.t-store.t-store__prod-snippet__container {
    padding: 0 !important;
}

/*Окно избранноре*/
.t1002__wishlistwin-content {
    background-color: #E9E9E7;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.t1002__product-link {
font-weight: 400 !important;
color: #2B2B29;
}

.t1002__wishlistwin-heading {
font-weight: 400;
}

.t1002__product-imgdiv {
height: 100px;
}

/*Фильтр всегт найдено*/
.t-store__filter__prods-number {
    display: none;
    /*background: #fafafa;*/
    /*border-radius: 5px;*/
   /*padding: 10px;*/
    /*margin-bottom: 0px !important;*/
}


/*Отступ название и цена*/
.t-store__card__price-wrapper {
    margin-top: 5px;
}


/*Поп ап корзины*/
.t706__cartwin-content {
    background: #E9E9E7;
}

.t706__cartwin-heading {
    font-weight: 500;
    color: #2b2b29;
}

.t706__cartwin-top {
    border-bottom: none;
    padding: 0 0 10px;
}

.t706__product-title {
    color: #2b2b29;
    font-weight: 500;
}

.t706__cartwin-bottom {
    border-top: none;
    padding-top: 10px;
}

.t706__cartwin-prodamount-wrap {
    font-weight: 500;
    color: #2b2b29;
    padding-bottom: 0px;
}

.t-input-group {
    margin-bottom: 15px !important;
}


.t706__cartwin-totalamount-wrap {
    font-weight: 500;
    color: #2b2b29;
    padding-top: 10px;
}

.t-form__submit {
    margin-top: 10px;
}

.t706__cartwin-products {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 10px;
}


.t706__product-del-wrapper {
    padding-left: 0px !important;
    padding-right: 20px !important;
}


.t706__product-imgdiv {
    height: 100px;
}

.t706__cartwin-content {
    border-radius: 10px !important;
}


/*Фильтры*/
@media screen and (max-width: 960px) {
    .t-store__filter__opts-mob-btn {

        background: #f1f1f1;
        padding: 10px;
        width: 100%;
        font-weight: 400;
    }
}

/*Вертикальные отступы между карточек товаров*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .t706__product-del {
        padding-right: 15px;
    }
    
    

