/* Minification failed. Returning unminified contents.
(10,61): run-time error CSS1046: Expect comma, found '222'
(10,68): run-time error CSS1046: Expect comma, found '/'
(10,88): run-time error CSS1046: Expect comma, found '87'
(10,94): run-time error CSS1046: Expect comma, found '/'
 */
.col.prom-akciya-dnya {
  position: relative;
}

  .col.prom-akciya-dnya:after {
    content: "Акция дня";
    display: block;
    position: absolute;
    background-color: rgba(255,22,22,0.71);
    background: linear-gradient(162deg, #ffeb3b 0%, rgb(255 222 89 / 95%) 20%, rgb(255 87 87 / 95%) 96%);
    z-index: 2;
    color: white;
    padding: 12px 10px 12px 15px;
    left: 5px;
    top: 47px;
    width: 125px;
    text-align: left;
  }

.filter-list>*.prom-akciya-dnya {
  background-color: rgb(255,145,77);
  padding: 5px 0 5px 7px;
}
  .filter-list>*.prom-akciya-dnya:hover {
    background: rgb(255, 97, 0) !important;
  }
  .filter-list>*.prom-akciya-dnya > span {
    color: white;
  }
  .filter-list>*.prom-akciya-dnya > .help-icon {
    color: white;
  }
    .filter-list>*.prom-akciya-dnya > .help-icon:hover {
      color: white !important;
    }
.filter-list>*.prom-akciya-dnya + .filter-reset {
  margin-top: -25px;
}
.filter-list>*.prom-akciya-dnya.prom-akciya-dnya-main-cat + .filter-reset {
  margin-top: -34px;
}


.prom-cell {
  display: flex;
  justify-content: space-between;
  text-align: right;
}
  .prom-cell small {
    font-size: 60%;
    margin: 0 20px;
  }
  .prom-cell small > span[data-tooltip] {
    color: #d7504c;
    border-bottom: 1px red dotted;
    cursor: pointer;
  }

.price.new-price, .prom-cell .old-price-wrapper, .price-from .new-price, .price-from .old-price-wrapper {
  color: #d7504c !important;
}

.price.new-price {
  margin-right: 8px !important;
}

.prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
  text-decoration: line-through;
  font-size: 22px
}

.prom-cell .old-price-wrapper {
  margin-right: 20px;
}

.price-from .old-price-wrapper {
  margin-right: 5px;
}

.prom-cell .old-price, .price-from .old-price {
  color: rgba(0, 0, 0, 0.87)
}

@media only screen and (max-width: 1300px) {
  .prom-cell {
    display: flex;
    flex-direction: column;
  }
    .prom-cell > div:first-child {
      display: flex;
      flex-direction: column;
    }
    .prom-cell br {
      display: none;
    }
    .prom-cell .order-button {
      margin-top: 20px;
    }

  .prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 530px) {
  .prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
    font-size: 20px;
  }
}

