/*Убрать фон избранное*/
.t1002__picture-wrapper .t1002__addBtn
 {
    background: transparent !important;
}

/*Убрать фон значок новинки на карточке*/
.t786__mark {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    background-color: transparent !important;
}

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

/* Отступ по бокам карточки товара комп */
@media screen and (max-width: 2000px) {
.t-store__grid-cont_col-width_stretch.t-container_100[data-col-gap="10"] {
    padding: 0 20px !important;
}
}

/* Оформление ссылки цвета в тексте карточки товара */  
/* ===== БАЗОВОЕ (НЕАКТИВНОЕ) СОСТОЯНИЕ ===== */
.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;
}
