@charset "UTF-8";

/*
Theme Name: rcld
Author: Sergey Kholosha
*/

@import url('https://fonts.googleapis.com/css?family=Nunito');

/* ::-webkit-scrollbar {
    width: 10px;
    background: #eff0f4;
    border: #333333;
    height: 10px;
    border-radius: 9px;

}

::-webkit-scrollbar-thumb {
    background-color: #3c959A;
    border-radius: 9em;
    box-shadow: inset 1px 1px 1px #c0c0c0;
} */

html {
scroll-behavior: smooth;
}

body,
header{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.main-header {
    overflow: hidden;
    position: fixed;
    z-index: 9;
    width: 100%;
}


h1{
    font-size: 32px;
}

h2{
    font-size: 28px;
}


footer{
    border-top: 1px solid #3c959a;
    padding: 25px 0;
}

section.bareadcrumbs {
    padding: 15px 0;
}

.breadcrumbs__current {
    color: #149FA4;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumbs__link {
    color: #149FA4;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.main-head {
    padding: 10px 0;
    background: #fff;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo {
    margin-right: 20px;
}

.select-location {
    margin-left: 20px;
    font-size: 18px;
}

.change-city {
    color: #3c959a;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.logo > img,
.logo > a > img {
	width: 235px;
}

.logo-city {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-location {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-location > span {
    margin-right: 10px;
}

.change-location {
    display: flex;
    justify-content: center;
}

.change-location > span {
    border-bottom: 1px dashed #adadad;
    font-size: 16px;
    cursor: pointer;
}

.click-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.click-phone > a {
    font-size: 25px;
    color: #3c959a;
    text-decoration: none;
    font-weight: 600;
}

.click-phone > span {
    font-size: 16px;
    /*letter-spacing: 3px;*/
}

.serch-field{
    display: inline-flex;
    border: 1px solid #3c959a;
    border-radius: 30px;
    width: 100%;
    position: relative;
}

.serch-field > input {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 10px;
    height: 50px;
}

.serch-field > img {
    width: 40px;
    height: 40px;
    background: #3c959a;
    border-radius: 50%;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.serch-field > input:focus,
.search-product > input:focus{
     outline: none;
}

.get_result > img {
    width: 40px;
    height: auto;
    margin-left: 5px;
}

.get_result > span {
    font-size: 16px;
    line-height: 20px;
}

.get_result {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login-cart {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100px;
}

.login > a > img,
.cart > a > img,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart > img{
    height: 40px;
    width: auto;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart>img {
	height: 40px;
	width: auto;
}
.add-to-cart-button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.cart-icon {
    width: 24px; /* Размер изображения */
    height: auto;
}

.sub-menu {
  display: none; /* Скрыть подменю по умолчанию */
}

.sub-menu.show {
  display: block; /* Показать подменю, когда необходимо */
}


.cart > a {
        position: relative;
    }

    .cart > a > span {
            position: absolute;
    right: 0px;
    bottom: -3px;
    font-size: 13px;
    background: #17849b;
    border-radius: 38px;
    width: 16px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.users-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 210px;
}

.select_language {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.select_language li:not(:last-child)::after {
  content: "|";
  margin-right: 10px;
  margin-left: 10px;
}


.lang-item > a{
    color: #000;
}
.lang-item.current-lang > a {
    color: #3c959a;
}

.change-language {
    width: 90px;
}

.nav-desktop-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-main_ua-container, .menu-main_en-container, .menu-main_ru-container {
    display: flex;
    justify-content: space-between;
    width: 93%;
    align-items: center;
}


.main-menu{
    padding: 10px 0;
    background: #eff0f4;
}

.main-menu-desktop{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-icon > a > img{
    width: 27px;
    margin: -4px 3px;
}

#mega-menu-wrap-primary{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
    padding: 0px 0px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-menu-desktop > .menu-item > a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
}

.right_menu{
    height: auto;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 120px;
    background-color: #fff;
    border-left: 1px solid #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
}

.head_right{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.head_right > span{
    margin: 20px;
    cursor: pointer;
}

.head_right > span > svg{
    width: 18px;
    height: 18px;
}

.right_menu_block > li{
    list-style: none;
}

.serch-block {
    background: #3c959A;
    padding: 5px 0;
}

.slider_block{
    height: 600px;
    width: auto;
    position: relative;
    /* padding-top: 266px; */
}

section.breadcrumbs,
section.bareadcrumbs{
    padding-top: 266px;
}

.slide{
    height: 600px!important;
    position: relative;
}

.no-image-slide{
    height: 600px;
}

.main-info-slide {
    display: flex;
    position: absolute;
    height: 100%;
    max-width: 1200px;
    width: 100%;
}

.right-part-slide{
    position: absolute;
    right: 0;
    bottom: 0;
}

.left-part-slide {
    top: 30%;
    position: absolute;
    bottom: 15%;
}

.btn-slide {
    position: absolute;
    bottom: 20%;
}

.btn-slide > a {
    width: 200px;
    display: block;
    padding: 15px;
    border-radius: 37px;
    font-size: 23px;
    text-align: center;
    text-decoration: none;
}

.slide-title {
    font-size: 40px;
    line-height: 40px;
    width: 450px;
    padding: 0 0 20px 0;
}

.slide > img {
    width: 100%;
    height: auto;
}

.name-page {
    padding: 15px 0;
    text-align: center;
}

.list-analize,
.list-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.analize-item {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3c959a;
    border-radius: 15px;
    margin: 10px 0;
    height: 70px;
}

.name-analize > a,
.name-analize > span {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}

.content-page.content-page-price{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0;
		padding-top: 20px;
		align-items: flex-start;
}

.filter-price {
    width: 25%;
    margin-right: 20px;
}

.cat_menu > .analize{
    width: 50%;
    background: #149FA4;
    text-align: center;
    padding: 0px;
    border-radius: 20px 0 0 20px;
}

.cat_menu > .analize > a {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-decoration: none;
		width: 100%;
		display: block;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
}

.cat_menu > .komplex > a {
    color: #86888A;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-decoration: none;
		width: 100%;
		display: block;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
}

.cat_menu > .komplex{
    width: 50%;
    background: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 0 20px 20px 0;
		border: 1px solid #D0ECED;
}

.cat_menu > .komplex.current-menu-item {
    background: #149FA4;
		border: 1px solid #149FA4;
}

.cat_menu > .komplex.current-menu-item > a {
    color: #fff;
}

.cat_menu > .analize:not(.current-menu-item) {
    background: #fff;
		border: 1px solid #D0ECED;
}

.cat_menu > .analize:not(.current-menu-item) > a {
    color: #37383C;
}

.cat_menu > .analize.parent-active {
    background: #149FA4;
    border: 1px solid #149FA4;
}

.cat_menu > .analize.parent-active > a {
    color: #fff;
}

.cat_menu > .komplex.parent-active {
    background: #149FA4;
    border: 1px solid #149FA4;
}

.cat_menu > .komplex.parent-active > a {
    color: #fff;
}

.menu-cat_menu-container {
	border-bottom: 1px solid #D0ECED;
	padding-bottom: 9px;
}

.second-block {
    width: 75%;
}

.price-list {
    width: calc(100% - 258px);
}

.cat_menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.first-level-cat-menu {
    padding: 0;
    margin: 0;
}

.second-parent {
    list-style: none;
    padding: 0px;
    margin: 0 0 28px 0;
    text-align: left;
    background: #fff;
}

.second-parent:last-child {
    margin-bottom: 0;
}

.second-link-analize {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second-link-analize > span[style*="cursor:pointer"] {
    display: inline-block;
    width: 17px !important;
    min-width: 17px;
    max-width: 17px;
    height: 7px;
    background-image: url(/wp-content/themes/rcld/assets/images/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.second-parent:has(.child-second-parent[style*="display: block"]) .second-link-analize > span[style*="cursor:pointer"] {
    background-image: url(/wp-content/themes/rcld/assets/images/arrow-top.svg);
}

.second-link-analize > a{
    text-decoration: none;
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    transition: color 0.2s ease;
}



.second-link-analize > a:hover {
    color: #149FA4;
}

.second-link-analize > a.current-menu-item {
    color: #149FA4;
}

.child-second-parent{
    display: none;
    margin-top: 16px;
}

.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.third-level-cat-menu {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 16px;
}

.third-level-cat-menu > li {
    border-bottom: 1px solid #fff;
}

.products.columns-1{width: 100%;}

.third-level-cat-menu > li > a{
    color: #000;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    transition: color 0.2s ease;
}

.third-level-cat-menu > li > a:hover {
    color: #149FA4;
}

.third-level-cat-menu > li > a.current-menu-item {
    color: #149FA4;
}

.third-level-cat-menu > li.third {
    padding-left: 10px;
		margin-bottom: 15px;
}

.third-level-cat-menu > li.third:last-child {
    margin-bottom: 0;
}
.child-cat-menu-level-4,
.child-cat-menu-level-5,
.child-cat-menu-level-6 {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
		margin-bottom: 15px;
}

.child-cat-menu-level-4:last-child,
.child-cat-menu-level-5:last-child,
.child-cat-menu-level-6:last-child {
    margin-bottom: 0;
}

.cat-depth-4 > a,
.cat-depth-5 > a,
.cat-depth-6 > a {
    color: #000;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    transition: color 0.2s ease;
    display: block;
    padding: 5px 0;
}

.cat-depth-4 > a:hover,
.cat-depth-5 > a:hover,
.cat-depth-6 > a:hover {
    color: #149FA4;
}

.cat-depth-4 > a.current-menu-item,
.cat-depth-5 > a.current-menu-item,
.cat-depth-6 > a.current-menu-item {
    color: #149FA4;
}

.mega_menu {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%; /* Позиционирование относительно родителя */
  left: 0;
}

.mega_menu:hover .sub-menu {
  display: block;
}

form#category-filter-form {
    display: flex;
    flex-direction: column;
}

.subcategories {
    display: flex;
    flex-direction: column;
}

.category-label,
.category-with-children > label,
.subcategories > label {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.parent-category {
    font-size: 28px;
    margin: 0 0 15px 0;
    color: #07829c;
}

.child-category {
    font-size: 24px;
    color: #fc9917;
}

.product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5babb3;
    padding: 10px 0;
    width: 100%;
}

.product-item.add_to_cart_callback {
    padding-bottom: 20px;
}

.product-title {
    width: 90%;
    padding-bottom: 20px;
}

.product-title > a {
    font-size: 24px;
    text-decoration: none;
    color: #000;
}

.description-analize{
    width: 90%;
    padding: 10px 0;
}

.price-add-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.regular-price{
    padding: 0 15px;
    font-size: 28px;
}

span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
    text-decoration: inherit;
}

.block-sale-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sale-price > span.woocommerce-Price-amount.amount {
    font-size: 27px !important;
    font-weight: 600;
    color: #3c959a;
}

.second-level > a {
    color: #000;
}

.third-level{
    display: none
}

.category-with-children {
    border: 1px solid #8bc8cb;
    margin: 10px 0;
    padding: 5px;
}

summary {
    list-style: none;
}

section.main-block {
    margin: 25px 0;
}

.list-main-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.link-main-analize {
    position: relative;
    width: 227px;
}

.bg-main-block,
.bg-main-block > img {
    width: 100%;
}

.bg-main-block > img {
    border-radius: 15px;
}

.caption-main-block {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    color: #3c959a;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.link-main-block {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.link-main-block > a > img{
    width: 40px;
}

.link-main-map {
    position: relative;
}

.caption-map {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    color: #3c959a;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.img-map > img {
    width: 324px;
    border-radius: 15px;
}

.point-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px 0;
}

.left-part {
    width: 25%;
}

.btn-reviews {
    margin: 15px 0;
}

.reviews-click-btn {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 15px;
    background: #07829c;
    cursor: pointer;
}

.right-part {
    margin-left: 15px;

}

.point-adres {
    font-size: 26px;
    margin: 10px 0;
    font-weight: 600;
}

.photo-point > img {
    width: 100%;
    border-radius: 15px;
}

.pop-shedule > tbody > tr > td{
    border-bottom: 1px dotted #3c959a;
}

td.ti_day {
    padding: 5px 13px;
}

.map-point {
    margin: 15px 0;
}

.point-item {
    width: 24%;
    border: 1px solid #3c959a;
    border-radius: 15px;
    margin: 10px 0;
    padding: 10px;
}

.ponit-img > a > img,
.ponit-img img {
    width: 100%;
    border-radius: 15px;
}

.name-point {
    margin: 5px 0;
    text-align: center;
}

.name-point > a,
.name-point > span {
    text-decoration: none;
    font-size: 20px;
    color: #0fa649;
    font-weight: 600;
}

.list-poaint-adres {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
}

.list-adress-block > ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.list-adress-block > ul >li:hover{
    color: #fa820a;
}

.list-adress-block > ul >li:focus,
.list-adress-block > ul >li:active{
    color: #3c959a;
}


.adres-point,
.point-schedule {
    font-size: 18px;
    padding: 5px 0;
    border-bottom: 1px dashed #3c959a;
}

.open-map-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.icon-map {
    width: 47%;
    background: #3c959a;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}

.link-point {
    padding: 14.5px;
    background: #0fa649;
    border-radius: 15px;
    text-align: center;
}

.link-point > a,
.link-point > span {
    color: #fff;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation {
    padding: 15px 0;
    border-bottom: 1px dashed #3c959a;
}

.woocommerce-MyAccount-navigation > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.woocommerce-MyAccount-navigation-link > a{
    color: #000;
    text-decoration: none;
    font-size: 21px;
}

.list-promo-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.promo-item-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24%;
    border-radius: 15px;
    border: 1px solid #0fa649;
    padding: 10px;
}

.name-promo {
    font-size: 22px;
    font-weight: 600;
    color: #0fa649;
    padding: 10px;
}

.img-promo > a > img {
    width: 100%;
    border-radius: 15px;
}

.link-promo {
    margin: 20px;
    padding: 10px;
    background: #0fa649;
    width: 60%;
    text-align: center;
    border-radius: 15px;
}

.link-promo > a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.caption-countdown {
    display: flex;
    justify-content: space-between;
}

.days-countdown, .hours-contdown, .mints-countdown, .sec-countdown {
    display: flex;
    flex-direction: column;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #e3e3e3;
    padding: 3px;
    border-radius: 15px;
    font-size: 17px;
}

.promo {
    padding: 25px 0;
}


div#search-results {
        max-width: 1110px;
    margin: -1px auto;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: rgb(0 0 0 / 62%) 0px 20px 30px;
}

.suggestion {
    padding: 10px;
}

.suggestion > a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.content-page {
    text-align: justify;
}

.search-product {
    width: 99.35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 10px;
    background: #3c959a;
    border-radius: 50px;
    position: relative;
}

.search-product > input {
    width: 96.5%;
    border: none;
    border-radius: 30px;
    padding: 10px;
    height: 20px;
}

.clear-search {
    width: 30px;
    height: 30px;
    background: #3c959a;
    border-radius: 50%;
    border: none;
    position: absolute;
    right: 16px;
    top: 16px;
    color: #fff;
    font-weight: 600;
}

.loading-bar-container {
    display: none;
    width: 100%;
    height: 10px; 
    background-color: #ddd;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 5px;
}

.loading-bar {
    width: 100%;
    height: 100%;
    background-color: #fc9917;
    animation: loading 1.5s infinite; 
}

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.loading-bar.active {
    display: block;
}

.modal {
    opacity: 0;
   visibility: hidden;
   width: 100%;
   max-width: 500px;
   position: fixed;
   top: 5%;
   left: 0;
   right: 0;
   z-index: 30; 
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   border-radius: 15px;
   background-color: #fff;
   margin: 0 auto;
   overflow-y: auto;
   max-height: calc(100% - 10%);

}

.modal_header {
    display: flex;
    flex-direction: initial;
    justify-content: center;
    align-items: center;
    height: 59px;
    font-size: 22px;
    color: #3c959a;
    font-weight: 600;
    text-transform: uppercase;
}

.modal_body{
    padding: 25px 0;
}

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 12px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}

.overlay {
   opacity: 0;
   visibility: hidden;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 20;
}

.js-modal-close > img {
    width: 18px;
    height: 18px;
    margin-top: 8px;
}

.item-city {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    align-items: center;
}

.item-city > span {
    background: #5babb3;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    width: 80px;
}

.item-city > a {
    background: #3c959a;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    text-decoration: none;
    width: 80px;
}

.modal-full{
    max-width: 1200px;
}

.maps-block {
    display: flex;
    justify-content: space-between;
    width: 98%;
    align-items: flex-start;
    margin: 10px;
}

.maps-adress {
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#map {
    width: 857px;
    border-radius: 15px;
}

.list-point-maps{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.marker-title{
    cursor: pointer;
}

.product-contnet {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
}

.title-product {
    display: flex;
    width: 70%;
    padding-right: 20px;
}

.title-product > h1{
    padding-top: 0;
    margin-top: 0;
}

.woocommerce .woocommerce-breadcrumb::before {
	display: none;
}

.woocommerce-breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    margin: 15px 0;
    font-family: 'Nunito', sans-serif;
    font-size: 16px !important;
    font-weight: 300;
    color: #149FA4 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media(max-width:767px) {
    .woocommerce-breadcrumb{
        display: none;
    }
}

.woocommerce-breadcrumb a {
    color: #149FA4 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.woocommerce-breadcrumb span:not(.breadcrumbs__arrow-separator):not(.breadcrumbs__home-icon) {
    color: #149FA4;
}

.woocommerce-breadcrumb .breadcrumbs__home-link,
.woocommerce-breadcrumb .breadcrumbs__home-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.woocommerce-breadcrumb .breadcrumbs__home-link svg,
.woocommerce-breadcrumb .breadcrumbs__home-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

.woocommerce-breadcrumb .breadcrumbs__arrow-separator {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin: 0 4px;
}

.woocommerce-breadcrumb .breadcrumbs__arrow-separator svg {
    width: 16px;
    height: 10px;
    display: block;
}

.product-atrr {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
}

button.single_add_to_cart_button.button.alt {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eff0f4;
    border-radius: 15px;
    background: none;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
    width: 100%;
     transition: border-color 0.5s ease, color 0.7s ease; 
}

button.single_add_to_cart_button.button.alt:hover{

    border: 2px solid #2b7a77;
}

.cart-img-add {
    width: 40px;
    height: 40px;
}

button.single_add_to_cart_button.button.alt > span {
   margin-left: 15px;
}

.input-text {
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    height: 50px;
    border: 1px solid #3c959a;
}

.woocommerce-input-wrapper select {
	border-radius: 30px;
	padding: 10px;
	height: 50px;
	border: 1px solid #3c959a;
}

.list-function {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.list-function > li > a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.cart-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    width: 100%;
		margin-bottom: 50px;
}
@media(max-width:767px) {
	.cart-content {
		flex-wrap: wrap;
		margin-bottom: 	0px;
	}
}

.woocommerce-cart-form {
    width: calc(67% - 20px);
}
@media(max-width:767px) {
	.woocommerce-cart-form {
		width: 100%;
		margin-right: 0px;
	}
}

.cart-coupon{
    width: 270px!important;
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #3c959a;
    height: 0;
}

.coupon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

button.button.coupon-btn-app{
    border-radius: 15px;
    background: #3c959a;
    color: #fff;
}

.cart_totals > h2 {
    margin-top: 0;
    text-align: center;
}

.wc-proceed-to-checkout {
    text-align: center;
}

.cart-collaterals {
    width: 25% !important;
}

@media(max-width:767px) {
	.cart-collaterals {
		width: 100% !important;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

a.checkout-button.button.alt.wc-forward {
    padding: 25px;
    background: #17849b;
    border-radius: 15px;
    font-size: 20px;
}

form.checkout.woocommerce-checkout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
		margin-bottom: 50px;
}

.check-details{
    width: 33%;
    margin-right: 5px;
}

.woocommerce-checkout-review-order{
    display: flex;
    width: 66%;
		align-items: flex-start;
}
.cart-subtotal {
		display: none !important;
}

table.shop_table.woocommerce-checkout-review-order-table{
    width: 50%;
    margin: 0 10px;
}

.woocommerce-checkout-payment{
    width: 50%;
    margin: 0 10px;
}

.dashboard {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
}

.nav-dashboard {
    width: 25%;
    justify-content: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 10px;
}

.content-dashboard {
    width: 100%;
    display: flex;
    justify-content: left;
}

.personal-cabinet {
    border-radius: 15px;
    border: 1px solid #3c959a;
    background: #eff0f4;
    padding: 10px;
}

.personal-cabinet > p {
    margin: 0;
}

.logout{
    display: block;
    width: 100%;
    text-align: center;
}

.logout > a {
    color: #000;
    text-decoration: none;
}

ul.nav-item-dasboard {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.nav-item-dasboard > li{
    margin: 5px 0;
    cursor: pointer;
}

.nav-item-dasboard > li:hover{
    text-decoration: underline;
}

.archive .filter {
    width: 238px;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #D0ECED;
    border-radius: 20px;
    padding: 20px;
		min-width: 238px;
}

.nav-filter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-product{
    border: 1px solid #D0ECED;
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 20px;
}

.item-product.add_to_cart_callback{
    padding-bottom: 40px;
}

.woocommerce a.added_to_cart {
	padding-top: 0.9em !important;
}
@media(max-width:767px) {
	.woocommerce a.added_to_cart {
		padding-top: 1.2em !important;
	}
}

.head-product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
}

.head-product .product-price-wrapper {
  display: flex;
	gap: 20px;
	align-items: center;
}

.product-title-wrapper {
    width: 100%;
    flex-basis: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}


.woocommerce-loop-product__link {
    color: #000;
    flex: 1;
    min-width: 0;
    text-align: left;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.woocommerce-loop-product__code {
    background: #E7F5F6;
    color: #149FA4;
    border-radius: 10px;
		padding: 3px 10px 2px 10px;
    display: inline-block;
    font-weight: 600;
    flex-shrink: 0;
}

.woocommerce-loop-product__title {
    color: #000000;
    flex: 1;
    min-width: 0;
		font-weight: 700;
		font-family: 'Nunito', sans-serif;
		font-size: 20px;
		line-height: 1.3em;
}

.out-of-stock .woocommerce-loop-product__title {
    color: #A5A5A5;
}

.list-product-price {
    flex-shrink: 0;
    text-align: center;
    color: #1B1C1E;
}

.product-add-to-cart {
    flex-shrink: 0;
    position: relative;
    text-align: center;
}

.product-add-to-cart button.add-to-cart-button,
.product-add-to-cart .add-to-cart-button,
button.add-to-cart-button.ajax_add_to_cart {
    background: #149FA4;
    color: #FFFFFF;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.product-add-to-cart button.add-to-cart-button:hover,
.product-add-to-cart .add-to-cart-button:hover,
button.add-to-cart-button.ajax_add_to_cart:hover {
    background: #149FA4;
    color: #FFFFFF;
}

.product-add-to-cart button.add-to-cart-button img,
.product-add-to-cart .add-to-cart-button img,
button.add-to-cart-button.ajax_add_to_cart img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.out-of-stock .product-add-to-cart button.add-to-cart-button,
.out-of-stock .product-add-to-cart .add-to-cart-button,
.product-add-to-cart button.out-of-stock,
button.out-of-stock.add-to-cart-button {
    background: #CFE4E5;
    color: #fff !important;
    cursor: not-allowed;
    text-transform: none;
}

.out-of-stock .product-add-to-cart button.add-to-cart-button:hover,
.out-of-stock .product-add-to-cart .add-to-cart-button:hover,
.product-add-to-cart button.out-of-stock:hover,
button.out-of-stock.add-to-cart-button:hover {
	background: #CFE4E5 !important;
	color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]{
	opacity: 1 !important;
}

.out-of-stock .product-add-to-cart button.add-to-cart-button img,
.out-of-stock .product-add-to-cart .add-to-cart-button img,
.product-add-to-cart button.out-of-stock img,
button.out-of-stock.add-to-cart-button img {
    filter: brightness(0) invert(1);
}

.product-add-to-cart img {
	width: 22px !important;
	height: auto !important;
	display: block;
}

span.woocommerce-Price-amount.amount {
	font-family: 'Nunito', sans-serif;
	font-size: 24px !important;
	font-weight: 600;
}

.product-unavailable-message {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E34A4A;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    border-radius: 800px;
		padding: 0px;
    background: transparent;
}

.product-unavailable-message img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

ul.page-numbers {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    justify-content: space-between;
}

.add_menu {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.add_menu > li {
    padding: 0 5px;
}

.add_menu > li > a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.add_menu > li:hover {
    border-bottom: 1px dashed #c0c0c0;
}

.product-attributes-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;
}

.page-title {
    text-align: center;
    padding: 15px;
}

.added_to_cart.wc-forward {
    position: absolute;
    z-index: 9;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 16px;
		top: 40px;
		width: 150px;
		margin-left: -76px;
}

.tabs.wc-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab-analize {
    padding: 10px;
    border-radius: 15px;
    background: #3c959a;
}

.tab-analize > a{
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
}

.tab-analize {
    padding: 10px;
    border-radius: 15px;
    background: #3c959a;
    width: 210px;
    text-align: center;
    margin-right: 10px;
}

.add_product_cart {
    width: 100%;
}

.call-doc {
    font-weight: 600;
    padding: 15px 0;
}

button.button.out-of-stock {
    cursor: auto;
    background: none;
    border: none;
    text-transform: uppercase;
    color: #454444;
}

section.out-of-stock > .product-content > .item-product > .head-product > a > h2{
    color: #454444;
}

.categories-toggle-button { 
		display: none;
}

.first-level-cat-menu {
	margin-top: 20px;
}

@media screen and (max-width:1024px) {
		.tax-product_cat .footer {
			margin-top: 50px;
		}
		.content-page.content-page-price {
			padding-bottom: 20px;
		}
}

@media screen and (max-width:880px){

		.tax-product_cat .content-page-price {
			margin-top: 30px;

		}

		.tax-product_cat .content_category .woocommerce-pagination {
			padding-left: 0px !important;
			margin-top: 20px !important;
		}

		.tax-product_cat .content-page .filter {
			width: 100%;
			margin-right: 0px;
			padding: 0px;
			margin-bottom: 20px;
			margin-top: 0px !important;
		}

		.tax-product_cat .nav-filter {
			gap: 10px;
		}

		/* Кнопка "Категорії" для фильтра */
		.categories-toggle-button {
			display: flex;
			align-items: center;
			gap: 20px;
			background: none;
			border: none;
			padding: 0;
			cursor: pointer;
			padding: 10px;
			justify-content: center;
		}

		.categories-toggle-icon {
			display: block;
			width: auto;
			height: auto;
		}

		.categories-toggle-text {
			font-family: 'Nunito', sans-serif;
			font-weight: 400;
			font-size: 16px;
			line-height: 20px;
			color: #000000;
		}

		/* Скрытие содержимого фильтра по умолчанию */
		.filter-content-wrapper {
			display: none;
		}

		.filter-content-wrapper.filter-content-visible {
			display: block;
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 20px;
		}

		.list-child-category {
			margin-top: 20px;
		}

    .container {
        max-width: calc(100% - 20px);
        margin: 0 auto;
    }

    .main-head-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_menu{
        height: auto;
        width: 0;
        position: fixed;
        top: 0;
        background-color: #fff;
        border-left: 1px solid #fff;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 9999;
        box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
        flex-direction: row;
        justify-content: end;
        align-items: center;
    }

    .mobile_menu > span{
        margin: 20px;
    }

    .mobile_menu > span > svg{
        width: 18px;
        height: 18px;
    }

    .person-block {
        display: flex;
        justify-content: space-between;
        width: 80px;
    }

    .menu-icon{
        width: 50px;
    }

    .logo {
    margin-right: 0;
    }

    .logo > img {
        width: 180px;
    }

    .login-m > a > img,
    .cart-m > a > img,
    .menu-icon > a > img {
        width: 30px;
        height: auto;
    }

    .cart-m > a {
        position: relative;
    }

    .cart-m > a > span {
    position: absolute;
    right: 0px;
    bottom: -3px;
    font-size: 13px;
    background: #17849b;
    border-radius: 38px;
    width: 16px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

@media screen and (max-width:767px) {
	.tax-product_cat .breadcrumbs {
		display: none;
	}
	.tax-product_cat h1 {
		font-size: 30px !important;
		width: 100% !important;
		text-align: center !important;
		margin-bottom: 20px !important;
	}
	.tax-product_cat .woocommerce-ordering {
		width: 100%;
		order: 2;
	}
	.tax-product_cat .woocommerce-ordering select { 
		width: 100%;
	}
	.tax-product_cat .content_category {
		position: relative;
	}
	.tax-product_cat .content-page .filter {
		margin-bottom: 17px;
		z-index: 100;
		margin-top: -119px !important;
	}
	.tax-product_cat .main_content {
		margin-top: 35px !important;
	}
	.tax-product_cat .content-page-price {
		margin-top: 20px;
	}
	.tax-product_cat .container {
		max-width: 100%;
	}
	.tax-product_cat .main_content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tax-product_cat .woocommerce-loop-product__link {
		display: flex;
		flex-direction: column;
	}
	.tax-product_cat .head-product {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.tax-product_cat .item-product {
		padding: 40px 20px;
	}
	.tax-product_cat .woocommerce-loop-product__code {
		font-size: 14px;
		padding: 3px 5px 2px 5px;
	}
	.tax-product_cat .woocommerce-loop-product__title {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.8em;
		margin-top: -5px;
	}
	.tax-product_cat .product-add-to-cart button {
		width: 200px;
	}
	.tax-product_cat .product-price-wrapper {
		justify-content: space-between;
		width: 100%;
		gap: 10px;
	}
	.added_to_cart.wc-forward {
		top: 36px;
	}
}
@media screen and (max-width:387px) {
	.tax-product_cat .product-add-to-cart button {
		width: auto;
	}
}

.serch-field > input{
    padding: 10px;
    height: 36px;
}

.serch-field > img {
    width: 27px;
    height: 27px;
}

.slide-title {
    font-size: 34px;
    line-height: 41px;
    width: 100%;
    padding: 20px 0;
    display: block;
    text-align: center;
}

.slider_block{
    height: 520px;
}

.img-slide-m {
    position: absolute;
    bottom: 60px;
}

.img-slide-m > img {
    display: block;
    width: 100%;
}

.list-main-block {
    overflow-x: scroll;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 3fr;
}

.link-main-analize {
    position: relative;
    width: 210px;
    margin: 0 5px;
}

.slide {
    height: 520px!important;
}

.btn-slide {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-slide > a {
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 0;
    font-size: 23px;
    text-align: center;
    text-decoration: none;
}

.bottom-side {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px 0;
}

.side-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.first-side > a > img,
.change_city_m > img,
.point-m > img {
    width: 30px;
}

.center-btn > a img{
    width: 19px;
}

.map_change_city {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px;
}

.first-side {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 30px;
    background: #42989d;
    border-radius: 15px;
    height: 39px;
    cursor: pointer;
}

.first-side > a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.center-btn > a {
    background: #fa820a;
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 33px;
    color: #fff;
    font-size: 20px;
    width: 200px;
}

.point-m {
    background: #3c959a;
    padding: 10px;
    border-radius: 15px;
}

.head_left {
    display: flex;
    justify-content: flex-end;
    padding: 25px;
}

.mobile_list_menu{
    list-style: none;
    padding: 10px 15px;
    margin: 0;
}

.mobile_list_menu > li {
    margin:  5px 10px;
}

.mobile_list_menu > li > a {
    color: #000;
    text-decoration: none;
}

.second-block{
    width: 100%;
}

.search-product {
    width: 97%;
}

.search-product > input {
    width: 92.5%;
}

.product-item {
    flex-wrap: wrap;
}

.product-title {
    width: 100%;
}

.list-attr-product {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: #f1f1f1;
}

.maps-block{
    flex-direction: column;
}

div#map{
    max-width: 100%;
}

.maps-adress{
    width: 100%;
}

.city-block {
    width: 100%;
    text-align: center;
}

.city-block > h2 {
    background: #eff0f4;
    margin: 5px;
    padding: 10px 0;
    border-radius: 15px;
}  

form.checkout.woocommerce-checkout {
    flex-direction: column;
} 

.check-details {
    width: 100%;
    margin-right: 5px;
}

.woocommerce-checkout-review-order {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
		align-items: flex-start;
}

table.shop_table.woocommerce-checkout-review-order-table {
    margin: 5px;
    width: auto;
}

.woocommerce-checkout-payment{
    width: auto;
}  

button#place_order {
    background: #42989d;
    padding: 20px;
    border-radius: 30px;
}

.woocommerce-input-wrapper > select {
    border-color: #3c959a;
    padding: 15px 0;
    border-radius: 15px;
}

section.breadcrumbs, section.bareadcrumbs {
    padding-top: 150px;
}

.content-page.content-page-price {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
		align-items: flex-start;
}

.filter{
    width: 100%;
    margin-right: 0;
}

.cat_menu{
    width: 100%;
}

.woocommerce-ordering,
.woocommerce-result-count{
    display: none;
}

.page-title{
    padding: 10px;
    margin: 0;
}

.product-contnet {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.title-product{
    width: 100%;
}

.product-atrr {
    width: 100%;
    padding-left: 0;
}

.tab-analize {
    padding: 10px;
    border-radius: 15px;
    background: #3c959a;
    width: 210px;
    text-align: center;
    margin-right: 10px;
    height: 55px;
    display: flex;
    align-items: center;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 20px;
    border-top: 1px dashed #fa820a;
}

button.single_add_to_cart_button.button.alt{
    border: 1px solid #3c959a;
}

}


