div.t-input-group_ri div.t-img-select__indicator:after {
   content: none;
}

/* Для выбора упаковки в корзине */
/* div.t706__cartwin_showed { opacity: 1 !important;} */
div.addpack .t706__product-plusminus {
    opacity: 0 !important;
    pointer-events: none;
}
/* div.addpack .t706__product-del {
    opacity: 0 !important;
    pointer-events: none;
} */
/* Конец блока: Для выбора упаковки в корзине */

 /*отступ  для моб меню*/
.t451__menu__content, .t451__menu__content.t451__col-12 {
    padding: 0 10px;
}
 .t-product__option-item {
     border-radius: 20px;
      padding: 10px;

}

 /*.js-product .t-product__option-variants_buttons .t-product__option-item_simple {*/
/*     border-radius: 20px;*/
/*      padding: 10px;*/
/*    //border: 1px dotted #ddd;*/
/*}*/
    
   /*.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {*/
/*    border-radius: 20px;*/
/*    //border: 2px double rgba(0,0,0,.5);*/
/*}*/


/*отступ в карточке*/
.t-store__prod-snippet__container {
    padding-top: 0px!important;
    padding-bottom: 120px;
}

/*цена по нижнему краю*/
/*.t-store__card__textwrapper {*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-flex-direction: column;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*}*/
/*.t-store__card__price-wrapper {*/
/*    padding: 10px 0px;*/
/*    margin-top: auto !important;*/
/*}*/



/*@media screen and (max-width: 500px) {*/
/*    .t-store__card .t-typography__title {*/
/*        height: 40px;*/
/*    }*/
/*}*/



/*размер фильтор*/
.js-store-filter-mob-btn {
    font-size: 16px;
}


.t-store__filter__item-title {
    font-size: 16px;
}
    
    //.t-descr_xxs {
    font-size: 16px;
}


.t-store__filter__title {
    font-size: 16px;
}

/*цвет выбраного раздела в фильтре каталог*/
.t-store__parts-switch-btn.t-active {
    color: #529fae!important;
    opacity: 1!important;
}

/*скругление в карточке*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 20px;
    border: 1px dotted #ddd;
}
    
js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border-radius: 20px;
    border: 2px double rgba(0,0,0,.5);
}
 
 
/*отсуп на телефоне между карточками*/
@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}
}

    /*избранное*/
    
   //.t1002__addBtn svg {
    fill: #529fae;
}


.t1002__addBtn {
    background: transparent!important;
}