/* 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"],
  .desktop-navigation ul li [data-cat="Black-Friday-Offer-1"] {
    opacity: 1 !important;
    color: #f4762d !important;
    font-weight: 800 !important;
  }
}
/* font color change for sandals category on mobile */
/* @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;
  background-color: #373836;
  color: #f5f2eb;
}
#cs-footer .sap-header {
  background-color: #373836;
}
#cs-footer .sap-header .wrapper h2 {
  color: #f5f2eb;
  font-size: 4em;
}
#cs-footer .sap-header .wrapper p {
  color: #f5f2eb;
}
.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;
}
.top-header-banner .mhc {
  background-color: #f8f6f2 !important;
}
[lang="nl-NL"] .top-header-banner .mhc,
[lang="nl-BE"] .top-header-banner .mhc {
  font-size: 1.6em;
}
.mhc a h1 {
  font-size: 1.6em !important;
}
/* MERRELL EU overrides.css */

/******** DW-16339 - menu styling fixes ********/
.column1 ul.level-2 {
  border: none !important;
}
.cookie-promo {
  display: none !important;
}

div.level-2 ul.level-2 {
  padding: 0 !important;
}
@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: 0.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 ********/

/* FED-10506 FIX SOCIAL SHARING ICONS */
.fab {
  letter-spacing: 0 !important;
  text-align: center;
}

/* FED-10506 FIX 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;
}

/* START: FED-FED-10910 - Temporary override
  ============================================================ */
.sticky-search-enabled .header-search {
  margin-right: 60px;
}

.sticky-search-enabled .pt_cart .header-search,
.is-responsive.sticky-search-enabled .header-search {
  margin-right: 290px;
}

/* END: FED-10910
  ============================================================ */

/* 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 for all regions apart from DE */

html[lang]:not([lang="de-DE"]) div.level-3 ul.level-3 a[data-cat="blog-lpng"] {
  display: none;
}

html[lang]:not([lang="de-DE"]) nav .mobile-navigation .nav-item ul#toggle-level-3-our-brand-lpng a[data-inmenucolumnnumber="5"] {
  display: none;
}

/* Fix blog styling issue after Merrell Redesign update */
.dw_blogs .dwPost-content-area {
  background-color: transparent;
}

/* FED-13335 ALL EMEA - Change colour font for SALE */
/* holiday 2021 red Sale nav */
#navigation a[data-cat="outlet"] {
  /* 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;
  }

}
#hiking-slider .hiking-slider .hiking-slide {
  background: #F4F2EC;
}

div.level-2 ul.level-2>li>div.catname-only:hover {
  color: #f4762d !important;
}