 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    border-width: 2px;
    font-weight: 600;
   

}
.js-store-prod-text a:last-of-type {
    background-color: #292929;
    color: #ffffff !important;
    
}
.js-store-prod-text a:last-of-type {
    border-color: #292929;
    color: #ffffff !important;
    
}
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 20px;
    vertical-align: bottom;
    padding-right: 2px;
}
.t-store__card__price:before {content: "От "}
.t-store__card__price_old: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:after {
    content: "\2014";
    padding-left: 6px;
}
.t-store__card__price_old:after,
.t-store__prod-popup__price_old{
    display: none !important;
}