/*-- add style --*/
html, html body, body #wrapper { overflow-x: hidden; }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {  }
.aCmRVFL { background: #fff } ul, li { list-style: none; margin-bottom: 0 } .section { padding: 50px 0 }
.container { max-width: 1200px; 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) {
    .mih-50:not(.sticky-header), .mih-55:not(.sticky-header), .header-13 .VpqtqK { min-height:50px !important; }
    .mih-70:not(.sticky-header), .mih-80:not(.sticky-header), .mih-90:not(.sticky-header) { min-height:50px !important; }
    .min-50 { min-height: 50px !important; } .min-50:not(.sticky-header) { min-height: 50px !important; }
    .min-56 { min-height: 56px !important; } .min-56:not(.sticky-header) { min-height: 56px !important; }
    .min-60 { min-height: 60px !important; } .min-60:not(.sticky-header) { min-height: 60px !important; }
    .min-66 { min-height: 66px !important; } .min-66:not(.sticky-header) { min-height: 66px !important; }
    .min-76 { min-height: 76px !important; } .min-76:not(.sticky-header) { min-height: 76px !important; }
    .min-86 { min-height: 86px !important; } .min-86:not(.sticky-header) { min-height: 86px !important; }
    .min-96 { min-height: 96px !important; } .min-96:not(.sticky-header) { 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; }

.btnHover { gap: 20px }
.mouldBtn { display: inline-block; cursor: pointer;  background: #fff;  text-align: center;  border: 1px solid #fff; color: #fff; padding: 6px 16px; border-radius: 3px; font-size: 14px; text-transform: revert;  }
.main-title { margin-bottom: 15px; color: #021f42; font-size: 24px;  text-align: center; font-weight: 400; text-transform: revert; letter-spacing: 2px; }
.main-label { margin-bottom: 4px; color: #021f42; font-size: 12px;  }
.main-content { color:#021f42; font-size: 16px; text-align: center; font-weight: 500; margin-bottom: 20px; }

/* Top Bar */
.top-bar { background: #021f42; overflow: hidden; }
.top-bar a { color: #fff; font-size: 12px;  padding: 0 5px; text-decoration: underline; font-family: 'bebas neue','Helvetica Neue',Helvetica,Arial,sans-serif  }
.top-bar a:hover { color: #fff; opacity: 1 }
.top-bar .notices { height: 32px; }
.top-bar .notice { height: 32px; line-height: 32px; overflow: hidden; }
.top-bar .notice ul{ display: flex }
.top-bar .notice li { position: relative }
.top-bar .notice li:first-child:before { content: ''; position: absolute; width: 1px; height: 20px; background: #3d5878; right: 0; top: 6px }
.top-bar.sticky-top { position: fixed; width: 100%; z-index: 48; }
@media only screen and (max-width: 991px) {
    .top-bar .notice ul{ display: revert }
    .top-bar .notice li:first-child:before { content: none }
}

/* Header SiteNav */
.VpqtqK { -transition: all 0s; -webkit-transition: all 0s; }
.VpqtqK.sticky-header { margin-top: 32px; }
.VpqtqK .logo.logo-full img { max-width: 180px; max-height: 30px; }
.VpqtqK #siteNav { height: 100%; padding: 0 20px; }
.VpqtqK #siteNav.left { justify-content: center }
.VpqtqK #siteNav > li { display: inherit; }
.VpqtqK #siteNav > li > a {  font-size: 16px; padding: 0 20px; margin: auto 0; color: #021f42; font-weight: 400; letter-spacing: -0.3px; text-transform: uppercase; }
.VpqtqK #siteNav > li .acTphb .lvl-1 a.lvl-1 { color: #021f42; font-size: 14px; }
.VpqtqK #siteNav > li .acTphb .lvl-1 .site-nav { color: #666; font-weight: 500; }
.VpqtqK #siteNav > li > a:after { background-color: #021f42; ; height: 2px }
.VpqtqK #siteNav > li .acTphb .lvl-1 .site-nav:before { background-color: #666; height: 3px; }
.VpqtqK #siteNav > li .acTphb { top:110%; background-color: rgba(240,240,240,.95); overflow: hidden; transition: all .3s; box-shadow: 0 4px 4px rgb(0 0 0 / 10%);  }
.VpqtqK #siteNav > li .acTphb {  }
.VpqtqK #siteNav > li:hover .acTphb { top:100% }
/*.VpqtqK #siteNav.medium  > li > a .an {display: block !important; transition: all 0.3s; margin-left: 5px; float: right; margin-top: 3px; }*/
/*.VpqtqK #siteNav.medium  > li > a .an:before { color: #999; font-weight: 300 }*/
/*.VpqtqK #siteNav.medium  > li > a:hover .an { transform: rotate(-180deg); }*/
/*.VpqtqK #siteNav.medium  > li > a:hover .an:before { color: #999 }*/
/* Header IconSet */
.VpqtqK .iconset {  padding: 0 26px; height: 70px; border-left: 1px solid #ebebeb;  }
.VpqtqK .iconset.header-cart { border-right: 1px solid #ebebeb }
.VpqtqK .iconset .icon { margin-top: -4px; color: #021f42;  }
.VpqtqK .iconset:hover a, .VpqtqK .iconset:hover .icon{ color: #021f42 }
.VpqtqK.header .iconset:hover .tooltip-label { top: -5px;  }
.VpqtqK #userLinks { right: -78px }
.VpqtqK .header-cart .counter { color: #fff;  font-weight: 500; background: #d10c2b;  min-width: 16px; height: 16px; line-height: 15px; top: 22px; right: 8px;  }
.VpqtqK .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%);  }
.VpqtqK .search-drawer .action.search { left: 10px; }
.VpqtqK .search-drawer .action.search .an { font-weight: 600; color: #333 }
.VpqtqK .search-drawer .closeSearch { font-size: 15px; top: 9px; right: 30px; font-weight: 600; color: #333 }
.VpqtqK .search-drawer .input-text { background-color: #fff; border-radius: 0; border: 1px solid #eee; padding-left: 45px; font-size: 14px; color: #333 }
.VpqtqK .search-drawer .input-text::-webkit-input-placeholder { color: #333; font-size: 14px; opacity: 1;  }
@media screen and (max-width: 1199px) {
    .VpqtqK #siteNav > li > a { padding: 0 20px !important; }
}
@media only screen and (max-width: 991px) {
    .VpqtqK .logo.logo-full { margin-left: 20px; }
    .VpqtqK .btn--link .an{ font-size: 20px; font-weight: 600; color: #333; padding: 0 26px; position: relative }
    /* Mobile Nav Wrapper */
    .cFrchqyQRfz { right: -300px; left: revert!important; }
    .cFrchqyQRfz.active { right: 0; left: revert!important;}
    body.menuOn .aCmRVFL{ left: revert!important; }
    .cFrchqyQRfz .oAceZXudXME { height: 36px; }
    .cFrchqyQRfz #UTOEvy li a { color: #021f42;  }
    .cFrchqyQRfz #UTOEvy li li a { font-size: 13px !important; color: #021f42;  font-weight: 600 }
    .cFrchqyQRfz #UTOEvy li li li a { color: #666 }
}
@media only screen and (max-width: 767px) {
    .VpqtqK .iconset { height: 60px; }
    .VpqtqK .iconset,.VpqtqK .btn--link .an {  padding: 0 14px; }
    .VpqtqK .logo.logo-full img { max-width: 120px; max-height: 20px; }
    .VpqtqK .search-drawer .closeSearch { right: 5px }
    .VpqtqK .header-cart .counter { top: 16px; right: -2px }
}
@media only screen and (max-width: 480px) {
    .VpqtqK .search-drawer { padding: 20px 15px 20px 15px !important; }
    .VpqtqK .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 .rAzgQJWa { flex-direction: column; max-width: 800px; position: absolute; bottom: 56px; left: 56px }
.bannerPoster .rAzgQJWa .slide-label { color: #fff; font-weight: 400; font-size: 24px; }
.bannerPoster .rAzgQJWa .slide-title { color: #fff; text-transform: uppercase; font-size: 38px }
.bannerPoster .rAzgQJWa .slide-content { color: #fff;  max-width: 415px; margin-bottom: 20px; }
.bannerPoster .rAzgQJWa .slide-button .btnHover { display: flex }
.bannerPoster .slick-prev, .bannerPoster .slick-next { background: none; width: 68px; height: 78px; top: 50%; font-weight: 300; }
.bannerPoster .slick-prev:before, .bannerPoster .slick-next:before { font-size: 40px; line-height: 40px; 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; }
@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 .rAzgQJWa { position: revert; text-align: center; padding: 20px !important; margin-top: 20px !important; }
    .bannerPoster .rAzgQJWa .slide-label,
    .bannerPoster .rAzgQJWa .slide-title,
    .bannerPoster .rAzgQJWa .slide-text{ color: #021f42 ; max-width: 100% !important }
    .bannerPoster .rAzgQJWa .slide-button .btnHover { display: revert; width: 100% }
    .bannerPoster .rAzgQJWa .slide-button .mouldBtn { background: none !important; border-color: #021f42  !important; color: #021f42  !important; min-width: 100%; margin-bottom: 10px;  }
    .bannerPoster .slick-prev, .bannerPoster .slick-next { width: 38px; height: 48px;  }
    .bannerPoster .slick-prev:before, .bannerPoster .slick-next:before { font-size: 30px; line-height: 30px; }
}

/* Lattice2Grid */
.lattice2Grid.subject-wrapper { background: url("../images/sebago/cta-background.jpg") no-repeat 50% 50%; background-size: cover; }
.lattice2Grid .item-box { padding: 0 5px; }
.lattice2Grid .subjectItem_img { margin: 5px }
.lattice2Grid .subjectItem_img img { width: 100% }

/* Product Slider */
.pBMAcT .JRtCTxbCB .slick-list{ padding: 10px 0; }
.pBMAcT .JRtCTxbCB .slick-slide { margin: 0 20px;}
.pBMAcT .JRtCTxbCB .list-item { border:2px solid transparent ; border-radius: 0; padding: 2px 0 0;}
.pBMAcT .JRtCTxbCB .list-item:hover { border-color: #eee7d4 }
.pBMAcT .JRtCTxbCB .list-item .EGJL { padding: 0 15px }
.pBMAcT .JRtCTxbCB .list-item .dcMZAVin a { color: #021f42;  font-size: 15px !important; font-weight: 400; opacity: 1; text-transform: uppercase }
.pBMAcT .JRtCTxbCB .list-item .EGJL .product-price .price { color: #021f42 !important;  font-weight: 600  }
.pBMAcT .JRtCTxbCB .list-item:hover .dcMZAVin a { color: #021f42 }
.pBMAcT .button-set li .btn-icon .icon { font-size: 15px; }
.pBMAcT .button-set.style0 li .btn-icon { border:1px solid #ddd }
.pBMAcT .JRtCTxbCB .product-price .old-price { font-size: 13px; }
.pBMAcT .JRtCTxbCB .slick-arrow { background: none; top:45%; width: 68px; height: 78px;  }
.pBMAcT .JRtCTxbCB .slick-arrow:before {  font-size: 40px; color: #999 }
.pBMAcT .JRtCTxbCB .slick-prev { left: -40px; }
.pBMAcT .JRtCTxbCB .slick-next { right: -40px; }

@media only screen and (max-width: 1200px) {
    .pBMAcT .JRtCTxbCB .slick-prev { left: 0; }
    .pBMAcT .JRtCTxbCB .slick-next { right: 0; }
}
@media only screen and (max-width: 767px)  {
    .pBMAcT .JRtCTxbCB .list-item .dcMZAVin a { font-size: 13px !important }
    .pBMAcT .JRtCTxbCB { padding: 0 5px; }
    .pBMAcT .JRtCTxbCB .slick-arrow {  width: 38px; height: 48px;  }
    .pBMAcT .JRtCTxbCB .slick-arrow:before {  font-size: 30px;}
}


/* Lattice4Grid */
.lattice4Grid img { width: 100% }
.lattice4Grid .social-items { position: relative }
.lattice4Grid .social-items .itemTxt { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .5); padding: 12px; text-align: center }
.lattice4Grid .social-items .itemTxt h4 { color: #fff; font-size: 16px; margin-bottom: 0 }

/* Collection Banner */
.bJqhQCDi .zoomscal-hov { margin: 0 5px; }
.bJqhQCDi .zoom-scal { background: none; border-radius: 0;  }
.bJqhQCDi .zoom-scal:before { content: ''; background-color: rgba(0,0,0,0.5); -webkit-transition:all 0s ease; transition:all 0s ease; }
.bJqhQCDi .zoom-scal img { -webkit-transition:all 0s ease; transition:all 0s ease; width: 100% }
.bJqhQCDi .zoom-scal:hover img { opacity:1; -webkit-transform:scale3d(1, 1, 1); transform:scale3d(1, 1, 1); }
.bJqhQCDi .mask-add-cart {text-align: center; position: absolute; top: 0; bottom: 0; left: 5px; right: 5px; z-index:30; color: #fff;   }
.bJqhQCDi .mask-add-cart .shop-now { display: none }
.bJqhQCDi .mask-add-cart .shop-now h4.buyTips { color: #fff; font-size: 12px; font-weight: 400; }
.bJqhQCDi .mask-add-cart .shop-now p.function { color: #fff; font-size: 12px; font-weight: 600 }
.bJqhQCDi .mask-add-cart .shop-now span.mouldBtn { border-radius: 0; padding: 0 6px; border-color: #fff; font-size: 12px; color: #fff }
.bJqhQCDi .zoom-scal:hover .mask-add-cart .shop-now { display: block }
.bJqhQCDi .slick-arrow:before {  opacity: 1; font-size: 24px; color: #000 }
.bJqhQCDi .slick-prev { left: -30px; top: 45% }
.bJqhQCDi .slick-next { right: -30px; top: 45% }
@media only screen and (max-width: 1440px) {
    .bJqhQCDi .slick-arrow:before { color: #fff; font-size: 20px; }
    .bJqhQCDi .slick-prev { left: 10px;  }
    .bJqhQCDi .slick-next { right: 10px;  }
}

/* Footer */
.footer { background: url("../images/sebago/footer-background.jpg") no-repeat 50% 50%; background-size: cover; }
.footer .ZieWAoOezdk .h4, .footer .ZieWAoOezdk .text-transform-title { font-size: 14px; font-weight: 500 }
.footer .ZieWAoOezdk .text-transform-title { margin-bottom: 20px }
.footer .ZieWAoOezdk 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 .LTRLfK { border-top-color: #ddd }
@media only screen and (max-width: 767px) {
    .footer .ZieWAoOezdk .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: #ccd2d9; 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: #021f42; border-radius: 0 ; font-weight: 500; letter-spacing: 1px }
.email-input .input-but:hover { background: #043674; }
.email-input .input_icon { font-size: 12px; font-weight: 600; color: #fff; }
.email-input .input_icon:before { content: '\eb68';  }
