.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 67px;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-menu.open,
.header-menu.scrolling {
  background-color: #fff;
  border-bottom: 2px solid #e5e5e5;
}
.header-menu ul {
  list-style: none;
}
.header-menu .nav-mobile {
  width: 115px;
  margin-left: 1rem;
}
.header-menu .nav-desktop {
  display: none;
}
.header-menu .nav-icons {
  width: 115px;
  margin-right: 1rem;
}
.header-menu .nav-icons ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-menu .nav-icons ul > li {
  min-width: 30px;
  margin-left: 1rem;
  padding: 0.25rem;
}
.header-menu .nav-icons ul > li.help,
.header-menu .nav-icons ul > li.search-bar,
.header-menu .nav-icons ul > li.search-button,
.header-menu .nav-icons ul > li.separator {
  display: none;
}
.header-menu .nav-icons ul > li.cart {
  position: relative;
  padding: 0.25rem;
}
.header-menu .nav-icons ul > li.cart .cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  border-radius: 50%;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0.375rem;
  background-color: #d30061;
  color: #fff;
  font-weight: 700;
}
.header-menu .nav-icons ul > li.cart .cart-badge .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-menu .nav-icons ul > li .separator {
  height: 30px;
}
.header-menu .nav-icons ul .cart,
.header-menu .nav-icons ul .my-account {
  width: 24px;
}
.header-menu .nav-icons ul .country {
  display: none;
}
.header-menu .nav-icons ul .country img {
  width: 100%;
}
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1499;
  background-color: #fff;
  overflow-y: auto;
}
.cart-overlay .overlay,
.desktop-only {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .desktop-only {
    display: inline;
  }
  .header-menu {
    justify-content: flex-start;
  }
  .header-menu .logo {
    padding: 0 52px;
    flex-shrink: 0;
  }
  .header-menu .nav-mobile {
    display: none;
  }
  .header-menu .nav-desktop {
    width: auto;
    display: flex;
  }
  .header-menu .nav-desktop .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  .header-menu .nav-icons {
    width: auto;
    margin-left: auto;
  }
  .header-menu .nav-icons ul {
    padding-left: 10px;
  }
  .header-menu .nav-icons ul > li.help,
  .header-menu .nav-icons ul > li.search-bar,
  .header-menu .nav-icons ul > li.search-button,
  .header-menu .nav-icons ul > li.separator {
    display: initial;
  }
  .header-menu .nav-icons ul > li.search-button {
    margin: 0;
  }
  .header-menu .nav-icons ul > li.search-bar {
    border: none;
    margin: 0;
    padding-left: 20px;
    min-width: 0;
  }
  .header-menu .nav-icons ul > li.search-bar input {
    outline: none;
  }
  .header-menu .nav-icons ul > li.my-account {
    flex-shrink: 0;
    width: 24px;
    padding: 4px;
  }
  .header-menu .nav-icons ul > li.my-account a {
    color: #141212;
  }
  .header-menu .nav-icons ul > li.my-account a span {
    width: 100%;
    white-space: nowrap;
  }
  .header-menu .nav-icons ul > li.my-account a:hover {
    color: #655a5a;
  }
  .header-menu .nav-icons ul > li.separator {
    height: 30px;
    min-width: 0;
  }
  .header-menu .nav-icons ul > li.help a {
    display: flex;
  }
  .cart-overlay {
    display: flex;
    justify-content: flex-end;
    left: auto;
  }
  .cart-overlay app-cart {
    width: 400px;
    background-color: #fff;
  }
  .cart-overlay .overlay {
    display: initial;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.5);
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .header-menu{
    top: 0;
  }
}


.app-mobile-menu nav.menu {
  position: fixed;
  top: 67px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1rem;
  background-color: #fff;
  z-index: 999;
  overflow: auto;
  max-width: 100%;
}

.app-mobile-menu nav.menu ul.nav-links {
  padding: 0 10px;
  flex-shrink: 0;
  width: auto;
  display: block;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 100px;
  margin: 1rem 0;
  padding: 0;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item .menu-item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item .menu-item-wrapper .background {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item .menu-item-wrapper a {
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  padding-left: 1rem;
  position: relative;
  line-height: 100px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.55);
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item .menu-item-wrapper a .app-icon-down-arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 48px;
  padding: 1rem;
  transition: transform 0.3s ease-in-out;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item .menu-item-wrapper a .app-icon-down-arrow.open {
  transform: rotate(180deg) translateY(50%);
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item ul.sub-menu {
  background-color: #fff;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item ul.sub-menu :first-child {
  margin-top: 10px;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item ul.sub-menu li {
  padding: 4px 10px;
  margin: 0;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item ul.sub-menu li :first-child {
  margin-top: 0;
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item ul.sub-menu li.menu-sub-item > .menu-item-wrapper > a {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.app-mobile-menu nav.menu ul.nav-links li.menu-item ul.sub-menu li.menu-sub-item ul.sub-sub-menu li.menu-sub-sub-item {
  min-height: auto;
  border-bottom: 1px solid #f8c8d1;
}

nav.menu ul.nav-links li.menu-item ul.sub-menu li.menu-sub-item ul.sub-sub-menu li.menu-sub-sub-item .menu-item-wrapper {
  margin:0
}
nav.menu ul.nav-links li.menu-item ul.sub-menu li.menu-sub-item ul.sub-sub-menu li.menu-sub-sub-item .menu-item-wrapper .bottom-level-link {
  width:100%;
  max-height:160px;
  max-height:10rem;
  margin:10px 0
}
nav.menu ul.nav-links li.menu-item ul.sub-menu li.menu-sub-item ul.sub-sub-menu li.menu-sub-sub-item .menu-item-wrapper .bottom-level-link a {
  font-size:14px;
  font-size:.875rem;
  margin:0;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  line-height:normal;
  height:100%;
  width:100%;
  padding-left:0
}
nav.menu ul.nav-links li.menu-item ul.sub-menu li.menu-sub-item ul.sub-sub-menu li.menu-sub-sub-item .menu-item-wrapper .bottom-level-link a img {
  height:80px;
  padding:0 16px
}
nav.menu ul.nav-links li.menu-item ul.sub-menu li.menu-sub-item ul.sub-sub-menu li.menu-sub-sub-item .menu-item-wrapper .bottom-level-link a app-icon-right-arrow {
  flex-grow:1;
  margin-left:auto;
  max-width:15px;
  padding-left:5px
}

.app-mobile-menu nav.menu p.banner-promo {
  display: flex;
  justify-content: center;
}