body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #1a1a1a;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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: 12px;
}
.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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 12px 300px;
  box-shadow: 0px 1px 0px 0 rgb(234, 234, 234);
  display: flex;
  height: 42px;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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: 6px;
}
#top-links a + a {
	margin-left: 15px;
}


#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;
}
#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%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	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: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #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: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 14px;
}
/* footer */
footer {
	padding: 50px 0 0;
  background-color: #1a1a1a;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* 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 span:after {
	content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: -5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #7d7d7d;
  border-bottom: 2px solid #7d7d7d;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	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: 10px 16px;
	font-size: 15px;
}
.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 {
	background: #006b37;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 100px;
  border: none;
}
.btn-primary:hover {
	background: #01532b;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #01532b;
}
.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: #23A1D1;
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.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 #e6e6e6;
  border-radius: 8px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	margin-bottom: 10px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.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: #444;
}
.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 {
	border-top: 1px solid #ddd;
	background-color: #eee;
	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: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.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;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@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: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.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-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-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-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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {

    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }

    html[dir=rtl] .navbar-nav > li {
        float: right;
    }

}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.container {
    width: 1350px;
  }
  .address a {
  	font-size: 12px;
  color: #666;
  width: max-content;
  }
  .address a:hover {
  	text-decoration: underline;
  }
  .address img {
  	margin-right: 7px;
  }
  header .container {
  	display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .container::before, .container::after {
  	display: none;
  }
  #logo img {
  	min-width: 165px;
  }
  header {
  	height: 93px;
  display: flex;
  align-items: center;
  position: relative;
  }
  .menu-header-box.container {
  	width: max-content;
  	padding-left: 50px;
  }
  .left-header {
  	display: flex;
  }
  .menu-box {
  	width: 100%;
  display: flex;
  align-items: center;
  }
  #search {
  width: 630px;
  min-width: 630px;
  height: 48px;
  display: flex;
  align-items: center;
  }
  #search input {
  height: 48px;
  padding-left: 42px;
  border-color: #e6e6e6;
  box-shadow: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 15px;
  }
  #search button {
  	height: 48px;
  background: #006b37;
  color: #fff;
  text-shadow: none;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 26px;
  font-weight: 500;
  font-size: 15px;
  }
  #search img {
  	position: absolute;
  z-index: 9;
  left: 15px;
  }
  #wishlist-total {
  	  display: flex;
  	  position: relative;
  }
  #wishlist-count {
  	width: 18px;
  height: 18px;
  background-color: #006b37;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Poppins;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  left: 22px;
  }
  .text-total {
  	display: flex;
  flex-direction: column;
  margin-left: 20px;
  }
  .wish-text {
  	font-weight: 400;
font-size: 11px;
color: #4d4d4d;
  }
  .total-wish {
  	font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
  }
footer .container {
	display: flex;
	flex-wrap: wrap;
	font-family: "Poppins", sans-serif;
}
.footer-contacts {
	width: 350px;
}
footer .container > div {
	width: 50%;
}
footer .container > div.powered {
width: 100%;
  padding: 25px 0;
  margin-top: 70px;
  color: #808080;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fogo-footer {
	margin-bottom: 20px;
}
.text-footer {
	font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}
.sub-header {
	background-color: #f2f2f2;
  height: 66px;
}
.sub-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.unfo-menu a {
	color: #999;
  font-weight: 500;
  font-size: 14px;
  margin: 0 5px;
  padding: 10px;
}
.unfo-menu a:hover {
color: #006b37;
}
.unfo-menu a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.telephone {
	display: flex;
}
.telephone .tel {
	display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.telephone .tel a {
	color: #006b37;
  font-size: 14px;
  font-weight: 500;
}
.free-tel {
	color: #999;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
.telephone img {
	margin-bottom: -2px;
}
.contacts-footer {
	margin-top: 20px;
}
.contacts-footer a {
	padding: 10px 0;
  box-shadow: 0px 1.5px 0px 0 #006b37;
  color: #fff;
}
.contacts-footer span {
	margin: 0 15px;
	color: #808080;
}
.footer-right {
	display: flex;
	justify-content: space-between;
}
.footer-right .title {
	font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.footer-right .list-unstyled li {
	margin-bottom: 12px;
	
}
.footer-right .list-unstyled li a {
	color: #999999;
	font-weight: 400;
font-size: 14px;
}
.powered {
	box-shadow: 0px -1px 0px 0 rgb(52, 52, 52);
}
.top-home {
	display: flex;
	margin-top: 30px;
}
.top-home .swiper-viewport {
	border: none;
	padding: 0;
	width: 66%;
	border-radius: 10px;
	box-shadow: none;
	margin-bottom: 30px;
}
.top-home .swiper-viewport img {
	border-radius: 10px;
}
.top-home #column-right {
	width: 34%;
  padding-left: 25px;
  padding-right: 0;
}
.banners-wrapper .banner-slide:first-child {
	margin-bottom: 25px;
}
.banners-wrapper .banner-slide, .banners-wrapper img {
	border-radius: 10px;
}
#banner1 .banners-wrapper {
	padding: 40px 40px 20px;
  box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  border-radius: 8px;
}
#banner1 .banners-wrapper a {
	display: flex;
}
#banner1 .banner-text {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
}
#banner1 .banner-text .title {
	color: #1a1a1a;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
#banner1 .desc {
	font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
#column-right .banner-container .banner-text {
	display: none;
}
#banner1 {
	margin-bottom: 30px;
}
#carousel0 {
	padding: 60px 0;
}
#carousel0 .swiper-slide img {
	margin: 0 auto;
	height: 100px;
}
.carousel {
  overflow: hidden;
}
.carousel-row {
	display: flex;
  justify-content: space-between;
}
.carousel .swiper-pagination {
  bottom: 0;
}
.carousel .carousel-pagination-0 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #CCC;
  box-shadow: none;
}
.carousel .carousel-pagination-0 .swiper-pagination-bullet-active {
  background: #006b37;
}
.carousel-item {
  padding: 0 80px;
  border-right: 1px solid #e6e6e6;
}
.carousel-row .carousel-item:first-child {
	padding-left: 0;
}
.carousel-row .carousel-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.blog-row {
	display: flex;
}
.blog-row .blog-item {
    width: 33.33%;
  padding: 10px;
}
.blog-row .blog-item .name {
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 18px;
  display: block;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-thumb .caption {
	padding: 20px;
	font-family: "Poppins", sans-serif;
}
.module-title {
	font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}
.blog-thumb .caption .button-group a, .blog-thumb .caption .button-group span {
	font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  margin-right: 15px;
}
.blog-thumb .caption .button-group span.comment {
  color: #666;
 }
 .blog-thumb .caption .button-group a.category img {
 	margin-right: 4px;
 }
.blog-thumb {
	box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.08);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.blog-thumb .date-added {
	position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 6px 15px 6px;
  border-radius: 4px;
  background-color: #fff;
}
.blog-thumb .image {
	position: relative;
}
.more-article {
	color: #006b37;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.more-article img {
	margin-left: 8px;
}
.cat-container .banners-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.cat-container .banners-wrapper .banner-slide {
	width: 16.66%;
  padding: 10px;
}
.cat-container .banners-wrapper .banner-slide a {
	border-radius: 5px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 24px;
}
.cat-container .banner-text {
	font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #1a1a1a;
    margin-top: 16px;
    min-height: 40px;
}
.banners-wrapper .banner-slide:first-child {
  margin-bottom: 0;
}
.cat-container .module-title {
	display: flex;
  justify-content: space-between;
}
.cat-container {
	margin: 0 -10px;
}
.cat-row .module-title {
	display: flex;
	justify-content: space-between;
}
.cat-row .link {
	font-weight: 500;
  font-size: 16px;
  color: #006b37;
}
.cat-row {
	margin-top: 30px;
	margin-bottom: 30px;
}
.cat-container .banners-wrapper .banner-slide a:hover {
border-color: #006b37;
  box-shadow: 0px 0px 12px 0 rgba(64, 172, 64, 0.32);
}
.cat-container .banners-wrapper .banner-slide a:hover .title {
	color: #006b37;
}
.company-row {
	display: flex;
  margin: 90px 0;
}
.company-row .left-content {
	display: flex;
	width: 56%;
}
.company-row .right-content {
	width: 44%;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
}
.company-row .small-image {
	width: 40%;
  padding-right: 20px;
}
.company-row .big-image {
	width: 60%;
}
.company-row img {
	width: 100%;
}
.company-row .right-content h1 {
  font-weight: 600;
  font-size: 40px;
  color: #1a1a1a;
  margin-top: 15px;
  line-height: 48px;
  padding-right: 0;
  margin-bottom: 26px;
}
.to-catalog {
background-color: #006b37;
  height: 50px;
  border-radius: 43px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border: none;
  width: 280px;
  font-weight: 600;
  font-size: 16px;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
.to-catalog img {
	width: 15px;
	margin-left: 10px;
}
.company-row .text-item img {
	width: 24px;
}
.company-row .text-item {
    display: flex;
  align-items: flex-start;
  margin-bottom: 26px;
}
.company-row .right-text {
	padding-left: 10px;
}
.company-row .title {
    font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.company-row .right-content .text {
	color: #808080;
  line-height: 22px;
}
.newsletter-module {
	background-color: #f7f7f7;
}
.newsletter-module .container {
	display: flex;
  padding: 40px 15px;
}
.newsletter-module .module-title {
font-weight: 600;
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
}
.left-newsletter .text {
	color: #999;
}
#newsletter-email input {
	border-radius: 46px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  height: 52px;
  width: 430px;
  padding: 0 25px;
  font-size: 14px;
}
#btn-newsletter {
	background: #006b37;
  height: 52px;
  width: 180px;
  border-radius: 43px;
  position: relative;
  margin-left: -40px;
}
#btn-newsletter span {
	font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.newsletter-module {
	font-family: "Poppins", sans-serif;
	margin-top: 40px;
}
#newsletter-email input:focus {
	border-color: #006b37;
  box-shadow: 0px 0px 12px 0 rgba(64, 172, 64, 0.32);
}
.panel-newsletter {
	display: flex;
}
#form-newsletter-error::before, #form-newsletter-error::after {
	display: none;
}
#form-newsletter {
	width: 70%;
  display: flex;
}
#form-newsletter-error {
	display: flex;
}
#btn-newsletter {
	border: none;
	box-shadow: none;
}
.left-newsletter {
	width: 37%;
}

.panel-newsletter {
	width: 63%;
	justify-content: flex-end;
	align-items: center;
}

.right-newsletter a {
	width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.right-newsletter a:hover {
background: #006b37;
}
.right-newsletter a:hover svg path {
	fill: #fff !important;
}
#form-newsletter-error {
	margin-bottom: 0;
}
.breadcrumb {
  padding: 0;
  height: 120px;
  display: flex !important;
  align-items: center;
  background-image: url(/image/breadcrumbs.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-banner {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.breadcrumb span {
	  color: #006b37;
	  font-size: 16px;
	  font-weight: 400;
	  padding: 0 15px;
	  position: relative;
}
.breadcrumb span a {
	font-weight: 400;
font-size: 16px;
color: #999999;
}
.breadcrumb span a img {
	margin-top: -2px;
}
.breadcrumb span:last-child:after {
display: none;
}
.breadcrumb .container span:first-child {
	padding-left: 0;
}
.row-category {
	display: flex;
	flex-wrap: wrap;
}

.row-products {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-grid .name {
	display: block;
  color: #4d4d4d;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-thumb .quantity, .product-thumb .model {
	color: #747474;
  font-weight: 300;
}
.product-thumb .model {
	margin-top: 2px;
}
.product-thumb {
	position: relative;
	padding: 20px;
}
.product-thumb .caption button {
height: 40px;
  width: 40px;
  border-radius: 100px;
  border: none;
  right: 20px;
  bottom: 20px; 
  background-color: #f2f2f2;
  display: inline-flex;
  background-position: center;
  background-size: 17px;
  }
.product-thumb:hover {
	border-color: #006b37;
}
.list-categories {
	display: flex;
	flex-direction: column;
}
.list-categories .category-item {
    margin-bottom: 17px;
    color: #1a1a1a;
    position: relative;
    display: inline-flex;
}
.module-categories .title-module {
	font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.list-categories .category-item::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}
.list-categories .category-item.active::before {
  border: 2px solid #006b37;
  background: radial-gradient(circle, #006b37 50%, transparent 51%);
}
#product-category .banner-text {
  display: none;
}
.module-categories .filter {
  display: inline-flex;
  height: 45px;
  width: 153px;
  background-color: #006b37;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 8.571428912026542;
  color: #fff;
  margin-bottom: 24px;
}
.module-categories .filter img {
	margin-left: 8px;
}
#product-category h1 {
	margin-left: 15px;
  margin-bottom: 24px;
  margin-top: 24px;
}

#product-category {
	padding: 0;
}

.custom-select {
  user-select: none;
}

.custom-select__selected {
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
}

.custom-select__dropdown {
 position: absolute;
  top: calc(100% + 4px);
  left: initial;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 4px;
  display: none;
  z-index: 30;
  width: 230px;
  right: 0px;
  padding: 15px;
}
.form-group-sort {
	position: relative;
}
.custom-select.open .custom-select__selected img {
    transform: rotate(180deg);
}

.custom-select__selected img {
    transition: transform 0.2s ease;
    margin-top: -3px;
}
.custom-select__option {
  padding: 8px 12px;
  cursor: pointer;
  transition: background .2s;
}

.custom-select__option:hover {
  background: #006b37;
    border-radius: 4px;
    color: #fff;
}

.custom-select__option.is-active {
  color: #006b37;
  background: #fff;
  border-radius: 4px;
}

.custom-select__option.is-active:hover {  
    background: #006b37;
    border-radius: 4px;
    color: #fff;
}

.form-group-sort {
	display: flex;
  width: max-content;
}

.form-group-sort label {
  display: inline-flex;
  background: none;
  border: none;
  align-items: center;
  font-weight: 400;
  color: #808080;
  width: max-content;
  padding: 0 8px;
  margin-bottom: 0;
  position: relative;
}
.sort-category {
	margin-bottom: 25px;
  position: relative;
  margin-right: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-total {
	font-size: 16px;
	color: #666;
}
.product-total span {
	color: #1a1a1a;
	font-weight: 600;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
  color: #666;
  font-family: "Poppins", sans-serif;
}

.pagination li a:hover {
    background: #fff;
    border-color: #006b37;
}

.pagination li.active span {
    background: #1e6e3a;
    color: white;
}

.pagination li.disabled span {
    color: #ccc;
    cursor: default;
}

.pagination li.pagination__dots span {
    width: auto;
    background: none;
    cursor: default;
}

.pagination__prev a,
.pagination__next a,
.pagination__prev span,
.pagination__next span {
    font-size: 20px;
    color: #555;
    background: #f0f0f0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 100px !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 100px !important;
}
.pagination > li > a, .pagination > li > span {
	border-color: #fff;
}
.pagination li.disabled span {
    color: #ccc;
    cursor: default;
    pointer-events: none;
    background-color: #f2f2f2;
}
.pagination li.disabled span img {
    opacity: 0.3;
}
.pagination > li:first-child {
	margin-right: 10px;

}
.pagination > li:last-child {
    margin-left: 10px;
    
}
.pagination > li:first-child a, .pagination > li:last-child a {
    border: 1px solid #e6e6e6;
}
.pagination > li:first-child img {
	transform: rotate(180deg);
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #1e6e3a;
}

.wishlist-item button:nth-child(2) {
  display: none;
}

.product-wishlist {
  content: "";
  background-image: url(/image/svg/wish.svg);
  height: 24px;
  width: 24px;
  display: inline-flex;
  padding: 0;
  border: none;
  background-repeat: no-repeat;
  top: 1px;
  z-index: 1;
  background-color: #fff0;
  border-radius: 50px;
  background-position: center;
  left: 4px;
  background-size: 24px;
}


.product-wishlist.added {
  background-image: url(/image/svg/in-wish.svg);
  z-index: 2;
}

.wishlist-item {
position: absolute;
  width: 40px;
  height: 40px;
  display: inline-flex;
  bottom: 22px;
  right: 25px;
}

#wishlist-panel {
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex !important;
}
#wishlist-overlay {
  opacity: 0;
  transition: opacity 0.35s ease;
  display: block !important;
  pointer-events: none;
}
#wishlist-panel.is-open {
  transform: translateX(0);
}
#wishlist-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
#wishlist-overlay {
	position:fixed; inset:0; background:rgba(0,0,0,0.45); z-index:9998;
}
#wishlist-panel {
	position:fixed; top:0; right:0; height:100%; width:480px; max-width:95vw; background:#fff; z-index:9999; box-shadow:-4px 0 20px rgba(0,0,0,0.15); flex-direction:column;
padding: 0 25px;
}
.images-product {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

#thumb-slider {
  width: 80px;
  flex-shrink: 0;
  padding: 90px 0;
}

#thumb-slider .splide__slide {
  opacity: 0.8;
  transition: opacity 0.2s;
}

#thumb-slider .splide__slide.is-active {
  opacity: 1;
}

#thumb-slider .splide__slide img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 2px;
}

#thumb-slider .splide__slide.is-active img {
  border-color: #2d8c2d;
}

#main-slider {
  flex: 1;
}

#main-slider .splide__slide img {
  width: 100%;
  max-height: 530px;
  object-fit: contain;
  border-radius: 10px;
}

#thumb-slider .splide__arrow {
  background: #f5f5f5;
  opacity: 1;
  width: 28px;
  height: 28px;
}

#thumb-slider .splide__arrow svg {
  fill: #333;
  width: 12px;
  height: 12px;
}
.bestseller .title-module {
font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 42px;
  margin-bottom: 30px;
}
.bestseller .row-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#main-slider .splide__slide img {
  width: 100%;
  max-height: 530px;
  object-fit: contain;
}

#main-slider .splide__track {
  height: 100%;
}

#main-slider .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bestseller {
	margin-bottom: 30px;
	width: 100%;
	margin-top: 40px;
}
.featured .row-products {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.featured .product-thumb {
	display: flex;
	padding: 10px;
}
.featured .product-thumb .image img {
	max-width: 100px;
}
.featured .wishlist-item {
	display: none;
}
.featured .title-module {
	font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
.featured .caption {
	padding-left: 12px;
	padding-top: 10px;
}
.module-categories {
	border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.row-category #column-left {
	padding-right: 5px;
}
.product-row {
	display: flex;
}
.images-product .splide__track--nav > .splide__list > .splide__slide.is-active,
.images-product .splide__track--nav > .splide__list > .splide__slide {
	border: none;
}
#thumb-slider .splide__slide img {
	border: 1px solid #fff;
}
/* ================================================
   PRODUCT PAGE — product.css
   ================================================ */

/* ===== ХЛІБНІ КРИХТИ ===== */
.breadcrumb-wrap {
  padding: 12px 0;
  font-size: 13px;
  color: #888;
}
.breadcrumb-wrap a { color: #555; text-decoration: none; }
.breadcrumb-wrap a:hover { color: #2d8c2d; }
.bc-sep { margin: 0 6px; color: #ccc; }
.bc-current { color: #333; font-weight: 500; }

/* ===== ВЕРХНІЙ БЛОК ===== */
.product-top {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 0 0 40px;
}
.product-gallery-col,
.product-info-col {
  flex: 1;
  min-width: 0;
}

/* ===== ГАЛЕРЕЯ ===== */
.images-product {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
#thumb-slider { width: 90px; flex-shrink: 0; }
#thumb-slider .splide__slide img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}
#thumb-slider .splide__slide { opacity: 0.55; transition: opacity 0.2s; }
#thumb-slider .splide__slide.is-active { opacity: 1; }
#thumb-slider .splide__slide.is-active img { border-color: #2d8c2d; }
#main-slider { flex: 1; }
#main-slider .splide__slide img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  border-radius: 12px;
}

/* ===== ПРАВА КОЛОНКА ===== */

/* Заголовок + наявність */
.product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  align-items: center;
  padding-top: 5px;
}
.product-title {
  line-height: 44px;
  margin: 0;
  color: #111;
  width: 70%;
  font-weight: 600;
  font-size: 36px;
}
.product-stock-badge {
  display: inline-block;
  background: #d9fcda;
  color: #2c742f;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 6px;
  font-weight: 400;
}

/* Мета */
.product-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  flex-wrap: wrap;

}
.product-meta-sep { color: #b3b3b3; }
.product-meta-item strong { color: #333; margin-right: 3px; font-family: "Poppins", sans-serif; font-weight: 500}

/* Знижка */
.product-badge-discount {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 18px;
  background-color: #ffeeed;
  padding: 3px 10px;
  border-radius: 30px;
  color: #ea4b48;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/* Бренд + соцмережі */
.product-brand-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  margin-top: 5px;
}
.product-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.product-brand-label { 
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px; }
.product-brand-link { color: #111; font-weight: 600; text-decoration: none; }
.product-brand-link:hover { color: #2d8c2d; }

.product-social {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #888;
}
.product-social-label { margin-right: 4px;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif; }
.social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
  color: #fff;
}
.social-btn:hover { opacity: 0.85; color: #fff; }
.social-fb { background: #1877f2; }
.social-tw { background: #111; }
.social-pi { background: #e60023; }
.social-ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }

/* Короткий опис */
.product-short-desc {
  font-size: 14px;
  color: #808080;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

/* Роздільник */
.product-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

/* Кількість + кнопка */
.product-qty-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: column;
  align-items: flex-start;
}
.product-qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  padding: 8px;
}
.qty-btn {
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  transition: background 0.15s;
  line-height: 1;
  border-radius: 100px;
background-color: #f2f2f2;
line-height: 1;
  font-family: "Poppins", sans-serif;
}
.qty-btn:hover { background: #f5f5f5; }

.qty-input {
  width: 50px;
  height: 34px;
  border: none;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  color: #111;
}
.btn-add-to-cart {
  flex: 1;
  min-width: 160px;
  height: 50px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.3px;
  background: #006b37;
  border-radius: 43px;
}
.btn-add-to-cart:hover { background: #236e23; }
.btn-wishlist-round {
  width: 46px;
  height: 46px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  color: #aaa;
  transition: color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn-wishlist-round:hover { color: #e74c3c; border-color: #e74c3c; }

/* Категорія */
.product-category-row {
  font-size: 14px;
  color: #555;
  margin-top: 16px;
}
.product-category-row strong { color: #1a1a1a;
  margin-right: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
   }
.product-category-row a { color: #2d8c2d; text-decoration: none; color: #808080; }
.product-category-row a:hover { text-decoration: underline; }

/* ===== НИЖНІЙ БЛОК: табы + сайдбар ===== */
.product-bottom {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 70px;
}
.product-desc-col { min-width: 0; }
.product-sidebar-col { 
  flex-shrink: 0;
  padding-top: 42px;
   }

/* Табы */
.product-tabs-nav {
  border-bottom: 2px solid #eee;
  margin-bottom: 24px;
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  justify-content: flex-start;
  width: 100%;
}
.product-tabs-nav li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
  color: #808080;
  font-family: "Poppins", sans-serif;
}
.product-tabs-nav li a:hover { color: #2d8c2d; border: none; }
.product-tabs-nav li.active a {
  border-bottom-color: #2d8c2d;
  font-weight: 500;
  font-size: 16px;
  color: #1a1a1a;
  border: none;
  font-family: "Poppins", sans-serif;
}
.product-desc-attr .nav-tabs > li > a, 
.product-desc-attr .nav-tabs > li.active > a, 
.product-desc-attr .nav-tabs > li > a:hover,
.product-desc-attr .nav-tabs > li.active > a:hover {
	border: none;
	background: none;
}
.product-desc-attr .nav-tabs > li.active > a, .product-desc-attr .nav-tabs > li.active > a:hover {
	border-bottom: 3px solid #00b207;
}
.product-tab-content { font-size: 14px; line-height: 1.8; color: #1a1a1a; }

/* Сайдбар */
.sidebar-banner-placeholder {
  width: 100%;
  min-height: 280px;
  background: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 16px;
}
.product-sidebar-features {
  display: flex;
  gap: 0;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
}
.sidebar-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
  background: #fff;
  width: 50%;
}
.sidebar-feature:last-child { border-bottom: none; }
.sidebar-feature-icon { font-size: 22px; flex-shrink: 0; }
.sidebar-feature-text { display: flex; flex-direction: column; }
.sidebar-feature-text strong { font-size: 14px; color: #111; }
.sidebar-feature-text span { font-size: 12px; color: #888; }

/* ===== СХОЖІ ТОВАРИ ===== */
.related-products {
  padding: 32px 0;
  border-top: 1px solid #eee;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 16px;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 900px) {
  .product-top,
  .product-bottom {
    flex-direction: column;
    gap: 24px;
  }
  .product-sidebar-col { width: 100%; }
}
@media (max-width: 600px) {
  .product-title { font-size: 20px; }
  .product-qty-row { flex-wrap: wrap; }
  .btn-add-to-cart { min-width: 100%; }
}
.manufacturer-img {
	max-width: 56px;
}
.product-brand-social .right-newsletter a:hover {
  background: #006b37;
}
.btn-add-to-cart img {
	margin-top: -2px;
  margin-left: 10px;
}
#tab-description, #tab-compound {
	font-weight: 400;
  font-size: 14px;
  color: #808080;
}
.product-desc-attr {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-desc-col {
	width: 59%;
	padding-right: 0;
	padding-top: 15px;
}
.product-sidebar-col {
	width: 41%;
	padding-top: 15px;
}
.sidebar-video iframe {
    border-radius: 6px;
}
#product .wishlist-item {
    position: initial;
    width: 52px;
  height: 52px;
  margin-left: 12px;
}
#product .product-wishlist {
	width: 52px;
  height: 52px;
  background-color: #e2fbe3;
  background-size: 20px;
}
.open-wishlist-btn {
	cursor: pointer;
}

.attribute-value {
	display: flex;
	margin-bottom: 16px;
}
.attribute-value > div {
	width: 50%;
}
.attr-name {
	color: #808080;
  font-size: 14px;
}

.attr-name {
	display: flex;
}
.attr-name .border {
	width: 100%;
  border-bottom: 1px dashed #B7B7B7;
  height: 20px;
  margin: 0 7px;
}
.attr-name .name {
	white-space: nowrap;
}
.all-attributes-btn {
	margin-top: -3px;
}
.all-attributes-btn a {
padding: 0;
  font-size: 13px;
  border-bottom: 1px dashed;
}
.alert-success {
	color: #f3f3f3;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: #1a1a1a;
  border: none;
  padding: 12px 14px;
}
.alert-success a {
	color: #fff;
	text-decoration: underline;
}
.alert-success .close {
	display: none;
}
#wishlist-panel.is-open .close {
    position: absolute;
  left: -45px;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 40px;
}
.head-panel {
	padding: 25px 0; border-bottom: 1px solid #e6e6e6; display:flex; justify-content:space-between; align-items:center;
}
.head-panel strong {
	font-weight: 600;
  font-size: 18px;
  color: #333;
}
.content-panel {
    padding: 25px 0;border-top:1px solid #eee;
}
#wishlist-panel .quantity {
display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 20px;
  border-radius: 170px;
  padding: 5px;
}
.pw-category {
	font-size: 14px;
  margin-top: 10px;
  color: #999;
}
.item-pw-product {
	display: flex;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.name-pw {
	font-size:14px;font-weight:500;color:#111;text-decoration:none;line-height:1.3;
	display: block;
	min-height: 36px;
}
#wishlist-panel .quantity .minus {
width:26px;height:26px;border:none;background-color: #f2f2f2;cursor:pointer;font-size:16px;line-height:1; border-radius: 100px; color: #1a1a1a;
}
#wishlist-panel .quantity .plus {
width:26px;height:26px;border:none;background-color: #f2f2f2;cursor:pointer;font-size:16px;line-height:1;font-family: "Poppins", sans-serif; border-radius: 100px; color: #1a1a1a;
}
#wishlist-panel .quantity input {
	width:32px;height:26px;border:none;text-align:center;font-size:14px;padding:0;color: #1a1a1a;font-family: "Poppins", sans-serif;
}
.remove-pw {
	color:#111;
	position: absolute;
  right: 0;
  top: 20px;
  font-size: 20px;
}
#wishlist-send-btn {
	width: 100%;
}
.name-pw:hover {
	text-decoration: underline;
	color: #111;
}
.remove-pw: hover {
	color: #111;
}
.well-sm.products {
    display: none;
}
#quick_checkout_cart .totals {
	display: none;
}
.btn-continue-shopping {
	display: none;
}

.mfp-content #popup-quickorder {
	max-width: 500px;
	border-radius: 10px;
	padding: 0 40px;
}
.mfp-content #popup-quickorder .popup-heading {
	text-align: center;
  padding: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.mfp-content #popup-quickorder .popup-footer {
	background: none;
  padding: 0px 0 40px;
  border-top: 0;
}
#fastorder_data .form-group {
    width: 100%;
}
.input-group-addon {
	display: none;
}
#fastorder_data .form-group input {
height: 48px;
  width: 100%;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid D6D6D6;
  padding: 6px 17px;
}
#fastorder_data .input-group {
	width: 100%;
}
#fastorder_data .form-group input::placeholder {
color: #a5a5a5;
  font-weight: 400;
  font-size: 14px;
}
#fastorder_data .form-group input:focus {
	border: 1px solid #111;
}
#fastorder_data .form-group input {
	font-size: 14px;
	color: #111;
}
#popup-quickorder .btn-quickorder,
#quickorder_btn .btn-quickorder-one {
    flex: 1;
  min-width: 160px;
  height: 50px;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.3px;
  background: #006b37;
  border-radius: 43px;
  width: 100%;
  text-transform: none;
}
#popup-quickorder .btn-quickorder:hover,
#quickorder_btn .btn-quickorder-one:hover {
background: #236e23;
}
.mfp-content #popup-quickorder .popup-center {
  margin: 0 -15px;
}
.mfp-content #popup-quickorder .mfp-close {
	right: -50px;
  position: absolute;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 40px;
  font-family: "Inter", sans-serif;
}
.mfp-content #fastorder_data .form-group {
	margin-bottom: 15px;
}
.price-quantity-quickorder {
	display: none;
}
.mfp-content #popup-quickorder.quickorder-product .popup-heading {
	margin-bottom: 26px;
}
.category-blog {
	margin: 0 -10px;
}
.blog-category h1 {
	text-align: center; 
	margin-bottom: 30px;
}
.head-article {
	display: flex;
  justify-content: space-between;
}
#product-article .head-article {
	margin-top: 20px;
	margin-bottom: 20px;
}
#product-article #tab-description {
	color: #111;
	margin-bottom: 100px;
}
#sp-top-banner-wrapper .sp-banner-close {
	right: 17.5% !important;
}
.carousel .carousel-item {
		height: 32px;
}
.contact-row {
	display: flex;
  justify-content: space-between;
}
.contact-row form {
width: 550px;
  padding: 30px;
  box-shadow: 20px 14px 100px 0 rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  margin-top: -80px;
  margin-bottom: 30px;
}
.form-group input {
	height: 48px;
  width: 100%;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 6px 17px;
  font-size: 14px;
  color: #111;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: #a5a5a5;
  font-weight: 400;
  font-size: 14px;
}
.form-group textarea {
	padding: 15px 17px;
  font-size: 14px;
  border-radius: 6px;
  color: #111;
  border: 1px solid #ccc;
  box-shadow: none;
  max-height: 160px;
}
.form-group input:focus, .form-group textarea:focus {
	border-color: #111;
	box-shadow: none;
}
.pull-cont-button {
	display: flex;
  justify-content: center;
  margin-top: 25px;
}
.pull-cont-button input {
	min-width: 160px;
  height: 50px;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.3px;
  background: #006b37;
  border-radius: 43px;
  width: 180px;
  text-transform: none;
}
#information-contact .title {
font-weight: 600;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
}
#information-contact h1 {
	margin-bottom: 30px;
}
.panel-address > div {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.panel-address strong {
    margin-bottom: 5px;
}
.panel-address a {
color: #006b37;
}
#product-search .row-products,
#product-manufacturer .row-products,
#product-search .row-products
 {
  grid-template-columns: repeat(4, 1fr);
}
#product-search h1 ,
#product-manufacturer h1 ,
#product-search h1 {
	margin-left: 0;
  margin-bottom: 24px;
  margin-top: 5px;
}
.sort-category label {
	padding-left: 0;
}

#catalog-page h1 {
  margin-bottom: 40px;
  margin-top: 25px;
}

/* Уровень 1 — родитель */
.catalog-level1 {
  margin-bottom: 50px;
}

.catalog-cat1-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #006b37;
}

.catalog-cat1-link img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.catalog-cat1-link span {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Уровень 2 — дочерние сеткой */
.catalog-level2-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

.catalog-cat2-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
  transition: box-shadow 0.2s;
}

.catalog-cat2-link:hover {
  border-color: #006b37;
  box-shadow: 0px 0px 12px 0 rgba(64, 172, 64, 0.32);
}

.catalog-cat2-link img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  margin-bottom: 10px;
}

.catalog-cat2-link span {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}

/* Уровень 3 — список под карточкой */
.catalog-level3-list {
  list-style: none;
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px solid #f0f0f0;
  width: 100%;
}

.catalog-level3-list li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #006b37;
  text-decoration: none;
  padding: 3px 0;
}

.catalog-level3-list li a:hover {
  text-decoration: underline;
}

.catalog-level3-list li a img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0;
}
.filters-option-copy {
	display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.filters-option-copy .ocf-text-danger {
	background-color: #f6f8fb;
  padding: 0 20px;
  height: 45px;
  border-radius: 6px;
  font-weight: 500;
font-size: 14px;
line-height: 11px;
color: #006b37;
display: flex;
  align-items: center;
}
.filters-option-copy .ocf-text-danger:hover {
	background-color: #f6f8fb;
	color: #006b37;
}
.ocf-text-danger .ocf-selected-del {
    color: #006b37;
  }
#column-left .ocf-selected-card {
  display: none;
}
a:hover, a, button:hover, button {
  outline: none;
}
.to-catalog:hover {
    text-decoration: underline;
    color: #fff;
} 
.row-category {
	padding: 0 15px;
  color: #2c333d;
}
.desc-wrap {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.desc-wrap.open {
  max-height: 8000px; /* достатньо велике значення */
}
.desc-fade {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.desc-wrap.open .desc-fade {
  opacity: 0;
}
.desc-toggle {
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
font-size: 14px;
line-height: 14px;
color: #006b37;
background: none;
border: none;
}
.container-description {
	margin-bottom: 40px;
}
.desc-toggle:hover {
	text-decoration: underline;
}
header {
	position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02);
}
.product-thumb .quantity, .product-meta .product-meta-item:first-child {
	display: none;
}
#price-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #000;
  z-index: 9998;
  opacity: 0.8;
}

#price-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  width: 500px;
  max-width: 95vw;
  max-height: 90vh;
  z-index: 9999;
  padding: 0 40px 40px;
}

#price-overlay.is-open,
#price-popup.is-open {
  display: block;
}

.price-popup-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  text-align: center;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #dfe4eb;
  justify-content: center;
  line-height: 40px;
  min-height: 40px;
  padding: 15px;
}

.price-popup-head strong {
  font-size: 20px;
  font-weight: 600;
}

.price-popup-head button {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  right: -43px;
  position: absolute;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  top: 0px;
}

#price-popup .form-group {
  margin-bottom: 14px;
}

#price-popup .form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 17px;
}
#price-popup textarea.form-control {
	padding: 12px 17px;
}
#price-popup .form-control:focus {
	border: 1px solid #000;
}
#price-popup,
#price-overlay {
  display: none !important;
}

#price-popup.is-open,
#price-overlay.is-open {
  display: block !important;
}
#price-popup .btn-add-to-cart {
margin-top: 17px;
font-size: 16px;
}
#success-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}

#success-popup {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  width: 400px;
  max-width: 95vw;
  padding: 40px 30px;
  text-align: center;
  z-index: 9999;
}

#success-overlay.is-open,
#success-popup.is-open {
  display: block;
}

.success-popup-inner .success-icon {
  width: 70px;
  height: 70px;
  background: #006b37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  margin: 0 auto 20px;
}

#success-popup h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

#success-popup p {
  color: #666;
  margin-bottom: 24px;
}
.blog-pr-related {
	margin-bottom: 70px;
}
.desc-list {
  list-style: none;
  padding-left: 0;
}

.desc-list li {
  padding-left: 28px;
  background-image: url('/image/svg/gal-green-li.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  margin-bottom: 8px;
}
.blog-products {
	padding-top: 10px;
}
.blog-pr-related {
	margin-top: 30px;
}
/* Dropdown container */
#search .dropdown-menu,
#mobile-search-panel .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
  padding: 12px 0;
  min-width: 100%;
  background: #fff;
  overflow: hidden;
}

#search .dropdown-menu .disabled .search-suggestion .title,
#mobile-search-panel .dropdown-menu .disabled .search-suggestion .title {
  font-size: 12px;
  font-weight: 600;
  color: #9e9e9e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 16px 4px;
}

#search .dropdown-menu li.inline a,
#search .dropdown-menu li a,
#mobile-search-panel .dropdown-menu li.inline a,
#mobile-search-panel .dropdown-menu li a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: background 0.15s;
}

#search .dropdown-menu li a:hover,
#mobile-search-panel .dropdown-menu li a:hover {
  background: #fff;
}

.search-suggestion.product:hover .name {
  text-decoration: underline;
}

#search .dropdown-menu li.inline .search-suggestion.category:hover,
#mobile-search-panel .dropdown-menu li.inline .search-suggestion.category:hover {
  background-color: #f2f2f2;
}

#search .dropdown-menu .image img,
#mobile-search-panel .dropdown-menu .image img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  margin-right: 12px;
  background: #fafafa;
}

#search .dropdown-menu .name,
#mobile-search-panel .dropdown-menu .name {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.3;
}

#search .dropdown-menu .sku,
#mobile-search-panel .dropdown-menu .sku {
  font-size: 12px;
  color: #9e9e9e;
  margin-top: 2px;
  display: block;
}

#search .dropdown-menu .sku .label,
#mobile-search-panel .dropdown-menu .sku .label {
  display: none;
}

#search .dropdown-menu li.inline .search-suggestion.category,
#mobile-search-panel .dropdown-menu li.inline .search-suggestion.category {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 8px 15px;
  overflow: visible;
  background-color: #f2f2f2;
  color: #111;
  margin-right: 8px;
}

#search .dropdown-menu li.inline .search-suggestion.category .name,
#mobile-search-panel .dropdown-menu li.inline .search-suggestion.category .name {
  color: #111;
  font-size: 13px;
}

#search .dropdown-menu li.inline .search-suggestion.category .image img,
#mobile-search-panel .dropdown-menu li.inline .search-suggestion.category .image img {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  margin: 0;
}

#search .dropdown-menu li.more a,
#mobile-search-panel .dropdown-menu li.more a {
  justify-content: center;
  padding: 15px 16px 10px;
  border-top: 1px solid #f0f0f0;
  margin-top: 4px;
}

#search .dropdown-menu li.more .more,
#mobile-search-panel .dropdown-menu li.more .more {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #006b37;
  padding: 8px 24px;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  width: max-content;
}

#search .dropdown-menu li.more a:hover,
#mobile-search-panel .dropdown-menu li.more a:hover {
  background: transparent;
}

#search .dropdown-menu li.disabled,
#mobile-search-panel .dropdown-menu li.disabled {
  pointer-events: none;
}

#search .dropdown-menu .search-suggestion.product,
#mobile-search-panel .dropdown-menu .search-suggestion.product {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

#search .dropdown-menu .search-suggestion.product .left,
#mobile-search-panel .dropdown-menu .search-suggestion.product .left {
  flex-shrink: 0;
}

#search .dropdown-menu .search-suggestion.product .center,
#mobile-search-panel .dropdown-menu .search-suggestion.product .center {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

#search .dropdown-menu .search-suggestion.product .name,
#mobile-search-panel .dropdown-menu .search-suggestion.product .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search .dropdown-menu .search-suggestion.product .image,
#mobile-search-panel .dropdown-menu .search-suggestion.product .image {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

#search .dropdown-menu .search-suggestion.product .image img,
#mobile-search-panel .dropdown-menu .search-suggestion.product .image img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  display: block;
  margin: 0;
}
.article-image2 img {
 border-radius: 10px;
}
.product-qty-item {
	width: 83%;
  display: flex;
}
.cart-and-wishlist {
	width: 83%;
  display: flex;
  margin-top: 2px;
}
.qty-presets {
	display: flex;
}
.qty-presets-label {
	font-size: 14px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.qty-preset-btn {
	width: 75px;
  height: 50px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-right: 7px;
}
.product-qty-control {
	margin-left: 5px;
}
.qty-preset-btn.active {
	border-color: #006b37;
}
* {
  outline: none;
}
#common-home #banner1 .banner-slide {
	width: 25%;
	padding-right: 15px;
}
#form-price .info, .form-horizontal .info {
    color: #5e5e5e;
    opacity: 0.6;
}
.remove-pw:hover {
  color: #575757;
}
#form-price .info a, .form-horizontal .info a {
color: #006b37;
text-decoration: underline;
cursor: pointer;
}
.all-info .dep {
   margin-top: 10px;
}
#popup-quickorder .info {
margin-top: -15px;
  margin-bottom: 20px;
  opacity: 0.5;
}
#popup-quickorder .info a {
  color: #006b37;
  text-decoration: underline;
  cursor: pointer;
}
.more-article:hover {
  color: #006b37;
}
.by-post img {
	margin-top: -2px;
}
#information-information h1 {
	font-size: 26px;
}
#information-information h2 {
	font-size: 20px;
}
  .sfd-wrap {
    font-family: Arial, sans-serif;
  color: #1a1a1a;
  margin-top: 30px;
  padding: 0;
  }
 
  .sfd-hero {
    background: #006b37;
    color: #fff;
    padding: 56px 48px 48px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }
 
  .sfd-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
  }
 
  .sfd-hero::after {
    content: '';
    position: absolute;
    bottom: -40px; left: 30%;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
  }
 
  .sfd-hero-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7ecfa0;
    margin-bottom: 16px;
  }
 
  .sfd-hero h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    max-width: 560px;
    color: #fff;
  }
 
  .sfd-hero-sub {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255,255,255,0.8);
    max-width: 560px;
    margin: 0;
  }
 
  .sfd-founded {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
  }
 
  .sfd-founded strong {
    color: #7ecfa0;
  }
 
  .sfd-body {
    padding: 40px 0;
  }
 
  .sfd-cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 40px;
  }
 
  .sfd-cat {
    background: #f0f8f4;
    border-left: 3px solid #006b37;
    padding: 12px 16px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    color: #1a3a2a;
    line-height: 1.4;
  }
 
  .sfd-cat::before {
    content: '→ ';
    color: #006b37;
    font-size: 12px;
  }
 
  .sfd-section {
    margin-bottom: 32px;
  }
 
  .sfd-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0f0e8;
  }
 
  .sfd-section p {
    font-size: 15px;
    line-height: 1.75;
    color: #3a3a3a;
    margin: 0 0 12px;
  }
 
  .sfd-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
    padding-top: 36px;
    border-top: 2px solid #e0f0e8;
  }
 
  .sfd-highlight {
    text-align: center;
    padding: 24px 16px;
    background: #f0f8f4;
    border-radius: 12px;
  }
 
  .sfd-highlight-num {
    font-size: 34px;
    font-weight: 700;
    color: #006b37;
    display: block;
    margin-bottom: 6px;
    line-height: 1;
  }
 
  .sfd-highlight-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
  }
.description-cat {
	margin-top: 40px;
}
.footer-help {
	max-width: 180px;
}
#timed-popup .title {
font-weight: 600;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.attr-value::first-letter {
  text-transform: uppercase;
}
  #cb-widget, #cb-widget * {
    box-sizing: border-box;
  }

  #cb-widget {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }

  /* ---------- Floating button ---------- */
  #cb-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1f7a3f;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 8px 24px 0 rgb(0 0.41999998688697815 0.2160000056028366 / 0.35);
    z-index: 999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 0;
  }

  #cb-fab:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(31, 122, 63, 0.45), 0 0 0 10px rgba(31, 122, 63, 0.14);
  }

  #cb-fab.cb-hidden {
    display: none;
  }

  /* ---------- Overlay (mobile) ---------- */
  #cb-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 15, 12, 0.45);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
  }

  #cb-overlay.cb-open {
    opacity: 1;
    visibility: visible;
  }

  /* ---------- Panel: desktop bottom bar ---------- */
  #cb-panel {
    position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(110%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  padding-top: 22px;
  padding-bottom: 22px;
  }

  #cb-panel.cb-open {
    transform: translateY(0);
  }

  /* .container тут - той самий bootstrap-клас, що й у решти сайту:
     завдяки цьому вирівнювання контенту всередині білого фону на десктопі
     автоматично збігається з шириною контейнера теми (шапка/футер). */
  #cb-panel .cb-panel-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
  }

  #cb-panel .cb-handle {
    display: none;
  }

  #cb-panel .cb-state {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
  }

  #cb-panel .cb-state[hidden] {
    display: none !important;
  }

  #cb-panel .cb-icon,
  #cb-panel .cb-success-icon {
    flex: 0 0 auto;
    width: 54px;
  height: 54px;
    border-radius: 50%;
    background: #e7f3ec;
    color: #1f7a3f;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #cb-panel .cb-success-icon {
    background: #1f7a3f;
  }

  #cb-panel .cb-text {
    flex: 0 1 340px;
  }

  #cb-panel .cb-title {
    font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #1a1a1a;
  }

  #cb-panel .cb-subtitle {
    font-size: 14px;
line-height: normal;
color: #737373;
margin-top: 5px;
  }
.cb-submit-text {
	font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-top: -2px;
}
  #cb-panel .cb-form {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1 1 420px;
    flex-wrap: wrap;
  }

  #cb-panel .cb-field {
    flex: 1 1 160px;
  max-width: 260px;
  }

  #cb-panel .cb-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    font-size: 15px;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.15s ease;
    background: #fff;
  }
  #cb-panel .cb-input:placeholder {
  	color: #737373;
  }

  #cb-panel .cb-input:focus {
    border-color: #1f7a3f;
  }

  #cb-panel .cb-input.cb-invalid {
    border-color: #e0483e;
  }

  #cb-panel .cb-error {
    font-size: 12px;
    color: #e0483e;
    margin: 4px 4px 0;
  }

  #cb-panel .cb-error-general {
    width: 100%;
    display: none;
    text-align: center;
    margin: 4px 0 0;
  }

  #cb-panel .cb-error-general.cb-visible {
    display: block;
  }

  #cb-panel .cb-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  #cb-panel .cb-submit {
    flex: 0 0 auto;
  height: 44px;
  padding: 0 28px;
  border: none;
  border-radius: 30px;
  background: #1f7a3f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.15s ease, opacity 0.15s ease;
  white-space: nowrap;
  min-width: 223px;
  }

  #cb-panel .cb-submit:hover {
    background: #18642f;
  }

  #cb-panel .cb-submit[disabled] {
    opacity: 0.7;
    cursor: default;
  }

  #cb-panel .cb-spinner {
    display: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    animation: cb-spin 0.7s linear infinite;
  }

  #cb-panel .cb-submit.cb-loading .cb-spinner {
    display: inline-block;
  }

  #cb-panel .cb-submit.cb-loading .cb-submit-text {
    display: none;
  }

  @keyframes cb-spin {
    to { transform: rotate(360deg); }
  }

  #cb-panel .cb-close {
  width: 40px;
  height: 40px;
  border: none;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-left: auto;
  line-height: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  background: #f5f5f5;
  }

  #cb-panel .cb-close:hover {
    background: #f2f2f2;
    color: #444;
  }

  #cb-panel .cb-success-button {
    display: none;
  }

  /* ---------- Mobile: bottom sheet ---------- */
  @media (max-width: 768px) {
    #cb-fab {
      right: 16px;
      bottom: 16px;
      width: 54px;
      height: 54px;
    }

    #cb-panel {
      left: 12px;
      right: 12px;
      bottom: 12px;
      border-radius: 20px;
      padding: 12px 20px 20px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
      transform: translateY(140%);
    }

    #cb-panel .cb-panel-inner {
      max-width: none;
      width: auto;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
    }

    #cb-panel .cb-handle {
      display: block;
      width: 40px;
      height: 4px;
      border-radius: 4px;
      background: #e2e2e2;
      margin: 4px auto 0;
    }

    #cb-panel .cb-state {
      flex-direction: column;
      align-items: stretch;
      text-align: center;
      gap: 10px;
    }


    #cb-panel .cb-icon,
    #cb-panel .cb-success-icon {
      width: 56px;
      height: 56px;
      margin: 0 auto;
    }

    #cb-panel .cb-success-icon {
      width: 64px;
      height: 64px;
    }

    #cb-panel .cb-text {
      flex: 0 0 auto;
      width: 100%;
    }

    #cb-panel .cb-title {
      font-size: 19px;
      text-align: center;
    }

    #cb-panel .cb-subtitle {
      font-size: 14px;
      text-align: center;
    }

    #cb-panel .cb-form {
      flex-direction: column;
      width: 100%;
      gap: 12px;
      margin-top: 6px;
    }

    #cb-panel .cb-field {
     width: 100%;
    flex: auto;
    max-width: 100%;
    }

    #cb-panel .cb-input {
      height: 52px;
    font-size: 15px;
    border-radius: 50px;
    border-color: #e6e6e6;
    }

    #cb-panel .cb-submit {
      width: 100%;
      height: 54px;
      font-size: 16px;
      border-radius: 43px;
    }
    .cb-success-icon svg {
      width: 30px;
  height: 30px;
    }

    #cb-panel .cb-close {
      position: absolute;
      top: -2px;
      right: -6px;
      background: #f5f5f5;
    }

    #cb-panel .cb-success-button {
      display: block;
      width: 100%;
      height: 54px;
      border: none;
      border-radius: 14px;
      background: #1f7a3f;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      margin-top: 4px;
    }
    /* Внутри @media (max-width: 768px) — заменяет старое правило
   #cb-panel .cb-state-form { align-items: center; } */

#cb-panel .cb-state-form {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
}

#cb-panel .cb-state-form .cb-icon {
  margin: 0;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
}

#cb-panel .cb-state-form .cb-text {
  flex: 1 1 auto;
  width: auto;
  text-align: left;
}

#cb-panel .cb-state-form .cb-title {
  font-size: 17px;
  text-align: left;
}

#cb-panel .cb-state-form .cb-subtitle {
  font-size: 13px;
    text-align: left;
    color: #737373;
}

#cb-panel .cb-state-form .cb-close {
  position: absolute;
    top: -6px;
    right: 0;
    width: 36px;
    height: 36px;
    background-color: #f5f5f5;
    border-radius: 18px;
}
  }

.description-cat span, .description-cat p {
font-family: "Inter", sans-serif !important;
  color: #2c333d !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.desc-wrap .description p, .desc-wrap .description span {
font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #2c333d !important;
}
.product-short-desc .mfr-full p, .product-short-desc .mfr-full span {
font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #808080 !important;
}
#product-manufacturer .container-description {
	  margin-top: 30px;
}
.search-suggestion .no_results {
 margin-left: 15px;
 font-size: 14px;
}



@media (min-width: 768px) {
	.carousel .carousel-item {
		width: 16.66%;
		height: 100px;
	}
	.carousel-item {
  padding: 0 15px;
}
.telephone.mobile {
	display: none;
}
.blog-link {
	display: none;
}
.blog-swiper-nav {
	display: none;
}
.best-products .swiper-wrapper {
  	display: flex;
  }
.best-products .product-grid, .blog-products .product-grid {
  	width: 25%;
    padding: 0 12px;
  }
  .best-swiper-nav, .blog-pr-swiper-nav {
  	display: none;
  }
  .ocf-filter-header img {
  	display: none;
  }
  #mobile-search-panel {
  	display: none;
  }
  #banner0 .banners-wrapper .banner-slide:last-child {
  	margin-top: 24px;
  }
}









/*Mobile version*/
@media (max-width: 768px) {
#sp-top-banner-wrapper .sp-banner-close {
  right: 5% !important;
}
.footer-help {
  max-width: 100%;
}
#top {
	display: none;
}
.container {
  width: 100%;
}
.unfo-menu {
	display: none;
}
#banner0 {
	margin-bottom: 20px;
}
.top-home .swiper-viewport {
	width: 100%;
	margin-bottom: 20px;
}
.text-category {
	display: none;
}
.top-home #column-right {
	display: block !important;
	width: 100%;
  padding-left: 0;
}
.top-home {
	flex-direction: column;
	margin-top: 20px;
}
.banners-wrapper {
	display: flex;
}
#banner0 .banners-wrapper .banner-slide:last-child {
	order: -1;
	padding-right: 4px;
}
#banner0 .banners-wrapper .banner-slide:first-child {
padding-left: 4px;
}
#logo img {
  min-width: 110px;
  width: 110px;
}
header {
  height: max-content;
}
.left-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 0 18px;
}
header .container {
	flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebeef0;
}
.telephone.mobile img {
	width: 22px;
	margin-top: -2px;
}
.telephone.mobile .tel a {
color: #1a1a1a;
  font-weight: 500;
  font-size: 13px;
}
.free-tel {
	line-height: 14px;
  font-weight: 300;
  font-size: 12px;
  margin-top: 2px;
}
header .menu-header-box {
	margin-left: 0;
  padding: 0;
}
header #menu-vertical .btn {
	width: 53px;
  height: 46px;
}
header .btn-menu img {
	width: 15px;
}
.sub-header {
	display: none;
}
#banner1 .banners-wrapper {
  padding: 20px;
  display: flex;
	flex-wrap: wrap;
}
#banner1 .banners-wrapper img {
	width: 20px;
}
#banner1 .banner-text .title {
	font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}
#banner1 .banner-slide {
	width: 50%;
}
#banner1 .desc {
	font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}
#banner1 .banner-text .title {
	margin-bottom: 4px;
}
.module-title {
	font-size: 20px;
}
.cat-row .link {
	font-size: 12px;
}
.cat-row .link img {
	width: 10px;
}
.cat-container .banners-wrapper .banner-slide {
  width: 50%;
}
.cat-container .banners-wrapper .banner-slide {
  width: 50%;
  padding: 7px;
  margin-bottom: 0;
}
.cat-container .banner-text {
	font-size: 14px;
	margin-top: 10px;
}
.cat-container .banners-wrapper .banner-slide a {
	padding: 12px 12px 20px;
}
.module-title {
	margin-bottom: 15px;
}
.company-row {
	flex-wrap: wrap;
}
.company-row .left-content {
  display: flex;
  width: 100%;
  order: 1;
  margin-top: 15px;
}
.company-row .right-content {
  width: 100%;
  padding: 0;
}
.company-row .right-content h1 {
	font-weight: 600;
  font-size: 20px;
  padding: 0;
  line-height: 26px;
}
.company-row .title {
  font-weight: 500;
  font-size: 13px;
}
.company-row .right-content .text {
  color: #808080;
  line-height: 15px;
  font-size: 11px;
}
.company-row .right-content h1 {
	margin-bottom: 18px;
	margin-top: 0;
}
.company-row .text-item {
	margin-bottom: 18px;
}
.to-catalog {
  background-color: #006b37;
  height: 38px;
}
.company-row .text-item img {
  width: 18px;
}
.to-catalog {
  background-color: #006b37;
  height: 38px;
font-size: 13px;
width: 212px;
font-size: ;
}
.company-row .small-image {
  width: 40%;
  padding-right: 14px;
}
.carousel-item {
	padding: 0 10px;
}
#carousel0 {
    padding: 20px 0 32px;
  }

  .swiper-pagination {
    display: flex !important;
    justify-content: center;
    position: relative;
    margin-top: 12px;
  }
  .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 4px;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #1a6e3c; /* зелёный как на скрине */
  }
.carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	background: #CCCCCC;
	width: 10px;
  height: 10px;
  margin: 0 3px;
  box-shadow: none;
}
.carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #006B37;
}
.carousel .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 2px;
}
#banner1 .banner-text {
  padding-left: 10px;
  padding-right: 5px;
}
.company-row {
	margin: 0;
}
.widget-blog {
	margin-top: 50px;
}
.blog-swiper .swiper-slide {
	padding: 0;
}
.blog-swiper-nav {
    position: relative;
    z-index: 10;
    background: #fff;
  }
  .blog-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .blog-swiper {
  	margin: 0 -15px;
  }
  .blog-swiper {
    padding: 0 15px;
  }
  .blog-thumb {
  box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.02);
}
  .blog-swiper {
    overflow: hidden;
  }
  .blog-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 25px;
  }
  .blog-swiper .swiper-slide,  {
    flex-shrink: 0;
  }
  .blog-swiper-nav, .best-swiper-nav, .blog-pr-swiper-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 0;
  }
  .blog-swiper-prev,
  .blog-swiper-next,
  .best-swiper-prev,
  .best-swiper-next, 
  .blog-pr-swiper-prev,
  .blog-pr-swiper-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    color: #333;
    user-select: none;
    box-shadow: 0px 10px 50px 0 rgba(0, 0, 0, 0.13);
  }
  .widget-blog .module-title, .blog-pr-related .module-title {
    margin-bottom: 25px;
    text-align: left;
  }
  .blog-thumb .caption {
  padding: 14px;
}
  .blog-thumb .caption img {
  width: 14px;
  }
.blog-thumb .date-added {
  bottom: 10px;
  left: 10px;
}
.blog-thumb .caption .button-group a, .blog-thumb .caption .button-group span {
	font-size: 10px;
}
.blog-row .blog-item .name {
	font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #006b37;
}
.more-article {
  font-size: 11px;
}
.blog-thumb .caption .more-article img {
    width: 10px;
  }
.blog-link {
	background-color: #006b37;
padding: 16px 40px;
border-radius: 100px;
font-weight: 600;
font-size: 16px;
line-height: 20px;
font-family: "Poppins", sans-serif;
color: #ffffff;
}
.blog-link-row {
	display: flex;
  justify-content: center;
  margin-top: 25px;
}
.newsletter-module .container {
	flex-wrap: wrap;
	padding: 30px 15px;
	margin-top: 40px;
}
.left-newsletter {
  width: 100%;
}
.newsletter-module .module-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}
.left-newsletter .text {
	color: #808080;
  line-height: 15px;
  font-size: 11px;
}
.newsletter-module .module-title {
	margin-bottom: 10px;
}
.panel-newsletter {
  width: 100%;
  flex-wrap: wrap;
}
.panel-newsletter .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
#newsletter-email input {
	width: 100%;
}
#form-newsletter {
  width: 100%;
}
.panel-newsletter {
	margin-top: 15px;
}
#newsletter-email input {
	height: 42px;
}
#btn-newsletter {
	height: 42px;
}
#btn-newsletter span {
	display: inline-block !important;
	font-size: 13px;
}
#newsletter-email input {
	font-size: 13px;
	box-shadow: none;
}
.right-newsletter {
	width: 100%;
  justify-content: flex-start;
  display: flex;
  margin-top: 15px;
}
footer .container {
	flex-direction: column;
}
footer .container > div {
  width: 100%;
}
.footer-right {
	flex-direction: column;
	margin-top: 20px;
}
.fogo-footer img {
	width: 250px;
}
.footer-contacts {
  width: 100%;
}
.fogo-footer {
	text-align: center;
	margin-bottom: 15px;
}
.text-footer {
	text-align: center;
}
footer {
  padding: 40px 0 0;
}
.contacts-footer {
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-right .footer-help,
  .footer-right .footer-main,
  .footer-right .footer-category {
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .footer-right .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 13px 0;
    margin: 0;
  }

  .footer-right .title::after {
    content: '';
    background-image: url(/image/svg/arrow-down.svg);
    font-size: 16px;
    transition: transform 0.3s;
    color: #4caf7d;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
  }

  .footer-right .title.open::after {
    transform: rotate(180deg);
  }

  .footer-right .list-unstyled {
    display: none;
    padding-bottom: 12px;
  }

  .footer-right .list-unstyled.open {
    display: block;
  }
  .footer-right .title {
  	font-size: 15px;
  }
  footer .container > div.powered {
  	box-shadow: none;
  margin-top: 10px;
  flex-direction: column;
  }
  .f-payment {
  	margin-top: 15px;
  }

  /* Вторая строка — флекс */
  .menu-header-box {
    flex-shrink: 0;
    order: 2;
  }

  #search {
    order: 3;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin: 0 12px;
    flex: 1;
    min-width: 0;
    transition: flex 0.35s ease;
    position: initial;
  }

  #search .form-control {
    border: none;
    box-shadow: none;
    padding: 10px 12px;
    font-size: 14px;
    flex: 1;
    min-width: 0;
    border: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  #search .btn-default {
    background: #1a6e3c;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 46px;
    height: 48px;
    min-width: 44px;
    background-image: url('/image/svg/search-mob.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    flex-shrink: 0;
    font-size: 0;
    color: transparent;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  #search img {
    display: none;
  }

  .wishlist-header {
    order: 4;
    flex-shrink: 0;
  }

  .wishlist-header .text-total {
    flex-direction: column;
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
    transition: opacity 0.3s;
    margin-left: 12px;
    display: none;
  }

  header.search-open #search {
    margin-left: 12px;
  }

  header.search-open .wishlist-header .text-total {
    display: none;
  }
  .search-open .wishlist-header {
    padding-right: 7px;
  }
  #wishlist-total img {
  	width: 26px;
  }
  #wishlist-count {
  width: 14px;
    height: 14px;
    font-size: 10px;
    left: 17px;
    top: -2px;
}
#wishlist-total {
	height: 32px;
}
.wish-text {
	font-size: 12px;
}
.total-wish {
  font-size: 13px;
}
.breadcrumb {
	height: 58px;
	background-image: url(/image/breadcrumbs-mob.png);
}
.breadcrumb span a img {
  width: 11px;
}
.breadcrumb span {
  color: #006b37;
  font-size: 12px;
  font-weight: 400;
  padding: 0 8px;
}
.breadcrumb span::after {
  top: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}
.breadcrumb span a {
	font-size: 12px;
}
.breadcrumb .container {
	line-height: 16px;
}
.row-products {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.product-grid {
	width: 50%;
	padding: 7px;
}
.product-thumb {
  padding: 10px;
}
.product-grid .product-thumb .caption {
    padding: 0;
  }
  .product-grid .name {
  display: block;
  color: #4d4d4d;
  font-size: 13px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 16px;
}
.product-thumb .quantity, .product-thumb .model {
  color: #747474;
  font-weight: 300;
  font-size: 9.5px;
}
.product-thumb .model {
  margin-top: 0;
  line-height: 12px;
}
.wishlist-item {
  width: 26px;
  height: 26px;
  bottom: 10px;
  right: 10px;
}

.product-thumb .caption button {
	background-size: 12px;
	height: 26px;
	width: 26px;
}
.product-grid .product-thumb .image {
  margin-bottom: 5px;
}
.bestseller {
    overflow: hidden;
    padding: 0 14px;
    margin-bottom: 0;
  }
  .best-swiper-nav {
  	margin-top: 20px;
  padding-bottom: 40px;
  }
  .bestseller .title-module {
  text-align: left;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}
.pagination {
	margin: 25px 0;
}
#product-category h1 {
	font-size: 20px;
  line-height: 33px;
  text-align: left;
  color: #2c333d;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 17px;
}
.breadcrumb {
  margin: 0 0 10px 0;
}
.product-total {
    display: none;
    width: 23%;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
  }
  .images-product {
    display: flex;
    flex-direction: column;
  }

  #main-slider {
    order: 1;
  }

  #thumb-slider {
    order: 2;
    margin-top: 10px;
    width: 100%;
  padding: 0 35px;
  }

#thumb-slider .splide__arrow--prev {
  left: 0;
}
#thumb-slider .splide__arrow--next {
  right: 0;
}

  #thumb-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
#product-product .glightbox-clean .gprev {
  position: absolute;
  top: 46%;
  left: 0;
  width: 30px;
  height: 40px;
}
#product-product .glightbox-clean .gnext {
  position: absolute;
  top: 46%;
  right: 30px;
  width: 30px;
  height: 40px;
}
#product-product .gprev svg {
  display: block;
  width: 18px;
}

.product-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  padding: 0 0 30px;
}

.product-title-row {
  width: 100%;
  order: 0;
}

.product-gallery-col {
  order: 1;
  position: relative;
}

.product-info-col {
  order: 2;
  flex: 1;
}
.product-title {
    margin-top: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #2c333d;
    margin-bottom: 20px;
  }
 #product-product .bestseller {
padding: 0 1px;
  }
  .contact-row {
  	flex-direction: column;
  }
  .contact-row form {
  	margin-top: 0;
  }
  .contact-row form {
  width: 100%;
}
#information-contact h1 {
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: 15px;
}
.panel-address > div {
  margin-bottom: 10px;
}
.panel-address strong {
  margin-bottom: 2px;
}
.contact-row form {
  width: 100%;
  padding: 20px;
}
#information-contact .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.form-group input {
  height: 42px;
  padding: 6px 15px;
}
.pull-cont-button input {
	height: 42px;
  width: 160px;
  font-size: 14px;
}
.pull-cont-button {
	margin-top: 15px;
}
.contact-row form {
	margin-bottom: 0;
}
.status-mob {
	position: absolute;
	z-index: 9;
}
.product-info-col .product-title-row, .product-info-col .product-badge-discount,
.product-meta {
	display: none;
}
.product-brand-social {
	border: none;
	padding-top: 15px;
}
.product-short-desc {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-gallery-col .wishlist-item {
    width: 26px;
    height: 26px;
    bottom: 10px;
    right: 25px;
    position: absolute;
    top: 0;
  }
.product-gallery-col .product-wishlist {
  width: 52px;
    height: 52px;
    background-color: #e2fbe3;
    background-size: 20px;
    min-width: 52px;
}
.status-mob .product-badge-discount {
	margin-left: 7px;
}
.product-social {
	border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
 #product .product-qty-row {
    flex-wrap: nowrap;
    padding: 18px 0;
  }
  .product-qty-control {
  width: 130px;
  min-width: 130px;
  }
  #product .btn-add-to-cart {
    min-width: auto;
  }
  .product-tabs-nav {
  	justify-content: flex-start;
  }
  .product-desc-attr {
  	flex-direction: column;
  }
  .product-desc-col {
  width: 100%;
  padding-right: 0;
  padding-top: 5px;
}
.product-sidebar-col {
  width: 100%;
}
.sidebar-feature {
  padding: 15px;
}
.sidebar-feature-icon img {
	  width: 21px;
}
.sidebar-feature-text strong {
  font-size: 12px;
}
.sidebar-feature-text span {
  font-size: 10px;
  line-height: 13px;
}
.product-bottom {
	margin-bottom: 40px;
}
#wishlist-panel {
	width: 100%;
	padding: 0 15px;
	max-width: 100%;
}
.head-panel strong {
  font-weight: 600;
  font-size: 17px;
}
.head-panel {
  padding: 18px 0;
}
.item-pw-product img {
	width: 70px;
    height: 70px;
}
.name-pw {
  font-size: 13px;
  padding-right: 15px;
}
.pw-category {
  font-size: 12px;
    max-width: 55%;
    line-height: 14px;
}
#wishlist-panel .quantity {
	bottom: 12px;
}
#wishlist-panel.is-open .close {
	font-size: 34px;
    left: -30px;
    position: initial;
    color: #333;
    font-weight: 400;
    margin-top: -2px;
}
.mfp-content #popup-quickorder {
  padding: 0 20px;
  width: 100%;
}
.mfp-content #popup-quickorder .popup-heading {
  text-align: center;
  padding: 10px;
}
.mfp-content #popup-quickorder .popup-footer {
  background: none;
  padding: 0px 0 20px;
}
#popup-quickorder .col-sm-12.form-group.text-center,
#popup-quickorder  .col-xs-12.col-sm-12.col-md-12.form-group {
	margin-bottom: 0;
}
#fastorder_data .form-group input {
  height: 42px;
}
#popup-quickorder .info, #form-price .info {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
}
#popup-quickorder .btn-quickorder, #quickorder_btn .btn-quickorder-one {
  height: 46px;
}
 .mfp-content #popup-quickorder .popup-heading {
    text-align: center;
    padding: 7px;
    margin-bottom: 5px;
}
 .mfp-content #popup-quickorder .mfp-close {
    right: 0;
    font-size: 32px;
    color: #333;
  }
.blog-category h1 {
	font-size: 20px;
  line-height: 33px;
  text-align: left;
  color: #2c333d;
  margin-top: 7px;
  margin-left: 0;
  margin-bottom: 10px;
}
.category-blog {
  flex-wrap: wrap;
}
.blog-row .blog-item {
	width: 100%
}
.head-article h1 {
	font-size: 20px;
}

#product-article h2 {
	font-size: 18px;
}

#product-article .head-article {
  margin-top: 0;
  margin-bottom: 10px;
}
#product-article #tab-description {
  color: #111;
  margin-bottom: 40px;
}
#product-article .product-social {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}
#product-search .row-products, #product-manufacturer .row-products, #product-search .row-products {
  grid-template-columns: repeat(2, 1fr);
}
#menu-mobile-ns .unfo-menu {
  display: flex;
    flex-direction: column;
    border-top: 1px solid #ebeef0;
    margin-top: 10px;
    padding-top: 10px;
}
#menu-mobile-ns .unfo-menu a {
	padding: 10px 15px;
	margin: 0 5px;
}
#search .form-control:placeholder {
	font-size: 12px;
}
.desc-fade {
	height: 120px;
    bottom: 0;
}
.desc-toggle {
	margin-top: 0;
}
.row-category {
	padding: 0;
}
.container-description {
  padding: 0 15px;
}
.desc-wrap {
  max-height: 280px;
}
.container-description {
	text-align: center;
}
#descWrap {
	text-align: left;
}
.description h2 {
	font-size: 18px;
	line-height: 22px;
}
.sort-category {
  margin-bottom: 5px;
  margin-top: 20px;
}
#search .form-control::placeholder {
	font-size: 12px;
}
#product-search h1, #product-manufacturer h1, #product-search h1 {
  margin-left: 0;
  margin-bottom: 24px;
  margin-top: 10px;
  font-size: 20px;
}
#catalog-page h1 {
	margin-left: 0;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
}
.catalog-cat1-link span {
  font-size: 16px;
}
.catalog-cat1-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-level2-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-cat2-link img {
  width: 100%;
  height: 100%;
}
.catalog-cat2-link span {
  font-size: 13px;
}
.catalog-cat2-link {
	padding: 12px;
}
  
  .blog-pr-related .best-swiper {
    overflow: hidden;
  }
  
  .blog-pr-related .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .blog-pr-related .swiper-slide {
    flex-shrink: 0;
    box-sizing: border-box;
  }
.blog-pr-related .module-title {
    margin-bottom: 10px;
}
.blog-products .best-swiper {
	padding-bottom: 15px;
}
.blog-pr-related {
  margin-bottom: 30px;
}
.widget-blog {
    margin-top: 20px;
  }
  #search .dropdown-menu {
  	left: 0 !important;
  }
  #mobile-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1099;
}
#mobile-search-overlay.is-open { display: block; }

#mobile-search-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1100;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 15px 16px;
  box-sizing: border-box;
  overflow-y: auto;
}
#mobile-search-panel.is-open { right: 0; }

.mobile-search-head {
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ebeef0;
    margin-bottom: 15px;
}
.mobile-search-close {
  background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    line-height: 1;
    color: #333;
    font-weight: 400;
}

#search-mobile {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
#search-mobile .form-control {
  border: none;
  padding: 12px 14px;
  font-size: 15px;
  flex: 1;
  outline: none;
  box-shadow: none;
}
.btn-search-mobile {
  background: #006b37;
    border: none;
    padding: 0 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn-search-mobile img { width: 20px; filter: brightness(10); }

.mobile-search-label {
  font-size: 11px;
  font-weight: 700;
  color: #aaa;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.mobile-search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: #333;
}
.mobile-search-item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
  flex-shrink: 0;
}
.mobile-search-item .item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.mobile-search-item .item-sku {
  font-size: 12px;
  color: #aaa;
  margin-top: 3px;
}
.btn-search-more {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 13px;
  background: #2d8c2d;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.mobile-search-head {
	font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1a1a1a;
}
.mobile-search-wrapper {
	display: flex;
}
#mobile-search-input {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 46px;
  box-shadow: none;
  border: 1px solid #e6e6e6;
}
.mobile-search-wrapper ul {
	margin-left: -20px;
	box-shadow: none !important;
}
.product-qty-item {
  width: 100%;
  flex-direction: column;
}
.qty-presets {
  flex-wrap: wrap;
}
.cart-and-wishlist {
  width: 100%;
}
.qty-preset-btn {
  width: 50px;
}
.qty-presets-label {
	width: 100%;
	margin-bottom: 7px;
}
.qty-presets-btns {
	display: flex;
}
.product-tabs-nav li a {
  padding: 10px 15px;
}
#price-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 15px);
    max-height: 90vh;
    overflow-y: auto;
    padding: 0 20px 20px;
  }

  .price-popup-head button {
    right: 10px;
    position: absolute;
    color: #333;
    font-size: 34px;
    top: 10px;
  }
  .attr-name .border {
  	display: none;
  }
  .attribute-value {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
  line-height: 18px;
}
.attribute-value > div {
  width: 100%;
}
.attr-name .name {
  white-space: normal;
  line-height: 18px;
}
#newsletter-email input {
	padding: 0 20px;
}
#common-home #banner1 .banner-slide {
  width: 50%;
 }
 #carousel0 .swiper-slide img {
  margin: 0 auto;
  height: 50px;
}
.carousel .carousel-item {
  height: 50px;
}
.best-products {
	margin: 0 -7px;
}
}

  @media (max-width: 767px) {
  .sfd-highlight {
  text-align: center;
  padding: 10px 10px;
  line-height: 14px;
}
.sfd-highlight-num {
  font-size: 24px;
}
.sfd-highlight-label {
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  line-height: 1px;
}
.sfd-cat {
  padding: 10px 8px;
}
.sfd-hero {
  padding: 15px;
}
.sfd-founded {
	padding: 8px;
	font-size: 11px;
}

.read-more-link, .read-more-link:hover, .read-more-link:focus {
	color: #006b37;
  margin-top: 2px;
  display: inline-flex;
}
.no_results {
	padding: 0 15px;
	font-size: 14px;
}
}
@media (max-width: 350px) {
    .contacts-footer span {
    	display: none;
    }
    .contacts-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacts-footer a {
  width: max-content;
}
 .product-total {
    width: 29%;
}
.qty-preset-btn {
	margin-right: 4px;
}
.carousel .swiper-pagination {
  bottom: 2px;
}
 .cat-container .banners-wrapper .banner-slide a {
    padding: 12px;
  }
}