.t-store__card__price:before,
.t-store__card__price_old:before,
.t-store__prod-popup__price:before {
    font-size: 20px;
    vertical-align: bottom;
    padding-right: 2px;
}
.t-store__card__price:before, .t-store__prod-popup__price:before {content: "От "}
.t-store__card__price_old { color: #000}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price-value {font-weight: 800}

}
.t-store__card__price_old:after,
.t-store__prod-popup__price_old{
    display: none !important;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border: 3px;
    border-radius: 0px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #5555a2;
    color: #fff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #5555a2;
    color: #fff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}