/* === Исправление цвета подсказок и полей ввода в корзине === */
.t706 .t-input input,
.t706 .t-input select,
.t706 .t-input textarea {
  color: #222 !important;
  background: #fff !important;
}

.t706 .t-input input::placeholder,
.t706 .t-input textarea::placeholder,
.t-input__vis-ph {
  color: #9aa0a6 !important;
  opacity: 1 !important;
}

/* === Google Maps / DaData / Yandex подсказки === */
.pac-container,
.suggestions-wrapper,
.suggestions-suggestions,
.ymaps-2-1-79-searchbox-suggest__popup {
  background: #fff !important;
  border: 1px solid #e6e6e6 !important;
}

.pac-item,
.pac-item span,
.suggestions-suggestion,
.ymaps-2-1-79-suggest-item {
  color: #222 !important;
  background: #fff !important;
}

.pac-item:hover,
.suggestions-suggestion:hover,
.ymaps-2-1-79-suggest-item:hover {
  background: #f5f5f5 !important;
}

/* === Селект выбора города === */
.t706 .t706__cartwin-input select,
.t706 .t706__cartwin-input .t-select__label {
  background: #fff !important;
  color: #222 !important;
}