.product-labels__label_discount{
	color: white !important;
    width: 125% !important;
	height: 27px !important;
}
.product-labels_color-sheme_random .product-labels__label {
    color: #fff;
    background: var(--color-link);
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
}
.product-labels__label.product-labels__label_discount {

    background: #c0343c !important;
    height: 32px !important;
    background-color: #c0343c !important;
  filter: none !important;
}
.product-gallery__labels .product-labels__label.product-labels__label_discount {
      width: 103px !important;
}
.product-card__labels .product-labels__label.product-labels__label_discount {
  width: 46px !important;
}

.layout_footer .menu.menu_layout_default .menu__inner.grid__inner_direction_vertical .grid__cell.text_uppercase.font-weight_bold {
	display: none; 
}
.price-block > div:before {
    content: '';
    display: block;
    position: absolute;
    left: -17px;
    top: 25px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

.pr-numb {
    font-weight: bold;
}
.price-block > div span {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
}
.price-block > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 30px;
    font-size: 18px;
}
.price-block {
    margin: 20px 0px 20px 25px;
}

.product-card_theme_controls-hover-fade-in .product-card__controls {
  	opacity: 1 !important;
}

.stock-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.stock-list__item,
.stock-list__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: black;
  justify-content: space-between;
}

.stock-list__item {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.stock-list__item:hover {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.stock-list__photo {
  height: 200px;
  overflow: hidden;
}

.stock-list__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stock-list__info {
  padding: 16px 20px;
}

.stock-list__info span {
  font-weight: bold;
  color: #c1343c;
  font-size: 1rem;
}

.stock-list__title {
  font-size: 1rem;
  min-height: 56px;
}

.stock-list__price {
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-available_not-available{
font-size:20px;
}
.product-available_available{
font-size:20px;}
.product-labels_color-sheme_random .product-labels__label.product-labels__labelhit-prodazh {
    background: #e10909;
}
.product-labels_color-sheme_random .product-labels__item:first-child .product-labels__label.product-labels__labelhit-prodazh {
    filter: hue-rotate(0);
}

.editor table.table td {
    padding-left: 0.5rem;
}
@media (max-width: 1080px) {
  .decriptor  {
    position: absolute;
    max-width: 100%;
    flex-basis: 100%;
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .stock-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
   .decriptor {
      position: relative;
      text-align: center;
      top: -20px;
      bottom: auto;
	  font-size: 14px;
      padding: 0;
  }
 }
@media (max-width: 425px) {
  .stock-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .stock-list__photo {
    height: 160px;
  }
  .stock-list__info {
    padding: 8px;
  }
}

@media (max-width: 320px) {
  .stock-list {
    grid-template-columns: 1fr;
  }
}
