.js-product .t-product__option-variants_buttons 
.t-product__option-item_simple.t-product__option-item_active {
    border: 2px solid #3a90ce; 
    border-radius:4px;
}
.js-product .t-product__option-variants_buttons 
.t-product__option-item_simple:hover {
    border:1px solid #3a90ce; 
    border-radius:4px
}
.t-product__option-title {
    font-weight:bold;
    
}
.t-product__option-title_buttons {
    font-weight:normal;
    
}
.js-product-price {
    font-size:24px;
}

@media screen and (max-width: 1200px){
    .t-descr_xxs {
        font-size: 14px !important;
    }
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #3a90ce;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #3a90ce;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

