.t-store__card__sold-out-msg,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt{
    font-size: 0;
}

.t-store__card__sold-out-msg:after,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt:after{
    content: "Предзапись";
    color: #f95d51;
    font-size: 14px;
}



.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid rgb(255 255 255)
}

.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
    background-color: rgb(255 255 255)
}

.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid rgb(255 255 255);
    height: 16px;
    left: -26px;
    width: 16px;
}


.t-name {
    font-family: 'Georgia',serif;
    font-weight: 600;
    color: #000000;
}


.t-descr_sm {
    font-size: 22px;
    line-height: 1.55;
    color: #000000;
}

.t-descr {
    font-family: 'Georgia',serif;
    font-weight: 300;
    color: #595757;
}



.js-product .t-product__option-variants_custom .t-product__option-title {
    line-height: normal;
    padding-bottom: 0;
     color: #ffffff;
}

