@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 10px;
}
}
    
.nolimWishlistButton {
    font-family: 'Arial' !important;
    font-size: 12px !important;
}

.t-store__prod-popup__title-wrapper .t-name_xl {
    font-size: 40px;
}

.t-store__prod-popup__btn-wrapper .t1002__addBtn {
    width: 55px !important;
    height: 55px !important;
}

.t-store__prod-popup__close-txt-wr .t-descr {
    font-family: 'Arial' !important;
}


.t706__cartwin-content {
    /* Укажи цвет фона корзины */
    background-color: #FFFBE6 !important;
    /* Укажи радиус окна корзины */
    border-radius: 12px;
}

.t706__cartwin-heading {
    /* Укажи цвет заголовка окна корзины */
    color: #292423 !important;
}

.t706__product-title {
    /* Укажи цвет заголовка в карточке товара */
    color: #292423 !important;
}
.t706__product-title__option {
    /* Укажи цвет описания в карточке товара */
    color: #292423 !important;
    opacity: 1 !important;
}

.t706__product-quantity,
.t706__product-quantity-inp {
    /* Укажи цвет количества товара */
    color: #292423 !important;
}

.t706__product-quantity:hover,
.t706__product-quantity_editing:hover {
    /* Укажи цвет бордюра, который появляется при наведении на количество товара */
    border: 1px solid  !important;
}

.t706__product-amount {
    /* Укажи цвет цены в карточке товара */
    color:  !important;
}

.t706__cartwin-prodamount-wrap {
    /* Укажи цвет суммы заказа */
    color:  !important;
}

.t706__cartwin-top {
    /* Укажи толщину и цвет верхней линии */
    border-bottom: 0px solid ;
}
.t706__cartwin-bottom {
    /* Укажи толщину и цвет нижней линии */
    border-top: 0px solid ;
}

.t706__product-plus,
.t706__product-minus,
.t706__product-del {
    opacity: 1!important;
}
.t706__product-plus img,
.t706__product-minus img,
.t706__product-del img{
    display: none;
}
.t706__product-plus:before,
.t706__product-minus:before,
.t706__product-del:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.t706__product-del:before {
    width: 20px;
    height: 20px;
    top: 2px;
}
.t706__product-plus:before {
    /* Укажи ссылку на иконку «Плюс» */
    background-image: url('');
    background-position: 50% 50%;
}
.t706__product-minus:before {
    /* Укажи ссылку на иконку «Минус» */
    background-image: url('');
    background-position: 50% 50%;
}
.t706__product-del:before {
    /* Укажи ссылку на иконку «Крестик» */
    background-image: url('https://i.postimg.cc/qMfR5HPr/Close-Icon.png');
    background-position: 50% 50%;
}

.t1002__wishlistwin-content {
    background-color: #FFFBE6 !important;
    border-radius: 12px 0px 0px 12px;
}

@media screen and (max-width: 960px) {
    .t1002__wishlistwin-top {
        background-color: #FFFBE6 !important;
        border-radius: 12px !important;
    }
}

@media screen and (max-width: 960px) {
    .t1002__wishlistwin-content {
        background-color: #FFFBE6 !important;
        border-radius: 12px !important;
    }
}

.t776 .t-store__card__btns-wrapper {
    margin-top: 0px !important;
}

.t776 .t-store__card__btns-wrapper .t-btn_xs {
    height: 24px;
    font-size: 10px;
}

.t-store__card__textwrapper {
    padding-top: 10px;
}

.t-popup__container {
    border-radius: 12px !important;
}