    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 100px;
    font-weight: 400;
}
.js-store-prod-text a:first-of-type {
    background-color: #2958FF;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #F1F1F1;
    color: #121112 !important;
}
.js-store-prod-text a:nth-of-type(2) {
    background-color: #F1F1F1;
    color: #121112 !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}


/* Пометка о РРЦ */
.t-store__prod-popup__price-value::before {
    content: "РРЦ (за погонный метр):" !important;
    margin-right: 10px;
    color: #121112;
}

.t-store__card__price-from::before {
    content: "РРЦ" !important;
    margin-right: 4px;
}

.js-product .t-product__option-selected_select {
    border: 0px;
    background:#F1F1F1;
}