
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    color:#000000;
    font-size: 16px;
    word-wrap: break-word;
    background:#f3f3f3;

}


body.lang_en-GB{
 font-family: 'Noto Sans','Arial', sans-serif;
}

body.lang_hy-AM {
    font-family: 'Arial', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size:24px;
    
}
a, a:focus, a:hover{
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none!important;
    color: #000;
}
p{
   margin:0;
    line-height: 1.4;
}
ul{
    list-style: none;
}
.fixwidth{
    width:1440px;
    margin:0 auto;
}

.main_wrapper{
    width: 100%;
}

.top_wrapper{
        width: 100%;
    display: inline-block;
    background: #199847;
}

.top_row{
    width: 100%;
    display: grid;
    grid-template-columns: 35% 40% 25%;    
    padding: 17px 0;
    box-sizing: border-box;
}

.top_line{
background: #353535;
    height: 55px;
    box-sizing: border-box;
}


.social_row > ul{
 margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 65% 12% 12% 12%;   
}

.social_row > ul li p{
 margin: 0;
    color: #fff;
    font-size: 14px;   
}

.tp_social{
    float: left;
    background: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-right: 10px;
    width: 35px;
    position:relative;
}


.social_row > ul li{
    margin:0 5px;
}

.tp_social .fa-heart{
    font-size: 20px;
    position: relative;
    left: 3px;
    top: 3px;
}

.tp_social .fa-heart.active{
    color:green;
}


.search_box,
.social_row{
        margin-top: 7px;
}

.search_box form{
    width: 80%;
    position: relative;    
}

.search_box input[type="text"]{
        width: 100%;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 7px;
    border: none;
    outline: none;
    padding-right: 50px;
}

.search_box button{
 position: absolute;
    right: 13px;
    top: 8px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    outline: none;   
}


.search_box button:before{
    content: "";
    background: url(../images/search_icon.png) no-repeat;
background-size: 34px auto;
    position: absolute;
    right: -7px;
    top: -6px;
    width: 36px;
    height: 36px;  
}


.line_row{
display: grid;
    grid-template-columns: 15% 72% 13%;
    padding-top: 17px; 
    position: relative;
}

.cat_header{
      background: #fff;
    border-radius: 10px 10px 0 0;  
    position: relative;
    left: 0;    
}

body:not(.page_101) .mega-menu{
        position: absolute;
    left: 0;
    top: 50px;
    display:none;
    z-index: 99;
}


.cat_header p{
      margin: 0;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 0px 9px 45px;
    position: relative;  
    cursor:pointer;
}

.menubox{
 padding: 5px 7px 7px 20px;   
}

.line_row .menubox ul li a{
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 0 15px;
}

.line_row .menubox ul li a:before{
    content: "";
    background: #727272;
    position: absolute;
    right: 0px;
    top: 6px;
    width: 1px;
    height: 10px;  
}

.line_row .menubox ul li:last-of-type a:before{
    display:none;
}

.account_row p{
    padding: 2px 0px 0px 30px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.account_row p:before{
    content: "";
    background: url(../images/account_icon.png) no-repeat;
    background-size: 24px auto;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 26px;
    height: 26px; 
}

.account_row{
    text-align:right;
}




.slide_block{
display: grid;
    grid-template-columns: 21% 79%;   
}

.category_nav{
 background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 10px;   
}

.category_nav ul{
      margin: 0;  
}

.category_nav ul li{
 border-bottom: 1px solid #EDEDED;
    margin-bottom: 2px;   
}

.category_nav ul li a{
 padding: 3px 0px 3px 20px;
    display: block;   
}

.category_nav ul li:last-of-type{
    border:none;
}

.slide_box img{
    width:100%;
}



.top_banner_row{
      width: 100%;
    display: inline-block;
    margin: 20px 0;  
}

.banner_item{
    background: #E8E8E8;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 23% 24% 29%;
    padding: 10px 20px;
    border-radius: 15px;  
}

.banner_itm{
    position: relative;
    color: #595959;
}

.banner_preview{
      width: 50px;
    float: left;
    margin-right: 10px;  
}

.banner_itm p:nth-of-type(1){
  font-weight: bold;
}

.banner_itm p:nth-of-type(2){
  font-size: 14px;
}

.banner_itm:before{
    content: "";
    background: #9F9F9F;
    position: absolute;
    right: 20px;
    top: 6px;
    width: 1px;
    height: 37px;
}

.banner_item .banner_itm:last-of-type:before{
    display:none;
}

.one_banner_row{
        width: 100%;
    display: inline-block;
}

.one_item{
    grid-template-columns: 32% 32% 32%;
    display: grid;
    gap: 28px;
}

.one_itm{
        width: 100%;
}

.one_itm img{
    width: 100%;
}


.topproduct_row{
 width: 100%;
    display: inline-block;
    margin: 40px 0;   
}


.block_header{
 width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;  
}


.block_header h3{
 display: inline-block;
    padding: 35px 0px 0px 0px;
    position: relative;   
}

.block_header h3 span{
color: #199847;
    font-weight: bold;    
}

.topproduct_box{
 width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);   
}

.top_item{
 text-align: center;   
}

.top_title{
 color: #595959;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;   
}

.top_preview{
    position:relative;
    height:160px;
}


.top_preview:before{
content: "";
    background: #fff;
    position: absolute;
    width: 150px;
    height: 70px;
    border-radius: 50px;
    bottom: 0;
    left: 51px;
}

.top_preview img{
        position: relative;
    z-index: 9;
}



.block_header h3:before{
    content: "";
    background: url(../images/block_header_ico.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    background-position: center;
    width: 100%;
}

.top_item:hover .top_preview:before{
    background:#199847;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;    
}


.middle_banner{
    width: 100%;
    display: inline-block;
}

.middle_banner_row{
    grid-template-columns: 10% 70% 20%;
    display: grid;
    padding: 16px 50px;
    box-sizing: border-box;
    border-radius: 20px; 
  position:relative;
  background:#fff;
}

.middle_banner_row::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: url(../images/footer_logo.png) no-repeat;
    background-size: 300px auto;
    opacity: 0.1;
    left: 10px;
    bottom: 10px;
    width: 300px;
    height: 85px; 
}

.md_banner_block p:nth-of-type(1){
    color: #595959;
    font-weight: bold;
    font-size: 21px;
    padding-top: 20px;
}

.md_banner_block p:nth-of-type(2){
   color: #595959; 
}

.middle_banner_row .md_banner_block:nth-of-type(3) a{
    background: #199847;
    color: #fff;
    padding: 12px 49px 10px 30px;
    border-radius: 25px;
    width: 100%;
    display: block;
    margin-top: 25px;
    font-weight: bold;
    font-size: 17px;
    position: relative;
}


.middle_banner_row .md_banner_block:nth-of-type(3) a:before{
    content: "";
    background: url(../images/button_arrow.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 36px;
    height: 36px;
}


.brands_row{
        margin: 50px 0;
    width: 100%;
    display: inline-block;
}

.brand_item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 265px;
    height: 180px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.brand_item img{
        max-width: 100%;
    max-height: 100%;
}


.topbrands_row{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
}


.topbrands_box{
 width: 100%;
    display: inline-block;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;   
}

.topbrands_nav{
     width: 100%;
    display: inline-block;  
    text-align: center;
    margin-bottom: 20px;
}

.topbrands_nav ul{
display: inline-block;  
}


.topbrands_nav ul li{
  float: left;  
}

.topbrands_nav ul li a{
     font-weight: bold;
    color: #A4A4A4;
    font-size: 20px;
    position: relative;
    padding: 5px 10px; 
    cursor:pointer;
}
.nav_active{
    color: #199847;
}

.nav_active:before{
    content: "";
    background: url(../images/active_nav.png) no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 72px;
    height: 6px;
}


.topproduct_item{
 border: 1px solid #CCCCCC;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20px;   
}

.topproduct_preview{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    height:280px;
}

.topproduct_preview img{
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
}
.topproduct_title{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    height:60px;
}

.topproduct_params{
 display: inline-block;
    width: 100%;
    margin-bottom: 10px;   
}

.topproduct_params ul{
    margin: 0;
}

.topproduct_params ul li{
        display: inline-block;
    border: 1px solid #ccc;
    padding: 1px 10px;
    border-radius: 5px;
    float: left;
    margin-right: 8px;
}

.topproduct_prices{
        grid-template-columns: 88% 12%;
    display: grid;
    margin-top: 15px;
}

.price_val{
        font-weight: bold;
    line-height: 2;
}

.add_to button{
     background: none;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;   
    outline:none;
    
}


.owl-carousel .owl-stage-outer{
    padding:10px 0;
}


.branch_row{
  display: inline-block;
    width: 100%;   
}


.branch_box{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);  
     gap: 60px;
}


.branch_item{
 border: 1px solid #CCCCCC;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20px;  
    background:#fff;
    
}

.branch_preview{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    height:240px;
}

.branch_item strong{
        display: inline-block;
    margin-top: 20px;
}

.branch_preview img{
    width:100%;
}


.branch_address{
color: #636363;
    font-size: 15px;
    padding: 0px 0px 0px 25px;
    background: url(../images/loc_icon.png) no-repeat;
    background-position: 0px 0px;
}


.branch_time{
color: #636363;
    font-size: 15px;
    padding: 0px 0px 0px 25px;
    background: url(../images/time_icon.png) no-repeat;
    background-position: 0px 4px;
}

.branch_map{
    font-weight: bold;
    display: inline-block;
    margin: 20px 0;
    padding: 0px 30px 0px 0px;
    background: url(../images/nav_button.png) no-repeat;
    background-position: right;  
}

.footer_banner_row,
.bottom_banner{
    width: 100%;
    display: inline-block;
}

.f_banner{
     width: 100%;
    margin: 50px 0;   
}

.f_banner img{
        width: 100%;
    border-radius: 20px;
}

.news_row{
        width: 100%;
    display: inline-block;
}

.block_header_custom{
        width: 100%;
    display: inline-block;
    margin: 20px 0;
    position:relative;
}

.block_header_custom h3{
    padding: 0px 0px 0px 100px;
    position:relative;
    color: #199847;
}

.block_header_custom h3:before{
    content: "";
    background: url(../images/block_header_ico.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
    background-position: left;
    width: 100%;
}



.news_box{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.news_item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.news_preview{
        border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.news_preview img{
        width: 100%;
}


.news_data{
        padding: 15px;
}

.news_data small{
    color: #999;
}

.news_data h3{
        margin-bottom: 10px;
}

.news_data p{
    font-size: 14px;
}

.news_read{
      padding: 15px;
    color: #199847;
    font-weight: bold;  
}


.news_header_nav{
  position: absolute;
    right: 0;
    top: 6px;
    padding: 0px 30px 0px 0px;
    font-weight: bold;  
}

.news_header_nav:before{
    content: "";
    background: url(../images/nav_button.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 25px;
    background-position: right;
    width: 100%;
}

footer{
        width: 100%;
    display: inline-block;
    margin-top: 100px;
   
}

.footer_row{
  padding-top: 15px;  
   background: #fff;
}


.footer_row .banner_item{
 background: #fff;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 0;   
}

.footer_top{
     float: right;
    position: relative;
    width: 100px;
    background: #fff;
    text-align: center;
    height: 88px;
    border-radius: 10px 10px 0px 0px;
    padding-top: 50px;  
    cursor:pointer;
}


.footer_top a{
    display: block;
}




.footer_top:before{
    content: "";
    background: url(../images/nav_top_icon.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 10px;
    height: 25px;
    background-position: center;
    width: 100%;
}

.copyright{
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}

.copyright_data{
        margin: 0;
    float: left;
    display: inline-flex;
}

.copyright_data li{
    padding-right: 50px;
}
.copyright_data li a{
    font-weight: bold;
    font-size: 15px;
}

.copyright_social{
        float: right;
    display: inline-flex;
}

.copyright_social li{
    margin: 0px 0px 0px 15px;
}









.mega-wrapper{
    position:relative;
}

.catalog-btn{
    height:72px;
    display:flex;
    align-items:center;
    gap:15px;
    color:#fff;
    cursor:pointer;
    padding:0 25px;
    font-size:20px;
    font-weight:700;
}

.catalog-btn i{
    font-size:26px;
}

.mega-menu{
    position: relative;
    top: 0px;
    left: 0;
    width: 300px;
    min-height: 440px;
    background: #fff;
    border-radius: 0 0 0px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    overflow: hidden;
    padding: 0;
}


.main-categories{
    width: 300px;
    background: #fff;
    padding: 15px;
}

.main-category{
    display: flex;
    align-items: baseline;
    gap: 3px;
    padding: 5px 0px 0px 5px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #EDEDED;
}

.main-category i{
    width:24px;
    font-size:24px;
    color:#444;
}

.main-category a:hover ,
.main-category.active a,
.category-content .column a:hover{
    color:green;
}


.category-content{
    flex:1;
    padding:30px 45px;
    display:none;
}

.category-content.active{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    background: #fafafa;
position: relative;
    z-index: 9;    
}

.column h3{
font-size: 20px;
    margin-bottom: 20px;
    color: #222;
    font-weight: bold;
}

.column ul{
    list-style:none;
}

.column ul li{
    margin-bottom:5px;
}

.column ul li a{
    text-decoration:none;
    color:#222;
    font-size:18px;
    transition:0.2s;
}

.column ul li a:hover{
    color:green;
}




.mega-menu.open{
    width:1440px;
}

.main-categories{
    width:300px;
    flex-shrink:0;
}

.category-content{
    width:1140px;
    display:none;
}

.cat_icon{
    float: left;
    margin-right: 13px;
    width: 29px;
    height: 38px;
     float:left;
}
.cat_icon img{
    width:100%;
}


.main-categories a{
        font-weight: normal;
    line-height: 1.9;
}


.slideshow_row .slide_item img{
height: 100%;
    object-fit: fill;
}


.slideshow_row .owl-stage-outer{
    padding:0;
}


.slide_box,
.slide_item{
    height: 610px;
}

.slide_item{
    border-radius: 0px 0px 20px 0px;
    overflow: hidden;
}








.pet-shop-wrapper {
    padding: 20px;
}

.intro-text {
    color: #888;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 100px;
}

.category-item-container {
    flex: 1;
    height: 190px; 
    position: relative;
}


.category-card {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
    z-index: 10;
    overflow: hidden;
    min-height:175px;
}

.category-item-container:hover .category-card {
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    z-index: 50; /* Всплывает над брендами */
}

.card-inner {
    display: flex;
    gap: 15px;
}

.cat-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.category-card .card-inner img{
    height: 115px;
    width: 150px;
    object-fit: contain;
}

.cat-content h3 {
    margin: 0 0 12px 0;
    font-size: 17px;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.arrow {
    margin-left: 8px;
    color: #333;
    font-weight: bold;
}

/* Логика списка подкатегорий */
.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 100px; /* Высота для ~4 пунктов */
    transition: max-height 0.4s ease-in-out;
}

.sub-menu li {
    margin-bottom: 6px;
}

.sub-menu li a {
    text-decoration: none;
    color: #999;
    font-size: 14px;
    transition: color 0.2s;
}

.sub-menu li a:hover {
    color: #000;
}


.category-item-container:hover .sub-menu {
    max-height: 600px; 
}

/* Секция брендов */
.section-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.brand-box {
    background: #fff;
    height: 100px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.brand-box img {
    max-width: 70%;
    max-height: 60%;
    filter: grayscale(0.3);
}
	



.itemBoxPage{
background: #fff;
    min-height: 500px;
}

.card-inner img{
    height:100%;
}

.pageHeaderData{
        width: 100%;
    display: inline-block;
    background: #fff;
}
#myCircle{
font-size: 30px;
    padding: 10px 15px 0 15px;
}
.custom_breadcrumb{
        margin-top: 10px;
}


.custom_breadcrumb ol{
    background: none;
    margin:0;
}


.otherContent{
    min-height:500px;
}



.catalog-page {
    padding: 20px 0;
    display: flex;
    gap: 24px;
}

/* Sidebar */
.sidebar {
    width: 320px;
    flex-shrink: 0;
}

.filter-box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.filter-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.back-arrow {
font-size: 28px;
    color: #666;
    position: relative;
    top: -9px;
}

.filter-header h3 {
    font-size: 24px;
    font-weight: 700;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.category-list {
    list-style: none;
}

.category-list li {
    padding: 10px 12px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all 0.3s;

}

.category-list li:not(.clear_button).active,
.category-list li:not(.clear_button):hover{
    color: #199847;
    border-left-color: #199847;

}

.category-list li:not(.clear_button):hover {
    background: #f7f7f7;
}

.filter-box h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.search-box {
    position: relative;
    margin-bottom: 16px;
}

.search-box input {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 40px 0 14px;
    font-size: 14px;
}

.search-box span {
    position: absolute;
    right: 12px;
    top: 11px;
    color: #888;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    margin:0;
}



.products {
    flex: 1;
}

.product-card {
    position: relative;
    display: flex;
    gap: 24px;
    background: #fff;
    border: 1px solid green;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 18px;
    transition: 0.3s;
}

.product-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.wishlist {
position: absolute;
    left: 10px;
    top: 0;
    font-size: 28px;
    color: #999;
    cursor: pointer;
}
.wishlist i{
    font-size: 21px;
}

.product-image {
    width: 180px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image>img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.product-info {
    flex: 1;
}

.badges {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.badge {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.recommended {
    background: green;
    color: #fff;
}

.discount {
    background: #ff5b5b;
    color: #fff;
}

.product-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 14px;
}

.rating {
    color: green;
    font-size: 18px;
    margin-bottom: 5px;
}

.rating span {
    color: #777;
    font-size: 14px;
    margin-left: 8px;
}

.product-footer {
border-top: 1px solid #eee;
    padding: 5px 0;
    display: inline-flex;
    width: 100%;
    margin:0;
}

.weight-select {
    margin-bottom:0px;
    position: relative;
    z-index: 99;
    width: 100%;    
}

.radio {
    width: 14px;
    height: 14px;
    border: 2px solid #199847;
    border-radius: 50%;
    position: relative;
}

.radio.active::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #199847;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.per-kg {
    color: #888;
    font-size: 13px;
}

.price-inline {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding-left: 0;
    position: absolute;
    right: 6px;
}

.price-inline .current {
    color: #e53935;
    font-weight: 700;
    font-size: 18px;
}

.old {
    color: #999;
    text-decoration: line-through;
    font-size: 17px;
}

/* Buy Box */
.buy-box {
    width: 260px;
    background: #eef7ee;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-box {
    text-align: right;
    margin-bottom: 16px;
}

.main-price {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.old-price {
    font-size: 20px;
    color: #666;
    text-decoration: line-through;
}

.unit-price {
font-size: 21px;
    color: #888;
    margin-top: 10px;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 999px;
    padding: 6px;
    margin-bottom: 14px;
}

.qty-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #eaf6ea;
    color: #1c8f3c;
    font-size: 28px;
    cursor: pointer;
    outline:none;
}

.qty-btn:hover{
    background:green;
    color:#fff;
}
button:focus{
   outline:none!important; 
}



.qty {
    font-weight: 700;
    font-size: 18px;
}

.add-to-cart {
    height: 45px;
    border: none;
    border-radius: 15px;
    background: #28a745;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    outline:none;
}

.add-to-cart:hover {
    background: #218838;
}

/* Responsive */
@media (max-width: 1100px) {
    .catalog-page {
        flex-direction: column;
    }

}
	
	
.sidebar_wrapper{
    position: sticky;
    top: 10px;
}





.weight-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    margin:0;
    width:100%;
}

.weight-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-radio {
    width: 14px;
    height: 14px;
    border: 2px solid #199847;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.weight-option input[type="radio"]:checked + .custom-radio::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #199847;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.weight-option input[type="radio"]:focus + .custom-radio {
    box-shadow: 0 0 0 3px rgba(61, 165, 255, 0.2);
}




.checkbox-list input[type="checkbox"]{
    width:15px;
    height:15px;
}



.text-product-price-medium-sale {
    color: #e74c3c;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
}




.cat_header p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/icon-bars-dark.svg);
    margin-right: 10px;
    position:absolute;
    left:10px;
    top:7px;
}

.viewMegaMenu{
        display: flex!important;
}

.icon-location:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/house.svg);
    margin-right: 10px;
    position:absolute;
    left: 0;
    top: -4px;
}


.float-start{
    position: relative;
    padding-left: 35px;   
}

.menu_type_shop-menu .otherContent{
    background: #fff;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}





.product-inner-card {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 18px;
    transition: 0.3s;
}




.product-inner-image{
    width: 300px;
    display: inline-block;
    float:left;
margin-right:50px;
}

.product-inner-card .product-info{
      display: inline-block;
    float: left;
    width: 54%;  
}

.product-inner-image  img{
    width:100%;
}

.product_gallery{
    width: 100%;
    display: inline-flex;
    margin: 20px 0;
}

.product_gallery li{
    width:150px;
    margin:3px 0;
}

.product_gallery li img{
width: 100%;
    height: 100%;
    object-fit: cover;
}


.products .product-image img{
    width:100%;
}








.owl-carousel {
    position: relative;
}


.slideshow_row.owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}
.brands_box.owl-carousel .owl-nav {
    position: absolute;
    top: 38%;
    left: -75px;
    width: 110%;
    transform: translateY(-47%);
    pointer-events: none;
}

/* Кнопки */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    pointer-events: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
}

/* Левая стрелка */
.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
    background: rgba(0, 0, 0, 0.65) url(../images/chevron-left-solid-full.svg);
    background-size: 34px auto;
    background-position: 5px 6px;
    background-repeat: no-repeat;
}

/* Правая стрелка */
.owl-carousel .owl-nav button.owl-next {
    right: 15px;
    background: rgba(0, 0, 0, 0.65) url(../images/chevron-right-solid-full.svg);
    background-size: 34px auto;
    background-position: 5px 6px;
    background-repeat: no-repeat;    
}



/* Иконки */
.owl-carousel .owl-nav button i {
    line-height: 1;
    font-size: 22px;
}

.main-categories .main-category:last-of-type{
    border:none;
}

.productAttr_row{
    width: 100%;
    display: inline-block;
    margin: 50px 0px 0px 0px;
}

.tags_row{
     width: 100%;
    display: inline-block;
    margin: 40px 0px;   
}

.attrib_row{
  width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    display: grid;
    grid-template-columns: 30% 70%;
    background: green;
    color: #fff;
    gap: 15px;
    border-radius: 5px;  
}

.attr_name{
        border-right: 1px solid #ccc;
}



.kv-table {
  width: 100%;
  border-collapse: collapse; /* Removes double borders */
}
.kv-table th {
  text-align: left; /* Headers aligned left for key-value pair */
  width: 30%;
  padding: 12px;
  color: #666;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.kv-table td {
    padding: 12px;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
    text-align: right;
}



.kv-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.kv-table th {
    background-color: #f2f2f2;
    border-right: 1px solid #ccc;
}


.productAttr_row h4,
.tags_row h4{
    color: green;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.tags_line{
    display: inline-flex;
    width: 100%;
}

.tags_line span{
        padding: 7px 10px;
    box-sizing: border-box;
    background: #ccc;
    border-radius: 10px;
    color: #000;
    margin-right: 10px;
}

.tags_line span:hover{
     background: green;
     color: #fff;
}

.footer_logo img{
    padding-bottom:2px;
}


.tp_social_lang{
    float: left;
    background: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-right: 10px;
    cursor:pointer;
}

.lang_container{
        position: absolute;
    width: 55px;
    background: #fff;
    z-index: 9;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 38px 0px 0px -6px;
    overflow: hidden;
    display:none;
}

.lang-inline .lang-active{
    margin: 0;
    text-align: center;
    display: block;
}



.tp_social_lang:hover .lang_container{
    display:block;
}


.lang-inline li a{
        background: #fff;
    width: 100%;
    display: block;
    padding: 5px 0;
}

li.lang-active a,
.lang-inline li a:hover{
  background: green;
    width: 100%;
    display: block;
    padding: 5px 0;  
    color:#fff!important;
}


div.mod-languages ul.lang-inline li {
    display: inline-block !important;
    width: 100%;
    margin: 0;
    text-align: center;
}


.aboutPage{
    width: 100%;
    display: inline-block;
    padding: 50px 0px 50px 0px;
    background: #fff;
}


.about-grid{
        display: grid;
    grid-template-columns: 25% 75%;
    gap: 20px;
}

.about-image img{
    width:100%;
}







.contact-info {
    background: #f5f5f5;
    padding: 60px 0;
}

.info-grid {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.info-item {
    width: 30%;
}

.info-item p{
    margin:0px 0px 3px 0px;
}
.info-item .icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.info-item .icon  img{
    height:64px;
}

.info-item h3 {
    margin-bottom: 10px;
}

.info-item a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
}

/* MAIN */
.contact-main {
    padding: 60px 0;
    background:#fff;
}

.main-grid {
    display: flex;
    gap: 40px;
}

/* MAP */
.map {
    flex: 1;
}

.map iframe {
    width: 100%;
    height: 500px;
    border: none;
}

/* FORM */
.form-box {
    flex: 1;
}

.subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    color: #888;
}

.form-box h2 {
    font-size: 36px;
    margin: 15px 0 30px;
}

.form-box input,
.form-box textarea{
        border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-main form .row {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.contact-main input,.contact-main textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    outline:none;
}

.contact-main textarea {
    height: 100px;
    margin-bottom: 20px;
}

.contact-main button {
    background: green;
    color: #fff;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 14px;
    outline:none;
        border-radius: 15px;
}

.contact-main button:hover {
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    .info-grid {
        flex-direction: column;
        gap: 30px;
    }

    .info-item {
        width: 100%;
    }

    .main-grid {
        flex-direction: column;
    }
}



.cart_row{
    position: relative;
}

#cart_count,
#fav_count{
    position: absolute;
    top: -14px;
    right: -9px;
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
        font-size: 15px;
}


.searchContent{
        width: 100%;
    display: inline-block;
    padding: 50px 0;
    background: #fff;
    border-top: 1px solid #ccc;
    min-height: 500px;
}


.search_page_form{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.search_page_frm{
    width: 100%;
    display: inline-block;
}

.search_page_frm  form{
    width: 100%;
}

.search_page_frm  form input[type="text"]{
    border: 1px solid #ccc;
}

.search_page_form h1 span{
    font-weight: bold;
    color: green;
}


.reg_log_wrapper{
    width: 100%;
    display: inline-block;
}

.reg_form{
    width: 34%;
    float: left;
    margin-top: 200px;
    margin-left: 110px;
}

.init_preview{
float: right;
    width: 60%;
    overflow: hidden;
}

.init_preview img{
        width: 100%;
    margin-left: 50px;
}







.reg_form p{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.reg_form p a{
    font-size: 15px;
    color: #777777;
    padding-right: 10px;
}

.rg_active{
    color:#1A9847!important;
    position:relative;
    font-weight:bold;
}

.rg_active:before{
    content:"";
    width:100%;
    height:2px;
    position:absolute;
    bottom:-3px;
    left:0;
    background:#1A9847;
}

.form_rw{
        width: 100%;
    display: inline-block;
    margin-bottom: 25px;
        position:relative;
}

.form_rw input{
width: 100%;
    border: none;
    border-bottom: 2px solid #aaaaaa;
    padding: 5px 5px 5px 35px;
    outline: none;
}



.inp_name:before{
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 7px;
    color: #a5a5a7;

}

.inp_eml:before{
    content: "";
    background:url(../images/eml.png) no-repeat 0 0;
    width:25px;
    height:17px;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #a5a5a7;
        background-size: 20px auto;
}


.inp_psw:before{
    content: "";
    background: url(../images/psw.png) no-repeat 0 0;
    width: 18px;
    height: 25px;
    position: absolute;
    top: 1px;
    left: 8px;
    color: #a5a5a7;
    background-size: auto 20px;

}


.reg_action input{
        background: #1A9847;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.reg_action a{
        font-size: 13px;
    color: #999999;
    float: right;
    padding: 10px 0;
}

.reg_action{
        text-align: right;
}






.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.uk-padding-large {
    padding: 70px 30px;
    align-items: center;
}


.uk-width-1-2\@m {
    width: 40%;
}

.uk-light{
    width:60%;
}

.uk-width-3-4\@s {
    width: 75%;
}
.uk-margin-bottom {
    margin-bottom: 20px !important;
}

.uk-text-primary {
    color: #eb4a36 !important;
}
.uk-margin {
    margin-bottom: 20px;
}

.uk-form-label {
    color: #333;
    font-size: 0.875rem;
    padding: 5px;
    display: block;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
}

.uk-border-pill {
    border-radius: 10px;
}

.uk-form-large {
    border-width: 2px;
}

.uk-button-large {
    padding: 0 40px;
    line-height: 46px;
    font-size: 0.875rem;
}

.uk-button-primary {
    background-color: #eb4a36;
    color: #fff;
    border: 1px solid transparent;
}

.uk-background-blend-overlay {
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    padding: 120px;
        border-radius: 10px;
}

.uk-text-center {
    text-align: center !important;
}

.uk-input, .uk-select, .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #4a4a4a;
    border: 1px solid #eaecf0;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
}

.uk-button {
margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    border-radius: 5px;
    cursor:pointer;
}


.uk-button-primary {
    background-color: #1A9847;
    color: #fff;
    border: 1px solid transparent;
}


.uk-h2, .uk-text-center h2 {
    margin: 0 0 20px 0;
    font-family: "Montserrat", san-serif;
    font-weight: 600;
    color: #000;
    text-transform: none;
    font-size: 30px;
}

.uk-margin-medium-bottom{
    margin-bottom:10px;
}




.uk-link-muted {
    color: #4a4a4a;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #4a4a4a;
    border-color: #1A9847;
}

.loginBox .fa-user{
    font-size:20px;
}






/* =========================
   BLOG GRID
========================= */

.blog-items{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* =========================
   BLOG ITEM
========================= */

.blog-item{
    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:0.25s ease;

    box-shadow:
        0 4px 18px rgba(0,0,0,0.05);

    display:flex;
    flex-direction:column;

    height:100%;
}

.blog-item:hover{

    transform:translateY(-6px);

    box-shadow:
        0 12px 30px rgba(0,0,0,0.12);

}

/* =========================
   IMAGE
========================= */

.blog-item .item-image{
    display:block;
    overflow:hidden;

    height:220px;
}

.blog-item .item-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    transition:0.35s ease;
}

.blog-item:hover .item-image img{

    transform:scale(1.05);

}

/* =========================
   CONTENT
========================= */

.blog-item .item-content{
    padding:24px;
    display:flex;
    flex-direction:column;
    flex:1;
}

/* =========================
   TITLE
========================= */

.blog-item .page-header{
    margin-bottom:16px;
}

.blog-item .page-header h2{
    font-size:26px;
    line-height:1.35;
    margin:0;
}

.blog-item .page-header h2 a{
    color:#1d1d1d;
    text-decoration:none;

    transition:0.2s;
}

.blog-item .page-header h2 a:hover{
    color:#C2385E;
}

/* =========================
   DESCRIPTION
========================= */

.blog-item p{
    font-size:16px;
    line-height:1.7;

    color:#666;

    margin:0;

    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;

    overflow:hidden;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

    .blog-items{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:700px){

    .blog-items{
        grid-template-columns:1fr;
    }

    .blog-item .page-header h2{
        font-size:22px;
    }

}


.com-content-category-blog.blog{
        width: 100%;
    padding:0;
    display: inline-block;
}


.page_174 .otherContent{
        background: #fff;
    border-top: 1px solid #ccc;
    padding: 50px 0;
}

.product_inner_data{
    width: 100%;
    display: inline-flex;
}

.product_inner_data .news_preview{
    width: 30%;
    margin-right: 30px;
}
.product_inner_data .news_preview img{
    width:100%;
}

.product_inner_content{
        width: 67%;
}

.noAcc{
        width: 100%;
    display: inline-flex;
    margin: 50px 0;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.noAcc p:first-of-type{
    line-height: 2.3;
    width: 63%;
}






.accountLeft h1{
    margin-bottom: 50px;
    font-size: 30px!important;
}


.accountLeft ul li{
    margin-bottom: 20px;
}

.accountLeft ul li a{
    font-size: 20px;
}
.accountLeft ul li i{
    padding-right:10px;
}

.accountLeft ul li a:hover{
    color: #1A9847!important;
}





.productPreviewBox{
  
}


.shopHeader{
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0px 60px 0px;
    font-size: 25px!important;
}





.formFrd{
    width: 100%;
    background: #f9f9f9;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}

.formFrd input,
.formFrd textarea{
    border-radius:5px;
}


.brandTitle{
    text-align: center;
        font-size: 23px!important;
}



.brDataRw{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}




.accountLogOut{
        margin-top: 100px;
}

.accountLogOut a {
    font-size: 25px;
}

.emptyFav{
    text-align: center;
    font-size: 30px!important;
}








.passBlock{
        padding: 15px 0;
   
}


.passBlock .form-group{
        width: 90%;
    display: inline-block;
    margin-bottom: 15px;
}

.passBlock .form-group label{
        width: 250px;
    display: block;
    float: left;
    padding-bottom:5px;
}


.passBlock .form-group input{
        width: 100%;
    float: left;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
}


.sucButton{
    width: 100%;
    margin: 0;
    border: none;
    background: #1A9847;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.sucButton:hover{
    color:#fff;
}




.emailBlock{
    padding: 15px 0;
}


.emailBlock .form-group{
        width: 90%;
    display: inline-block;
        margin-bottom: 15px;
}

.emailBlock .form-group label{
        width: 250px;
    display: block;
    float: left;
    padding-bottom:5px;
}


.emailBlock .form-group input{
        width: 100%;
    float: left;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
}


.accountRight .row{
    width: 100%;
    display: inline-flex;
    margin:0;
}

.profileItem{
        width: 100%;
    display: inline-block;
    margin-bottom:50px;
}


.profileItem li{
margin: 5px 0;
    border: 1px solid #ccc;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.profileItem li strong{
        padding: 10px;
    display: block;
    float: left;
    background: #f3f3f3;
    margin-right: 20px;
        width: 240px;
}


.profileItem li  span{
    padding: 10px;
    display: block;
}

.mainForm{
    border-top: 1px solid #f3f3f3;
}

.profileBox form{
    width: 100%;
    display: block;

    margin: 0 auto;
}



.profileBox form .form-group{
    width: 100%;
}


.form-groupProf{
    display: inline-block;
    margin: 10px 0;
}


.form-groupProf .sucButton {
    padding: 10px 40px;
}


.page_278  .otherContent,
.page_279  .otherContent,
.page_280  .otherContent{
        background: #fff;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}






.accountRow{
    width:100%;
    display:inline-block;
}

.accountLeft{
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    height: 100vh;
    margin-bottom: -10px;
}

.accountRight{
    width: 79%;
    float: right;
    padding: 20px 10px;
    box-sizing: border-box;
    min-height: 500px;
    border-left: 1px solid #ccc;
}





.addressList{
    margin: 50px 0;
}




.addressList table {
  border-collapse: collapse;
  width: 100%;
}

.addressList th, .addressList td {
  text-align: left;
  padding: 12px;
}

.addressList tr:nth-child(even){background-color: #f2f2f2}

.addressList th {
  background-color: #1A9847;
  color: white;
}




.addressList input{
        width: 20px;
    height: 20px;
    cursor: pointer;
}

.edit_a{
    background: green;
    color: #fff!important;
    border-radius: 5px;
    padding: 5px 20px;
}

.remove_a{
    background:red;
        color: #fff!important;
    border-radius: 5px;
    padding: 5px 20px;
}

.address_action{
    width: 200px;
}




.select_item{
        width: 100%;
    padding: 10px;
    border: 1px solid#ccc;
    box-sizing: border-box;
    outline:none;
}

.shp_link{
        background: #1A9847;
    padding: 10px;
    display: block;
    text-align: center;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 15px;
    margin: 5px 0;
}




.ordersBox{
    margin: 5px 0;
    width: 100%;
    display: inline-block;
}

.ordersBox h3{
        margin: 10px 0;
}



.orderRow{
    padding: 10px;
    background: #f1f1f1;
    box-sizing: border-box;
        width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.order_detalization{
    display:none;
        padding: 15px;
    box-sizing: border-box;
}
.orderDate{
    cursor:pointer;
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}

.orderDate  ul{
        display: inline-flex;
    width: 100%;
    margin:0;
}

.orderDate  ul li{
    padding-right: 20px;
}

button.checkout-btn{
    width: 100%;
    outline: none;
    border: none;
}


.b2b_block{
    display:none;
}


.member_dashboard{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}


.subLevel{
    display:none;
}

.data_dashboard{
         display: inline-block;
    width: 100%;   
}

.main_manager_ul{
        width: 100%;
    display: inline-block;
}

.main_manager_ul>li{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.main_manager_ul>li>a{
       display: block;
    padding: 13px;
    box-sizing: border-box;
    background: #1A9847;
    border-radius: 10px;
    color: #fff;
    font-size: 23px;
    cursor: pointer; 
    height:80px;
    position:relative;
}

.main_manager_ul li img{
    width: 46px;
    border-radius: 100%;
}

.cat_preview{
        float: left;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 15px;
}

.subLevel{
        width: 100%;
    padding: 0px 0px 0px 85px;
}


.cat_level_2{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.cat_level_2>a{
    display: block;
    padding: 13px;
    box-sizing: border-box;
    background: #1A9847;
    border-radius: 10px;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    height: 60px;
    position:relative;
}



.cat_level_3{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.cat_level_3>a{
    display: block;
    padding: 13px;
    box-sizing: border-box;
    background: #1A9847;
    border-radius: 10px;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    height: 60px;
    position:relative;
}


.child_nav:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../images/bottom_arrow.svg) no-repeat 0px 0px;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index:9;
}	


.cat_level_2 .child_nav:before {
    top: 10px;
}	



.open_product{
background: #fff;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 16px;
    position: relative;
    color: #000 !important;
    float: right;
    top: 0;
    right: 70px;
}

.child_nav span{
    position: relative;
    display: inline-block;
    float: right;
    padding: 21px;
    margin-top: -12px;
    box-sizing: border-box;
    width: 94%;
}


.product_category h1 a{
     background: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 19px;   
}


.product_byCat{
    width:100%;
    display:inline-block;
    margin:30px 0;
}


.managerLog{
    text-align:right;
}

.managerLog a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}

.manager_products .product-image img{
    width:80px;
}




.manager_products .product-card{
    padding: 5px;
}


.manager_products .unit-price{
    margin:0;
}

.manager_products .quantity-control {
    padding: 2px;
    margin-bottom: 8px;
}



.manager_products .price-box {
    margin-bottom: 3px;
}

.manager_products .buy-box {
    padding: 0 18px;
}



.manager_products .qty-btn {
    width: 30px;
    height: 30px;
        font-size: 22px;
}




.manager_products  .add-to-cart {
    height: 35px;
    font-size: 15px;
}


.manager_products  .product-footer {
    padding-top: 3px;
}


.manager_products .product-title{
    margin:0;
}


.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
    outline:none;
}

.order_item_data{
        width: 100%;
    display: inline-block;
    margin: 5px 0;
}



.managetBox .top_row {
    grid-template-columns:25% 33% 42%;
}

.managetBox .social_row > ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 31% 30% 29% 10%;
}

.managetBox .social_row > ul li{
        margin: 0 5px;
    padding-top: 4px;
}





.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}


.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


.order_prod{
        margin: 0;
    padding-left: 15px;
}

.active_orders h4,
.expired_orders h4{
    font-size: 27px;
    border-bottom: 1px solid #ccc;
}
.empty_hh{
        text-align: center;
    padding: 50px 0;
    color: #999;
}

.mini_description{
    margin-bottom: 10px;
}



.product-inner-card .mini_description{
        margin: 20px 0;
}


.product-tabs{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eceff4;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}



.tabs-head{
    display:flex;
    align-items:center;
}

.tab-btn{
    min-height:74px;

    padding:0 34px;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    font-size:18px;
    font-weight:700;

    color:#667085;

    position:relative;

    transition:0.2s;

    white-space:nowrap;
}

.tab-btn:hover{
    color:#1f2937;
}

.tab-btn.active{
    color:#C2385E;
}

.tab-btn.active:after{
    content:"";

    position:absolute;

    left:0;
    bottom:0;

    width:100%;
    height:3px;

    background:#C2385E;
}

/* =========================
   CONTENT
========================= */

.tabs-content{
    padding:34px;
}

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

/* =========================
   TEXT
========================= */

.tab-content p{
    margin:0;

    font-size:16px;
    line-height:1.8;

    color:#4b5563;
}

/* =========================
   DOCS
========================= */

.docs-list{
    margin:0;
    padding:0;
        display: inline-flex;
        width:100%;
    list-style:none;
}

.docs-list li{
    margin:10px;
}

.docs-list a{
    color:#C2385E;

    text-decoration:none;

    font-weight:600;
}

/* =========================
   REVIEWS
========================= */

.review-item{
    padding-bottom:24px;
    margin-bottom:24px;

    border-bottom:1px solid #edf0f4;
}

.review-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.review-name{
    font-size:17px;
    font-weight:700;

    margin-bottom:8px;
}

.review-text{
    color:#5b6472;

    line-height:1.7;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .tab-btn{
        padding:0 22px;
        font-size:16px;
    }

    .tabs-content{
        padding:24px;
    }

}


.product_inner_page .buy-box{
background: none;
    border: 1px solid #ccc;
    padding: 10px;
float: right;    
}

.inner_cart{
background: #eef7ee;    
border-radius: 10px;
    padding: 10px;
}

.product_inner_page .quantity-control{
    background:none;
}


.qty-btn {
    background: #fff;
    color: #1c8f3c;
}

.inner_cart .add-to-cart{
    width: 93%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.tabs-head-row{
    width: 800px;
    margin: 0 auto;
}

.tabs-head-row{
        border-bottom: 1px solid #eceff4;
}


.product_inner_page .product-footer,
.products .product-footer{
    padding: 10px ;
    background: #ffffff;
    border-radius: 10px;
    margin: 5px 0;
    border:none;
    background: #F7F7F7;
    border: 1px solid #E5E5E4; 
    position:relative;
    z-index:9;
    
}

.manager_products .product_inner_page .product-footer,
.manager_products .products .product-footer{
       padding: 5px 15px 5px 40px; 
}

.product_inner_page  .is_active_pr,
.products .is_active_pr{
        border: 1px solid #218838!important;
    box-shadow: 0 0 0 2px rgba(33, 136, 56, 0.25);
    background:none!important;
}

.clear_cart{
    text-align: right;
    margin-bottom: 15px;
}


#removeCart{
    background: #d92f54;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    cursor: pointer;
}


.passBlock{
display: grid !important;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 15px;
}

.mainForm  .btn-save {
    min-width: 190px;
}


.addressList tr th:first-child{
    border-radius:10px 0px 0px 0px;
}

.addressList tr th:last-child{
    border-radius:0px 10px 0px 0px;
}


.emptAcc{
     text-align: center;
    font-size: 30px;
    color: #999;   
}


.clients_addform .card{
        padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.clients_addform .card form{
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    gap: 15px;
}

.clients_addform{
     width: 100%;
     display:inline-block;
}

.clients_addform .card{
    margin-top: 30px;
}

.clients_addform  .save-wrapper{
    padding-top: 31px;
}

.clients_addform  .save-wrapper .btn-save{
    background-color: #1A9847;
    color: #fff;
    border: 1px solid transparent;
    padding: 6px 20px;
    border-radius: 7px;
    width: 100%;
}





.addressForm{
    display:flex;
    align-items:flex-end;
    gap:20px;

    background:#fff;

    padding:25px;

    border-radius:18px;

    box-shadow:
        0 4px 18px rgba(0,0,0,0.05);
}

/* =========================
   COL
========================= */

.addressForm .col-md-3{
    flex:1;
    min-width:0;
}

/* =========================
   LABEL
========================= */

.addressForm .form-label{
    display:block;

    margin-bottom:10px;

    font-size:14px;
    font-weight:700;

    color:#4b5563;
}

/* =========================
   INPUT
========================= */

.addressForm .form-control{
    width:100%;
    height:45px;

    border:1px solid #d9dee7;

    border-radius:14px;

    padding:0 16px;

    font-size:15px;

    transition:0.2s;
}

.addressForm .form-control:focus{
    outline:none;

    border-color:#C2385E;

    box-shadow:
        0 0 0 4px rgba(194,56,94,0.12);
}



.addressForm button{
    width:100%;
    height:52px;

    border:none;

    border-radius:14px;

    background:green;
    color:#fff;

    font-size:15px;
    font-weight:700;

    cursor:pointer;

    transition:0.2s;
}

.address_row{
    padding:0!important;
   
}
.address_row{
     display:none;
}

.address_row.show{
        display: table-cell;
}

.addAddress {
    width:150px;
        border-color: #7258db!important;
    color: #fff!important;
}

.u_address{
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
        padding-left: 50px;
}

#simpleList .u_address:last-of-type{
    border:none;
}

.main_part{
        background: #ddd!important;
}

.removeAddress{
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
}

.removeAddress span{
    display: inline-block;
    background: red;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    color: #fff;
text-align: center;
    font-size: 26px;
    line-height: 1.2;    
}

.address_row{
    background:none!important;
}

.adin_row{
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.address_header{
    font-size: 23px;
}

.adin_row ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.adin_row ul li{
    display: inline-flex;
    width: 100%;
    margin: 5px;
    position:relative;
}

.adin_row ul li p{
    margin: 0;
    width: 95%;
}

.adin_row ul li a{
       float: right;
    display: block;
    background: #7258DB;
    color: #fff!important;
    padding: 5px 30px;
    border-radius: 5px;
    text-decoration: none!important;
    cursor: pointer; 
width: 103px;
    text-align: center;    
}

.is_added{
        float: right;
    display: block;
    background: green;
    color: #fff!important;
    padding: 5px 30px;
    border-radius: 5px;
    text-decoration: none!important;
}

.removeAdd{
    position: absolute;
    top: -14px;
    right: -10px;
    background: red;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    line-height: 1.3;
    font-size: 18px;
    cursor: pointer;
}


.clients_addresslist{
 margin-top:50px;   
}




.order-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px;
    margin-bottom:12px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fff;
}

.order-item__image{
    width:80px;
    min-width:80px;
}

.order-item__image img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:8px;
}

.order-item__content{
    flex:1;
}

.order-item__title{
    font-size:16px;
    font-weight:600;
    margin-bottom:6px;
}

.order-item__variant{
    color:#666;
    font-size:14px;
    margin-bottom:6px;
}

.order-item__info{
    font-size:14px;
    color:#444;
}

.order-item__price{
    font-size:18px;
    font-weight:700;
    white-space:nowrap;
}



.bonus-status-card{
    max-width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid #ececec;
    margin-bottom: 50px;
}

.bonus-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.bonus-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.bonus-label{
    font-size:13px;
    color:#777;
    margin-bottom:3px;
}

.bonus-title{
    font-size:24px;
    font-weight:700;
}

.bonus-discount{
    background:#f7f7f7;
    padding:14px 16px;
    border-radius:12px;
    margin-bottom:20px;
    font-size:16px;
}

.bonus-discount strong{
    font-size:20px;
}

.bonus-details{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.bonus-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    border-bottom:1px solid #f0f0f0;
}

.bonus-row:last-child{
    border-bottom:none;
}

.bonus-row span{
    color:#666;
    font-size:14px;
}

.bonus-row strong{
    font-size:15px;
}


.bonus-status-card.silver .bonus-icon{
    background:linear-gradient(135deg,#d8dce3,#aeb6c2);
    color:#fff;
}

.bonus-status-card.silver .bonus-title{
    color:#707b8c;
}



.bonus-status-card.gold .bonus-icon{
    background:linear-gradient(135deg,#ffd76a,#f7b500);
    color:#fff;
}

.bonus-status-card.gold .bonus-title{
    color:#d69a00;
}


.fa-heart.active{
    color:green;
}


.favorite-items{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin: 50px 0;
}

/* Карточка */

.favorite-card{
    background:#fff;

    border:1px solid #ececec;

    border-radius:18px;

    overflow:hidden;

    transition:.25s;

    box-shadow:
        0 2px 8px rgba(0,0,0,.04);

    display:flex;
    flex-direction:column;
}

.favorite-card:hover{
    transform:translateY(-4px);

    box-shadow:
        0 10px 30px rgba(0,0,0,.10);
}

/* Фото */

.favorite-card-image{
    position:relative;

    aspect-ratio:1/1;

    overflow:hidden;

    background:#f7f7f7;
}

.favorite-card-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:.3s;
}

.favorite-card:hover .favorite-card-image img{
    transform:scale(1.04);
}

/* Контент */

.favorite-card-body{
    padding:16px;

    display:flex;
    flex-direction:column;

    flex:1;
}

/* Название */

.favorite-card-title{
    font-size:15px;

    font-weight:600;

    line-height:1.4;

    min-height:42px;

    margin-bottom:12px;

    color:#222;

    overflow:hidden;
}

/* Цена */

.favorite-card-price{
    font-size:22px;

    font-weight:700;

    margin-bottom:16px;

    color:#111;
}

/* Кнопка */

.favorite-remove-btn{
    margin-top:auto;

    width:100%;

    border:none;

    border-radius:10px;

    padding:12px;

    cursor:pointer;

    font-size:14px;

    font-weight:600;

    transition:.2s;

    background:#f3f4f6;

    color:#444;
}

.favorite-remove-btn:hover{
    background:#e5e7eb;
}

.cart-discount-badge{
  color: green;
    font-weight: bold;  
}





.brand_row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
}



.catRowItem{
 height:300px;    
}



.brands{
    margin:50px 0;
    width:100%;
    display:inline-block;
}

.brands h1{
    font-size: 28px;
    color: #199847;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}




.brands_page_list{
        margin: 10px 0;
    width: 100%;
    display: inline-block;
    background:#fff;
}

.brand_item_ts{
    display: inline-flex;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 170px;

}


.brand_item_preview a{
    display:block;
}


.brand_item_preview img{
width: 100%;
    object-fit: cover;
    padding: 0;
    height: 100%;
}

.brand_item_preview{
    width:50%;
}

.brand_item_preview{
    display: flex;
    justify-content: center; /* по горизонтали */
    align-items: center;     /* по вертикали */
    height: 180px; /* нужная высота блока */
}

.brand_item_preview a{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
}

.brand_item_preview img{
    display: block;

    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;
}



.brand_item_data{
    width: 70%;
    margin: 20px;
}

.brand_item_data>a{
    font-size: 26px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: block;
}


.brand_item_data ul li{
        width: 100%;
    display: inline-block;
}

.brand_item_data ul li i{
        color: #199847;
    position: relative;
    top: 5px;
    float: left;
    padding-right: 7px;
}

.brand_item_data ul li a{
        padding: 3px 0;
    display: block;
    float: left;
}




.brandLeftRow h6 {
color: #fff;
    background-color: #199847;
    border: none;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    padding: 15px;
}

.brand_flist li a {
    border: 1px solid #eee;
    padding: 12px 12px;
    text-transform: capitalize;
    font-weight: normal;
        width: 100%;
    display: block;
    border-bottom: none;
}

 .brand_flist  li:last-of-type a{
    border-bottom:1px solid #eee;
}


.brand_flist  li a:hover,
.activeBrandS{
    background: #fff;
    color: #199847;
    z-index: 0;
}

.brandRowBld{
width: 100%;
    display: grid;
    grid-template-columns: 22% 75%;
    gap: 35px;
    padding: 50px 0;
}

.brandLeftRow{
        width: 100%;
}

.brandRightRow{
        width: 100%;
}



.header_left{
    float: left;
    margin-right: 20px;
        width: 150px;
}

.brandHeader h1{
    font-size: 25px;
    margin: 0px 0px 10px 0px;
}

.header_left img{
    width: 150px;
}


.brandHeader{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
}


.br_links{
    margin: 5px;
    width: 100%;
    display: inline-block;
}

.br_links li{
    padding: 3px;
    float: left;
    width: 100%;
}

.br_links li i{
    float: left;
    margin-right: 10px;
    color: #199847;
}

.br_links li a{
    color: #999;
    display: block;
}



.brands_product .listing_item {
width: 23%;
    height: 440px;
}

.brands_product .product_preview img {
    height: 150px;
    width: auto;
}


.brands_product .listing_data {
    width: 100%;
    margin: 50px 0;
}

.brands_product .listing_item:nth-of-type(4n){
    margin: 0;
    float: right;
}

.ordstatus_0{
    background:#199847;
    color:#fff;
}

.ordstatus_1{
    background:green;
    color:#fff;
}


.ordstatus_2{
        background:#a00808;
    color:#fff;
}


.relatedProduct{
        width: 100%;
    display: inline-block;
}

.relatedProduct h3{
text-align: center;
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 2px solid #ebebeb;
    font-size: 25px;
}







.relatedProduct .listing_item {
width: 19%;
    height: auto;
}

.relatedProduct .product_preview img {
    height: 150px;
    width: auto;
}


.relatedProduct .listing_data {
width: 100%;
}

.relatedProduct .listing_item:nth-of-type(5n){
    margin: 0;
    float: right;
}


.relatedProduct .listing_item{
    margin: 0px 20px 20px 0px;
}


.page_474 .otherContent,
.page_475 .otherContent{
    background:#fff;
}

.clear_button{
    text-align: right;
}

.clear_button a{
    background: #840d0d;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    border-radius: 6px;
    display:inline-block!important;
}

.category-list a{
    display:block;
}


.mod-menu__sub{
    display:none;
}

.header,
.mobile_shop{
    display:none;
}
