:root {
  --text-color: #333333;
  --body-background: #f8f8f8;
  --text-secondary-color: #9e9e9e;
  --primary-color: #af1e23;
  --secondary-color: #feca05;
  --price-color: #c7140f;
  --header-background: #970d09;
  --header-color: #ffffff;
  --subheader-background: #2f2d8e;
  --subheader-color: #bce4fd;
  --header-category-bg: #970d09;
  --header-category-color: #fff8e2;
  --label-background: #c7140f;
  --label-color: #ffffff;
  --footer-bg: #efefef;
  --footer-color: #0b0b0b;
  --show-loadmore: none !important;
  --order-loadmore: -1 !important;
  --sale-pop-color: #e40303;
  --addtocart-bg: #c7140f;
  --addtocart-text-color: #ffffff;
  --cta-color: #c7140f;
  --section-coupon-bg: #fff8e2;
  --coupon-title-color: #2d2d2d;
  --coupon-button-color: #970d09;
  --col-menu: 1;
  --border-color: #f1f1f1;
  --link-color: #2f80ed;
  --coupon-code-background: #ffffff;
  --coupon-lite-border: #ed3324;
  --product-promotion-bg: #c7140f;
}

.icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.navigation {
  --nav-height: 500px;
  background: #fff;
  min-height: 100%;
  overflow-y: auto;
}

.navigation {
  max-height: var(--nav-height);
}

.navigation .list-group-item {
  padding: 8px 10px;
  cursor: pointer;
  border-bottom: 0px;
}

.navigation .list-group-item:not(:first-of-type) {
  box-shadow: inset 0px 1px 0px #f1f1f1;
}

.navigation .list-group-item:hover {
  background: var(--light);
}

.navigation .list-group-item:hover > a {
  color: var(--primary-color);
}

.navigation .list-group-item > a {
  text-decoration: none;
}

.navigation .list-group-item > a > img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 0px;
}

.navigation .list-group-item .menu-item__link {
  font-size: 14px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .navigation .list-group-item .menu-item__link {
    display: grid;
    align-items: center;
    grid-template-columns: 24px 1fr 15px;
    grid-column-gap: 10px;
  }
  .navigation .list-group-item .menu-item__link span {
    grid-column: 2;
  }
}

.navigation .menu-item {
  position: initial;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

@media (min-width: 992px) {
  .navigation .menu-item:hover .submenu {
    display: block;
    z-index: 900;
  }
}

.navigation .submenu {
  display: none;
  width: calc((100% * var(--col-menu)) + 70px);
  height: 100%;
  padding: 14px 20px;
  border-radius: 0px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #ddd #ddd #ddd #e1e1e1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 100%;
  background: #fff;
  margin-left: 0px;
  box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
  z-index: 1;
  overflow: auto;
  font-size: 14px;
}

.navigation .submenu__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu) - 10px), 1fr));
  grid-gap: 10px 5px;
  padding: 0px;
  list-style: none;
}

.navigation .submenu__col {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 14px;
}

.navigation .submenu__item--main {
  font-weight: 600;
}

.header_menu {
  top: 0;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1000;
}

.header_menu.active {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.4);
}

.header_menu.active .mid-header:after {
  content: none !important;
}

.toogle-nav-wrapper:hover ~ .sticky-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 7;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}

@media (max-width: 320px) {
  .header_menu.active .search-bar {
    visibility: hidden;
    opacity: 0;
  }
}

.menu-wrapper {
  margin-top: 10px;
  border-radius: 6px;
  position: sticky;
  width: 100%;
  top: 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  z-index: 100;
}

.menu-wrapper .navigation-wrapper nav {
  position: static;
  height: auto;
}

.subheader {
  bottom: 0px;
  --subheader-padding: 0px;
  color: var(--subheader-color);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.subheader .toogle-nav-wrapper {
  cursor: pointer;
  font-size: 15px;
  padding: 10px 0;
  border: 1px;
  color: var(--header-category-color);
  background: var(--header-category-bg);
  font-weight: 500;
  width: 100%;
  border-radius: 6px 6px 0 0;
  z-index: 8;
}

.icon-bar {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  width: 24px;
  height: 22px;
  margin-left: 10px;
  border-radius: 2px;
  padding: 0;
}

.icon-bar .bar {
  background: var(--header-category-color);
  width: 24px;
  border-radius: 2px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
}

.icon-bar .bar:nth-child(2) {
  width: 16px;
}

.toogle-nav-focus-area {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -2px;
  left: 0;
}

.shop-policises li {
  display: grid;
  align-items: center;
  padding: 8px 10px;
  grid-template-columns: 24px 1fr;
  grid-gap: 10px;
}

.hotline {
  border-radius: 6px;
  border: 2px solid var(--primary-color);
  color: var(--text-color);
  margin: 8px;
}

.shop-menus {
  padding: 0 10px 10px 10px;
}

.shop-menus li {
  padding: 5px 0;
}

@media (min-width: 1200px) {
  .toogle-nav-wrapper .menu-wrapper,
  .subheader .sticky-overlay {
    display: none;
  }
}

@media (min-width: 768px) {
  .menu-mobile {
    display: none;
  }
}

@media (max-width: 767.99px) {
  .menu-mobile {
    margin-top: 0;
    border: none;
    border-radius: 0;
    display: block;
  }
  .menu-mobile .subheader .toogle-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    display: none;
  }
  .menu-mobile .subheader .toogle-nav-wrapper .menu-wrapper {
    position: static;
    border-radius: 0;
    padding-bottom: 30px;
  }
  .menu-mobile .subheader .toogle-nav-wrapper .shop-menus {
    margin-bottom: 0;
  }
  .menu-mobile .subheader .sticky-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .menu-mobile.open .subheader .toogle-nav-wrapper {
    display: block;
  }
  .menu-mobile.open .subheader .sticky-overlay {
    display: block;
  }
}

@media (max-width: 320px) {
  .menu-mobile.open .subheader .toogle-nav-wrapper {
    width: 280px;
  }
}
