.t706 .t-checkbox__control,
.t706 .t-radio__control {
    color: #373737 !important;
}

/* Скрытие текста "Способ доставки" в корзине */
.t706 #field-title_4815024106535 {
    display: none;
}

/* Выаод текста ошибки под полем ввода в корзине */
.t706 .t-input-block {
    position: relative;
}

.t706 .t-input-block.t-input-custom-error::after {
    content: "Пожалуйста, укажите ФИО корректно";
    position: absolute;
    bottom: -16px;
    left: 0;
    font: 700 14px/1 'Inter', Arial, sans-serif;
    color: #ee413b;
}