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




/* ----------- Product popup button (add to cart)  -----------  */
.t-store__prod-popup__btn {
    width: 100% !important;
}



/* ----------- Product option-select ----------- */
.t-product__option-variants {
    width: 100% !important;
}

.t-product__option-select {
    background: transparent !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    padding: 6px 30px 6px 12px !important;
    width: 100% !important;
}

.t-product__option-variants:after {
    right: 12px !important;
    top: 15px !important;
}



/*  -----------  Product simple ption  -----------  */
.t-product__option-item_simple.t-product__option-item_active {
    background-color: #b5b5b5 !important;
    border: 1px solid #b5b5b5 !important;
}

.t-product__option-item_simple:hover {
    border: 1px solid black !important;
}


.t-product__option-item_active .t-descr {
    color: white !important;
}

.t-product__option-item_simple {
    background-color: transparent !important;
    padding: 7px 15px !important;
    border-radius: 3px !important;
}


/* ----------- Product Images ----------- */
@media screen and (max-width: 640px) {
    .t-slds__thumbsbullet.t-slds__bullet {
        width: 70px;
    }
    
    .t-slds__thumbsbullet-wrapper {
        padding: 0px 20px;
    }
    
    .js-product .t-col.t-col_8 {
        padding: 0px;
    }
    
    .uc-product {
        padding-top: 0px !important;
    }
}

.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: rgb(75 115 255 / 39%);
}


