.t-store__prod-popup__sku, .t706__product-title__option, .t1002__product-title__option {
        display:none !important;
}
.t706__cartpage_showed {
    z-index: 99999;
}
.t-store__card__mark {
    color: #000!important;
    background-color: #fff!important;
}

.t-store__card__mark {
    font-weight: 600 !important;
    font-size: 12px;
    font-family: 'Manrope',Arial,sans-serif;
}

.t-store__card .t-store__card__price {
    font-weight: 800 !important;
}

.t-store__card .t-typography__title {
    font-weight: 800 !important;
}

.t-store .t-store__tabs {
    width: 100%!important;
    display: block!important;
    margin-top: 20px!important;
    max-width: 560px!important;

}
.t-store__product-popup {
    display: block!important;
}

.t-search-widget__result_product-img {
    border: 0px !important;
}

/* Фильтры и поиск в мобиле */
@media screen and (max-width: 640px) {
.t-store__filter__opts-mob-btn {
    font-size: 13px!important;
}
.t-store__filter__item {
    font-size: 14px;
    font-weight: 400;
}
/* Отступ цены в поиске выпадашка */
.t-search-widget__result_product-price {
    padding-top: 15px;
}
}
/* разделы кнопка */
@media screen and (min-width: 640px) {
.t976__menu-link_medium {
    padding: 8px 10px 8px;
    font-size: 11px!important;
}

}
@media screen and (max-width: 640px) {
    .t-store__filter__opts-mob-btn {
        border: 1px solid black;
        border-radius: 8px;
        padding: 8px!important;
        text-align: center;
        font-size: 15px;
            width: 81%!important;
    }
     .t-store__filter__controls-wrapper {
     display: flex;
     width: 100% !important;
    }
    .t-descr_xs {
    line-height: 0;
    }
    .t-store__filter__search-mob-btn-icon {
    width: 16px;
        padding: 12px!important;
    border-radius: 0px;
    border: 1px solid #111111;
   }
/* разделы кнопка */
.t976__wrapper {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    white-space: nowrap
}
 .t-rec_pt-res-480_0 {
    padding-bottom: 0!important;
} 
.t976__menu-link_medium {
    padding: 8px 10px 10px;
}
}

.t-search-widget__result_product-desc {
    display: none !important;
}

.t-store__filter__range_bg {
    background-color: #111111 !important;
}















@media screen and (max-width: 960px){
.t-search-widget__header {
    padding: 15px 0 !important;
}
}


.t706__cartpage-content .t706__cartwin-prodamount-wrap{
    display:none !important;
}


.t706__cartpage-content .t-img-select__container{
display: grid !important;
grid-template-columns:repeat(6, 1fr);
gap:10px;
}

.t706__cartpage-content .t-img-select__control{
    width: unset !important; 
    margin: 0px !important; 
}

.t706__cartpage-content .t-img-select__container{
    margin: 10px 0 0 0 !important;
}



@media screen and (max-width: 640px){

.t706__cartpage-content .t-img-select__control .t-img-select__text {
    font-size: 10px !important;
   
}

}

.t985__searchvariant {
    border: 1px solid  !important;
    color: #fff !important;
}



.delivery-info{
    margin: 20px 0 !important;
    padding: 0 20px !important;
    float:left;
    box-sizing:border-box;
}

@media screen and (max-width: 1240px){
.delivery-info{
    margin: 20px 0 !important;
    padding: 0 10px !important;
}
}

@media screen and (max-width: 980px){
    .delivery-info{
    margin: 20px 0 !important;
    padding: 0 30px !important;
    }
}

@media screen and (max-width: 960px){
   .delivery-info{
       width:100%;
       //float:unset !important;
   }
}

@media screen and (max-width: 670px){
    .delivery-info{
    margin: 20px 0 !important;
    padding: 0 20px !important;
    }
}


.menu-shape{
position: static !important;
}

    /* Стили для скрытия горизонтального скролла для всех блоков на сайте */
    .t396__artboard { 
        overflow-x: auto;
         scroll-behavior: smooth;
    }

   .t396__artboard::-webkit-scrollbar {
        height: 0; /* Скрывает скроллбар */
    }