@media (max-width: 640px) {
    .t-feed__col-grid__wrapper {
        height: auto !important;
        padding: 0px 16px 16px 0px!important;
    }
    
}
  
@media screen and (max-width: 960px) {
    .t-col {

        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
}

.t706__cartwin-top,
#shareCartButton {
    display: flex !important;
    align-items: center;
}


#shareCartButton {
    margin-left: auto;
    font-size: 18px !important;
    cursor: pointer;
}

#shareCartButton svg {
    margin-left: 5px;
}

#sharecart-notification {
    font-family: 'TenorSans', sans-serif;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #854628;
    color: white;
    padding: 24px;
    font-size: 16px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 999999;
    text-align:left;
}

@media (max-width: 960px) {
#shareCartButton {
    font-size: 15px !important;
}
}


.uc-cat-cart-rdy .t-store__mobile-two-columns .t-item {
    padding-left: 2px!important;
    padding-right: 2px!important;
    margin-left: 10px;
}
.uc-cat-cart-rdy .t754 .t-descr_xxs {
    font-size: 12px!important;
}
.t-btn {
    font-weight: 300!important;
}
.js-store-prod-btn {
    width: 100%!important;
    font-size: 12px !important;
}

.uc-cat-cart-rdy {
    padding-bottom: 35px!important;
}

.t706__cartwin-bottom {
    padding-top: 10px!important;
}

@media screen and (max-width: 960px) {
    .t-section__title {
        padding-bottom: 0px!important;
    }
    }
    
    .uc-cat-cart-rdy .t754 .t-btn_sm {
    height: 34px!important;
}

.t706__cartwin-prodamount-wrap {
font-weight: 500!important;
}

.t706__cartwin-totalamount-wrap {
    font-weight: 500!important;
}

.t-name.t-name_md, span.delivery-checkbox-label {
    font-weight: 400;
    font-family: 'TenorSans', Arial, sans-serif !important;
}

    
.t706__product-amount {
    font-weight: 500!important;
}
.t706__product-quantity {
    font-size: 14px;
    font-weight: 500 !important;
}

@media screen and (min-width: 1201px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px!important;
    }
}
@media screen and (max-width: 960px) {
    .t-col {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }
}

    .t706__product-title  {
    padding: 0 !important;
    align-self: center;
    grid-column: 2 span;    /*Сколько колонок занимает описание и варианты*/
    font-size: 14px;
    font-weight: 400 !important;
}

.module-text, a, .tn-atom, .module-popup { 
   font-family: 'TenorSans', Arial, sans-serif !important;
}
.t706__product-del-wrapper {
    position: absolute;
    top: 2px!important;
    right: 2px!important;
}


    @media screen and (max-width: 960px) {
        .t706__product-title  {
         display: inline-block;
    width: 100%; 
    min-height: 2em!important; 
    white-space: pre-line; 

    }
    }
    
    
    .t1002__wishlistwin-content {
    background-color: #F5F5F5;  /*Фоновый цвет*/
}
.t1002__product-title__option .nolim_t1002_price {
    color: #2D3240;
}
    
.t1002__wishlistwin-products {
    display: grid;
    grid-template-columns: 1fr; /*Количество карточек в ряд*/
    gap: 20px;  /*Отступ между товарами*/
}
    .t1002__wishlistwin-top {
        border-bottom: 1px solid #e8e8e8;
}
/*Стили товара в избранном*/

.t1002__product-link {
    font-size: 14px;
}
.t1002__product {
    padding: 15px;  /*Отступы от края*/
    margin: 0 !important;
    background-color: #f2edde;  /*Фоновый цвет*/
    border-radius: 2px;    /*Скругление углов*/
    border: 1px solid #D1C0B5;  /*Обводка*/
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;   /*Ширина картинки / и оставшееся пространство под название*/
    gap: 20px;  /*Отступы между элементами*/
}

/*Стили для иконки удаления товара из избранного*/
.t1002__product-del {
    position: absolute;
    top: 10px;  /*Отступ сверху от карточки*/
    right: 10px;    /*Отступ справа от карточки*/
    padding: 0 !important;
    height: 20px;   /*Высота иконки*/
    background-color: #f2edde;    /*Фоновый цвет под иконкой*/
    border-radius: 2px;   /*Скругление углов*/
    opacity: 1; /*Прозрачность*/
}
/*Стили для фотографии*/
.t1002__product-thumb {
    grid-row: 2 span;   /*Фото занимает всю высоту карточки*/
    border-radius: 1px !important;
    height: 100%;
    width: 100%;
    padding: 0 !important;
}
.t1002__product-imgdiv {
    border-radius: 1px !important;
    width: 100%;
    height: 100%;
}
/*Стили для цены*/
.t1002__product-amount {
    margin: 0 !important;
    padding: 0;
}
/*Стили контейнера для вариантов*/
.t1002__product-title__option {
    display: inline-flex;
    opacity: 1;
    gap: 5px;   /*Отступы между вариантами*/
    flex-wrap: wrap;
}
.t1002__product-title__option:not(:has(div)) {
    display: none;  /*Скрываем акртикул, если нужно*/
}
.t1002__product-link {
    width: 100%;
    display: inline-block;
}

/*Стили самих вариантов*/
.t1002__product-title__option div {
    padding: 4px 8px; /*Внутренние отступы*/
    background-color: #f2edde; /*Фоновый цвет*/
    border-radius: 1px; /*Скругление углов*/
    border: 1px solid #D1C0B5;  /*Обводка*/
}
.nolimWishlistButton {
    padding: 10px 20px 10px 20px !important;
    font-weight: 400;
    font-size: 12px;
}

.t1002__product-title {
    color: #854628; /*Фоновый цвет*/
}
.t1002__product-imgdiv {
    border:none;
    border-radius:4px!important;
}
.t1002__wishlistwin-top {
        border-bottom: none;
}
    

.t-input-description, .t-text, .t-text_xs {
     color: #B18970!important;
}

span.delivery-minimum-price, span.delivery-minimum-time {
    color: #B18970!important;
}
    