.continue-btn {
    background-color: #EFAF94;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat',Arial,sans-serif;
    border-radius: 3px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: background 0.3s;
}
.continue-btn:hover {
    background-color: #1ca723;
}

$( document ).ready(function() {
$('.t706 .t-form__submit').before("Продолжить покупки");
});



@media screen and (max-width: 960px) { 
    .t-store__filter__options {
        display: block !important;
    }
    .t-store__filter__opts-mob-btn {
    display: none!important;
   } 
   .t-store__filter__search-and-sort {
       display: block !important;
}
.t-store__filter__search-mob-btn-icon {
    display: none!important;
   }
.t-store__filter__input, .t-store__filter__btn {
background: #ffffff !important;
}
}
 


#rec705442930 .t976__menu-link {
    border-color: #e88779;
    border-width: 2px;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 7px 12px;
    font-size: 14px;
}

#rec705444479 .t976__menu-link {
    border-color: #e88779;
    border-width: 2px;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 7px 12px;
    font-size: 14px;
}


$( document ).ready(function() {

function prodComplete(){
//При загрузке товаров
let tistore = setInterval(function() {
    setTimeout(function(){
        if ( $('.js-store-grid-cont div').length>0 || $('.t-store__prod-snippet__container').length>0 ){
            clearInterval(tistore) 
            setTimeout(function(){
                checkInCart();
           }, 200); 
        };
    }, 600);
    
}, 100);   
};
prodComplete();

//Проверяем товар в корзине 
function checkInCart(){

    //Считаем состав корзины
    let tcLn = tcart.products.length;
    $('.js-product').removeClass('prod-in-cart');
    $('.js-store-price-wrapper').attr('data-quant-cart', '');
    if(tcLn){
        for(let i=0; ia {
    display: block;
    overflow: hidden;
}
.t-store__card__textwrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
} 
.js-product>a {
    display: block;
    overflow: hidden;
}
.js-store-price-wrapper:after {
    content: "В корзине " attr(data-quant-cart) " шт";
    display: block;
    font-family: 'Montserrat',Arial,sans-serif;
    color: #4caf50;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    opacity:0;
    background-image: url(https://static.tildacdn.com/tild3434-3437-4130-b535-333936323437/Group_27_1.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: max-content;
    margin: 5px auto 0;
    height: 0;
    padding: 0;
}
.js-product.prod-in-cart>a{
    /*background-color: #f7f7f7;*/
    /*box-shadow: 0 0 0 3px #f7f7f7;*/
}
.js-product.prod-in-cart .js-store-price-wrapper:after{
    opacity:1;
    padding: 5px 0 5px 30px;
    height: auto;
}
.t-store__prod-popup__container .js-store-price-wrapper:after {
    margin: 8px 0;
}

 
//Продолжить покупки окно при добавлении товара youx.agency
//Закрываем окно при клике на кнопку #popup-close

setTimeout(function(){
    let closeIcon = popupZero[i].querySelector('a[href="#popup-close"]');
    if(closeIcon != null){
        popupCloseIcon.classList.add("hide-popup-zero");
        closeIcon.addEventListener('click', function(e) {
            popupCloseIcon.click();
            e.preventDefault();
        });
    };
}, 1000);




