@import "inner-style-front.css";


.container-header {
    z-index: 1000;
}

.main-menu {
    display: flex;
}

/* 
.container-header.sticky .page-header .main-menu .menu {
    justify-content: center;
}

.container-header .page-header .main-menu .logo {
    display: none;
}

.container-header.sticky .page-header .main-menu .logo {
    display: block;
} */

.container-bread-crumb {
    background-color: #fff;
}

.container-bread-crumb .container-custom {
    display: none !important;
}

.product-item.product-item-big:hover img {
    transform: scale(1);
}

.aboutBoxWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width : 991px) {
    .aboutBoxWrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.aboutBoxWrapper .aboutBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width : 991px) {
    .aboutBoxWrapper .aboutBox {
        display: block;
    }

    .aboutBoxWrapper .aboutBox img {
        width: 100%;
    }
}

.aboutBoxWrapper .aboutBox:nth-child(2n) {
    flex-direction: row-reverse;
}

@media only screen and (max-width : 991px) {
    .aboutBoxWrapper .aboutBox:nth-child(2n) {
        flex-direction: column;
    }
}

.aboutBoxWrapper .aboutBox:nth-child(2n) .aboutBox__detail {
    padding-right: 0;
    padding-left: 40px;
}

.aboutBoxWrapper .aboutBox__detail {
    padding-left: 0;
    padding-right: 40px;
}

@media only screen and (max-width : 991px) {
    .aboutBoxWrapper .aboutBox__detail {
        padding: 20px 0;
    }
}

.aboutBoxWrapper .aboutBox__detail--title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.aboutBoxWrapper .aboutBox__detail p {
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.container-about-image {
    margin-top: -144px;
}

@media only screen and (max-width : 991px) {
    .container-about-image {
        margin-top: -72px;
    }

    .container-page-slider {
        margin-top: -72px;
    }
}

@media only screen and (max-width : 576px) {
    .container-about-image {
        margin-top: -55px;
        margin-bottom: 0;
    }

    .container-page-slider {
        margin-top: -55px;
    }
}

#homeVideo {
    position: relative;
}

#homeVideo .myVideo {
    line-height: 0;
}

#homeVideo .myVideo .myVideoPlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#homeVideo .myVideo .myVideoPlay svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    transition: all 0.3s;
}

@media only screen and (max-width : 767px) {
    #homeVideo .myVideo .myVideoPlay svg {
        transform: translateY(-50%) translateX(-50%) scale(0.5);
    }
}

#homeVideo .myVideo .myVideoPlay svg:hover {
    transform: translateY(-50%) translateX(-50%) scale(1.1);
}

@media only screen and (max-width : 767px) {
    #homeVideo .myVideo .myVideoPlay svg:hover {
        transform: translateY(-50%) translateX(-50%) scale(0.6);
    }
}

#homeVideo .myVideo .myVideoPlay:before {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}

#homeVideo .myVideo video {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    max-height: 100vh;
}

.container-header .page-header .main-menu .menu .level-1 .level-2 .col-image {
    padding-top: 0px;
    padding-bottom: 0px;
}

.container-header .page-header .main-menu .menu .level-1 .level-2 .col {
    padding-top: 20px;
    padding-bottom: 20px;
}


.megaMenu {
    display: none;
    padding: 15px;
    background: #fff;
    min-width: 183px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 45px;
    right: -30px;
}

.megaMenu>ul {
    line-height: 30px;
    font-size: 14px;
}

.megaMenu>ul>li>a {
    border-radius: 5px;
    display: block;
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.megaMenu>ul>li:last-child>a {
    margin-bottom: 0;
}

.megaMenu>ul>li>a:hover {
    padding-right: 10px;
    background-color: #F7F7F7;
    color: #000;
}

.menu .submenu2 {
    position: relative;
}

.menu .submenu2>a:before {
    line-height: 7px;
    color: #BE9B60;
    font-size: 20px;
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    content: '\f154';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.menu .submenu2:hover a:before {
    opacity: 1;
}

.container-blog {
    margin-top: 40px;
}

@media only screen and (max-width : 767px) {
    .container-footer {
        margin-top: 20px;
    }

    .section-title {
        margin-bottom: 10px;
    }

    .aboutBoxWrapper .aboutBox {
        padding-top: 0;
        padding-bottom: 0;
    }

    .container-blog {
        margin-top: 20px;
    }

    .aboutBoxWrapper .aboutBox__detail--title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .aboutBoxWrapper .aboutBox .aboutBox__detail {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .aboutBoxWrapper .aboutBox:nth-child(2n) .aboutBox__detail {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

.comment-items .slick-track {
    margin-right: 0;
}

.post ul li {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    padding-right: 13px;
    margin-bottom: 12px;
    position: relative;
}

.post ul li::before {
    background-color: #BE9B60;
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    border-radius: 100%;
}

.awards {
    padding-top: 40px;
    padding-bottom: 1px;
}

@media only screen and (max-width : 767px) {
    .awards {
        padding-top: 20px;
    }
}

@media only screen and (max-width : 767px) {
    .awards .siteTitle {
        margin-bottom: 10px !important;
    }
}

.awards .awardsBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    text-align: center;
    background-color: #F7F7F7;
    transition: all 0.3s;
}

.awards .awardsBox img {
    margin: 0 auto;
}

.awards .awardsBox__box {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.awards .awardsBox:hover {
    background-color: #ddd;
}

.awards .awardsSlider {
    margin-left: -10px;
    margin-right: -10px;
}

.awards .awardsSlider .slick-dots {
    margin-top: 15px;
}

.awards .awardsSlider .slick-track {
    display: flex;
}

.awards .awardsSlider .slick-track>.slick-slide {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: inherit;
    display: flex;
}

.awards .awardsSlider .slick-track>.slick-slide>* {
    height: 100%;
}

/* .select2-dropdown.select2-dropdown--below {
    width: 100px !important;
} */

.container-blog .blog-item .image-box:before {
    display: none;
}

.container-blog .blog-item .image-box img {
    position: static;
}

.container-blog .blog-item.blog-item-top .image-box img {
    width: auto;
    height: auto;
    position: static;
}

.container-blog-post .post-header .image-box-t .image-box::before {
    display: none;
}

.container-blog-post .post-header .image-box-t .image-box img {
    width: auto;
    height: auto;
    position: static;
}

.blog-top-items .blog-top-item .image-box::before {
    display: none;
}

.blog-top-items .blog-top-item .image-box img {
    position: static;
}

.container-blog-post .post-header {
    justify-content: center;
}

.container-blog-post .post-header .image-box-t {
    width: auto;
}

@media screen and (max-width:991px) {
    .container-blog .blog-item.blog-item-top .image-box img {
        width: 100%;
    }

    .container-blog-post .post-header .image-box-t .image-box img {
        width: 100%;
    }

    .container-products .col-right .filter-product-box.show {

        padding-top: 80px;
    }
}


.videoBox {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}

.videoBox video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.videoBox .videoBoxPlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.videoBox .videoBoxPlay::before {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, .25);
}

.videoBox .videoBoxPlay::after {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    z-index: 100;
    height: 80px;
    width: 80px;
    display: block;
    content: "";
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
}


@media screen and (max-width:767px) {
    .videoBox .videoBoxPlay::after {
        -webkit-transform: translateX(50%) translateY(-50%) scale(.5);
        transform: translateX(50%) translateY(-50%) scale(.5);
    }
}

.leaflet-pane {
    z-index: 4 !important;
}

.container-reseller-single .reseller-data .map {
    min-height: 500px;
}

@media screen and (max-width:767px) {
    .container-reseller-single .reseller-data .map {
        min-height: 200px;
    }
}


/* employment style */
.register_show_pic .form_inp {
    width: 70%;
    float: right;
}

.register_show_pic .fileinputs {
    width: 30%;
    float: right;
    line-height: 28px;
}

.fileinputs {
    background: #888888 none repeat scroll 0 0;
    color: #fff;
    float: right;
    height: 30px;
    text-align: center;
    width: 150px;
}

/* employment style */

.modal {
    padding-top: 150px;
}

.select2Wrap .select2 {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
}

.user_panel--small {
    margin: 10px 0;
    font-size: 24px;
}

.contact_form--list li {
    margin: 20px 0;
}

.contact_form--list li>i {
    margin: 10px 0;
    display: block;
}

.modal-header--login {
    justify-content: center;
}

#myLoginModal .modal-title {
    font-size: 24px;
}

.form_upload_inp-upload {
    margin: 10px 0;
}

.date_time_birth {
    margin: 10px 0;
    display: block;
}

.kind_2--default {
    background: #ced4da !important;
}

.container-bread-crumb.t2 {
    margin: 0;
}

.reseller-item--agency {
    height: calc(100% - 20px);
}

@media(max-width: 567px) {
    .modal {
        padding-top: 60px;
    }

    .closeSearchModal--svg {
        width: 15px;
        margin-right: 5px;

    }

    .closeSearchModal--map {
        margin-right: 10px;
        margin-top: 10px;
        display: inline-flex;
    }

    .searchInModal--container>.mapModal--ajax {
        height: 300px !important;
    }
}


.container-reseller .reseller-item .image-box {
    height: auto;
}

.container-reseller .reseller-item .image-box::before {
    display: none;
}

.container-reseller .reseller-item .image-box img {
    position: static;
}

.closeSearchModal--map {
    color: white;
}

.closeSearchModal--map:hover {
    color: white;
}

.formInput {
    height: 50px;
    border-radius: 0;
}

.uploadPic3--green {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert--green {
    color: #155724 !important;
}


@media(max-width:567px) {
    .user_panel_title {
        padding-top: 10px;
    }

    .user_panel--minHeight {
        padding-bottom: 40px;
    }

}

/* ---------------- */

/* .container-header.sticky .page-header .main-menu .logo {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 20px;
}

.container-header.sticky .page-header {
    padding-top: 33px;
    padding-bottom: 33px;
} */

/* .container-header.sticky .page-header .main-menu .menu {
    width: auto;
} */

/* @media(max-width:992px) {
    .container-header.sticky .page-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
} */
.container-header.sticky {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

.container-header.bg-gradiant.sticky {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 15;
}



.newsDeskBox {
    line-height: 30px;
}


.productItemWrap__image {
    position: relative;
    display: block;
    overflow: hidden;
    /* flex: 1 0 auto; */
}


.product__image--size {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(240, 245, 248, .84);
    padding: 5px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    margin-bottom: -1px;
}

.product__image--size span {
    margin-bottom: 10px;
    color: #000;
}

.product__image--size ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__image--size ul li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #000;
}

.productItemWrap-mProduct:hover .product__image--size {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.productItemWrap__image img {
    width: 100%;
}


.productItemWrap__content {
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex: 1 0 auto;

}

.productItemWrap__content--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 10px;
    padding-left: 10px;
}

.productItemWrap__content--title:hover {
    color: #BE9B60;
}


.colorSelect li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.colorSelect li label {
    margin: 0;
    position: relative;
}

.colorSelect li label input {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    filter: alpha(Opacity=0);
    opacity: 0;
}


.colorSelect li label span {
    display: block;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
}

.colorSelect li label span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
}


.colorSelect li label input:checked~span::before {
    opacity: 1;
}

.productItemWrap-mProduct {
    position: relative;
    display: flex;
    flex-direction: column;
}

.productItemWrap-mProduct li {
    flex: 1 0 25%;
    max-width: 25%;
    margin-left: 2px;
}

.colorSelect li label span {
    display: block;
    border-radius: 0;
    width: 25px;
    height: 25px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
}

.productItemWrap-mProductContainer01 {
    padding: 0;
    margin: 0;
}

.productItemWrap-mProductContainer02 {
    padding: 0;
    margin: 0;
}

.productItemWrap__content--price {
    margin: 5px 0;
}

.product__image--wrapper {
    position: relative;
}


.product__image--hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.product__image--wrapper img {
    width: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.productItemWrap-mProduct:hover .product__image--hoverImage {
    opacity: 1;
}

.container-page-slider .page-slider-items .item .mainImageBox::before {
    padding-top: 49.7% !important;
}


@media (max-width: 576px) {
    .container-page-slider .page-slider-items .item .mainImageBox::before {
        padding-top: 0 !important;
    }
}

.container-page-slider .page-slider-items .item .mainImageBox img {
    height: 100vh;
}

.multipleBanners {
    display: flex;

}

.multipleBanners__items {
    flex: 1 0 50%;
    max-width: 50%;
}

.multipleBanners__items img {
    width: 100%;
}

.fullBanner>a img {
    width: 100%;
}

.priceDiscount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #BE9B60;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    width: 35px;
    height: 23px;
    margin-right: 0;
    position: absolute;
    top: 10px;
    right: 0;
}

.priceDiscountNum {
    font-size: 12px;
    font-weight: bold;
    text-decoration: line-through;
    color: #999;

}

.productsBottomBox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}

.priceDiscountWrapBox {
    display: flex;
    align-items: flex-end;
}


.container-page-slider .page-slider-items .mainSliderItemsBox .image-box:before {
    content: none !important;
}


.pageSliderImageBoxWrap {
    display: block;
    line-height: 0;
}

.pageSliderImageBoxWrap__images {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.pageSliderAbsoluteBox {
    margin: 0 !important;
}

.level-2 {
    padding: 20px;
}

.megaMenuListsCol li {
    display: inline-block;
    line-height: 21px;
    border-bottom: 1px solid #ececec;
    padding: 4px 9px 6px;
}

.megaMenuListsCol li:last-of-type {

    border-bottom: none;

}

.megaMenuListsCol li a {
    font-size: 13px;
    color: #777;
    font-weight: 400;
}

.megaMenuListsCol li a:hover {
    color: #000;
}

.megaMenuListsCol {
    display: flex;
    flex-direction: column;
}

.megaMenuImageCol {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.megaMenuImageCol .megaMenuImageCol__itemsWraps>.megaMenuImageCol__items {
    display: block;
}

.megaMenuImageCol .megaMenuImageCol__itemsWraps>.megaMenuImageCol__items>img {
    width: 100%;
}

.megaMenuImageCol__items--title {
    display: inline-block;
    background: #111;
    color: #fff;
    font-weight: 400;
    padding: 3px 6px;
    margin: 7px 0;
    font-size: .8em;
}

.megaMenuImageCol__itemsWraps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
}



.fullBanner__item {
    display: block;
    width: 100%;
    height: 100%;
}

.banner_vh_main {

    object-fit: cover;
}




.home-collection {
    position: relative;
    width: 100%;
    /* min-height: 100vh; */
    overflow: hidden;
    background-color: #efefef;
}

.home-collection__image {
    position: relative;
    height: 100vh;
}

.home-collection__link {
    width: 100%;
    height: 100%;
    display: block;
}


.home-collection__image img,
.home-collection__image picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-collection__image img {
    object-fit: cover;
}

.home-collection.mobilePic {
    display: none;
}

@media (max-width: 767px) {
    .home-collection.mobilePic {
        display: block;
    }
}

.home-collection.mobilePic .home-collection__container {
    display: flex;
}

.home-collection.mobilePic .home-collection__container .home-collection__image {
    flex: 1 1 50%;
    height: 50vh;
}

@media (min-width: 992px) {
    .home-collection__container {
        display: flex;
    }

    .home-collection__image {
        flex: 1 1 50%;
    }
}

.container-header .page-header .main-menu .menu .level-1 .level-2 {
    min-height: 587px;
}

/* 10/9 */
.productListGridFilter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.productListGridFilter__strongText {
    font-size: 12px;
    padding-left: 6px;
    font-weight: 400;
}

.productGridItems {
    font-size: 12px;
    color: #888;
    display: inline-block;
    width: 26px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.productGridItems:hover {
    color: #333;
}

.productGridItems.active {
    color: #333;
    font-weight: bold;
}


@media (max-width: 991px) {
    .moduleHeaderLogo {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        /*top: 6.7px;*/
    }

    .moduleHeaderLangIconWrap {
        display: none !important;
    }

    .moduleHeaderSearchIconWrap {
        border-right: none !important;
    }

    .container-header .page-header .col-logo .btn-mobile-menu {
        width: auto;
        padding: 0;
        margin: 0;
        border: 0;
        height: auto;
    }

    .moduleHeaderIconsWrapsBox {
        justify-content: flex-end;
    }

    .moduleHeaderIconsWrapsBox {
        position: absolute;
        left: 20px;

    }
}

@media (max-width: 567px) {
    .moduleHeaderLogo {
        top: 62%;
    }
}

/* 10/9 */









/* ----------- */

.rowGrid {
    margin-left: -10px;
    margin-right: -10px;
}


.products-items .rowGrid.prodListItem {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.products-items .rowGrid.prodListItem .colGrid4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
    padding-right: 2.5px;
    padding-left: 2.5px;
}

@media screen and (max-width:991px) {
    .products-items .rowGrid.prodListItem .colGrid4 {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:767px) {
    .products-items .rowGrid.prodListItem .colGrid4 {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width:768px) {
    .products-items .prodListItem.active {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.products-items .prodListItem.active .colGrid4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50% !important;
    flex: 1 0 50% !important;
    max-width: 50% !important;
    padding-right: 2.5px;
    padding-left: 2.5px;

}

@media screen and (max-width:767px) {
    .products-items .prodListItem.active .colGrid4 {
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        max-width: 100% !important;
    }

}

.bannerOffer {
    display: block;
    margin: 0 15px 30px 15px;
}

.bannerOffer img {
    width: 100%;
}

/* -------------------------- */
.pageSliderVideo {
    display: block;
    position: relative;
    line-height: 0;
    width: 100%;
}

.pageSliderVideo .vid-watch {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    line-height: 0;
}

.videoMobile {
    display: none;
    width: 100%;
}

.videoDesc {
    width: 100%;
}

@media screen and (max-width:767px) {
    .videoDesc {
        display: none;

    }

    .videoMobile {
        display: block;
    }
}


/* -------------fixed-icons styles -------------- */
.homeFixedIconsWrapper {
    position: relative;
    z-index: 99;
}

.homeFixedIconsInnerBox {
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    bottom: 102px;
    right: 25px;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform, visibility, opacity;
    max-width: calc(100% - 50px);
}

.homeFixedIconsInnerBox:hover {
    box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
}

.homeFixedIconsWrapper.wa__active .homeFixedIconsInnerBox {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);

}

.homeFixedIconsWrapper.wa__active .homeFixedIcons__text {
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    opacity: 0;
    visibility: hidden;

}


.homeFixedIconsInnerBox__text {
    display: flex;
    flex-direction: column;

}

.homeFixedIcons {
    position: fixed;
    right: 30px;
    bottom: 70px;
    cursor: pointer;
}

.homeFixedIcons .homeFixedIcons__image img {
    max-width: 36px;
    position: relative;
    transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
}

.homeFixedIcons .homeFixedIcons__image {
    background-color: rgb(45, 183, 66);
    width: 56px;
    height: 56px;
    position: relative;
}

.homeFixedIcons .homeFixedIcons__image:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(../img/whatsapp_logo.svg) center center no-repeat;
    background-size: auto;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}

.homeFixedIcons .homeFixedIcons__image:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(../img/whats__close.svg) center center no-repeat;
    background-size: auto;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}


.homeFixedIcons .homeFixedIcons__image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
}

.homeFixedIconsInnerBox__content {
    background-color: #fff;
    padding: 20px;
    text-align: right;
}

.homeFixedIconsInnerBox__header {
    background: rgb(45, 183, 66);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.homeFixedIconsInnerBox__header img {
    flex: 1 0 33px;
    max-width: 33px;
    margin-left: 15px;

}

.homeFixedIconsInnerBox__content--title {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}

.homeFixedIconsInnerBox__header strong {
    padding-top: 2px;
    padding-bottom: 3;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.homeFixedIconsInnerBox__header span {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #D9EBC6;
}

.homeFixedIcons .homeFixedIcons__text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    line-height: 1.5;
    padding: 8px 12px;
    margin-right: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}


.homeFixedIconsInnerBox__content--list .specialistBoxes {
    padding: 10px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-right: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 4px 2px 4px 2px;
    -webkit-border-radius: 4px 2px 4px 2px;
    -moz-border-radius: 4px 2px 4px 2px;
    margin: 14px 0 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    will-change: opacity, transform;
    opacity: 0;
}

.homeFixedIconsInnerBox__content--list li:nth-child(1) a.specialistBoxes {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

.homeFixedIconsInnerBox__content--list li:nth-child(2) a.specialistBoxes {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}


.homeFixedIconsInnerBox__content--list li:nth-child(3) a.specialistBoxes {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}

.homeFixedIconsInnerBox__content--list li:nth-child(4) a.specialistBoxes {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}




.homeFixedIconsInnerBox__content--list .specialistBoxes:hover {
    background: #fff;
    box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
    -webkit-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
    -moz-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__image {
    margin-left: 15px;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 auto;
    max-width: 100%;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info b {
    font-size: 13px;
    color: #363c47;
    font-weight: 400;
    line-height: 1.188em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info b {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info span {
    font-size: 12px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__whatsappSmall {
    flex: 1 0 20px;
    max-width: 20px;
    margin-right: 10px;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__whatsappSmall path {
    fill: rgb(45, 183, 66);
}

.homeFixedIcons__image--origin {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.homeFixedIcons__image--close {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;

}


.homeFixedIconsWrapper.wa__active .specialistBoxes {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

.homeFixedIconsWrapper.wa__active .homeFixedIcons .homeFixedIcons__image:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}

.homeFixedIconsWrapper.wa__active .homeFixedIcons .homeFixedIcons__image:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}

/* -------------fixed-icons styles -------------- */








/* -------------------panel pages------------------------ */

.upc_box.upc_box--v11 {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
}

.upc_box__products .upc_box__product {
    position: relative;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 120px 18px 60px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.upc_box__product {
    display: flex;
    padding: 10px !important;
}

.upc_box__product__ImageWraps {
    flex: 1 0 90px;
    max-width: 90px;
}

.upc_box__products .upc_box__product .upc_box__product_picture {
    position: static;
    border: 1px solid #f9f9f9;
    width: 100%;
}

.upc_box__product_contents {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.upc_box__products .upc_box__product .upc_box__product__brand {
    display: block;
    color: #BE9B60;
    font-size: 12px;
    font-weight: 300;
}

.upc_box__product__textWrap {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.upc_box__products .upc_box__product h5 {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #303030;
}


.upc_box__products .upc_box__product .upc_box__product__remove {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
}

.upc_box__products .upc_box__product .upc_box__product__remove i {
    color: #999;
}

.upc_box__products .upc_box__product:hover {
    border-color: #BE9B60;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 1px #BE9B60;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 1px #BE9B60;
}


.upc_box__products .upc_box__product .upc_box__product__remove:hover i {
    color: #eb141b;

}

.upc_box__products .upc_box__product:hover h5 {
    color: #BE9B60;
}

.upc_box {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
}

.ordersTable table {
    width: 100%;
}

.ordersTable .ordersTable__tableInner tr {
    border: 1px solid #e8e8e8;
}

.ordersTable table tr {
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.ordersTable .ordersTable__tableInner tr {
    border: 1px solid #e8e8e8;
}

.ordersTable table tr {
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.ordersTable table tr td {
    text-align: center;
    padding: 10px;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.pay__no {
    color: #f26422;
}


.ordersTable table tr th {
    padding: 15px 10px;
    text-align: center;
    background: #000;
    font-size: 14px;
    font-weight: 400;
}

.ordersTable table tr th {
    color: #fff;
}

.upc_box.upc_box--v10 {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
}

.upc__last__address {
    position: relative;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.upc_box.upc_box--v10 .upc__last__address__in {
    min-height: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.upc__last__address .upc__last__address__in .upc__last__address__head {
    padding: 15px 18px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__name {
    float: right;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__name i {
    display: inline-block;
    margin-left: 6px;
    color: #000;
    font-size: 24px;
    position: relative;
    top: 4px;
}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__links {
    float: left;
    position: relative;
    z-index: 2;
}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__links .upc__last__address__head__remove {
    float: left;
    fill: #999;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__links .upc__last__address__head__remove svg {
    margin-left: 5px;
    width: 20px;

}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__links .upc__last__address__head__edit {
    float: left;
    fill: #999;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__links .upc__last__address__head__edit svg {
    margin-left: 5px;
    width: 20px;
}

.upc__last__address .upc__last__address__in .upc__last__address__content {
    padding: 20px;
}

.upc__last__address .upc__last__address__in .upc__last__address__content ul li {
    margin-bottom: 15px;
    color: #666;
    position: relative;
    padding-right: 150px;
    font-size: 13px;
}

.upc__last__address .upc__last__address__in .upc__last__address__content ul li span {
    font-size: 13px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
}

.upc__last__address .upc__last__address__in .upc__last__address__content ul li b {
    font-weight: 700;
}

.upc__last__address__add {
    height: 280px;
    width: 100%;
    border: 1px dashed #ccc;
    border-radius: 4px;
    text-align: center;
    color: #666;
    fill: #666;
    font-size: 18px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.upc__last__address__add svg {
    margin-left: 5px;
    width: 20px;
}

.upc_box.upc_box--v10 .upc__last__address__in:hover {
    border-color: #BE9B60;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 1px #BE9B60;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 1px #BE9B60;
}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__links .upc__last__address__head__edit:hover {
    fill: #000;
    color: #000;
}

.upc__last__address .upc__last__address__in .upc__last__address__head .upc__last__address__head__links .upc__last__address__head__remove:hover {
    fill: #eb141b;
    color: #eb141b;
}

.upc__last__address__add:hover {
    border-color: #BE9B60;
    color: #BE9B60;
}

.upc__last__address__add:hover svg path {
    fill: #BE9B60;
}

.panelListPagesContent {
    padding-top: 0 !important;
}


@media screen and (max-width:767px) {
    .panelListPagesContent {
        margin-top: 20px;
    }

    .upc_box__products .upc_box__product h5 {
        font-size: 16px;
    }

    .upc__last__address .upc__last__address__in .upc__last__address__content ul li {

        padding-right: 120px;

    }
}



/* ----------------------------------- */

.infoSize {
    border: 1px solid #BE9B60;
    padding: 7px 14px;
    background-color: #BE9B60;
    color: #fff !important;
    position: relative;
}

.infoSize::before {
    background-color: #BE9B60;
    width: 0;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.2s ease-in-out;
}

.infoSize svg {
    vertical-align: middle;
    margin-left: 10px;
    fill: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}


.sizeModalWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sizeModalWrapper .sampleProduct {
    padding: 30px;
    background-color: #f7f7f7;
}

.sizeModalWrapper .sampleProduct__title {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}


.sizeModalWrapper .sampleProduct__detail {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
}

.sizeModalWrapper .sampleTab {
    width: 100%;
    padding: 40px;
    position: relative;
}

.sizeModalClose {
    position: absolute;
    left: 0;
    top: 0;
}

.sampleTab .tabs {
    text-align: center;
}


.sizeModalWrapper .sampleTab .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.sizeModalWrapper .sampleTab .tabs ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.sampleTab .tabs ul li {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 10px;
    padding-right: 10px;
}


.sampleTab .tabs .sizeModalTabsList li a {
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    line-height: 30px;
    color: #999 !important;
    font-size: 16px;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    border: none !important;
}

.sampleTab .tabs .sizeModalTabsList li a::after {
    bottom: 0;
    height: 4px;
    background-color: #BE9B60 !important;
    width: 100%;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    border-radius: 5px 5px 0 0;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.sampleTab .tabs .sizeModalTabsList li a.active::after {
    filter: alpha(enabled=false) !important;
    opacity: 1 !important;
}

.modal .modal-dialog.modal-container {
    width: 1170px;
    max-width: 100%;
}

.sampleTab .tab-content {
    padding: 20px 0;
}

.sampleTab .tabs .sizeModalTabsList li a.active {
    color: #000 !important;
}

#sizeModal {
    padding-right: 0 !important;
}

@media only screen and (max-width: 1199px) {
    .modal .modal-dialog.modal-container {
        width: 950px;
    }
}

@media only screen and (max-width: 991px) {
    .modal .modal-dialog.modal-container {
        width: 720px;
    }

    .sizeModalWrapper .sampleProduct {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .modal .modal-dialog.modal-container {
        margin-right: auto;
        margin-left: auto;
        width: 96%;
    }

    .sizeModalWrapper .sampleTab {
        padding: 0;
    }

    .sampleTab .tabs ul li a {
        font-size: 14px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


@media only screen and (max-width: 567px) {
    .sampleTab .tabs ul li a {
        font-size: 13px !important;
    }
}


.vipBtn {
    width: auto;
    min-width: 60px;
    text-transform: uppercase;
    background-color: #BE9B60;
    color: #fff;
    margin-left: 20px;
    height: 30px;
    line-height: 38px;
    letter-spacing: 1px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 900;
}

.vipBtn:hover:before {
    background-color: #000000;
    width: 100%;
}


.hidden-sm {
    display: block;
}

.hidden-xs {
    display: block;
}

.visible-xs,
.visible-sm {
    display: none;
}

@media only screen and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    .vipBtn {
        margin-right: 20px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }
}



.registerBack {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.setList .colGrid2 {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 5px;
}

.setList__items {
    display: block;
    width: 100%;
}

.setList__items img {
    width: 100%;
}

.set-box-section {
    display: flex !important;
    justify-content: center !important;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.rowGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.setArticle h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 10px 0;
    background-color: #f0f0f0;
    display: inline-block;
    padding: 5px 10px;
}

.setArticle p {
    line-height: 24px;
    text-align: justify;
    color: #555;
}

.prodListRow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.swiper-container {
    direction: rtl;
}

.products-div {
    width: 100%;
    border: 1px solid #111;
    border-left: none;
}

.table-title {
    border-bottom: 1px solid #111;
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-title h5 {
    font-size: 15px;
}

.setProductItems {
    border-right: .5px solid #111 !important;

}

.setProductItems .productItemWrap__image {
    border-bottom: 1px solid #111;
}

.swiper-container .swiper-slide:first-of-type .setProductItems {
    border-right: none !important;
}

.swiper-container .setProductItems {
    height: 100%;
}

.swiper-container .swiper-slide {
    height: auto;
}

.setProductItems2 {
    border-left: .5px solid #111;
}

.selectedItemsRow:last-of-type .setProductItems2 {
    border-right: none !important;

}

.bottomLayer {
    position: absolute;
    bottom: 0;
    z-index: 3;
    background-color: #fff;
    width: 100%;
    display: none;
}
.active{
    display: block;
}

.setProductItems .productItemWrap__content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.setProductItems .productItemWrap__content .productsBottomBox {
    padding: 0px 10px;
    justify-content: space-between;
    flex: 1 0 auto;
}

.setProductItems>.productItemWrap__content .topLayer .productItemWrap__content--title {
    justify-content: center;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.topLayer {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

.setProductItems .selectSizeBtns {
    background: transparent;
    border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: .5px solid #111;
    text-align: center;
    color: #111;
    font-size: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 51px;

}




.setProductItems2 {
    width: 20%;
}

.setProductItems .productItemWrap__content .productsBottomBox:has(:nth-child(2):last-child) {
    justify-content: space-between;
}

.setProductItems .productItemWrap__content .productsBottomBox:has(:nth-child(1):last-child) {
    justify-content: center;
}

.selected-items-section {
    overflow: hidden;
}

.selectedItemsRow {
    display: flex;
}

.font-12 {
    font-size: .75rem;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.sizesSelection {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    direction: rtl;
}

.sizesSelection .sizesSelection__links {
    width: 100%;
    flex: 1 0 50%;
    max-width: 50%;
    height: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.border-col {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    border-top: .5px solid #111;
    cursor: pointer;
    color: #111;
}

.border-col .sizesSelection__items {
    min-height: 50px;
    background: transparent;
    text-align: center;
    color: #111;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.border-col .sizesSelection__items.disabled-button {
    background-color: transparent !important;
    color: #cecece !important;
    cursor: not-allowed !important;
}


.productItemWrap__content--title2 {
    justify-content: center;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.border-col:first-child,
.border-col:nth-child(even) {
    border-right: none;
}

.border-col:nth-child(odd) {
    border-left: .5px solid #111;

}

.sizesSelection__items:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/*.posr{
  display: flex;
  align-items: flex-start;

  }*/

.galleryminiImagesList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
}

.galleryminiImagesList li {
    margin-bottom: 10px;
    border: 1px solid #111;
}

.galleryBiggerImageItem {
    display: block;
    width: 100%;
    border: 1px solid #111;
    border-right: none;
    margin-left: 25px;
}

.galleryminiImagesList li.more {

    border: none;

}

.galleryBiggerImageItem img {
    width: 100%;
}

.modal#galleryModal .galleryModal_content {
    position: relative
}

.modal#galleryModal .galleryModal_content #gallery_modal_left {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media only screen and (max-width:480px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_left {
        width: 130px
    }
}

@media only screen and (max-width:414px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_left {
        width: 100px
    }
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left {
    height: calc(100vh - 220px)
}

@media all and (orientation:landscape) and (max-height:700px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left {
        height: 450px
    }
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .tabs {
    position: relative
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .tabs:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ececec;
    right: 19px;
    top: 0;
    position: absolute
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul {


    height: 535px;
}

.modal#galleryModal img {
    border-radius: 0;



}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li a.active img {
    filter: alpha(enabled=false);
    opacity: 1;
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li {
    text-align: center;
    border-bottom: 1px solid #ececec;
    position: relative
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li:first-child {
    border-top: 1px solid #ececec
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li:last-child {
    border-bottom: 1px solid #ececec
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li:after {
    content: '';
    right: -14px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    display: none;
    z-index: 2
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li a {
    width: 100%;
    display: block;
    height: 100%;
    padding: 10px;
    position: relative;
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li a:after {
    content: '';
    right: -14px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    display: none;
    z-index: 2;
    background-position: 0 -625px;
    height: 25px;
    width: 15px;
    background-image: url(../img/icons-s6f4b1f0bf9.png);
    background-repeat: no-repeat;
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li a.active::after {
    display: block !important;
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li a img {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    filter: alpha(Opacity=70);
    opacity: .7
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li.active a img {
    filter: alpha(enabled=false);
    opacity: 1
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li.active:after {
    display: block
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .slimScrollBar,
.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .slimScrollRail {
    display: block !important
}

.modal#galleryModal .galleryModal_content #gallery_modal_right {
    width: 100%;
    padding-right: 20px;
    padding-left: 140px;
    float: right;
    position: relative;
    display: table;
    table-layout: fixed
}

@media only screen and (max-width:480px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_right {
        padding-left: 130px
    }
}

@media only screen and (max-width:414px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_right {
        padding-left: 100px
    }
}

.modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right {
    height: calc(100vh - 220px);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 100%
}

.modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right video {
    width: 75%
}

@media all and (orientation:landscape) and (max-height:700px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right {
        height: 450px;
        display: block
    }

    .modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right img {
        height: 400px;
        margin-top: 25px
    }
}

.modal#galleryModal img {
    border-radius: 0;
}

.setAddToBasketWrap {
    border: .5px solid #111;
    width: 100%;
    margin: 0 0 12px 0;

}

.setAddToBasketWrap .addTobasket {
    width: 100%;
    background: #111;
    color: #fff;
    border: none;
    font-size: 1em;
    padding: 7px 12px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.setAddToBasketWrap__desc {
    padding: 12px;
    text-align: center;
}


@media (min-width: 768px) {
    .prodListRow__col8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

@media (min-width: 1200px) {
    .prodListRow__col8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}



@media (max-width: 767px) {
    .prodListRow__col8 {
        flex: 0 0 auto;
        width: 100%;
    }
}


@media (min-width: 768px) {
    .prodListRow__col4 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

}

@media (min-width: 1200px) {
    .prodListRow__col4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

}



@media (max-width: 1360px) {
   

    .swiper-container .productItemWrap__content--price {
        font-size: 12px;
    }

    .swiper-container .priceDiscountNum {
        font-size: 11px;
    }

}

@media (max-width: 767px) {
    .prodListRow__col4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .productItemWrap__content--price {
        margin: 5px 0;
        font-size: 12px;
    }
    .products-div{
        margin-top: 20px;
    }
}







.modal .modal-title {
    display: block;
    font-size: 19px;
    text-align: center;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    padding-bottom: 5px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}


.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px !important;
    background-color: rgb(230, 230, 230) !important;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

    background-color: rgb(88, 54, 34) !important;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    width: 3px !important;
}



.modalGalleryList li {
    text-align: center !important;
    border-bottom: 1px solid #ececec !important;
    position: relative !important;
}

.modalGalleryList li a {
    width: 100% !important;
    display: block !important;
    height: 100% !important;
    padding: 10px !important;
}

.modalGalleryList li:first-child {
    border-top: 1px solid #ececec !important;
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .tabs::after {
    right: 0;
}



.prodListItemWrapper {
    display: flex;
}

@media screen and (max-width:991px) {
    .sizesSelection .sizesSelection__links{
        min-height: 51px;
    }
}
@media screen and (max-width:767px) {
    .galleryminiImagesList {
        margin-left: 5px;
        margin-right: 5px;
        height: inherit;
        flex: 1 0 auto;

    }

    .galleryminiImagesList li {
        width: 100%;
    }
    .galleryminiImagesList li.more_images{
        flex: 1 0 auto;
    }
    .galleryminiImagesList li a {
        display: block;
        height: 100%;
        width: 100%;
    }

    .galleryminiImagesList li a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .galleryminiImagesList li:last-child {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:1199px) {
    .productItemWrap__content--title{
        font-size: 12px;
    }
}
@media screen and (max-width:460px) {
    .setProductItems .productItemWrap__content .productsBottomBox:has(:nth-child(2):last-child) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .setProductItems .productItemWrap__content .productsBottomBox:has(:nth-child(1):last-child) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .galleryminiImagesList li a img {
        max-width: 48px;
    }

    .galleryminiImagesList li {
        margin-bottom: 5px;
    }
}

@media screen and (min-width:768px) {
    .galleryBiggerImageItem img {
        width: 100%;
        height: 49vh;
        object-fit: cover;
    }
}

@media screen and (min-width:992px) {
    .galleryBiggerImageItem img {
        width: 100%;
        height: 69vh;
        object-fit: cover;
    }
}

.sizesSelection__items:hover {
    background-color: transparent;
    color: #000;
}

.sizesSelection__links:hover{
    background-color: #000 !important;
    color: #fff !important;
}
.sizesSelection__links.disabled-button:hover{
    background-color: transparent !important;
    color: #cecece !important;
    cursor: not-allowed !important;
}

.sizesSelection__links:hover a{
    color: #fff;
}


@media screen and (max-width:1199px) {
    .vipBtn{
      font-size: 13px;
    }
  }
  

@media screen and (max-width:767px) {
    .vipBtn{
     height: 20px;
     font-size: 12px;
     line-height: 18px;
     margin-right: 16px;
    }
  }
  


.container-footer{
    background-color: #eee;
}

.container-footer .col-links ul li a{
    color: #325461;
}

.container-footer .col-namad .namad-box{
    background-color: transparent;
}
.container-footer .col-social ul li a {
    color: #325461;
  }
  .container-footer .copy-right-designer .copy-right {
    color: #325461;
  }

  .container-footer .copy-right-designer .copy-right a {
    color: #325461;
  }

  .container-footer .col-newsletter .form-newsletter input {
    background-color: transparent;
    color: #333;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #333;
  }
  .container-footer .col-newsletter .form-newsletter input::placeholder{
    color: #333;
  }

  .container-footer .copy-right-designer .designer .designer-des a {
    color: #325461;
  }

  .container-footer .copy-right-designer .designer .designer-des {
    color: #325461;
  }

  .homeFixedIconsInnerBox{
    bottom: 130px;
  }
  


  
.basket_box.basket_box--pay_ways {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
    border-bottom: none;
  }
  .basket_box h5 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  .basket_box .basket_box_desc {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
  .basket__end__step {
    padding-top: 5px;
  }

.basket__end__step > .row {
  display: flex;
}
.basket__end__step .details_factor {
    border-radius: 0;
    overflow: hidden;
    border: solid 1px #d9d9d9;
  }
  .basket__end__step .details_factor ul li {
    font-size: 14px;
    padding: 10px 20px;
    overflow: hidden;
    margin-top: 8px;
  }
  .basket__end__step .details_factor ul li span {
    float: left;
  }
  .basket__end__step .details_factor ul li:last-child {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #000;
    margin: 0 -1px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .back__to__shop__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .back__to__shop__cnt::before {
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: .5px;
    content: '';
    background-color: #d9d9d9;
    z-index: -1;
  }
  .back__to__shop__in {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .back__to__shop__in #back__to__shop {
    color: grey;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
  }
  .back__to__shop__in #checkout__link {
    width: 150px;
    margin-right: 10px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 0;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 16px;
  }

.blogMiddleSec .blogItems__content{
    width: 100%;
}

.blogMiddleSec__list li:last-child{
    border-bottom: none;
}


.topBanner{
    display: block;
    width: 100%;
}
.topBanner img{
    display: block;
    width: 100%;
}

.headerHomeFix{
    position: fixed !important;
}

.custom-spacer{
    padding-top: 191px;
}

@media screen and (max-width:991px){
    .custom-spacer{
        padding-top: 90px;
    }
}
.container-header .page-header .main-menu .menu .level-1 .level-2{
    top: 191px;
}


/* swipup styles */
.swipeUp {
    display: none;
}

.swipeUp__bg {
    position: fixed;
    inset: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 12;
    transition: all 0.3s ease 0s;
}

.swipeUp__wrapper {
    bottom: -100%;
    animation: 0.2s linear 0.1s 1 normal forwards running swipeup;
    border-radius: 16px 16px 0px 0px;
    top: auto;
    position: fixed;
    overflow: hidden auto;
    background-color: white;
    left: 0px;
    right: 0px;
    width: 100%;
    min-height: 100px;
    z-index: 150;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
}

.swipeUp__wrapper--line {
    position: absolute;
    width: 15%;
    top: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: #d6d5d5;
    right: 42.5%;
    z-index: 1;
}

.swipeUp__wrapper--item {
    position: relative;
    padding: 47px 20px 25px;
    text-align: right;
    width: 100%;
}

@keyframes swipeup {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}

@-webkit-keyframes swipeup {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}


.swipeUp__wrapper--item .rdl label input {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    display: block;
    filter: alpha(Opacity=0);
    opacity: 0;
}
.swipeUp__wrapper--item .rdl label {
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
  }

.swipeUp__wrapper--item .rdl label span {
    display: inline-block;
    margin-left: 7px;
}

.swipeUp__wrapper--item .rdl label span::before {
    display: inline-block;
    -webkit-transition-property:
        all;
    transition-property: all;
    -webkit-transition-duration:
        .3s;
    transition-duration: .3s;
    position: relative;
    content: "";
    font-size: 21px;
    top: 4px;
    color: #999;
    font-family: Material-Design-Iconic-Font;
}

.swipeUp__wrapper--item .rdl label input:checked~span::before {
    content: "";
    color: #BE9B60;
    font-family: Material-Design-Iconic-Font;
}


@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(../assets/fonts/ham3d-font-icon-material-design/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"), url(../assets/fonts/ham3d-font-icon-material-design/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"), url(../assets/fonts/ham3d-font-icon-material-design/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype")
}

.zmdi {
    display: inline-block;
    font: normal normal normal 21px/1 Material-Design-Iconic-Font;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}




/* swipup styles */





html,body
{
    overflow-x: clip;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
}

.container-product.container-product-new.container-product-image-data .product-detail-box .data-box {
    position: sticky;
    top: 80px; }
.container-product.container-product-new.container-product-image-data .product-detail-box .data-box .images-slide {
    width: 100%;
    padding: 0 2px;
    position: relative; }
.container-product.container-product-new.container-product-image-data .product-detail-box .data-box .images-slide .image-box {
    width: 100%;
    display: block;
    border: 1px solid #dee2e6;
    position: relative; }
.container-product.container-product-new.container-product-image-data .product-detail-box .data-box .images-slide .image-box img {
    width: 100%;
    aspect-ratio: 10 / 11.5;
    object-fit: contain;
    -o-object-fit: contain; }
.container-product.container-product-new.container-product-image-data .product-detail-box .data-box .images-slide .image-box:last-child {
    border: 0; }
.container-product.container-product-new.container-product-image-data .product-detail-box .data-box .images-slide .image-box.active {
    border-color: #4d4d4d; }
.container-product.container-product-new.container-product-image-data .product-detail-box .data-box .images-slide .image-box.active img {
    opacity: 0.5; }
.container-product.container-product-new.container-product-image-data .product-detail-box .images-box .image-box {
    width: 100%;
    height: calc(100dvh - 144px); }
.container-product.container-product-new.container-product-image-data .product-detail-box .images-box .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center; }
.container-product.container-product-new.container-product-image-data .product-detail-box .images-box .image-box:before {
    display: none; }
.container-product.container-product-new.container-product-image-data .product-detail-box .images-box .image-box.video video {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.container-product.container-product-new.container-product-image-data .related-products {
    margin-top: 70px; }
.container-product.container-product-new.container-product-image-data .related-products .slick-list {
    width: 90%;
    margin: 0 auto;
    overflow: visible; }
.container-product.container-product-new.container-product-image-data .related-products .product-item {
    border: 1px solid #dee2e6; }
.container-product.container-product-new.container-product-image-data .related-products .product-item .image-box img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
.container-product.container-product-new.container-product-image-data .related-products .product-item .title-box .title-fa {
    width: 100%;
    line-height: 24px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 15px 0 10px 0; }
.container-product.container-product-new.container-product-image-data .related-products .product-item:hover {
    border-color: #4d4d4d; }
.container-product.container-product-new.container-product-image-data .related-products .product-item:hover .image-box img:last-child {
    opacity: 1;
    transform: scale(1); }
.container-product.container-product-new.container-product-image-data .related-products .product-item:hover .title-box .title-fa {
    color: #BE9B60; }
.container-product.container-product-new.container-product-image-data .related-products .related-product-items-box {
    position: relative; }
.container-product.container-product-new.container-product-image-data .related-products .related-product-items-box .btn-next, .container-product.container-product-new.container-product-image-data .related-products .related-product-items-box .btn-prev {
    background-color: rgba(255, 255, 255, 0.75);
    width: 36px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 18px;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -20px;
    transition: opacity 0.3s ease-in-out; }
.container-product.container-product-new.container-product-image-data .related-products .related-product-items-box .btn-next:hover, .container-product.container-product-new.container-product-image-data .related-products .related-product-items-box .btn-prev:hover {
    color: #BE9B60; }
.container-product.container-product-new.container-product-image-data .related-products .related-product-items-box .btn-prev {
    right: -20px;
    left: unset; }
.container-product.container-product-new.container-product-image-data .related-products .related-product-items-box:hover .btn-next, .container-product.container-product-new.container-product-image-data .related-products .related-product-items-box:hover .btn-prev {
    opacity: 1; }

@media (max-width: 768px) {
    .container-product.container-product-new.container-product-image-data .product-detail-box .data-box .images-slide {
        display: none; }
    .container-product.container-product-new.container-product-image-data .product-detail-box .images-box {
        margin-bottom: 15px; }
    .container-product.container-product-new.container-product-image-data .product-detail-box .images-box .image-box {
        height: auto; }
    .container-product.container-product-new.container-product-image-data .product-detail-box .images-box .image-box img {
        width: 100%;
        height: auto;
        aspect-ratio: 12 / 16;
        object-fit: cover;
        object-position: center center; }
    .container-product.container-product-new.container-product-image-data .product-detail-box .images-box .image-box.video {
        width: 100%;
        aspect-ratio: 12 / 16; }
    .container-product.container-product-new.container-product-image-data .product-detail-box .images-box .image-box.video video {
        width: 100%;
        height: auto;
        aspect-ratio: 12 / 16;
        object-fit: cover; } 
}
