@font-face {
    font-family: "Nike TG";
    font-style: normal;
    font-weight: 400;
    src: url(/tp/T0360/fonts/Nike-TG.woff2) format('woff2')
}

@font-face {
    font-family: "Nike Futura";
    font-style: normal;
    font-weight: 400;
    src: url(/tp/T0360/fonts/Nike-Futura.woff2) format('woff2')
}
*{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a:hover,
a:active,
a:focus{
    text-decoration: none;
    outline: unset;
}
input:active,
input:focus,
button:active,
button:focus,
textarea:active,
textarea:focus
{
    border: none;
    outline: unset;
}
.pre-l-brand-header{
    background: #f5f5f5;
}
.pre-l-brand-header .pre-l-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pre-l-brand-header .pre-l-wrapper .brandLeft ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.pre-l-brand-header .pre-l-wrapper .brandLeft ul li{
    margin-right: 24px;
}
.pre-desktop-usermenu{
    display: flex;
    align-items: center;
}
.pre-help-dropdown .pre-help-button{
    font-size: 12px;
    color: #111;
    padding: 9px 8px 6px;
    display: inline-block;
}
.pre-help-dropdown .pre-help-button:after{
    content: "|";
    padding-left: 12px;
}
.pre-dropdown-menu-box{
    position: absolute;
    background: #fff;
    z-index: 99;
    min-width: 240px;
    right: 0;
    top: 100%;
    border-radius: 0 0 8px 8px;
    padding: 24px 24px 24px 16px;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity .2s,visibility 0s linear .2s,transform .25s ease;
    opacity: 0;
}
.pre-desktop-usermenu .pre-btns ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.pre-desktop-usermenu .pre-btns ul li a{
    font-size: 12px;
    color: #111;
    padding: 4px 8px;
}
.pre-desktop-usermenu .pre-btns ul li a:after{
    content: "|";
    padding-left: 12px;
}
.pre-desktop-usermenu .pre-btns ul li:last-child a:after{
    content: "";
}
.pre-help-dropdown{
    position: relative;
}
.pre-help-dropdown:hover .pre-dropdown-menu-box{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .2s,visibility 0s,transform .25s ease;
}
.pre-dropdown-menu-content .pre-help-dropdown-menu-header{
    padding: 4px 8px;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    color: #111;
}
.pre-dropdown-menu-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pre-dropdown-menu-content ul li a{
    display: block;
    color: #757575;
    padding: 4px 8px;
    font-size: 14px;
}
.headerWrapp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchBox form{
    position: relative;
}
.searchBox form button{
    border: none;
    background: none;
    position: absolute;
    left: 5px;
    top: 5px;
}
.searchBox input{
    background: #f5f5f5;
    color: inherit;
    padding: 8px 48px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    border: none;
    border-radius: 100px;
    width: 180px;
}
.searchBox input::placeholder{
    color: #757575;
}
.menu-top{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-top li > a{
    border-bottom: 2px solid transparent;
    transition: border-color .1s,color .1s;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding: 16px 12px 18px 12px;
    display: block;
}
.search_widget{
    display: flex;
    align-items: center;
}
.header-cart{
    position: relative;
}
.header-cart .cart-products-count{
    font-size: 12px;
    color: #000;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 21px;
}
.whishlistHead{
    margin: 0 18px 0 20px;
}
.header-cart svg,
.whishlistHead svg{
    fill: #000;
}
.header-top{
    position: relative;
    background: #fff;
}
.header-top .menu-top li > a:hover{
    border-bottom: 2px solid #2c3747;
}
.header-top .menu-top li .dropdown-menu{
    margin: 0;
    margin: 0;
    border: none;
    float: unset;
    opacity: 0;
    visibility: hidden;
    transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
    transform-origin: top center;
    transform: scaleY(0);
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 40px;
    padding-left: calc(100vw*380/1434);
    padding-right: calc(100vw*380/1434);
}
.header-top .menu-top li .dropdown-menu > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.header-top .menu-top li .dropdown-menu > ul > li{
    padding: 16px 6px 0;
    display: inline-block;
    opacity: 0;
    transform: translateY(-10px);
    transition: transform .1s,opacity .1s;
    transition-delay: 0s;
    flex: 0 0 20%;
    max-width: 20%;
}
.header-top .menu-top li .dropdown-menu > ul > li .menu-title{
    color: #111;
    margin-bottom: 14px;
    padding: 0;
    border: none;
}
.header-top .menu-top li .dropdown-menu > ul > li .menu-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top .menu-top li .dropdown-menu > ul > li .menu-content ul li a{
    color: #757575;
    font-size: 14px;
    padding: 0;
    line-height: 20px;
    margin-bottom: 6px;
    border: none;
}
.header-top .menu-top li:hover .dropdown-menu{
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: transform .25s ease,opacity 0ms,visibility 0ms;
}
.header-top .menu-top li:hover .dropdown-menu > ul > li{
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s ease,opacity .2s linear;
    transition-delay: .2s;
}
.slideHeader{
    transition: all .5s;
    box-shadow: inset 0 -1px 0 0 #e5e5e5;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}
.slideHeader .slideItem{
    padding: 0 15px;
}
.slideHeader .slideItem .titleSlide{
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000;
}
.slideHeader .slideItem .btnSlide p{
    margin-bottom: 8px;
}
.slideHeader .slideItem .btnSlide p a{
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    display: block;
}
.home-slider .item{
    position: relative;
}
.home-slider .item .caption{
    width: 40%;
    position: absolute;
    left: 48px;
    bottom: 68px;
    z-index: 99;
}

.home-slider .item .caption .title_bn{
    font-size: 72px;
    line-height: 60px;
    margin-bottom: 8px;
    font-family: "Nike Futura","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 768px) {
    .section-slider .home-slider .item .caption .title_bn{
        color: #2e3848;
        font-size: 40px;
    }
}
.home-slider .item .caption p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #fff;
}
.home-slider .item .caption .hasText{
    margin-top: 24px;
}
.home-slider .item .caption .hasText a{
    background: #2e3848;
    color: #fff;
    padding: 6px 20px;
    border-radius: 30px;
    display: inline-block;
}
.bannerTopHome{
    margin-top: 84px;
}
.titleBanner .h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #111;
    margin-bottom: 24px;
}
.listBanner .container .row .descriptionBanner{
    left: 48px;
    position: absolute;
    bottom: 48px;
    z-index: 99;
}
.listBanner .container .row .descriptionBanner .h4{
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
}
.listBanner .container .row .descriptionBanner .hasText a{
    display: inline-block;
    margin-top: 24px;
    padding: 6px 20px;
    border-radius: 30px;
    background: #2c3848;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.productHotBox{
    margin-top: 84px;
}
.product-loop .product-description{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
}
.product-loop .product-description .priceProduct{
    padding: 12px 0 30px;
}
.product-loop .product-description .priceProduct .priceNew{
    display: block;
}
.product-loop .product-description .priceProduct .oldPrice{
    display: block;
    color: #757575;
    line-height: 28px;
}
.product-loop .product-description .priceProduct .percentOff{
    color: #41a139;
}
.product-loop .product-description .product-title a h4{
    color: #111;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.product-loop .product-description .product-title p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #757575;
}
.slideProduct .owl-nav{
    position: absolute;
    top: -62px;
    right: 0;
}
.slideProduct.owl-carousel .owl-nav button{
    height: 48px;
    width: 48px;
    background-color: #e5e5e5;
    border-radius: 24px;
    margin-left: 10px;
}
.slideProduct .owl-nav button i{
    font-size: 24px;
}
.slideProduct.owl-carousel .owl-nav button.disabled{
    color: #cccccc;
    background-color: #f5f5f5;
}
.productHotBox .titleBanner .row{
    align-items: center;
    justify-content: space-between;
}
.productHotBox .titleBanner .row a{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #111111;
    margin-bottom: 24px;
    margin-right: 120px;
}
.listBanner .bannerHomeTop{
    width: 100%;
}
.listBanner .bannerHomeTop .bannerTopHomeItem{
    position: relative;
    display: inline-block;
    float: left;
}
.listBanner .container .row .bannerMidHomeItem .descriptionBanner .hasText a{
    background: #2e3848;
    color: #fff;
}
.listBanner .container .row .bannerMidHomeItem:last-child .descriptionBanner h4{
    color: #fff;
}
.bannerMidHome{
    margin-top: 78px;
    margin-bottom: 50px;
}
.listCategory{
    margin-top: 84px;
    display: none;
}
.listCategory .categoryListWrapp .categoryItem .h4{
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 16px;
}
.listCategory .categoryListWrapp:hover .categoryItem ul{
    max-height: unset;
}
.listCategory .categoryListWrapp .categoryItem ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    max-height: 144px;
    overflow: hidden;
}
.listCategory .categoryListWrapp .categoryItem ul li a{
    color: #757575;
    display: block;
    margin-bottom: 12px;
}
footer{
    background: #2c3848;
    padding: 40px 0;
    color: #fff;
    font-size: 14px;
}
footer .footerItem{
    font-family: "Roboto", Sans-serif;
}
footer .footerItem .footerTitle{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 12px;
}
footer .footerItem .footerContent a,
footer .footerItem .footerContent p{
    color: #ACACAC;
}
footer .footerItem .footerContent ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
footer .footerItem .footerContent ul li{
    margin-bottom: 12px;
}
footer .footerItem.footerSocial .footerContent ul{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
footer .footerItem.footerSocial .footerContent ul li{
    margin-right: 15px;
}
footer .footerItem.footerSocial .footerContent ul li.facebookIcon a{
    background: #ACACAC;
    color: #fff;
    display: flex;
    border-radius: 50%;
    padding: 5px 7px 0 7px;
    font-size: 20px;
}
footer .footerItem.footerSocial .footerContent ul li.instagramIcon a{
    color: #fff;
    background: #ACACAC;
    border-radius: 50%;
    display: block;
    padding: 2px 7px;
}
footer .footerItem.footerSocial .footerContent ul li.tiktokIcon a{
    background: #fff;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
}
footer .footerItem.footerSocial .footerContent ul li.tiktokIcon svg{
    fill: #ACACAC;
    width: 25px;
    height: 25px;
}
footer .footerItem.footerSocial .footerContent ul li.youtubeIcon a{
    color: #fff;
    background: #ACACAC;
    border-radius: 50%;
    display: block;
    padding: 2px 7px;
}
footer .footerItem.footerSocial .footerContent .newsletterForm{
    position: relative;
}
footer .footerItem.footerSocial .footerContent .newsletterForm input{
    border: 1px #000 solid;
    border-radius: 4px;
    background: #fff;
    height: 38px;
    width: 100%;
    color: #000;
    padding: 0 12px;
    font-size: 13px;
}
footer .footerItem.footerSocial .footerContent .newsletterForm input::placeholder{
    color: #2c3747;
    font-size: 13px;
}
footer .footerItem.footerSocial .footerContent .newsletterForm button{
    background: #000;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 38px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 15px;
}
.wrappSearchDes.active{
    transition: transform .25s ease,opacity 0ms,visibility 0ms;
    position: fixed;
    background: #fff;
    height: 312px;
    padding: 0 38px;
}
.wrappSearchDes{
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
    transform-origin: top center;
}
.wrappSearchDes .top-stack-context{
    display: none;
}
.wrappSearchDes.active .top-stack-context{
    padding: 0 12px;
    display: block;
}
.wrappSearchDes .top-stack-context a img{
    max-height: 60px;
    filter: invert(1);
}
.wrappSearchDes .popularWrapp{
    padding-top: 0;
}
.wrappSearchDes.active .popularWrapp{
    padding-top: 10px;
}
.wrappSearchDes .popularWrapp form{
    position: relative;
}
.wrappSearchDes .popularWrapp form input{
    background: #f5f5f5;
    border: none;
    border-radius: 100px;
    height: 40px;
    width: 180px;
    padding: 8px 48px;
    transform: translateX(0);
    transition: width .25s,transform .35s;
}
.wrappSearchDes.active .popularWrapp form input{
    padding: 8px 50px 8px 44px;
    width: 656px;
    transition: width .25s ease,transform .25s ease;
    transform: translateX(0) translateX(0vw) translateX(0);
}
.wrappSearchDes .popularWrapp form button{
    border: none;
    background: none;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9;
}
.wrappSearchDes.active .popularWrapp form button{
    top: 6px;
    left: 6px;
}
.wrappSearchDes .popularWrapp form button svg{
    height: 30px;
    width: 30px;
}
.wrappSearchDes.active .popularWrapp form button svg{
    height: 24px;
    width: 24px;
}
.wrappSearchDes .popularWrapp .pre-l-vs-popular{
    display: none;
}
.wrappSearchDes.active .popularWrapp .pre-l-vs-popular{
    padding-top: 46px;
    display: block;
}
.wrappSearchDes .popularWrapp .pre-l-vs-popular p{
    color: #757575;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}
.wrappSearchDes .popularWrapp .pre-l-vs-popular ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.wrappSearchDes .popularWrapp .pre-l-vs-popular ul li{
    margin-bottom: 12px;
}
.wrappSearchDes .popularWrapp .pre-l-vs-popular ul li a{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #111;
}
.wrappSearchDes .pre-close-search{
    display: none;
    background: #f5f5f5;
    border-radius: 100px;
    padding: 8px 14px;
    margin-top: 10px;
}
.wrappSearchDes.active .pre-close-search{
    display: block;
}
.wrappSearchDes .pre-close-search svg{
    height: 12px;
    width: 12px;
}
.breadcrumb{
    background: none;
    padding: 0;
    margin: 15px 0;
}
.breadcrumb li a{
    color: rgb(17, 17, 17);
    font-size: 14px;
}
.breadcrumb li a:after{
    content: '/';
    padding: 0 6px;
}
.breadcrumb li:last-child a:after{
    content: '';
}
.header__content{
    justify-content: space-between;
    margin-bottom: 30px;
}
.header__content .wall-header__title{
    line-height: 1.3;
    font-weight: 500;
    font-size: 24px;
}
.wall-header__nav{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-end;
}
.wall-header__nav .filters-btn{
    font-size: 16px;
    color: rgb(17, 17, 17);
    padding-right: 25px;
}
.wall-header__nav .filters-btn span{
    padding-right: 8px;
}
.wall-header__nav .products-sort-order{
    padding: 0 6px;
    position: relative;
}
.wall-header__nav .products-sort-order .h3{
    font-size: 16px;
    color: rgb(17, 17, 17);
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 28px;
    cursor: pointer;
}
.wall-header__nav .products-sort-order .h3 .icon-chevron{
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 8px;
}
.wall-header__nav .products-sort-order .h3.active .icon-chevron{
    transform: rotate(180deg);
    transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
}
.wall-header__nav .products-sort-order .h3 .icon-chevron::after{
    content: "";
    width: 9px;
    height: 2px;
    background: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 50%;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    right: 0;
    transform: translateY(-50%) rotate(-46deg);
}
.wall-header__nav .products-sort-order .h3 .icon-chevron::before {
    content: "";
    width: 9px;
    height: 2px;
    background: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 50%;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    left: 0;
    transform: translateY(-50%) rotate(46deg);
}
.wall-header__nav .products-sort-order ul{
    border-radius: 0 0 0 20px;
    position: absolute;
    list-style: none;
    padding: 24px 28px 15px 24px;
    width: 200px;
    z-index: 9;
    background: #fff;
    right: 0;
    text-align: right;
    top: 100%;
    display: none;
}
.wall-header__nav .products-sort-order ul li a{
    color: rgb(17, 17, 17);
}
.block-content .cateTitle a{
    color: #111;
    padding-bottom: 10px;
    display: block;
}
.sidebar-block .new-item-content{
    border-top: 1px solid rgb(229, 229, 229);
}
.sidebar-block .new-item-content .title-product{
    color: #111;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-block .new-item-content .scroll-product{
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.sidebar-block .new-item-content .scroll-product li{
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    display: flex;
    margin-bottom: 4px;
    align-items: center;
    cursor: pointer;
}
.sidebar-block .new-item-content .scroll-product li label{
    margin-bottom: 0;
    position: relative;
    margin-right: 6px;
    width: 22px;
    height: 22px
}
.sidebar-block .new-item-content .scroll-product li label input{
    display: none;
}
.sidebar-block .new-item-content .scroll-product li label .checkmark{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 9;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.sidebar-block .block-content{
    padding-bottom: 30px;
}
.sidebar-block .new-item-content .scroll-product li.active label .checkmark{
    background: #111;
}
.sidebar-block .new-item-content .scroll-product li.active label .checkmark:before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/tp/T0360/img/check-symbol.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.new-item-content ul {
    max-height: 140px;
    overflow-y: auto
}
.new-item-content ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px
}
.new-item-content ul::-webkit-scrollbar {
    width: 5px;
    background-color: #ebebeb
}
.new-item-content ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #808080;
    width: 8px
}
.sidebar-block .new-item-content ul.listColor{
    display: flex;
    flex-wrap: wrap;
}
.sidebar-block .new-item-content ul.listColor .columnItem{
    width: 33.33%;
    text-align: center;
    margin-bottom: 15px;
    color: #111;
    display: block;
}
.sidebar-block .new-item-content ul.listColor .columnItem .colorStyle{
    border: 1px solid #ebebeb;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.sidebar-block .new-item-content ul.listColor .columnItem.active .colorStyle:after{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/tp/T0360/img/check-symbol.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.sidebar-block .new-item-content ul.listColor .columnItem span{
    display: block;
    padding-top: 2px;
    font-size: 12px;
}
.new-item-content .title-product{
    cursor: pointer;
}
.new-item-content .title-product .icon-chevron{
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 8px;
}
.new-item-content .title-product.active .icon-chevron{
    transform: rotate(180deg);
    transition: transform .1s ease,opacity 0ms linear .1s,visibility 0ms linear .1s;
}
.new-item-content .title-product .icon-chevron::after{
    content: "";
    width: 9px;
    height: 2px;
    background: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 50%;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    right: 0;
    transform: translateY(-50%) rotate(-46deg);
}
.new-item-content .title-product .icon-chevron::before {
    content: "";
    width: 9px;
    height: 2px;
    background: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 50%;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    left: 0;
    transform: translateY(-50%) rotate(46deg);
}
.new-item-content .boxListFilter{
    display: none;
}
.gridProduct .product-loop{
    padding: 0 8px;
}
.product-loop .product-groups{
    padding: 12px 0 30px;
}
.product-loop .product-groups .product-title a{
    color: rgb(17, 17, 17);
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}
.product-loop .product-groups .categoryName{
    color: rgb(17, 17, 17);
    font-weight: 500;
    font-size: 16px;
}
.product-loop .product-groups .colorCount{
    color: rgb(117, 117, 117);
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}
.product-loop .product-groups .priceNew{
    padding-right: 5px;
    line-height: 28px;
}
.product-loop .product-groups .oldPrice{
    color: rgb(117, 117, 117);
    line-height: 28px;
}
.product-loop .product-groups .percentOff{
    color: rgb(65, 161, 57);
    font-weight: 500;
    padding-top: 10px;
}
.paginator {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.paginator .labelPages, .paginator .titlePages, .paginator .paging-first, .paginator .paging-last {
    display: none;
}
.paginator .currentPage:hover,
.paginator a:hover{
    background-color: #eee;
}
.paginator .currentPage {
    color: #231f20;
    padding: 6px 12px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
}
.paginator a {
    padding: 6px 12px;
    display: inline-block;
    color: #707070;
    font-size: 18px;
    line-height: 1.4;
}
.paginator .paging-next {
    color: #231f20;
}
.paginator .paging-next:after {
    font-family: FontAwesome;
    content: '\f178';
}
.paginator .paging-previous {
    color: #231f20;
}
.paginator .paging-previous:after{
    font-family: FontAwesome;
    content: '\f177';
}
.product-groups:hover .frameImageChilds{
    display: flex;
    transition: all .6s ease;
}
.product-groups .product-title,
.product-groups .categoryName,
.product-groups .colorCount{
    transition: all .6s ease;
}
.product-groups:hover .product-title,
.product-groups:hover .categoryName,
.product-groups:hover .colorCount{
    display: none;
    transition: all .6s ease;
}
.frameImageChilds{
    display: none;
    align-items: center;
    margin-bottom: 10px;
    transition: all .6s ease;
}
.frameImageChilds ul{
    max-width: 168px;
    overflow: hidden;
    height: 36px;
    display: inline-flex;
    margin: 0;
    list-style: none;
    padding: 0;
}
.frameImageChilds .numberColor{
    font-size: 16px;
    color: rgb(141, 141, 141);
    line-height: 36px;
    padding-left: 4px;
}
.frameImageChilds ul li{
    margin-right: 6px;
    cursor: pointer;
}
.frameImageChilds ul li span{
    width: 36px;
    height: 36px;
    display: block;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.page-home .content.active .sidebar-collection{
    display: none;
}
.page-home .content.active .product-container{
    flex: 0 0 100%;
    max-width: 100%;
}
.filters-btn .showFill{
    display: none;
}
.filters-btn.active .showFill{
    display: inline-block;
}
.filters-btn.active .hideFill{
    display: none;
}
.header__content .subheading{
    display: none;
}
.content .sidebar-collection .mobile-results-nav__close-btn{
    display: none;
}
.results-nav-sub-nav{
    display: none;
}
.slideProduct .product-description .product-groups:hover .product-title{
    display: block;
}
.desktop_cart .header-cart{
    display: block;
}
.desktop_cart .blockcart{
    position: relative;
    padding: 18px 0;
}

.dropdown-content{
    position: absolute;
    width: 428px;
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;.header-cart .cart-products-count
    box-shadow: 0 0 14px rgb(0 0 0 / 6%);
    border: 1px solid #eee;
    display: none;
}
.dropdown-content .ncss-col{
    padding: 24px;
    font-size: 16px;
    line-height: 1.75;
}
.dropdown-content .cart-content .AddToCartSuccessHeader{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}
.dropdown-content .cart-content .AddToCartSuccessHeader i{
    color: #128a09;
    padding-right: 12px;
}
.dropdown-content .cart-content .listCartHeader{
    padding-top: 24px;
}
.dropdown-content .cart-content .cartHeaderItem{
    display: flex;
    padding-bottom: 20px;
}
.dropdown-content .cart-content .cartHeaderItem .image-size{
    width: 25%;
}
.dropdown-content .cart-content .cartHeaderItem .info{
    width: 75%;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.75;
    padding-right: 6px;
}
.dropdown-content .cart-content .cartHeaderItem .info p{
    margin: 0;
}
.dropdown-content .cart-content .cartHeaderItem .info .text-color-secondary{
    color: #757575;
}
.button-container-styles .norecs-container{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.button-container-styles .norecs-container .ncss-btn-secondary-dark{
    padding: 18px 24px;
    display: inline-block;
    width: 48%;
    border: 1.5px solid #ccc;
    text-align: center;
    border-radius: 30px;
    color: #111;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}
.button-container-styles .norecs-container .ncss-btn-primary-dark{
    padding: 18px 24px;
    display: inline-block;
    width: 48%;
    border: 1.5px solid #338dbc;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background: #338dbc;
}
.dropdown-content .cart-content .modal-close-button{
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 25px;
}
.dropdown-content .cart-content .product-price__wrapper{
    color: #757575;
}
.dropdown-content .cart-content .product-price__wrapper .product-price{
    color: #111;
    margin-right: 6px;
}
.dropdown-content .cart-content .mini-cart__empty-state{
    text-align: center;
}
.dropdown-content .cart-content .mini-cart__empty-state p{
    margin: 12px 0;
    font-size: 18px;
}
.dropdown-content .cart-content .button--full{
    background: #2c3747;
    color: #fff;
    display: block;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}
.contentBody{
    position: relative;
}
.backgroundBody{
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .25s,visibility 0s linear .25s;
}
.backgroundBody.active{
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.75);
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.productSuggest-wrapper{
    margin-top: 84px;
}
.productSuggest-wrapper .titleBox{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #111;
    margin-bottom: 24px;
}
.productSuggest .owl-nav{
    position: absolute;
    top: -62px;
    right: 0;
}
.productSuggest.productList.owl-carousel .owl-nav button{
    height: 48px;
    width: 48px;
    background-color: #e5e5e5;
    border-radius: 24px;
    margin-left: 10px;
}
.productSuggest .owl-nav button i{
    font-size: 24px;
}
.productSuggest.owl-carousel .owl-nav button.disabled{
    color: #cccccc;
    background-color: #f5f5f5;
}
.col-left-account .listPromotion .productItem{
    margin-bottom: 20px;
}
.col-left-account .page-title{
    text-align: center;
}
.col-left-account .page-title h1{
    font-size: 26px;
    line-height: 31px;
    color: #303030;
    text-transform: uppercase;
    margin-top: 40px;
}
.col-left-account .page-title p{
    font-size: 16px;
    color: #333;
    margin-bottom: 56px;
}
.listPromotion .productInfo .productName{
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 13px 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.campaignList{
    margin-top: 40px;
}
#popupHome .modal-content{
    padding: 40px;
    margin-top: 60px;
}
#popupHome .modal-content .close-popup{
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: none;
    font-size: 24px;
    line-height: 24px;
}
#popupHome .modal-content .popup-wrapper{
    text-align: center;
}
#popupHome .modal-content .popup-wrapper .popup-title{
    font-size: 20px;
    font-weight: 600;
}
#popupHome .modal-content .popup-wrapper .popup-desc{
    color: #8d8d8d;
    margin-bottom: 28px;
}
#popupHome .modal-content .popup-wrapper .subcribe-form .input-group{
    display: block;
    margin-bottom: 25px;
}
#popupHome .modal-content .popup-wrapper .subcribe-form .input-group .titleInput{
    display: block;
    line-height: 2;
    text-align: left;
}
#popupHome .modal-content .popup-wrapper .subcribe-form .input-group .subscribePopupInput{
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    line-height: 17px;
    padding: 0 16px;
}
#popupHome .modal-content .popup-wrapper .subcribe-form .wrappHalf{
    display: flex;
    justify-content: space-between;
}
#popupHome .modal-content .popup-wrapper .subcribe-form .wrappHalf .input-group{
    width: 49%;
}
#popupHome .modal-content .popup-wrapper .subcribe-form .subscribePopupBtn{
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 20px;
    background: #338DBC;
    color: #fff;
    border: 1px solid #338DBC;
    border-radius: 5px;
    width: 100%;
}
.pageAlbum .title-page {
    font-size: 24px;
    margin: 32px 0 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    color: #222;
    font-weight: 700;
}
.pageAlbum .custom-padding-left {
    text-align: center;
    margin-bottom: 32px;
}
.listAlbum figure {
    margin-bottom: 30px;
}
.listAlbum figcaption h3 {
    border: 1px solid #e6e6e6;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 20px 15px;
}
.listAlbum figcaption h3 a{
    font-size: 14px;
    color: #111;
}
.post-meta-info {
    margin: 15px 0;
}
.album-images {
    margin: 20px 0;
}
.album-images .list-img-a-view{
    margin-bottom: 30px;
}
.post-meta-info .post-meta-item.date {
    padding: 5px 10px;
    background-color: #f9f9f9;
    display: inline-block;
}
.post-meta-info .post-meta-item.date span i {
    color: #aaa;
    margin-right: 5px;
}
.post-meta-info .post-meta-item.date span a {
    color: #aaa;
}
.categoryContent{
    margin-bottom: 20px;
}
.headerWrapp .logoHeader .logo{
    max-width: 130px;
    min-height: 48px;
}
.sidebar-collection .wall-header__title{
    line-height: 1.3;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}
.copyright{
    text-align: center;
}
.copyright p{
    margin: 0;
}
.copyright p a{
    color: #fff;
}
.zoomPopupList{
    display: none;
    position: fixed;
    inset: 0;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    width: 100vw;
    z-index: 9999;
    text-align: center;
    padding: 40px 8px;
}
.zoomPopupList.active{
    display: block;
}
.main-body.active{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zoomPopupList .image-zoom{
    padding: 8px 0;
}
.closePopupImage{
    position: fixed;
    right: 15px;
    top: 0;
    background: none;
    border: none;
    font-size: 30px;
}
.thumbnail-container{
    position: relative;
}
.out-of-stock{
    right: 0;
    z-index: 1000;
    background: #000;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}
.percentTag{
    background: #d7393e;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 12px;
    font-size: 14px;
    z-index: 99;
}
.Soldout {
    position: absolute;
    top: 0;
    right: 20px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
@media (min-width: 1200px) {
    .main-body .container{
        max-width: calc(100vw*1334/1434);
        width: calc(100vw*1334/1434);
    }
    .listBanner .container .row{
        margin-right: -21px;
        margin-left: -21px;
    }
    .listBanner .bannerTopHomeItem:last-child{
        margin-top: 12px;
    }
    .listBanner .bannerTopHomeItem{
        padding: 0 6px;
    }
    .listBanner .container .row .bannerMidHomeItem{
        padding: 0 6px;
    }
    .listCategory .categoryListWrapp{
        padding: 0 120px;
    }
    .overlay_chir.menu{
        opacity: 0;
        z-index: 99;
        visibility: hidden;
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: opacity .25s,visibility 0s linear .25s;
    }
    .overlay_chir.menu.active{
        opacity: 1;
        visibility: visible;
        transition: opacity .8s ease,visibility 0s;
        background-color: hsla(0,0%,7%,.36);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
    .page-home .content{
        margin-right: -30px;
        margin-left: -30px;
    }
    .campaignList .product-loop{
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 5px;
    }
    #popupHome .modal-dialog{
        width: 405px;
    }
    .gridProduct{
        padding: 0 15px;
    }
    .section-slider .mobile{
        display: none;
    }
    .listCategory .categoryListWrapp:hover .categoryItem ul{
        transition: all 1.5s;
    }
    .listCategory .categoryListWrapp .categoryItem ul{
        transition: all 1.5s;
    }
}


@media (max-width: 768px) {
    #boxMenuRight{
        background: #fff;
    }
    #mm-blocker {
        background: rgba(0,0,0,.36) !important;
    }
    .mm-menu>.mm-panel{
        padding: 20px 36px 150px;
    }
    .mm-listview>li>a, .mm-listview>li>span{
        line-height: 1.166667;
        color: #111;
        font-weight: 500;
        font-size: 24px;
    }
    .mm-menu .mm-listview>li:after{
        border: none;
    }
    .mm-menu .mm-listview>li .mm-next:before{
        border: none;
    }
    .mm-menu .mm-listview>li .mm-next:after{
        border-color: #111;
    }
    .mm-panel.mm-hasnavbar .mm-navbar{
        position: unset;
        padding: 0;
        border: none;
        height: auto;
    }
    .mm-panel.mm-hasnavbar .mm-navbar .mm-prev{
        margin-top: 46px;
        padding: 0;
        width: auto;
        height: auto;
        left: 36px;
    }
    .mm-panel.mm-hasnavbar .mm-navbar .mm-prev:before{
        border-color: #111;
        width: 10px;
        height: 10px;
        position: unset;
    }
    .mm-panel.mm-hasnavbar .mm-navbar .mm-title{
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
        color: #111;
        padding: 7px 0;
        text-align: left;
        margin-top: 46px;
    }
    .mm-panel.mm-hasnavbar .vertical.mm-listview.mm-first{
        margin: 0;
    }
    .mm-panel.mm-hasnavbar .vertical li a{
        padding: 4px 0;
        color: #757575;
        font-size: 16px;
        line-height: 28px;
    }
    .mm-panel.mm-hasnavbar .mm-navbar .mm-prev:after{
        content: 'All';
        color: #111;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 16px;
    }
    #boxMenuRight .btnClose{
        display: block;
        text-align: right;
        margin-right: 15px;
        height: 34px;
    }
    .mm-panel .mm-listview .pre-brand-item{
        padding-top: 12px;
    }
    .mm-panel .mm-listview .pre-brand-item a{
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .mm-panel .mm-listview .pre-brand-item a p{
        font-weight: 500;
        font-size: 16px;
        margin: 0;
        padding-left: 12px;
    }
    .mm-panel .mm-listview .descriptionMenu{
        padding-bottom: 6px;
        padding-top: 88px;
    }
    .mm-panel .mm-listview .descriptionMenu span{
        color: #757575;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
        text-overflow: unset;
        white-space: unset;
    }
    .mm-panel .mm-listview .descriptionMenu span a{
        color: #111;
    }
    .mm-panel .mm-listview .btnBoxMenu{
        padding: 0 20px;
        margin: 8px 0 50px;
    }
    .mm-panel .mm-listview .btnBoxMenu .joinBtn{
        padding: 6px 20px;
        border-radius: 30px;
        background: #2c3747;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        margin-right: 8px;
    }
    .mm-panel .mm-listview .btnBoxMenu .signBtn{
        border: 1.5px solid #ccc;
        padding: 6px 20px;
        border-radius: 30px;
        background: #fff;
        color: #111;
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
    }
    .mm-panel .mm-listview .lineBtn .pre-mobile-btn{
        display: flex;
        align-items: center;
    }
    .mm-panel .mm-listview .lineBtn .pre-mobile-btn p{
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
        margin-left: 12px;
    }
    .mm-panel .mm-listview .lineBtn .pre-mobile-btn .pre-mobile-menu-cart{
        position: relative;
    }
    .mm-panel .mm-listview .lineBtn .pre-mobile-btn .pre-mobile-menu-cart .cart-products-count{
        position: absolute;
        font-size: 12px;
        top: 10px;
        left: 0;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 16px;
    }
    .headerMobile .row{
        justify-content: space-between;
        padding: 0 15px;
        align-items: center;
    }
    .headerMobile .row .btnBox{
        display: flex;
        align-items: center;
    }
    .headerMobile .row .btnBox .pre-acct-cart .icon-btn{
        display: block;
        position: relative;
        text-align: center;
    }
    .headerMobile .row .btnBox .pre-acct-cart .icon-btn .cart-products-count{
        position: absolute;
        left: 0;
        font-size: 12px;
        color: #fff;
        top: 5px;
        text-align: center;
        display: block;
        width: 100%;
        line-height: 20px;
    }
    .headerMobile .row .btnBox .pre-search-btn{
        display: block;
        margin: 0 20px;
    }
    .home-slider .item{
        padding: 0 15px;
    }
    .home-slider .item .caption{
        position: unset;
        width: 100%;
    }
    .home-slider .item .caption h4{
        color: #111;
        font-size: 48px;
        line-height: 40px;
        margin-top: 24px;
    }
    .home-slider .item .caption p{
        color: #111;
    }
    .home-slider .item .caption .hasText a{
        background: #2e3848;
        color: #fff;
    }
    .titleBanner .h2{
        padding: 0 15px;
    }
    .listBanner .container .row .bannerHomeTop .descriptionBanner{
        position: unset;
    }
    .listBanner .container .row .descriptionBanner .h4{
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
        margin-top: 24px;
    }
    .listBanner .container .row .bannerHomeTop .descriptionBanner .hasText{
        display: none;
    }
    .productHotBox .titleBanner .row a{
        display: none;
    }
    .productHotBox .listProduct{
        padding: 0 15px;
    }
    .listBanner .container .row .bannerMidHomeItem .descriptionBanner h4{
        font-size: 24px;
        line-height: 28px;
    }
    .listCategory .categoryListWrapp .categoryItem ul{
        display: none;
        padding-left: 24px;
    }
    .listBanner .container .row .bannerMidHomeItem{
        margin-bottom: 15px;
    }
    .wrappSearchDes{
        display: none;
    }
    .wrappSearchDes.active{
        display: block;
        padding: 0 24px;
        height: 100%;
    }
    .wrappSearchDes.active .pre-close-search{
        display: inline-block;
        position: absolute;
        top: 0;
        right: 24px;
    }
    .wrappSearchDes .popularWrapp form input{
        width: 92%;
    }
    .wrappSearchDes.active .popularWrapp form input{
        width: 85%;
        padding: 8px 20px 8px 65px;
    }
    .product-container{
        padding: 0;
    }
    .categoryContent{
        padding: 0 15px;
    }
    .gridProduct .row{
        margin: 0;
    }
    .gridProduct .product-loop:nth-of-type(2n){
        padding-left: 3px;
        padding-right: 0;
    }
    .gridProduct .product-loop:nth-of-type(2n-1){
        padding-left: 0;
        padding-right: 3px;
    }
    .product-loop .product-groups{
        padding: 12px 0 30px 12px;
    }
    .breadcrumb{
        padding: 0 15px;
    }
    .header__content{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .header__content .wall-header__title{
        font-size: 20px;
        padding: 0 15px;
    }
    .header__content .wall-header__title .wall-header__item_count{
        display: none;
    }
    .wall-header__nav{
        display: none;
    }
    .header__content .subheading{
        width: 100%;
        border-top: 1px solid rgb(229, 229, 229);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 15px;
    }
    .header__content .subheading .subheading__result-count{
        color: rgb(117, 117, 117);
    }
    .header__content .subheading .filters-btnMobile{
        border-radius: 30px;
        border: 1.5px solid rgb(204, 204, 204);
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding: 4px 18px;
        color: #111;
    }
    .content .sidebar-collection{
        position: fixed;
        -webkit-overflow-scrolling: touch;
        bottom: -100%;
        left: 0;
        padding: 0;
        z-index: 100;
        background-color: #fff;
        width: 100%;
        height: 100%;
        border-right: 1px solid #e9e9e9;
        transition: all .1s cubic-bezier(.46,.01,.32,1);
    }
    .content .sidebar-collection.active{
        bottom: 0;
        transition: all .1s cubic-bezier(.46,.01,.32,1);
        overflow: auto;
    }
    .content .sidebar-collection.active h2{
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        font-style: normal;
        padding: 36px 20px 20px;
    }
    .content .sidebar-collection.active .products-sort-order-mobile{
        padding: 0 20px;
    }
    .content .sidebar-collection.active .products-sort-order-mobile h3{
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        padding: 8px 0 16px;
    }
    .content .sidebar-collection.active .sidebar-block{
        padding: 0 20px;
    }
    .content .sidebar-collection.active .products-sort-order-mobile ul{
        padding: 0;
        list-style: none;
    }
    .content .sidebar-collection.active .products-sort-order-mobile ul li a{
        line-height: 32px;
        font-size: 16px;
        color: #111;
        display: flex;
        align-items: center;
    }
    .content .sidebar-collection .mobile-results-nav__close-btn{
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px;
    }
    .content .sidebar-collection .mobile-results-nav__close-btn svg{
        width: 32px;
        height: 32px;
    }
    .content .sidebar-collection.active .products-sort-order-mobile ul li a i{
        width: 20px;
        height: 20px;
        border: 1px solid rgb(204, 204, 204);
        border-radius: 50%;
        margin-right: 6px;
        display: inline-block;
        position: relative;
    }
    .content .sidebar-collection.active .products-sort-order-mobile ul li.active a i{
        border-color: #111;
    }
    .content .sidebar-collection.active .products-sort-order-mobile ul li.active a i::after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #111;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        transition: transform 100ms ease 0s;
    }
    .sidebar-block.categoryBox{
        display: none;
    }
    .results-nav-sub-nav{
        display: flex;
        align-items: center;
        padding: 16px 24px;
        justify-content: space-between;
        border-top: 1px solid rgb(229, 229, 229);
    }
    .results-nav-sub-nav .btn-clear{
        border: 1px solid rgb(229, 229, 229);
        border-radius: 2em;
        display: inline-block;
        padding: 8px 16px;
        color: #111;
        width: 49%;
        text-align: center;
    }
    .results-nav-sub-nav .btn-apply{
        border: 1px solid rgb(229, 229, 229);
        border-radius: 2em;
        display: inline-block;
        padding: 8px 16px;
        color: #fff;
        width: 49%;
        text-align: center;
        background: #111;
    }
    .product-detail .main-content{
        margin: 0;
    }
    .productSuggest-wrapper{
        margin-top: 34px;
        padding: 0;
    }
    .noPadding{
        padding: 0;
    }
    .zoomImageList .plm-zoom{
        padding: 0;
        margin-bottom: 4px;
        scroll-snap-align: start;
        display: inline-block;
    }
    .product-gallery__thumb{
        padding: 0 2px;
    }
    /*.product-gallery__thumbs{*/
    /*    margin-right: -2px;*/
    /*    margin-left: -2px;*/
    /*}*/
    .product-gallery__thumb.slick-current{
        border: 1px solid #111;
        border-radius: 4px;
    }
    .productWrapDetail{
        margin-top: 20px;
        padding: 0;
    }
    .productWrapDetail .productName,
    .productWrapDetail .categoryName,
    .productWrapDetail .product-price,
    .productWrapDetail .sizePicker,
    .productWrapDetail .cart-area{
        padding: 0 15px;
    }
    .productWrapDetail .product-info .detail-description .select-swatch .colorPicker .select-swap{
        overflow: scroll hidden;
        white-space: nowrap;
        display: block;
    }
    .productWrapDetail .product-info .detail-description .select-swatch .colorPicker .select-swap a{
        width: 28%;
        /*padding: 0 2px;*/
        display: inline-block;
    }
    .productWrapDetail .product-info .detail-description .select-swatch .colorPicker .select-swap a label{
        display: block;
    }
    .productWrapDetail .product-info .detail-description .select-swatch .colorPicker .select-swap a label span{
        width: 100%;
        height: 146px;
    }
    .zoomImageList{
        display: block;
        overflow-y: hidden;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
    }
    .campaignList .product-loop{
        padding: 0 3px;
    }
    #popupHome .modal-dialog{
        margin: 40px auto 0;
        max-width: 90%;
    }
    .section-slider .desktop{
        display: none;
    }
    .listBanner .bannerHomeTop .bannerTopHomeItem{
        padding: 0 15px;
    }
    .productSuggest-wrapper .titleBox{
        padding: 0 15px;
    }
    .productSuggest.owl-carousel .owl-stage{
        padding-left: 0!important;
    }
    .headerMobile{
        background: #2c3747;
    }
    .headerMobile .pre-l-logo a img{
        max-height: 60px;
    }
    .headerMobile .btnBox a svg{
        fill: #fff;
    }
    .headerMobile .dropdown-content{
        width: 100%;
        position: fixed;
        top: 0;
    }
    .product-groups:hover .frameImageChilds{
        display: none;
    }
    .product-groups:hover .product-title, .product-groups:hover .categoryName, .product-groups:hover .colorCount{
        display: block;
    }
    .owl-carousel .owl-item{
        touch-action: manipulation!important;
    }
    .productSuggest .owl-nav{
        right: 24px;
    }
    .slideProduct.owl-carousel .owl-stage{
        padding-left: 0!important;
    }
    .mm-listview .mm-next{
        width: 100%;
    }
    .copyright{
        margin-top: 20px;
    }
}