/*-- add style --*/
html, html body, body #wrapper { overflow-x: hidden;}
.ugTsGxtCa { background: #fff } ul, li { list-style: none; margin-bottom: 0 } .section { padding: 30px 0 }
.container { max-width: 1600px; padding-left: 15px; padding-right: 15px; }
.container-min { max-width: 1300px; margin: 0 auto; 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; }
}

/* 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: #000;  text-align: center;  border: 1px solid #000; color: #fff; padding: 9px 24px; font-size: 14px; font-weight: 500; text-transform: uppercase;  }
.mouldBtn:hover { background-color: #4a4a4a; border-color: #4a4a4a; }
.main-title { margin-bottom: 20px; color: #000; font-size: 28px;  text-align: center; font-weight: 500; }
.main-label { margin-bottom: 4px; color: #000; font-size: 12px;  }
.main-content { color: #27251f; font-size: 16px; text-align: center; font-weight: 500 }


.mostText { position: absolute;  left: 0;  bottom: 0; right: 0; top: 0; padding: 0 70px; }
.mostText .mostLabel { font-size: 26px; color: #fff; margin-bottom: 6px;  }
.mostText .mostTitle { color: #fff; font-size: 46px;  font-weight: 600; letter-spacing: -.5px;  }
.mostText .mostContent { color: #fff; font-size: 22px; line-height: 28px; margin-bottom: 20px;  }
@media (min-width: 992px) and (max-width: 1199px) {
    .mostText .mostLabel { font-size: 22px; }
    .mostText .mostTitle { font-size: 40px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mostText .mostLabel { font-size: 20px; }
    .mostText .mostTitle { font-size: 34px; }
    .mostText .mostContent {  font-size: 20px; }
}
@media only screen and (max-width: 767px) {
    .mouldBtn { min-width: 100% }
    .mostText { padding: 20px; margin-top: 20px; }
    .mostText .mostLabel { font-size: 18px; }
    .mostText .mostTitle { font-size: 28px; }
    .mostText .mostContent {  font-size: 18px; }
}
/* Top Bar */
.top-bar { background: #d9d6d0;}
.top-bar .notices { min-height: 40px; }
.top-bar .notice a{ color: #000; font-size: 13px; text-transform: uppercase; font-weight: 500; letter-spacing: -.1px; }
.top-bar .notice a:hover { color: #000; opacity: 1  }
/*.top-bar.sticky-top { position: fixed; width: 100%; z-index: 48; }*/

/* Header SiteNav */
.SepboaowXS .row { max-width: 1600px; margin: 0 auto }
.SepboaowXS.sticky-header .mih-80 { min-height: 60px }
.SepboaowXS #siteNav { height: 100%; padding: 0 20px; }
.SepboaowXS #siteNav.left { justify-content: center}
.SepboaowXS #siteNav > li { display: inherit; }
.SepboaowXS #siteNav > li > a {  font-size: 16px; padding: 0 15px; margin: auto 0; font-weight: 600;  color: #000; }
.SepboaowXS #siteNav > li .MHZTUvV .lvl-1 a.lvl-1,
.SepboaowXS #siteNav > li .MHZTUvV .lvl-1 .site-nav { color: #000;  }
.SepboaowXS #siteNav > li > a:after { background-color: #000 ; height: 2px }
.SepboaowXS #siteNav > li .MHZTUvV .lvl-1 .site-nav:before { background-color: #000; height: 3px; }
.SepboaowXS #siteNav > li .MHZTUvV { overflow: hidden; transition: all .3s; box-shadow: 0 4px 4px rgb(0 0 0 / 10%); }
.SepboaowXS #siteNav > li .MHZTUvV { top:110% }
.SepboaowXS #siteNav > li:hover .MHZTUvV { top:100% }
/*.SepboaowXS #siteNav.medium  > li > a .an {display: block !important; transition: all 0.3s; margin-left: 5px; float: right; margin-top: 3px; }*/
/*.SepboaowXS #siteNav.medium  > li > a .an:before { color: #999; font-weight: 300 }*/
/*.SepboaowXS #siteNav.medium  > li > a:hover .an { transform: rotate(-180deg); }*/
/*.SepboaowXS #siteNav.medium  > li > a:hover .an:before { color: #999 }*/
/* Header IconSet */
.SepboaowXS .iconset { height: 40px; line-height: 40px; color: #000; }
.SepboaowXS .iconset .icon { font-size: 19px; min-width: 19px; font-weight: 600}
.SepboaowXS .iconset:hover a, .SepboaowXS .iconset:hover .icon{ color: #000 }
.SepboaowXS .header-cart .counter { right: -8px; top: 10px; background-color: #8a041f; color: #fff;    }
@media(min-width: 992px) {
    /*  Header Search */
    .SepboaowXS .search_input { min-width: 220px }
    .SepboaowXS .site-search .icon { font-size: 16px; }
    .SepboaowXS .site-search .s-input::-webkit-input-placeholder { color: #000; font-size: 12px; opacity: 1; font-weight: 500 }
    .SepboaowXS .site-search .s-input, .site-search .input-but { border: 1px solid #e6e6e6; font-weight: 500; background-color: #fff; transition: all 0s; padding: 0 12px ;   height: 100% }
    .SepboaowXS .site-search .s-input { border-right: none; border-radius: 0;  }
    .SepboaowXS .site-search .input-but { border-left: none; border-radius: 0; }
    .SepboaowXS .site-search .s-input:focus { border: 1px solid #000; border-right: 0 ;}
    .SepboaowXS .site-search .s-input:focus + .input-but { border: 1px solid #000;  border-left: 0; }
    .SepboaowXS .search-drawer { display: none }
}
@media only screen and (max-width: 991px) {
    .SepboaowXS #userLinks { right: revert; left: 15px; }
    .SepboaowXS .btn--link .an{ font-size: 22px; color: #27251f; padding: 0 9px; }
    .SepboaowXS .site-search .input-but { border: none; background: none; padding: 0 }
    .SepboaowXS .search-drawer { background-color: #fff !important; box-shadow: 0 5px 6px rgb(0 0 0 / 10%); -webkit-box-shadow: 0 5px 6px rgb(0 0 0 / 10%);  }
    .SepboaowXS .search-drawer .action.search { left: 10px; }
    .SepboaowXS .search-drawer .action.search .an { font-weight: 600; color: #000 }
    .SepboaowXS .search-drawer .closeSearch { font-size: 15px; top: 9px; right: 30px; font-weight: 600; color: #000 }
    .SepboaowXS .search-drawer .input-text { background-color: #fff; border-radius: 0; border: 1px solid #e6e6e6; padding-left: 45px; font-size: 14px; color: #000 }
    .SepboaowXS .search-drawer .input-text::-webkit-input-placeholder { color: #000; font-size: 14px; opacity: 1;  }
    /* Mobile Nav Wrapper */
    .EUVkP .yUkZedegCNO { height: 36px; }
    .EUVkP #UJrnC li a { color: #000; font-weight: 500; }
    .EUVkP #UJrnC li li a { font-size: 13px !important; font-weight: 400 }
}
@media only screen and (max-width: 767px) {
    .SepboaowXS .logo.logo-full img { max-width: 150px; }
    .SepboaowXS .setting-link { padding-right: 0 }
    .SepboaowXS .header-cart .counter { right: -6px }
    .SepboaowXS .search-drawer .closeSearch { right: 5px }
}
@media only screen and (max-width: 480px) {
    .SepboaowXS .btn--link .an { padding: 0 7px; }
    .SepboaowXS .search-drawer .searchField { display: flex }
}


/* bannerPoster */
.bannerPoster .poster-wrapper { position: relative }
.bannerPoster .banner-img-wrapper img { width: 100% }
.bannerPoster .banner-img-wrapper .banner-up-min { display: none }
.bannerPoster .stvhbpU { flex-direction: column; max-width: 800px }
.bannerPoster .stvhbpU .slide-text {  max-width: 415px; margin-bottom: 20px; }
.bannerPoster .stvhbpU .slide-button .btnHover { display: flex }
.bannerPoster .stvhbpU .slide-button .backNone { background: none; color: #000 }
.bannerPoster .stvhbpU .slide-button .backNone:hover { color: #4a4a4a }
.bannerPoster .slick-prev, .bannerPoster .slick-next { background: rgb(0,0,0,0.5); width: 48px; height: 58px; top: 45%; }
.bannerPoster .slick-prev:before, .bannerPoster .slick-next:before { font-size: 20px; line-height: 20px; color: #fff; opacity: 1 }
.bannerPoster .slick-prev { left: 0 } .bannerPoster .slick-next { right: 0 }
.bannerPoster .slick-dots { bottom: 20px; left: 50.5% }
.bannerPoster .slick-dots li button { background: #fff; width: 10px; height: 10px;  }
.bannerPoster .slick-dots li.slick-active button { background: #fdbe10; border: none; }
.bannerPoster .show1SerialNo .stvhbpU { margin: 0 auto; text-align: center }
.bannerPoster .show1SerialNo .stvhbpU .slide-text { margin: 0 auto 20px;  }
.bannerPoster .show1SerialNo .stvhbpU .slide-button .mouldBtn,
.bannerPoster .show2SerialNo .stvhbpU .slide-button .mouldBtn { background-color: #fff; border-color: #fff; color: #000 }
.bannerPoster .show1SerialNo .stvhbpU .slide-button .mouldBtn:hover,
.bannerPoster .show2SerialNo .stvhbpU .slide-button .mouldBtn:hover { background-color: #d9d6d0; border-color: #d9d6d0; }
.bannerPoster .show1SerialNo .stvhbpU .slide-button .backNone,
.bannerPoster .show2SerialNo .stvhbpU .slide-button .backNone{ background: none; border-color: #fff; color: #fff }
.bannerPoster .show1SerialNo .stvhbpU .slide-button .backNone:hover,
.bannerPoster .show2SerialNo .stvhbpU .slide-button .backNone:hover { background:none; border-color: #d9d6d0; color: #d9d6d0 }
.bannerPoster .show3SerialNo .stvhbpU .slide-label, .bannerPoster .show4SerialNo .stvhbpU .slide-label,
.bannerPoster .show3SerialNo .stvhbpU .slide-title, .bannerPoster .show4SerialNo .stvhbpU .slide-title,
.bannerPoster .show3SerialNo .stvhbpU .slide-text, .bannerPoster .show4SerialNo .stvhbpU .slide-text { color: #000 }
@media only screen and (max-width: 767px) {
    .bannerPoster .banner-img-wrapper .banner-up-max { display: none }
    .bannerPoster .banner-img-wrapper .banner-up-min { display: block }
    .bannerPoster .stvhbpU { position: revert; text-align: center; padding: 20px !important; margin-top: 20px !important; }
    .bannerPoster .stvhbpU .slide-label,
    .bannerPoster .stvhbpU .slide-title,
    .bannerPoster .stvhbpU .slide-text{ color: #000; max-width: 100% !important }
    .bannerPoster .stvhbpU .slide-button .btnHover { display: revert; width: 100% }
    .bannerPoster .stvhbpU .slide-button .mouldBtn { background: none !important; border-color: #000 !important; color: #000 !important; min-width: 100%; margin-bottom: 10px;  }
    .bannerPoster .slick-prev, .bannerPoster .slick-next { width: 38px; height: 48px; }
    .bannerPoster .slider-dots { bottom:0; }
}


/* Product Slider */
.eMqK .product-button { text-align: center; margin-top: 20px; }
.eMqK .CYqJePfDf { padding: 0 128px; }
.eMqK .CYqJePfDf .slick-list{ padding: 10px 0; }
.eMqK .CYqJePfDf .slick-slide { margin: 0 20px;}
.eMqK .CYqJePfDf .list-item { border:none ; border-radius: 0; padding: 2px 0 0;}
.eMqK .CYqJePfDf .list-item:hover { box-shadow: 0 3px 12px 0 rgb(0 0 0 / 30%); }
.eMqK .CYqJePfDf .list-item .biKUCXwisY { background: #e7e7e7 }
.eMqK .CYqJePfDf .list-item .biKUCXwisY img { mix-blend-mode: multiply }
.eMqK .CYqJePfDf .list-item .ZgqDmaAmTt a { color: #000; font-weight: 400;  opacity: 1; text-transform: uppercase }
.eMqK .CYqJePfDf .list-item .OQnQTSOeA .product-price .price { color: #000 !important;  font-weight: 600  }
.eMqK .CYqJePfDf .list-item .OQnQTSOeA { text-align: center!important; }
.eMqK .CYqJePfDf .list-item:hover .ZgqDmaAmTt a { color: #111 }
.eMqK .button-set li .btn-icon .icon { font-size: 15px; }
.eMqK .button-set.style0 li .btn-icon { border:1px solid #ddd }
.eMqK .CYqJePfDf .product-price .old-price { font-size: 13px; }
.eMqK .CYqJePfDf .slick-arrow { background: none; top:45%; width: 48px; height: 48px;  }
.eMqK .CYqJePfDf .slick-arrow:before {  opacity: 1; font-size: 24px; color: #000 }
.eMqK .CYqJePfDf .slick-prev { left: 80px; }
.eMqK .CYqJePfDf .slick-next { right: 80px; }
/* Product Slider Style2 */
.eMqK-style2 .CYqJePfDf .list-item .biKUCXwisY { background: none }
.eMqK-style2 .CYqJePfDf .button-set.style0,
.eMqK-style2 .CYqJePfDf .list-item .OQnQTSOeA .product-price .old-price,
.eMqK-style2 .CYqJePfDf .list-item .OQnQTSOeA .product-price .price { display: none !important }
@media only screen and (max-width: 1440px) {
    .eMqK .CYqJePfDf { padding: 0 40px; }
    .eMqK .CYqJePfDf .slick-prev { left: 0; }
    .eMqK .CYqJePfDf .slick-next { right: 0; }
}
@media only screen and (max-width: 1024px) {
    .eMqK .CYqJePfDf .slick-slide { margin: 0 10px !important; }
}
@media only screen and (max-width: 767px) {
    .eMqK .product-items .product-title { padding: 0 10px; }
}
@media only screen and (max-width: 576px) {
    .eMqK .CYqJePfDf { padding: 0 5px; }
}

/* Lattice2Grid */
.lattice2Grid .items { padding: 8px }
.lattice2Grid .stack_item_txt { padding: 10px 20px }
.lattice2Grid .stack_item_txt h4 { font-size: 20px; margin-bottom: 10px }
.lattice2Grid .stack_item_txt p { font-size: 15px; font-weight: 400; margin-bottom: 10px; }
.lattice2Grid .stack_item_txt a {  min-width: 100% }
@media only screen and (min-width: 768px) {
    .lattice2Grid .items:hover { box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); }
    .lattice2Grid .stack_item_txt a,.lattice2Grid .stack_item_txt span { min-width: 300px; }
}

/* Collection Banner */
.VoHwB .section-header { margin-bottom: 20px; }
.VoHwB .section-header h2 { font-size: 28px; font-weight: 500; }
.VoHwB .section-header p { font-size: 15px; font-weight: 400; }
.VoHwB .zoom-scal { padding: 0 10px; }
.VoHwB .zoom-scal:before { content: none }
.VoHwB .zoom-scal:hover img { opacity:1; -webkit-transform:scale3d(1, 1, 1); transform:scale3d(1, 1, 1); }
.VoHwB .section-bottom { padding: 20px 0 }
.VoHwB .section-bottom h4 { font-size: 18px; font-weight: 500; margin-bottom: 10px; }
.VoHwB .section-bottom p { font-size: 15px; font-weight: 400; }
.VoHwB .section-bottom span { background: none; border: none; color: #4a4a4a; text-decoration: underline; font-weight: 400; padding: 6px 0; }
.VoHwB .section-bottom span:hover { text-decoration: none }
.VoHwB .slick-arrow:before {  opacity: 1; font-size: 24px; color: #000 }
.VoHwB .slick-prev { left: -30px; top: 45% }
.VoHwB .slick-next { right: -30px; top: 45% }
@media only screen and (max-width: 1400px) {
    .VoHwB .slick-arrow { width: 48px; height: 58px; background: rgb(0,0,0,0.5);  }
    .VoHwB .slick-arrow:before { color: #fff; font-size: 20px; }
    .VoHwB .slick-prev { left: 10px;  }
    .VoHwB .slick-next { right: 10px;  }
}
@media only screen and (max-width: 767px) {
    .VoHwB .section-bottom span { min-width: auto }
}
@media only screen and (max-width: 576px) {
    .VoHwB .zoom-scal { padding: 0 5px }
    .VoHwB .slick-prev { left: 5px;  }
    .VoHwB .slick-next { right: 5px;  }
}

/* Footer */
.footer .pCALQp { border-color: #e6e6e6 }
.footer .pCALQp .h4, .footer .pCALQp .text-transform-title { font-size: 14px; font-weight: 500 }
.footer .pCALQp .text-transform-title { margin-bottom: 20px }
.footer .pCALQp 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 .aBHirM { border-top-color: #ddd }
@media only screen and (max-width: 767px) {
    .footer .pCALQp .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: #27251f; 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: #000; 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';  }
