/* Кнопки юрик, физик */
.t-radio__wrapper_button .t-radio__item
{
    height: 36px;
}
/* юрик физик текст */
.t-text_xs
{
    font-weight: 500;
}
/* варианы оплаты */
.t-radio__wrapper-payment .t-radio__control.t-text t-text_xs
{
    font-weight: 600;
}

.t-radio__item {
    /* Укажи цвет фона корзины */
    background-color: #d6ecff !important;
    /* Укажи радиус окна корзины */
}



/* Поля input */
.t706 .t-form .t-input {
  height: 50px;
}

/* Растаяние между строками */
.t706 .t-input-group {
    margin-bottom: 14px;
}

/* Блок Доставка */
 .t-input-group_dl {
    margin: -50px 0px -20px 0px; /* В порядке: сверху, справа, снизу, слева */
}



.t-product__option-input:checked + .t-product__option-checkmark 
{    
    background-color: #ccc; /* Серый оттенок для выделения */
    
}



/* Доставка */
.t-radio__wrapper-delivery .t-name.t-name_md {
    border: 1px solid #001e42;
    border-radius: 5px;
    background-color: #d6ecff !important;
    padding: 6px 0px 0px 20px; /* В порядке: сверху, справа, снизу, слева */
    height: 34px;
}

/* Блок Оплата */
.t-input-group t-input-group_pm {
    margin: -50px 0px -20px 0px; /* В порядке: сверху, справа, снизу, слева */
}

/* Оплата */
.t-input-group_pm .t-input-title.t-descr.t-descr_md {
    border: 1px solid #001e42;
    border-radius: 5px;
    background-color: #d6ecff !important;
    margin: -60px 0px 20px 0px; /* В порядке: сверху, справа, снизу, слева */
    padding: 4px 0px 0px 20px; /* В порядке: сверху, справа, снизу, слева */
    height: 36px;
    font-size: 20px;
    height: 34px;
}



.js-product .t-product__option-variants_buttons .t-product__option-item_simple
{
    background-color: #fff !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active
{
    background-color: #c0ffc1 !important;
}







