.price-skidka {
    top: -225%;
}
.price-skidka .skidka {
    background: rgb(254 215 0);
    color: black;
    font-size: large;
    font-family: RozetkaWeb-Bold;
}
.price-skidka .skidka span {
    font-family: RozetkaWeb-Bold;
}

.special-promo{
    position: absolute;
    top:  2%;
    left: 2%;
    z-index: 4;
}
.special-promo span{
    color: white;
    background: black;
    padding-left: 8%;
    padding-right: 8%;
    border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    text-wrap: nowrap;
    font-family: RozetkaWeb-Regular;
    font-size: 12px;
    font-weight: 400;
}
.special-promo.product {
    position: unset;
    margin-bottom: 2.5%;
}
.special-promo.product span {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
}


.special-promo span .friday {
    color: #ffd300;
    padding: 0;
}
/* media max width started from pc d-none */
@media (max-width: 1199px) {
    .special-promo.product {
        display: none;
    }
}