@charset "UTF-8"; .shop-all-clean .body#goods_cont {
    display: none !important;
}

.background-img .container {
    padding: 0;
}

#main-product-page {
    width: 100%;
}

.shop-all-filtered .body#goods_cont {
    display: block !important;
}

body {
    background: url(/img/grey.webp) fixed;
}

.header {
    /* background:url(/img/background.webp) center no-repeat; */
    /* background-size: contain; */
    /* margin-bottom: 20px; */
}

.overlay {
    /* background-color:rgb(255 255 255 / 70%); */
}

.header-main-img {
    /* max-width: 60px; */
}

.header-img-logo, .header-main-img {
    /* width: 100%; */
    /* max-width: 80px; */
    filter: drop-shadow(5px 5px 2px rgb(128 128 128 / 43%));
}

.page-breadcrumbs {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(185 185 185 / 50%);
    padding: 0 8px;
    margin: 8px 0;
    /* display: none; */
}

.page-breadcrumbs span {
    color: black;
    line-height: normal;
    padding: 4px 0;
}

#slider .col-xl-6 {
    /* float:right; */
}

#slider .slider-slide-body-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
}

#slider .slider-slide {
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    border: 2px outset #00BCD4;
}

#slider .slider-slide-body {
    bottom: 0!important;
}

#slider .slider-slide-body-inner .header h2 {
    font-size: 1.2rem;
    text-align: center;
    background-color: rgb(236 236 236 / 20%);
    padding: 8px;
}

#slider .slider-slide-body-inner .header {
    width: 100%;
    margin: 0;
    padding: 4px;
    background-color: transparent;
    filter: drop-shadow(1px -1px 0 white)drop-shadow(1px 1px 0 white);
}

#slider .button.button-reverse {
    margin: 20px 0;
    font-size: 1rem;
    line-height: normal;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
}

#slider .img-slider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

#slider .img-slider-photo {
    width: 100%;
    max-width: 800px;
}
#land {
    margin-top:20px
}
#page {
    margin-top: 0;
}

#main .shop-page-header {
    margin: 0 0 15px !important;
    text-transform: uppercase;
    font: 600 2.2rem/2.2rem 'Roboto'!important;
    width: 100%;
    letter-spacing: 1px;
    /* background-color: rgb(185 185 185 / 50%); */
    color: #016ead;
    color: white;
    padding: 8px;
    /* filter: drop-shadow(2px 1px 0px black); */
}

#main h2.shop-page-header {
    margin: 0!important;
    padding: 10px 0 0;
    /* display: none; */
}

#main .shop-page-header hr {
    margin: 5px 0
}

.background {
    background-color: #fafafa;
}

.land-block-all-products .all-products-link>.button {
    font-size: 16px
}

.partners {
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* Основной контейнер */
.partners-krovlya {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 10px;
    justify-content: center;
    align-items: center;
    background: white;
}

/* Стиль для ПЕРВОГО блока (логотип сверху) */
.partners-krovlya .krovlya {
    flex: 1;
    text-align: center;
    display: flex;
    max-width: 30%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0;
}

.partners-krovlya .krovlya img {
    max-height: 170px;
}

.partners-krovlya .item {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
}

.partners-krovlya .item img {
    max-width: 70px;
    height: auto;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
}

.shop-item-category {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer h2 {
    color: red;
    padding: 8px;
    font-size: 22px;
    text-align: center;
    /* text-shadow: 0px 1px 3px black; */
}

.footer .shop-img img {
    width: 100%
}

.footer p {
    margin: 0;
    padding: 0;
}

.footer input[type=submit] {
    width: 100%;
    margin: 5px 0;
    font-size: 1.2rem;
    line-height: 0.5rem;
}

.footer input {
    width: 100%;
    margin: 5px 0;
}

.footer input: :-webkit-input-placeholder {
    /* Chrome, Safari */
    color: grey;
}

.footer input::-moz-placeholder {
    /* Firefox */
    color: grey;
    opacity: 1;
    /* Firefox по умолчанию снижает opacity */
}

.footer input:-ms-input-placeholder {
    /* IE 10-11 */
    color: grey;
}

.footer input::-ms-input-placeholder {
    /* Edge */
    color: grey;
}

.footer input::placeholder {
    /* Современные браузеры */
    color: grey;
}

.partners .item {
    display: inline-block;
    margin: 0 5px;
    width: 9%;
}

.partners .item img {
    width: 100%;
    border: 4px solid #eee;
    height: auto;
}

.catalog-with-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.catalog-with-image tr {
    width: 33.333334%
}

.catalog-item img {
    max-width: 100px
}

.catalog-item {
    display: flex;
    flex-direction: row;
    float: left;
    width: 50%;
    height: 100px;
    align-items: center;
}

.shop-name .navigation-link-search:after {
    content: '';
}

.search-desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    background-color: white;
    padding: 10px 20px;
}

.any-page {
    padding: 0;
    width: 100%!important;
}

.cat-card-icon {
    display: none
}

.header-category {
    height: 60px;
    display: flex!important;
    /* border-top: 1px outset #00BCD4; */
    border-bottom: 1px solid #00BCD4;
    border-radius: 0!important;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    /* background-image: url(/img/grey.webp); */
}

.text-search {
    width: 100%;
    text-align: center;
    font: bold 1.4rem/normal 'Roboto', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a.js-main-search {
    display: block;
    width: 100%;
    border: none;
    /* filter: drop-shadow(2px 1px 0px black); */
    text-shadow: 1px 0 0 BLACK;
}

.navigation-link {
    display: flex;
    height: 100%;
    width: 50px;
    /* text-align: right; */
    align-items: center;
}

.search-box-opened .main-search {
    visibility: visible;
    /* top: 0!important; */
    left: 0;
}

.fa-search {
    font-size: 30px!important;
    color: blue;
}

.beefore-search a {
    /* background-color:grey; */
    color: #2196f3;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
}

.open-panel-btn:hover .icon {
    background: none!important;
    transition: background-color 0.3s;
}

.land-block-news-data del {
    color: #898787ee;
    font-size: 12px
}

.land-block-news-data .item-name {
    display: flex;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    align-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.land-block-news-data .current-price {
    display: block;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 8px;
}

.land-category-entry-data>div i:before,.land-category-entry-data>div>span:before {
    display: none
}

#page .grid-list .list-item .shop-item-category {
    padding: 0;
    margin: 0
}

.shop-page-descr {
    line-height: normal;
    color: #333;
    font-size: 16px;
    display: none;
}

.shop-item {
    margin: 0;
    padding: 5px 20px;
}

.shop-item-grid-title {
    display: none
}

.shop-item-text {
}

.shop-item a {
    color: black;
    font-size: 16px;
    line-height: normal;
    font-weight: bold!important;
    padding: 0;
    margin: 0;
    border: none;
}

.shop-item-category a {
    font-weight: 600!important;
}

.slick-slide {
    box-sizing: border-box;
    overflow: hidden;
}

.slick-slide .shop-item {
    /*background:beige;*/
    height: auto;
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 20px 0;
}

.slick-slide .shop-item-meta {
    background: red;
}

.slick-slide .shop-item-category {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}

.slick-slide .shop-item-title {
    width: 80%;
    margin: 0 auto;
    height: 120px;
    max-height: 100%;
    padding: 8px;
    /* background:grey; */
    display: flex;
    align-items: center;
}

.slick-slide span {
    margin: 10px 0;
}

.slick-slide .item-price {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    align-items: flex-start;
}

.slick-slide .shop-item-meta-price {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.slick-slide .old-price {
    color: #9E9E9E;
    font-size: 12px
}

.slick-slide .old-price, .slick-slide .new-price {
    height: 10px;
    margin: 5px 0;
    padding: 0;
}

.slick-slide .new-price {
    color: #4CAF50;
    font-weight: 900;
}

.slick-slide .akciya {
    color: red;
    font-weight: 900
}

.shop-page-meta {
}

.shop-page-meta-b {
    background-color: rgb(255 255 255);
    /* background: linear-gradient(-180deg, #ffffff 0%, white 50%, #37d7cc 120%); */
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
}

.shop-page-meta-b .catalog-button {
    margin: 0;
    padding: 5px 0;
}
.shop-page-meta-b button.open-panel-btn {
    margin:0;
    padding: 4px;
    border: 2px solid white!important;
}
.button-cat {
    width:100%;
    display:flex;
    justify-content: center;
}
.tenor {
    /* background: url(/img/tenor2.gif); */
    background-size: contain;
    /* border-top: 20px solid #016ead; */
    display: none;
}

.all-shop-page-meta {
    padding: 8px;
}

.shop-page-meta-top {
    width: 100%;
    margin: 0;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dae7f4;
    flex-direction: column;
}

.images-categories {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #cfcfcf;
    align-items: center;
}

.images-categories img {
}

/* По умолчанию блок скрыт */
.select-name {
    display: none !important;
}

/* Блок показывается только при наличии класса vision */
.select-name.vision {
    display: block !important;
    background-color: rgb(1 110 173);
    color: #ffffff;
    width: 90%;
    margin: 0 0 20px;
}

.select-name.vision h3 {
    line-height: normal;
    padding: 8px
}

.shop-page-meta-left, .shop-page-meta-center, .shop-page-meta-right {
    /* background-color: rgb(255 255 255 / 83%); */
    /* padding: 20px; */
}

.shop-page-meta-left hr {
    margin: 10px 0!important
}

.shop-page-meta-left {
    flex: 1 auto;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 0;
    flex-direction: column;
    justify-content: flex-start;
}

.shop-page-meta-left {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    height: 100%;
    padding: 0 8px!important;
    display: none;
}

.shop-page-meta-left.active {
    opacity: 1;
    visibility: visible;
}

.shop-page-meta-left.active {
    display: flex;
    max-width: 280px;
    transition: 3.3s;
}

#item-subMenulevelCenter .center-sub-item.active, #item-subMenulevelCenter .center-sub-item.new {
    background-color: #016ead !important;
    /* background: linear-gradient(-180deg, #ffffff 0%, white 30%, #85f1ea 70%); */
    /* золотой фон для примера */
    color: #ffffff !important;
    font-weight: 600!important;
    letter-spacing: 1px;
    border-bottom: 1px outset #ffffff;
    border-radius: 0;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px;
}

/* 1. Находим родительский контейнер всех фильтров */
/* В uCoz/uShop это обычно блок с классом .flist или ваш кастомный контейнер */
.shop-page-meta-left-filters {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    /* Выстраиваем фильтры вертикально в колонку */
    /* background: #f0f0f0; */
}

/* 2. Принудительно отправляем блок цены в самый низ */
#flist-item-price {
    order: 999 !important;
    /* Чем выше число, тем ниже элемент */
}

/* 3. Чтобы остальные элементы не перемешались, им можно явно задать порядок выше (по желанию) */
#flist-select-name {
    order: 1;
}

#flist-item-other1 {
    2 }

#flist-item-brand {
    order: 3;
}

#flist-item-other1 {
    order: 4;
}

#flist-item-other8 {
    order: 5;
}

/* ... и так далее */
.shop-page-meta-left-filters {
}

.shop-page-meta-left-filters .history-button input {
    font-size: 1rem;
    height: 60px!important;
    line-height: normal!important;
    color: #ffffff;
    background-color: #2196f3;
    margin-top: 5px;
    width: 100%;
    border: 2px outset white !important;
    letter-spacing: -0.2px;
    transition: background 0.3s;
}

.shop-page-meta-left-filters .history-button input:hover {
    background: red;
    transition: background 0.3s;
    border-radius: 5px!important
}

.shop-page-meta-left-filters select {
    width: 100%;
}

.shop-page-meta-left-img-cat {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100%;
    border-radius: 8px;
    /* display: none; */
}

.shop-page-meta-left-img-cat img {
    width: 100%
}

.shop-sort-selector a.active {
    color: #e0ff00!important
}

.shop-page-meta-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 4px dashed white;
    align-items: center;
}

/* Главный контейнер */
.all-shop-page-meta {
    display: flex !important;
    /* ВАЖНО: колонки НЕ тянутся по высоте самой высокой */
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    /* background-color: #009cde; */
    /* background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%); */
}

/* Средняя колонка */
.shop-page-meta-center {
    flex: 1;
    /* Занимает свободное место в ширину */
    height: auto !important;
    /* Высота только по контенту */
    min-height: 50px;
    /* Минимальный порог, чтобы не исчезала совсем */
    /* padding: 0 10px; */
    display: block !important;
    /* max-width: 300px; */
    box-sizing: border-box;
}

/* Левая и правая колонки (сайдбары) */
.shop-page-meta-right, .shop-page-meta-left {
    width: 280px;
    /* Твоя стандартная ширина */
    flex-shrink: 0;
    height: auto !important;
}

/* Контейнер для ссылок в центре ( item-subMenulevelCenter ) */
#item-subMenulevelCenter {
    /* Чтобы ссылки переносились на новую строку */
}

.shop-page-meta-top h2 , .shop-page-header-mobail h2 {
    color: black;
    font-weight: 600!important;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 1.8rem;
}

.shop-page-header-mobail {
    display: none
}

/* Контейнер сайдбара */
.shop-page-meta-right {
    min-width: 150px;
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 15px;
    border-right: 4px dashed white;
    display: none;
}

.shop-page-meta-right #side {
    width: 100%
}

.shop-cat-desc {
    border-top: 4px solid #2196f3;
    width: 100%;
    /* max-height: 40vh; */
    /* overflow-y: scroll; */
    padding: 40px 30px;
    line-height: normal;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background-color: white;
    element.style {
        display: flex;
        flex-direction: row-reverse;
    }

    ; element.style {
        display: flex;
        flex-direction: row-reverse;
    }

    ; element.style {
        display: flex;
        flex-direction: row-reverse;
    }

    ; }

.img-one-cat {
    height: 100%;
    max-height: 120px;
    margin: 0 auto 25px;
}

.item-cat-desc {
    word-wrap: break-word;
    width: 50%;
    display: block;
    float: left;
    padding: 5px 10px;
    font-size: 0.8rem;
}

.item-cat-desc:nth-last-child(1) {
}

.item-cat-desc img {
    width: 100%;
    max-width: 250px;
}

.toggle-shop-desc {
    background-color: #2196f3;
    color: white;
    /* border: none; */
    /* padding: 12px 24px; */
    font-size: 0.8rem;
    line-height: 0.9rem;
    border-radius: 50px;
    border: 2px solid white!important;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
    margin: 5px;
    font-family: 'Montserrat';
}

.toggle-shop-desc:hover {
    background-color: #016ead;
}

.toggle-shop-desc:active {
    transform: scale(0.98);
}

/* Основной блок меню */
#catalog-menu {
    background: #ffffff;
    /* Белый фон выглядит чище, чем бежевый */
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    /* Легкая тень */
    overflow: hidden;
}

#catalog-menu .sidebar-cat-link.active {
    font-weight: bold;
    line-height: normal;
    color: #f00;
    /* Или ваш фирменный цвет */
}

/* Список категорий */
.sidebar-main-cats {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Элемент списка */
.sidebar-cat-item {
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
}

.sidebar-cat-item a:hover {
    color: #2eb1a8
}

.sidebar-cat-item:last-child {
    border-bottom: none;
}

/* Ссылка (основной стиль) */
.sidebar-cat-link {
    display: block;
    padding: 15px 20px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 0 5px 0;
}

/* Эффекты при наведении */
.sidebar-cat-link:hover {
    background-color: #f9f9f9;
    color: #007bff;
    /* Цвет ссылки при наведении (можно заменить на ваш брендбук) */
    padding-left: 25px;
    /* Смещение текста вправо */
}

/* Акцентная полоска слева при наведении */
.sidebar-cat-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #2dc7bc;
    transform: scaleY(0);
    transition: transform 0.2s ease;
}

.sidebar-cat-link:hover::before {
    transform: scaleY(1);
}

/* Если пункт "Акции", выделим его цветом */
.sidebar-cat-link[href*="akcii"] {
    color: #e74c3c;
}

.sidebar-cat-link[href*="akcii"]::before {
    background-color: #e74c3c;
}

/* Подсветка активной категории в сайдбаре */
.sidebar-cat-link.active {
    background-color: #f0f0f0;
    color: #2eb1a8;
    border-left: 4px solid #2eb1a8;
}

/* Для бокового меню */
.sidebar-cat-link.active {
    /* Красный цвет текста */
}

/* Для основной колонки категорий */
.category-item.active {
    background-color: #f0f0f0;
    /* Серый фон */
    /* border-left: 3px solid #007bff; */
    /* Синяя полоска слева */
}

/* Для подкатегорий в центре */
.center-sub-item.active {
    text-decoration: underline;
    color: #000;
}

/* Центральный блок - Сетка в 2 колонки */
#item-subMenulevelCenter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Две равные колонки */
    gap: 5px;
}

#item-subMenulevelCenter a {
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: 5px auto;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    min-height: 45px;
    justify-content: flex-start;
    align-items: center;
    border-color: rgb(1 110 173 / 70%);
    text-transform: uppercase;
    color: white;
    font-family: 'Montserrat';
}

#item-subMenulevelCenter a:hover {
    border-color: rgb(255 0 0 / 70%);
}

.center-sub-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
    /* background: #f8f9fa; */
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1.4em;
    line-height: normal;
    transition: all 0.2s ease;
    text-align: left;
    box-sizing: border-box;
}

.center-sub-item:hover {
    background: linear-gradient(#2eb1a8 0%, #ffffff 50%, #37d7cc 100%);
    color: #000000 !important;
    border-color: #007bff;
    border-color: #e40000;
    background: #efefef;
    color: #000000
}

.shop-page-meta a {
    line-height: normal;
}

/* Активный пункт в сайдбаре */
.sidebar-cat-link.new {
    background-color: #f0f0f0;
    color: #2eb1a8 !important;
    font-weight: bold;
    border-left: 4px solid #007bff;
}

/* Адаптивность для мобилок */
@media (max-width: 600px) {
    #item-subMenulevelCenter {
        grid-template-columns: 1fr;
        /* Одна колонка на узких экранах */
    }
}

.shop-page-meta-right button.open-panel-btn {
    width: 100%!important;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.shop-page-meta-right button.open-panel-btn img {
    width: 100%;
    max-width: 100px;
}

.shop-page-meta-right button.open-panel-btn span {
    width: 100%;
    height: 100%;
    font-size: 24px;
    background: none;
}

.shop-page-meta-right button:hover span {
    background: none;
}

.flist {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.flist-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

.flist-label {
    color: #000000;
    color: white!important;
    background-color: #8ed9d4;
    background-color: #016ead !important;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    filter: drop-shadow(5px 5px 2px rgba(128, 128, 128, 0.43));
}

.flist-select {
    padding: 8px;
}

#flist-item-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* два столбца */
    gap: 0 10px;
    /* отступ между элементами */
    align-items: center;
    /* выравнивание по вертикали */
    margin-bottom: 5px;
}

#flist-item-price .price_filter, #flist-item-price button {
    width: 100%;
    /* заполняют свою ячейку */
    box-sizing: border-box;
    /* чтобы padding/border не ломали ширину */
    border: 1px solid #eee;
}

#flist-item-price button {
    height: 35px;
    line-height: 0;
    margin: 5px 0;
    color: white;
    background-color: #2eb1a8;
    letter-spacing: 1px;
    font-size: 13px;
    filter: drop-shadow(5px 5px 2px rgba(128, 128, 128, 0.43));
}

#flist-label-price {
    grid-column: 1 / -1;
    /* занимает всю ширину (оба столбца) */
    margin-bottom: 0;
    /* отступ от метки к полям */
}

input#price_min, input#price_max {
    height: 40px;
    margin: 5px 0;
    border: 1px outset rgb(255 255 255 / 0%);
    border-radius: 10px;
}

.shop-page-meta-left-filters select {
    margin-top: 8px;
}

.shop-sort-selector, #main #goods_cont {
    margin-top: 20px;
}

.shop-sort-selector {
    margin: 0 0 10px;
}

#clear-filter {
    text-transform: uppercase;
    margin: 10px auto;
    height: 40px;
    width: 100%;
    max-width: 200px;
    background-color: #2196F3;
    display: flex;
    border: 1px solid transparent;
    /* или ваш исходный цвет */
    border-radius: 5px;
    transition: border-color 0.3s, background 0.3s ease;
    justify-content: center;
    filter: drop-shadow(5px 5px 2px rgba(128, 128, 128, 0.43));
}

#clear-filter:hover {
    border-color: #ff0057;
    background-color: #2eb182;
    transition: background 0.3s;
    cursor: pointer;
}

#clear-filter a {
    font-weight: bold;
    border: none;
    color: white;
}

#clear-filter .fa-window-close:before {
    font-size: 20px
}

.shop-item-block-1 {
    /* background: red; */
}

.shop-item-block-2 {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 100px;
    /* background: green; */
}

.shop-item-block-2-m {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 100px;
    /* background: green; */
}

.shop-item-block-3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 245px;
    min-height: 0;
}

.shop-item-block-4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.shop-item-block-4 .item-buy-button {
    display: flex;
    height: 40px;
    line-height: normal;
    width: 80%!important;
    justify-content: center;
}

.shop-item-meta-actions {
    margin: 0 0 15px;
    width: 100%;
}

.product-additional__add {
    margin: 0 0 25px;
    width: 100%;
    display: block
}

.buy_1 {
    width: 100%;
    display: block
}

.shop-item-block-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.shop-item-block-1 , .shop-item-block-2 , .shop-item-block-2-m , .shop-item-block-3, .shop-item-block-4 {
    box-sizing: border-box;
    width: 100%;
}

.shop-item-image {
    margin-bottom: 0
}

.shop-item-meta {
}

.shop-item-info {
    /* height: 70px; */
    width: 100%;
    display: flex;
    margin: 5px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.shop-item-info-art {
    color: #989797;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 2px 0;
}

.goods-list .shop-item-info-buy > div {
    /* height:60px!important; */
}

.shop-item-info-buy {
    width: 100%;
    display: flex;
    background-color: #2196F3;
    align-items: flex-start;
    flex-direction: row;
    margin: 5px 0;
}

.goods-list .basket, .goods-list .wish {
    margin: 0!important;
    color: white!important;
    padding: 4px;
}

.goods-list .basket.now:after,.goods-list .wish:after {
    font-size: 22px;
}

.goods-list .wish.wdel, del {
    color: red;
    font-weight: bold
}

#main-product-page .shop-itempage-images>.tac {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-item-info-name {
    display: flex;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    align-content: center;
    align-items: center;
}

.shop-item-meta-price {
    background: #016ead;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
    width: 100%;
    display: flex;
    min-height: 46px;
}

.text-price {
    display: flex;
    width: 30%;
    text-align: left;
    color: white;
    margin-left: 5%;
    align-items: center;
}

.all-price {
    display: block;
    width: 70%;
    text-align: right;
}

.new-price, .old-price {
    margin: 0;
    padding: 2px;
    line-height: 0;
    text-align: right;
}

.old-price {
    background-color: white;
    text-align: center;
    /* border-top:2px solid #F44336; */
    /* border-left:4px solid #2eb1a8; */
    color: grey!important;
    font-size: 13px!important;
}

.old-price span {
    color: grey!important;
    font-size: 13px!important;
}

.new-price {
    color: #fbfbfb;
    font-weight: bold;
}

.relevant-price {
    text-align: right;
    width: 100%;
    margin-right: 5%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.shop-item-meta-price span {
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: white;
    font-weight: bold;
}

#page .grid-list .list-item .shop-item-meta-actions>.item-buy-button, .shop-item-meta-actions>.item-buy-button {
    background-color: #2eb1a8;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
    color: white!important;
    font-size: 14px;
    align-items: center;
    width: 100%;
    float: none;
    margin: 5px auto;
}

.item-buy-button span {
    color: white;
    line-height: 1rem;
}

#page .grid-list .list-item .shop-item-meta-actions>.item-buy-button:hover, .shop-item-meta-actions>.item-buy-button:hover {
    background-color: #016ead;
    color: white;
}

.shop-item-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* Главные блоки (артикул, имя, мета) идут сверху вниз */
    justify-content: center;
}

/* Сетка магазина */
.shop-main-grid {
    display: flex;
    gap: 5px;
    padding: 5px 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* Карточка категории */
.main-category-item {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    width: calc(1/5*100% - 10px);
    margin: 0;
    font-size: 16px;
}

.main-category-item a {
    display: flex;
    text-decoration: none;
    color: #2C2B2B;
    background-color: #ffffff;
    transition: 0.3s;
}

.main-category-item a:hover {
    border-color: #ccc;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.05);*/
}

/* Внутренние элементы */
.main-category-item a {
    display: flex;
    align-items: center;
    /* Центрируем контент по вертикали */
    height: 80px;
    width: 100%;
    /* background: linear-gradient(#2eb1a8 0%, #ffffff 10%, #ffffff 90%, #37d7cc 100%); */
}

.main-category-item:hover a {
    border-color: #e40000;
    background: #efefef;
    color: #000000
}

/* Контейнер для изображения */
.category-img-box {
    /* width: 60px; */
    /* Фиксированная ширина для иконки */
    /* min-width: 60px; */
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Чтобы иконка не сжималась */
}

.category-img-box img {
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* object-fit: contain; */
}

/* Заголовок категории */
.category-title {
    width: 100% !important;
    padding-right: 10px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    word-break: break-word;
    /* Перенос длинных слов */
}

/* Контейнер для изображения */
.category-img-box {
    max-width: 90px;
    height: 90px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Заголовок категории */
.category-title {
    width: unset !important;
    display: flex;
    align-items: center;
    line-height: normal
}

.shop-item-meta-1 {
    vertical-align: top;
    width: 100% !important;
    margin: 10px 0 !important;
    box-sizing: border-box;
    min-height: 130px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* align-content: center; */
    align-items: center;
}

.shop-item-meta-2 {
    display: flex;
    width: 100% !important;
    margin: 1%!important;
    box-sizing: border-box;
    flex-direction: column;
}

.shop-item-info {
    flex-wrap: wrap;
}

.shop-item-info-art, .shop-item-info-name {
    width: 100%;
}

.shop-item-info-art-top {
    /* height: 25px; */
    line-height: normal;
    font-size: 12px;
    color: #c6c6c6;
}

.shop-item-meta-1, .shop-item-meta-2 {
}

.shop-item-meta {
    /* height: 50px!important; */
    /* width: 100%!important; */
    margin: 0;
    padding: 0;
}

.slist {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slist a {
    width: 50%;
    background: #0000ff;
    color: white!important;
    padding: 8px;
    border-radius: 10px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 1px 1px 5px black;
    margin: 0 10px;
    font-family: 'Roboto',sans-serif;
}

.slist a.active {
    color: #ff0018;
}

.slist a:hover {
    background: #007bff;
}

.slist a:nth-child(4) {
    background: red;
    color: white
}

/* Основной стиль кнопки */
#up-me {
    position: fixed;
    bottom: 50px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Состояние, когда кнопка скрыта (скрипт добавляет этот класс) */
#up-me.smooth-hide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    /* При скрытии кнопка слегка уходит вниз */
    pointer-events: none;
    /* Чтобы нельзя было нажать на невидимую кнопку */
}

/* Эффект при наведении */
#up-me:hover {
    background-color: #555;
    /* Слегка осветляем при наведении */
    transform: scale(1.1);
    /* Немного увеличиваем */
}

/* Стили для иконки внутри (размер) */
#up-me span {
    font-size: 20px;
    line-height: 1;
}

.footer {
    margin-top: 20px
}

/* ================================================================= */
/* 1. КОНТЕЙНЕР ФОРМЫ */
/* ================================================================= */
/* Стиль для родительского контейнера формы (например, если форма внутри модального окна) */
#fast-order-message form {
    background-color: #1e1e1e;
    /* Темный фон */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    max-width: 400px;
    margin: 20px auto;
    color: #f0f0f0;
    /* Светлый текст */
    font-family: Arial, sans-serif;
}

/* ================================================================= */
/* 2. СТИЛИ ПОЛЕЙ ВВОДА (INPUT TEXT) */
/* ================================================================= */
#fast-order-message input[type="text"], #fast-order-message input[type="tel"], #fast-order-message .maskedInput {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #444;
    /* Темная рамка */
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #2b2b2b;
    /* Фон поля чуть светлее фона контейнера */
    color: #f0f0f0;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* Стили для маскированного поля при вводе текста (если оно показывает текст по умолчанию) */
input[type="text"][value="Введите номер телефона"] {
    color: #aaa;
    /* Более тусклый цвет для подсказки */
}

/* Фокус на поле ввода */
input[type="text"]:focus, input[type="tel"]:focus, .maskedInput:focus {
    border-color: #00bcd4;
    /* Акцентный цвет (бирюзовый) */
    box-shadow: 0 0 5px rgba(0, 188, 212, 0.5);
    outline: none;
    /* Убираем стандартное выделение браузера */
}

/* Стиль для placeholder */
input::placeholder {
    color: #888;
}

/* ================================================================= */
/* 3. КНОПКА ОТПРАВКИ (SUBMIT) */
/* ================================================================= */
#fast-order-message input[type="submit"] {
    width: 100%;
    background-color: #f7971e;
    /* Акцентный цвет */
    color: white;
    padding: 14px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    line-height: 8px;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: background-color 0.3s, transform 0.1s;
}

#fast-order-message input[type="submit"]:hover {
    background-color: #0097a7;
    /* Чуть темнее при наведении */
    color: white;
}

#fast-order-message input[type="submit"]:active {
    transform: scale(0.99);
    /* Эффект нажатия */
}

/* ================================================================= */
/* 4. СКРЫТЫЕ ПОЛЯ */
/* ================================================================= */
/* Убедитесь, что скрытые поля не мешают макету */
#fast-order-message input[type="hidden"] {
    display: none;
}

#fast-order-message .fancybox-outer {
    background-color: #ffffff!important
}

.buy_1 a {
    font: bold 14px / 26px Roboto;
    color: white;
    background: #2eb1a8;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
    padding: 8px;
    display: block;
    width: 80%;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.buy_1:hover a {
    background: #2eb1a8;
    color: white;
}

#main-product-page>.right, .product-main-description {
    background-color: rgb(255 255 255 / 63%);
    padding: 20px 30px;
    box-sizing: border-box;
}

#main-product-page>.right h2 {
    line-height: normal;
    margin: 0;
}

#main-product-page>.right p {
    margin: 0;
}

#main-product-page>.right hr {
    margin: 5px;
}

#main-product-page .right, #main-product-page .left {
    width: 50%;
    margin: 0 auto;
}

#main-product-page .shop-itempage-images {
    padding: 0;
    width: 100%;
    background: white;
}

.product-main-description {
    margin: 20px 0;
}

.item-description .footer-logo {
    background-color: black;
}

.product-page-rating-main {
    /* display:none; */
    background-color: green;
}

.product-main-description .attention {
    width: 100%;
    text-align: center;
    display: flex;
    padding: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    background: linear-gradient(45deg, #000000 0%, #ff0000 100%);
    color: white;
    margin-bottom: 20px;
    line-height: normal;
}

#main-product-page .shop-itempage-price {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
}

.newprice {
    font-weight: bold;
    letter-spacing: normal
}

.regular-price {
}

.factory-price {
    font-size: 1rem;
    padding: 4px 8px;
    background: #016ead;
    color: white;
    text-shadow: 1px 1px black;
    border-radius: 5px;
}

.regular-price, .discount, .before-discount, .turnkey {
    font-size: 1.2rem;
    font-weight: 700!important;
}

.old-price-small del {
    color: grey;
    font-size: 1.1rem;
}

.price-unit {
    font-size: 1rem;
    display: inline-block;
    background-color: black;
    color: white;
    padding: 4px;
}

.turnkey-price {
    color: #ffe201;
    background-color: #000000;
    padding: 4px 8px;
    border-radius: 4px
}

.opt input {
    height: 20px!important;
    line-height: 3px;
    background-color: #009688;
}

.product-main-manage-shop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Основной контейнер */
.values {
    display: flex;
    align-items: stretch;
    /* Растягивает обе колонки по высоте самой длинной */
    justify-content: space-between;
    gap: 10px;
    /* Расстояние между колонками */
}

/* Общие стили для колонок */
.values .left, .values .right {
    display: flex;
    flex-direction: column;
    /* Элементы внутри выстраиваются в столбик */
    flex: 1;
    /* Делает колонки равными по ширине */
}

.values .left a {
    border: none;
    /* Может помочь с z-index */
}

li.select-color {
    display: block;
    margin: 15px 0!important;
    width: 100%!important;
    max-width: 350px;
}

/* Списки характеристик */
ul.shop-options {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.shop-options li {
    width: 100%;
}

.ral-select {
    width: 100%
}

/* Контейнеры для кнопок внизу */
.bottom-action {
    margin-top: 20px;
    /* ВЫТАЛКИВАЕТ блок в самый низ колонки */
    /* Отступ от контента сверху */
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.bottom-action input {
    font-size: 18px;
    line-height: 0;
    text-shadow: 0 0 2px black;
}

.action input {
    background: #4CAF50
}

.left .bottom-action {
}

.bottom-action .button-backet , .bottom-action .button-input {
    margin: 0;
}

.bottom-action .button-input {
    width: 100%!important;
    max-width: 120px;
}

.bottom-action .button-input input {
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    font-size: 12px;
    font-weight: n;
    height: 50px;
    padding: 0;
}

.bottom-action .button-input<div {
    font-size: 10px!important
}

/* Кнопки управления в правой колонке сверху */
.product-main-manage-shop {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    /* background: #36d2c7; */
    width: auto;
}

.order-field {
    margin: 0!important;
    padding: 0!important;
}

.order-print-actions {
    display: flex;
    gap: 20px;
}

.order-print-actions input[type=button] {
    font-size: 1.0rem;
    line-height: .2rem
}

.order-status {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
}

.order-status span {
    line-height: normal;
    font-size: 1.2rem!important;
}

.order-bottom {
    font-size: 1.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: normal;
    margin: 0 0 20px;
}

.order-bottom span {
}

.order-bottom-val {
    padding: 0 20px;
}

.order-bottom-span {
    display: block;
    padding: 0 20px;
}

/* Общий контейнер блоков заказа */
.order-block.order-detail, .order-block.order-fields {
    background: #ffffff;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Заголовки блоков */
.order-block-title {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e6ed;
    margin: 0;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #2d3436;
}

/* Тело блоков */
.order-block-body {
    padding: 20px;
}

/* Стили для Способа оплаты и доставки */
.order-detail-name {
    font-weight: 700;
    font-size: 16px;
    color: #0984e3;
    /* Акцентный синий цвет */
    margin-bottom: 8px;
}

.order-detail-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #636e72;
}

/* Стили для Информации о заказе (поля ввода) */
.order-fname {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0984e3;
    margin-top: 15px;
}

.order-fname:first-child {
    margin-top: 0;
}

/* Контейнер значения поля */
.order-field.editable {
    margin-top: 6px;
    padding: 10px 14px;
    background: #f1f3f5;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.order-field.editable:hover {
    background: #e9ecef;
    border-color: #0984e3;
}

/* Текст значения */
.order-field-edit span {
    font-size: 1.2rem;
    color: #2d3436;
    position: relative;
    padding: 12px;
}

/* Иконка карандаша (визуальная подсказка о редактировании) */
.order-field.editable span::after {
    content: '✎';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #0984e3;
    opacity: 0.6;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 480px) {
    .order-block-body {
        padding: 15px;
    }

    .order-block-title {
        font-size: 16px;
    }
}

/*--modal--*/
/* Оверлей (фон) */
.custom-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* Темный фон без размытия */
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.custom-modal-overlay.is-active {
    display: flex;
    animation: fadeIn 0.3s;
}

/* Контент окна */
.custom-modal-content {
    background: #fff;
    background-image: url(/img/grey.webp);
    padding: 25px;
    border-radius: 12px;
    position: relative;
    max-width: 450px;
    width: 92%;
    max-height: 98vh;
    /* Окно не вылазит за пределы экрана */
    overflow-y: auto;
    /* Прокрутка для мобильных */
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    box-sizing: border-box;
}

/* Заголовок адаптированный */
.custom-modal-content h3 {
    text-align: left;
    display: block;
    color: #000;
    width: 100%;
    margin: 25px 0 15px 0;
    /* Убрал лишние отступы */
    font-size: 1.4rem;
    line-height: 1.2;
}

/* Кнопка закрытия */
.custom-modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    line-height: 40px;
    width: 45px;
    height: 45px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal-close:hover {
    background: none;
    color: #2eb1a8;
}

/* Кнопки контактов */
.modal-contact-options {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-contact-options a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 14px;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    font-size: 1rem;
}

.modal-btn-call {
    background: #2eb1a8;
}

.modal-btn-whatsapp {
    background: #25d366;
}

/* Адаптация для мобильных (iPhone/Android) */
@media screen and (max-width: 480px) {
    .custom-modal-content {
        padding: 20px 15px;
        width: 96%;
        border-radius: 8px;
    }

    .custom-modal-content h3 {
        font-size: 1.25rem;
        margin-top: 20px;
    }

    /* Увеличиваем поля формы для удобства нажатия пальцем */
    .form-field input, .form-field textarea {
        font-size: 16px !important;
        /* Предотвращает зум экрана в iOS */
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стили для стройозон.рф */
.stroy-container {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
}

/* Блок отслеживания заказа */
.order-tracking-panel {
    background: beige;
    border: 1px solid #2eb1a8;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-tracking-panel h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.order-tear a {
    background: #2eb1a8;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
}

.order-tear a:hover {
    background: #689f38;
}

.stroy-header {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    border-bottom: 3px solid #2eb1a8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.stroy-section-title {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px 0;
    color: #333;
    display: flex;
    align-items: center;
}

.stroy-section-title::before {
    content: "";
    width: 8px;
    height: 18px;
    background: #2eb1a8;
    margin-right: 10px;
    border-radius: 2px;
}

.stroy-content-text {
    margin-bottom: 15px;
}

.stroy-list {
    margin: 10px 0 20px 20px;
}

.stroy-list-item {
    margin-bottom: 8px;
    list-style-type: disc;
}

.stroy-list-numeric {
    margin: 15px 0 20px 25px;
}

.stroy-list-numeric-item {
    margin-bottom: 12px;
    list-style-type: decimal;
}

.stroy-important-box {
    background: beige;
    border-left: 5px solid #2eb1a8;
    padding: 15px 20px;
    margin: 25px 0;
}

.stroy-info-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.stroy-card {
    flex: 1;
    min-width: 1px;
    width: 95%;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-top: 3px solid #2eb1a8;
}

.stroy-card-title {
    font-weight: bold;
    color: #2eb1a8;
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 600px) {
    .order-tracking-panel {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

.shop-main-features>div>a .mf-body {
    min-height: 100px;
    display: flex;
    align-items: center;
}

/* Основной контейнер футера */
.footer {
    background: #1a1a1a;
    color: #e0e0e0;
    padding: 60px 0 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer a {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    color: #ff9800;
    /* Ваш акцентный цвет (оранжевый Стройозон) */
}

/* Верхняя линия (Оплата и Соцсети) */
.footer-top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.footer-payment-icon {
}

.footer-payment-icon img {
    width: 80px;
    margin: 0 0 0 10px;
    border-radius: 8px;
}

.footer-payment {
    display: flex;
    gap: 15px;
}

.footer-payment-icon span {
    font-size: 1.2rem;
    opacity: 0.7;
    filter: grayscale(1);
    transition: 0.3s;
}

.footer-payment-icon:hover span {
    opacity: 1;
    filter: grayscale(0);
}

.footer-payment-text {
    font-size: 13px;
    color: #666;
    border-left: 1px solid #444;
    padding-left: 15px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link span {
    font-size: 20px;
    background: #333;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.social-link:hover span {
    background: #ff9800;
    color: #fff;
    transform: translateY(-3px);
}

/* Разделители */
.footer-divider {
    border: 0;
    border-top: 1px solid #333;
    margin: 0 0 40px;
}

/* Основная сетка блоков */
.footer-main-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-block-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-block-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: #ff9800;
}

/* Блоки контента */
.shop-preview img {
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    border: 1px solid #333;
}

.footer-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-wrapper li {
    margin-bottom: 12px;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-label {
    display: block;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.phone-link {
    font-size: 20px;
    font-weight: 700;
    color: #ff9800 !important;
}

/* Нижняя часть */
.footer-info-legal {
    font-size: 12px;
    color: #555;
    text-align: center;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-copyright-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.footer-logo span {
    color: #36d2c7;
}

.copyright-text {
    font-size: 13px;
    color: #666;
}

/* Адаптивность */
@media (max-width: 768px) {
    #item-subMenulevelCenter:has(a.center-sub-item.active) a.center-sub-item:not(.active), #item-subMenulevelCenter:has(a.center-sub-item.new) a.center-sub-item:not(.new) {
        /* display: none; */
    }

    .shop-page-meta-left-filters .history-button input {
        display: block;
        max-width: 50%;
        padding: 0 10px!important;
        margin: 0 auto;
    }

    .shop-page-meta-left-img-cat {
        display: none
    }

    .bottom-action {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bottom-action input {
        margin: 0;
    }

    .footer-top-line {
        flex-direction: column;
        text-align: center;
    }

    .footer-copyright-row {
        flex-direction: column;
        text-align: center;
    }

    .footer {
        padding: 40px 0 20px;
    }
}

/* Контейнер ссылки родительской категории */
.category-item.level-1 {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 8px 15px;
    text-decoration: none;
}

/* Обертка для маленькой картинки в меню */
.cat-item-img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    /* Чтобы картинка не сжималась */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    /* background: #f5f5f5; */
}

.cat-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Картинка впишется целиком */
}

.shop-page-pagination {
    width: 100%;
    height: auto;
    display: flex;
}

.shop-page-pagination a:hover {
    background-color: #016ead;
}

.plist {
    /* display: flex; */
    margin: 0 5px;
    align-items: center;
    justify-content: center;
}

.pnext {
    width: 60px;
}

.pprev {
    width: 60px;
}

.plist,.pnext,.pprev {
}

.plist a, .pnext a,.pprev a {
    margin: 5px;
    background: #2eb1a8;
    color: white
}

.invoices-tool-item input[type=submit], .invoices-order-search input[type="button"] {
    line-height: 0
}
