.t-store__card__mark {

    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    padding: 0 10px;
    width: 50px;
} 

.t-product__option-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    color: #d5b77f;
}

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

.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
    background-color: #d5b77f;
}


.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid #d5b77f;
}

    @media screen and (max-width: 960px) {
    .t-col {
        display: block;
        float: none;
        padding-left: 10px;
        padding-right: 5px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

