.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-store__card__sold-out-msg {
    display: none !important;
}

/* Размер заголовка формы линии Atelier */
.t-descr_md {
    font-size: 16px;
    line-height: 1.55;
}
