article, aside, figure, footer, header, hgroup, nav, section{display:block;}
*{margin:0;padding:0;font-family: "Montserrat", sans-serif; -webkit-box-sizing: border-box;
          box-sizing: border-box;outline: 0 !important;}		  
html, body{position:relative;overflow-x:hidden;}
body{background-color: #f9f9f9;}
p{line-height:1.8;margin-bottom:15px;font-weight:500; font-size: 16px;}
ul, ul li, ol, ol li{margin-bottom:15px; list-style-position:inside;font-weight: 500;font-size: 16px;}
img {
  max-width: 100%; }
@media (min-width: 992px) {
    #body .container {
        max-width: 1180px;
    }
}
a{color: #141414;}a:hover{color: #00997b; text-decoration:none;} 
.wrap{
    width: 100%;
    max-width:1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}
.top_line{
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
}
.top_line ul{margin-bottom:0;
    display:flex;
    list-style-type:none;
}
.top_line ul li{margin-bottom:0;
    margin-right:20px;
}

.top_line a{
   text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .21em;
    text-transform: uppercase;
    color: #000;
    position: relative;
    display: inline-block;
}
.top_line a:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
    background-color: transparent;
}
.top_line a:hover:after {
    background-color: #00997b;
}
.right{
    text-align:right;
}
.h_tel{
    margin-right:20px;
}
.bot_line{
    padding:20px 0;
}
.logo{
    display:flex;
    align-items: center;
}
.l_name{
    font-size: 20px;
    line-height: 1;
}
.l_name span{
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.logo img{
    width:45px;
        margin-right: 10px;
}
.cat_but{
        display: block;
    background: #8bb754;
    width: 150px;
    padding: 5px 5px 5px 10px;
    color: white;
    border-radius: 6px;
}
.cat_but:hover{
    color: white;
}
.logo:hover{
    color: black;
}
#searchform {
    position:relative;
}
#searchform .inputbox{
   width: 100%;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid gray;
}
#searchform input[type=submit] {
   border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 30px 0 30px;
    font-size: 21px;
    color: #03354c;
    background: url(/wp-content/themes/zdorovie/img/search.svg) no-repeat;
    background-size: 27px;
    background-color: #8bb754;
    background-position-x: center;
    background-position-y: center;
    border-radius: 0 6px 6px 0;
}
header{
    background:#fff;
}
header .wrap{
    position:relative;
}
.big_menu {
    position: absolute;
    left: 0;
    min-height: 400px;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
    padding: 1% 3% 0;
    box-shadow: 0 22px 35px -24px rgba(0, 0, 0, .5);
    display:none;
}
.big_menu .submenu {
    display: inline-block;
    width: 30%;
    margin-top: 30px;
}
.big_menu ul li {
    display: block;
    text-align: left;
}
.big_menu ul li a {
    text-align: left;
    padding: 0;
    margin-bottom: 36px;
}
.big_menu #sub_menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 63%;
    margin-top: 30px;
}
.big-menu-catalog>.cat-item {
    display: none;
}
.cat-item.mhover {
    display: block;
}
header .cat-item .children li.hassub {
    position: relative;
}
header .cat-item>.children>li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-right: 8px;
}
.big-menu-catalog>li>a {
    display: none;
}
.big_menu .submenu li a{
    position:relative;
    font-size: 17px;
    display: block;
}
.big_menu .submenu li a:after{
content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
    transform: rotate(45deg);
    display: inline-block;
    transition: 1s;
    position: absolute;
    left: 255px;
    top: 5px;
    
}
.prod_card {
    border: 1px solid #ceefee;
    padding: 15px;
}
.owl-carousel .prod_card {
    border: none;
  
}
.prod_card .pr_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 255px;
    overflow: hidden;
    position: relative;
}
.prod_card img {
    object-fit: contain;
    max-height: 200px;
}
.prod_card .price{
        font-size: 20px;
    font-weight: 500;
}
.prod_card .card-buttons{
    margin-top:10px;
        align-items: center;
}
.prod_card .card-buttons .add_to_cart_button{
        display: block;
    padding: 7px 15px;
    background: #8bb754;
    color: white;
}
.prod_card .card-buttons .add_to_cart_button.added{
    display:none;
}
.prod_card .card-buttons .wc-forward{
     padding: 7px 15px;
    background: #8bb754;
    color: white;
}
#catalog{
    margin-top:40px;
}
.short_desc{
    margin: 20px 0 0px 0;
}
.cat_car .cc_name {
  background: #c8dddb;
    display: flex;
    text-align: center;
    font-size: 14px;
    padding: 0 2px;
    align-items: center;
    color: #282828;
    justify-content: center;
    height: 56px;
}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
#catalog h1{
    margin-bottom:30px;
}
.cat_car .owl-dots{
    text-align:center;
}
.cat_car .owl-dots .owl-dot{
       width: 6px;
    height: 6px;
    background: #989898;
    margin: 0 5px;
}
.cat_car .owl-dots .owl-dot.active{
    background: #29ed29;
}
.hline{
    margin:20px 0;
}
.cat_desc{
    margin-top: 50px;
}
main{
    padding-bottom:60px;
}
.top_f{
    background: #f1f1f1;
    padding: 50px 0;
}
.bot_f{
    padding: 20px 0;
}
.bot_f p{
    margin-bottom:0;
}
.po-alfavitu-links{
   display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.po-alfavitu-links li{
        display: block;
    padding: 10px 20px;
    margin: 10px 10px 10px 0px;
    font-size: 20px;
}
.custom-arrow {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #333;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: absolute;
    top: 40%;
    z-index: 2;
}
.custom-arrow:hover {
	background: #333;
	color: #fff;
}
.custom-arrow.slick-prev{left:0;}

.custom-arrow.slick-next{right:0;}
.slider-preview img{
    height: 400px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.productView{
    margin-top:25px;
}
.bread{
     margin-top:25px;
}
.productView h1{
    font-size:28px;
    margin-bottom:30px;
}
.attention{
    font-size: 14px;
    margin-top: 10px;
    color: #898686;
    font-weight: 300;
}
.main_det table {
    max-width: 100% !important;
    margin-bottom: 1em;
    border: none;
    border-spacing: 0;
}
.main_det table td, .main_det table th {
   padding: 6px 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
    border: 1px solid #d2dadf;
    border-top: none;
    border-left: none;
    font-size: 14px;
    font-weight: 400;
}
.main_det table td:last-child {
    border-right: none;
    text-align:right;
}
.main_det table tr:last-child td,  .main_det table tr:last-child th{
    border-bottom: none;
}
.main_det table p {
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
}
.main_det table tr th{
    width:250px;
}
.ov_shadow{
       padding: 20px;
    box-shadow: 0px 1px 6px 0px #b0bdcb52;
    border-radius: 8px;
    background:#fff;
}
.pr_label{
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}
.bas_pr{
    font-size: 24px;
    font-weight: 500;
    color: #8bb754;
}
.sal_pr{
        font-size: 24px;
    font-weight: 500;
    color: #f77473;
}
.reg_pr{
    font-size: 23px;
    text-decoration: line-through;
    color: #919191;
    font-weight: 400;
}
.prod_card .price ins{
     color: #f77473;
     text-decoration: none;
}
.prod_card .price del{
     color: #f77473;
     color: #919191;
    font-weight: 300;
}
#body .tinv-wraper.tinv-wishlist{
        position: absolute;
    top: 5px;
    right: 20px;
}
#body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    font-size: 30px;
     font-weight: 100;
}
#body .tinv-wishlist a:not([href])
 {
    color: #f18989;
    text-decoration: none;
}
.ov_shadow.price_info{
        padding: 40px 15px 15px 15px;
    position: relative;
}
.prce_info .form_block {margin-top:20px;}
.shtuk {
    margin: 13px 20px 15px 0;
    border: 1px solid #d2dadf;
    width: 136px;
    justify-content: space-around;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    padding: 2px 5px;
    position: relative;
}
.minus, .plus {
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.shtuk input {
    border: none;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 4px;
    font-weight: 700;
}
.select_bl{
        width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.select_bl .hm{
    margin-right:20px;
}
.price_info .sing_but{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.price_info .sing_but .add_to_cart_button{
        width: 48%;
    text-align: center;
    background:#8bb754;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}
.price_info .sing_but .boc {
    width: 48%;
    text-align: center;
    background: #5fc182;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}
.price_info .ask_prod{
    text-align: center;
    display: block;
    background: #e7e7e7;
    border-radius: 6px;
    padding: 10px;
    color: #000;
}
.slider-wrapper{
    opacity:0;
}
.delivery_bl{
    margin-top:30px;
}
.delivery_bl p{
    font-size:14px;
    margin-bottom:10px;}
.main_desc {
    margin-top: 30px;
}
.desc_link{
    margin-right: 10px;
    display: inline-block;
    color: #8bb754;
    text-decoration: underline;
}
.dl_wrap{
    padding:20px 0;
}
.d_wrap{
    margin-top:20px;
}
.page_wr{
    margin-top:25px;
}
.feat_n{margin-top:20px;}
.feat_n h4 a{
    font-size: 16px;
    color: #212428;
    text-decoration: none;
}
.feat_n  .date{
        margin: 0px 0 5px 0;
    font-weight: 300;
    font-size: 15px;
    
}
.feat_n  .more{
    font-size: 13px;
        color: #11140e;
}
.not_pharm{
    text-align: center;
    margin-top: 30px;
    background: #f1f1f1;
    text-transform: uppercase;
    padding: 20px;
    font-size: 30px;
    font-weight: 100;
}
.wc-block-cart__submit-button{
    background: #8bb754;
    color: #fff;
    border-radius: 6px;
}
.wc-block-cart__submit-button:hover{
    color: #fff;
}
.aside{
    padding-top:25px;
}
.abscount{
    color:#8bb754;
}
.woocommerce-MyAccount-navigation{
    display: inline-block;
    width: 49%;
    max-width: 600px;
    vertical-align: top;
}
.woocommerce-MyAccount-navigation li{
    list-style:none;
}
.woocommerce-MyAccount-content{
    display: inline-block;
    width: 49%;
    max-width: 600px;
    vertical-align: top;
}

#ajaxsearchpro1_1 .probox .promagnifier .asp_text_button, #ajaxsearchpro1_2 .probox .promagnifier .asp_text_button, div.asp_m.asp_m_1 .probox .promagnifier .asp_text_button{
    font-family: "Montserrat", sans-serif !important;
}
.mm_cont{
    padding:15px;
}
.mm_cont a{
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}
.mob_menu_but{
    display:none;
}
.mobmenu{display:none;}
/*mobile*/
.mobmenu{
    
    position: fixed;
    right:-1000px;
    z-index: 1000;
    width: 100%;
    overflow-y: auto;
    background-color: #fff;
    top: 0;
    max-height: 100vh;
    padding-top: 40px;
}


.mobmenu .children{
    display:none;
    
    
}
 .firstli >  .children {
    margin-left:10px;
}
header .mobmenu  .children .children{
    margin-left:15px;
}

.mobmenu ul, .mobmenu ul li{margin-bottom:0;}
header .mobmenu .cat-item > .children li a:hover {
    text-decoration: none;
    box-shadow: none;
}
header .mobmenu .cat-item > .children li.li_op > a{
    color: #e42a11;
    border-bottom: none;
    position: relative;
}
header .mobmenu .cat-item > .children li.li_op > a:after{
    content:"";
    height:3px;
   width: 94%;
    background: #e42a11;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    
}
header .mobmenu .cat-item > .children li.li_op > a .drop:after{color: #f68a53;}
.mobmenu .drop:after{
   content: '\002B';
    color: #ffffff;
        font-size: 27px;
    font-weight: 100;
    padding: 0px 6px;
    width: 38px;
    display: block;

}
.mobmenu .drop.op_sub:after{
    content: "\2212";

}
.mobsub{
    position:relative;
}
.mobmenu .mobsub .drop{
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
    position: absolute;
   right: 10px;
    top: 5px;
}
.mobmenu .firstli .drop{
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
   right: 10px;
    top: 5px;
    width: 38px;
    text-align: center;
}

header .mobmenu .cat-item > .children > li{
    display:block;
    width:100%;
    
}

.onlymob{
    display:none;
}


.art_over .nb_pic {
    display: flex;
    position: relative;
    height: 300px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 8px;
}
.art_over .art_name {
    position: relative;
    color: #000;
    font-weight: 500;
    display: inline-block;
    width: auto;
}
.img_single{
    margin-bottom:30px;
}
.img_single img{
    width:100%;
}

#body  .owl-stage{
    display: flex;
}



@media (max-width:992px){
    .ov_shadow.price_info {

    margin-top: 30px;
}
     .mobmenu{display:block;}
    .top_line{
        display:none;
    }
    .cat_but{
        display:none;
    }
    .mob_menu_but{
    display:block;
   text-align: right;
}
.mob_menu_but img{
    display:inline-block;
}
.no-mob{display:none;}
.mobmenu ul, .mobmenu ul li {
        margin-bottom: 0;
    }
.big-menu-catalog > .cat-item {
        display: block;
    }
    .big-menu-catalog > li > a {
        display: block;
        position: relative;
        padding: 14px 39px 14px 11px;
        line-height: 1.5;
        color: #000;
        font-weight: 400;
        font-size: 16px;
        width: 100%;
    }
.big-menu-catalog > li > a:hover {
        text-decoration: none;
    }
.mobmenu .firstli .drop {
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 38px;
    text-align: center;
}
.mobmenu .drop:after {
    content: '\002B';
    color: #000;
    font-size: 27px;
    font-weight: 100;
    padding: 0px 6px;
    width: 38px;
    display: block;
}
.mobmenu .drop.op_sub:after {
    content: "\2212";
}
header .mobmenu .cat-item > .children li a {
        display: block;
        position: relative;
        padding: 14px 39px 14px 11px;
        line-height: 1.5;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        width: 100%;
    }
.close_mob{
    position: absolute;
    right: 10px;
    top: 10px;
}

header{
position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.bot_line
 {
    padding: 10px 0;
}
main {
    padding-top: 100px;
}
footer .right {
    text-align: left;
}
.f_block{
    display:none;
}
.onlymob{
    display:block;
}
.op_filt{
    background: #8bb754;
    color: #fff;
    text-align: center;
    width: 150px;
    padding: 4px;
    border-radius: 6px;
    margin-bottom: 10px;
}
h1{
    font-size: 28px;
}
.slider-preview img {
    height: 300px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.productView h1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.sing_but a{
    font-size:15px;
}
.not_pharm {
    text-align: center;
    margin-top: 30px;
    background: #f1f1f1;
    text-transform: uppercase;
    padding: 15px;
    font-size: 18px;
    font-weight: 100;
}
h2
 {
    font-size: 22px;
}
}
.wp-block-woocommerce-product-new{
    display:none;
}

@media (max-width:768px){
    .l_name {
    font-size: 17px;
    line-height: 1;
}
   .woocommerce-MyAccount-navigation{
    display: inline-block;
    width: 100%;
    max-width: 600px;
    vertical-align: top;
}
.woocommerce-MyAccount-content{
    display: inline-block;
    width: 100%;
    max-width: 600px;
    vertical-align: top;
} 
}
