/* Таблица размеров: одинаковые ширины столбцов и одна строка в ячейках */
.c-size-selection__table { table-layout: fixed }
.c-size-selection__table th,
.c-size-selection__table td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle }
.c-size-selection__table br { display: none }

/* Информационные сообщения в checkout */
.c-checkout__info-message {
    color: #707070;
    font-size: 14px;
    line-height: 1.5;
}

/* Стили для selectize адреса Яндекс Курьера (такие же как у города) */
.yandex-courier-address .selectize-dropdown .title{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-input.address .yandex-courier-address + .selectize-control .selectize-dropdown-content {
    padding-right: 10px;
}

/* Информационный блок доставки Яндекс Курьер */
.c-checkout__yandex-info {
    margin-bottom: 30px;
    font-size: 15px;
    color: var(--gray-500);
    line-height: 1.5;
}

.c-checkout__yandex-info p {
    margin: 0;
}

.c-checkout__yandex-info p + p {
    margin-top: 5px;
}

.c-checkout__yandex-info strong {
    color: var(--gray-900);
}

.c-checkout__yandex-kad-status {
    margin-top: 10px;
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.4;
}

.c-checkout__yandex-kad-status--error {
    color: #d32f2f;
}
.c-header__middle-menu a,
.c-header__hamburger{
    white-space: nowrap;
}










