header.header {
  z-index: 4;
}

.header-menu__list .header-menu__li {
  position: relative;
}
.header-menu__list .header-menu__li a {
  z-index: 10;
  position: relative;
}

.header-menu__list #stock-sale a {
  margin-left: 10px;
  color: #fff;
}

.header-menu__list #stock-sale::after {
  content: "";
  background: red;
  display: block;
  position: absolute;
  top: -14px;
  left: -10px;
  z-index: 1;
  right: -24px;
  bottom: -14px;
}

@media (max-width: 900px) {
  .header-menu__list #stock-sale::after {
    right: -12px;
  }
}
.header-menu__list {
  overflow: inherit;
}

/*# sourceMappingURL=style.css.map */
