.t-store__card__price:before,
.t-store__card__price:before {content: "От "}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price-value {font-weight: 800}





/*Добавляем от в карточку товара*/
.js-store-price-wrapper.t-store__prod-popup__price-wrapper::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 18px;
    font-weight: 400;
    font-family: Inter;
    top: 3px;
    position: relative !important;
}
/*Добавляем стоимость от в корзине рядом с товаром*/
.t706__product-amount.t-descr.t-descr_sm::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 16px;
    font-weight: 300;
    font-family: Inter;
}
/*Добавляем от в общую сумму заказа*/
span.t706__cartwin-prodamount::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 16px;
    font-weight: 600;
    font-family: Inter;
}
/*Добавляем от в общую сумму заказа в самом низу*/
span.t706__cartwin-totalamount::before {
    content: "от" !important;
    margin-right: 7px;
    font-size: 16px;
    font-weight: 600;
    font-family: Inter;
}

