/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

ul li::before {
  display: none;
}

.product-container .product-info {
  position: relative;
  overflow: hidden;
}

.product-container .product-info .archive_label {
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  z-index: 99;
  transform: translate(-50%, -50%) rotate3d(0, 0, 1, -30deg);
  font-size: 150px;
  top: 50%;
  left: 50%;
  opacity: .5;
  color: var(--theme-base-color);
}

@media screen and (1331px <=width <=1460px) {
  .product-container .product-info .archive_label {
    font-size: 120px;
  }
}

@media screen and (width <=1170px) {
  .product-container .product-info .archive_label {
    font-size: 100px;
  }
}

@media screen and (width <=640px) {
  .product-container .product-info .archive_label {
    font-size: 80px;
  }
}

@media screen and (width <=460px) {
  .product-container .product-info .archive_label {
    font-size: 60px;
  }
}

.logo-row .logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: normal;
}

.logo-row .logo img {
  max-width: 190px;
  margin: 0;
}

.logo-row .top-description {
  height: auto;
}

/* .sticky_menu.wrapper1 .sidebar_menu_inner .logo-row+.menu-wrapper {
  padding-top: 92px;
  margin-top: -122px;
} */

.wrapper1 .header-v28 .basket-link.compare {
  padding-left: 35px;
}

.header__top-item.btn_block .btn {
  border-color: var(--stroke_black);
  height: 42px;
  color: var(--white_text_black2);
}

.header__top-item.btn_block .btn svg {
  position: relative;
  margin-right: 5px;
  top: 1px;
}

.header__top-item.btn_block .btn:hover {
  background-color: var(--theme-base-color);
  border-color: var(--theme-base-color);
  color: white;
}

.header__top-item.btn_block .btn svg * {
  transition: all .3s;
}

.header__top-item.btn_block .btn:hover svg * {
  fill: white;
}

html.mobile .maxwidth-theme.main-h1-block h1 {
  font-size: 1.9em;
}