@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

@media (min-width: 1600px) {
.container{
	max-width: 1500px;
	width: 100%;
}
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#content ol li,#content ul li{font-size: 18px;  line-height: 1.6;}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	/*text-transform: uppercase;*/
	
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
	margin-bottom: 30px;
    font-weight: normal;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}



/* Override the bootstrap defaults */
.common-home h1 {
	font-size: 48px;
}
.common-home h2 {
	font-size: 36px;
}
.common-home h3 {
	font-size: 24px;
}
.common-home h4 {
	font-size: 22px;
}


@media (max-width: 991px) {
	.common-home h1 {
		font-size: 36px;
	}
	.common-home h2 {
		font-size: 28px;
	}
	.common-home h3 {
		font-size: 18px;
	}
}

a {
	color: #368162;
}
a:hover {
	text-decoration: none;
	color: #368162;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #368162;
	/*background-image: linear-gradient(to bottom, #368162, #1f90bb);*/
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #FAFAFA;
	box-shadow: 0 1px 6px rgba(0,0,0,0.05);
	padding: 4px 0px 3px 0;
	min-height: 56px;
	height: 56px;
	max-height: 56px;
	display: flex;
    justify-content: center;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #368162;
	/*background-image: linear-gradient(to bottom, #368162, #1f90bb);*/
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top-links li .fa{color:#fff; margin-right: 5px; }
#top .btn-link:hover, #top-links a:hover {
	color: #eee;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 10px;
	position: fixed;
    top:0px;
    right: 5px;
}

#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 10px 0 10px 0;
}

#logo img{height: 50px;}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	/*margin-bottom: 10px;*/
}
#top-links li #cart .fa {
    color: #fff;margin-right: 5px;
}

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	/*background-color: #368162;
	background-image: linear-gradient(to bottom, #368162, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	background-image: url(https://lyapko-applicator.ru/image/catalog/igla9.png);
	background-size: 80px;
    background-repeat: repeat-x;*/
	min-height: 40px;
    border: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 10px;	
}
#menu .nav > li > a {
	color: #000;
	padding: 10px 10px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
    font-style: normal;
    font-display: block;
    font-size: 22px;
  
    min-height: 15px;
    /*letter-spacing: 0.45px;
	
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 15px 25px 15px 25px;
	min-height: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;*/
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 5px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #368162;
	/*background-image: linear-gradient(to bottom, #368162, #1f90bb);*/
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #368162;
	/*background-image: linear-gradient(to bottom, #368162, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;*/
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #368162;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
	padding-left: 0px;
	padding-right: 0px;
}

/* content */


/* footer */
footer {
	margin-top: 80px;
	padding-top: 30px;
	background-color: #dddddd;
	border-top: 1px solid #ccc;
	color: #000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ccc;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #333;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

footer  .footer-social-block img{
	filter: invert(1);
}
/* alert */
.alert-success {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 100;
    width: 360px;
    margin-left: -180px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
	text-align: center;
	border: 4px solid #368162;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	/*border: 1px solid #ddd;*/
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.breadcrumb > li:last-child:after {
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	/*border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 7.5px 12px;
	font-size: 15px;
}

#top .btn-lg {
	padding: 4px 10px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}



.btn-primary {
	color: #ffffff;
	background-color: #368162;
	text-transform: uppercase;
	border-color: #368162;
	letter-spacing: 0.5px;
	border-radius: 4px;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(to bottom, #368162, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;*/
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #368162;
	background-position: 0 -15px;
}
.btn-primary.disabled, .btn-primary[disabled] {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #368162;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #368162;
	border-color: #368162
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
	margin-bottom: 30px;
	overflow: auto;
	min-height: 350px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    /* font-weight: bold; */
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    /*min-height: 40px;*/
}

.product-thumb h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* Обмежуємо до 2 рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-thumb .caption {
	display: flex;
    padding: 0 20px;
    min-height: 130px;
    flex-direction: column;
    justify-content: space-between;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb .name_wrapper p{
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 120px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-thumb .name_wrapper p{
  font-size: 12px;
  line-height: 14px;
}

.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	/*min-height: 0;*/
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #333;
    text-align: center;
    font-size: 25px;
}

.product-thumb .price span.currency{
    font-size: 70%;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	display: flex;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	text-align: center;
	font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button[disabled]:hover, .product-thumb .button-group button.disabled:hover {
	cursor: not-allowed;
}

.btn_add_cart {background-color: #368162 !important;
	color: #fff !important;
	max-width: 200px;
    margin: 0 auto;
    border-radius: 4px;
    min-height: 50px;
    font-size: 16px;
}
.btn_add_cart:hover {background-color: #368162 !important;
	
}

.btn_add_cart.fix-btn-cart{max-width: 100%;}

.btn_add_cart.disabled, .btn_add_cart[disabled] {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.btn_add_wishlist{color: #E3595B !important;}

.btn_add_compare{color: #368162 !important;}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/*width: 33.33%;*/
	}
	.product_page .product-thumb h4{font-size: 14px;}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/*width: 33.33%;*/
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 5px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 5px;
	padding: 0px;
	display: block;
	border: 1px solid #eee;
}
.image-additional {
	/*max-width: 78px;*/
}
.thumbnails .image-additional {
	float: left;
	/*margin-left: 20px;*/
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.thumbnail {
     border: 0px solid #fff; 
}


.price_product_page {
	white-space: nowrap;
	font-size: 42px;
	margin: 40px 0px;}
.price_product_page span.currency{
	font-size: 24px;
	}

	.old-price span{
		font-size: 21px;
	}


	.price_product_page_special {
		white-space: nowrap;
		font-size: 42px;
		margin: 0px 0px;
		color: red;
		font-weight: bold;}
	.price_product_page_special span.currency{
		font-size: 24px;
		}

		.product-thumb .price-new {color: red;}
		.product-thumb .price-old{font-size: 16px;text-decoration: line-through;  color: gray;}
		.product-thumb .price-old span.currency{ font-size: 100%;}
		
  
@media (max-width: 992px) {
.price_product_page {
	font-size: 28px;
	margin: 40px 0px;
}
	
	.price_product_page span.currency{
	font-size: 14px;
	}
	.old-price span{
		font-size: 14px;
	}

	.price_product_page_special {
		font-size: 28px;
		margin: 10px 0px;
		color: red;
		font-weight: bold;}
		
		.price_product_page_special span.currency{
		font-size: 14px;
		}
}

@media (max-width: 768px) {
	.product-thumb .price-new {color: red; font-size: 22px;}
	.product-thumb .price-old{font-size: 14px;text-decoration: line-through;  color: gray;}
}



.form-control {
	height: 37px;
}

#input-quantity {
	width: 40px;
	display: block;
	float: left;
	padding: 10px;
	height: 42px;
}
@media (max-width: 359px) {
#input-quantity {
	display: none;
}
}

.link-header{
	margin-top: 5px;
    font-size: 15px;
    line-height: 1.7;
}
.link-header a{
	color: #333;
}
.tel-header{
	margin-top: 5px;
	margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;	
	color: #333;
}
.tel-header a{color: #333;}

.tel-header .fa, .link-header .fa{
	font-size: 18px;	
	color: #368162;
	margin-right: 10px;
}

.home-text{
	margin-bottom: 50px;
	padding: 0px 15px;
	/*margin-top: 50px;*/
}

.style-h {
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  color: #000;
}
/*.style-h:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #368162;
  z-index: 2;
}
.style-h:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -20%;
  width: 40%;
  height: 2px;
  background: #f5f5f5;
}*/

.home-text p{
	font-size: 18px;
    letter-spacing: 0.0em;
    line-height: 1.6;
    font-weight: 100;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.home-text p{
		font-size: 16px;
	}
}

#single-page p{
	font-size: 18px;
    letter-spacing: 0.0em;
    line-height: 1.6;
    font-weight: 100;
	margin: 25px 0;
}


.home-cat{margin-bottom: 50px;}
.home-cat a:hover{opacity: 80%;} 
@media (max-width: 1200px) {
	.home-cat h3{font-size: 100%;}
}

.video-img{cursor: pointer;}

.video-container {
 position: relative;
 padding-bottom: 56.23%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

.video-container iframe {
 position: absolute;
 top:0;
 left: 0;
 width: 100%;
 height: 100%;
}

button.close {
	position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    width: 15px;
    color: #000 !important;
    font-size: 30px;
    opacity: 1;
}

.close-btn{
    border: 0px;
    background: none;
    text-align: center;
	cursor: pointer
}

.link-btn{
	display: block;
    color: #fff;
    padding: 10px 20px;
    background: #368162;
    margin: 20px;
    border-radius: 5px;
	text-transform: uppercase;
	
}
.link-btn:hover{
	color: #fff;
    background: #368162;
}

.img-logo-mob{
	max-height: 44px; 
	width: 90px;
}

.fix-btn-cart{
	display: none;
	}
.mob-cart{position: relative;}
.count-cart-number {
    background-color: #368162;
    position: absolute;
    border-radius: 20px;
    padding: 0px 6.5px;
    font-size: 12px;
    display: flex;
    font-weight: 300;
    color: #fff;
    top: 0px;
    margin-top: 0px;
    left: 25px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

img{max-width: 100%;}

.count-cart-number:empty{
	display: none;
}

@media (max-width: 992px) {
	.product-thumb h4 {
    font-size: 15px;
}
.mob-cart{
	color: #fff;
    text-decoration: none;
    width: 44px;
    display: flex;
    height: 44px;
    padding: 4px;
    align-content: center;
    align-items: center;
    justify-content: center;
	margin-top: -4px;
}
	.mob-cart svg.lucide-shopping-cart-icon{
		color:#333333;
		width: 36px;
		height: 36px;
	}
	#top{
		position: fixed;
    	z-index: 1000;
    	width: 100%;
    	top: 0px;
		display: flex;
    	align-items: center;
	}
	
	.top-div{
		margin-top: 57px;
	}
	#top-links li .fa{ font-size: 28px;}
	
	.fix-btn-cart{
	display: block;
	position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    border-radius: 0px;
	padding: 10px;
    border: 0px;
    text-transform: uppercase;}
	
	.breadcrumb {
		font-size: 12px;
		line-height: 2;
	}
	
	#tab-description img,#single-page img{
width: 100% !important;
	}
	
	#tab-description img.operator,#single-page img.operator{
	height: 30px !important;
	width: 30px !important;
}
	
	body {
    padding-top:56px;
}
}

@media (max-width: 768px){
.product-thumb h4 {
    font-size: 14px;
	}

	footer{
		line-height: 2;
		
	}
	
	
	
}

@media (max-width: 992px) {
	#menu .nav > li > a {
		font-size: 16px;
		font-weight: 100;
		
	}
}

/* Соц сети*/

.footer-social-block ul{
	text-align: right;
padding-inline-start: 0px;	
}


.footer-social-block ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.dropdown-punkt{
	cursor: pointer;
}

#single-page img{
}


.product-grid {
    display: flex;
    align-items: stretch;
	border-bottom: 3px solid #eee;
}

/* Блоки на карточке товара */

.produkt-blok{
	background: #f5f5f5;
	margin: 10px 0;
	border-radius: 5px;
	padding: 10px
}

.produkt-blok .blok-img{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
} 
.produkt-blok .blok-img img{
	width: 40px
}
.produkt-blok .blok-text{
	display: inline-block;
	width: 75%;
	text-transform: uppercase;
    font-weight: 600;
    color: #444;
}

.produkt-blok .blok-text span{
	text-transform: none;
    font-weight: 300;
	font-size: 13px;
}
/* Блоки на карточке товара */

.certificate a img{
	margin-bottom: 20px;
	max-width: 100%!important;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}


/*    Книги   Начало     */
.books h2{font-size: 18px;}
.books img{width: auto !important;}
.books p{}
@media (max-width: 768px) {
.books {min-height: 400px;}
.books h2{font-size: 13px;}
.books img{max-width: 200px;}
.books p{font-size: 11px; line-height: 1;}	
	
	
	
}

/*    Книги   Конец     */

.sign {
    float: left;
    padding: 5px;
    text-align: center;
    background: #f9f9f9;
    margin: 15px;
   }
   .sign figcaption {
    margin: 0 auto 5px; /* Отступы вокруг абзаца */
   }

.top-div{
	background-color: rgba(255,255,255,0.8);
	z-index: 1000;
	position: relative;
    padding: 10px 0 0 0;
}

#top .nav .open>a, #top .nav .open>a:focus, #top .nav .open>a:hover {
    background-color: #368162 !important; 
}

#top .dropdown-menu {
	z-index: 9999;
    background-color: #368162;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
}





#h_1 {text-align: center;margin-bottom: 40px;}

#h_1 h1{color:#000;font-size: 36px;
text-transform: uppercase;
}
#h_1 span{color:#000;
font-size: 18px;}


.home-slid{}

.navbar-nav {
    float: right!important;
}

/*мобильное меню*/

.mob-menu{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 350px;
	height: 100vh;
	display: flex;
	z-index: 5000;
	background:#368162;
	transition: 0.5s;
	transform: translateX(-100%);
	padding-top: 50px;
	padding-left: 25px;
	
	}

.mob-menu-activ{
	transform: translateX(0%);
	overflow-y: auto;
}

.mob-menu-activ a{
	color: #fff;
}

.dropdown-menu a{
	color: #000;
}

.mob-menu-activ a:hover{
	color: #555;
}

.mob-menu-btn{
    width: 44px;
    height: 44px;
    position: absolute;
    right: -54px;
    top: 7px;
    display: flex;
    cursor: pointer;
    align-content: center;
    align-items: center;
}
.mob-menu-btn-activ .lucide-menu-icon, .mob-menu-btn .lucide-x-icon {
 display: none!important;;
}
.mob-menu-btn.mob-menu-btn-activ .lucide-x-icon{
 display: block!important;
 color:#fff;
}

.mob-menu-btn svg{
 color:#333333;
 width: 36px;
 height: 36px;
}

.mob-menu-btn-activ{right: 10px;}

.mob-menu-ico{
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #FFF;
}

.mob-menu-ico::before{
	content: '';
	position: absolute;
	display: block;
	top:-10px;
	left: 0;
	width: 30px;
	height: 5px;
	background-color: #FFF;
	transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}

.mob-menu-ico::after{
	content: '';
	display: block;
	position: absolute;
	top:10px;
	left: 0;
	width: 30px;
	height: 5px;
	background-color: #FFF;
	transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}

.mob-menu-ico.mob-menu-ico-activ{
	background-color: transparent;
}

.mob-menu-ico.mob-menu-ico-activ::before{
	transform: rotate(45deg);
	top: 0;
	transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.mob-menu-ico.mob-menu-ico-activ::after{
	transform: rotate(-45deg);
	top: 0;
	transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

.mob-menu-ul li{
	list-style: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px;
}

.teh-link,.teh-tel,.teh-login{    
	margin-left: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #fff;line-height: 2;}

.teh-login ul li{list-style: none;}
.teh-login ul {padding: 0px;}

.teh-link .fa{margin-right: 5px;}




/* Корзина полный экран */

.cart-HD{
	margin-top: 10px;
}

.cart-HD .fa{font-size: 28px;}

.cart-HD #cart > .btn {
	background-color: inherit;
	border: 0px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}



.lang-mob{color: #000;
margin-left:25px;
}

.lang-mob .btn-link {
    color: #fff;
	text-align: left;
}

.lang-mob .dropdown-menu .btn-link {
    color: #000;
	text-align: left;
}

dropdown-menu

.lang-mob span {
    color: #000;
}


.lang-HD{color: #000;
margin-top: 12px;
}

.lang-HD .btn-link {
    color: #000;
	text-align: left;
}

.lang-HD span {
    color: #000;
}

.cart-HD .btn-inverse {
	
	background-color: inherit !important;
}
 .cart-HD .btn-inverse:hover{
	background-color: inherit;
	background-image: none;
	color: #333;
	
}

#menu .nav > li > a {
	
    font-size: 18px;
	padding: 10px 10px;
	}

@media (max-width: 1600px) {

#menu .nav > li > a {
	
    font-size: 16px;
	padding: 10px 8px;
	}
	.cart-HD #cart > .btn {
		font-size: 12px;
	}
}

@media (max-width: 1400px) {

#menu .nav > li > a {
	
    font-size: 14px;
    padding: 10px 8px;
	}
	.cart-HD #cart > .btn {
    font-size: 12px;
}

}

@media (max-width: 1200px) {

#menu .nav > li > a {
	
    font-size: 12px;
    padding: 10px 5px;
	}
	.cart-HD #cart > .btn {
    font-size: 12px;
}

}

/* банер главная */
.home-slid{
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	margin-top: -120px;
	padding-top: 180px;
	height: 550px;
	background-image: url(../image/lyapko_banner_new_2026.webp);/*url(../image/lyapko-mat-9.jpg);*/ 
	background-position: center top;
    background-size: cover;
	text-align: center;
}

/*.home-slid h1{    font-family: "Roboto Condensed", sans-serif;color: #FFFFFF;
    font-size: 85px;
    font-weight: 900;
    letter-spacing: 6px;
    text-shadow: 0 0 15px #000;
}

.home-slid span{  font-family: "Roboto Condensed", sans-serif;  
	color: #FFFFFF;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.5;
	text-shadow: 0 0 15px #000;
}*/

.home-slid h1{ font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    font-size: 85px;
	/*background: linear-gradient(0deg, #ffff00 43%, #00c4ff 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	text-shadow: 0px 2px 4px #00000099;
    font-weight: 900;
    letter-spacing: 6px;
	margin-bottom: 8px;
}

.home-slid span{  font-family: "Roboto Condensed", sans-serif;  
	color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.5;
	text-shadow: 0px 2px 4px #00000099;
	display: block;}
	.home-slid .slogan1{    
		font-size: 30px;
    	font-weight: normal;
    	display: block;
		margin-bottom: 40px;
	}


@media (max-width: 992px) {
	.home-slid{
		width: 100%;
		margin-top: 0px;
		padding-top: 80px;
		height: 400px;
	}		
	.home-slid h1{   
		font-size: 65px;
		}
	.home-slid .slogan1{    
		font-size: 24px;
		margin-bottom: 30px;
		}
	.home-slid span{    
		font-size: 30px;
	}
}

@media (max-width: 768px) {
.home-slid{
	height: 230px;
	}


	.home-slid h1{   
		font-size: 45px;
		letter-spacing: 1px;
		margin-bottom: 4px;
    	font-weight: normal;
		}
	
	.home-slid .slogan1{    
		font-size: 16px;
    	font-weight: normal;
    	display: block;
		margin-bottom: 30px;
	}
	.home-slid .slogan2{    
		font-weight: 500;
		display: block;
		margin-top: 12px;
		font-size: 20px;
		white-space: nowrap;
        overflow: hidden;
        letter-spacing: 2px;
        text-overflow: ellipsis;
	}

}

#tab-description{
	font-size: 18px;
	line-height: 1.6;
	color: #000000;
	letter-spacing: 0.5px;
}




#tab-description p{
	margin: 15px 0 15px 0;
}

#tab-specification{
font-size: 18px;
line-height: 1.7;
}

#tab-specification .row:nth-child(2n) {
    background-color: #f5f5f5;
}

.row

.attribute-name{

}

.attribute-val{
	font-weight: 600;
}


/* Карточка товара*/
#nal{    
	font-size: 14px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    text-align: right;}

.main-thumbnails{
	width: 89%;
	float: right;
}

.image-additional{display: flex;
	flex-direction: column;
	float: none !important;
	
}

.thumbnails .image-additional{
	flex-basis: 75px;
	max-width: 75px;
}

.box-price-buy{
	display: flex;
}
.box-price{
	margin-right: 30px;
}

.btn-buy{
	height: 42px;
	max-width: 150px;
	float: right;
}

@media (max-width: 768px){	
	.home-slid{
	padding-top: 25px;
}	
	
.product-grid {
    border: 1px solid #eee;
}
	
	.breadcrumb {
	margin: 0 0 0px 0;
}

	#input-sort{
		height: 37px;
		margin-left: 105px;
	}
#tab-description{
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	letter-spacing: 0.3px;
}
	
	#tab-specification h2{
	margin-left: 15px;
}

#tab-specification{
font-size: 16px;
line-height: 1.6;
}	
	
	.tab-div {    
		padding-left: 0px;
        padding-right: 0px;
	}
	
	#tab-description p, #tab-description h2, #tab-description h3  {    
		margin: 40px 15px;
	}

	.attribute-val{
		font-weight: 300;
		
	}
	
.container {
	padding-right: 0px;
    padding-left: 0px;
	margin-bottom: 0px;
	}
#content ol li, #content ul li {
    font-size: 16px;
}
.product_page{
	overflow-x: hidden;
}

	#tab-review{
		margin: 0 15px;
		
	}
}

/*    блок статей на главной*/

.home-post-body .row{
	display: flex;
	align-items: stretch;
}
.home-post-body .home-post{overflow: hidden; margin-bottom: 50px;}
.home-post-body .home-post a{
	display: block;
    padding: 15px;
    background: #f6f6f6;
    height: 100%;
    border-radius: 15px;
	cursor: pointer;
}
.home-post-body .home-post a:hover{text-decoration: none;}
.home-post-body .home-post a h3{color: #368162;     font-size: 22px; margin-top: 15px;
    text-transform: uppercase;}
.home-post-body .home-post a img { opacity:1; border-radius: 10px;
transition:  0.5s ease; }
.home-post-body .home-post a:hover img { opacity:0.8; 
transition: 0.5s ease; }
.home-post-body .home-post a p{color: #333;
    text-align: center;
    font-size: 16px;}

.product-image{
	margin-left: 0px;
	margin-right: 0px;
}
.btn_show_all_posts{
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    padding: 10px 30px;
    background: #368162;
    margin-bottom: 60px;
    width: auto;
	cursor: pointer;
}
a.btn_show_all_posts:hover{
color: #fff;
}
p.style-subtitle{
	font-size: 18px;
	margin-bottom: 25px;
}

@media (max-width: 992px){
.home-post-body .home-post a{
    padding: 10px;
}
.home-post-body .home-post a h3{font-size: 18px;}
	.product-image{
	/*height: 540px;*/
}
.home-post-body .home-post a p{
    font-size: 14px;}
}	

@media (max-width: 768px){
	.btn_show_all_posts{
    margin-bottom: 30px;
}
	p.style-subtitle{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.home-post-body .row{
		padding: 0px 10px;
	}
	.home-post-body .home-post a{
		border-radius: 10px;
		padding: 5px 5px 10px 5px;
	}
	.home-post-body div.home-post {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 15px;
	}
	.home-post-body .home-post a h3{margin-top: 10px; margin-bottom: 0px;}
	.home-post-body .home-post a img { border-radius: 6px;}
		.product-image{
		/*height: 75vw;*/
	}
}	

.noUi-connect {
    background: #36816225!important;
}

.record_content{padding:0 10px;}
.record_content img{margin: 0px;}

#single-page{padding: 0 10px;}

.checkbox label, .radio label {
    min-height: 30px !important;
}

img.operator{
	height: 30px!important;
	width: 30px!important;
}

.maps-office {
    width: 100%;
    max-width: 600px;
    height: 300px;
}


/*       Выбор цвета   */

.option-image{margin-top: 10px;}

.option-image div{display: inline-block;}

.option-image input[type="radio"]{
display: none;
}

.option-image div label {
  padding-left: 0px;
}

.option-image div label img {
  cursor: pointer;
  border: 4px double #fff;
  border-radius: 40px;
 border: 3px solid #fff;
}
.option-image input[type="radio"]:checked ~ label img {
  border: 3px solid #008836;
	
}

.grafik{
	text-align: center;
	padding: 5px;
	background-color:#FF0000 ;
	color: #FFF;position:relative;
	z-index: 100;
}
.grafik a, .grafik-mob a{color: #FFF;}
.grafik-mob{
	position:relative;
	z-index: 100;
	text-align: center;
	padding: 5px;
	background-color: #FF0000;
	color: #FFF;
}

/*  ПЕРЕКЛЮЧАТЕЛЬ ЯЗЫКА */

#language-div  .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

#language-div  .btn-group .btn {
    padding: 7.5px 5px;
    font-size: 14px;
}

#language-div  .btn-group .btn-block+.btn-block {
    margin-top: 0px;
}
@media (max-width: 768px){


	
#language-div{margin-left: 10px;}
	
	.home-post a h3{font-size: 12px!important;
	}
}

.soderjanie {
    padding: 10px 15px 15px 15px;
    background-color: #f5f5f5;
	max-width: 700px;
    
}

.soderjanie p{
   margin: 10px 0!important;

}
.soderjanie span{
   margin-right: 10px!important;
color: #000000;
}

/* БЛОК С БОЛЕЗНЯМИ */
  .tab-bolezni{
			  margin: 0 auto;
			  max-width: 1500px;
			  display: flex;
	  flex-direction: column;
		  }
		  .tab-bolezni .bolezn{
			  padding: 10px;
			  background: #368162;
			  margin: 5px 2.5px;
			  flex-grow: 1;
			  transition: background 0.3s;
			  vertical-align: middle;
			  border-radius: 15px 0 0 15px;
		  }
		  .tab-bolezni a{color: #fff;}
		  
		  .tab-bolezni a.active{background: #ff841b;
		  transition: background 0.3s;}
		  
		  #body-bolezni{
			  margin: 0 auto;
			  max-width: 1500px;
		  }
		  
		  #body-bolezni h3{
			  margin: 10px 0;
			  font-weight: 900;
		  } 
		  #body-bolezni a{color: #368162;}
		  
		  .bolezn{font-size: 14px;
			  letter-spacing: 0px;
			  line-height: 1.2;
			  font-weight: 300;
			 
		  }
		  
		  .bolezn img{
			  max-width: 50px;
			
			  margin-right: 15px;
    float: left;
		  }
.information-information-18	#content{
	padding-left: 5px;
	padding-right: 5px;
}	  
		  
@media (max-width: 1200px){.bolezn span{
			  display: none !important;
		  }
	
	.bolezn{
			  text-align: center;
		  }
.bolezn img{
			  width: 30px;
			  margin-bottom: 0px;
	margin-right: 0px;
	float: none;
		  }
	.tab-bolezni{
	
	    display: flex;
		flex-direction: row;
		  }
	  .tab-bolezni .bolezn{
			  padding: 10px;
			  background: #368162;
			  margin: 5px 2.5px;
			  flex-grow: 1;
			  transition: background 0.3s;
			  vertical-align: middle;
			  border-radius: 15px 15px 0 0;
		  }
	
		  
}

#review .fa-stack-2x{
	color: #fc0;
}

/* Таблица */
.tableAkciya {
	width: 100%;
	
	max-width: 900px;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 3px solid #fff;
	border-collapse: collapse; 
	outline: 3px solid #368162;
	font-size: 18px;
	background: #fff!important;
}
.tableAkciya th {
	padding: 10px;
	font-weight: 400;
	background: #368162;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.tableAkciya td {
	padding: 7px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 18px;
}
.tableAkciya tbody tr:nth-child(even){
	background: #f8f8f8!important;
}

.table_1th_col{text-align:right;
font-weight: 600;}


@media (max-width: 768px){
	.tableAkciya {
font-size: 14px;
}
.tableAkciya th {
	font-size: 14px;
}
.tableAkciya td {
	font-size: 14px;
}
.table_1th_col{width: 40%;}	
	.ocf-offcanvas .ocfilter-mobile-handle .btn{ 
	top: 135px!important;
}
	.ocf-offcanvas .ocfilter-mobile-handle .active {
    top: 30px !important;
}
}


.simplecheckout-cart .image img, .table-cart-img img{
	max-width: 50px;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.mob-menu-bg-activ{
	background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4900;
    top: 0;
    position: fixed;
	transition: 0.5s;}

.blog-record-description p iframe{
max-width: 100% ;
}

.breadcrumb {
   overflow: hidden;
   display: flex;
}

@media (max-width: 600px){
#simplecheckout_button_confirm{
	margin-top: 50px !important;
}
}

/* cookie */

.cookie-banner {
    display: none;
}
.cookie-banner{
position: fixed;
left: 0;
right: 0;
bottom: 20px;
margin-left: auto;
margin-right: auto;
z-index: 2000000001  ;
}	

.cookie-text{
	bottom: 20px;
	padding: 20px;
	display: flex;
	background-color: #f5f5f5;
	border-radius: 10px;
	justify-content: space-between;
    align-items: center;
	max-width: 768px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.cookie-button{
color: #fff;
background-color: #368162;
border: 0px;
border-radius: 5px;
padding: 5px 15px;

}
@media (max-width: 768px){
	.cookie-banner{
		bottom: 0px;
		}
		.cookie-text{
			border-radius: 10px 10px 0 0;
		}
}


#overlay-alert {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99; /* Убедитесь, что z-index подходит для вашего макета */
  }
.alert-success {
padding: 20px;
margin-bottom: 20px;
border-radius: 4px;}


@media (min-width: 768px){
	.photo-lng{
		width: 300px!important;
		max-width: 300px!important;
		float: left; 
		margin:15px;
	}
}

.distrib_item {
    display: block;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 1px solid #f5f5f5;
    padding: 15px 20px;
    width: 100%;
    max-width: 600px;
}

.btn-quick-order {
    background: #fff;
    border-color: #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #333!important;
    font-size: 14px;
    padding: 9px 10px;
}

.home_nav_btn{
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
    gap: 80px;
	max-width: 100%;
    overflow: hidden;
}

.home_nav_btn .home_nav_btn_item{
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    align-items: center;
	flex: 1;border: 1px solid rgba(39, 165, 117, 0.2);
	margin: 6px 0;
}

.home_nav_btn .home_nav_btn_item span{
	font-size: 12px;
	margin-left: 10px;
	font-style: italic;
	color: #666;
}


@media (max-width: 768px){
.home_nav_btn{
    justify-content: flex-start;
    margin-top: 10px;
    gap: 0px;
	flex-direction: column;
	padding: 10px;
}

.home_nav_btn .home_nav_btn_item{
	font-size: 16px;
	gap: 10px;
	text-align: left;
	padding: 10px 5px 10px 10px;
	justify-content: flex-start;
}
.home-cat h3{
	margin-top: 10px;
	font-size: 16px;
	color: #212121;
	}
.home-cat .col-xs-4{
	margin-bottom: 20px;
}
}

/*START INPUTS STYLE  */
:root {
  /* Основний колір сайту */
  --main-color: #368162; /* rgba(54, 129, 98, 1) */
  --border-color: rgba(54, 129, 98, 0.2);   /* 20% від основного кольору */
  --border-color-hover: rgba(54, 129, 98, 0.4); /* 40% при hover */
  --text-color: #333;
  --main-color-dark: #2B6B54; /* темніший відтінок для hover */
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
textarea {
  border-radius: 4px;
  border: 1px solid var(--border-color) !important;
  font-size: 14px !important;
  color: var(--text-color) !important;
  transition: all 0.2s linear !important;
  outline: none !important;
  font-family: inherit !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--border-color-hover) !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--main-color) !important;
  box-shadow: 0 0 0 2px var(--border-color) !important;
}

button,
input,
select,
textarea,
.btn {
  transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
}

.btn-default {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
}

.btn-default:hover,
.btn-default:focus {
  background: rgba(39, 165, 117, 0.1); /* 10% від основного кольору */
  color: var(--main-color-dark);
  border-color: var(--main-color-dark) ;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none ;
}

/*END INPUTS STYLE  */

	#popup-cart {
	  position: fixed; inset: 0; display: flex;
	  justify-content: center; align-items: center;
	  z-index: 9999;
	}
	.popup-cart-overlay {
	  position: absolute; inset: 0; background: rgba(0,0,0,0.5);
	}
	.popup-cart-content {
	  position: relative; background: #fff; padding: 24px;
	  border-radius: 10px; max-width: 720px; width: 100vw; max-height: 95dvh; overflow-y: auto;
	}
	.popup-cart-close {
	  display: flex;
    background: none;
    border: none;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    align-content: center;
    justify-content: center;
    align-items: center;
	}
	h1.popup-cart-title{
	font-size: 30px;
  margin-top:0px;
	margin-bottom:30px;}

	.popup-cart-list{
		max-height: calc(95dvh - 270px);
		overflow-y: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.popup-cart-item{
	  display: grid;
    grid-template-columns: 50px 1fr 44px; 
    align-items: center;
		gap: 10px;
		width:100%;
    align-items: center;
    border: 1px solid rgba(54, 129, 98, 0.1);
    border-radius: 4px;
    padding:5px 0px 5px 5px;
	}
  .popup-cart-options{
    font-size:12px;
    color:#333;
  }
  .popup-cart-quantity input{
    width:40px;
    height:30px;
    text-align: center;
  }
	.popup-cart-thumb{
		border-radius:4px;
		min-width:50px;
		min-height:50px;
		overflow:hidden;
	}
  .popup-cart-thumb img{
    max-width:50px;
		max-height:50px;
  }
  .popup-cart-info-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
	.popup-cart-info{
		width:100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
	}

  .popup-cart-quantity_total{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .popup-cart-total{
    width:80px;
  }
  .popup-cart-total span, .popup-total-row span{
     white-space: nowrap;
  }

	.popup-cart-remove{
		padding:0px;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    align-content: center;
    justify-content: center;
    align-items: center;
	}

	.popup-total{
	  text-align:end;
    margin: 20px 0px;
    font-size: 16px;
  }
  .popup-total-row-sub_total, .popup-total-row-total .popup-total-title{
    display: none;
  }

	.popup-buttons{
		display: flex;
		gap: 15px;
		margin: 10px 0px;
    justify-content: center;
	}
  .popup-buttons .btn{
    min-width:320px;
    font-size: 20px;
  }

  .alert:has(.alert-success),#overlay-alert,.alert-success {
    display: none !important;
  }
  .btn-primary:hover,.btn_add_cart:hover{
    background:#2B6B54!important;
  }
  .popup-cart .btn-primary{
    text-transform: none!important;
  }



@media (max-width: 767px) {
	.popup-cart-content {
	  position: relative; background: #fff; padding: 24px;
	  border-radius: 0px; max-width: 720px; width: 100vw; max-height: 100%;height: 100%; overflow-y: auto;
	}
  .popup-cart-item{
    grid-template-columns: 50px 1fr 44px; /* миниатюра | название | кол-во | сумма | удаление */
	}
  .popup-buttons{
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}
  .popup-cart-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }
  .popup-cart-list{
		max-height: calc(95dvh - 270px);
	}
}
/* Icons custom */
.custom-icon{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
}

.icon-cart-remove{
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trash2-icon lucide-trash-2'%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E ");
}

.icon-cart-close{
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-x-icon lucide-x'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E");
}

.icon-circle-play{
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23368162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-circle-play-icon lucide-circle-play'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolygon points='10 8 16 12 10 16 10 8'%3E%3C/polygon%3E%3C/svg%3E");
}

.icon-user-check{
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23368162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-user-check-icon lucide-user-check'%3E%3Cpath d='m16 11 2 2 4-4'%3E%3C/path%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
}

.icon-hand-heart{
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23368162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-hand-heart-icon lucide-hand-heart'%3E%3Cpath d='M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16'%3E%3C/path%3E%3Cpath d='m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9'%3E%3C/path%3E%3Cpath d='m2 15 6 6'%3E%3C/path%3E%3Cpath d='M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z'%3E%3C/path%3E%3C/svg%3E");
}

.lucide-x-icon{
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-x-icon lucide-x'%3E%3Cpath d='M18 6 6 18'%3E%3C/path%3E%3Cpath d='m6 6 12 12'%3E%3C/path%3E%3C/svg%3E");}

.lucide-menu-icon{
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-menu-icon lucide-menu'%3E%3Cpath d='M4 12h16'%3E%3C/path%3E%3Cpath d='M4 18h16'%3E%3C/path%3E%3Cpath d='M4 6h16'%3E%3C/path%3E%3C/svg%3E");
}

.lucide-shopping-cart-icon{
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-shopping-cart-icon lucide-shopping-cart'%3E%3Ccircle cx='8' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='19' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'%3E%3C/path%3E%3C/svg%3E");
}