
* {
	font-family: 'Wix Madefor Display';
    padding: 0;
    margin: 0;
}
a {
    color: #282828;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
}
h1, h2, h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    color: #fff;
}
h2 {
	 color: #000;
    letter-spacing: 0.025em;
}
.container {
	width: 1440px;
	max-width: 1440px;
    padding: 0;
}
#wrapper-navbar {
    background: linear-gradient(90deg, #000000 0%, #282828 100%);
}
.logo {
    display: flex;
    align-items: center;
    flex-basis: 20%;
}
.navbar-brand {
    margin: 0 5px 0px -21px;
}
a:hover {
	text-decoration: none;
}
.logo a {
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px;
    color: #fff;
}
.navbar-collapse.collapse {
    display: block;
}
.navbar-collapse.collapse > .contact_head, .navbar-collapse.collapse > .info {
    display: none;
}
.nav_block {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-toggler {
    display: none;
}
.navbar-nav {
    flex-direction: row;
    gap: 18px;
    justify-content: center;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}
.navbar-collapse {
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
}
.nav_block .info {
    flex-basis: 29%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info .address {
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px;
    color: #fff;
    width: 275px;
    display: block;
}
.but {
    width: 170px;
    height: 45px;
    background: #56BCAA;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.but:hover {
	color: #fff;
}
.catalog, .c_p {
    width: 330px;
    height: 50px;
    display: flex;
    background: #56BCAA;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    padding: 0 0;
    align-items: center;
    justify-content: space-between;
    margin: 10px -19px 10px 0;
	cursor: pointer;
	position: relative;
}
.c_p {
    padding: 0 22px;
}
.catalog:hover, .catalog .c_p:hover {
	color: #fff;
    background: #28B5DE;
}
.c_p:after {
	content: "";
	background:url(/wp-content/uploads/2025/02/menu_ico.png) no-repeat 100% 0%;
    width: 18px;
    height: 16px;
}
.header_bottom {
	background: #EEEEEE;
    margin-bottom: 32px;
}
.hero {
    margin-bottom: 100px;
}
.slick-dots {
    list-style: none;
    display: flex;
    gap: 14px;
    position: absolute;
    justify-content: center;
    width: 100%;
    margin-top: -60px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    font-size: 0;
    background: #D9D9D9;
    color: #D9D9D9;
    border: none;
    border-radius: 4px;
}
.slick-dots li.slick-active button {
	background: #56BCAA;
}



.status_block {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-group .search-field {
    border: 0;
    border-radius: 0;
    transition: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    box-shadow: none;
    width: 408px;
    height: 50px;
    padding: 10px 17px;
}
.search-submit, .btn-primary {
    width: 89px;
    height: 50px;
    background: #56BCAA;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.search-submit:active, .search-submit:focus, .search-submit:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #28B5DE !important;
	box-shadow: none !important;
	border: none !important;
}
.search-form {
    margin-right: -8px;
}
.lk .text span {
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px;
    color: #282828;
}
.lk .text span.login {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #282828;
}
.lk {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.lk .text{
    display: flex;
    flex-direction: column;
}
.cart-content {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-left: -8px;
    margin-right: 8px;
}
.basket p {
    margin-bottom: 0;
}
.basket_count {
    position: relative;
}
.basket_count .count {
    width: 14px;
    height: 14px;
    top: -3px;
    left: auto;
    right: -9px;
    position: absolute;
    background: #282828;
    color: #fff;
    border-radius: 10px;
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 11px;
    line-height: 15.4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-header {
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px;
}
.header_bottom .basket .woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
}
.contact_head {
    display: flex;
    flex-direction: column;
}
.phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    text-align: right;
    letter-spacing: 0.015em;
}
.mail {
    font-weight: 600;
    font-size: 13px;
    line-height: 18.2px;
    text-align: right;
    color: #56BCAA;
    letter-spacing: 0.025em;
}
.mail:hover {
	color: #28B5DE;
}
.cart-header:hover, .phone:hover, .cart-content:hover {
	color: #282828;
}




/*Блок первого экрана главная*/

.hero .container {
    display: flex;
    justify-content: space-between;
}
.slider {
    width: 66%;
}
.slider h2 {
    width: 430px;
    letter-spacing: 0.018em;
    z-index: 1;
    position: relative;
    color: #fff;
}
.slide {
    padding: 40px 60px 60px;
    height: 503px;
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.slide img {
    position: absolute;
    top: -20px;
    right: 0;
}
.slide .but {
    width: 180px;
    height: 60px;	
}
.slide .but:hover {
    background-color: #28B5DE;
}
.cat_top {
    width: 31%;
}
.cat_top .item {
    position: relative;
    display: inline-block;
    padding: 23px 20px;
    height: 235px;
    overflow: hidden;
    width: 45.5%;
    margin-bottom: 27px;
}
.cat_top .item1 {
	width: 100%;
}
.cat_top .item h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: 180px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
}
.cat_top .item3 h3 {
    color: #000000;
}
.cat_top .item img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #56BCAA;
    border-color: #56BCAA;
}
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #28B5DE;
    border-color: #28B5DE;
}


/*Блок первого экрана главная конец*/

.cats_items {
    grid-template-columns: repeat(6, 14.4%);
    grid-auto-rows: minmax(330px, auto);
    margin: 0 auto;
    grid-gap: 30px 40px;
    display: grid;
}
.cats_items .item {
    grid-column: span 3;
    border: 1px solid #CFCFCF;
    padding: 40px;
    height: 330px;
    overflow: hidden;
	position: relative;
}
.cats_items .item.in_3_column {
    grid-column: span 2;
	
}
.cats_items .item img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cats .span {
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #56BCAA;
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}
.cats .span:hover {
	background: rgba(40, 181, 222, 1);
}
.top_cats {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 54px;
}
.list_cats {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list_cats a {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    z-index: 1;
    width: 45%;
}
.list_cats a:hover {
	color: rgba(40, 181, 222, 1);
}
.in_3_column .list_cats a {
    width: 70%;
}
.list_cats a:first-child {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    width: 100%;
    letter-spacing: 0.02em;
    margin-bottom: 9px;
}
.cats {
    padding-bottom: 108px;
}
.about	 {
    background: #EEEEEE;
    padding: 109px 0;
}
.about_info .info {
    box-shadow: 0px 0px 90px 20px #222222 inset;
    background: linear-gradient(0deg, #363636, #363636), linear-gradient(0deg, #3B3B3B, #3B3B3B);
    padding: 30px 40px 16px;
    margin-bottom: 39px;
}
.about_all {
	display: flex;
    gap: 40px;
}
.about_info .info p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22.1px;
    color: #fff;
}
.info_items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.info_items .item {
    padding: 24px;
    width: 33%;
}
.info_items p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 0;
    color: #fff;
}
.info_items span {
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    z-index: 1;
    position: relative;
}
.info_items .black_p p, .info_items .black_p span {
	color: #000;
}






.advantage {
    padding: 105px 0 112px;
}
.advantage_items {
    grid-template-columns: repeat(2, 48.5%);
    grid-auto-rows: minmax(330px, auto);
    margin: 0 auto;
    grid-gap: 40px 3%;
    display: grid;
}
.advantage_items .item {
    box-shadow: 0px 0px 100px 10px rgba(52, 166, 146, 1) inset;
    padding: 40px;
    height: 330px;
    overflow: hidden;
    position: relative;
}
.advantage_items .item img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.advantage_items .item h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.advantage_items .item  p, .advantage_items .item  li {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    color: #fff;
    width: 63%;
}
.advantage_items .item  ul {
	margin-left: 25px;
    z-index: 1;
    position: relative;
    width: 70%;
}
.black_p, .advantage_items .item p.black_p {
	color: #000;
}
.journal {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.journal .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.journal .container > img {
    position: absolute;
    right: -240px;
    top: auto;
    bottom: 0;
}
.form_price {
    width: 453px;
    height: 737px;
    background-color: #fff;
    margin-top: 110px;
    padding: 30px 40px;
    z-index: 1;
}
.form_price h2 {
    margin-bottom: 26px;
}
.block_soc {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
}
.slos_item {
	cursor: pointer;	
}
.block_soc .item {
    background: rgba(86, 188, 170, 1);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    transition: 0.5s;
}
.block_soc .item.act {
    transform: scale(0.9);
    box-shadow: 1px 2px 3px 4px #000;
}
.wpcf7 input[type=text].soc_i {
	display: none;
}
.block_soc .slos_item:hover .item {
	background: rgba(40, 181, 222, 1);
}
.form_price p {
    margin-bottom: 11px;
}
.block_soc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
}
.form_price .wpcf7 input[type=tel] {
    width: 100%;
    display: block;
    margin-top: 10px;
    border: 1px solid rgba(223, 223, 223, 1);
    border-radius: 0;
    height: 75px;
    padding: 20px;
}
.form_price .wpcf7 input[type=submit] {
    width: 100%;
    display: block;
    height: 76px;
    color: #fff;
    background: rgba(86, 188, 170, 1);
    border: 0;
    border-radius: 0;
    margin-top: -4px;
}
.form_price .wpcf7 input[type=submit]:hover {
	background: rgba(40, 181, 222, 1);
}
.pol_priv p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    text-align: center;
}
.pol_priv p a {
	color: rgba(86, 188, 170, 1);
}
.form_info {
    background: linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, #64D3F3, #64D3F3), linear-gradient(273.61deg, #56BCAA 75.46%, #34A692 97.69%);
    box-shadow: 0px 10px 90px 40px rgba(52, 166, 146, 1) inset;
    width: 273px;
    height: 141px;
    margin-top: 110px;
    padding: 29px;
    z-index: 1;
}
.form_info p {
    color: #fff;
    margin-bottom: 11px;
}
.form_info .mail {
    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 4px;
    letter-spacing: 0.01em;
}
.pol_priv {
    margin: -35px 0 0 -4px;
}





.contact {
    padding: 110px 0;
}
.contact .container {
    display: flex;
    justify-content: space-between;
}
.contact_items {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #3B3B3B, #3B3B3B);
    box-shadow: 0px 15px 178px 180px rgba(34, 34, 34, 1) inset;
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 31.5%;
}
.contact_items span {
    font-weight: 600;
    font-size: 18px;
    line-height: 23.4px;
    color: #fff;
    display: flex;
    gap: 15px;
    margin: 25px 0 5px;
}
.contact_items p, .contact_items a {
    color: rgba(255, 255, 255, 1);
    margin-left: 40px;
	transition: 0.5s;
    margin-bottom: 1rem;
}
.contact_items a:hover {
    color: rgba(40, 181, 222, 1);
}






.site-footer {
    background: linear-gradient(90deg, #000000 0%, #282828 100%);
    padding: 100px 0 46px;
}
.site-footer .navbar-brand {
    margin: 0 0 0 -20px;
}
.block_inf {
    justify-content: space-between;
    display: flex;
    flex-direction: column;	
}
.block_inf .logo {
    flex-direction: column;
    align-items: flex-start;
}
.block_inf span {
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}
.block_menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 13px 72px 0 -13px;
}
.block_menu a {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}
.block_menu .h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.site-footer .contact_items {
	background: none;
	box-shadow: none;
	width: 100%;
    padding: 0;
    margin: 12px 0 0 -61px;
    gap: 7px;
}
.site-footer .contact_items span {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}
.site-footer .contact_items a {
    margin-bottom: 1rem;
    margin-left: 2px;
    font-size: 15px;
}
.site-footer .contact_items p {
    margin-left: 1px;
    font-size: 15px;
    width: 120%;
}
.block_phone span {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.block_phone {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin: 9px 0;
}
.block_phone span a {
    font-weight: 700;
    font-size: 18px;
    line-height: 25.2px;
    color: #fff;
    text-align: right;
}
.but {
	cursor: pointer;
}
.but:hover {
	background: rgba(40, 181, 222, 1);
}
.row_foot {
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(83, 83, 83, 1);
    margin-bottom: 54px;
}
.site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-info a {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}
.site-info span {
    display: flex;
    align-items: center;
    gap: 16px;
}
.wrapper {
    padding: 0;
}




/* Все остальные страницы */

.contact_page.contact {
    padding: 25px 0 110px;	
}
.breadcrumbs {
    margin-top: 90px;
}
.breadcrumbs h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    color: #000;
}
.details {
    padding: 0 0 90px;
}
.details h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #CFCFCF;
    padding: 50px 0 25px;
    margin-bottom: 0;
}
.details .item {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
    color: #212121;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    padding: 12px 0;
}
.details .item span {
    width: 50%;
    padding-right: 135px;
}
.details .item span:first-child {
    opacity: 0.5;
}
.rowsb {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
}
.but_details {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    padding: 30px;
    width: auto;
    display: flex;
    gap: 8px;
}



.payment_items {
    display: flex;
    gap: 3%;
    padding: 55px 0 110px;
}
.payment_items .item {
    width: 25%;
    padding: 20px 10px 0 30px;
    position: relative;
    height: 260px;
}
.payment_items h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    color: #fff;
}
.payment_items img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.payment_items .text ul {
    padding-left: 15px;
}
.payment_items .text li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
}


.delivery_items .item {
    border: 1px solid #CFCFCF;
    width: 50%;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.delivery_items {
    display: flex;
    gap: 3%;
    padding: 60px 0 110px;
}
.delivery_items .item ul {
    margin-left: 20px;
}
.delivery_items .item h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0;
}
.prt {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 30px 0;
}
.about-page .about_info .info {
    box-shadow: none;
    background: none;
    padding: 20px 30px;
    margin-bottom: 0;
    border: 1px solid #CFCFCF;
}
.about.about-page  {
    background: #fff;
    padding: 109px 0;
}
.about.about-page h3 {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.about.about-page p {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
}
.about.about-page ul {
    margin-left: 25px;
}
.about-page .about_all {
    margin-bottom: 40px;
}
.about.about-page .item {
    position: relative;
}
.about.about-page .item p {
    color: #fff;
    width: 191px;
    z-index: 1;
    position: relative;
}
.about.about-page .info_items .black_p p {
    color: #000;
}
.about.about-page .info_items .item img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.site-footer .col-md-4 {
    display: flex;
}
.mob_info, .mob_contacts, .site-info span.mob_info {
	display: none;
}
.about_all img, .about_all .about_info {
    width: 50%;
}
.mob_img, .mob_phone_ico {
	display: none;
}















/* Кастомные Вукомерс шаблоны */

.woocommerce-loop-category__title {
	display: none;
}
.woocommerce-page ul.products li.product-category, .woocommerce-page ul.products li.product-category.product.first {
    border: 1px solid #CFCFCF;
    padding: 15px 20px;
	transition: 0.5s;
    margin: 0 3.8% 20px 0;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
    border: 1px solid #CFCFCF;
    padding: 20px 30px 30px;
    min-height: 540px;
    max-height: 540px;
}
.item_cat {
    display: flex;
    justify-content: space-between;
}
.woocommerce ul.products li.product a img {
    max-width: max-content;
    max-height: 80px;
    margin: 0;
}
.custom_name {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
    display: block;
}
a:hover .custom_name {
	color: #282828;
}	
.custom_count {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1E1E1E80;
}
.item_cat .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce-page ul.products li.product-category:hover {
    background: #56BCAA;
}
.archive.tax-product_cat .woocommerce-breadcrumb, .archive.post-type-archive .woocommerce-breadcrumb  {
	display: none;
}
.archive.tax-product_cat .breadcrumbs_custom .woocommerce-breadcrumb, .archive.post-type-archive .breadcrumbs_custom .woocommerce-breadcrumb {
	display: block;
    margin-bottom: 55px;
}
.archive.tax-product_cat h1, .post-type-archive h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 120%;
    color: #000;
    margin: 80px 0 20px;
}
.archive.tax-product_cat h2 {
	font-weight: 700;
    font-size: 45px;
    line-height: 120%;
    color: #000;
    margin: 80px 0 20px;
}	
.archive.tax-product_cat h1.product_title.entry-title {
	display: none;
}
	
#woocommerce-wrapper .row {
    margin: 0;
    gap: 25px;
	
}
.col-md-4.widget-area {
    border: 1px solid #CFCFCF;
    padding: 0 20px 50px;
    -ms-flex: 0 0 22.333333%;
    flex: 0 0 22.333333%;
    max-width: 22.333333%;
    height: max-content;
}
.wp-block-heading, .wc-block-components-checkbox .wc-block-components-checkbox__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #212121;
}
.wp-block-heading {
    margin-bottom: 10px;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-components-checkbox { 	
    margin-top: 0em;
}
.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #56BCAA;
    border-radius: 0px;
    height: 15px;
    margin: 5px 15px 0px 0;
    min-height: 15px;
    min-width: 15px;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 15px;
    align-items: center;
    justify-content: center;
	display: flex;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after {
    font-size: 0;
    content: "";
    width: 9px;
    height: 9px;
    background: #56BCAA;
    display: inline-block;
    position: relative;
}
.wc-block-components-checkbox__mark {
	display: none;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked):after {
    font-size: 0;
    content: "";
    width: 0;
    height: 0;
}
.wc-block-price-filter__range-input-wrapper .wc-block-components-price-slider__range-input-progress {
    background: #56BCAA;
}
.wc-block-components-price-slider__controls{
	align-items:center;
	display:flex;
	gap:8px;
	justify-content: space-between;
	margin:16px 0
}
.woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link img {
    max-width: max-content;
    max-height: 220px;
    height: 220px;
    margin: 0 auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    border-top: 1px solid #CFDDE5;
    margin: 0 -30px;
    padding: 20px 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 70px;
    margin-bottom: 20px;
}
.woocommerce-Price-amount.amount, .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #212121;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.357em;
    color: #212121;
}
.woocommerce ul.products li.product .price {
    color: #212121;
}
.woocommerce span.onsale {
    background: #56BCAA;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
    border: 1px solid #56BCAA;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    padding: 13px;
    background: #56BCAA;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
    background: rgba(40, 181, 222, 1);
    border: 1px solid rgba(40, 181, 222, 1);
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #fff;
    background: #56BCAA;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    width: 28px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;    
	width: auto;
    max-width: 50px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: rgba(40, 181, 222, 1);
	color: #fff;
}
input[type=range]::-webkit-slider-thumb {
background: #56BCAA;
  border: 0;
  cursor: pointer;
  width:15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  border-radius: 0;
}
input[type=range]::-moz-range-thumb {
	background: #56BCAA;
	border: 0;
	cursor: pointer;
	border-radius: 0;
}
input[type=range]::-moz-range-thumb:hover, input[type=range]::-webkit-slider-thumb:hover {
	background: rgba(40, 181, 222, 1);
}
.nalichie {
	background: ('/wp-content/uploads/2025/03/Group-2167.png');
}
.woocommerce-products-header {
    border: 1px solid #CFCFCF;
    padding: 40px;
    margin: 110px 0;
}
.woocommerce-products-header .woocommerce-products-header__title.page-title {
    display: none;
}
.wc-block-price-slider .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 120px;
    border: 1px solid #CFDDE5;
    border-radius: 0px !important;
    padding: 12px 15px;
}
.widget.widget_block .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    background: #56BCAA;
    width: 100%;
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    border-radius: 0;
    height: 68px;
    margin-top: 20px;
}
.wc-block-components-price-slider__actions {
    flex-direction: column-reverse;
}
.wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #56BCAA;
}
.wc-block-components-filter-reset-button:hover, .widget.widget_block .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button:hover {
    background-color: #28B5DE;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .wpcf7 .show>input.dropdown-toggle[type=submit], .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28B5DE;
    border-color: #28B5DE;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #212121;
    border-radius: 0;
    border: 1px solid #CFCFCF;
}
#loadmore .button {
    background: #EEEEEE;
    margin: 10px 0;
    width: 100%;
    border-radius: 0;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.berocket_lgv_widget .br_lgv_product_count_block {
    display: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
    margin: 0 0 0 20%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    border: 1px solid #56BCAA;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #56BCAA;
    padding: 13px;
    background: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background: rgba(40, 181, 222, 1);
}
.berocket_lgv_widget {
    float: right !important;
    padding: 5px 0px 5px 0px;
    margin: -48px 0 30px;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
}
.berocket_lgv_widget a.berocket_lgv_button, .berocket_lgv_widget a.berocket_lgv_button.selected  {
    box-shadow: none;
    background: none;
}
.berocket_lgv_widget a.berocket_lgv_button:hover {
    background: none;
}
a.berocket_lgv_button .fa, .berocket_lgv_widget a.berocket_lgv_button .fa {
    color: #D9D9D9;
    line-height: inherit;
}

a.berocket_lgv_set.selected .fa  {
    color: #56BCAA;
}
.single-product #left-sidebar {
    display: none;
}
.woocommerce #content div.product div.images.woocommerce-product-gallery {
    width: 578px;
    height: 490px;
    overflow: hidden;
	border: 1px solid rgba(207, 207, 207, 1);
    margin-bottom: 60px;
}
.flex-viewport, .woocommerce-product-gallery__image, 
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    max-height: 100%;
    height: 100%;
}
.woocommerce div.product div.images img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.single-product #woocommerce-wrapper .product_title {
    clear: none;
    margin: 50px 0 20px;
    padding: 0;
    color: #000000;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 32%;
    clear: none;
    border: 1px solid rgba(207, 207, 207, 1);
    padding: 30px;
    height: 490px;
    overflow: hidden;
    margin: 0 30px;
}
.woocommerce div.product .product_title, .woocommerce div.product form.cart, .woocommerce div.product .product_meta, .woocommerce div.product .summary.entry-summary .price, .woocommerce-product-details__short-description p {
    display: none;
}
.summary.entry-summary span {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
}
.summary.entry-summary > a {
    font-size: 16px;
    line-height: 130%;
    color: rgba(86, 188, 170, 1);
    text-decoration: underline;
    text-decoration-style: solid;
    margin-top: -16px;
    display: block;
    border-top: 1px solid rgba(207, 207, 207, 1);
    border-top: 0;
    padding-top: 15px;
}
.summary.entry-summary .table th {
    color: rgba(33, 33, 33, 0.4);
    padding: .7rem 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.right_product {
    border: 1px solid rgba(207, 207, 207, 1);
    width: 320px;
    height: 490px;
    display: inline-block;
    float: left;
    padding: 22px;
    overflow: auto;
}
.right_product .woocommerce-Price-amount.amount {
    color: #212121;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
}
.right_product del {
    line-height: 130%;
    font-size: 28px;
    margin-right: 10px;
}
.right_product ins {
    text-decoration: none;
}
.woocommerce div.product .right_product form.cart {
    display: block;
    border-bottom: 1px solid rgba(207, 207, 207, 1);
    margin: 0px -22px;
    padding: 30px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 100%;
    margin: 5px 0;
}
.summary.entry-summary .nalichie {
    color: rgba(40, 181, 222, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 20px;
}
.delivery, .sklad {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
}
.sklad {
    margin: 0;
}
.related.products {
	display: none;
}
.woocommerce ul.products li.product .button {
    width: 100%;
    margin-left: 0;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both;
    border: 1px solid rgba(207, 207, 207, 1);
    padding: 30px;
}
.woocommerce-page .up-sells.upsells.products ul.products li.product {
    border: 1px solid rgba(207, 207, 207, 1);
    padding: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    text-shadow: inherit;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    border: 1px solid rgba(207, 207, 207, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
    color: #515151;
    z-index: 2;
    background: rgba(86, 188, 170, 1);
    border: 1px solid rgba(86, 188, 170, 1);
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    gap: 20px;
    display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    color: #515151;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce-Tabs-panel h2 {
	display: none;
}
.woocommerce-Tabs-panel .table th {
    color: rgba(33, 33, 33, 0.4);
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .variations tbody, 
.woocommerce div.product form.cart .variations tbody tr {
    width: 100%;
    display: block;
}
.woocommerce div.product form.cart .variations tbody tr th {
    width: 49%;
    margin-right: 1%;
    display: inline-block;
    float: left;
}
.woocommerce div.product form.cart .variations tbody tr td {
    width: 49%;
    margin-left: 1%;
    display: inline-block;
    float: right;
}
.woocommerce div.product form.cart .variations tbody tr {
    display: flex;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    height: 450px;
    overflow: auto;
    margin: 60px 0 110px;
    padding: 30px;
    background: #EEEEEE;
}
.awooc-form-custom-order-title.awooc-popup-item.awooc-popup-title {
    font-size: 28px;
    line-height: 34px;
}
.post-type-archive h1.product_title.entry-title, .woocommerce-car #left-sidebar {
    display: none;
}
.woocommerce-cart .entry-title {
    color: #000;
    font-weight: 700;
    font-size: 45px;
    line-height: 120%;
    margin: 50px 0 72px;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 30px;
    border: 1px solid #CFCFCF;
    margin-top: 72px;
}
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block, .woocommerce-cart .col-md-4.widget-area {
	display: none;
}
.woocommerce-cart .wc-block-cart-item__wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.woocommerce-cart .wc-block-components-product-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.woocommerce-cart .wc-block-components-product-badge.wc-block-components-sale-badge,
.woocommerce-cart .wc-block-components-product-metadata {
    display: none;
}
.woocommerce-cart .wc-block-cart-item__quantity {
    display: flex;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 0;
    text-decoration: none;
    height: 30px;
    padding: 5px;
}

.wc-block-cart-item__remove-link:before {
    content: "M";
    width: 16px;
    height: 16px;
    display: block;
    font-size: 14px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input  {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    width: 90px;
    height: 30px;
    margin: 0;
}
.is-large.wc-block-cart .wc-block-components-sidebar {
    box-sizing: border-box;
    padding: 22px 30px;
    padding-left: 2.2641509434%;
    margin-left: 40px;
    width: 32%;
    background: #EEEEEE;
}

.added_to_cart.wc-forward {
    z-index: 2;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    padding: 4px 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.add-to-cart-container {
    position: relative;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
	display: none;
}
.is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: none;
}
.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    background: #56BCAA;
    padding: 6px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: 1;
    background: #EEEEEE;
    border-radius: 0;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0;
    order: 3;
    opacity: 1;
    background: #eeeeee;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    min-width: 30px;
    border-radius: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}
.wp-block-woocommerce-cart-items-block table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    margin-bottom: 0;
    height: 75px;
    width: 50%;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    justify-content: center;
    height: 65px;
}
.wc-block-cart .wc-block-cart__submit-container:hover {
    background: #28B5DE !important;
}
.woocommerce-checkout .col-md-4.widget-area,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
    display: none;
}
.woocommerce-checkout .wc-block-components-sidebar {
    width: 32%;
    margin: 0;
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 5.5283018868%;
    width: 67%;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 0;
    background: #EEEEEE;
}
.woocommerce-checkout .wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price,
.woocommerce-checkout .wc-block-components-product-price__value.is-discounted.wc-block-components-order-summary-item__individual-price {
    font-size: 16px;
    line-height: 100%;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
    line-height: 1.375;
    margin-top: 0px;
    width: 130%;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    padding-top: 0px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-bottom: 0px;
}
body.woocommerce-checkout:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #56BCAA;
    border: 0;
}
body.woocommerce-checkout:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background: #28B5DE;
    border: 0;
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-radius: 0;
    border: 1px solid #56BCAA;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-checkout .wc-block-components-checkbox label {
    align-items: center;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], 
.woocommerce-checkout .wc-block-components-text-input input[type=email], 
.woocommerce-checkout .wc-block-components-text-input input[type=number], 
.woocommerce-checkout .wc-block-components-text-input input[type=password], 
.woocommerce-checkout .wc-block-components-text-input input[type=tel], 
.woocommerce-checkout .wc-block-components-text-input input[type=text], 
.woocommerce-checkout .wc-block-components-text-input input[type=url],
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border-radius: none;
    border: 1px solid #CFCFCF80;
    box-shadow: 0;
}
.woocommerce-checkout h1 {
	color: #000;
}
.all_cats {
	opacity: 0;
	z-index: -1;
	position: absolute;
	transition: 0.5s;
	background: #EEEEEE;
    top: 50px;
    width: 100%;
}
.catalog.active .all_cats {
	opacity: 1;
	z-index: 99;
	
}
.parent1, .parent2, .parent3 {
    position: relative;
}
.parent1 a, .parent2 a, .parent3 a, .parent4 a  {
    background: #eeeeee;
    width: 100%;
    display: flex;
    height: 52px;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    padding: 16px 22px;
	transition: 0.5s;
	color: #212121;

}
.parent1 a:hover, .parent2 a:hover, .parent3 a:hover, .parent4 a:hover {
    background: #FFFFFF;
	color: #212121;
}

.parent2, .parent3 {
	opacity: 0;
	z-index: -1;
    position: absolute;
    transition: 0.5s;
    background: #EEEEEE;
    top: 0px;
    width: 110%;
    left: 100%;
}
.parent1:hover .parent2, .parent2:hover .parent3, .parent3:hover .parent4 {
	opacity: 1;
	z-index: 9;	
}
.parent2:hover, .parent3:hover, .parent4:hover {
    background: #FFFFFF;
}
.parent3, .parent4 {
	opacity: 0;
	z-index: -1;
    position: absolute;
    transition: 0.5s;
    background: #EEEEEE;
    top: 0px;
    width: 100%;
    left: 100%;
}
.berocket_lgv_additional_data .lgv_description.lgv_description_simple .table.table-pair,
.lgv_meta.lgv_meta_simple {
	display: none;
}
.woocommerce div.products .product.berocket_lgv_list:nth-child(n), .woocommerce-page div.products .product.berocket_lgv_list:nth-child(n), .woocommerce ul.products .product.berocket_lgv_list:nth-child(n), .woocommerce-page ul.products .product.berocket_lgv_list:nth-child(n) {
    min-height: 160px;
    max-height: 160px;
    margin: 0;
    border-right: 0;
}
.woocommerce ul.products li.product.type-product.berocket_lgv_list a.woocommerce-loop-product__link img {
    max-height: 116px;
    height: 116px;
}
.lgv_price.lgv_price_simple {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.lgv_price.lgv_price_simple .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #56BCAA;
}
.lgv_link.lgv_link_simple h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 45px;
    margin-bottom: 0;
}
.berocket_lgv_additional_data {
    min-height: 160px;
    max-height: 160px;
    border: 1px solid #CFCFCF;
    border-left: 0;
    width: 100%;
    max-width: 82%;
    padding: 30px 45px 30px 0;
}
.popup__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    width: 180px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-form p {
    margin-bottom: 10px;
}
.popup-content .wpcf7-spinner {
    position: absolute;
    right: 0;
}
.widget_premmerce_filter_filter_widget {
	margin: 0 -20px 20px;
}
.filter__handle-ico.filter__handle-ico--plus  .filter__icon-plus:before {
    height: 1px;
    right: 0px;
    left: auto;
    width: 31%;
    transform: rotate(135deg);
    top: 35%;
}
.filter__handle-ico.filter__handle-ico--plus  .filter__icon-plus:after {
    height: 1px;
    right: 3px;
    left: auto;
    width: 31%;
    transform: rotate(45deg);
    top: 35%;
}
.filter__handle-ico.filter__handle-ico--minus .filter__icon-minus:before {
    height: 1px;
    right: 3px;
    left: auto;
    width: 31%;
    transform: rotate(135deg);
    top: 35%;
}
.filter__handle-ico.filter__handle-ico--minus.hidden .filter__icon-minus::after {
    display: none;
}
.filter__handle-ico.filter__handle-ico--minus .filter__icon-minus::after {
	content: "";
    height: 1px;
    right: 0px;
    left: auto;
    width: 31%;
    transform: rotate(45deg);
    top: 35%;
    position: absolute;
    background: #000;
}
.wc-block-components-price-slider__label, .wc-block-components-price-slider__label {
	display: none;
}
.filter__checkgroup-body .filter__checkgroup-check:before {
    background: #56bcaa;
}
.childs_block a {    
	border: 1px #CFCFCF solid;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #212121;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    height: 38px;
    min-width: 100px;
    max-width: 500px;
    line-height: 30px;
    float: left;
    margin: 0 10px 10px 0;
}
.childs_block a:hover {
    background: #56BCAA;
}
.childs_block {
    display: block;
    gap: 10px;
    margin-bottom: 50px;
    overflow: auto;
	
}
.woocommerce-page ul.products li.product-category.last {
    margin-right: 0;
}
.woocommerce .quantity .qty:active, .woocommerce .quantity .qty:focus {
    shadow: none;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bfb3ff;
    outline: 0;
    box-shadow: none;
}
.woocommerce a.added_to_cart {
    display: inline-block;
    border: 1px solid #56BCAA;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    padding: 13px;
    background: #56BCAA;
    height: auto;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn:focus, .btn-outline-primary:focus,
.btn:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, 
.wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, 
.wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, 
.wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	box-shadow: none;
}
.summary.entry-summary .add-to-cart-container {
	display: none;
}
.woocommerce .quantity .qty {
    height: 47px;
    width: 40px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #eeeeee;
    border-radius: 0;
}
.product .add-to-cart-container {
    width: 50%;
    display: flex;
    float: right;
}
.product .quantity {
    width: 46%;
    display: flex;
    float: left;
    height: 47px;
}
.but-min, .but-plus {
    width: 40px;
    border: 2px solid #eeeeee;
    font-size: 30px;
    line-height: 0;
    padding: 0 0 6px;
}
.but-plus {
    padding: 0 0 3px;
}
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input.qty[type='number'] {
    -moz-appearance: textfield;
}
.woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link .nalichie img {
	width: auto;
	height: auto;
    margin: 0 8px 0px 0;
}
.woocommerce ul.products li.product.type-product a.woocommerce-loop-product__link .nalichie {
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #56BCAA;
    margin: -5px 0 20px;
}
.woocommerce div.product p.stock {
    display: none;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button {
    width: 50%;
    display: flex;
    float: right;
    border: 1px solid #56BCAA;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    padding: 13px;
    background: #56BCAA;
    justify-content: center;
    top: -5px;
}
.woocommerce.single-product a.added_to_cart.wc-forward {
    display: none;
	
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover {
	background: #56BCAA;
}

.woocommerce ul.products li.product.berocket_lgv_list .woocommerce-loop-product__title,
.woocommerce ul.products li.product.type-product.berocket_lgv_list a.woocommerce-loop-product__link .nalichie {
    display: none;
}
.berocket_lgv_additional_data .lgv_price {
    color: #56bcaa;
    width: 60%;
}
.woocommerce ul.products .berocket_lgv_additional_data .lgv_price.lgv_price_simple .nalichie {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    bottom: -30px;
    position: relative;
}
.berocket_lgv_additional_data .lgv_link, .berocket_lgv_additional_data .lgv_link_hover {
    width: 50%;
}
.woocommerce ul.products li.product.type-product.berocket_lgv_list, .woocommerce-page ul.products li.product.type-product.berocket_lgv_list {
    position: static;
}
.product.type-product.berocket_lgv_list .quantity {
    position: absolute;
    right: 0;
    width: 311px;
    margin-top: -105px;
}
.product.type-product.berocket_lgv_list .add-to-cart-container {
    position: absolute;
    right: 0;
    width: 120px;
    margin-top: -105px;
    margin-right: 45px;
}
.woocommerce ul.products.columns-3 li.product.type-product.berocket_lgv_list, .woocommerce-page ul.products.columns-3 li.product.type-product.berocket_lgv_list {
    width: 18%;
}
.woocommerce ul.products li.product.type-product.berocket_lgv_list .button.awooc-custom-order {
    position: absolute;
    right: 0;
    width: 265px;
    margin-top: -48px;
    margin-right: 45px;
}
.woocommerce ul.products li.product.type-product.berocket_lgv_list .onsale {
    top: auto;
    right: auto;
    left: auto;
    margin: -30px 0 0 -40px;
}
.woocommerce ul.products li.product.type-product.berocket_lgv_list .add_to_cart_button {
    position: absolute;
    right: 0;
    margin-top: 0px;
    margin-right: 0px;
}

.woocommerce ul.products li.product.type-product.berocket_lgv_list.product-type-variable .product_type_variable.add_to_cart_button.btn {
	width: 265px;
}
.ajax-load-more-wrap.light-grey .alm-load-more-btn {
    width: 100%;
    height: 68px;
    border-radius: 0;
}
.berocket_lgv_list .berocket_lgv_additional_data .lgv_description.lgv_description_simple,
.berocket_lgv_additional_data .lgv_description.lgv_description_simple {
	display: none;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-cart-items__row .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    color: rgba(86, 188, 170, 1);
    font-size: 18px;
}
.wc-block-cart__submit-container.wc-block-cart__submit-container--sticky {
	display: none;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    width: 20%;
}
.woocommerce-ordering div {
    gap: 40px;
    display: flex;
    align-items: baseline;
    margin-top: -12px;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 -21px;
    max-width: 210px;
}
.woocommerce-ordering input[type=radio] {
    opacity: 0;
}
.woocommerce-ordering label:has(input[type=radio]:checked) {
	background: rgba(217, 217, 217, 1);
}
.woocommerce-ordering label:after {
	content: "↓";
    line-height: 0;
    position: absolute;
    top: 23px;
    right: 10px;
    font-size: 20px;
}
.woocommerce-ordering label {
    padding: 10px 30px 10px 5px;
	cursor: pointer;
    position: relative;
}
.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
	display: none;
}
.contact .map {
    max-width: 947px;
}



