.t-store__card__wrap_all {
    background-color: #f5eee5;
    border: solid 2px #B39B77;
    }
    
    .t-store__parts-switch-btn.t-active {
    opacity: 1 !important;
    }

/*Обводка в карточке товара*/

.js-product-img, .t-store__card__bgimg, .t-bgimg, .loaded {
    background-size: 90%;
    top: 4%;
}

/*Размер и отступ сверху в карточке товара*/

.t976__list-item {
    padding: 0 0px 10px 0;
}

/*.js-store-load-more-btn td {*/
/*    visibility: hidden;*/
/*}*/
/*.js-store-load-more-btn td:before {*/
/*    content: "Показать больше";*/
/*    visibility: visible;*/
    
/*Замена текста в кнопке каталога    */
    
/*}*/
.js-store-load-more-btn {
    width: 208px;
}


/*Размер кнопки в каталоге*/

.t395__col li {
    border-radius: 50px;
    border-color: black;
}

.t395__tab_active:after {
    width: 0px;
}

.t-store__card__wrap_txt-and-btns {
    height: 140px;
}
/*Высота раздела с названием и ценой*/

.t-store__card__price-value {
    font-family: Arial,sans-serif;
}

/*Шрифт цены в карточке*/

.t-store__card__title {
    letter-spacing: -1.2px;
}

/*Межбуква в заголовке карточки*/

.t-store__filter__item-title {
    letter-spacing: -0.8px;
}

.t-store__parts-switch-wrapper .t-store__parts-switch-btn:first-child {
    display: none;
}

/*Спрятали фильтр "Все товары"*/

#rec653801844 .t-store__parts-switch-btn {
    padding: 10px 20px;
    margin: 3px;
    border-radius: 100px;
}
.t-store__parts-switch-btn {
    backgound-color: #F0E0C7;
    border: solid 1px #A63B2F;
}
.t-active {
    color: #F0E0C7 !important;
    background-color: #CD5749 !important;
}
/*Кнопки выбора адреса*/

#popuptitle_656380756 {
    letter-spacing: -1.7px !important;
}

#popuptitle_656391496 {
    letter-spacing: -1.7px !important;
}

/*Popup межбуквенное расстояние в заголовке*/

.t702__text-wrapper {
    margin-bottom: 50px !important;
}

/*Отступ между заголовком и полями ввода*/

.t-input-group_cb {
    margin-bottom: 40px !important;
}

/*Отступ между полями ввода и кнопкой*/

.t-submit {
    width: 155px !important;
    height: 59px !important;
    padding: 0px !important;
}

.t-store__filter__prods-number {
    visibility: hidden;
    height: 0px;
    margin-bottom: 0px !important;
}

/*Спрятали количество найденных продуктов*/

.t-store__filter__chosen-wrapper {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*.t-store__filter__item-controls-container {*/
/*    background-color: #F0E0C7;*/
/*    border: solid 2px #B39B77;*/
/*    letter-spacing: -0.8px;*/
/*    text-transform: uppercase;*/
/*}*/

.t395__title t-name t-name_xs {
    background-color: #F0E0C7;
    border: solid 2px #B39B77;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    
/*Внешний вид выпадающего списка фильтров*/

.t-store__filter__title {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;    
    color: #CD5749;
}
/*Надпись "Выберите категорию"*/

.t-store__filter__item-controls-container .t-checkbox__indicator {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    height: 20px !important;
    width: 20px !important;
    border: 2px solid #CD5749 !important;
    box-sizing: border-box !important;
    margin-right: 10px !important;
    -webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;
    opacity: .6 !important;
}

.t-store__filter__item-controls-container .t-checkbox__indicator:after {
    border: solid #CD5749 !important;
    border-width: 0 2px 2px 0 !important;
}
/*Чекбокс в фильтрах продуктов*/

.t-store__filter__chosen-val, .t-store__filter__reset {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;    
    color: #CD5749;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    background-color: transparent !important;
}
/*Внешний вид выбранной категории, которая отображается*/


/*Кнопка в popup*/

/*Внешний вид разделов каталога*/

/*.js-store-parts-switcher:hover {*/
/*    backgound-color: #CD5749;*/
/*    color: white;*/
/*}*/


@media screen and (max-width: 960px) {
    .t-store__card__title {
        font-size: 17px !important;
    }
/*Размер названия карточки*/
    .t-store__card__price-value, .t-store__card__price-currency {
        font-size: 15px ;
    }
    .t-store__card__price-currency {
        font-family: Arial, sans-serif !important;
    }
/*Шрифт цены карточки*/
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 1.5%;
    }
    .t-store__filter__item-controls-container {
        border: 0px !important;
    }
/*Расположение карточек*/
}

@media screen and (max-width: 960px) and (min-width: 480px) {
    .t-store__card__wrap_txt-and-btns {
        height: 105px !important;
    }
/*Высота раздела с названием и ценой*/
}

/*@media screen and (max-width: 640px) {*/
/*    .js-store-load-more-btn table {*/
/*        width: 150% !important;*/
/*        height: 140% !important;*/

/*Размеры кнопки "Показать больше"*/
    }
    .t702__wrapper {
        padding-bottom: 70px !important;
/*Нижний отступ в popup*/
    }
}

@media screen and (max-width: 560px) {
    .t-popup__block-close
     background-color: #f0e0c7 !important;
    }

/*Popup фон полоски*/

    .t706__cartwin-close g, 
    .t-popup__close g {
        fill: #CD5749 !important;
    }
/*Popup цвет крестика*/
}

@media screen and (max-width: 480px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
        padding-right: 5px;
        padding-left: 5px;
    }
/*Расположение карточек*/
    .t-store__card__title {
        font-size: 15px !important;
    }
/*Размер шрифта в названии карточки*/
    .t-store__card__price-value, .t-store__card__price-currency {
        font-size: 13px;
    }
/*Размер шрифта цены в карточке*/
    .js-store-load-more-btn table {
        width: 150% !important;
        height: 135% !important;
    }
/*Размеры кнопки "Показать больше"*/
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 2.5%;
        padding-left:30px;
    }
    .t-store__parts-switch-wrapper {
        margin-bottom: 26px !important;
    }
    .t-store__card__price-wrapper {
        margin-top: 3px;
    }
/*Расположение карточек*/
    .t-store__load-more-btn {
        margin-top: 50px;
    }
/*Расположение кнопки "Показать больше"*/
}

@media screen and (max-width: 320px) {
    .t-store__card__title {
        font-size: 12px !important;
    }
/*Размер шрифта в названии карточки*/
    .t-store__card__price-value, .t-store__card__price-currency {
        font-size: 10px;
    }
/*Размер шрифта цены в карточке*/
    .t-store__card__price-wrapper {
        margin-top: 0px;
    }
    .store__card__wrap_txt-and-opts {
        padding-top: 10px !important;
        padding-bottom: 4px !important;
    }
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 3.5%;
    }
/*Расположение карточек*/
}

/*Обводка на заголовках в мобильной версиии*/
.tn-elem__6588805771698391477867, .tn-elem__6588805771698391228025, .tn-elem__6588805771698391347760, .tn-elem__6588805771698391338947 {
    -webkit-text-stroke: 1px #B47109 !important;
}

.tn-elem__6588805771698391740381 {
    -webkit-text-stroke: 2px #B47109 !important;
}

.tn-elem__6588935101698392954965, .tn-elem__6588935101698392964528, .tn-elem__6588935101698392973240, .tn-elem__6588935101698392934603 {
    -webkit-text-stroke: 1.3px #A93A2C !important;
}

.tn-elem__6574112231698393409178 {
    -webkit-text-stroke: 1px #A93A2C !important;
}

