/*-- add style --*/
html, html body, body #wrapper { overflow-x: hidden;}
.NxFBpyOxQ { background: #fff } ul, li { list-style: none; margin-bottom: 0 } .section { padding: 30px 0 }
.container { max-width: 1440px; padding-left: 15px; padding-right: 15px; }
.container-none { max-width: 100%; padding-left: 15px; padding-right: 15px; }

.mih-56 { min-height: 56px; } .mih-60 { min-height: 60px; } .mih-66 { min-height: 66px; }
.mih-76 { min-height: 76px; } .mih-86 { min-height: 86px; } .mih-96 { min-height: 96px; }
.mih-56:not(.sticky-header) { min-height: 56px; } .mih-60:not(.sticky-header) { min-height: 60px; } .mih-66:not(.sticky-header) { min-height: 66px; }
.mih-76:not(.sticky-header) { min-height: 76px; } .mih-86:not(.sticky-header) { min-height: 86px; } .mih-96:not(.sticky-header) { min-height: 96px; }
.ai-none { display: none !important }
.si-none { display: none !important } .s-none { display: block !important; }
.mi-none { display: none !important } .m-none { display: block !important; }
.ei-none { display: none !important } .e-none { display: block !important; }
@media (min-width: 992px) {
    .col-cm-1s5 { width: 12.49999995% }  .col-cm-10s5 { width: 87.49999995% }
    .col-cm-10 { width: 10% } .col-cm-15 { width: 15% } .col-cm-20 { width: 20% } .col-cm-25 { width: 25% } .col-cm-30 { width: 30% } .col-cm-35 { width: 35% }
    .col-cm-40 { width: 40% } .col-cm-45 { width: 45% } .col-cm-50 { width: 50% } .col-cm-55 { width: 55% } .col-cm-60 { width: 60% } .col-cm-65 { width: 65% }
    .col-cm-70 { width: 70% } .col-cm-75 { width: 75% } .col-cm-80 { width: 80% } .col-cm-85 { width: 85% } .col-cm-90 { width: 90% } .col-cm-100 { width: 100% }
}
@media (min-width: 768px) {
    .col-mi-10 { width: 10% } .col-mi-15 { width: 15% } .col-mi-20 { width: 20% } .col-mi-25 { width: 25% } .col-mi-30 { width: 30% } .col-mi-35 { width: 35% }
    .col-mi-40 { width: 40% } .col-mi-45 { width: 45% } .col-mi-50 { width: 50% } .col-mi-55 { width: 55% } .col-mi-60 { width: 60% } .col-mi-65 { width: 65% }
    .col-mi-70 { width: 70% } .col-mi-75 { width: 75% } .col-mi-80 { width: 80% } .col-mi-85 { width: 85% } .col-mi-90 { width: 90% } .col-mi-100 { width: 100% }
}
@media (min-width: 576px) {
    .col-min-10 { width: 10% } .col-min-15 { width: 15% } .col-min-20 { width: 20% } .col-min-25 { width: 25% } .col-min-30 { width: 30% } .col-min-35 { width: 35% }
    .col-min-40 { width: 40% } .col-min-45 { width: 45% } .col-min-50 { width: 50% } .col-min-55 { width: 55% } .col-min-60 { width: 60% } .col-min-65 { width: 65% }
    .col-min-70 { width: 70% } .col-min-75 { width: 75% } .col-min-80 { width: 80% } .col-min-85 { width: 85% } .col-min-90 { width: 90% } .col-min-100 { width: 100% }
}
@media only screen and (max-width: 991px) {
    .min-50 { min-height: 50px !important; } .min-50:not(.sticky-header) { min-height: 50px !important; }
    .min-56 { min-height: 56px !important; } .min-60 { min-height: 60px !important; } .min-66 { min-height: 66px !important; }
    .min-76 { min-height: 76px !important; } .min-86 { min-height: 86px !important; } .min-96 { min-height: 96px !important; }
    .si-none { display: block !important } .s-none { display: none !important; }
}
@media only screen and (max-width: 767px) {
    .section { padding: 30px 0 !important }
    .mi-none { display: block !important } .m-none { display: none !important; }
}
@media only screen and (max-width: 576px) {
    .ei-none { display: block !important } .e-none { display: none !important; }
}

/* Flat Slider */
.slider { width: 100%; height: auto; overflow: hidden; position: relative; }
.slider > ul {
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slider > ul > li { float: left; clear: none; height: auto; }
.slider-dots { position: absolute; bottom: 30px; }
.slider-dots-item { width: 24px; height: 2px; float: left; clear: none; display: block; margin: 0 5px; background: #a8a8a8; transition: all 0s; }
.slider-dots-item:hover { background: #fff; }
.slider-active { background: #fff; height: 4px; margin-top: -2px; }
@media only screen and (max-width: 767px) {
    .slider-dots-item:hover, .slider-active { background: #000; }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .slider-dots { display: none }
}


.btnHover { gap: 20px }
.mouldBtn { display: inline-block; cursor: pointer;  background: none;  text-align: center;  border: 1px solid #fff; color: #fff; padding: 4px 10px; font-size: 18px; text-transform: uppercase;  }
.mouldBtn:hover { background-color: #fff; border-color: #fff; color: #000 }
.main-title { margin-bottom: 20px; color: #000; font-size: 24px;  text-align: center; font-weight: 500; text-transform: uppercase }
.main-label { margin-bottom: 4px; color: #000; font-size: 12px;  }
.main-content { color: #27251f; font-size: 16px; text-align: center; font-weight: 500 }
@media screen and (max-width: 767px) {
    .mouldBtn { background: none; border: none; border-bottom: 3px solid #fff; padding: 0 5px; line-height: 22px; transition: all 0.3s }
    .mouldBtn:hover { background: #fff }
}

/* Top Bar */
.top-bar { background: #f8f8f8; overflow: hidden; }
.top-bar a { color: #000; font-size: 13px; text-transform: uppercase; font-weight: 500; letter-spacing: -.1px; padding: 0 5px; }
.top-bar a:hover { color: #000; opacity: 1 }
.top-bar .notices { min-height: 30px; }
.top-bar .notice { height: 30px; line-height: 30px; overflow: hidden;}
.top-bar .function li { position: relative }
.top-bar .function li:before { content: ''; position: absolute; width: 1px; height: 30px; top: -4px; background: #ddd; left: -10px; }
.top-bar.sticky-top { position: fixed; width: 100%; z-index: 48; }
@media only screen and (max-width: 991px) {
    .top-bar .notices { justify-content: center; text-align: center }
}

/* Header SiteNav */
.sVnVWRuXfdU { box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%) !important; z-index: 47; -transition: all 0s; -webkit-transition: all 0s; }
.sVnVWRuXfdU .logo { margin: 0 20px; }
.sVnVWRuXfdU .logo.logo-full img { max-width: 140px; max-height: 47px; }
.sVnVWRuXfdU.sticky-header { margin-top: 30px; }
.sVnVWRuXfdU #siteNav { height: 100%; padding: 0 20px; }
.sVnVWRuXfdU #siteNav.left { justify-content: center }
.sVnVWRuXfdU #siteNav > li { display: inherit; }
.sVnVWRuXfdU #siteNav > li > a {  font-size: 16px; padding: 0 30px; margin: auto 0; font-weight: 600;  color: #000; }
.sVnVWRuXfdU #siteNav > li .oSXaSzY .lvl-1 a.lvl-1,
.sVnVWRuXfdU #siteNav > li .oSXaSzY .lvl-1 .site-nav { color: #000;  }
.sVnVWRuXfdU #siteNav > li > a:after { background-color: #000 ; height: 2px }
.sVnVWRuXfdU #siteNav > li .oSXaSzY .lvl-1 .site-nav:before { background-color: #000; height: 3px; }
.sVnVWRuXfdU #siteNav > li .oSXaSzY { overflow: hidden; transition: all .3s; box-shadow: 0 4px 4px rgb(0 0 0 / 10%); }
.sVnVWRuXfdU #siteNav > li .oSXaSzY { top:110% }
.sVnVWRuXfdU #siteNav > li:hover .oSXaSzY { top:100% }
/*.sVnVWRuXfdU #siteNav.medium  > li > a .an {display: block !important; transition: all 0.3s; margin-left: 5px; float: right; margin-top: 3px; }*/
/*.sVnVWRuXfdU #siteNav.medium  > li > a .an:before { color: #999; font-weight: 300 }*/
/*.sVnVWRuXfdU #siteNav.medium  > li > a:hover .an { transform: rotate(-180deg); }*/
/*.sVnVWRuXfdU #siteNav.medium  > li > a:hover .an:before { color: #999 }*/
/* Header IconSet */
.sVnVWRuXfdU .iconset { height: 60px; line-height: 60px; color: #000; padding: 0 20px; }
.sVnVWRuXfdU .iconset .icon { font-size: 20px; min-width: 20px; font-weight: 500; margin-top: -4px; color: #fff}
.sVnVWRuXfdU .iconset:hover a, .sVnVWRuXfdU .iconset:hover .icon{ color: #fff }
.sVnVWRuXfdU .iconset .tooltip-label { display: none }
.sVnVWRuXfdU .iconset .Tips-label { text-transform: uppercase; font-size: 16px; font-weight: 500; color: #fff; margin-left: 5px; margin-bottom: -2px }
.sVnVWRuXfdU .iconset.site-search { background: #25495F }
.sVnVWRuXfdU .iconset.user-link { background: #4D738A }
.sVnVWRuXfdU .iconset.header-cart { background: #68A1B8 }
.sVnVWRuXfdU .header-cart .counter { background: none; color: #fff;  font-weight: 500; font-size: 16px ;margin-left: 5px;  }
.sVnVWRuXfdU #userLinks { right: 49px; }
@media(min-width: 1200px) {
    .sVnVWRuXfdU .iconset.user-link { min-width: 152px; }
    .sVnVWRuXfdU .iconset.header-cart { min-width: 100px }
}
@media(min-width: 992px) {
    /*  Header Search */
    .sVnVWRuXfdU .search_input { min-width: 200px }
    .sVnVWRuXfdU .site-search .icon {   }
    .sVnVWRuXfdU .site-search .s-input::-webkit-input-placeholder { color: #fff; font-size: 16px; opacity: .5; font-weight: 500; text-transform: uppercase }
    .sVnVWRuXfdU .site-search .s-input, .site-search .input-but { border: 1px solid #25495F; color: #fff;  font-weight: 500; background-color: #25495F; transition: all 0s; padding: 0 ;   height: 100% }
    .sVnVWRuXfdU .site-search .s-input { border-right: none; border-radius: 0;  }
    .sVnVWRuXfdU .site-search .input-but { border-left: none; border-radius: 0; }
    .sVnVWRuXfdU .site-search .s-input:focus { border: 1px solid #25495F; border-right: 0 ;}
    .sVnVWRuXfdU .site-search .s-input:focus + .input-but { border: 1px solid #25495F;  border-left: 0; }
    .sVnVWRuXfdU .search-drawer { display: none }
}
@media screen and (max-width: 1201px) {
    .sVnVWRuXfdU .iconset .Tips-label, .sVnVWRuXfdU .header-cart .cm-none { display: none }
    .sVnVWRuXfdU .header-cart .si-none { display: block !important; background: #000; font-size: 12px; top: 14px; right: 0 }
}
@media only screen and (max-width: 991px) {
    .sVnVWRuXfdU .logo.logo-full img { max-width: 128px; max-height: 32px }
    .sVnVWRuXfdU .iconset { height: 50px; line-height: 50px; padding: 0 15px; }
    .sVnVWRuXfdU #userLinks { right: revert; }
    .sVnVWRuXfdU .btn--link .an{ font-size: 24px; color: #000; padding: 0 15px; position: relative }
    .sVnVWRuXfdU .btn--link .an:after { content: ''; position: absolute; height: 50px; width: 1px; background: #ddd; right: 0; top: -13px }
    .sVnVWRuXfdU .site-search .input-but { border: none; background: none; padding: 0 }
    .sVnVWRuXfdU .search-drawer {border-top: 1px solid #ddd; box-shadow: 0 5px 6px rgb(0 0 0 / 10%); -webkit-box-shadow: 0 5px 6px rgb(0 0 0 / 10%);  }
    .sVnVWRuXfdU .search-drawer .action.search { left: 10px; }
    .sVnVWRuXfdU .search-drawer .action.search .an { font-weight: 600; color: #000 }
    .sVnVWRuXfdU .search-drawer .closeSearch { font-size: 15px; top: 9px; right: 30px; font-weight: 600; color: #000 }
    .sVnVWRuXfdU .search-drawer .input-text { background-color: #fff; border-radius: 0; border: 1px solid #eee; padding-left: 45px; font-size: 14px; color: #000 }
    .sVnVWRuXfdU .search-drawer .input-text::-webkit-input-placeholder { color: #000; font-size: 14px; opacity: 1;  }
    /* Mobile Nav Wrapper */
    .DbGgV .PunACDwTa { height: 36px; }
    .DbGgV #fWpYSjUzDw li a { color: #000; font-weight: 500; }
    .DbGgV #fWpYSjUzDw li li a { font-size: 13px !important; font-weight: 400 }
}
@media only screen and (max-width: 767px) {
    .sVnVWRuXfdU .search-drawer .closeSearch { right: 5px }
}
@media only screen and (max-width: 480px) {
    .sVnVWRuXfdU .search-drawer .searchField { display: flex }
}


/* Home Slider */
.slideshow .blur-up-min { display: none }
.slideshow .mfBxdKT { position: absolute;  left: 0;  bottom: 0; right: 0; top: 0;  flex-direction: column; justify-content: center; max-width: 40%; margin-left: 10%;  }
.slideshow .mfBxdKT .slide-label { color: #fff; font-size: 26px; font-weight: 600;  margin-bottom: 6px; text-transform: uppercase  }
.slideshow .mfBxdKT .slide-title { color: #fff; font-size: 52px; font-weight: 600; letter-spacing: -1px; text-transform: uppercase }
.slideshow .mfBxdKT .slide-text { color: #fff; font-size: 22px; font-weight: 600; line-height: 28px;  text-transform: uppercase }
.slideshow .banner-img-wrapper:before { content: ""; background-color: rgba(0,0,0,.1); position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.slideshow .mfBxdKT .slide-button { margin-top: 30px; }
.slideshow .slick-dots li button { width: 4px; height: 4px; background: #fff; border: none; }
.slideshow .slick-dots li.slick-active button { width: 10px; height: 10px; margin-top: -3px; margin-left: -3px; }
@media only screen and (max-width: 991px) {
    .slideshow .mfBxdKT { max-width: 50% }
}
@media only screen and (max-width: 767px) {
    .slideshow .blur-up-max { display: none }
    .slideshow .blur-up-min { display: block }
    .slideshow .mfBxdKT { max-width: 80%; justify-content: flex-end; bottom: 48px}
    .slideshow .mfBxdKT .slide-label { font-size: 20px;  }
    .slideshow .mfBxdKT .slide-title { font-size: 38px;  }
    .slideshow .mfBxdKT .slide-text { font-size: 18px; }
}


/* Product Slider */
.NDWynCXQ .XssbeYjO { padding: 0 48px; }
.NDWynCXQ .XssbeYjO .slick-list{ padding: 10px 0; }
.NDWynCXQ .XssbeYjO .slick-slide { margin: 0 20px;}
.NDWynCXQ .XssbeYjO .list-item { border:none ; border-radius: 0; padding: 2px 0 0;}
.NDWynCXQ .XssbeYjO .list-item .VKdSkf a { color: #000; font-weight: 400;  opacity: 1; text-transform: uppercase }
.NDWynCXQ .XssbeYjO .list-item .SnCaOreCwW .product-price .price { color: #000 !important;  font-weight: 600  }
.NDWynCXQ .XssbeYjO .list-item .SnCaOreCwW { text-align: center!important; }
.NDWynCXQ .XssbeYjO .list-item:hover .VKdSkf a { color: #111 }
.NDWynCXQ .button-set li .btn-icon .icon { font-size: 15px; }
.NDWynCXQ .button-set.style0 li .btn-icon { border:1px solid #ddd }
.NDWynCXQ .XssbeYjO .product-price .old-price { font-size: 13px; }
.NDWynCXQ .XssbeYjO .slick-arrow { background: none; top:45%; width: 48px; height: 48px;  }
.NDWynCXQ .XssbeYjO .slick-arrow:before {  opacity: 1; font-size: 24px; color: #000 }
.NDWynCXQ .XssbeYjO .slick-prev { left: 0; }
.NDWynCXQ .XssbeYjO .slick-next { right: 0; }

@media only screen and (max-width: 1440px) {
    .NDWynCXQ .XssbeYjO { padding: 0; }
    .NDWynCXQ .XssbeYjO .slick-prev { left: 0; }
    .NDWynCXQ .XssbeYjO .slick-next { right: 0; }
}
@media only screen and (max-width: 1024px) {
    .NDWynCXQ .XssbeYjO .slick-slide { margin: 0 10px !important; }
}
@media only screen and (max-width: 767px) {
    .NDWynCXQ .product-items .product-title { padding: 0 10px; }
    .NDWynCXQ .product-items .product-title .main-title { font-size: 20px }
}
@media only screen and (max-width: 576px) {
    .NDWynCXQ .XssbeYjO { padding: 0 5px; }
}

/* Lattice2Grid */
.lattice3Grid .items { padding: 10px }
.lattice3Grid .stack_item { position: relative }
.lattice3Grid .stack_item_txt { padding: 10px 30px; position: absolute; bottom: 20px;  }
.lattice3Grid .stack_item_txt h4 { font-size: 20px; margin-bottom: 20px ; text-align: left; color: #fff; letter-spacing: -0.5px  }
.lattice3Grid .stack_item_txt p { font-size: 15px; font-weight: 400; margin-bottom: 10px; }
.lattice3Grid .stack_item_txt a {  min-width: 100% }
.lattice3Grid .mouldBtn { background: none; border: none; border-bottom: 3px solid #fff; padding: 5px 5px 0; line-height: 22px; transition: all 0.3s }
.lattice3Grid .mouldBtn:hover { background: #fff; }
@media only screen and (max-width: 768px) {
    .lattice3Grid .stack_item { height: 450px; display: flex; align-items: center; overflow: hidden }
    .lattice3Grid .stack_item img { align-items: center }
}
@media only screen and ( max-width: 375px ) {
    .lattice3Grid .stack_item { height: auto; }
}
.waist-banner { position: relative }
.waist-banner .banner-up-min { display: none }
.waist-banner .mfBxdKT { position: absolute; top:0; bottom: 0; justify-content: center; flex-direction: column; left: 10% }
.waist-banner .mfBxdKT .slide-title { color: #fff; font-size: 42px; font-weight: 600; letter-spacing: -1px; text-transform: uppercase }
.waist-banner .mfBxdKT .slide-text { color: #fff; font-size: 22px; font-weight: 600; line-height: 28px;  text-transform: uppercase }
.waist-banner .mfBxdKT .slide-button { margin-top: 30px; }
.waist-banner .mouldBtn { background: none; border: none; border-bottom: 3px solid #fff; padding: 5px 5px 0; line-height: 22px; transition: all 0.3s; }
.waist-banner .mouldBtn:hover { background: #fff }
@media only screen and (max-width: 768px) {
    .waist-banner .banner-up-max { display: none }
    .waist-banner .banner-up-min { display: block }
    .waist-banner .mfBxdKT .slide-title {  font-size: 32px; }
    .waist-banner .mfBxdKT .slide-text { font-size: 16px }
    .waist-banner .mfBxdKT { justify-content: flex-end; bottom: 68px; left: 0; right: 0; align-items: center }
}
/* Collection Banner */
.cfHh .section-header { margin-bottom: 20px; }
.cfHh .section-header h2 { font-size: 28px; font-weight: 500; }
.cfHh .section-header p { font-size: 15px; font-weight: 400; }
.cfHh .zoom-scal img { width: 100%; }
.cfHh .zoom-scal:before { content: none }
.cfHh .zoom-scal:hover img { opacity:1; -webkit-transform:scale3d(1, 1, 1); transform:scale3d(1, 1, 1); }
.cfHh .section-bottom { position: absolute; bottom: 28px; left: 28px; }
.cfHh .section-bottom h4 { font-size: 48px; font-weight: 500; margin-bottom: 10px; color: #fff; letter-spacing: -0.5px }
.cfHh .section-bottom span { background: none; border: none; border-bottom: 3px solid #fff; padding: 5px 5px 0; line-height: 22px; transition: all 0.3s }
.cfHh .section-bottom span:hover { background: #fff }
.cfHh .slick-arrow:before {  opacity: 1; font-size: 24px; color: #000 }
.cfHh .slick-prev { left: -30px; top: 45% }
.cfHh .slick-next { right: -30px; top: 45% }
@media only screen and (max-width: 991px) {
    .cfHh .section-bottom h4 { font-size: 32px; }
    .cfHh .slick-arrow:before { color: #fff; font-size: 20px; }
    .cfHh .slick-prev { left: 10px;  }
    .cfHh .slick-next { right: 10px;  }
}

/* Footer */
.footer .uPkHap .h4, .footer .uPkHap .text-transform-title { font-size: 14px; font-weight: 500 }
.footer .uPkHap .text-transform-title { margin-bottom: 20px }
.footer .uPkHap p, .footer .footer-links a { font-size: 12px; margin-bottom: 20px; }
.list-inline-item:not(:last-child) { margin-right: 1.2rem; margin-bottom: 1.2rem }
.footer .social-icons li i { font-size: 22px; }
.footer .ptSwMEJFLu { border-top-color: #ddd }
@media only screen and (max-width: 767px) {
    .footer .uPkHap .footer-links .h4 { border-color: #e6e6e6 !important }
}

/* Footer Email */
.email-input { height: 46px; margin-bottom: 20px }
.email-input .m-input::-webkit-input-placeholder { color: #000; font-size: 13px; font-weight: 300 }
.email-input .email-label { margin: 0 5px 0 0; line-height: 24px; font-weight: 500 }
.email-input .m-input {max-width: 380px; background: #f5f5f5;  border-color: #25495F; border-right: none;  border-radius:0; transition: all 0s; padding: 0 8px ; text-indent: 2px;  height: 100%  }
.email-input .input-but {min-width: 112px; padding: 0 14px; border: none; color: #fff; transition: all .3s; font-size: 13px; background: #25495F; border-radius: 0 ; font-weight: 500; letter-spacing: 1px }
.email-input .input-but:hover { background: #71706c; }
.email-input .input_icon { font-size: 12px; font-weight: 600; color: #fff; }
.email-input .input_icon:before { content: '\eb68';  }
