/* shop the look highlighting */
@media screen and (min-width: 769px) {
  .desktop-navigation ul li [data-cat="womens-clothing-shop-the-look"],
  .desktop-navigation ul li [data-cat="mens-clothing-shop-the-look"] {
    opacity: 1 !important;
    color: #f4762d !important;
    font-weight: 800 !important;
  }
}
/* color change for sandals mobile menu item */
@media screen and (max-width: 768px) {
  nav.animated-navigation .nav-item a[data-inmenucolumnnumber="7"] {
    /* opacity: 1 !important;
    color: #f4762d !important;
    font-weight: 800 !important; */
  }
}

#cs-footer .sap-header .wrapper {
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 3em 3em 3em !important;
  margin: 0 auto !important;
  width: 50% !important;
  height: 32.7em;
}
.sap-header .deco-line::after {
  width: 1.4em !important;

  margin: 0.5em 0 0.25em !important;
}
@media (max-width:640px) {
  #cs-footer .sap-header .wrapper {
    padding: 5em 3em 3em !important;
    height: 35.7em;
    width: 95% !important;
  }
  .sap-header .deco-line::after {
    margin: 0.5em auto 0.25em !important;
  }

  .sap-header p {
    margin: 1em 0 0em !important;
  }
}

nav.animated-navigation ul {
  margin-bottom: 0 !important;
}

/* MERRELL UK overrides.css */
/* seo copy styles */
.seo-asset {
  width: 100%;
  margin: 0 auto;
  font-size: 0.8em;
  padding-top: 4em;
  color: #7d7d7d;
  max-width: 80em;
  text-align: center;
}
@media (max-width:640px) {
  .seo-asset {
    width: 90%;
  }
}
.seo-asset a {
  font-size: inherit;
  text-decoration: underline;
}
.seo-asset h2 {
  display: none;
  color: #7d7d7d;
}

/* MERRELL ES overrides.css */

/******** DW-16339 - menu styling fixes ********/
.column1 ul.level-2 {
  border: none !important;
}

div.level-2 ul.level-2 {
  padding: 0 !important;
}
.top-header-banner .mhc {
  background-color: #f8f6f2;
}
@media (min-width: 641px) {

  a[data-cat="Christmas"].level-1 {
    text-decoration: underline !important;
    text-decoration-color: #F4762D !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px !important;
  }
  .active-persistentheader a[data-cat="Christmas"].level-1 {
    margin-left: 1em;
  }
  a[data-cat="Christmas"]::after {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0.4em;
    width: 1.4em;
    content: '';
    background: url('../content/seasonal-content/nav/2021/10/gifts-nav-star.svg');
    background-size: cover;
    height: 1.4em;
  }
  .active-persistentheader a[data-cat="Christmas"]::after {
    top: 60%;
  }
  .is-responsive a[data-cat="Christmas"].level-1 {
    margin-left: 1em !important;
  }
  .is-responsive a[data-cat="Christmas"]::after {
    left: .1em;
  }
}
/* div.column1 div.level-3 ul.level-3 li a {
      font-family: "Lato-Bold";
      line-height: 17px;
      letter-spacing: 0.3px;
      color: #101820;
      font-weight: normal;
      text-transform: none;
      font-size: 12px;
    }

    div.level-2 ul.level-2 > li > a {
      font-family: "Lato-Bold";
      line-height: 17px;
      letter-spacing: 0.3px;
      color: #101820;
      font-weight: normal;
      text-transform: none;
      font-size: 12px;
    }

    div.level-2 ul.level-2 > li > a:hover {
      text-transform: none;
    }

    div.level-2 ul.level-2 > li > div.catname-only {
      font-family: "Lato-Bold";
      line-height: 17px;
      letter-spacing: 0.3px;
      color: #101820;
      font-weight: normal;
      text-transform: none;
      font-size: 12px;
    }

    div.level-2 ul.level-2 > li > div.catname-only:hover {
      text-transform: none;
      color: #dc4405 !important;
    } */

/* div.column1 div.level-3 ul.level-3 li a:hover {
      font-family: "Lato-Bold";
      line-height: 17px;
      letter-spacing: 0.3px;
      color: #dc4405;
      font-weight: normal;
      text-transform: none;
      font-size: 14px;
    } */
/******** DW-16339 end ********/

/* FOOTER SOCIAL SHARING ICONS */
.mlcnt-social-item {
  font-size: 18px !important;
  line-height: 36px !important;
  letter-spacing: 0.01em !important;
  background: #dc4405 !important;
  width: 2em;
  height: 2em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mlcnt-social-item:hover {
  background-color: #dc4405;
  color: #fff;
}

.mlcnt-social-item:before {
  display: block;
  font-size: 1em;
  font-family: "mlcnt-fontello";
}

.mlcnt-social-facebook:before {
  content: "\e806";
}

.mlcnt-social-twitter:before {
  content: "\e807";
}

.mlcnt-social-pinterest:before {
  content: "\e808";
}

.mlcnt-social-youtube:before {
  content: "\e800";
}

.mlcnt-social-instagram:before {
  content: "\e809";
}

/* FOOTER SOCIAL SHARING ICONS END */

/* START: FED-10106 - Temporary override
  ============================================================ */
#mobile-header .alt-icon-promotion,
.desktop-promotions-icon {
  display: none !important;
}

.desktop-feedback-icon {
  border-top: 1px solid #ccc;
}

/* END: FED-10106
  ============================================================ */


/* DW-17726 */
.desktop-feedback-icon {
  display: none;
}

/* end DW-17726 */

/* Hide Mind Link in navigation */
div.level-3 ul.level-3 a[data-cat="mind-lpng"] {
  display: none;
}

nav .mobile-navigation .nav-item ul#toggle-level-3-our-community-lpng a[data-inmenucolumnnumber="3"] {
  display: none;
}


/* Hide Blog Link in navigation */
div.level-3 ul.level-3 a[data-cat="blog-lpng"] {
  display: none;
}

nav .mobile-navigation .nav-item ul#toggle-level-3-our-brand-lpng a[data-inmenucolumnnumber="5"] {
  display: none;
}

/* FED-13335 ALL EMEA - Change colour font for SALE */
#navigation a[data-cat="outlet"],
#navigation a[data-cat="Black-Friday-Offer-1"] {
  /* color: #f4762d; */
}
/* end FED-13335 */

/* Fix horizontal scroll on mobile filters */
@media(max-width:768px) {
  .refinements.clearfix.mobile-only.animated-filter.active {
    overflow-x: hidden;
  }
}
.home-container-box {
  display: none;
}
#hiking-slider .hiking-slider .hiking-slide {
  background: #F4F2EC;
}

div.level-2 ul.level-2>li>div.catname-only:hover {
  color: #f4762d !important;
}