

.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 14px;
    vertical-align: middle;
    padding-right: 2px;
}
.t-store__card__price:before {content: "От "}
.t-store__card__price_old:before {content: "До "}

.t-store__card__price:after {
    
    padding-left: 6px;
}
.t-store__card__price_old:after,
.t-store__prod-popup__price_old{
    display: none !important;
}
