/*
Theme Name: SEO Theme Woo full
Author: Andru Lubimov
Version: 1.0
*/


/*#f77c00*/
/*background-color: #37424A;*/
/*background-color: #f77c00;*/
body {
	overflow-x: hidden;
}
:focus-visible {
    outline: none;
}
*:focus, *:active {
  box-shadow: none !important;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #323842;
	background-color: #eef1f4;
}
img {
	width: 100%;
	height: auto;
}
p {
	margin-bottom: 4px;
}
section {
	padding: 80px 0px;
}
.seo_text h1, h2, h3 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 4px;
}
.section_5 .b_title {
	margin-bottom: 20px;
}

.btn_1 {
	background-color: #f77c00;
}


.btn_2 {
	border-radius: 20px;
	padding: 10px 6px 10px 20px;
	color: #fff;
	border: 2px solid #f77c00;
	background-color: #202428;
	line-height: 1;
	font-size: 18px;
	transition: 0.2s;
	font-weight: 600;
	box-sizing: border-box;
	text-decoration: none;
	border-bottom: 6px solid #f77c00;

}
.btn_2 i {
	margin-left: 8px;
	background: #323842;
	color: #fff;
	padding: 2px 4px;
	border-radius: 50%;
	transition: 0.2s;

}
.btn_2:hover {
	color: #f77c00;
	border: 2px solid #f77c00;
/*	border-bottom: 6px solid #f77c00;*/
	background-color: #202428;
}
.btn_2:hover i {
	margin-left: 8px;
	background: #f77c00;
	color: #fff;

}
.btn_3 {
	text-decoration: none;
	border-radius: 20px;
    padding: 10px 6px 10px 20px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    border-bottom: 6px solid #323842;
    line-height: 1;
    font-size: 18px;
    transition: 0.2s;
    font-weight: 600;
    display: inline-block;
}
.btn_3 i {
	margin-left: 8px;
	background: #323842;
	color: #fff;
	padding: 2px 4px;
	border-radius: 50%;
	transition: 0.2s;

}
.btn_3:hover {
    color: #323842;
    border: 2px solid #323842;
/*    border-bottom: 6px solid #323842;*/
    background-color: #eef1f4;
}
.btn_3:hover i {
	margin-left: 8px;
	background: #f77c00;
	color: #fff;

}

.woocommerce-message .button {
	border-radius: 12px!important;
    padding: 5px 20px 5px 20px!important;
    color: #323842!important;
    border: 2px solid #323842!important;
    background-color: #eef1f4!important;
    border-bottom: 6px solid #323842!important;
    line-height: 1!important;
    font-size: 14px!important;
    transition: 0.2s!important;
    font-weight: 600!important;
    display: inline-block!important;
  
}
.woocommerce-message .button i {
	margin-left: 8px;
	background: #323842;
	color: #fff;
	padding: 2px 4px;
	border-radius: 50%;
	transition: 0.2s;

}
.woocommerce-message .button:hover {
    color: #323842!important;
    border: 2px solid #323842!important;
    background-color: #eef1f4!important;
}
.woocommerce-message .button:hover i {
	margin-left: 8px;
	background: #f77c00;
	color: #fff;

}
.top-bar .navbar {
	height: 100%;
	padding: 0px;
}
.top-bar .contact {
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-bar .tel {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #323842;
	padding: 0px 10px;
}
.top-bar .tel span {
	font-size: 18px;
	font-weight: 700;
}

.top-bar .contact ul {
	display: flex;
    align-items: center;
    list-style: none;
    padding: 0px 10px;
    margin: 0px;
    text-transform: uppercase;
}
.top-bar .contact ul li {
	padding: 0px 6px;
}
.top-bar .contact ul li:not(:last-child) {
	border-right: 2px solid #323842;
}
.top-bar .contact ul a {
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	color: #323842;
	line-height: 1;
}
.main-logo {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}
.main-logo img {
	width: 120px;
	height: auto;
}

.navbar-nav .nav-link {
	font-size: 14px;
    color: #323842;
    font-weight: 400;
    padding: 0.75rem 1rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-item.current-menu-item .nav-link {
    font-size: 14px;
    color: #323842;
    font-weight: 500;
}
.dropdown-menu {
    background-color: #222;
}
.dropdown-menu a {
    color: #ccc;
}
.dropdown-menu a:hover {
    background-color: #333;
    color: white;
}

.menu_bot {
	color: #fff;
	background-color: #202428;	
}
.menu_bot .btn_menu {
	width: 100%;
	padding: 10px 20px;
	background-color: #f77c00;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	border: 0px;
}
.section_1 {
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 80px 0px;
}
.section_1::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #37424A;
	background: linear-gradient(0deg, rgba(55, 66, 74, 1) 1%, rgba(55, 66, 74, 0.5) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.section_1 .content {
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
	position: relative;
}
.section_1 .content .h1 {
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;

}
.section_1 .content p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	line-height: 1.2;
}
.section_1 .content ul {
	margin-top: 20px;
	list-style: none;
	padding: 0px;
	display: flex;
}
.section_1 .content ul li {
	margin-right: 20px;
	align-items: center;
	height: 50px;
    display: flex;
    align-items: center;
    width: 200px;
}
.block_title {
	margin-bottom: 50px;
    text-align: center;
}
.block_title .h2 {
	font-size: 2rem;
	font-weight: 900;
}
.section_2 .content {
	padding: 30px;
	background-color: #fff;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
}
.section_2 .content .title {
	margin-bottom: 20px;
}
.section_2 .content .title a {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
	color: #323842;
	text-decoration: none;
}
.section_2 .content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 50%;
}
.section_2 .content ul a {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #323842;
	transition: 0.2s;
}
.section_2 .content ul a i {
	transition: 0.3s;
	margin-right: 8px;
	border-radius: 50%;
}
.section_2 .content ul a:hover {
	font-size: 18px;
	font-weight: 700;
	color: #f77c00;
}
.section_2 .content ul a:hover i{
	border-radius: 50%;
    background: #323842;
    color: #fff;
    padding: 0px 2px;
    line-height: 1;
    font-size: 18px;
    
}
.section_2 .general {
	width: 50%;
    height: 100%;
}
.section_3 .content {
	display: flex;
}
.section_3 .content .image {
	padding: 0px 10px;
}
.section_3 .content .image i {
	font-size: 36px;
	line-height: 1;
}
.section_3 .content .item .title {
	font-size: 16px;
	font-weight: 700;
}
.section_4 {
	padding-bottom: 40px;
}
.section_4 .content {
	padding: 0px;
	position: relative;
}
.section_4 .content::before {
	content: '';
	width: 100%;
	position: absolute;
	border-bottom: 3px solid #323842;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.section_4 .content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
.section_4 .content ul li::before {
    content: '●';
    position: absolute;
    font-size: 60px;
    top: -80px;
    width: 100%;
    text-align: center;
    color: #f77c00;
}
.section_4 .content ul li {
	margin-top: 30px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 20px;

}
.section_4 .content ul li .title {
	margin-top: 30px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.section_4 .content ul li p {
	text-align: center;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 20px;
	background: #fff;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}
.accordion-button:not(.collapsed) {
	background: #fff;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}
/*.accordion-button::after {
        filter: invert(1);
}*/
.accordion-button {
    border-radius: 20px;
	background: #fff;
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 10px;
        -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}
.accordion-item {
    border: 0px;
    background-color: #eef1f4;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 20px;
}
.section_news .content {
	background-color: #fff;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
    display: flex;
    border-radius: 20px;
}
.section_news .content .left {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 40%;
	border-radius: 20px;
}
.section_news .content .right {
	width: 60%;
	padding: 20px;
}
.section_news .content .right .data {
	font-size: 14px;
	font-weight: 600;
	padding: 4px 8px;
	line-height: 1;
	background-color: #eef1f4;
	border-radius: 15px;
    display: inline-block;
}
.section_news .content .right .title {
	font-size: 16px;
	font-weight: 700;
	color: #323842;
}
.section_news .content .right .title a {
	color: #323842;
	text-decoration: none;
}
.section_news .content .right .button {
	height: 50px;
}
.footer_form .content {
	flex-direction: column;
}
.footer_form {
	padding: 40px 0px;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.footer_form .title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 4px;
}
.footer_form p {
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 500;
}
.footer_form .wpcf7-text {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 20px;
    padding: 10px 6px 10px 20px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    border-bottom: 6px solid #323842;
    line-height: 1;
    font-size: 18px;
    transition: 0.2s;
    font-weight: 600;
    display: inline-block;
}
.footer_form .btn_2 {
	height: 50px;
	padding: 10px 20px;
}
footer {
	padding: 80px 0px;
	background-color: #202428;
	color: #fff;
}
footer .content .title {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 700;
}
footer .content ul {
	list-style: none;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
footer .content ul a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.breadcrumb {
	margin: 6px 0px;
}
.breadcrumb a {
	font-weight: 400;
	color: #000;
	/* text-decoration: none; */
	opacity: 1;
}
.section_contact {
	padding-top: 40px;
}
.section_contact .title {
	font-size: 20px;
	font-weight: 700;
}
.section_contact a {
	color: #323842;
	transition: 0.2s;
}
.section_contact a:hover {
	color: #f77c00;
	transition: 0.2s;
}
.section_contact .massagers img {
	width: 30px;
	height: 30px;
}
.section_contact .massagers {
	list-style: none;
	display: flex;
	padding: 0px;
	margin-bottom: 20px;
}
.section_contact .massagers li {
	margin-right: 6px;
}
.section_contact .phone {
	list-style: none;
	padding: 0px;
	margin-bottom: 10px;
}
.section_contact .phone a {
	text-decoration: none;
	font-size: 18px;
}
.section_contact .phone a span {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	font-size: 24px;
}
.section_contact .phone i {
	margin-right: 8px;
}
.section_contact ul {
	margin-bottom: 20px;
	list-style: none;
	font-size: 18px;
	font-weight: 500;
}
.section_contact hr {
	width: 160px;
	color: #f77c00;
	opacity: 1;
	border-top: 4px solid;
	margin: 4px 0px 8px 0px;
}
.section_contact .content {
    padding: 20px;
    background: #fff;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.section_contact iframe {
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.section_about .seo_text {
	columns: 2;
}
.section_about .title {
	font-size: 24px;
	font-weight: 700;
}
.card {
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 5px;
    height: 100%;
    border: 0px;
}
.card-body {
    padding: 5px 10px;
}
.product img {
	border-radius: 5px 5px 0px 0px;
	height: 230px;
	object-fit: cover;
}
.card-body .btn_3 {
	border-radius: 10px;
    padding: 2px 3px 2px 16px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    line-height: 1;
    font-size: 14px;
    transition: 0.2s;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}
.card-body .btn_3:hover {
    color: #323842;
    border: 2px solid #323842;
    background-color: #f77c00;
}
.card-body .btn_3 i {
    margin-left: 8px;
    background: #323842;
    color: #fff;
    padding: 4px 6px;
    border-radius: 8px;
    transition: 0.2s;
    font-size: 16px;
}
.card-body .small {
	text-decoration: none;
	color: #323842;
}
.card-body .text-muted a{
	text-decoration: none;
	color: #323842;
}
.card-body .small:hover {
	text-decoration: underline;
}
.card-title {
	font-weight: 700;
}
.woocommerce-message {
	height: 65px;
	border-top-color: #4c902d;
    border-radius: 20px;
    background-color: #fff;
    color: #323842;
    font-weight: 700;
}
.woocommerce-message::before {
    content: "\e015";
    color: #4c902d;
}
.wc-forward {
	border-radius: 20px;
    padding: 10px 6px 10px 20px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    border-bottom: 6px solid #323842;
    line-height: 1;
    font-size: 18px;
    transition: 0.2s;
    font-weight: 600;
    display: inline-block;
}
.menu_bot a {
	color: #fff;
	text-decoration: none;
}
.menu_bot ul {
	list-style: none;
}
.menu_bot .wc-block-product-categories-list--depth-0 {
	columns: 3;
	padding: 0px;
}
.menu_bot .wc-block-product-categories-list--depth-0 li {
	padding: 0px 10px;
	color: #f77c00;
}
.menu_bot .wc-block-product-categories-list--depth-0 li .wc-block-product-categories-list-item__name {
	font-weight: 700;
}
.menu_bot .wc-block-product-categories-list--depth-1 {
	padding: 0px;
	list-style: square;
    padding-left: 20px;
}
.menu_bot .wc-block-product-categories-list--depth-1 li {
	padding: 0px;
}
.menu_bot .wc-block-product-categories-list--depth-1 li .wc-block-product-categories-list-item__name{
	font-weight: 400;
}
.menu_bot .card-body {
	position: absolute;
    z-index: 1000;
    height: 400px;
    width: 1030px;
    padding: 10px 0px;
    background-color: #202428;
    border: 3px solid #f77c00;
    margin-top: 10px;
	z-index: 100505;
}
.menu_bot .widget-area {
	height: 100%;
}
.menu_bot .collapse {
	position: relative;
}
.menu_bot .btn_2 {
	font-size: 16px!important;
    border-bottom: 2px solid #f77c00!important;
}
.top-bar .massagers img {
	width: 25px;
	height: 25	px;
}
.top-bar .massagers {
	list-style: none;
	display: flex;
	padding: 0px;
}
.top-bar .massagers li {
	border: none!important;
	margin-right: 0px;
}

.sidebar_left .widget-area {
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.sidebar_left a {
	color: #323842;
	text-decoration: none;
}
.sidebar_left ul {
	list-style: none;
}
.sidebar_left .wc-block-product-categories-list--depth-0 {
	padding: 0px;
}
.sidebar_left .wc-block-product-categories-list--depth-0 li {
	padding: 0px 10px;
}
.sidebar_left .wc-block-product-categories-list--depth-0 li .wc-block-product-categories-list-item__name {
	font-weight: 700;
}
.sidebar_left .wc-block-product-categories-list--depth-1 {
	padding: 0px;
	list-style: square;
    padding-left: 20px;
}
.sidebar_left .wc-block-product-categories-list--depth-1 li {
	padding: 0px;
}
.sidebar_left .wc-block-product-categories-list--depth-1 li .wc-block-product-categories-list-item__name{
	font-weight: 400;
}
.woocommerce-products-header__title {
	font-size: 2rem;
    font-weight: 900;	
}
.wp-block-search__inside-wrapper  {
    background: #fff;
    border: 0px;
    border-radius: 10px;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
	height: 30px;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
    height: 30px;
    width: 30px;
    padding: 0px;
    border: 0px;
    border-radius: 10px;
    background: #f77c00;
    color: #323842;
    transition: 0.2s;
}
.wp-block-search__inside-wrapper .wp-block-search__button:hover {
	background: #323842;
    color: #fff;
    
}
.section_cart h1 {
	font-size: 2rem;
    font-weight: 900;
}
.section_cart .stock {
	color: green;
	font-weight: 500;
}
.section_cart .text-muted a {
	text-decoration: none;
	color: #323842;
}
.section_cart .contact_forma {
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
    padding: 20px;	
    background-color: #fff;
}
.section_cart .class_prod_right {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.section_cart .info_2 {
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
    padding: 20px;	
    background-color: #fff;
}
.section_cart .info_2 .title {
	font-weight: 700;
	font-size: 18px;
}
.section_cart .info_2 ul {
	list-style: none;
	padding: 0px;	
	font-size: 16px;
}
.section_cart hr {
	width: 160px;
	color: #f77c00;
	opacity: 1;
	border-top: 4px solid;
	margin: 4px 0px 8px 0px;
}
.wp-block-woocommerce-mini-cart-cart-button-block {
	text-decoration: none;
	border-radius: 20px;
    color: #fff!important;
    border: 2px solid #f77c00;
    background-color: #202428!important;
    line-height: 1;
    font-size: 18px;
    transition: 0.2s;
    font-weight: 600;
    box-sizing: border-box;
    box-shadow: none!important;
}
.wp-block-woocommerce-mini-cart-checkout-button-block {
    text-decoration: none;
    border-radius: 20px;
    color: #323842!important;
    border: 2px solid #323842;
    background-color: #eef1f4!important;
    line-height: 1;
    font-size: 18px;
    transition: 0.2s;
    font-weight: 600;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name  {
	color: #323842;
	font-weight: 700;
}
.section_cart .contact_forma {
	text-align: center;
}
.section_cart .contact_forma ul {
	display: flex;
	justify-content: space-around;
	font-size: 18px;	
	list-style: none;
}
.section_cart .contact_forma ul a {
	text-decoration: none;
	font-weight: 700;
	color: #323842;
}
.wp-block-woocommerce-cart .wc-block-components-product-name {
	font-size: 18px;
}
.wp-block-woocommerce-cart .wc-block-components-product-metadata {
	font-size: 16px;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
	text-decoration: none;
    border-radius: 20px;
    padding: 10px 6px 10px 20px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    line-height: 1;
    font-size: 16px;
    transition: 0.2s;
    font-weight: 600;
}
.wp-block-woocommerce-checkout-order-summary-block {
	background-color: #fff;
}
.wc-block-components-checkout-place-order-button {
		text-decoration: none;
    border-radius: 20px;
    padding: 10px 6px 10px 20px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    line-height: 1;
    font-size: 16px;
    transition: 0.2s;
    font-weight: 600;
}
.wc-block-checkout__actions_row {
	font-weight: 700;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 18px;
	font-weight: 700!important;
}
.woocommerce-pagination {
	margin: 20px 0px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	font-size: 16px;
	font-weight: 400;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #323842;
	margin: 0px 5px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a {
	font-size: 16px;
	font-weight: 400;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #323842;
	background-color: #fff;
	margin: 0px 5px;	
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #fff;
	background-color: #323842;
}
.woocommerce .woocommerce-ordering select {
	padding: 4px 16px;
	border: #323842;
	font-weight: 400;
	border-radius: 10px;
}
.widget_search from {
	margin-bottom: 0px!important;
}
.wp-block-search__button-inside {
	margin-bottom: 0px!important;
}
.class_prod_right .info {
	margin-bottom: 20px;
}
.similar_products img {
	height: 270px;
	object-fit: cover;
}

.wp-block-product-new {
	display: none;
}
.wp-block-heading {
	font-size: 18px;
	font-weight: 700;	
}
.subcategory-link {
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px!important;
    padding: 6px 15px!important;	
    background-color: #fff;	
    margin-right: 8px;
    border: 2px solid #323842!important;
    border-bottom: 6px solid #323842!important;
    color: #323842;
    transition: 0.2s;
}
.subcategory-link:hover {
	color: #fff;
	background-color: #202428;
	border-bottom: 2px solid #323842!important;
}
.single_top {
	padding: 20px 0px 20px 0px;
}
.single_top .content {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
	padding: 40px;
    border-radius: 20px!important;	
    height: 380px;
    object-fit: cover;
    margin-bottom: 10px;
        display: flex
;
    align-items: flex-end;
    justify-content: center;
}
.single_top .content:before {
	border-radius: 20px!important;	
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	    background-color: rgb(0 0 0 / 35%);
	left: 0;
	top: 0;
}
.single_top .content h1 {
	position: relative;
	z-index: 100;
	color: #fff;
	font-weight: 900;
}
.single_top ul {
	display: flex;
	list-style: none;
	padding: 0px;
	margin-bottom: 20px;
}
.single_top ul li {
	margin-right: 8px;
}
.footer_contact a {
	color: #323842;
	transition: 0.2s;
}
.footer_contact a:hover {
	color: #f77c00;
	transition: 0.2s;
}
.footer_contact .massagers img {
	width: 30px;
	height: 30px;
}
.footer_contact .massagers {
	list-style: none;
	display: flex;
	padding: 0px;
	margin-bottom: 20px;
}
.footer_contact .massagers li {
	margin-right: 6px;
}
.footer_contact .phone {
	list-style: none;
	padding: 0px;
	margin-bottom: 10px;
}
.footer_contact .phone a {
	text-decoration: none;
	font-size: 18px;
}
.footer_contact .phone a span {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	font-size: 24px;
}
.footer_contact .phone i {
	margin-right: 8px;
}
.footer_contact ul {
	margin-bottom: 20px;
	list-style: none;
	font-size: 18px;
	font-weight: 500;
}
.footer_contact hr {
	width: 160px;
	color: #f77c00;
	opacity: 1;
	border-top: 4px solid;
	margin: 4px 0px 8px 0px;
}
.button_section {
	margin-bottom: 20px;
}
.button_section button {
	margin: 0px 4px;
}
.modal-content .wpcf7-text {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 20px;
    padding: 10px 6px 10px 20px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    border-bottom: 6px solid #323842;
    line-height: 1;
    font-size: 18px;
    transition: 0.2s;
    font-weight: 600;
    display: inline-block;
}
textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px 6px 10px 20px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    border-bottom: 6px solid #323842;
    line-height: 1;
    font-size: 18px;
    transition: 0.2s;
    font-weight: 600;
    display: inline-block;
    height: 120px;
}
.modal-content .btn_2 {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
}
.modal-title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.d_block {
	display: block!important;
}
.m_block {
	display: none!important;
}
/*.top-bar .offcanvas-body {
		display: none!important;
	}*/
@media (max-width: 768px) {
	.section_1 .content ul li {
		width: 100%;
	}
	.d_block {
		display: none!important;
	}
	.m_block {
		display: block!important;
	}


	.top-bar .container {
		padding: 0px;
	}
	.top-bar .col-7 {
		padding: 0px;
	}
	.top-bar img {
		width: 100%;
	}
	.top-bar .navbar-toggler {
		border: 0px;
	}
	.footer_form .wpcf7-text {
		width: 100%;
	}
	.menu_bot .justify-content-end {
		display: none!important;
	}
	.wp-block-search__inside-wrapper {
		border: 2px solid;
	}
	.navbar-toggler {
		background-color: none;
	}
	.menu_bot .wc-block-product-categories-list--depth-0 {
		columns: 1;
	}
	.bg_dark {
		background-color: #323842;
		font-size: 18px;
	}
	.bg_dark .btn-close {
		filter: invert(1);
	}
	.menu_bot .m_block .navbar-toggler {
	    width: 100%;
	    padding: 10px 20px;
	    background-color: #f77c00;
	    color: #fff;
	    border-radius: 10px;
	    font-size: 18px;
	    font-weight: 500;
	    line-height: 1;
	    border: 0px;
	}
	.section_1 .content ul {
	    flex-direction: column;
	}
	.section_2 .content {
	    flex-direction: column;
	    text-align: center;
	}
	.section_2 .general {
		width: 100%!important;
		margin-bottom: 20px;
	}
	.section_2 ul {
		width: 100%!important;
	}
	.section_4 .content ul {
		flex-direction: column;
	}
	.section_4 .content::before {
		display: none;
	}
	.section_4 .content ul li::before {
		display: none;
	}
	.section_news .content {
		flex-direction: column;
	}
	.section_news .content .left {
		width: 100%;
		height: 200px;
	}
	.section_news .content .right {
		width: 100%;
	}
	.footer_form .content {
		text-align: center;
	}
	.footer_contact .title  {
		margin-top: 30px;
	}
	.footer_contact {
		padding-top: 40px;
	}
	.section_about .seo_text {
		columns: 1;
		margin-top: 20px;
	}
	.woocommerce-subcategories .d-flex {
		flex-wrap: wrap;
    	flex-direction: column;
	}
	.woocommerce-subcategories .d-flex a {
		margin-bottom: 10px;
	}
	.pord_catalog .row {
	    flex-direction: column-reverse;
	            align-items: center;
	}
	.class_prod_right {
		margin-top: 20px;
	}
	.class_prod_right .d-flex {
    	flex-direction: column;
	}
	.class_prod_right .d-flex .btn_2 {
    	width: 100%;
    	margin-bottom: 10px;
	}
	.section_cart .info_2 {
		margin-bottom: 20px;
	}
	.section_contact .content {
		margin-bottom: 20px;
	}

}
.wpcf7-spinner {
	display: none;
}
.widget_block {
	margin-bottom: 20px;
}
.menu_bot .widget_block {
	margin-bottom: 0px;
}


#buyNowModal .wpcf7-submit {
	text-decoration: none;
	border-radius: 20px;
    padding: 10px 20px 10px 20px;
    color: #323842;
    border: 2px solid #323842;
    background-color: #eef1f4;
    border-bottom: 6px solid #323842;
    line-height: 1;
    font-size: 18px;
    transition: 0.2s;
    font-weight: 600;
    display: inline-block;
}
#buyNowModal .wpcf7-submit i {
	margin-left: 8px;
	background: #323842;
	color: #fff;
	padding: 2px 4px;
	border-radius: 50%;
	transition: 0.2s;

}
#buyNowModal .wpcf7-submit:hover {
    color: #323842;
    border: 2px solid #323842;
/*    border-bottom: 6px solid #323842;*/
    background-color: #eef1f4;
}
#buyNowModal .wpcf7-submit:hover i {
	margin-left: 8px;
	background: #f77c00;
	color: #fff;

}
.modal_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.testimonial .commentlist {
	list-style: none;
	padding: 0px;
}
.testimonial .commentlist li {
    padding: 10px 20px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    margin-bottom: 10px;
}
.testimonial .comment-author {
	width: 50%;
	float: left;
	font-weight: 500;
}
.testimonial .comment-meta {
	width: 50%;
    float: left;
    text-align: right;	
}
.testimonial .comment-meta a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.testimonial .reply {
	display: none;
}
.testimonial .media-body .d-flex div {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.testimonial .media-body .text-muted {
	text-align: right;
}
.testimonial .media-body {
    display: flex;
    flex-direction: column;
}
.woocommerce .star-rating {
    color: #ffd800;
}
.woocommerce p.stars a {
	color: #ffd800;
}
.comment-form textarea {
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #eee;
	width: 100%;
}
.comment-form input {
	width: 100%;
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #eee;
}
.comment-form .comment-form-cookies-consent {
    display: flex;
        align-items: flex-start;
}
.comment-form #wp-comment-cookies-consent {
	width: 40px;
}
.comment-form .btn_3 {
    background: rgb(18, 37, 56, 1)!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 500!important;
    border-radius: 10px!important;
}
.breadcrumb {
    gap: 4px;
}
.breadcrumb .home {
	color: #000;
	font-weight: 500;
	
}
.lang-item a {
	padding: 3px;
}
.current-lang a {
	    background: #202428;
    padding: 3px;
    color: #fff!important;
	border-radius: 5px;
}
.product-attr-name {
	font-weight: 700;
}
/* Attributes list */
.product-attrs{
  border-top:1px solid rgba(0,0,0,.08);
  padding-top:.5rem;
}
.product-attr-row{
  border-bottom:1px dashed rgba(0,0,0,.10);
}
/*.woocommerce nav.woocommerce-pagination { display:none; }*/
.class_prod_right .h1 {
	font-size: 24px!important;
	font-weight: 700;
}
.testimonial .h3 {
	font-size: 20px!important;
	font-weight: 700;
}
.section_shop .block_title {
	font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}