.js-product .t-product__option-select {
    border: 2px #FFD600 solid;
    background: #414042;
    color: #ffffff;
}
.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before {
       border: 1px solid rgba(255,214,0,1);
}
.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
    background-color: rgba(255, 214, 0, 1);
}
.t-store__prod-popup__brand {
    color: #FFFCBB;
}
.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid rgba(255,214,0,1);
}
.t706__cartwin-content {
    background-color: rgba(35, 31, 32, 1);
}
.t-name {
    color: #FFD600;
}
.t-radio__indicator {
   border-color: #FFD600;
}
.t-radio__indicator:after {
    background: #FFD600;
}
.t706__product {
    border: 2px solid #ffd600;
}
.t-text {
    color: #FFD600;
}
.t-range__value-txt {
    font-size: 15px;
    color: #231F20;
    font-weight: 500;
    background-color: rgba(255, 214, 0, 1);
}
.t-range__interval-txt {
    font-size: 14px;
}    
.t-range__value-txt {
    -webkit-box-shadow: 0px 2px 10px 0 #c9a33c;
    -moz-box-shadow: 0 2px 10px 0 #FFD600;
    box-shadow: 0 2px 10px 0 #c9a33c;
    background-color: #FFD600;
}
.js-product .t-product__option-title_radio {
    color: #FFD600;
    font-weight: 500;
}
.t706__product-amount--portion, .t706__product-amount {
    color: #fff;
}
.t706__product-title {
    color: #fff;
}
.t706__cartwin-prodamount-wrap {
    color: #FFD600;
}
.t922__textwrapper {
    background-color: #000000;
}
.t-store__card__mark {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    display: table-cell;
    width: 100px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 10px;
}