/*-- add style --*/
html, html body, body #wrapper { overflow-x: hidden; }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {  }
.tRscnPm { background: #fff } ul, li { list-style: none; margin-bottom: 0 } .section { padding: 30px 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 .neMqK { 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: #000;  text-align: center;  border: 1px solid #000; color: #fff; padding: 8px 16px; min-width: 192px;  font-size: 13px; font-weight: 600; text-transform: uppercase  }
.mouldBtn:hover { text-decoration: underline; }
@media (min-width: 768px) and (max-width: 991px){
    .mouldBtn { min-width: 148px; padding: 4px 16px; font-size: 12px; }
}
@media only screen and (max-width: 767px) {
    .mouldBtn { min-width: 142px; padding: 12px 16px; font-size: 12px; }
}
.main-title { margin-bottom: 32px; color: #362d2e; font-size: 28px;  font-weight: 700; text-transform: uppercase;  }
.main-label { margin-bottom: 4px; color: #362d2e; font-size: 12px;  }
.main-content { color:#362d2e; font-size: 16px; text-align: center; font-weight: 500; margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
    .main-title { text-align: left }
}

/* Top Bar */
.top-bar { background: #fff;  }
.top-bar .inner { min-height: 38px; }
.top-bar .slick-track { display: flex; align-items: center ;  }
.top-bar .slide { text-align: center; padding: 0 40px;  height: 100%; line-height: 16px; }
.top-bar .slick-prev, .top-bar .slick-next { opacity: 0 }
.top-bar .slick-dots { display: none !important}
.top-bar a { letter-spacing: 1px; color: #000; font-weight: 600; font-size: 13px; }
.top-bar.sticky-top { position: fixed; width: 100%; z-index: 48; }
@media only screen and (max-width: 1199px) {
    .top-bar .slick-prev, .top-bar .slick-next { opacity: 1 }
}

/* Header */
.neMqK { min-height: 50px; }
.neMqK:not(.sticky-header),
.neMqK.sticky-header { background-color: #282321 !important }
.neMqK.sticky-header { margin-top: 38px; }
.neMqK .logo.logo-full img { max-width: 230px; max-height: 40px; margin: -16px 10px 0 20px; }
/* Header Function */
.neMqK .header-functions { min-height: 42px; }
.neMqK .header-functions .iconset { padding: 0 12px; }
.neMqK .header-functions .iconset .icon { font-size: 14px; margin-right: 5px; }
.neMqK .header-functions .iconset:hover .icon {  color: #fff }
.neMqK .header-functions .iconset.user-option { cursor: revert }
.neMqK .header-functions a:hover { text-decoration: underline }
.neMqK .header-functions .an-help-e { content: ''; background: url("../images/timberland/help.svg")no-repeat 50% 50%; background-size: 15px; width: 15px; height: 15px; display: inline-block;  }
.neMqK .header-functions .header-cart .counter { display: inline-block; width: 16px; height: 16px; border-radius: 50%; background-color: #eb8102 }
.neMqK .header-functions a, .neMqK .header-functions .iconset, .neMqK .header-functions ul li{ color: #fff; text-transform: capitalize; font-size: 12px; }
/* Header Sticky-header Function */
.neMqK.sticky-header .header-functions { display: none !important }
/* Header Navigation */
.neMqK .header-navigation .iconset { display: none; padding: 0 12px;  }
.neMqK .header-navigation .iconset .icon,
.neMqK .header-navigation .iconset:hover .icon { color: #fff; }
.neMqK .header-navigation .iconset.site-search { display: flex; color: #362d2e; }
.neMqK .header-navigation .iconset.site-search .input-but { background: none; border: none; transition:  all 0s  }
.neMqK .header-navigation .iconset.header-cart .counter { display: inline-block; width: 16px; height: 16px; border-radius: 50%; background-color: #eb8102; margin-right: 4px;  }
/* Header Sticky-header Navigation */
.neMqK.sticky-header .logo.logo-full img { margin-top: 0; max-width: 130px; max-height: 25px; }
.neMqK.sticky-header .header-navigation .iconset { display: flex; padding: 0 8px; }
.neMqK.sticky-header .header-navigation .iconset .icon { font-size: 15px; }

/* Header SiteNav */
.neMqK #siteNav { height: 100%; padding: 0 20px; }
.neMqK #siteNav.left { justify-content: center }
.neMqK #siteNav > li { display: inherit; }
.neMqK #siteNav > li:hover { background: #fff }
.neMqK #siteNav > li:hover a { color: #362d2e }
.neMqK #siteNav > li > a {  font-size: 14px; padding: 0 15px; margin: auto 0; color: #fff; font-weight: 400;  text-transform: uppercase; transition:  all 0s }
.neMqK #siteNav > li .WJNKGHUNM .lvl-1 a.lvl-1 { color: #362d2e; font-size: 14px; }
.neMqK #siteNav > li .WJNKGHUNM .lvl-1 .site-nav { color: #362d2e; font-weight: 500; }
.neMqK #siteNav > li > a:after { content: none }
.neMqK #siteNav > li .WJNKGHUNM .lvl-1 .site-nav:before { background-color: #362d2e; height: 3px; }
.neMqK #siteNav > li .WJNKGHUNM { top:110%; overflow: hidden; transition: all .3s; border-bottom: 1px solid #dad8d1  }
.neMqK #siteNav > li .WJNKGHUNM {  }
.neMqK #siteNav > li:hover .WJNKGHUNM { top:100% }
/*.neMqK #siteNav.medium  > li > a .an {display: block !important; transition: all 0.3s; margin-left: 5px; float: right; margin-top: 3px; }*/
/*.neMqK #siteNav.medium  > li > a .an:before { color: #999; font-weight: 300 }*/
/*.neMqK #siteNav.medium  > li > a:hover .an { transform: rotate(-180deg); }*/
/*.neMqK #siteNav.medium  > li > a:hover .an:before { color: #999 }*/
/* Header IconSet */
.neMqK .search-drawer {border-bottom: 1px solid #dad8d1; padding: 15px !important;  }
.neMqK .search-drawer .action.search { left: 10px; }
.neMqK .search-drawer .action.search .an { font-weight: 600; color: #333 }
.neMqK .search-drawer .closeSearch { font-size: 15px; top: 9px; right: 30px; font-weight: 600; color: #333 }
.neMqK .search-drawer .input-text { background-color: #fff; border-radius: 0; border: 1px solid #eee; padding-left: 45px; font-size: 14px; color: #333 }
.neMqK .search-drawer .input-text::-webkit-input-placeholder { color: #999; font-size: 14px; opacity: 1;  }
@media(min-width: 992px) {
    /*  Header Search */
    .neMqK .search_input { min-width: 220px }
    .neMqK .site-search .icon { font-size: 16px; color: #362d2e !important; font-weight: 600 }
    .neMqK .site-search:hover .icon { color: #362d2e !important;  }
    .neMqK .site-search .s-input::-webkit-input-placeholder { color: #999; font-size: 14px; opacity: 1;  }
    .neMqK .site-search .s-input { max-width: 160px; }
    .neMqK .site-search .s-input, .neMqK .site-search .input-but { border: solid 1px #dad8d1 !important; font-weight: 500; background-color: #f5f4f2 !important; transition: all 0s; padding: 0 12px ;   height: 100% }
    .neMqK .site-search .s-input { border-right: none !important; border-radius: 0;  }
    .neMqK .site-search .input-but { border-left: none !important; border-radius: 0; }
    .neMqK .site-search .s-input:focus { border: 1px solid #dad8d1; border-right: 0 !important;}
    .neMqK .site-search .s-input:focus + .input-but { border: 1px solid #dad8d1;  border-left: 0 !important; }
    .neMqK .search-drawer { display: none }
}
@media only screen and (max-width: 1199px) {
    .neMqK #siteNav > li > a { padding: 0 15px !important; }
}
@media only screen and (max-width: 991px) {
    .neMqK .header-functions { display: none !important }
    .neMqK .logo.logo-full img { margin-top: 0; max-width: 130px; max-height: 25px; }
    .neMqK .header-navigation { min-height: 100% }
    .neMqK .header-navigation .iconset { display: flex; padding: 0 10px; }
    .neMqK .header-navigation .iconset .icon { font-size: 17px;  }
    .neMqK .header-navigation .iconset.wishlist-link { display: none }
    .neMqK .header-navigation .iconset.header-cart .counter { margin: 0; position: absolute; right: -2px; top: -2px; }
    .neMqK .btn--link .an{ font-size: 19px;   color: #fff; padding: 0 10px; margin-right: 2px;  position: relative }
    /* Mobile Nav Wrapper */
    .rYnLCTzp { right: -300px; left: revert!important; }
    .rYnLCTzp.active { right: 0; left: revert!important;}
     body.menuOn .tRscnPm{ left: revert!important; }
    .rYnLCTzp .CcLCaQ { height: 36px; }
    .rYnLCTzp #RaLkjZ li a { color:  #362d2e;  }
    .rYnLCTzp #RaLkjZ li li a { font-size: 13px !important; color:  #362d2e;  font-weight: 600 }
    .rYnLCTzp #RaLkjZ li li li a { color: #666 }
}
@media only screen and (max-width: 767px) {
    .neMqK .search-drawer .closeSearch { right: 5px }
}
@media only screen and (max-width: 480px) {
    .neMqK .search-drawer { padding: 20px 15px 20px 15px !important; }
    .neMqK .search-drawer .searchField { display: flex }
}

.mostTitle { font-size: 26px; font-weight: 700; text-align: center; margin-bottom: 20px; }
.mostContent { font-size: 14px; margin-bottom: 20px; text-align: center; max-width: 30% }
@media (min-width: 768px) and (max-width: 991px) {
    .mostTitle { font-size: 18px; font-weight: 700; margin-bottom: 20px;  }
    .mostContent { font-size: 13px;  max-width: 40% }
}
@media only screen and (max-width: 767px) {
    .mostTitle, .mostContent {  text-align: left;  }
}
/* Home Slider */
.slideshow .blur-up-min { display: none }
.slideshow .hUtPq { position: absolute; flex-direction: column; left: 0; right: 0; top: 0; bottom: 0; padding: 0 20px; }
.slideshow .slick-prev, .slideshow .slick-next, .slideshow .slick-dots { display: none!important;}
@media only screen and (max-width: 767px) {
    .slideshow .blur-up-max { display: none }
    .slideshow .blur-up-min { display: block }
    .slideshow .hUtPq .mostTitle { text-align: center }
}

/* Lattice6Grid */
.lattice6Grid .items-link .item { border: 1px solid #000; }
.lattice6Grid .items-link .item span { font-size: 12px; }
.lattice6Grid .items-link .item:hover a { color: #362d2e }
@media(min-width: 768px) {
    .lattice6Grid .main-title { text-align: center }
    .lattice6Grid .items-link {  width: auto; margin: 8px 0  }
    .lattice6Grid .items-link .item { padding: 8px 25px; border-radius: 10px; }
    .lattice6Grid .items-link .item .category-img { display: none }
    .lattice6Grid .items-link .item .item-arrow { margin-left: 5px; }
}
@media only screen and (max-width: 767px) {
    .lattice6Grid .items-link { margin: 5px 0; }
    .lattice6Grid .items-link .item { text-align: center; padding: 10px 10px 20px; }
    .lattice6Grid .items-link .item span { margin-bottom: 16px }
    .lattice6Grid .items-link .item .category-img img{ max-width: 80px; }
    .lattice6Grid .items-link .item .item-arrow { display: none }
}

/* Waist Banner */
.waist-banner { position: relative }
.waist-banner .banner-up-min { display: none }
.waist-banner .hUtPq { position: absolute; flex-direction: column; left: 0; right: 0; top: 0; bottom: 0; padding: 0 20px; justify-content: center; align-items: center }
@media only screen and (max-width: 767px) {
    .waist-banner .banner-up-max { display: none }
    .waist-banner .banner-up-min { display: block }
    .waist-banner .hUtPq { position: revert; justify-content: revert; align-items: revert; margin-top: 30px; }
    .waist-banner .hUtPq .mostTitle { font-size: 32px; }
    .waist-banner .hUtPq .mostContent { display: none }
}
@media only screen and (max-width: 576px) {
    .waist-banner .hUtPq .mostTitle { font-size: 26px; }
}
/* Product Slider */
.AncHjDoVcO .FEDQMJDJoO .slick-list{ padding: 10px 0; }
.AncHjDoVcO .FEDQMJDJoO .slick-slide { margin: 0 10px;}
.AncHjDoVcO .FEDQMJDJoO .list-item { border:none ; border-radius: 0; padding: 2px 0 0;}
.AncHjDoVcO .FEDQMJDJoO .list-item:hover { border: none }
.AncHjDoVcO .FEDQMJDJoO .list-item .mUcmJbBUS { background: #f3f3f3 }
.AncHjDoVcO .FEDQMJDJoO .list-item .mUcmJbBUS img { mix-blend-mode: multiply }
.AncHjDoVcO .FEDQMJDJoO .list-item .dgaUQxp a { color: #362d2e;  font-weight: 400; opacity: 1; }
.AncHjDoVcO .FEDQMJDJoO .list-item .GxMOUef .product-price .price { color: #362d2e !important;  font-weight: 600  }
.AncHjDoVcO .FEDQMJDJoO .list-item:hover .dgaUQxp a { color: #362d2e }
.AncHjDoVcO .button-set li .btn-icon .icon { font-size: 15px; }
.AncHjDoVcO .button-set.style0 li .btn-icon { border:1px solid #ddd }
.AncHjDoVcO .FEDQMJDJoO .product-price .old-price { font-size: 13px; }
.AncHjDoVcO .FEDQMJDJoO .slick-arrow { background: #e5e5e5; top:45%; width: 42px; height: 42px; border-radius: 50% }
.AncHjDoVcO .FEDQMJDJoO .slick-arrow:before { font-size: 16px;  color: #000 }
.AncHjDoVcO .FEDQMJDJoO .slick-prev { left: -10px; }
.AncHjDoVcO .FEDQMJDJoO .slick-next { right: -10px; }
@media only screen and (max-width: 1200px) {
    .AncHjDoVcO .FEDQMJDJoO .slick-prev { left: 0; }
    .AncHjDoVcO .FEDQMJDJoO .slick-next { right: 0; }
}
/* Slideshow Swiper */
.swiper-wrapper .hUtPq { max-width: 50%; left: revert; top: 50% }
.swiper-wrapper .slide-title { margin-bottom: 32px; }
@media only screen and (max-width: 767px) {
    .swiper-wrapper .hUtPq { max-width: 100%; position: revert; margin-top: 30px; justify-content: revert!important; align-items: revert!important; }
    .swiper-wrapper .slide-title { text-align: left !important; margin-bottom: 20px; font-size: 32px; }
}
@media only screen and (max-width: 767px) {
    .swiper-wrapper .slide-title { font-size: 26px; }
}

/* Lattice2Grid */
.lattice2Grid .items { padding: 8px }
.lattice2Grid .stack_item_txt { padding: 20px }
.lattice2Grid .stack_item_txt h4 { font-size: 26px; margin-bottom: 10px; text-align: center }
.lattice2Grid .stack_item_txt p { font-size: 13px; font-weight: 400; max-width: 60%; margin: 0 auto 10px }
@media only screen and (max-width: 767px) {
    .lattice2Grid .stack_item_txt h4 {  text-align: left }
    .lattice2Grid .stack_item_txt p { display: none }
    .lattice2Grid .stack_item_txt .subjectBtn { justify-content: revert!important; }
}

/* Waist Theme */
.waist-theme .community-img-min { display: none }
.waist-theme .flex-direction-reverse { flex-direction: row-reverse }
.waist-theme .Join-links { flex-direction: column; padding: 20px 10px 20px 40px;  }
.waist-theme .Join-links .main-title { font-size: 32px; margin-bottom: 0 }
.waist-theme .Join-links .main-label { font-size: 18px; font-weight: 700; max-width: 85% }
.waist-theme .Join-links .main-content { font-size: 12px; text-align: left; max-width: 85% }
.waist-theme .Join-links .main-title span, .waist-theme .Join-links .main-label span{ color: #EB8102; }
@media only screen and (max-width: 767px) {
    .waist-theme .community-img-max { display: none }
    .waist-theme .community-img-min { display: block }
    .waist-theme .Join-links { padding: 20px; }
    .waist-theme .Join-links .main-label, .waist-theme .Join-links .main-content { max-width: 100% }
}

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

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

/* Footer Email */
.email-input { height: 38px; 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: 78px; padding: 0 14px; border: none; color: #fff; transition: all .3s; font-size: 13px; background:#eb8102; border-radius: 0 ; font-weight: 500; letter-spacing: 1px }
.email-input .input-but:hover { background: #362d2e; }
.email-input .input_icon { font-size: 18px; font-weight: 500; color: #fff; line-height: 38px }
.email-input .input_icon:before { content: '\eb68';  }
