/* Текст внутри информационного блока адреса */
.searchbox-info .t-text {
    color: #000 !important;
}
.searchbox-info .searchbox-change-pickup {
    color: #000 !important;
    border-bottom: 1px dashed #000 !important;
}

/* Названия адресов в выпадающем списке */
.tcart-select__options .tcart-address,
.tcart-select__options .tcart-address p,
.tcart__address-selectbox-title {
    color: #000 !important;
}

/* Пункты списка поиска */
.searchbox-list .searchbox-list-item,
.searchbox-list .searchbox-list-item-text,
.searchbox-list .searchbox-list-item-description {
    color: #000 !important;
}

.delivery-map-point-select,
.delivery-map-point-select:hover {
    color: #fff !important;
}

/* Заголовок "Доставка" черным цветом */
.t-name.t-name_md {
    color: #000000 !important;
}

/* Блок авторизации - черная подложка, белый текст */
.t706__auth.t-descr.t-descr_xs {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 10px 15px !important;
    border-radius: 3px !important;
}

/* Ссылка внутри блока авторизации белого цвета */
.t706__auth.t-descr.t-descr_xs .t706__auth__link {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* Стиль ссылки при наведении */
.t706__auth.t-descr.t-descr_xs .t706__auth__link:hover {
    border-bottom: 1px solid #ffffff !important;
}