/*копипаст с ютуба, меняет вид ссылки в тексте на кнопку, костыль для карточек товаров*/
/* */
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
   /* border-radius: 5px;*/
   /* border-bottom-left-radius: 5px;*/
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #139A93;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #139A93;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
/* */


/* вообще не ебу как получилось, но сработало. Не такие уродливые опции в карточке товара*/
/*ощая, в том числе неактивная*/
.t-product__option-item.t-product__option-item_buttons.t-product__option-item_simple
{
    background-color: #0E716C;
    color: #1B3634 !important;
    border-radius: 5px;
    border-color: #1B3634;
  
}
/*активная*/
.t-product__option-item.t-product__option-item_active.t-product__option-item_buttons.t-product__option-item_simple
{
    background-color: #139A93;
    color: #1B3634 !important; 
    border-radius: 5px;
    border-color: white;
}

/*отключенная*/
.t-product__option-item.t-product__option-item_buttons.t-product__option-item_simple.t-product__option-item_disabled
{
    background-color: #1B3634;
    color: #1B3634 !important;
    border-radius: 5px;
}
/*Текст внутри опций карточки */
.t-product__option-title.t-product__option-title_buttons.t-product__option-title_simple.t-typography__options.t-descr.t-descr_xxs
{
    color: #ffffff;
    font-weight: bold; 
}

