﻿/*   

*/
html, body{width: 100%;min-height: 100%;}
/***position foter***/
* {margin: 0;padding: 0;}
html, body {height: 100%;}
#content-sites {display: flex;flex-direction: column;height: 100%;}
#content {flex: 1 0 auto;}
#footer {flex: 0 0 auto;}
/*** end position foter***/
a, input, img, textarea{outline: none;}
a{transition: 0.3s;}
a:hover{transition: 0.3s;}
#go-top {position: fixed;width: 50px;height: 50px;line-height: 50px;bottom: 40px;right: 40px;z-index: 99;text-align: center;color: #fff !important;background: rgba(0, 0, 0, 0.28) url('/wp-content/themes/burum/img/to-top.png');background-position: center center;background-repeat: no-repeat;cursor: pointer;transition: 0.4s}
#go-top:hover {background: rgba(0, 0, 0, 0.54) url('/wp-content/themes/burum/img/to-top.png');background-position: center center;background-repeat: no-repeat;transition: 0.4s}
/***defaul for breadcrumbs**/
.breadcrumbs-page{ font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #434343;
    white-space: nowrap;}
.breadcrumbs-page a{    text-shadow: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #434343;
    text-decoration-line: underline;
    white-space: nowrap;}
.breadcrumbs-page a:hover{color: #3337aa;}
#loadmore{width:100%; cursor:pointer;}
/**defaul for galery wordpress**/
.gallery {float: none;display: inline-block;width: 100%;}
.gallery img{width: 100%;height: auto;border: none !important;margin-bottom: 0px;transition: 0.3s;}
.gallery img:hover{-webkit-filter: sepia(100%);transition: 0.3s;}
.gallery-item{margin-top: 0px;}
/**defaul for img***/
img.alignleft{max-width: 50%;height: auto;margin-right: 25px;margin-bottom: 25px;margin-top: 25px;float: left;}
img.aligncenter{max-width: 100%;height: auto;margin-bottom: 25px;margin-top: 25px;float: none;}
img.alignright{max-width: 50%;height: auto;margin-left: 25px;margin-bottom: 25px;margin-top: 25px;float: right;}
.active-img {position: fixed !important;z-index: 999 !important;overflow: unset !important;top: 50% !important;left: 50% !important;transform: translate(-50%, -50%) !important;max-width: 80% !important;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.38) !important;}
.close-img{position: fixed;z-index: 999;width: 30px;height: 30px;top: 8px;right: 8px;background: url('/wp-content/themes/burum/img/close-img.png');background-size: contain;cursor: pointer;display: none;}
/**end default**/
/****footer***/
footer {bottom: 0px;}
/*** end footer style***/
/*** ul & ol down style ****/
ul.children-ul{
position: absolute !important;
    top: 39px;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgb(2 2 2 / 25%);
    padding: 10px 10px 0px 10px !important;
    left: -10px;
    z-index: 9999;
    border-radius: 0px 0px 4px 4px; width: 300px; padding-bottom: 12px !important;
}
ul.children-ul a{
padding: 0px;
    display: block;
    line-height: 125%;
    color: #333;
    font-weight: 400; padding: 2px 0px;
}
ul.menu a{
	position:relative;
	z-index:1;
}
.header__menu a {
    margin: 0 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .3s linear;
}
.header__menu a:hover{
	color: var(--orange-color);
}
.header__wrapper {
    padding-bottom: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
ul.children-ul li{padding-bottom:4px;    padding-top: 8px;}
.arrow-bottom , .arrow-top {
    position: relative;
}
.aws-container .aws-search-field{font-size:15px;}
.arrow-bottom:before {
    content: '\203A';
    position: absolute;
    left: 2px;
    top: 4px;
    transition: 0.3s;
    color: #dedede;
    font-size: 24px;
    transform: rotate(90deg);
    transition: 0.3s;
    transform-origin: center;
}
.arrow-top:before {
    content: '\203A';
    position: absolute;
    left: 2px;
    top: 5px;
    transition: 0.3s;
    color: #dedede;
    font-size: 24px;
    transform: rotate(-90deg);
	transition:0.3s;
	transform-origin:center;
}
/*** end ul & ol down style ****/
/***end other styles****/
span.wpcf7-not-valid-tip, .ajax-loader, .wpcf7 br{display: none!important;}
.aws-container .aws-search-field{font-size: 14px;}
input.wpcf7-not-valid{border: 1px solid red !important;}
.right_bottom_header{
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 13px;
}
.btn_right_bottom_header{
	    margin-left: 15px;
    position: relative;
    cursor: pointer;
}
.box_links_my_wishlist{
    position: absolute;
    top: calc(100% + 17px);
    background: #fff;
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 8%);
    right: 0px;
    width: 280px;
    color: #000;
    padding: 0px 16px 12px 16px; z-index: 9; border-radius: 0px 0px 5px 5px;
}
.box_links_my_wishlist h3{
    padding-top: 16px !important;
    color: #444;
    border-bottom: 1px solid rgb(136 136 136 / 21%);
    padding-bottom: 12px !important;	
}
.box_links_my_wishlist li{ padding-bottom: 10px !important; padding-top: 10px !important;}
.box_links_my_wishlist .woocommerce-Price-amount{  display: block;
    padding-top: 6px;
    color: #019a9a;}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    background: #fff;
}
.yith-wcwl-share{display:none !important;}
.footer__col--content ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0px;
}
.product-item__img{margin-bottom:45px;}
.top_header_box{
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 8px;
    padding-bottom: 8px;
}



/***woocommerce***/
.woocommerce-product-gallery__trigger{display:none;}
.woocommerce .star-rating span {
    color: #f8c345 !important;
}
.featured-products-item__rating span {
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin-left: inherit !important;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0px !important;
}
.product{position:relative;}
/***and woocommerce***/
.product-item-buy__price strong del{ text-decoration: none; order: 2;}
.product-item-buy__price strong del span{
	    margin-left: 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-decoration-line: line-through;
    color: #bcb8ac;
}
.btn_load_more_product{cursor:pointer;}
.featured-products-item__list { height: auto;padding-top: 6px;}
.product-item-buy__price strong ins { text-decoration: none; order: 1;}
.product-item-buy__price strong ins span{
	    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -1px;
    color: var(--dark-grey);     text-decoration-line: none;
}	
.product-item-buy__price strong{display:flex;}
.product-item-buy__price strong ins span{margin-left: 2px}
.join-our-global__img img{    height: 100% !important;}
.woocommerce-ordering{position:relative;z-index:1;}
.woocommerce-ordering select {
    display: block;
    width: 100%;
    background: none;
    border: none;
    -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;
    font-family: inherit;
    font-size: 14px;
    position: relative;
    z-index: 1;     color: #818181;
}
.woocommerce-ordering select > option{
	    color: var(--dark-grey);
}
.cart-page-item__remove:hover{cursor:pointer;}
.woocommerce-ordering select > option:hover{color: var(--orange-color);}
woocommerce-ordering{position: relative;
    z-index: 1;}
.woocommerce-ordering:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 9px;
    right: 4px;
    width: 10px;
    height: 10px;
    background: url(/wp-content/uploads/2023/02/chekk.jpg);
    background-position: center;
    background-size: contain;
}
.woocommerce .woocommerce-ordering{    margin: 0px !important;
    border: 1px solid #dfdfdf;
    padding: 8px 12px;}
.aws-container .aws-search-field{border: solid 0px #fff !important;}
.woocommerce-ordering option{}
.aws-container .aws-search-form .aws-form-btn{background: #ffffff !important;
    border: 1px solid #ffffff !important;}
.aws-container .aws-search-form .aws-form-btn:hover path{color:var(--orange-color) !important;}
.product-page-search__content .aws-wrapper{    order: 1 !important;}
.product-page-search__content .aws-search-btn{    order: 2 !important;}
.btn--orange_my {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    text-align: center !important;
    min-height: 63px !important;
    background-color: var(--orange-color) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #fff !important;
    border-radius: 8px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    transition: 0.3s !important;
}
.aws-container{width:100%;}
.featured-products-item{ position: relative;}
.btn--grey:hover { background: var(--orange-color) !important;}
.featured-products-item__title{
height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
	}
.featured-products-item__rating{
	    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #c1c1c1;
    margin-left: 7px;
}
.about-fillers-item__text p{
	    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.featured-products-item__content{
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
}
.product-page__items .featured-products-item{
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.img_rat0{    float: left;
    width: 67px;    margin-right: 5px;}
.my_rait0{
    display: flex !important;
    flex-direction: row;
    align-items: center;margin-bottom: 3px;	
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color: #2e3192 !important;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color: #fff !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{    border: 1px solid #2e3192 !important;}
.wp-element-button{
padding: 12px 22px !important;
    font-weight: 400 !important;
    border-radius: 3px !important;
    left: auto !important;
    color: #ffffff !important;
    background-color: #2e3192 !important;
    transition: 0.3s;
    font-size: 14px !important;
}
.wp-element-button:hover{
	transition:0.3s; background-color: #ed8926 !important; color:#fff !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #dedede !important;}

.widget-title{       padding-bottom: 20px !important;
    padding-top: 0px !important;
    font-weight: 600 !important;
    font-size: 14px;
	}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
	padding: 0px 0px 14px 27px !important;
    list-style: none !important;
    font-size: 13px !important;
    position: relative !important;
    display: inline-block;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before{
    content: " " !important;
    display: table !important;
    position: absolute !important;
    left: 0 !important;
    top: 20% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 3px !important;
    transition: .3s !important;
    background: #fff;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {  display: none;}
.chosen a:before{
background: url(/wp-content/themes/burum/img/svg/check-green.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
}
.woocommerce-widget-layered-nav-list__item span.count{ font-size: 10px !important; color: #c1c1c1 !important;}
.product-new__content .product-page__item, .product-new__content featured-products-item{
	    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    padding: 0px !important;
    justify-content: space-between !important;
    padding-bottom: 25px !important;
}
.product-new__content .featured-products-item:hover{ border-color: #fff !important;}
.product-new__content .featured-products-item__img, .product-new__content .featured-products-item__img{
    width: calc(50% - 20px) !important;
    padding: 0px !important;	
}
.product-new__content .featured-products-item__content{
	    width: 50% !important;
    padding: 0px !important;
}
.product-new__content .featured-products-item__btn, .product-new__content .featured-products-item__img--top{display:none !important;}
.product-new__content .featured-products-item__title{font-size: 14px !important;}
.product-new__content .featured-products-item__content{height:auto !important;}
.product-new__content .featured-products-item__rating{order:2;}
.product-new__content .featured-products-item__title{order:1;}
.product-new__content .featured-products-item__list{order:3;}
.woocommerce span.onsale, .product-item-buy__count form.cart{display: none !important;}
.product-item-buy__count .input-count input{border-radius: 10px;}
.product-item-buy__list--item strong{display:flex;}
.btn--orange_my{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    text-align: center !important;
    min-height: 42px !important;
    background-color: #2e3192 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 27px !important;
    color: #fff !important;
    border-radius: 3px !important;
    letter-spacing: 0.05em !important;
    text-transform: none !important;
    transition: 0.3s !important;
    padding: 0px !important;
    margin-bottom: 16px !important;
    margin-top: 14px !important;
   padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 6px !important;
    width: 150px;
}
.nika-social-links{    display: flex;
    padding-top: 14px;
    margin-left: -3px;}
.nika-social-links a{
    width: 32px;
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin: 3px;	
}
.nika-social-links i{
    color: #fff;
    font-size: 13px;	
}
.nika-email{background: #d44f42;}
.nika-linkedin{background: #026fac;}
.nika-twitter{background: #1c9deb;}
.nika-facebook{background: #1b4e9b;}
.box-buttons_post_product{
display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 8px;	    flex-wrap: wrap;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    margin-left: 10px;
    width: 130px; 
}
.for_wishlist_loop_arhive{
	margin-top: 10px !important;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 27px;
    height: 16px;}
.yith-wcwl-add-button{display: inline-block;}
.add_to_cart_icon{
	padding-right:8px;
}
.yith-wfbt-items, .image_plus_3, .image_plus_6, .image_plus_9, .image_plus_12, .image_plus_15, .image_plus_18, .image_plus_21, .image_plus_24, .image_plus_27, .image_plus_30, .image_plus_33, .image_plus_36, .image_plus_39, .image_plus_42{display:none !important;}
.yith-wfbt-section{
	    padding: 22px 27px;
    border: 1px solid #ddd;     margin-bottom: 35px;
}
.yith-wfbt-section h3{    font-size: 20px;
    color: #222;
    font-weight: 600;
    padding-bottom: 19px;
    text-align: left;}
.yith-wfbt-images tr{
	    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;align-items: center;
}	
.yith-wfbt-images .image-td > a{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 10px 10px 0px;
}
.yith-wfbt-images .image-td{width: calc(33.3333% - 25px);min-width: 250px;}
.yith-wfbt-images .image_plus{ font-size: 32px;}
.yith-wfbt-images .image-td img{
width: 80px !important;
}
.info_prod_offering{
width: calc(100% - 95px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}
.yith-wfbt-section .yith-wfbt-images{
	margin: 0px !important;
}
.title_prod_offering{
display: block;
    white-space: normal;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 14px;	
}
.price_prod_offering{
	    color: #019a9a;
    font-weight: 600;
    font-size: 15px;
}
.yith-wfbt-submit-button{
    background: #2e3192 !important;
    color: #fff !important;
    padding: 12px 17px !important;
    font-size: 14px !important;
    margin-top: 10px !important;
}
.yith-wfbt-submit-block .total_price{
    color: #019a9a;
    font-weight: 600;
    font-size: 22px;
    display: block;
    padding-top: 6px;
    padding-bottom: 8px;	
}
.tabs_btn{ border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; margin-bottom: 25px;
}
.tab_btn{
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
}
.tab_btn_active, .tab_btn:hover{
	border-bottom: 2px solid #2e3192;
	transition:0.3s;
}
.input-count__next img, .input-count__prev img{width: 14px; height: 14px;}
.container-relative{position:relative;}
.cart_product_page .input_my_quantity{display:none;}
.btn--orange_my:hover{background-color: var(--orange-color-hover);}
#review_form_wrapper{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border: 1px solid rgb(136 136 136 / 53%);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 25px 25px 15px 25px; z-index: 9999;     min-width: 280px; display:none;
}
.woocommerce p.stars.selected a.active::before { content: "\e020"; color: #f8c345;}
.woocommerce p.stars.selected a:not(.active)::before { content: "\e020";  color: #f8c345;}
.woocommerce p.stars.selected a.active~a::before, .woocommerce p.stars a::before{ content: "\e021"; color: #c9c9c9;}
.comment-reply-title{
    font-weight: 600;
    padding-bottom: 14px;
    display: block;
    font-size: 20px;
    line-height: 130%;	
}
.woocommerce #review_form #respond .form-submit input{
    left: auto;
    color: #fff;
    background: #2e3192;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 16px;
    display: block;
    border-radius: 3px;
    transition: 0.3s;
}
.hover-site{
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: .6s linear;
    width: 100%;
    height: 100%;
    visibility: hidden; 
}
.hover-site-active{visibility: visible; opacity: .4; transition:0.6s;}
.woocommerce #review_form #respond textarea {width: 100%; border: 1px solid #eaeaea; margin-top: 6px; padding: 6px; box-sizing: border-box;}
.woocommerce-review__author{
	font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: var(--dark-grey);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding-top: 6px;
    color: var(--dark-grey);
    padding-bottom: 12px;}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    padding: 3px !important;
    width: 48px !important;
    height: auto !important;
    background: transparent !important;
    border: 0px !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 50% !important;
}
.cn-text-container{
	text-align: left !important;
    width: calc(100% - 137px) !important;
    box-sizing: border-box !important;
    font-family: Poppins,sans-serif !important;
}
#cookie-notice{
	padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.cn-close-icon{
	position: relative !important;
}
.box_meta_product_page{padding-top: 16px; margin-left: 6px;}
.box_meta_product_page li{padding-bottom: 10px; font-size: 13px;}
.box_meta_product_page li > strong{ font-weight: 500;}
.cn-close-icon:before {
    position: absolute !important;
    content: 'Decline' !important;
    color: var(--orange-color) !important;
    background: #efeeea !important;
    width: 95px !important;
    height: 43px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    transform: rotate(0deg) !important;
    top: 0px !important;
}
.cn-close-icon {
    position: relative !important;
    right: 0px !important;
    top: 0% !important;
    margin-top: -10px !important;
    height: 15px !important;
    opacity: .5 !important;
    padding: 10px !important;
    outline: none !important;
    cursor: pointer !important;
    order: 1 !important;
    width: 130px !important;
    top: -7px !important;
}
.cn-close-icon:after{display:none !important; content:'' !important;    background-color: hsl(0deg 0% 98% / 0%) !important;}
#cn-notice-buttons{order:3;}
#cookie-notice .cookie-notice-container {
    display: flex !important;
    color: #000 !important;
    align-items: center !important;
    justify-content: space-between !important;
}
#cn-accept-cookie{
	    background-color: #ed8926 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 14px 18px !important;
    margin: 3px !important;
}
.mini_cart_shop .input_my_quantity{ width: 30px !important;}
.active_input_non{
	box-shadow: inset 0px 0px 3px 3px red;
}
.product_meta{
	padding-top: 25px;
}
.product_meta > span{
    display: block;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}
.product_meta > span > span, .product_meta > span > a{font-weight: 400;}

.woocommerce #reviews #comments ol.commentlist li .comment-text{margin: 0 0 0 50px !important; border: 0px !important; border-radius: 4px !important; padding: 1em 1em 0 !important;}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0 !important;
    margin: 0px !important;
    border: 0 !important;
    position: relative !important;
    background: 0 !important;
    border: 0 !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #e9e9e9 !important;
}
.woocommerce #reviews #comments ol.commentlist li:last-child { margin-bottom: 0 !important; padding-bottom: 0 !important;border-bottom: 0 !important;}
.woocommerce-Reviews-title{display:none;}
.customer-reviews__reviews{width:100%;}
.woocommerce div.product{padding-bottom:45px;}
.title_modal_cart{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--dark-grey);
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 15px 13px 15px;     display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal_cart{
    position: fixed;
    top: 0px;
    right:-120%;
    height: 100%;
    bottom: 0px;
    overflow-y: auto;
    background: #fff;
    z-index: 99999;
    padding: 25px 15px 25px 25px;
    box-sizing: border-box;
    width: 540px; transition: 0.8s;
}
.modal_cart_active{ right:0%; transition: 0.8s;}
.modal-cart-global__header--close{cursor:pointer;}
.modal-cart-global__header--close {
    width: 24px;
    height: 24px;
    transition: .3s linear;
    fill: #434343;
}
.woocommerce-message{display:none !important;}
.woocommerce-message { border-top-color: #ed8926 !important;}
.woocommerce-message::before {content: "\e015" ; color: #ed8926 !important;}
.product-quantity_cart{border: 1px solid #b9b9b9;
    padding: 4px 6px;
    border-radius: 3px;
    position: relative;}
.product-quantity_cart .input-count__prev{ bottom: 10px; left: 2px; width: 11px; height: 11px;}
.product-quantity_cart .input-count__next{    top: 9px;
    right: 2px;}
.product-quantity_cart_mini{width: 76px; text-align: center;}	
.woocommerce-info { border-top-color: #2e3192 !important}
.woocommerce-info::before {color: #2e3192 !important;}

.left_cart_prod .woocommerce-checkout-review-order-table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.left_cart_prod table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.left_cart_prod table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.left_cart_prod .woocommerce-checkout-review-order-table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.left_cart_prod table.shop_table tbody th, .left_cart_prod table.shop_table tfoot td, .left_cart_prod table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}
.cart__rigth_woocommerce_register_order #order_review_heading, .cart__rigth_woocommerce_register_order .woocommerce-checkout-review-order-table{display:none;}
.cart__rigth_woocommerce_register_order input{
	    transition: .3s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    min-height: 51px;
    font-weight: 400;
    font-size: 15px;
    line-height: 210%;
    color: var(--dark-grey);
    padding: 0 16px;     margin-bottom: 12px;
}
.btn--orange {
    min-height: 46px;
}
.cart__rigth_woocommerce_register_order label, .cart__rigth_woocommerce_register_order h3,
 .cart__rigth_woocommerce_register_order .woocommerce-additional-fields__field-wrapper{display: none !important;}
.cart__rigth_woocommerce_register_order .col-1{float: left; width: 100% !important;} 
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f6f6f6 !important;
    border-radius: 5px;
} 
.place-order .wp-element-button{ padding: 16px 24px !important;}
.product-item__description--text h1, .product-item__description-img h1{font-size:21px;padding-bottom:16px;}
.product-item__description--text h2, .product-item__description-img h2{font-size:20px;padding-bottom:15px;}
.product-item__description--text h3, .product-item__description-img h3{font-size:19px;padding-bottom:14px;}
.product-item__description--text h4, .product-item__description-img h4{font-size:17px;padding-bottom:13px;}
.product-item__description--text h5, .product-item__description-img h5{font-size:16px;padding-bottom:12px;}

.input_cart_register_max{widows:100%;}
.input_cart_register_three{width: calc((100%/3) - 18px);}
.input_cart_register_two{width: calc((100%/5) - 18px);}

.woocommerce-thankyou-order-received{position: relative; padding-left: 30px;}
.woocommerce-thankyou-order-received:before{
    position: absolute;
    font-family: WooCommerce;
    content: "\e017";
    left: 0px;
    color: #57b03a;
    font-weight: 900;
    font-size: 24px;
    line-height: 0px;
    top: 10px;
}
h2.woocommerce-column__title, h2.woocommerce-order-details__title{ font-weight: 500; font-size: 18px; line-height: 27px; text-transform: uppercase; color: var(--dark-grey); padding-bottom: 19px;}
.woocommerce .woocommerce-customer-details address{padding: 20px 20px;}
.woocommerce-MyAccount-navigation-link--subscriptions{display:none;}
.woocommerce-account .addresses .title .edit{font-size:12px;}
.woocommerce-account .addresses .title h3 {
    float: left !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.woocommerce-Address-title{
	display:flex;flex-direction:row;align-items:center;justify-content:space-between;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text, .input_cupon{
	transition: .3s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    min-height: 51px;
    font-weight: 400;
    font-size: 15px;
    line-height: 210%;
    color: var(--dark-grey);
    padding: 0 16px;
    margin-bottom: 12px;
}
.shop_table .quantity {
    min-width: 43px !important;
}
.contact_href{display: block; padding-bottom: 12px;}
.container-contact{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 45px;
}
.modal-cookies {
    position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding-bottom: 53px;
}
.modal-cookies__wrapper {
    padding: 30px 44px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #a3a3a3;
}
.modal-cookies__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    max-width: 736px;
}
.modal-cookies__btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.modal-cookies__btns .btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    min-height: 46px;
    text-transform: initial;
    width: 100%;
    max-width: 135px;
    min-width: 135px;
    margin-left: 12px;
}
/***.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    margin-left: 0px !important;
    list-style-type: none;
    padding-left: 0px !important;
    padding-bottom: 0px;
}***/
.woocommerce-MyAccount-navigation ul{ list-style-type: none; margin: 0px;}
.woocommerce-MyAccount-navigation a{
display: flex;
    align-items: center;
    justify-content: center;
    background: #2e3192;
    border-radius: 8px;
    min-height: 46px;
    transition: 0.3s linear;
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;	
}
.woocommerce-MyAccount-navigation a:hover{background: var(--orange-color) !important; color:#fff;}
.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--edit-account, .aws_search_more, .featured-products-item__content .added_to_cart{display:none !important;}
.modal-burger__menu a{
    padding-bottom: 9px;
    display: block;
    font-size: 17px;
    padding-top: 9px;
    padding-left: 15px;
}
.modal-burger__header .header__buttons--link span{    overflow: hidden;
    max-width: 60px;}
.prelodad_cart{
position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(255 255 255 / 73%);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.prelodad_cart img{
	    width: 80px;
    height: 80px;
}
input:disabled{background-color:tranparent !important;}
.woocommerce-Address-title .edit{ text-decoration: underline;}
.aws-search-btn, .woocommerce-terms-and-conditions-wrapper, .aws-search-clear{display:none !important;}
.product-page-search__content_arhive{  
    align-items: center !important;
    justify-content: flex-start;
    display: flex;
    background: #fff;
    padding-right: 8px;
    border-radius: 5px;
    position: relative;
    padding-left: 6px;
  }
.open_all_cats{
	display: flex;
    align-items: center;
    border-right: 1px solid #cfcfcf;
    padding: 8px;
    font-size: 15px;
    color: #b1b1b1;
    cursor: pointer;
    font-weight: 300; position:relative;
} 
.open_all_cats .header__buttons--icon{margin-left:6px;fill: #b1b1b1;}
.subscribers_form{
	background: #f5f5f0;
}
.btn_header_phone:hover{
color: #ed8926;transition:0.3s; 	 border: 1px solid #ed8926;
}
 .btn_header_phone:hover i{background: #ed8926;transition:0.3s;}
.btn_header_phone{
	color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    padding: 7px 17px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-weight: 600; transition:0.3s;
}
.aws-search-btn_icon svg{fill:#888;}
.modal_all_content_header{
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: calc(100% + 7px);
    z-index: 999;
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 14%);
    left: -6px;
    width: 255px;
    max-height: 300px;
    overflow-y: auto;
}
#menu-all_links a{
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid rgb(136 136 136 / 27%); color: #262626; transition:0.3s; font-size: 14px;
}
#menu-all_links a:hover{background: rgb(136 136 136 / 20%); transition:0.3s;}
.btn_header_phone i{
	    color: #2e3192;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    text-align: center;
    align-items: center;
    margin-right: 9px;
    display: flex; 
}
.subscribers_form_conent{
	padding: 45px 15px 35px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.text_subscribers_form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 15px);	
}
.wishlist-page-links{display:none !important;}
.tnp-subscription{
	    margin: 0px !important;
    width: calc(50% - 15px) !important;
    max-width: 100% !important;
}
.tnp-subscription input[type=email]{
    background: #fff !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px;	
}
.tnp-subscription input.tnp-submit {
    background-color: #2e3192 !important;
    padding: 12px 22px !important;
    border-radius: 5px !important;
}
.text_subscribers_form nav{
	font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.text_subscribers_form span{
    color: #555;
    font-size: 15px;
    line-height: 24px;	
}
.icon_email_sub{
    font-size: 52px !important;
    color: #2e3192;
    font-weight: 100;
    margin-right: 18px;
}
.wishlist-title-container{display:none !important;}
.container_wishlist_posts{
	    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.post__product_wishlist {
    width: calc(20% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #d8d8d8;
    margin: 5px;
    border-radius: 5px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgb(255 255 255 / 10%) !important;
    padding: 0px 0px 12px 0px !important;
    vertical-align: middle !important;
    line-height: 1.5em !important;
}
.woocommerce table.shop_table{border:0px !important;}
.product-name_wishlist a{font-size: 15px !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    padding-top: 8px !important;
    font-weight: 600 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;overflow: hidden;
    height: 44px;}
.product-thumbnail_wishlist a{padding-top:15px !important;display:inline-block;width:100%;}
table.wishlist_table tbody td, table.wishlist_table thead th {border-color: #ffffff;}
.product-price_wishlist{font-size:14px !important;}
.product-add-to-cart_wishlist a{background: #2e3192 !important;}
.btn_load_more_product{
	margin-top:16px;
}
.top_content_shop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 12px;	
}
.left_product-page__title{
width: calc(100% - 220px);	
}
.right_product-page__title{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;	
}
.woocommerce nav.woocommerce-pagination ul{border:none !important;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    color: #fff !important;
    border-color: #2e3192 !important;
    background: #2e3192 !important;
}
.woocommerce nav.woocommerce-pagination ul li{
	    border-right: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0 !important;
    text-decoration: none !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0.5em !important;
    min-width: 1em !important;
    display: block !important;
    padding: 12px 16px !important;
    color: #595959 !important;
    border: 1px solid #c3c3c3 !important;
    background: #ffffff !important;
    border-radius: 3px !important;
    margin: 2px !important;
}
.woocommerce nav.woocommerce-pagination{margin-top:24px;}
.featured-products-item__img{padding:30px 20px !important;}
.for_wishlist_loop{ position: absolute; top: 0px; right: 8px;width: 17px; overflow: hidden; height: 27px;}
.featured-products-item__img{}
.product_sold_count{
	font-size: 13px;
    color: #050505;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #bfbfbf;
    line-height: 100%;
}
.in_stock{
	    margin: 0;
    font-size: 13px;
    color: #6daa03;
    font-weight: 400;
    text-align: left;
	padding-top: 8px; margin-left: 6px;
}
.customer-reviews-list_my{
	    width: calc(100% - 240px);
}
.customer-reviews-count__header_my{
	width: 230px;
}
.blog-page__wrapper_my{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 33px;
}
.posts_blog{
width:calc(100% - 330px);	
}
.site_bar_blog{
	width: 270px;
}
ul.page-numbers{
	display: flex;
    align-items: stretch;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 15px;
}
.page-numbers li{
	
}
.page-numbers a{
color: #2e3192;
    border: 1px solid #2e3192;
    background: #fff;	
display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin: 4px;
}
.page-numbers span, .page-numbers a:hover{
color: #fff;
    border: 1px solid #2e3192;
    background: #2e3192;
display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin: 4px;
}
.title-box-sitebar{
font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #c3c3c3;	
}
.title-box-sitebar:after{
	content: "";
    background: #2e3192;
    position: absolute;
    left: 0;
    right: auto;
    height: 3px;
    width: 48px;
    bottom: -1px;
}
.box-sitebar{
box-sizing: border-box;
    padding: 25px 29px 16px 29px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    margin-top: 16px;
}
.post_blog{
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 45px;
}
.ul_tags{
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 6px;
    padding-top: 4px;
}
.ul_tags a{
    border: 1px solid #d9d9d9;
    color: #555;
    display: block;
    margin: 0px 6px 6px 0px;
    padding: 8px;
    border-radius: 3px;
    font-size: 14px;	
}
.posts-new-articles{
	
}
.img-new-articles{
    width: 64px;
    height: 64px;	
}
.post-new-articles{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 20px;
    padding-top: 20px;	
}
.post-new-articles:last-child{border-bottom: 1px solid #fff;}
.post-new-articles section{width: calc(100% - 80px);}
.post-new-articles section > span{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
    line-height: 140%;	
}
.post-new-articles section > p{font-size: 13px; color: #888;}
.list_categoryes_my li{
    padding-bottom: 12px;
    border-bottom: 1px solid #c3c3c3;
    padding-top: 12px;	     padding-left: 17px; position:relative;
}
.list_categoryes_my li:before{
	content: "›";
    font-size: 20px;
    color: #2e3192;
    position: absolute;
    left: 0;
    right: auto;
    top: 24%;
}
.list_categoryes_my li:last-child{ border-bottom: 1px solid #fff;}
.list_categoryes_my a{
	font-size: 14px;
    color: #555;
}
.list_categoryes_my span{
	    font-size: 12px;
}
#searchform_my{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;	
}
.input-search-form{
    border: 1px solid #b2b2b2;
    padding: 0px 0px 0px 12px;
    font-size: 15px;
    border-radius: 3px 0px 0px 3px;
    box-sizing: border-box;
    width: calc(100% - 46px);
}
.button_seach_form_my{
    width: 46px;
    height: 46px;
    background: #2e3192;
    border: 1px solid #2e3192;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2023/03/search_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}
.blog-item-global-page_my{padding-top:45px;}
.index_text_box, .banners_bottom_index{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.coll_text_index{width:calc(50% - 25px);}
.banners_bottom_index{
	padding: 45px 0px;
}
.banner_bottom_index{
    width: calc(50% - 25px);
    padding: 70px 35px 70px 35px;
    border-radius: 10px;
    color: #fff; display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;     line-height: 130%;
}
.banner_bottom_index img{
	    width: 50px;
    height: 50px;
}
.banner_bottom_index section{
	width:calc(100% - 84px);
}
.banner_bottom_index h3{
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 16px;
}
.left_banner_bottom_index{
	background:url('/wp-content/uploads/2023/03/banner-05.jpg');
	background-position:center;
	background-size:cover;
}
.right_banner_bottom_index{
	background:url('/wp-content/uploads/2023/03/banner-06.jpg');
	background-position:center;
	background-size:cover;
}
.container_advantages{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-top: 45px;
}
.post_advantage{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(33.333% - 25px);
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 35px;
}
.post_advantage img{width: 47px;height: auto;}
.post_advantage section{width: calc(100% - 60px);}
.post_advantage span{font-size: 14px;}
.post_advantage nav{
	font-weight: 600;
    font-size: 15px;
    padding-bottom: 8px;
}
.container_top_index_slider{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 340px;
    padding-left: 12%;
    box-sizing: border-box;     padding-top: 30px;
    padding-bottom: 30px;
}
.top_index-slider__pagination{
width: 100%;
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 33;	
}
.top_index-slider__pagination .swiper-pagination-bullet{
	    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.top_index-slider__pagination .swiper-pagination-bullet-active{background: #019a9a;}
.before_title_slid{ color: #019a9a;font-size: 14px; font-weight: 600; padding-bottom: 16px;}
.title_slid{
	    padding-bottom: 16px;
    font-size: 24px;
    line-height: 135%;
}
.descript_slid{
    line-height: 135%;
    font-size: 13px;
    padding-bottom: 14px;	
}
.btn_slider_top{
display: inline-block;
    padding: 14px 30px;
    background: #2e3192;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;	
}
.index_page_top{position:relative;}
.btn_navigation_index_page_top, .btn_navigation_index_page_top_grey{
    position: absolute;
    z-index: 99;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50%;
    line-height: 0px;	
}
.btn_navigation_index_page_top{color: #fff; background: #2e3192;}
.index_page_top-prev{left: 5px;}
.index_page_top-next{right: 5px;}
.container_btn_navigation{position: absolute;
    z-index: 333;
    top: 50%;
    width: 100%;
    left: 0px;
    right: 0px;}
.container_banners_top{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 65px;
}
.post_banner_top{width:calc(33.333% - 20px);margin-bottom:35px;}
.post_banner_top img{width:100%;height:100%;}
.swiper-slide_cat_prod{text-align: center;padding-top: 25px;}
.swiper-slide_cat_prod img{max-width:90%;margin:auto;}
.swiper-slide_cat_prod h2{
	padding-top: 12px;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 8px; line-height:140%;
}
.swiper-slide_cat_prod span{font-size: 13px; color: #888;}
.index_page_cats{ position:relative;}
.btn_navigation_index_page_top_grey{color: #acacac; background: #eaeaea;}
.index_page_top-prev-cats{left: 5px;}
.index_page_top-next-cats{right: 5px;}
.container_slider_cats_index{    text-align: center;
    padding-top: 65px;
    padding-bottom: 45px;overflow-x: hidden;}
.container_slider_cats_index h3{font-size: 22px;padding-bottom:32px;}
.blog-item-global-page{padding-top:25px;}
.blog-item-global-page__text ul, .blog-item-global-page__text ol, .product-item__description--text ul, .product-item__description--text ol{
	padding-left: 20px;     padding-bottom: 16px; box-sizing: border-box; list-style: revert;
}
.blog-item-global-page__text li, .product-item__description--text li{
	padding-bottom:10px;
}
.blog-item-global-page__text h1{font-size:26px;font-weight:600;padding-bottom:16px;}
.blog-item-global-page__text h5{font-size:18px;font-weight:600;padding-bottom:14px;}
.product-item__description--text h1, .product-item__description--text h2, .product-item__description--text h3, .product-item__description--text h4, .product-item__description--text h5{font-weight:600;}

@media (max-width: 1100px){
	.about-fillers-item{width: calc(50% - 20px);
    margin-bottom: 45px;}
}

@media(max-width:992px){
	.header__content{padding-bottom: 15px;
    padding-top: 15px;
    justify-content: center;
    flex-wrap: wrap;}
	.children-ul {position: relative !important;
		top: auto;
		white-space: normal;
		background: transparent;
		box-shadow: none;
		padding: 0px 0px 12px 6px !important;
		left: auto;
		z-index: 9991;
		border-radius: 0px 0px 8px 8px;
		width: auto;
		padding-bottom: 12px !important;
	}
	.children-ul li{
		position:relative;
	}
	.children-ul li:before{
	    content: '—';
		position: absolute;
		left: -8px;
		top: 0px;	
	}
	ul.children-ul a{ font-size: 14px;padding-left: 12px;}
	.arrow-bottom:before, .arrow-top:before{left: -13px; top: -3px;}
}
@media (max-width: 991px){
	.product-item-buy__count span {
		font-size: 12px;
	}
	.prices_mini_cart{
		    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	}
	.prices_mini_cart span{
		padding-left:0px;
	}
	.min_tot_prod{padding-left:6px;}
	.product-quantity_cart {
		position: relative;
		margin-right: 24px;
	}
	.about-fillers-item__text p {
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	ul.children-ul {
		position: relative !important;
		top: auto;
		white-space: normal;
		background: transparent;
		box-shadow: none;
		padding: 0px 0px 12px 12px !important;
		left: auto;
		z-index: 9991;
		border-radius: 0px 0px 8px 8px;
		width: auto;
		padding-bottom: 12px !important;
	}
	
}
@media(max-width:960px){
	.modal-cookies__text {max-width: 600px;}
	.modal-cookies__wrapper {padding: 20px 15px;}
	.children-ul li{position:relative;}
	.children-ul li:before{
	    content: '—';
		position: absolute;
		left: -8px;
		top: 0px;	
	}
	.modal-cookies {padding-bottom: 30px;}
	.icon_email_sub{margin-right:0px;}
	.image_plus{display:none;}
	.woocommerce-review__author{font-size:14px;}
	.tnp-subscription{width: 100% !important; text-align:center;}
	.tnp-field-button{margin: auto; width: 113px;}
	.text_subscribers_form{justify-content: center;
    text-align: center;
    padding-bottom: 15px;
    align-items: center;}
	.banner_bottom_index{ padding: 40px 25px 40px 25px;margin-bottom:35px;}

}
@media(max-width: 740px){
	.modal_cart{ width: 300px; padding: 15px 10px 15px 15px;}
	.cart-page-item__content{ max-width: 200px;}
	.cart-page-item__count {margin-top: 10px; justify-content: space-between; flex-wrap: wrap;}
	.btn_header_phone{display:none;}
	.product-item-buy__count > .woocommerce-Price-amount:last-child {width:100%;text-align:right;}
	.cart_totals {padding-top:25px;}
	.cart-page-item__remove {bottom: initial; right: -5px; top: auto;}
	.posts_blog, .site_bar_blog{width:100%;padding-bottom:45px;}
	.post_banner_top, .post_advantage, .banner_bottom_index, .coll_text_index, .about-fillers-item {width: 100%;}
	.banner_bottom_index{ padding: 40px 25px 40px 25px;}
	.banner_bottom_index section {width: calc(100% - 70px);}
	.container_btn_navigation{display:none;}
	.post_advantage section {width: auto;}
	.post_advantage img{margin-right:15px;}
}
@media(max-width: 640px){
	.footer__col {
		width: 100%;     text-align: center;
	}
}
/**for js**/
#answer-top-modal-form-order-call-back, #answer-modal-form-ok{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    background: #fff;
    padding: 25px;
    z-index: 999;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 16%);
    line-height: 150%;
    display: none;
    border-radius: 8px;
}


.display-none{
	display: none !important;
}
.display-block{
	display: block !important;
}

.blog-item-global-page__text h2 {
	font-size:25px;
	font-weight:bold;
	margin-bottom: 1.2rem;
}

.blog-item-global-page__text h3 {
	font-size:22px;
	font-weight:bold;
	margin-bottom: 1.2rem;
}

.blog-item-global-page__text h4 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 1.2rem;
}
.woocommerce-mini-cart__total{
    display: block;
    padding-bottom: 25px;
    padding-top: 20px;
}
#cont_ajax_cart_mod .added_to_cart{display:none !important;}
.woocommerce-mini-cart__buttons a{margin: 5px !important;}
.woocommerce-mini-cart__buttons{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;}
li.menu-item-has-children ul{
	display:none;
}
