@font-face {
  font-weight: 300;
  font-family: Tondo Corp;
  font-display: swap;
  font-style: normal;
  src: url(../../../../fonts/TondoCorp-Light.ttf) format('truetype'),
    url(../../../../fonts/TondoCorp-Light.woff) format('woff');
}
@font-face {
  font-weight: 400;
  font-family: Tondo Corp;
  font-display: swap;
  font-style: normal;
  src: url(../../../../fonts/TondoCorp-Regular.ttf) format('truetype'),
    url(../../../../fonts/TondoCorp-Regular.woff) format('woff');
}
@font-face {
  font-weight: 700;
  font-family: Tondo Corp;
  font-display: swap;
  font-style: normal;
  src: url(../../../../fonts/TondoCorp-Bold.ttf) format('truetype'),
    url(../../../../fonts/TondoCorp-Bold.woff) format('woff');
}
body {
  margin: 0;
  font-family: TondoCorp, sans-serif;
}
.header-main-menu-show {
  width: 100vw;
  max-height: 100vh;
  overflow: auto;
  font-family: Tondo Corp, sans-serif;
  background: #fff;
}
.header-main-menu-show ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-main-menu-show li {
  margin-left: 0;
}
.header-main-menu-show a {
  color: inherit;
  text-decoration: none;
}
.header-main-menu__wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 15px;
  color: #000;
}
.header-main-menu__btn-close {
  position: absolute;
  top: 18px;
  right: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8px;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
.header-main-menu__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto !important;
}
.header-main-menu__list:hover .header-main-menu__list-item {
  opacity: 0.6;
}
.header-main-menu__list-item-wrap {
  max-width: 200px;
}
.header-main-menu__list-item {
  display: -webkit-box;
  display: flex;
  flex-basis: 25%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header-main-menu__list-item:hover {
  opacity: 1 !important;
}
.header-main-menu__img-container {
  width: 196px;
  height: 130px;
  margin-bottom: 15px;
  text-align: center;
}
.header-main-menu__img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 10.5px !important;
}
.header-main-menu__promo-img {
  width: 100%;
}
.header-main-menu__sublist-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline !important;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.3);
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.header-main-menu__sublist-title:hover {
  color: #37466a;
}
.header-main-menu__sublist-container {
  margin-bottom: 25px;
}
.header-main-menu__sublist {
  margin-top: 10px !important;
}
.header-main-menu__sublist-item:not(:last-child) {
  margin-bottom: 8px;
}
.header-main-menu__sublist-link {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.3;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.3);
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.header-main-menu__sublist-link:hover {
  color: #000;
  text-decoration: underline;
}
.header-main-menu__attention {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background: #000;
}
.header-main-menu__attention span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header-main-menu__sale {
  display: inline-block;
  width: 30px;
  height: 11px;
  margin-left: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 8px;
  line-height: 1;
  background: #d61f3d;
}
.header-main-menu__sale span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header-main-menu__promo-link {
  position: relative;
  display: inline-block;
  padding: 38px 20px 23px;
  border: 1px solid #e5e5e5;
}
.header-main-menu__promo-link:hover {
  text-decoration: none;
}
.header-main-menu__promo-sticker {
  position: absolute;
  top: 10px;
  left: -1px;
  padding: 2px 6px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  background: #d61f3d;
}
.header-main-menu__promo-sticker:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10.21px;
  background: url(img/trianglefec08541b77c1166260952cea3089098.svg) 50%
    no-repeat;
  background-size: cover;
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
  content: '';
}
.header-main-menu__promo-img-container {
  margin-bottom: 10px;
}
.header-main-menu__promo-collection-name {
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.header-main-menu__promo-name {
  margin-top: 0;
  margin-bottom: 16px;
  color: #000;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.3;
}
.header-main-menu__promo-old-price {
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 1;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.header-main-menu__promo-price {
  margin-top: 0;
  margin-bottom: 0;
  color: #d61f3d;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
}
@media (max-width: 1099.98px) {
  .header-main-menu__list-item:not(:last-child) {
    padding-right: 30px;
  }
}
.collection-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 99999;
  display: none;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 1px 0 #e5e5e5;
}
.collection-menu button {
  outline: none;
}
.collection-menu__wrap {
  position: relative;
  max-width: 1440px;
  margin: 25px auto 0;
}
.collection-menu__btn-close {
  position: absolute;
  top: 0;
  right: 30px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.collection-menu__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: left;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}
.collection-menu__list:hover .collection-menu__item {
  opacity: 0.5;
}
.collection-menu__item {
  position: relative;
  padding: 10px 10px 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 20%;
}
.collection-menu__item--show {
  border-color: #e5e5e5;
  opacity: 1 !important;
}
.collection-menu__item:hover {
  opacity: 1 !important;
}
.collection-menu__img-container {
  display: -webkit-box;
  display: flex;
  max-width: 196px;
  margin-bottom: 15px;
}
.collection-menu__img {
  max-width: 150px;
  height: auto;
  border-radius: 10.5px !important;
}
.collection-menu__sublist {
  padding-left: 0;
  list-style: none;
}
.collection-menu__name-link {
  display: inline-block;
  margin: 0 0 10px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.collection-menu__btn-more {
  padding: 0;
  color: #40b0e3;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  background: none;
  border: 0;
  cursor: pointer;
}
.collection-menu__subitem:not(:last-child) {
  margin-bottom: 4px;
}
.collection-menu__subitem-link {
  color: #000;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}
.collection-menu__subitem-link:hover {
  color: #000;
  text-decoration: underline;
}
/* .collection-menu__sublist-hidden {
  position: relative;
  left: -1px;
  z-index: 10;
  display: none;
  width: calc(100% + 2px);
  padding-left: 1px;
  list-style: none;
  background: #fff;
} */

.collection-menu__scroll-wrap {
    max-height: 87vh;
    overflow: auto;
}

.collection-menu__sublist-hidden {
  position: absolute;
  left: -1px;
  z-index: 10;
  display: none;
  width: calc(100% + 2px);
  padding-bottom: 10px;
  padding-left: 10px;
  list-style: none;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.collection-menu__sublist-hidden:not(:last-child) {
  margin-bottom: 4px;
}

.collection-menu__sublist-hidden:last-child {
  margin-bottom: 10px;
}
