/*ХЕДЕР--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*стиль хедера на горизонтальном планшете*/
/*размер лого*/
@media screen and (min-width: 980px) and (max-width: 1200px) {
    .t228__imglogo {
        max-width: 200px !important;
        width: 200px !important;
        min-width: 200px !important;
}
}    

/*уменьшение расстояния пунктов меню*/
.t228__list_item {
        padding: 0px 11px !important;
}
.t-menu__link-item {
        font-size: 15px !important;
}

/*изменение меню на мобилке*/

.tmenu-mobile__container {
    padding: 10px 20px;
} 

.tmenu-mobile__imglogo {
    width: 200px !important;    
}

/*ХЕДЕР ПОИСК----------------------------------------*/

/*Стиль строчки Результаты по запросу*/
.t-container .t-descr {
    font-family: 'Myriad' !important;
}
    
/*Стиль карточек при поиске*/
.t-search-widget__result_product-text .t-name_xs {
        font-family: 'Myriad';
}
.t-search-widget__result_product-text .t-descr {
        font-family: 'Myriad';
}
.t-search-widget__result_product-price {
    font-weight: 400 !important;
}

/*ГЛАВНАЯ СТРАНИЦА--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*стиль кнопки на баннере*/
.bannerbtn {
    -webkit-backdrop-filter:  blur(5px);
    backdrop-filter:  blur(5px);
}
/*стиль кнопки оставить отзыв*/
.t581__btn {
    -webkit-backdrop-filter:  blur(5px);
    backdrop-filter:  blur(5px);
    letter-spacing: 1px;
}

/*стиль кнопки в попапе*/
.t-submit {
    letter-spacing: 1px;
}

/*СТРАНИЦА УСЛУГИ ДЛЯ ХОРЕКИ--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*размер расстояния под заголовком*/
@media screen and (max-width: 640px) {
.uc-ready .t795__title {
    margin-bottom: 10px !important;
}
}

/*расстояние между кнопкой и политикой конфиденциальности*/
@media screen and (max-width: 960px) {
.t690 .t-form__submit {
    padding-bottom: 0px !important;
}
}
/*стиль кнопки в попапе*/
.t-submit {
    letter-spacing: 1px;
}

/*ВИДИМОСТЬ ФИЛЬТРОВ НА ВСЕХ СТРАНИЦАХ--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Убираем лишние характеристики в карточке товара*/

.js-store-prod-charcs:nth-child(7), 
.js-store-prod-charcs:nth-child(8),
.js-store-prod-charcs:nth-child(9),
.js-store-prod-charcs:nth-child(10),
.js-store-prod-charcs:nth-child(11),
.js-store-prod-charcs:nth-child(12),
.js-store-prod-charcs:nth-child(13),
.js-store-prod-charcs:nth-child(14),
.js-store-prod-charcs:nth-child(15),
.js-store-prod-charcs:nth-child(16),
.js-store-prod-charcs:nth-child(17) {
    display: none !important;
}


/* Управление видимостью фильтров ХОРЕКА----------------------------------------*/
/*У хореки отключены фильтры 1,2,9*/
.uc-filter-horeca .t-store__filter__item:nth-child(2),
.uc-filter-horeca .t-store__filter__item:nth-child(3),
.uc-filter-horeca .t-store__filter__item:nth-child(10) {
    display: none !important;
}

/* Управление видимостью фильтров КАТАЛОГ--------------------------*/
/*У всего и пакетированного отключены фильтры 3,4,5*/
.uc-filter-all_pack .t-store__filter__item:nth-child(4),
.uc-filter-all_pack .t-store__filter__item:nth-child(5),
.uc-filter-all_pack .t-store__filter__item:nth-child(6) {
    display: none !important;
}
/*У листового и сезонного отключены фильтры 1,3,4,5*/
.uc-filter-list_sez .t-store__filter__item:nth-child(2),
.uc-filter-list_sez .t-store__filter__item:nth-child(4),
.uc-filter-list_sez .t-store__filter__item:nth-child(5),
.uc-filter-list_sez .t-store__filter__item:nth-child(6) {
    display: none !important;
}
/*У подарочного отключены фильтры 1*/
.uc-filter-podarok .t-store__filter__item:nth-child(2) {
    
}

/*СТРАНИЦА КАТАЛОГ СТИЛИЗАЦИЯ------------------------------------------------------------------------------------------------------------*/
/*убрали красную надпись Нет в наличии*/
.t-store__card__sold-out-msg {
  display: none;
}

/*Плашка с фильтрами на мобилке*/
.t951__cont-wrapper .t951__sidebar {
    padding: 15px !important;
}

/*убираем закругление у маркеров товара*/
.t-store__card__mark {
    border-radius: 0px;
}

/*разделитель перед футером убрать отступ*/
.t118 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*размер блоков с товарами на адаптиве*/
@media screen and (max-width: 960px) {
.t-store__grid-cont_col-width_stretch .t951__sidebar {
    margin: 30px 15px 20px 15px !important;;
}
}

@media screen and (max-width: 960px) {
.t-store__grid-cont_col-width_stretch {
    padding: 0 10px 0 10px !important;
}
}  

/*кнопка Показать ещё на адаптиве*/
@media screen and (max-width: 980px) {
.t-store__load-more-btn {
    margin-top: -20px !important;
}
}


/*стиль скроллбара*/
@media screen and (min-width: 1201px) {
    .t951 ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        width: 5px;
        background: #aa9b74;
        /* Укажи радиус скругления скроллбара */
        border: 3px solid #f0ece6;
        border-radius: 10px;
    }
    .t951 ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 13px;
        /* Укажи высоту горизонтального скроллбара */
        height: 5px;
        /* Укажи цвет фона под скроллбаром */
        background: #f0ece6;
        border-radius: 0px;
    }
}

/*стиль кнопки с фасовкой*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
border: 1px solid #aa9b74;

}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
min-width: 50px;
}

/*уменьшение значка рубля в каталоге*/
.t-store__card__price-currency {
    font-size: 16px;
}


/*стиль кнопки*/
    .t-btn {
        letter-spacing: 1px !important;
    }
/*Заголовок*/
    .js-store-prod-name .js-product-name .t-store__prod-popup__name .t-name .t-name_x {
    color: #857650 !important;
    font-size: 25px !important;
    font-weight: 600 !important;
}


/*стиль баблов в боковом фильтре*/
.t-store__filter__chosen-val {
        background-color: #f7f5f2;
}

/*стиль чекбоксов*/
.t-checkbox__indicator {
    /*border-color: #aa9b74 !important;*/
    border: 1px #aa9b74 solid !important;
}
.t-checkbox__indicator:after {
    border-color: #786c4a !important;
}

.t-store__filter__search, .t-store__filter__input, .t-store__sort-select  {
    background: #fff !important;
    color: #221f20 !important;
    border-radius: 0px !important;
    border-color: #D8D1C0 !important;
}

/*отодвинуть плашку с фильтрами*/
@media screen and (min-width: 960px) {
.t951 .t-store__filter__chosen-bar {
    bottom: 10px !important;
}
} 






/*Каталог---------------------------------------------------------------------------------------------------------------------------------УДАЛЁННЫЙ КОД----*/

/* скрытие радиокнопока у карточки товара */
/*
.t-store__card__prod-controls-wrapper .js-product-edition-option:nth-child(2), 
.t-store__card__prod-controls-wrapper .js-product-edition-option:nth-child(3) {
display: none !important;
}
*/
/* скрыть выпадающие списки */
/*.t-store__card__prod-controls-wrapper .js-product-option {
    display: none !important;
}

/*скрытие радио кнопок внутри карточки товара*/
.js-product-edition-option:nth-child(2),
.js-product-edition-option:nth-child(3) {
display: none !important;
}

/*скрытие выпадающего списка внутри карточки товара*/
/*
.t-product__option {
display: none !important;
}
*/

/*Корзина -----------------------------------------------------------------------------------------------------------------------------------*/
/*Стиль корзины СОНЯ*/
.t706__product-title, .t706__sidebar-prodamount-wrap {
    font-weight: 400 !important;
}
    
.t706__cartwin-prodamount-wrap {
    font-weight: 400 !important;
}

/*уменьшение расстояние между доставкой и полями для ввода*/
#customdelivery {
    margin-top: 0px;
}

.t-input-group_pm {
    margin: -15px 0 !important;
}

.t-input-group {
    margin-bottom: 0px !important;
}
/*Стилизация корзины - ИГОРЬ*/
/*промокод*/
.t706 .t-input-group_pc {
    width: 100% !important;
}
.t706 .t-inputpromocode__btn {
    width: 50% !important;
    color: rgb(120 108 74) !important;
    background: rgb(255 255 255) !important;
    font-family: Myriad !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.t706 .t-inputpromocode {
    background-color: #fcfbf9 !important;
    border: 0px solid #786c4a !important;
    padding-left: 20px !important;
}
.t-inputpromocode__wrapper .t-text {
    font-family: 'Myriad',Arial,sans-serif !important;
    font-weight: 400 !important;
}
/*промокод*/
.t706 .t-input-group_rd .t-radio__wrapper {
    display: flex;
    height: 42px;
}
.t706 .t-input-group_rd .t-radio__wrapper label.t-radio__control {
    margin-top: 0;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    z-index: 1;
}
.t706 .t-input-group_rd .t-radio__wrapper label.t-radio__control.textcolor {
    color:#fff
}
.t706 .t-input-group_rd .t-radio__indicator {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
}
.t706 .t-input-group_rd .t-radio__indicator:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px;
    z-index: -1;
    opacity: 0.4;
}
.t706 .t-form__inputsbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t706 .t-form__submit {
    width: 100%
}
.t706 .t-input-group.t-input-group_rd {
    width: 100%
}
.t706 .t-form__errorbox-middle {
    width: 100%
}
.t706 .t-input-title ,  .t706 .t-input-subtitle {
    height: auto
}
.t706 .t-input-group.t-input-group_pm {
    width: 100%
}
.t706__cartwin-content {
    max-width: 760px
}
@media screen and (max-width:600px) {
.t706 .t-form__inputsbox {
    display: block;
}
.t706 .t-input-group {
    width:100%;
}  
}
.t706 .t-form__inputsbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-content: stretch;
}
.t706  .t-input-group_nm, .t706  .t-input-group_em, .t706  .t-input-group_ph, .t706  .t-input-group_in {
    width: 48% !important;
}
.t706 .t-form input.t-input {
    -webkit-transform: none;
    transform: none;
}
.t-input-group_dl, .searchbox-inner-wrapper .t-input-group_in {
    width: 100% !important;
}
/*new code */
.t706 .t-form__inputsbox {
    background: #f0ece6 !important;
    padding: 20px !important;
    margin-top: 50px !important;
}
.t706 .t-radio__indicator {
    mix-blend-mode: multiply !important;
}
.t706 .t-input-group.t-input-group_rd {
    background: white !important;
    height: 42px !important;
    position: absolute !important;
    left: 0px !important;
    top: -42px !important;
    margin-bottom: 50px !important;
}
.t706 .t-radio__indicator:after {
    background: #f0ece6 !important;
}
.t706 .t-input-group_rd .t-radio__wrapper label.t-radio__control {
    margin-right: 0px !important;
}

/*08/05*/
.t706 .t-input-group.t-input-group_rd {
width: 100% !important;
}

/*Корзина -----------------------------------------------------------------------------------------------------------------------------------*/


