﻿body {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}

dl, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    font-size: 14px;
}

a {
    color: #0b3fcf;
    cursor: pointer;
}

b, strong, .bold {
    font-weight: 600 !important;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a:hover, a:focus {
    text-decoration: none;
}

.container,
.container-fluid,
.row > * {
    padding: 0 10px;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

.row {
    margin: 0 -10px;
}


.navbar, .navbar a {
    color: #222222;
}

.nav-link {
    font-weight: 500;
    font-size: 15px;
    margin-left: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #222222;
    text-decoration: none;
    background-color: transparent;
}

/*.text-upparcase-menu .nav-link {
    text-transform: uppercase;

}*/
.admin-layout .nav-link {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

@media(min-width:768.2px) {
    .admin-layout .logo-center {
        position: absolute;
        top: -40px;
    }

        .admin-layout .logo-center img {
            max-height: 100px !important;
        }

    .admin-layout .navbar-nav {
        padding-left: 100px;
    }
}

.section-carousel {
    padding-top: 60px;
}

.section-class {
    padding-bottom: 60px;
}

.section-carousel {
    padding-top: 40px !important;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-in-out;
}

.carousel-item a {
    height: 365px;
    display: block;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 10px;
}

.login-partial > ul > li > .nav-link i {
    font-size: 21px !important;
}

@media(min-width:769px) {
    .admin-layout .navbar {
        border-bottom: 0;
    }

        .admin-layout .navbar > .container {
            position: relative;
        }

            .admin-layout .navbar > .container:after {
                content: '';
                position: absolute;
                width: calc(100% - 20px);
                bottom: 0;
                left: 10px;
                height: 3px;
                display: block;
                background-color: #000;
            }

    .login-partial > ul > li {
        margin-left: 5px;
    }

        .login-partial > ul > li:first-child .nav-link > span {
            display: inline-block !important
        }

        .login-partial > ul > li > .nav-link {
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 500;
        }

            .login-partial > ul > li > .nav-link > span {
                display: none;
            }

    .login-partial .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.nav-item .btn {
    padding: 0.5rem 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.dropdown-menu {
    margin: 0.125rem 0;
    box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
    -webkit-animation: dropdownAnimation 0.1s;
    animation: dropdownAnimation 0.1s;
    border: 0;
}

.dropdown-item {
    font-size: 14px;
    padding: 0.25rem 0.5rem;
}

    .dropdown-item .nav-link {
        padding: 5px 0px !important
    }

.body-content {
    margin-top: 70px;
    padding-bottom: 0;
}

.admin-layout .body-content {
    margin-top: 90px;
    padding-bottom: 0;
}

.collection-section {
    padding-bottom: 20px;
}

.navbar {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    height: 70px;
    position: fixed;
    border-bottom: 0;
    max-width: 100%;
    border-radius: 0;
    z-index: 99;
    top: 0;
    border-bottom: 1px solid #e8e8e8;
}

.logo-center img {
    max-height: 70px;
    max-width: 170px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.4rem 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #e8e8e8;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none !important;
    height: 42px;
    max-width: 100%;
    background-image: none !important;
}

button, .btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.53;
    color: #222222;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

    button:hover, .btn:hover {
        color: #222222;
        text-decoration: none;
        opacity: 0.9;
    }

    .btn:disabled, .btn.disabled, fieldset:disabled .btn {
        pointer-events: none;
        opacity: 0.65;
    }


    .btn:disabled, .btn.disabled, fieldset:disabled .btn {
        pointer-events: none;
        opacity: 0.65;
    }

.btn-link {
    color: #0b3fcf;
    text-decoration: none;
    background-color: transparent;
}

    .btn-link:hover,
    .btn-link:focus {
        color: #0b3fcf;
        background-color: transparent;
        text-decoration: none;
    }

.btn-primary {
    color: #fff;
    background-color: #154fef;
    border-color: #154fef;
}

    .btn-primary:hover,
    .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #0b3fcf;
        border-color: #0b3fcf;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #0b3fcf;
        border-color: #0b3fcf;
    }

.btn-outline-primary {
    color: #154fef;
    background-color: transparent;
    border-color: #154fef;
}

    .btn-outline-primary:hover,
    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary.focus {
        color: #fff;
        background-color: #154fef;
        border-color: #154fef;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary.focus {
        color: #fff;
        background-color: #154fef;
        border-color: #154fef;
    }

img {
    width: auto;
    height: auto;
    border: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.product-item {
    position: relative;
    width: 25%;
}


.color-options {
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    padding: 0 4px;
    width: 100px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

    .color-options div {
        display: flex;
        align-items: center;
        width: auto;
    }

.color-variant-count {
    width: auto;
}

.color-options div .color-option {
    width: 12px;
    height: 12px;
    border: solid 1px #ffffff;
    background-color: pink;
    border-radius: 50%;
}

    .color-options div .color-option:nth-child(1) {
        background-image: linear-gradient(to right, #3023ae 0%, #53a0fd 48%, #b4ec51 101%);
        z-index: 2;
    }

    .color-options div .color-option:nth-child(2) {
        background-image: linear-gradient(to right, #6bceb4 0%, #f98cc2 48%, #fff781 101%);
        z-index: 1;
        margin-left: -6px;
    }

.pi-container {
    border: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: 20px;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0.105rem 0.15rem -0.0625rem rgb(0 0 0 / 0.12);
}

.product-item:hover .pi-container {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 0.10);
    transform: translateY(-10px);
}

.product-item a {
    display: block;
    color: #222222
}

.pi-img, .news-img {
    height: 340px;
    position: relative;
}

    .pi-img img, .news-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        transition: all 0.3s ease-in-out;
    }

/*    .pi-img:after,
    .news-img:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }*/



.pi-detail {
    padding: 20px 15px 5px;
    position: relative;
}

.pi-title {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    text-align: center;
}

.news-container {
}

    .news-container a {
        color: #222222;
    }

.news-img {
    height: 200px;
    border: 1px solid #e8e8e8;
    border-radius: 0.375rem;
    overflow: hidden;
}

#newsType_1 .news-img {
    height: 270px;
}

.new-title {
}

.dropdown-toggle::after {
    display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-size: 28px;
}

.collection-info {
    margin-bottom: 20px;
}

.collection-search {
    width: 250px;
}

.product-detail {
    padding: 0px;
    position: relative;
}

.return-collection {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.product-main {
    margin: 0 !important;
}

    .product-main > * {
        padding: 0 !important;
    }

@media(min-width:768.2px) {
    .rf-bfe-column-left {
        width: calc(100% - 480px);
    }

    .rf-bfe-column-right {
        width: 480px;
        border-left: 1px solid #e8e8e8;
    }

    .rf-wrapper {
        padding: 30px;
        position: sticky;
        top: 70px;
    }

    .rf-overflow {
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
    }
}

@media(max-width:768px) {
    .product-main > * {
        width: 100% !important;
    }
}


#cachePhotos {
    display: none;
}

.product-canvas {
    height: calc(100vh - 115px) !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#photoContainer {
    display: none;
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

    #photoContainer img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
    }

        #photoContainer img:hover {
            cursor: w-resize;
        }

    #photoContainer.active {
        display: block !important;
        visibility: inherit;
        opacity: 1 !important;
    }

#splash {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    #splash > span {
        display: block;
    }

    #splash .splash-text {
        font-size: 18px;
    }

.collection-grid-container {
    margin-top: 20px;
}

.c-item {
    position: relative;
    width: 33.333%;
}

.c-wrapper {
    margin-bottom: 20px;
}

.c-img {
    height: 240px;
    position: relative;
    border-radius: 0.375rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: flex;
}

    .c-img img {
        position: absolute;
        transition: all 0.3s ease-in-out;
        object-fit: contain;
        object-position: center center;
        height: 100%;
        width: 100%;
    }

    .c-img .media-column {
        width: 100%;
        position: relative;
        height: 100%;
        border-right: 1px solid #e8e8e8;
    }


    .c-img:hover {
        transform: translateY(-5px);
    }


.c-detail {
    font-weight: 600;
    padding: 10px 0;
}

.c-title,
.new-title {
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.collection-navigation a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

.collections-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 70px;
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

    .collections-header > .container {
        height: 100%;
    }

.collections-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header-left-section {
    display: flex;
    align-items: center;
    height: 100%;
}

    .header-left-section a,
    .header-right-section .btn {
        display: flex;
        align-items: center;
        color: #666;
        border-bottom: 4px solid transparent;
        font-size: 18px;
        height: 100%;
        margin-right: 30px;
        box-sizing: border-box;
        transition: all 0.3s ease-in-out;
    }

.header-right-section .button-control {
    margin-right: 0;
}

.header-left-section a i {
    color: #666;
    margin-right: 10px;
    font-size: 21px;
    margin-top: 1px;
}

.header-left-section a.active {
    border-color: #0b3fcf;
    color: #0b3fcf
}

    .header-left-section a.active i {
        color: #0b3fcf
    }

.header-left-section a:hover,
.header-left-section a:hover i,
.header-right-section .btn:hover {
    color: #0b3fcf
}

.collection-name {
    font-size: 18px;
    margin-bottom: 0;
}

.product-header {
    margin: 0;
    height: 45px;
}

    .product-header,
    .product-header .btn {
        font-size: 14px;
    }

        .product-header .btn {
            padding: 0;
            border: 0 !important;
        }

.next-and-prev span {
    font-size: 18px;
    position: relative;
    top: -3px;
    font-weight: bold;
}

.collection-description img {
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0b3fcf;
    border-color: #0b3fcf;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0b3fcf;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.pagination {
    margin-top: 30px;
    justify-content: center;
}

@media(max-width:768px) {
    .body-content {
        margin-top: 45px;
    }

    .product-canvas {
        height: calc(100vh - 145px) !important;
    }

    .header-left-section a, .header-right-section .btn {
        font-size: 14px;
    }

    .collections-header {
        height: 50px;
    }


    .navbar-collapse {
        background-color: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        top: 40px;
        padding: 10px;
        -webkit-box-shadow: 0 0.105rem 0.15rem -0.0625rem rgb(0 0 0 / 0.12);
        box-shadow: 0 0.105rem 0.15rem -0.0625rem rgb(0 0 0 / 0.12);
        overflow: auto;
        height: 100vh;
    }

    .nav-link {
        display: block;
        padding: 0.5rem 0 !important;
    }

    .navbar {
        padding: 0 10px;
    }

    .navbar {
        height: 45px;
    }

    .navbar-brand {
        padding: 0;
    }

    .product-header, .product-header .btn {
        font-size: 12px;
    }

        .product-header .btn i,
        .next-and-prev span {
            font-size: 12px;
            top: 0;
        }

    .login-partial {
        margin: 0 !important;
    }

    .logo-center img {
        max-height: 40px;
    }

    body.mobile .body-content {
        margin-top: 45px;
    }

    body.mobile .navbar-returnUrl {
        height: 30px;
        display: inline-block;
        line-height: 30px;
        width: auto;
        color: #0b3fcf;
        font-size: 14px;
    }

    .navbar-toggler {
        padding: 0;
        margin-left: 15px;
        border: 1px solid #e8e8e8;
        height: 30px;
        width: 30px;
        background-color: #fafafa;
    }

    .product-item {
        position: relative;
        width: 100%;
    }

    .collection-info > .row > * {
        width: 100%;
    }

    .rf-bfe-column-right {
        border-top: 1px solid #e8e8e8;
        padding: 10px !important;
    }
}

#number-counter-animate > .row {
    align-items: center;
    justify-content: center;
}

#number-counter-animate h6 {
    font-size: 18px;
    text-transform: uppercase;
}

#number-counter-animate h1 {
    color: #ac9a73;
    font-weight: bold;
    font-size: 56px;
}

.section-blank {
    padding: 70px 0px;
}

.blank {
    padding: 40px 0px;
    border: 1px solid #e8e8e8;
}

.rf-column-item {
    margin-bottom: 15px;
}

.news-detail {
    padding: 30px 0px;
}

.top-bar-unitesk {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .top-bar-unitesk img {
        width: auto;
        height: auto;
        max-height: 60px;
    }

#newsType_1 .news-detail {
    padding: 0px;
}

#brandingRanking img,
#brandingRanking .img {
    height: 18px;
    width: auto;
}

.product-canvas-sticky {
    position: sticky;
    top: 100px;
}

#productLinkData {

}

.product-detail-heading {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.product-link {
    width: auto;
    height: auto;
}

.product-link-wrapper {
    background-color: #fff;
    border-radius: 0.375rem;
    margin-top: 15px;
}

.product-link-body {
    transition: transform .4s ease;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-link-item {
    height: 90px;
    width: 90px;
    margin-bottom: 15px;
    margin-right: 15px;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    transition: transform .4s ease;
    border-radius: 4px;
    cursor: pointer;
}

    .product-link-item.active {
        border-color: #0b3fcf;
    }

    .product-link-item:hover {
        border-color: #0b3fcf;
    }

    .product-link-item:last-child {
        margin-bottom: 0;
    }

@media(min-width:768px) {
    .uniteks-navbar {
        position: absolute;
        top: 90px !important;
    }
}

@media(max-width:768px) {
    .top-bar-unitesk {
        display: none !important;
    }

    body, #photoContainer {
        overflow-x: hidden !important;
    }

    .product-detail > * {
        overflow-x: hidden !important;
    }

    .c-item {
        position: relative;
        width: 100%;
    }
}

#brandingRanking table td,
#brandingRanking table td {
    padding: 7px .75rem;
}

.pagination-total-progress {
    max-width: 190px;
    height: 3px;
    background-color: #a3a3a3;
    text-align: left;
    margin: 7px auto 15px;
    display: block;
    overflow: hidden;
    border-radius: 9999px;
}

.pagination-total-item {
    width: 0;
    height: 100%;
    background-color: #0b3fcf;
    display: block;
    transition: all ease 1s;
    border-radius: 9999px;
}

.is-loading.btn {
    font-size: 0 !important;
    transition: none;
    position: relative;
}

    .is-loading.btn:before {
        opacity: 1;
        visibility: visible;
    }

.pagination-page-item .btn {
    min-width: 190px;
    min-height: 44px;
}

.is-loading:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    transform: translate(-50%,-50%);
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: transparent;
    border-right: transparent;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    opacity: 0;
    visibility: hidden;
}

.fullScreenButton {
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 15px;
}

    .fullScreenButton .fullScreenProductClose {
        display: none;
    }

.product-canvas.active {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    height: 100vh !important;
}

.brand-click {
    cursor: pointer;
}


/*.brand-width:nth-of-type(2) {
    width: 85px;
    height: auto;
}*/
#brandingRanking tbody tr:nth-child(9) img,
#brandingRanking tbody tr:nth-child(7) img,
#brandingRanking tbody tr:nth-child(6) img,
#brandingRanking tbody tr:nth-child(5) img,
#brandingRanking tbody tr:nth-child(4) img {
    width: 85px;
    height: auto;
}

#brandingRanking tbody tr:nth-child(9) img {
    width: 100px;
    height: auto;
}

.product-table .product-item {
    width: 100%;
}

    .product-table .product-item:hover .pi-container {
        box-shadow: none;
        transform: translateY(0);
    }

.product-table .pi-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}



    .product-table .pi-container a {
        width: 100%;
    }

.product-table .pi-title {
    text-align: left;
}

.product-table .pi-img {
    height: 150px;
    width: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
}

    .product-table .pi-img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

.product-table .pi-detail {
    width: calc(100% - 300px);
    font-size: 14px;
    padding: 5px 15px;
    float: left;
}

    .product-table .pi-detail.floatLeft {
        float: left;
    }

.product-table .pi-fabric {
    border: 0 !important;
    border-left: 1px solid #ddd !important;
}

.product-table .product-item:first-child .pi-container {
    border-radius: 8px 8px 0 0;
}

.product-table .product-item:last-child .pi-container {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 0px 0px 8px 8px;
}

.product-pdf-item {
}

.product-pdf-item {
    width: 100% !important;
    min-height: 1300px;
}

.actived-desc .product-pdf-item:first-child {
    min-height: 1200px;
}

.product-pdf-container .table td {
    padding: 2px 5px;
    font-size: 13px;
}

.carousel-indicators li {
    background-color: #000;
}

.product-detail-info {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

    .product-detail-info button,
    .product-detail-info a{
        color: #0b3fcf;
        display: block;
        padding: 0;
        padding: 0;
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 16px;
    }

        .product-detail-info button:hover {
            color: #154fef
        }

.attributesColumn {

    margin-top: 15px;
}

.rf-column-item table {
    overflow: hidden;
    border-radius: 8px;
    border: 0 !important;
}

    .rf-column-item table td,
    .rf-column-item table th {
        background-color: #fff !important;
        border: 0;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        padding: 9px;
    }

    .rf-column-item table tr td:first-child {
        padding-left: 0;
    }

    .rf-column-item table tr td:last-child {
        border-right: 0 !important;
    }

    .rf-column-item table tr:last-child td {
        border-bottom: 0;
    }

    .rf-column-item table tbody tr:first-child td {
        border-radius: 8px;
    }


.main-slider, .swiper-container {
    height: calc(100vh - 115px) !important;

}
.main-slider .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-slider img {
    margin: 0 auto;
    height: 100%;
    width: auto;
}

@media(max-width:768px){
    .main-slider, .swiper-container {
        height: calc(100vh - 415px) !important;
    }
}

/*#masonry-gallery .item {
    width: 300px;
    height: 200px;
}*/


#imageEditor {
    height: calc(100vh - 185px);
}
.otherProductImages {
    height: 169px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px 7px 5px 15px;
    border-top: 1px solid #dddd;
    background-color: #fafafa;
}
    .otherProductImages div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 130px;
        border: 1px solid #ddd;
        margin: 0 15px;
        border-radius: 8px;
        overflow: hidden;
    }
    .otherProductImages div img{
        height:100%;
        width:auto;
    }