/* Адаптивность */
@media (max-width: 768px) {
html, body {
 overflow-x: hidden!important;
}
 header, div#menu-section, .top-line { display: none !important; }
.page {
 flex-direction: column;
 display:flex;
 }
body {
    font-size: 14px;
}
.no-scroll {
 overflow: hidden;
}
 html, body {
 overflow-x: hidden!important;
}
div#wrapper {
padding-top:145px;
 }
.mobile-header i {
    margin-right: 0px;
}
 .page #side {
 order: 2;
 }
 .page .content {
 order: 1;
 } 
  .tab::before {
 content: "\f067";
 font-family: "Font Awesome 5 Free";
 position: absolute;
 right: 0;
 top: 0px;
 font-size: 18px;
 transition: 0.2s;
}
.tab.active::before {
 content: "\f068";
 font-family: "Font Awesome 5 Free";
}
.tabbody {
 display: none;
 padding-top: 10px;
}
.f-block.active .tabbody {
 display: block;
}
 .tab {
 width: 100%;
 position: relative;
 border-bottom: 1px solid #fff;
        padding-bottom: 5px;
}
 .products.related-for-shop-checkout-page .products__container .goods-list {
 grid-template-columns: repeat(1, 1fr);
}
 .catdescr img {
 width:100%!important;
 height:auto!important;
 }
 iframe {
 width: 100%;
}
 .block-menunew {
 display:none; 
 }
 .mf5 {
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex!important;
 flex-wrap: wrap;
 gap: 20px;
}

.mf5 li {
 width: calc(45% - 10px)!important;
 box-sizing: border-box;
}
 section.main-features>ul>li>a {
 padding: 5px;
}
 div#product-page-manage table tr, div#product-page-manage table td, div#product-page-manage table, div#product-page-manage tbody {
 display: block;
 width: 99%!important;
}
 .overlay h3 {
 color: #fff;
}
 table.catalog.catalog-with-image, table.catalog.catalog-with-image td {
 display: block;
 width: 100%;
 min-height: 100px;
}
#main-slider .slick-slide, #pf-main-slider .slick-slide {
 background-position: 50% 0;
 background-size: contain;
 height: 200px;
 }
 .main-slider {
 display: block;
 height: 200px;
}
 .plist>.pgSwch, .pnext>.pgSwch, .pprev>.pgSwch {
 margin-bottom: 5px;
 display: inline-block;
}
 .goods-list .list-item:last-child {
 margin-bottom: 40px !important;
 }
    .slide img.slide-image {
        width: 100% !important;
        max-width: none;
        height: auto;
    }
div#slider-wrap {
    height: 180px;
}
.cnt {
    width: 90%;
}
#slider-section.cnt {
    width: 90%;
}
.g-info {
    padding: 8px;
}
#content .flist {
    display: block !important;
}

.flist .flist-item {
    display: block !important;
}
table.infTable.goods-list, table.infTable.goods-list tbody, table.infTable.goods-list td {
    display: block !important;
}
table.infTable.goods-list tr {
    display: flex !important;
    flex-wrap: wrap !important;
}
.infTd .shop-item-price_basket-wrapper {
    display: none;
}
    table.infTable.goods-list td {
        width: 47% !important;
    }
.goods-list5_product-info-wrapper {
    padding: 10px;
}

.goods-list5 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.info5__photo {
    width: 100%;
    height: auto;
    text-align: center;
}
.list-item .g-image {
    float: none;
    margin-right: 0px;
    width: 100%;
}

.g-name {
    width: 100% !important;
    max-width: 100% !important;
}

.goods-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
}

#content .list-item {
    width: 47% !important;
}
section.popular-goods .clr {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
}

section.popular-goods .clr .col3 {
    width: 47% !important;
}

.pg-image {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px;
}

.pg-info {
    margin-left: 0;
    padding: 10px;
}
}
 @media only screen and (max-width: 375px) {
 .goods-list .list-item, .goods-list>li, .mnp-slider .list-item, .mnp-slider>li, .shop-main-list .list-item, .shop-main-list>li {
 width: 46%;
 margin: 0 10px 10px 0 !important;
 float: left !important;
 clear: none !important;
 } 
 h1.catalog-header-title {
 font-size: 30px !important;
}
 }
/* =========================
 MOBILE HEADER
========================= */
 
.mobile-header {
 display: none;
 position: fixed;
 z-index: 1000;
 background: #fff;
 color: #323331;
 padding: 10px 20px;
 top: 0;
 left: 0;
 right: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
 .mobile-header { display: block; }
}

.mh-top {
 display: flex;
 justify-content: space-between;
 font-size: 12px;
 margin-bottom: 10px;
 align-items: center;
}

.mh-top a { color: #323331; text-decoration: none; }

.mobile-header .socials a { margin-left: 16px; color: #323331; }
 .mobile-header .socials i { margin-left: 3px; font-size: 20px; }

.mh-main {
 display: grid;
 grid-template-columns: auto 1fr auto;
 align-items: center;
 width: 100%;
}

.mh-left {
 justify-self: start;
}

.mh-center {
 justify-self: center;
}

.mh-right {
 justify-self: end;
 display: flex;
 gap: 8px;
}

.mobile-header .logo1 img {
 background: #fff;
 color: #ff431b;
 font-weight: bold;
 text-decoration: none;
 border-radius: 8px;
font-size: 15px;
height: 40px;
}

.mobile-header .btn {
 font-weight: 900;
 border: none;
 background: #F06161;
 color: #fff;
 border-radius: 8px;

 font-size: .875rem;
 line-height: 140%;
 min-height: 42px;
 padding: .625rem .75rem;
text-transform: none;
}
 .mobile-header .icon1 {
 background: none;
 color: #000;
 font-size: 18px;
 padding: 0;
 border: none;
 padding-right: 1px;
 padding-left: 5px;
 }
.mobile-header .contact-socials {
 display: flex;
 align-items: center;
 gap: 12px;
}
 
.mobile-header .icon {
 background: #fff;
 border: none;
 padding: 10px 10px;
 border-radius: 8px;
 font-size: 14px;
 width: 40px;
 height: 40px;
 outline: 1px solid #b2bcc3 !important;
}
 .mobile-header a {
 border: none !important;
}
 button#openCart {
 position: relative;
}
 .mobile-header .order-num-count {
 background: #F06161;
 width: 16px;
 height: 16px;
 display: block;
 color: #fff;
 border-radius: 50%;
 font-size: 10px;
 line-height: 16px;
 position: absolute;
 top: -5px;
 right: 0px;
}
 .mobile-header .icon i {
 color: #000;
}

/* =========================
 OVERLAY (search, catalog, menu)
========================= */
.overlay {
 position: fixed;
 inset: 0;
 background: rgba(0,0,0,0.4);
 backdrop-filter: blur(8px);
 display: none;
 z-index: 9999;
}

.overlay.active { display: block; }

.overlay-box {
 padding: 30px 40px;
 overflow: auto;
 max-height: 650px;
 min-height: 600px;
}
.overlay .uMenuRoot {
 list-style: none;
 padding-left: 0;
 margin: 0;
}
 .overlay ul.uMenuRoot li {
 padding: 8px 0;
 border: none;
}
 .overlay ul.uMenuRoot li a {
 color: #fff;
 border: none;
}
 .overlay .uWithSubmenu>ul {
 display: block;
 background: none;
}
 .overlay .uWithSubmenu>ul>li>a {
 background: none;
 padding: 0;
 text-transform: none;
 font-weight: 500;
}
 .overlay .uWithSubmenu>ul>li {
 margin-bottom: 0px;
}
 .overlay li.uWithSubmenu {
 color: #fff;
}
 .overlay ul.cat-tree i {
 display: none;
}
 .overlay ul.cat-tree a {
 color:#fff;
 border:none;
 line-height: 1;
}
 .overlay ul.cat-tree li {
 padding:8px 0 !important;
 position: relative;
}
.overlay-panel { display: none; }
.overlay-panel.active { display: block; }

.overlay .close {
 position: absolute;
 top: 0px;
 right: 15px;
 font-size: 35px;
 background: none;
 border: none;
 color: #fff;
}

.overlay .search-input {
 width: 100%;
 padding: 12px;
 font-size: 16px;
}
.overlay-box .searchWidth {
 width: 100%;
 margin-top: 50px;
}
 .overlay .cat-tree>li>u {
 background: 0 0 !important;
 height: auto !important;
 padding: 0 !important;
}
.overlay .cat-tree>li>u.minus:before {
 content: "\f107";
 color:#fff;
}
.overlay .cat-tree>li>u.plus:before {
 content: "\f106";
 color:#fff;
}
.overlay .cat-tree>li>u:before {
 content: "-";
 cursor: pointer;
 display: block;
 font-family: Flaticon;
 font-size: 10px;
 padding: 0 8px;
 position: absolute;
 right: 20px;
 top: 11px;
 }
/* =========================
 CART
========================= */
 .cart {
 position: fixed;
 top: 0;
 right: -100%;
 width: 100%;
 height: 100%;
 background: #fff;
 z-index: 10000;
 transition: 0.4s;
}
.cart button#closeCart {
    background: #fff;
    padding: 10px !important;
    width: 40px;
    border: 1px solid #000;
    color: #000;
    font-size: 24px;
    line-height: 15px;
}
 .cart.active { right: 0; }

 .cart.active .cart-header {
 background: #fff;
 padding: 15px;
 display: flex;
 justify-content: space-between;
 font-size: 18px;
 border-bottom: 1px solid #eee;
 align-items: center;
 font-weight: 700;
}

.cart.active .cart-body {
 padding:10px;
 max-height: calc(95% - 60px);
}

.cart.active .cart-empty {
 text-align: center;
}

.cart.active .cart-empty i {
 font-size: 40px;
 margin-bottom: 10px;
 color: #999;
}

.cart.active .cart-empty button {
 background: #ffc400;
 border: none;
 padding: 10px 16px;
 border-radius: 6px;
 font-weight: bold;
}
.cart-body .basket-body {
    opacity: 1 !important;
    left: 0 !important;
    width: 100% !important;
    top: 0px !important;
    right: 0 !important;
    visibility: visible !important;
    transform: none !important;
border: none;
}

.cart-body div#shop-basket {
    margin-left: 0;
}
.cart-body .basket-informer {
    display: none !important;
}