                                                                                /* !!!Оформление заказа в корзине!!!!*/

/* Цвет надписи "Доставка" во всплывающей корзине */
.t706__cartwin-content [data-field-name="DELIVERY"] .t-name.t-name_md {
  color: #eed890 !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}


/* Золотой текст для блока "Пункт получения" и всего под ним */
.t706__cartwin-content #addresses-wrapper .searchbox-info,
.t706__cartwin-content #addresses-wrapper .searchbox-info * {
  color: #eed890 !important;
}

.t706__cartwin-content #addresses-wrapper .searchbox-info a,
.t706__cartwin-content #addresses-wrapper .searchbox-info span[onclick],
.t706__cartwin-content #addresses-wrapper .searchbox-info .searchbox-change-pickup {
  color: #f1da95 !important;
  text-decoration: underline;
  cursor: pointer;
}

/* Золотой оттенок для подписи под полем "Город" */
.t706__cartwin-content .t-input-description.t-text.t-text_xs {
  color: #f0d88c !important;  /* немного светлее, чем #eed890 */
  opacity: 0.9 !important;
  font-weight: 400;
}


/* Золотой текст в блоке "способ доставки" (СДЭК, сроки, цена) */
.t706__cartwin-content #delivery-services-wrapper label.t-radio__control.t-text.t-text_xs,
.t706__cartwin-content #delivery-services-wrapper .delivery-checkbox-label,
.t706__cartwin-content #delivery-services-wrapper .delivery-minimum-time,
.t706__cartwin-content #delivery-services-wrapper .delivery-minimum-price {
  color: #eed890 !important;
  font-weight: 400;
}

/* При желании можно чуть подсветить выбранный пункт */
.t706__cartwin-content #delivery-services-wrapper input[type="radio"]:checked + label {
  color: #f1da95 !important;
  font-weight: 500;
}

/* Золотой текст для итогового адреса доставки внизу корзины */
.t706__cartwin-totalamount-wrap .delivery-full-address,
.t706__cartwin-totalamount-wrap .delivery-full-address * {
  color: #eed890 !important;
}

                                                                                /* !!!Настройка Европочты!!! */
