.t1002__picture-wrapper .t1002__addBtn {
    background: transparent !important;
}


/* Смена цвета корзины сбоку */
.t706__sidebar-content {
    background-color: #F9F5ED !important;
}

/* Смена цвета названия товара */
.t706__product-title {
    color: #666A7E !important;
}

/* Смена цвета "Ваш заказ" */
.t-name {
    color: #666A7E !important;
}

/* Смена цвета стоимости товара корзина сбоку */
.t706__product-amount {
    color: #666A7E !important;
}

/* Смена цвета итоговой стоимости корзина сбоку */
.t706__cartwin-totalamount-wrap {
    color: #666A7E !important;
}

/* Смена цвета кол-во корзина сбоку */
.t706__product-quantity {
    color: #666A7E !important;
}

/* Смена цвета палочка сверху корзина сбоку */
.t706__sidebar-top {
    border-bottom: 1px solid rgb(188 194 210) !important;
}

/* Смена цвета палочка снизу корзина сбоку */
.t706__sidebar-products {
    border-bottom: 1px solid rgb(188 194 210) !important;
}

/* Смена цвета большой корзины */
.t706__cartpage {
    background-color: #F9F5ED !important;
}

/* Смена цвета плашка под итоговой стоимостью большая корзина */
.t706__cartpage-totals {
    background: #F9F5ED !important;
}

/* Смена цвета плашка сверху большая корзина */
.t706__cartpage-top {
    background: #F9F5ED !important;
}

/* Смена цвета фона и неактивной обводки размер в карточке товара */
.t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #F9F5ED !important;
    border: 1px solid rgb(188 194 210) !important;
}

/* Смена цвета размера в карточке товара */
.t-descr {
    color: #666A7E !important;
}

/* Смена цвета активной обводки размер в карточке товара */
.t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #666A7E !important;
}
    
/* Увеличение ширины "под заказ" */    
.t-store__card__mark {
  width: auto !important;
  height: auto !important;
  min-width: max-content;
  white-space: nowrap;
  padding: 5px 10px; /* можно увеличить/уменьшить */
}

/* Шрифт для сдэка в корзине */ 
span.delivery-checkbox-label {
    color: #666A7E;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-weight: 400;
}

/* Цвет выбора сдэк в корзине */ 
.t-radio__indicator:after {
    background: #666A7E;
}

/* Шрифт времени доставки сдэк в корзине */
span.delivery-minimum-time {
    font-family: 'HelveticaNeue', Arial, sans-serif;
}

/* Шрифт цены доставки сдэк в корзине */
span.delivery-minimum-price {
    font-family: 'HelveticaNeue', Arial, sans-serif;
}

/* Шрифт города доставки сдэк в корзине */
.t-input-description.t-text.t-text_xs {
    font-family: 'HelveticaNeue', Arial, sans-serif;
}

/* Картинко товара в корзине */
.t706__product-imgdiv {
    border-radius: 0px;
    height: 100px;
    width: 70px;
}

/* Оформление ссылки цвета в тексте карточки товара */  
/* ===== БАЗОВОЕ (НЕАКТИВНОЕ) СОСТОЯНИЕ ===== */
.t-descr_xxs a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #bcc2d2;
    color: #bcc2d2;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* hover — как у размеров */
.t-descr_xxs a:hover {
    border-color: #666a7e;
}

/* Активный */
.t-descr_xxs a.active {
  border-color:#666a7e;
}
