  .t706__cartwin-close,
    .t-popup__close {
        background-color: #EDCDD2 !important;
        /*Popup фон полоски*/
    }
    
    .t-popup__close.t-popup__block-close {
    background: #EDCDD2;
}

 /*Отступ сверху у товара под меню*/
.t-store.t-store__prod-snippet__container {
    padding-top: 0px;
}

 /*Изменяю размеры текста в фильтрах*/
.js-store-prod-all-text {
    font-size: 15px;
}

.t-store__filter__item-title.js-store-filter-item-title {
    font-size: 15px;
}

span.t-store__filter__title {
    font-size: 15px;
}

.js-store-filter-mob-btn.t-store__filter__opts-mob-btn.t-name.t-name_xs {
    font-size: 15px;
}