/*-- add style --*/
html, html body, body #wrapper { overflow-x: hidden;  } h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {  } ul, li { list-style: none; margin-bottom: 0 }
#indexHomeBody .LNAu { background: #fff } #indexHomeBody .section { padding: 80px 0 }
.container { max-width: 1600px; 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 }  .ci-none { display: none !important } .si-none { display: none !important }  .mi-none { display: none !important }  .ei-none { display: none !important }
@media only screen and (max-width: 1200px) {
    .ci-none { display: block !important } .c-none { display: none !important; }
}

@media only screen and (max-width: 991px) {
    .container-none { max-width: 100%; padding-left: 15px; padding-right: 15px; }
    .si-none { display: block !important } .s-none { display: none !important; }
}
@media only screen and (max-width: 767px) {
    #indexHomeBody .section { padding: 48px 0 }
    .mi-none { display: block !important } .m-none { display: none !important; }
    .mih-50:not(.sticky-header), .mih-55:not(.sticky-header), .header-13 .cztwP { 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; }
}
@media only screen and (max-width: 576px) {
    .ei-none { display: block !important } .e-none { display: none !important; }
}

.main-button { display: flex; justify-content: space-between;  }
.mouldBtn {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #e36662;
    font-weight: 600;
    line-height: 38px;
    padding: 0 20px;
    background: none;
    border: solid 1px #e36662;
    border-radius: 3px;
    letter-spacing: .56px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: all .2s;
    overflow: hidden;
    z-index: 3;
}
.mouldBtn:before {
    background-color: #e36662;
    border-radius: 50%;
    content: "";
    height: 400px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: opacity .25s ease-out,color .1s ease,-webkit-transform .25s ease;
    transition: transform .25s ease,opacity .25s ease-out,color .1s ease,-webkit-transform .25s ease;
    width: 400px;
    will-change: transform,opacity,color;
}
.mouldBtn:hover:before{
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: opacity .3s ease,color .1s ease,-webkit-transform .4s ease-out;
    transition: transform .4s ease-out,opacity .3s ease,color .1s ease,-webkit-transform .4s ease-out;
    z-index: -1;
}
.mouldBtn:hover { color: #fff }
@media only screen and (max-width: 991px) {
    .mouldBtn { color: #fff; background: #e36662  }
    .mouldBtn:before { content: none }
}

/* Top Bar */
.top-bar { background: #042c4b; }
.top-bar .notices { overflow: hidden; }
.top-bar .notices .notice { font-size: 13px; min-height: 32px; font-weight: 400; color: #fff; text-align: center; letter-spacing: 0;  line-height: 1 }
.top-bar .slick-arrow:before { font-size: 14px; font-weight: 300; color: #fff; opacity: 1; display: none !important }
.top-bar .slick-dots, .top-bar .slick-arrow { display: none !important }
@media only screen and (max-width: 767px) {
    .top-bar .slick-arrow { display: none !important }
}

 /* Header */
.cztwP { border-bottom: 1px solid #e3e3e3;  box-shadow: none; transition: all .3s; background: #fff; }
body:not(.searchact) .cztwP:not(.sticky-header) {  box-shadow: none; border-bottom: 1px solid #e3e3e3; background: #fff; }
.cztwP .header-into {  padding: 0 30px; }
.cztwP .hide-features {  padding: 0 30px; position: relative }
.cztwP .logo img { max-width: 185px; max-height: 67px; margin-right: 25px }
/* Header SiteNav */
.cztwP #siteNav { height: 100%; padding: 0 12px; }
.cztwP #siteNav > li { display: inherit; }
.cztwP #siteNav > li > a {  font-size: 17px; padding: 5px 16px 0; font-weight: 600; margin: auto 0; letter-spacing: 0; color: #042c4b; text-transform: uppercase;  transition:  all 0s }
.cztwP #siteNav > li:hover a { color: #042c4b }
.cztwP #siteNav > li > a:after { background: #ccc; height: 2px; }
.cztwP #siteNav > li:hover a:after { width: 100% }
.cztwP #siteNav > li .LDtaPDdQ { top: 100%; ; background: #fff; padding:30px 30px 30px 168px; border-top: 1px solid #e3e3e3; box-shadow: none; overflow: hidden; transition: all 0s;  }
.cztwP #siteNav > li .LDtaPDdQ .lvl-1 a.lvl-1 { color: #042c4b; font-size: 15px; font-weight: 600 !important; text-transform: uppercase }
.cztwP #siteNav > li .LDtaPDdQ .lvl-1 a.lvl-1:hover { text-decoration: none }
.cztwP #siteNav > li .LDtaPDdQ .lvl-1 .site-nav { color: #042c4b; font-size: 14px; font-weight: 400; letter-spacing: 0.02rem; text-transform: uppercase;}
.cztwP #siteNav > li .LDtaPDdQ .lvl-1 .site-nav:hover { text-decoration: underline; }
.cztwP #siteNav > li .LDtaPDdQ .lvl-1 .site-nav:before { content: none;  }
.cztwP.sticky-header #siteNav > li:hover .LDtaPDdQ { -webkit-box-shadow: none; top: 100% ;  }
/*.cztwP #siteNav.medium  > li > a .an {display: block !important; transition: all 0.3s; margin-left: 5px; float: right; margin-top: 9px; }*/
/*.cztwP #siteNav.medium  > li > a .an:before { color: #303030; font-weight: 600; font-size: 18px; }*/
/*.cztwP #siteNav.medium  > li:hover > a .an { transform: rotate(-180deg); }*/
/*.cztwP #siteNav.medium  > li:hover > a .an:before { color: #000 }*/
.cztwP.sticky-header #siteNav > li .LDtaPDdQ { top: 100%; }

/* Header IconSet */
.cztwP .function { position: relative }
.cztwP .iconset { padding: 0 12px; height: 30px; line-height: 30px; }
.cztwP .iconset .icon { color: #042c4b; font-size: 19px; font-weight: 600 }
.cztwP .iconset .tooltip-label { display: none }
.cztwP .iconset.header-cart .an-cart-l { position: relative }
.cztwP .iconset.header-cart .an-cart-l:before { content: "\ebf8" }
.cztwP .iconset .counter { position: absolute; background: none; color: #252525; border-radius: 50%; font-weight: 600; top: 6px; left: 2px; right: auto; max-width: 13px; height: 13px; line-height: 13px; min-width: 13px; text-align: center }
.cztwP #ebQLLhL.active { top: calc( 100% - 70px ); }
.cztwP #ebQLLhL { top: calc( 100% - 40px ); }
.cztwP #ebQLLhL { right: 15px }
.cztwP #userLinks { right: 15px;  }
.cztwP #userLinks li a { font-weight: 500 }



/* Search Popup */
.cztwP .search-drawer { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; box-shadow: none; background-color: #fff !important; padding: 30px 60px !important; top: 100% !important }
.cztwP .search-drawer.active { top: 100% !important }
.cztwP.sticky-header .search-drawer, .cztwP.sticky-header .search-drawer.active { top:100% !important }
.cztwP .search-drawer .action.search { left: 10px; }
.cztwP .search-drawer .action.search .an { font-weight: 600; color: #333 }
.cztwP .search-drawer .closeSearch { font-size: 15px; top: 9px; right: 30px; font-weight: 600; color: #333 }
.cztwP .search-drawer .input-text { background-color: #fff; border-radius: 0; border: 1px solid #e3e3e3; padding-left: 45px; font-size: 14px; color: #333 }
.cztwP .search-drawer .input-text::-webkit-input-placeholder { color: #333; font-size: 14px; opacity: 1;  }
/*@media only screen and (min-width: 992px) {*/
/*    !*  Header Search *!*/
/*    .cztwP .searchBox { padding: 0 8px; height: 30px; line-height: 30px; max-width: 208px; }*/
/*    .cztwP .searchBox .icon { font-size: 14px; color: #666 !important; font-weight: 300;  }*/
/*    .cztwP .searchBox:hover .icon { color: #000 !important;  }*/
/*    .cztwP .searchBox .s-input { max-width: 180px; }*/
/*    .cztwP .searchBox .s-input::-webkit-input-placeholder { color: #999; font-weight: 400; font-size: 12px; opacity: 1;  text-transform: revert }*/
/*    .cztwP .searchBox .s-input, .cztwP .searchBox .input-but { border: none;  line-height: 30px; font-weight: 400; background: #fff !important; transition: all 0s; height: 100% }*/
/*    .cztwP .searchBox .s-input { border-left: none !important; border-radius: 0 34px 34px 0 ; font-size: 13px; color: #000; padding: 0 10px 0 5px;  }*/
/*    .cztwP .searchBox .input-but { border-right: none !important; border-radius: 34px 0 0 34px ; display: flex; align-items: center; padding: 0 5px 0 10px; }*/
/*    !*.cztwP .searchBox .s-input:focus { border: 1px solid #000 !important; border-right: 0 !important;}*!*/
/*    !*.cztwP .searchBox .s-input:focus + .input-but { border: 1px solid #000 !important;  border-left: 0 !important; }*!*/
/*    !*.cztwP .searchBox:hover .s-input, .cztwP .searchBox:hover .input-but { border-color: #b3b3b3 }*!*/
/*    .cztwP .search-drawer { display: none }*/
/*}*/
@media only screen and (max-width: 1199px) {
    .cztwP #siteNav > li > a { padding: 5px 15px 0 !important; }
}
@media only screen and (max-width: 991px) {
    .cztwP .header-into { padding: 0 15px;  }
    .cztwP .logo img { max-width: 147px; margin-right: 0; margin-left: 16px }
    .cztwP .iconset { padding: 0 10px; }
    .cztwP .btn--link .an{ font-size: 19px; font-weight: 600; color:  #042c4b;  }
    .cztwP #userLinks { display: none !important }
    /* Mobile Nav Wrapper */
    .PuUY { width: 355px !important; }
    .PuUY .uuLeS { padding: 16px 24px !important; background-color: revert !important  }
    .PuUY .uuLeS .an { float: revert !important; width: auto !important; height: revert !important; padding: 0 !important; font-size: 18px !important; line-height: revert !important }
    .PuUY #rZKccVyGXD { padding: 0 24px 24px; }
    .PuUY #rZKccVyGXD li.parent:first-child { border: none }
    .PuUY #rZKccVyGXD li a { color: #000; font-size: 13px; font-weight: 400; padding: 20px 45px 20px 0; }
    .PuUY #rZKccVyGXD li a .an { color: #000; font-weight: 300; line-height: 63px; font-size: 15px; }
    .PuUY #rZKccVyGXD li li a { font-size: 12px !important; font-weight: 500; padding-left: 10px; }
    .PuUY #rZKccVyGXD li li li a { font-weight: 400; }
}
@media only screen and (max-width: 767px) {
    .cztwP .logo img { max-width: 130px; }
    .cztwP .search-drawer .closeSearch { right: 5px }
}
@media only screen and (max-width: 480px) {
    .cztwP .search-drawer { padding: 20px 15px 20px 15px !important; }
    .cztwP .search-drawer .searchField { display: flex }
}
@media only screen and (max-width: 355px) {
    .PuUY { width: 100% !important; }
}
/* End Header */

.slideshow .slide-content { position: relative; }
.slideshow .slide-content .banner-image img { width: 100%; height: 100%; object-fit: cover;   }
.slideshow .slide-content .banner-items { position: absolute; inset: 0; }
.slideshow .slide-content .item-wrap .main-content img { width: 100%; height: 100%; object-fit: cover; }

.modular-title { font-size: 24px; color: #042c4b; font-weight: 600; margin-bottom: 0; letter-spacing: 0; text-transform: revert }

.product-modular { background: #fcf9f3 }
.product-modular .container-none { padding: 0 7.25% }
.product-modular .product-title { margin-bottom: 20px; }
.GwfFjiyr .hptXMNGUOM .slick-track { display: flex; }
.GwfFjiyr .hptXMNGUOM .slick-list { display: flex; margin: 0 -7px }
.GwfFjiyr .hptXMNGUOM .slick-slide {  margin:  0 7px;  }
.GwfFjiyr .hptXMNGUOM .slick-slide div:not(.TRcOojKC,.MFThhAwzvSf,.button-set ) { height: 100% }
.GwfFjiyr .hptXMNGUOM .list-item { border: none;  border-radius: 0; padding: 0 ;}
.GwfFjiyr .hptXMNGUOM .list-item .TRcOojKC { overflow: hidden; background: #fcf9f3; }
.GwfFjiyr .hptXMNGUOM .list-item .TRcOojKC img { mix-blend-mode: multiply;  margin: 0 auto }
.GwfFjiyr .hptXMNGUOM .list-item .MFThhAwzvSf { padding: 0 ;  }
.GwfFjiyr .hptXMNGUOM .list-item .MFThhAwzvSf .WvabtoT a { color: #042c4b; letter-spacing: 0; font-size: 14px !important; font-weight: 600; opacity: 1; text-transform: revert }
.GwfFjiyr .hptXMNGUOM .list-item .MFThhAwzvSf .product-price .price { color: #797979 !important; font-size: 13px; font-weight: 500; letter-spacing: 0  }
.GwfFjiyr .hptXMNGUOM .list-item .MFThhAwzvSf .product-price .old-price { font-size: 13px; color: #797979; font-weight: 400; }
.GwfFjiyr .hptXMNGUOM .list-item:hover .MFThhAwzvSf .WvabtoT a { color: #042c4b }
.GwfFjiyr .button-set li .btn-icon { width: 32px; height: 32px; line-height: 32px; transition: all 0s }
.GwfFjiyr .button-set li .btn-icon .icon { font-size: 16px; color: #000; font-weight: 300; line-height: 34px; }
.GwfFjiyr .button-set li .btn-icon:hover { opacity: 1 }
.GwfFjiyr .button-set.style0 li .btn-icon { border:1px solid rgba(84,84,84,.3) }
.GwfFjiyr .hptXMNGUOM .slick-arrow { width: 42px; height: 42px; border-radius: 48px; background: #fff; transition: all .3s; box-shadow: 2px 2px 6px rgba(0,0,0,.35); }
.GwfFjiyr .hptXMNGUOM .slick-arrow:hover { opacity: 1 }
.GwfFjiyr .hptXMNGUOM .slick-arrow:before {  font-size: 16px; font-weight: 300; opacity: 1; color: #757575 }
.GwfFjiyr .hptXMNGUOM .slick-prev { left: 15px ; }
.GwfFjiyr .hptXMNGUOM .slick-next { right: 15px; }
@media only screen and (max-width: 991px) {
    .product-modular .modular-button { margin-top: 32px; }
    .product-modular .container-none { padding: 0 15px; }
    .GwfFjiyr .hptXMNGUOM .slick-arrow { top: 45%;  width: 38px; height: 38px; }
}


.lattice2Grid .subject-items { display: flex; flex-wrap: wrap; }
.lattice2Grid .subject-items .item_images img { width: 100%; height: 100%; object-fit: cover }
.lattice2Grid .subject-items .item-unit .stack_item { position: relative }
.lattice2Grid .subject-items .item-content { position: absolute; text-align: center; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center }
.lattice2Grid .subject-items .item-content .main-title { font-size: 36px; color: #fff; letter-spacing: 0; margin-bottom: 20px; line-height: 1; font-weight: 700;   }
.lattice2Grid .subject-items .item-content .mouldBtn { padding: 0 50px; line-height: 54px; border: 2px solid #fff; color: #fff; font-size: 16px; font-weight: 700; }
.lattice2Grid .subject-items .item-content .mouldBtn:before { background-color: #fff; }
.lattice2Grid .subject-items .item-content .mouldBtn:hover { color: #042c4b }
@media only screen and (max-width: 991px) {
    .lattice2Grid .subject-items .item-content .mouldBtn { padding: 0 40px; line-height: 44px; background: #fff; color: #042c4b; letter-spacing: 0   }
}




/* Footer */
.footer { background: #fcf9f3 }
.footer .container-none { padding: 0 30px; }
#indexHomeBody .footer { margin-top: 0 !important }
.footer .HaFMtTEcmR { border-color: #e5e5e5 }
.footer .HaFMtTEcmR .text-transform-title { font-size: 15px; font-weight: 600; margin-bottom: 10px; color: #042c4b; letter-spacing: 0; text-transform: capitalize !important }
.footer .HaFMtTEcmR p,
.footer .HaFMtTEcmR a { font-size: 13px; font-weight: 400; margin-bottom: 20px; color: #042c4b; text-transform: revert; max-width: 420px; }
.footer .list-inline-item:not(:last-child) { margin-right: 15px; }
.footer .social-icons li i { font-size: 18px; color: #042c4b; }
.footer .social-icons li a { margin-bottom: 15px; }
.footer .social-icons li a:before { content: none }
.footer .EMFbCT { border-top: 1px solid #e5e5e5 }
.footer .copytext,
.footer .copytext a { color: #042c4b; font-size: 13px; font-weight: 400 }

/* Footer Email */
.email-input { height: 40px; margin-bottom: 20px }
.email-input .input-box::-webkit-input-placeholder { color: #042c4b; font-size: 12px; font-weight: 400; text-transform: revert; opacity: 1 }
.email-input .input-box {
    max-width: 320px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
    transition: all 0s;
    text-indent: 2px;
    height: 100%
}
.email-input .input-but {
    min-width: 88px;
    padding: 0 14px;
    border: none;
    border-radius:0 3px 3px 0;
    letter-spacing: 0.56px;
    background: #042c4b;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    font-weight: 500;
}
.email-input .input_icon { font-size: 24px; font-weight: 300; color: #fff; line-height: 44px;  }
.email-input .input-but:hover { background: #e36662; }
.email-input .input_icon:before { content: '\eb68';  }
@media (max-width: 991px) and (min-width: 768px) {
    .footer .footer-links:last-child { margin-top: 20px; }
}
@media only screen and (max-width: 991px) {
    .footer .container-none { padding: 0 15px; }
}
@media only screen and (max-width: 767px) {
    .footer .HaFMtTEcmR .footer-links ul.list-inline { display:flex !important; }
    .footer .social-icons li i { font-size: 18px; }
    .footer .HaFMtTEcmR .h4 { border-bottom: 1px solid #ccc !important }
    .footer .HaFMtTEcmR .footer-links:last-child { padding-top: 15px; }
}