
@font-face {
  font-family: "Presentscript";
  src: url("../fonts/presentscript.otf"); 
  font-style: normal; 
  font-weight: normal; 
} 

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-size: 16px;
	background:#ffffff;
}
#product-description span, #product-description div, #product-description p {
	font-family: 'Roboto', sans-serif!important;
}
h1, h2, h3, h4, h5, h6{
}
h1, .box-heading, .cat-heading{
	margin:0px 0px 30px 0px;
	padding-bottom:18px;
	font-size: 30px;
	line-height:140%;
	text-transform:uppercase;
	font-family: "Presentscript";
	font-weight:normal;
	position:relative;
}
h1::after, .box-heading::after, .cat-heading::after{
	content:'';
	position:absolute;
	left:0px; bottom:0px;
	height:4px; width:62px;
	border-radius:4px;
	background:#4e8d07;
}

h2 {
	margin:0px 0px 16px 0px;
	font-size: 26px;
}
h3 {
	margin:0px 0px 14px 0px;
	font-size: 24px;
}
h4{
  margin:0px 0px 12px 0px;
	font-size:20px;
}
p {
	margin: 0px 0px 16px 0px;
}
ul, li{
  list-style-position:inside;
}
#content ul{
	margin:6px 0px 12px 10px;
}

.hidden{
  display:none;
}

a {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#content a{
	color:#759f26;
}
#content .news-item .buttons a{
	background:#6fa142;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
	color: #2f2f2f;
	padding:8px 14px;
	font-size:16px;
	font-weight:300;
	border:solid 1px #cccccc;
	border-radius:4px;
	background:#ffffff;
	font-family:'Roboto', Tahoma, Arial, Helvetica, sans-serif;
	outline:none;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}


fieldset{
  padding:14px;
	margin-bottom:6px;
	border:solid 1px #e3e3e3;
}
fieldset legend{
  color:#9a9a9a;
}
.form-group{
  margin-bottom:12px;
}
.form-group::after{
	content:'';
	display:block;
	clear:both;
}
.form-group label{
  display:block;
	font-size:13px;
  margin-bottom:4px;
	padding-top:6px;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea{
  display:block;
	width:100%;
}

.form-horizontal .form-group label{
  float:left;
	width:18%;
	margin-right:1%;
	margin-bottom:0px;
}
.form-horizontal label + div{
  float:left;
	width:81%;
}

.right-left, .right-center-left{
  overflow:hidden;
	margin-left:-3%;
}
.right-left > div{
  float:left;
	width:47%;
	margin:0px 0px 3% 3%;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
.right-center-left > div{
  float:left;
	width:30.33%;
	margin:0px 0px 3% 3%;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}

#content img, #column-left img, #column-right img, .img-responsive{
  max-width:100%;
}

.img-l{
	float:left;
	margin:0px 3% 10px 0px;
}
.img-r{
	float:right;
	margin:0px 0px 10px 3%;
}

.gray-bg{
	padding:2% 0px;
	background:#f6f6f6;
	position:relative;
}
.gray-bg::before, .gray-bg::after{
	content:'';
	position:absolute;
	top:0px; bottom:0px;
	background:#f6f6f6;
	width:600px;
}
.gray-bg::before{
	right:100%;
}
.gray-bg::after{
	left:100%;
}

#seotext{
	padding:0px;
	background:none;
}
#seotext::before, #seotext::after{
	display:none;
}

.wrapper{
	overflow:hidden;
}

.container {
  max-width: 1120px;
  min-width:240px;
	margin: 0px auto;
	padding:0px 10px;
	position:relative;
}
section.container::after{
	content:'';
	display:block;
	clear:both;
}
#column-left {
	float: left;
	width: 23%;
}
#column-right {
	float: right;
	width: 23%;
}
#content {
	/*min-height: 400px;*/
}
#column-left + #column-right + #content, #column-left + #content {
	float:right;
	width:74%;
}
#column-right + #content {
	float:right;
	width:52%;
}
#full-width #column-right{
	float:none;
	width:100%;
}

.clear{
  display:block;
	width:100%;
	overflow:hidden;
}
.clear::after{
  content:'';
	display:block;
	clear:both;
}

.list{
	padding:2px 0px 20px 40px;
	margin-bottom:18px;
	position:relative;
}
.list b{
	font-size:20px;
	font-weight:500;
}
.list::after{
  content:'';
	position:absolute;
	top:0px; left:0px;
	width:21px; height:28px;
	background: url('../image/list.png') no-repeat;
}
.list::before{
  content:'';
	position:absolute;
	bottom:0px; left:0px;
	width:210px; height:1px;
	background:rgba(0,0,0,0.06);
}
.list + p{
	padding:0px 0px 26px 6%;
	margin:0px;
}


#header-top{
	padding:9px 0px;
	color:#fff;
  background:#002d00;
}
#header-top::after{
  content:'';
	display:block;
	clear:both;
}

#header {
	padding:10px 0px 8px 0px;
	background: url('../image/header.jpg') center top;
}
#header .container{
	display: flex;
  justify-content: space-between;
	align-items: center;
}

#header-left{
	width:35%;
}
#header-right{
	width:35%;
	text-align:right;
}

.icon{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:16px;
	font-weight:300;
	color:#604d3f;
	padding:42px 18px 0px 18px;
	text-decoration:none;
	position:relative;
	cursor:pointer;
}
.icon + .icon{
	border-left:solid 2px #e5d0c0;
}
.icon b{
	position: absolute;
	right:18%;
	top:14px;
	width:25px;
	height:25px;
	border-radius:50%;
	text-align:center;
	font-size:15px;
	font-weight:600;
	line-height:25px;
	color:#ffffff;
	background:#4e8d07;
	z-index:22;
}
.icon::after{
	content:'';
	position:absolute;
	top:0px; left:50%;
	width:35px; height:35px;
	margin-left:-17px;
	background: url('../image/icons.png') 0px 0px no-repeat;
}
#welcome::after{
	background-position:-42px 0px;
}
#wishlist-total::after{
	background-position:-79px 0px;
}
#cart::after{
	background-position:-118px 0px;
}

#header-soc{
	position:absolute;
top: 0px;
    left: 49%;
    width: 130px;
    height: 32px;
    padding: 0px 4px;
    display: flex;
    margin-left: -60px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.soc a{
	display:inline-block;
	vertical-align:top;
	width:25px; height:25px;
	background-image: url('../image/soc.png');
	-webkit-transition:none;
}
.soc a:hover{
	background-position:0px -25px;
}
.tw{}
.soc .ins{
	background-position:-25px 0px;
}
.soc .ins:hover{
	background-position:-25px -25px;
}
.soc .fb{
	background-position:-50px 0px;
}
.soc .fb:hover{
	background-position:-50px -25px;
}
.soc .tg{
	background-position:0px 0px;
}
.soc .tg:hover{
	background-position:0px -25px;
}
.soc .tk{
	background-position:-75px 0px;
}
.soc .tk:hover{
	background-position:-75px -25px;
}
		
			
#logo {
	width:30%;
	text-align:center;
}
#logo img{
  max-width:195px;
	max-height:100%;
}


#topmenu {
	float:left;
	width:50%;
	max-width:500px;
	padding-right:60px;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
#topmenu ul{
	display: flex;
  justify-content: space-between;
	align-items: center;
	list-style:none;
	min-height:32px;
}
#topmenu a{
	font-size:16px;
	text-decoration:none;
}
#topmenu a:hover{
	text-decoration:underline;
}
#topmenu .menu-arrow::before, #topmenu .menu-arrow::after{
	top:2px;
	left:0px;
}
#topmenu .menu-arrow::after{
	top:16px;
}

#header .phones{
	display:inline-block;
	vertical-align:top;
	font-size:22px;
	font-weight:600;
	color:#242424;
	margin:16px 2% 0px 0px;
	padding-right:26px;
	cursor:pointer;
	position:relative;
}
#header .phones::after{
	content:'';
	position:absolute;
	top:8px; right:2px;
	width:8px; height:8px;
	border-top:solid 1px #000;
	border-right:solid 1px #000;
	transform: rotate(135deg);
	z-index:12;
}
#header .phones.active::after{
	top:13px;
	transform: rotate(-45deg);
}
#header .phones.active::before{
	content:'';
	position:absolute;
	top:-14px; left:-18px; bottom:0px; right:-16px;
	border:solid 1px #d1d1d1;
	border-bottom:none;
	border-radius:20px 20px 0px 0px;
	background:#fff;
	z-index:1;
}
#header .phones div{
	position:relative;
	z-index:10;
}
#header .phones ul{
	position:absolute;
	left:-18px; right:-16px; top:100%;
	border:solid 1px #d1d1d1;
	border-top:none;
	padding:20px 2px 16px 17px;
	border-radius:0px 0px 20px 20px;
	background:#fff;
	z-index:50;
	display:none;
}


.callme::after{
	width:40px;
	height:40px;
	margin-left:-20px;
}



#search {
	float:right;
	text-align:right;
	width:50%;
	padding-left:60px;
	position:relative;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
#search i {
  position: absolute;
  right:0px; top:0px; bottom:0px;
  width:36px;
  cursor:pointer;
}
#search i::after{
	content:'';
	position:absolute;
	top:6px; right:14px;
	width:20px; height:20px;
	background: url('../image/icons.png') -159px 0px no-repeat;
}
#search input {
	width:100%;
	max-width:270px;
	height:32px;
	color: #fff;
	font-size:15px;
	padding:6px 36px 6px 16px;
	border:solid 1px #fff;
	background:none;
}
#search input::-webkit-input-placeholder{ 
  color: #fff;
}
#search input::-moz-placeholder{ 
  color: #fff;
}
#search input:-ms-input-placeholder{ 
  color: #fff;
}
#search input:-moz-placeholder { 
  color: #fff;
}

/* LANGUAGE
#######################################*/
#language {line-height:32px;}
#language .language-links a {color:#fff;line-height:28px;padding:0 10px;border-right:1px #fff solid;text-decoration:none;}
#language .language-links a.active {color:#ddd;}
#language .language-links a:last-child {border-right:none;}
#language .language-links a:hover {text-decoration:underline;}
#language .language-links img {vertical-align:unset;}

@media (max-width:767px) {
    #language .language-links a {color:#333;border-right:1px #333 solid;}
    #language .language-links a.active {color:#000;}
}

/* menu */
.menu-arrow{
  font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:10px 0px 10px 44px;
	position:relative;
	cursor:pointer;
  display:none;
}
.menu-arrow::before, .menu-arrow::after{
  content:'';
	position:absolute;
	top:14px;
	left:10px;
	width:22px;
	height:4px;
	border-top:solid 3px #ffffff;
	border-bottom:solid 3px #ffffff;
}
.menu-arrow::after{
	top:28px;
	height:3px;
	border:none;
	background:#ffffff;
}
#menu-container {
  background: #4e8d07;
}
#menu {
	list-style: none;
  display: flex;
  justify-content: space-around;
}
#menu > li {
  display:block;
	position: relative;
}
#menu > li > a {
  display: block;
	font-size:16px;
	font-weight:600;
	color:#fff;
	line-height:18px;
	text-decoration: none;
	text-align:center;
	text-transform:uppercase;
	padding:20px 20px;
	position:relative;
}
#menu > li:hover > a::before{
  content:'';
	position:absolute;
	left:20px;
	right:20px;
	bottom:0px;
	height:5px;
  background:#fff;
}
#menu > li > a.active{
	color:#4e8e06;
  background:#fff;
}

.submenu{
  position:absolute;
	top:100%;
	left:0px;
	min-width:240px;
	background:#4e8d07;
	z-index:998;
	margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
}
#menu > li:hover .submenu{
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.submenu ul{
	list-style:none;
}
.submenu ul + ul{
}
.submenu ul a{
  display:block;
	padding:10px 20px;
	font-size:16px;
	color:#fff;
	line-height: 16px;
	text-decoration: none;
	white-space:nowrap;
}
.submenu ul li + li{
	border-top:solid 1px #a7c683;
	position: relative;
}
.submenu ul a:hover{
  background:#7cad45;
}
.submenu ul li .level3{
      position: absolute;
    left: 100%;
	background:#4e8d07;
	top: 0;
	display:none;
}
.submenu ul li:hover .level3{
	display:block;
}
/* breadcrumb */
.breadcrumb {
	font-weight:300;
	margin:18px 0px 24px 0px;
}
.breadcrumb a{
  display:inline-block;
	vertical-align:top;
	margin-right:32px;
	text-decoration:none;
	position:relative;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.breadcrumb a::after{
  content:'';
	position:absolute;
	top:8px; right:-20px;
	width:7px; height:7px;
	background:#aacc83;
}



/* alert */
.alert {
  padding: 8px 14px;
	font-size:12px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
}
.alert-success {
  background: #dff0d8;
  border:solid 1px #d6e9c6;
  color: #3c763d;
}
.alert-danger {
  background: #f2dede;
  border:solid 1px #ebccd1;
  color: #a94442;
}

.table-responsive {overflow-x: auto;}
.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border:solid 1px #d7d7d7;
}
.table td {
	padding:18px 18px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #d7d7d7;
}

.table thead tr td, .table th{
  padding:16px 6px;
	font-size:18px;
  font-weight:normal;
	color:#1f1f1f;
	text-align:center;
	border: 1px solid #d7d7d7;
        vertical-align: middle;
}
.account-content .table thead tr td,
.account-content .table th {
    white-space: nowrap;
    word-break: keep-all;
}

.table td.left, .table th.left{
  text-align:left;
}
.table td.center, .table th.center{
  text-align:center;
}
.table td.right, .table th.right{
  text-align:right;
}



.required label::after{
  content:' * ';
	color: #F00;
	font-weight: bold;
}
.text-danger{
	color: #F00;
	font-size:12px;
}




.product-filter {
	margin-bottom:20px;
}
.product-filter::after{
	content:'';
	display:block;
	clear:both;
}
.product-filter label{
	font-size:18px;
	font-weight:300;
	padding-right:12px;
}
#display {
	float:right;
}
#grid-view, #list-view {
  display:block;
	float:left;
	width:25px;
	height:27px;
	cursor:pointer;
	background: url("../image/display.png") left top no-repeat;
}
#list-view {
  margin-left:5px;
  background-position:right top;
}
#grid-view.active{
  background-position:left bottom;
	cursor:default;
}
#list-view.active {
  background-position:right bottom;
	cursor:default;
}

.product-filter .sort {
	float: left;
	margin-right:2%;
}

.product-filter .limit {
	float: left;
	margin-right:5%;
}



.pagination {
	margin: 80px 0px;
	text-align:center;
}
.pagination li {
	display: inline-block;
	vertical-align:top;
	margin:0px 8px;
}
.pagination li a, .pagination li span {
  display:block;
  height:38px;
	width:38px;
	font-size:24px;
	line-height:37px;
	text-align:center;
	text-decoration: none;
	border-radius:5px;
	position:relative;
}
.pagination .active span{
  background:#ddebcd;
}
.p-last, .p-first{
  display:none !important;
}
.p-prev a, .p-next a{
  text-indent:-9000px;
}



/* box */
.box-heading a{
	float:right;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
}

#column-left .box-heading{
	text-transform:none;
	font-size:24px;
	text-align:center;
	padding-bottom:0px;
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
}
#column-left .box-heading::after {
	display:none;
}

.box {
	margin-bottom: 50px;
}
.box .html-content::after{
	content:'';
	display:block;
	clear:both;
}



/* buttons */
.btn {
	display: inline-block;
	vertical-align:top;
	font-size:24px;
	font-weight:300;
	line-height:100%;
  text-decoration: none;
	text-align:center;
	padding:0.4em 1.4em 0.5em 1.4em;
	margin:0px;
  color: #ffffff!important;
	background: #4e8d07;
	position:relative;
	border:none;
  border-radius:10px;
	box-shadow:2px 2px 10px rgba(37,67,3,0.4);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-user-select: none; 
  -khtml-user-select: none; 
  user-select: none;
}
.btn:hover{
	color:#fff;
	background: #005b00;
	box-shadow:1px 1px 5px rgba(37,67,3,0.3);
}

.btn.btn-small {
    font-size:16px;
    padding:0.3em 1em 0.3em 1em;
}

.btn-default {
	padding:0.35em 1.4em 0.45em 1.4em;
	color:#6fa142;
	border:solid 1px #4e8d08;
	background: #fff;
}
.btn-default:hover{
	color:#6fa142;
	border:solid 1px #4e8d08;
	background: #fff;
}

.btn-danger {
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
}
.btn-danger:hover{
	background-color: #e4534c;
	background-image: linear-gradient(to bottom, #f2615d, #ce3b33);
	background-repeat: repeat-x;
}

.btn-info, .btn-reorder, .btn-return{
  padding:0px;
	width:32px;
	height:32px;
}
.btn-info::after, .btn-reorder::after, .btn-return::after{
  content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0px 0px -3px;
	border:solid 6px transparent;
	border-left:solid 9px rgba(255,255,255,0.9);
}
.btn-reorder::after, .btn-return::after{
  width:22px;
	height:22px;
	margin:-11px 0px 0px -11px;
	border:none;
	background: url('../image/reorder.png') 1px 0px no-repeat;
}
.btn-return::after{
	background: url('../image/return.png') 0px 1px no-repeat;
}

.flex-buttons {display:flex;gap:10px;flex-wrap: wrap;}

.buttons{
	padding:32px 0px 18px 0px;
	margin-top:38px;
	border-top:solid 1px #e6e6e6;
}
.buttons::after{
	content:'';
	display:block;
	clear:both;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.pull-center{
  text-align:center;
}



.category-info {
	overflow: hidden;
	padding:3.5% 20px 5% 20px;
	margin:0px -10px 40px -10px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.category-info .description{
	font-weight:300;
	max-width:680px;
	line-height:150%;
}
.category-info2 h2 img{
	margin-right: 20px;
}
.category-info2 p img{
	margin-right: 20px;
	margin-left: 20px;
        max-width: 100%;
}
.category-info2 p, .description p{
	text-indent: 25px;
}



#adv-search > div{
  display:inline-block;
	vertical-align:middle;
	margin:2px 20px 16px 0px;
}
#adv-search > div:last-child{
  margin-right:0px;
}
#adv-search > div label{
  display:block;
}


/* box category */
ul.box-category {
	list-style: none;
	margin: 0;
	padding: 0;
	background:#f6f6f6;
	overflow:hidden;
	border-radius:14px;
}
ul.box-category > li {
}
ul.box-category > li + li a {
	border-top: 1px solid #dfdfdf;
}
ul.box-category > li > a {
  display:block;
	font-size:18px;
	font-weight:300;
	color:#686868;
	padding: 8px 2px 8px 24px;
	text-decoration: none;
}
ul.box-category > li > a:hover, ul.box-category > li > a.active{
	color:#fff;
  background:#aacc83;
}
ul.box-category > li ul {
  list-style: none;
	margin: 0px;
	padding:6px 0px;
	background:rgba(0,0,0,0.05);
}
ul.box-category > li ul > li {
  margin:0px 0px 0px 22px;
}
ul.box-category > li ul > li > a {
	display: block;
	color:#686868;
	font-size:14px;
	font-weight:300;
	text-decoration: none;
	padding: 6px 2px 6px 0px;
}
ul.box-category > li ul > li > a:hover, ul.box-category > li ul > li > a.active{
	color:#80b345;
}





/* manufacturer */
.manufacturer-list {
	overflow: hidden;
	margin-bottom: 12px;
}
.manufacturer-heading {
  float:left;
	width:60px;
	height:60px;
	line-height:60px;
	text-transform:uppercase;
	background:rgba(0,0,0,0.05);
	color:#bababa;
	font-size: 60px;
	font-weight: bold;
	text-align:center;
}
.manufacturer-content {
  margin:0px 0px 3px 70px;
	padding:8px;
	overflow:hidden;
	background:rgba(0,0,0,0.03);
}
.manufacturer-list .image {
  display:block;
	float: left;
	margin-right: 20px;
}
.manufacturer-list .name {
  display:block;
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:bold;
}





/* product */

.image span{
	position:absolute;
	bottom:14px;
	width:80px; height:30px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:29px;
	background: url('../image/stickers.png') no-repeat;
}
html[lang="uk"] .image span{
	background: url('../image/stickers_ua.png') no-repeat;
}
.image span + span{
	bottom:52px;
}
.image span + span + span{
	bottom:90px;
}
.image span + span + span + span{
	bottom:128px;
}
.image .sale{
	background-position:0px -108px!important;
}
.image .nov{}
.image .akc{
	background-position:0px -36px!important;
}
.image .hit{
	background-position:0px -72px!important;
}
					
					
.price-old{
	display:block;
	font-size:18px;
	line-height:18px;
	color:#ff1936;
	text-decoration: line-through;
}
.incart{
	width:50px; height:50px;
  padding:0px;
	text-align:left;
}
.incart::after{
  content:'';
	position:absolute;
	top:10px; right:50%;
	width:35px; height:29px;
	margin-right:-18px;
	background: url('../image/icons.png') -143px -45px no-repeat;
}

.wishlist{
	position:absolute;
	top:-1px; right:-1px;
	width:46px; height:46px;
	border-radius:14px;
	background:#aacc83;
	cursor:pointer;
}
.wishlist::after{
  content:'';
	position:absolute;
	top:12px;
	left:11px;
	width:25px; height:23px;
	background: url('../image/icons.png') -113px -45px no-repeat;
}
.wishlist:hover::after, .wishlist.active::after{
	background-position:-87px -45px;
}

.product-list > div {
	margin-bottom:3%;
	padding:16px 14px 8px 0px;
	border:solid 1px #dddddd;
	border-radius:14px;
	position:relative;
}
.product-list > div::after{
	content:'';
	display:block;
	clear:both;
}
.product-list .image {
	float: left;
	width:30%;
	margin-right:3%;
	padding-left:16px;
	position:relative;
}
.product-list .image span{
	left:-1px;
}
.product-list .name {
	min-height:50px;
	margin-bottom:2px;
	font-size:24px;
	font-weight:bold;
	
}
.product-list .name a{
	text-decoration:none;
}
.product-list .description {
	min-height:100px;
	padding:10px 0px;
	overflow:hidden;
	font-weight:300;
	border-top:solid 1px #f6f6f6;
	border-bottom:solid 1px #f6f6f6;
}
.product-list .price {
  font-size:28px;
}
.product-list .cart {
	margin-top:10px;
}
.product-list .incart{
	width:165px;
}
.product-list .incart span{
	display:block;
	padding:11px 0px 0px 20px;
}
.product-list .incart::after, #button-cart::after{
  right:18px;
	margin-right:0px;
}



.product-grid {
	margin-left:-2%;
}
.product-grid::after{
	content:'';
	display:table;
	width:90%;
}
.product-grid > div {
  float:left;
	width:23%;
	margin:0px 0px 4% 2%;
	text-align:center;
	position:relative;
	border:solid 1px transparent;
	border-radius:14px;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
.product-grid .description {
	display:none;
}
.product-grid .image{
	border:solid 1px #dddddd;
	border-radius:14px;
	background:#fff;
	position:relative;
}
.product-grid .image img{
	border-radius:14px 14px 0px 0px;
}
.product-grid .image span{
	right:-1px;
}
.product-grid .name {
	height:52px;
	overflow:hidden;
	font-size:16px;
	line-height:18px;
	font-weight:500;
	text-transform:none;
	margin:10px 0px 0px 0px;
	color:#010101;
	overflow:hidden;
	position:relative;
}
.product-grid .name a{
	text-decoration:none;
}
.product-grid .price{
	font-size:24px;
	line-height:24px;
}
.product-grid .incart span{
	display:none;
}


.cart{
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding-left:12px;
	/*mcentosh fix*/
	min-height: 70px;
	/*end mcentosh fix*/
}

.cart .price {
	color:#391800;
	white-space:nowrap;
	font-family: "Presentscript";
}

.optns{
	font-weight:300;
	color:#010101;
	position:relative;
	height: 50px;
}
.optns span{
	display:block;
	width: 80px;
	padding:0px 1px 8px 1px;
	line-height:16px;
	position:relative;
	cursor:pointer;
}

/*mcentosh fix*/

.optns span{
	width: auto;
	max-width: 210px;
	word-break: break-word;
}
/*End mcentosh fix*/

.optns span::after{


    right: 0;


    border-radius: 1px;
    /* background: #4e8d07; */
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -22px;
    /* background: #fff; */
    width: 20px;
    height: 20px;
    box-shadow: 3px 3px 0 #4e8d07;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.optns ul{
	position:absolute;
	left:-12px; top:100%;
	padding:2px 10px;
	margin-top:-9px;
	border-radius:0px 0px 18px 18px;
	background:#fff;
	z-index:77;
	list-style:none;
	box-shadow:0px 2px 4px rgba(0,0,0,0.1);
	display:none;
}
.optns li{
	padding:8px 0px;
	white-space:nowrap;
	cursor:pointer;
}
.optns li.selected{
	color:#005b00;
	font-weight:500;
}
.optns li + li{
	border-top:solid 1px #d1d1d1;
}
.optns li input{
	display:none;
}


#product .optns{
	font-size:20px;
}
#product .optns span{
	display:block;
	line-height:24px;
	padding:0px 6px 8px 6px;
}



.product-grid > div:hover, .product-list > div:hover{
	background:#fff;
	border:solid 1px #dddddd;
	box-shadow:0px 6px 18px rgba(0,0,0,0.15);
}
.product-grid > div:hover .image{
	border:solid 1px #f6f6f6;
	border-radius:14px 14px 0px 0px;
}




#column-left .product-grid, #column-right .product-grid {
  margin:0px;
}
#column-left .product-grid > div, #column-right .product-grid > div {
  margin:0px;
	width:100%;
}
#column-left .product-grid > div + div, #column-right .product-grid > div + div{
  margin-top:12px;
}



#column-left + #content .product-grid > div,
#column-right + #content .product-grid > div {
	width:31.33%;
}



.product-grid2 {
	overflow:hidden;
	margin-left:-2%;
}
.product-grid2 > div {
  float:left;
	width:48%;
	margin:0px 0px 2% 2%;
	position:relative;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
.product-grid2 > div:nth-child(2n+1){
	clear:left;
}


.wishlist-remove{
	width:25px;
	height:27px;
  position:absolute;
	top:10px;
	right:10px;
	background: url('../image/remove.png') center center no-repeat;
}



.htabs{
	display: flex;
  justify-content: space-around;
	margin-bottom:38px;
}
.htabs a{
	display:block;
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:18px;
	font-family: "Presentscript";
	text-decoration:none;
	position:relative;
}
.htabs a.selected::after{
	content:'';
	position:absolute;
	left:0px; right:0px; bottom:0px;
	height:4px;
	border-radius:4px;
	background:#4e8d07;
}




/* Product *******************************************/
#product {
	margin-bottom:50px;
}
#product::after{
	content:'';
	display:block;
	clear:both;
}
#product-left {
	float: left;
	width:40%;
}
#product-right {
  margin-left:43%;
}

.nostock{
  color:#cf3d3d;
}
.instock{
  color:#3d9301;
}
#product .image{
	position:relative;
}
#product .image span{
	right:-1px;
}
#product-left a::after{
	content:'';
	display:block;
	clear:both;
}
#product-left a img{
  float: left;
  border:solid 1px #dddddd;
	border-radius:14px;
	max-width:100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#product-left a img:hover{
	box-shadow:0px 6px 14px rgba(0,0,0,0.2);
}
.image-additionall {
	margin:0px 0px 30px -3%;
}
.image-additionall::after{
	content:'';
	display:block;
	clear:both;
}
.image-additionall a{
  display:block;
	float: left;
	width:30.33%;
	margin: 4% 0px 0px 3%;
}

.product-properties{
  padding-bottom:18px;
	margin-bottom:16px;
	border-bottom:solid 1px #e9e9e9;
    padding: 70px 0px 0px 0px;	
}
.product-properties .title{
	display:block;
	font-size:24px;
	font-weight:500;
	margin-bottom:18px;
}
.product-properties > div{
	font-weight:300;
	padding: 1px 0px 12px 0px;
	margin:0px 0px 0px 10px;
*	background: url('../image/svg/SVOISTVA.svg') no-repeat;
}
.product-properties > div b{
	font-weight:500;
}
.product-properties > div img {
	margin-right:7px;
	position: relative;
    top: 5px;
}


#product-description {
	font-weight:300;
	line-height:150%
}
#product-description h2{
	font-size:30px;
	font-weight:500;
	padding-bottom:22px;
	border-bottom:solid 1px #e9e9e9;
	    line-height: 30px;
}

.price-text{
	font-size:24px;
	font-weight:300;
	display:none;
}
#product .price {
	font-size:40px;
	line-height:36px;
	margin-bottom:4px;
}
#product .price-old {
  font-size: 20px;
  line-height: 16px;
}
#product .discounts{
	padding-top:8px;
	font-size:14px;
	font-weight:normal;
}
#product .discounts > div{
	padding-top:4px;
}
#product .reward{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}


.options {
	padding: 14px 0px;
	margin-bottom:22px;
	border-top:solid 2px rgba(0,0,0,0.05);
	border-bottom:solid 2px rgba(0,0,0,0.05);
}
.option + .option{
  margin-top:10px;
	padding-top:10px;
	border-top:solid 1px rgba(0,0,0,0.05);
}
.option b{
  display:block;
	font-size:13px;
	padding-bottom:8px;
}
.option .req:after {
	content: ' *';
	color: #F00;
}
.option label input{
  display:none;
}
.option label{
  display:inline-block;
	vertical-align:top;
	margin:0px 8px 8px 0px;
	cursor:pointer;
}
.option label > span{
  display:block;
	padding:4px 8px 5px 8px;
	font-size:13px;
	text-align:center;
	overflow:hidden;
	border:solid 2px rgba(0,0,0,0.1);
}
.option label img + span{
  display:block;
	text-align:center;
	font-size:10px;
}
.option label input:checked + span{
  border:solid 2px rgba(0,0,0,0.6);
}

#product .cart {
	padding:0px 0px 26px 0px;
	margin-bottom:24px;
	border-bottom:solid 1px #e9e9e9;
}

#product .minimum{
  display:block;
}

div.quantity{
  display:inline-block;
	position:relative;
}
div.quantity input{
  text-align:center;
	font-size:24px;
	width:90px;
	padding:2px 32px;
	border:none;
}
.qu-plus, .qu-minus{
  position:absolute;
	top:50%;
	width:20px;
	height:20px;
	margin-top:-10px;
	text-align:center;
	font-size:20px;
	line-height:20px;
	border-radius:50%;
	border:solid 1px #52900d;
	-moz-user-select: none; 
  -khtml-user-select: none; 
  user-select: none; 
	cursor:pointer;
}
.qu-minus{
  left:0px;
	line-height:18px;
}
.qu-plus{
  right:0px;
}

#button-cart{
	font-size:24px;
	width:165px;
}
#button-cart span{
	display:block;
	padding:12px 0px 0px 20px;
}


.product-info{
	display: flex;
  justify-content: space-between;
	padding-bottom:20px;
	margin-bottom:26px;
	border-bottom:solid 1px #e9e9e9;
}
.product-info > * + *{
	padding-left:30px;
	position:relative;
}
.product-info > div + div::after{
	content:'';
	position:absolute;
	left:0px; top:1px;
	width:20px; height:20px;
  background: url('../image/icons.png') no-repeat;
}
.product-info .rating::after{
	background-position:-123px -77px;
}
.product-info .review::after{
	background-position:-98px -77px;
}
.product-info .stock::after{
	background-position:-149px -77px;
}



.radio label{
	font-size:16px;
	padding:6px 10px;
	margin-bottom:12px;
	background:#fff;
	border-radius:6px;
	display: inline-block;
}
.imageo .radio label {
    font-size: 16px;
    padding: 0;
    margin: 1px;
    background: #fff;
    border-radius: 6px;
    display: inline-block;
}

.radio label input{
	display:none;
}
.radio label span{
	display:block;
	padding-left:28px;
	font-weight:300;
	position:relative;
}
.radio label span::before{
	content:'';
	position:absolute;
	top:3px; left:0px;
	width:13px; height:13px;
	border:solid 1px #aacc83;
	border-radius:2px;
  background:#fff;
}
.radio label input:checked + span::after {
	content:'';
	position:absolute;
	top:6px; left:3px;
	width:9px; height:9px;
	background:#aacc83;
	border-radius:2px;
}



#contacts .phones, #contacts .email, #contacts .open{
	font-size:24px;
	padding:40px 0px 40px 80px;
	max-width:420px;
	border-bottom:solid 1px #c4c4c4;
	position:relative;
}
#contacts .phones::after, #contacts .email::after, #contacts .open::after{
	content:'';
	position:absolute;
	top:48px; left:22px;
	width:35px; height:35px;
	background: url('../image/icons.png') 0px -106px no-repeat;
}
#contacts .email::after{
	background-position: -41px -106px;
}
#contacts .open::after{
	top:40px;
	background-position: -84px -106px;
}
.manager{
	text-align:center;
}
.manager .name{
	font-size:24px;
	padding:18px 0px 8px 0px;
	font-family: "Presentscript";
}
.manager .name div{
	font-size:32px;
	padding-bottom:16px;
	margin-bottom:10px;
	position:relative;
}
.manager .name div::after{
	content:'';
	position:absolute;
	left:50%; bottom:0px;
	height:4px; width:62px;
	margin-left:-31px;
	border-radius:4px;
	background:#4e8d07;
}

#contacts .soc{
	padding:30px 0px 0px 22px;
}
#contacts .soc div{
	display:inline-block;
	vertical-align:top;
	margin:1px 14px 4px 0px;
	font-weight:300;
}
#contacts .soc a{
	/*margin:0px 14px 4px 0px;*/
	background-image: url('../image/soc2.png');
}



#product-viewed{
	clear:both;
	border-top:solid 1px #e9e9e9;
	border-bottom:solid 1px #e9e9e9;
}


.coolblocks .content{
	display: flex;
  justify-content: space-around;
}
.coolblocks .content > *{
	text-align:center;
}


#home-cats{
	padding:4% 0px 3% 0px;
	background:#f6f6f6;
	position:relative;
}
#home-cats::before, #home-cats::after{
	content:'';
	position:absolute;
	top:0px; bottom:0px;
	background:#f6f6f6;
	width:600px;
}
#home-cats::before{
	right:100%;
}
#home-cats::after{
	left:100%;
}
#home-cats .content > div img{
	border:solid 1px #e8e8e8;
	border-radius:12px;
	box-shadow:0px 8px 12px rgba(0,0,0,0.15);
}


#abouttext img{
	margin-top:-30px;
}

#features{
	padding:2% 0px 1% 0px;
}
#features .content > div{
	width:100%;
	max-width:360px;
}
#features .title{
	font-size:24px;
	padding:4px 0px 10px 0px;
	font-family: "Presentscript";
}
#features .text{
	font-size:18px;
	margin:0px auto;
	max-width:340px;
}
#features .text b{
	font-size:24px;
}


#features-about{
	padding:2% 0px;
	background:#f6f6f6;
	position:relative;
}
#features-about::before, #features-about::after{
	content:'';
	position:absolute;
	top:0px; bottom:0px;
	background:#f6f6f6;
	width:600px;
}
#features-about::before{
	right:100%;
}
#features-about::after{
	left:100%;
}



#features-product .content > *{
	text-align:center;
        flex:1;
}
#features-product .title{
	font-size:14px;
	color:#4e8d07;
	margin-bottom:8px;
}
#features-product .title b{
	display:inline;
	text-transform:uppercase;
}



.date{
	padding-left:38px;
	font-weight:300;
	position:relative;
}
.date::after{
	content:'';
	position:absolute;
	top:-2px; left:0px;
	width:25px; height:25px;
	background: url('../image/icons.png') 0px -77px no-repeat;
}


a.more{
	font-weight:500;
	color:#759f26;
}

#testimonials{
	padding-top:40px;
}

.testimonial-item {
	overflow:hidden;
}
.testimonial-item .caption{
	float:left;
	text-align:center;
}
.testimonial-item .content{
	margin-left:190px;
}
.testimonial-item .heading{
	overflow:hidden;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:solid 1px #f3f3f3;
}
.testimonial-item h4{
	font-size:24px;
	font-weight:normal;
	padding-bottom:9px;
	border-bottom:solid 1px #f3f3f3;
}
.testimonial-item .name{
	font-weight:500;
	padding-top:6px;
	    max-width: 180px;
}
.testimonial-item .descr{
	font-weight:300;
}
.testimonial-item .rating{
	float:right;
	padding-left:34px;
	margin-left:24px;
	position:relative;
}
.testimonial-item .rating::after{
	content:'';
	position:absolute;
	top:-2px; left:0px;
	width:25px; height:25px;
	background: url('../image/icons.png') -30px -77px no-repeat;
}
.testimonial-item .comment{
	float:right;
	width:30px;
	margin-left:4px;
	position:relative;
}
.testimonial-item .comment::after{
	content:'';
	position:absolute;
	top:0px; left:0px;
	width:29px; height:23px;
	background: url('../image/icons.png') -60px -77px no-repeat;
}

#testimonial-list .testimonial-item {
	margin-bottom:4%;
	padding-bottom:4%;
	border-bottom:solid 1px #c9c9c9;
}

.answer{
	padding-left:120px !important;
}

#form-testimonial{}
.testimonial-rating{
	width:100%;
	max-width:350px;
}
.testimonial-rating label{
	display:inline-block;
	vertical-align:top;
	margin:0px 1.6% 10px 0px;
	padding:10px 12px 10px 14px;
	border-radius:5px;
	background:#fff;
	cursor:pointer;
}
.testimonial-rating label input{
	display:none;
}
.testimonial-rating label span{
  display:block;
	padding-left:24px;
	font-weight:300;
	line-height:16px;
	position:relative;
}
.testimonial-rating label span::after{
	content:'';
	position:absolute;
	top:0px; left:0px;
	width:13px; height:13px;
	border:solid 1px #aacc83;
	border-radius:2px;
}
.testimonial-rating label input:checked + span:before{
  content:'';
	position:absolute;
	top:3px; left:3px;
	width:9px; height:9px;
	background:#aacc83;
	border-radius:2px;
}
.testimonial-rating p{
	font-size:14px;
}
.testimonial-bottom {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

#form-testimonial .alert{
	margin-bottom:0px;
}
#testimonials .owl-carousel{
	padding:0px 40px;
}
#form-testimonial .box-heading{
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	text-transform:none;
}
#button-upload{
	font-size:16px;
}

#send-otziv{
	text-align:center;
	padding-bottom:50px;
	margin-top:-20px;
}
#form-testimonial + #send-otziv{
	display:none;
}




/* news */
.single-item{
	text-align:center;
}
.news-list > div{
	padding:36px 24px 36px 36px;
	overflow:hidden;
}
.news-list > div{
  border-left:solid 1px #e6e6e6;
}
.news-list > div + div{
  border-top:solid 1px #e6e6e6;
}

.news-item .image{
  float:left;
	margin:0px 16px 0px 0px;
	overflow:hidden;
}
.single-item .image{
	float:none;
	margin:0px 0px 16px 0px;
}
.news-item .image img{
	border-radius:50%;
	float:left;
}
.news-item .date{
	float:right;
	margin-top:6px;
}
.single-item .date{
	float:none;
	display:inline-block;
	margin-bottom:18px;
}
.news-item h4{
	font-size:24px;
	font-weight:300;
	margin-bottom:22px;
}
.news-item h4 a{
	text-decoration:none;
}
.news-item .description{
	line-height:24px;
	font-weight:300;
}

#news-list{
	margin:0px;
}
#news-list > div{
	float:left;
	width:50%;
	margin:-1px 0px 0px -1px;
  border-top:solid 1px #e6e6e6;
}
#news-item .image{
	margin:0px 30px 10px 0px;
}
#news-item .buttons{
	clear:both;
	padding-bottom:20px;
}
#news-item .buttons .share{
	float:right;
}
#news-item .buttons .btn{
	float:left;
}





#opt-clients{
	padding:3% 20px;
	margin-left:-10px; margin-right:-10px;
	background: url('../image/opt-clients.jpg') no-repeat;
	background-size:cover;
}
#opt-clients .content{
	max-width:820px;
	padding-bottom:28px;
	position:relative;
}
#opt-clients .content::before{
	content:'';
	position:absolute;
	bottom:0px; left:0px;
	height:2px; width:100%;
	max-width:360px;
	background:rgba(0,0,0,0.1);
}

#opt-clients form{
	max-width:840px;
	margin:28px 0px;
	position:relative;
}
#opt-clients form .title{
	font-size:24px;
	margin-bottom:20px;
}



#product-slideshow{
	margin-bottom:0px;
	background: url('../image/product-slideshow.jpg') center bottom repeat-x;
	box-shadow:0px 8px 14px rgba(0,0,0,0.6);
	position:relative;
	z-index:44;
}
#product-slideshow .image{
	overflow:hidden;
}
#product-slideshow .image img{
	float:right;
}
.product-description{
	position:absolute;
	top:30px; left:10px;
	width:100%;
	max-width:600px;
	z-index:330;
}
.product-description .name{
	display: flex;
  justify-content: flex-start;
	align-items: center;
	min-height:120px;
	font-size:42px;
	font-family: "Presentscript";
}
.product-description .description{
	min-height:80px;
	max-width:420px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:300;
}
.product-description .cart{
	max-width:440px;
}
.product-description .price{
	font-size:42px;
	color:#593419;
	font-family: "Presentscript";
	position:relative;
	top:-6px;
}
.product-description .btn{
	float:right;
	z-index:340;
}



#features-tabs{
}


.banners img{
	border-radius:16px;
	box-shadow:6px 6px 16px rgba(0,0,0,0.15);
}



/* footer */
footer {
	clear:both;
	margin-top: 60px;
}
#footer {
	padding: 38px 0px 28px 0px;
	color:#fff;
	background: #002d00;
	overflow:hidden;
}
#footer .container{
	display: flex;
  justify-content: space-between;
}
.footer-block {
	width:32%;
	overflow:hidden;
}
#footer .title{
	font-size:24px;
	margin-bottom:20px;
}
#footer-menu ul{
	float:left;
	width:50%;
}
#footer li {
  margin-bottom:12px;
	list-style:none;
}
#footer li a{
	text-decoration:none;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer .phones,
#footer .open,
#footer .email{
	display:block;
  font-size:16px;
	font-weight:600;
	color:#fff;
	padding:18px 0px 18px 40px;
	border-top:solid 1px #6f6f6f;
	position:relative;
}
#footer .phones::after,
#footer .open::after,
#footer .email::after{
	content:'';
	position:absolute;
	top:18px; left:0px;
	width:25px; height:25px;
	background: url('../image/icons.png') 0px -45px no-repeat;
}
#footer .open::after{
	background-position:-29px -45px;
}
#footer .email::after{
	background-position:-58px -42px;
}

#footer .soc{
	padding-top:30px;
	margin-top:22px;
	border-top:solid 1px #6f6f6f;
	text-align:center;
}
#footer .soc div{
	font-size:24px;
	font-weight:300;
	margin-bottom:12px;
}

#footer2{
	padding:10px 0px;
	background: #002d00;
}

#copy{
  font-size:14px;
	font-weight:300;
	color:#aeaeae;
}



.dropdown-menu{
	position:absolute;
	left:0px; top:100%;
	padding:12px;
	list-style:none;
	background:#fff;
	z-index:999;
	box-shadow:2px 2px 6px rgba(0,0,0,0.1);
	display:none;
}
.dropdown-menu li a{
	display:block;
	padding:2px 0px;
	font-size:13px;
}



.elem {
	margin-bottom:16px;
}
.elem::after{
	content:'';
	display:block;
	clear:both;
}
.elem2 > div{
	float:left;
	width:48.5%;
}
.elem2 > div + div,
.elem3 > div + div{
	margin-left:3%;
}
.elem3 > div{
	float:left;
	width:31.33%;
}

.sbmt{
  padding-top:8px;
	text-align:center;
}
.sbmt .btn{
	font-size:20px;
}
.elem input, .elem textarea  {
	width: 100%;
}
#fastblock .box-heading{
	margin-bottom:26px;
	padding:6px 0px 16px 0px;
	font-size:26px;
}
#fastblock .tvr{
  display:table;
}
#fastblock .tvr > div{
  display:table-cell;
	vertical-align:middle;
}
#fastblock .tvr > div + div{
  padding-left:20px;
}
#fastblock .tvr b{
	font-size:17px;
}
#fastblock .chce{
	display: flex;
  justify-content: space-around;
	align-items: center;
	padding-top:22px;
}
#fastblock i.close {
  position:absolute;
	cursor:pointer;
	width:24px;
	height:24px;
	top:10px;
	right:10px;
	background: url('../image/close.png') no-repeat center center;
	opacity:0.8;
}
#fastblock i.close:hover{
	opacity:1;
}
#fastblock span.close {
	display:block;
	margin-right:8px;
	font-size:20px;
	color:#6fa142;
	border-bottom:dotted 1px #6fa142;
	cursor:pointer;
}
.close_loading{
	position:relative;
}
.close_loading::after{
	content:'';
	position:absolute;
	top:0px; right:0px; bottom:0px; left:0px;
  background:#fff url('../image/loading.gif') center center no-repeat;
	opacity:0.8;
}
.fastblock-success{
  text-align:center;
	font-size:20px;
	font-weight:500;
	color:#75ba42;
}
#fastblock.img-bg .fastblock-success{
	color:#fff;
}
.requir-bg-red{
  background:#ffbebe !important;
}
#overlay {position:fixed; width:100%; height:100%; opacity:0.4; background:#000; top:0; left:0; z-index:999; display:none;}
#loading {position:fixed; width:140px; height:140px; top:50%; left:50%; z-index:1000; margin:-70px 0 0 -70px; display:none; background: rgba(255,255,255,0.3) url('../image/loading-big.gif') center center no-repeat; border-radius:50%;}

#errormsg{
	position:absolute;
	left:5px; right:5px; bottom:7px;
	text-align:center;
	font-size:13px;
	color:#f74532;
	text-shadow:0px 0px8px #fff;
}

#fastblock {
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction:column;
	position:absolute;
	left:5px; right:5px;
	height:100%;
	text-align:center;
	z-index:1020;
	display:none;
}
#fastblock > div{
	display:inline-block;
  text-align:left;
	max-width:900px;
	background:#FFF;
  padding:32px 32px;
	border:solid 2px #4e8d07;
	border-radius:14px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
	position:relative;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}

#fastblock.img-bg > div{
	background: url('../image/fastblock.jpg') center bottom no-repeat;
	background-size:cover;
}




@media screen and (max-width:1060px) {
#menu > li > a {
  padding: 20px 10px;
}
#menu >li > a:hover,
#menu >li > a:active{
		-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.product-grid > div {
	width:31.33%;
}
#column-left + #content .product-grid > div,
#column-right + #content .product-grid > div {
	width:48%;
}


}

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

#header-top .container{
	display: flex;
  justify-content: space-between;
	align-items: center;
}
#topmenu {
  width:35px;
  padding-right:0px;
}
.menu-arrow{
	display:block;
}
#topmenu ul{
	display:none;
	position:absolute;
	left:0px; top:100%;
	padding:12px;
	background:#4e8d07;
	z-index:888;
}
#topmenu ul a{
	display:block;
	padding:4px 2px;
	white-space:nowrap;
}

#menu {
	display:none;
	padding-bottom:12px;
}
#menu > li > a {
  padding:10px 0px;
}



#search {
  width: 70%;
  padding-left: 0px;
}
#header-soc {
	position:static;
  width: 120px;
  margin-left:0px;
}


.product-grid2 > div {
  width: 98%;
}

#header-right .icon {padding-left:5px;padding-right:5px;}

.testimonial-bottom {
  display: block;
}
.testimonial-bottom > *{
	display:block;
	margin:0px auto 12px auto;
}


.coolblocks .content{
	
}
#features-product .title b {
  display: inline-block;
}


.htabs{
	justify-content: center;
	flex-wrap: wrap;
}
.htabs a{
	margin:0px 4px 12px 4px;
	padding-bottom:12px;
	font-size:20px;
}




#footer .container{
	display:block;
}
.footer-block {
	width:100%;
	margin-bottom:20px;
}


}

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

.icon {
  font-size: 14px;
  padding: 42px 8px 0px 8px;
}



div.category-list ul {
	width:50%;
	margin:0px;
}

.product-grid > div {
	width:48% !important;
}



#product-slideshow {
	display:none;
}



.right-left, .right-center-left{
	margin-left:0px !important;
}
.right-left > *, .right-center-left > *{
  float:none;
	width:100% !important;
	margin:0px 0px 3% 0px !important;
}


#button-cart {
  width:68px;
}
#button-cart span {
	display:none;
}
#product .price {
  font-size:32px;
}


#column-left, #column-right, #content{
	float: none !important;
	width: 100% !important;
	margin-bottom:20px !important;
}

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

    #product-left {
      float:none;
            width:100%;
    }
    #product-right {
      margin:20px 0px 0px 0px;
    }
    .product-info {
            flex-wrap: wrap;
    }
    .product-info > *{
            margin:0px 4px 12px 0px;
    }    
}

@media screen and (max-width:490px) {
    .product-grid > div {
	width:98% !important;
    }
}
@media screen and (max-width:767px) {
body {
	font-size: 15px;
}
h1, .box-heading{
	margin:0px 0px 14px 0px;
	font-size:20px;
}
h2 {
	margin:0px 0px 12px 0px;
	font-size: 18px;
}
h3 {
	margin:0px 0px 10px 0px;
	font-size: 17px;
}
h4{
  margin:0px 0px 8px 0px;
	font-size:16px;
}

.btn {
	font-size:18px;
}

.img-l, .img-r{
	display:block;
	float:none;
	margin:0px auto 14px auto;
}

.table td,
.table thead tr td, .table th{
  padding:6px 4px 5px 4px;
	font-size: 13px;
}



.box-heading a{
	float:none;
	display:block;
	margin-bottom:16px;
}


.product-filter label, #display{
	display:none;
}


.product-properties > div {
  margin-left: 0px;
}
#button-cart{
	margin-top:8px;
}
#product .cart {
	flex-wrap: wrap;
}


#testimonials .owl-carousel {
  padding: 0px;
}
.testimonial-item{
	margin-bottom:12px;
}
.testimonial-item .caption{
	float:none;
}
.testimonial-item .content{
	margin-left:0px;
}


#news-box .news-item{
	text-align:center;
}
.news-list > div {
  padding:26px 14px;
}
.news-item .image {
  float:none;
  margin: 0px 0px 14px 0px;
	text-align:center;
}
.news-item .image img{
	float:none;
}
.news-item .date {
	float:none;
	display:inline-block;
	margin:0px 0px 6px 0px;
}
.news-item h4 {
  font-size:18px;
  margin-bottom:12px;
}


#contacts .phones, #contacts .email, #contacts .open {
  font-size: 22px;
   padding: 20px 0px 20px 10px;
}
#contacts .phones::after, #contacts .email::after, #contacts .open::after {
	display:none;
}


.form-horizontal .form-group label{
  float:none;
	width:100%;
	margin:0px 0px 8px 0px;
}
.form-horizontal label + div{
  float:none;
	width:100%;
}

#copy {
  font-size: 12px;
}

#fastblock .box-heading {
  font-size:18px;
}
.elem2 > div, .elem3 > div{
	float:none;
	width:100%;
	margin-bottom:16px;
}
.elem2 > div + div,
.elem3 > div + div{
	margin-left:0px;
}

#fastblock {
  padding-left:8px;
	padding-right:8px;
}

}

.coolblocks .content {flex-direction: column;    align-items: center;}




.selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.selectbox .select {
  border: 1px solid #ededed;
	border-radius:14px;
	overflow:hidden;
	min-width:60px;
	background:#fff;
}

.form-group .selectbox, .form-group .selectbox .select {
	width:100%;
}
/*.form-group .selectbox .select .text {
	font-size:13px;
	padding:10px 38px 10px 16px;
}*/

.focused .select {
	border: 1px solid #dedede;
	border-radius:14px 14px 0px 0px;
}
.focused.open-up .select {
	border-radius:0px 0px 14px 14px;
}
.selectbox .select .text {
  display: block;
	font-size:19px;
  white-space: nowrap;
  text-overflow: ellipsis;
	text-transform:lowercase;
  overflow: hidden;
	padding:4px 34px 4px 10px;
}
.selectbox .trigger {
  position: absolute;
  top:9px; right:9px;
  width:10px; height:10px;
	border-top:solid 1px #000;
	border-right:solid 1px #000;
	transform: rotate(135deg);
}

.selectbox ul.dropdown {
  top:100%;
  min-width:100%;
  background:#fbfbfb;
	border-radius:0px 0px 14px 14px;
  border: 1px solid #dedede;
	border-top:none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
.selectbox.open-up ul.dropdown {
  border-radius:14px 14px 0px 0px;
  border: 1px solid #dedede;
	border-bottom:none;
  box-shadow: none;
}
.selectbox li {
  padding:6px 10px;
	font-size:16px;
}
.selectbox li:hover,
.selectbox li.selected {
    background: #eeeeee;
}
.selectbox li.disabled {
    color: #AAA;
}
.selectbox li.disabled:hover {
    background: none;
}


.scroll_up {
    position: fixed;
    right: 3%;
    bottom: 7%;
    background: rgba(0, 0, 0, .2);
    font-size: 1.2em !important;
    padding: 10px 11px 12px;
    border-radius: 100%;
    color: #fff;
    transition: all ease-in-out .2s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.scroll_up.show {
    visibility: visible;
    opacity: 1;
}
.thumbnails {
	list-style: none;
}
.imageo .radio {
border: solid 2px #fff;
max-width: 300px;
}
.imageo .radio.selected {
border: solid 2px #458b00;
}
.imageo .radio img {
float:left;
margin-right:5px;
}
.phones a {
	text-decoration:none;
}
.phones .op {
	position: absolute!important;
    top: -2px;
    right: -9px;
    width: 30px;
    height: 30px;
	z-index:9999;
}

/*mcentosh*/
@media screen and (min-width:768px) {
	.pc-custom-hide{
		display: none;
	}

	#features .image,
	#features-product .image{
		max-width: 100px;
		margin: 0 auto;
                display: flex;
                align-items: center;
                height:100px;
	}
        #features-product .image {
            max-width: 60px;
            height:60px;
        }
        .coolblocks .content {flex-direction: row;align-items: unset;}
}

@media screen and (max-width:767px) {
	body {
		background: #F6F6F6;
	}

	#menu-container {
		background: rgba(153, 217, 80, 0.4);
	}

	.menu-arrow::before {
		border-top: solid 3px #604D3F;
		border-bottom: solid 3px #604D3F;
	}

	.menu-arrow {
		color: #604D3F;
	}

	.menu-arrow::after {
		background: #604D3F;
	}

	#menu {
		position: relative;
		text-align: left;
		background: #ffffff;
		color: #604D3F;
		margin-left: -24px;
		margin-right: -24px;
		padding: 15px 24px;
	}

	#menu > li.is-submenu > a {
		pointer-events: none;
	}

	#menu > li:hover .submenu {
		position: relative;
	}

	#menu li {
		z-index: 2;
		position: relative;
		text-align: left;
	}

	#menu > li > a {
		color: #604D3F;
		text-align: left;
	}

	.submenu {
		background: #ffffff;
	}

	.submenu ul a {
		color: #604D3F;
	}

	.container {
		padding: 0 24px;
	}

	#home-cats .content > div {
		margin-bottom: 16px;
		border-radius: 10px;
	}

	#home-cats {
		margin-bottom: 14px;
	}

	#home-cats .content > div img {
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border: none;
	}

	#features .title,
	#features .text {
		text-align: center;
	}

	#features .title {
		font-size: 22px;
		font-weight: 600;
		padding: 18px 0px 12px 0px;
		line-height: 1.2;
	}

	#features .text {
		font-size: 16px;
	}

	#features .content > div {
		margin-bottom: 36px;
	}

	.product-grid .image {
		border: none;
		border-radius: 0;
		background: transparent;
	}

	.product-grid > div {
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		background: #ffffff;
		padding: 0 23px;
	}

	.product-grid .name a,
	.product-grid .name {
		text-align: left;
		color: #604D3F !important;
		font-size: 1em;
		font-weight: 400;
	}

	.product-grid .incart {
		width: 100px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		padding-left: 28px;
	}

	.product-grid .wishlist {
		display: none;
	}

	.product-grid .incart:after {
		position: relative;
		width: 23px;
		height: 23px;
		left: -28px;
		top: auto;
		right: auto;
		background: url(../image/icons/cart.svg);
		background-size: contain;
	}

	.product-grid .incart span {
		display: inline-block;
		font-size: 14px;
	}

	.mobile-hide {
		display: none!important;
	}

	header{
		display: flex;
		flex-direction: column-reverse;
	}

	#header-top{
		background: transparent;
	}

	#search{
		width: 100%;
	}

	#search input{
		max-width: 100%;
		border: 1px solid #4E8D07;
		background: rgba(78, 141, 7, 0.1);
		color: #604D3F;
		border-radius: 12px;
	}

	#search input::placeholder{
		color: #604D3F;
	}

	#header {
		padding: 0;
	}

	#header .container.container-mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: rgba(153, 217, 80, 0.4);
		margin-bottom: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.container-mobile #logo,
	.container-mobile #header-right {
		position: static;
		width: 33%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
        .container-mobile #logo {justify-content: center;}

	.container-mobile #header-right {
		text-align: right;
	}

	.icon + .icon {
		border: none;
	}

	.container-mobile #logo img {
		width: auto;
		height: 60px;
		object-fit: cover;
	}

	.menu-mobile-custom {
		width: 33%;
	}

	.button-oc-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 31px;
		height: 23px;
		cursor: pointer;
	}

	.button-oc-menu span {
		position: relative;
		display: block;
		width: 31px;
		height: 2px;
		background: #604D3F;
	}

	.button-oc-menu span:after {
		position: absolute;
		content: ' ';
		width: 31px;
		height: 2px;
		background: #604D3F;
		top: -7px;
		left: 0;
		z-index: 1;
		transition: all .3s ease-in-out;
	}

	.button-oc-menu span:before {
		position: absolute;
		content: ' ';
		width: 31px;
		height: 2px;
		background: #604D3F;
		top: 7px;
		left: 0;
		z-index: 1;
		transition: all .3s ease-in-out;
	}

	.button-oc-menu.active span {
		background: transparent;
	}

	.button-oc-menu.active span:after {
		transform: rotate(-45deg);
		top: 0;
	}

	.button-oc-menu.active span:before {
		transform: rotate(45deg);
		top: 0;
	}

	/*MAIN NAVIGATION*/
	.main-navigation {
		display: none;
		position: absolute;
		padding: 24px;
		overflow-y: auto;
		background: #ffffff;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 150;
		max-height: calc(100vh - 80px);
		box-sizing: border-box;
	}

	.main-navigation li {
		display: flex;
		align-items: center;
		list-style-type: none;
		padding: 26px 0;
		border-bottom: 1px solid rgba(153, 217, 80, 0.3);
	}

	.main-navigation li img {
		display: block;
		margin-right: 24px;
		width: 100%;
		max-width: 42px;
	}

	.main-navigation li a {
		text-decoration: none;
		color: #47392F;
		font-size: 1.125em;
		margin-right: 15px;
	}

	.main-navigation li #welcome {
		padding-right: 15px;
		border-right: 2px solid rgba(96, 77, 63, 0.7);
	}

	.main-navigation .submenu {
		position: static;
		opacity: 1;
		visibility: visible;
	}

	.main-navigation .submenu ul a {
		color: #47392F;
	}

	#cart {
		display: flex;
		align-items: center;
	}

	#cart span {
		font-size: 0px;
	}

	#cart span b {
		font-size: 15px;
	}

	.cart {
		padding-left: 0;
	}

	.box-heading {
		font-size: 20px;
		font-family: "Roboto";
		text-transform: inherit;
		margin: 0;
	}

	.box-heading:after {
		display: none;
	}

	.news-item .image img {
		border-radius: 0;
	}

	#news-box .news-item,
	.testimonial-item {
		background: #ffffff;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
		border-radius: 14px;
		padding: 24px;
		margin-bottom: 16px !important;
	}

	.news-item .image {
		margin-left: -24px;
		margin-right: -24px;
		margin-top: -24px;
	}

	.news-item .date {
		display: none;
	}

	.news-item h4 {
		text-align: left;
	}

	.news-item h4 a {
		text-align: left;
		font-size: 22px;
		font-family: "Presentscript";
		color: #47392F !important;
	}

	.news-item .description {
		text-align: left;
		color: #47392F;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.2;
	}

	.testimonial-item .date {
		display: none;
	}

	.testimonial-item .caption {
		float: left;
	}

	.testimonial-item h4 {
		font-size: 22px;
		font-family: "Presentscript";
		line-height: 1.2;
		border-bottom: none;
	}

	.testimonial-item .rating {
		height: 24px;
		display: flex;
		align-items: center;
	}

	.testimonial-item .rating::after {
		top: 0;
	}

	.testimonial-item .name {
		font-weight: 400;
		font-size: 16px;
		color: #604D3F;
	}

	.testimonial-item .heading {
		border-bottom: none;
	}

	.testimonial-item .descr {
		font-size: 16px;
		line-height: 1.1;
		color: #604D3F;
		font-weight: 400;
		font-family: "Roboto";
	}

	.testimonial-item .descr a {
		display: none;
	}

	#seotext table {
		width: 100% !important;
	}

	#seotext table tr {
		display: flex;
		flex-direction: column-reverse;
	}

	#seotext table tr td li {
		list-style-type: none;
		list-style-position: unset;
		font-size: 16px;
		color: #604D3F;
		font-family: "Roboto";
		font-weight: 400;
	}

	#seotext table tr td li::marker {
		display: none;
		opacity: 0;
		width: 0;
		height: 0;
	}

	#seotext table tr td a {
		width: 100%;
		display: block;
		font-size: 24px;
		text-decoration: none;
		margin-bottom: 16px !important;
	}

	#seotext h2 {
		text-align: left !important;
		font-size: 18px;
		color: #47392F;
		margin-bottom: 32px;
	}

	#seotext img {
		width: 100% !important;
		border-radius: 14px;
	}

	#seotext h2 font {
		color: #47392F !important;
	}

	.main-navigation .info-list-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 30px;
		border: none;
	}

	.main-navigation .info-list-menu .phones-list {
		display: flex;
		justify-content: space-between;
		color: #47392F;
		margin-bottom: 30px;
	}

	.main-navigation .info-list-menu .phones-list a {
		color: inherit;
		text-decoration: none;
		font-size: 12px;
	}

	.main-navigation .info-list-menu .soc {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 150px;
	}

	.main-navigation .info-list-menu .soc a {
		display: flex;
		align-items: center;
		justify-content: center;
                background: none!important;
	}

	/*PDP*/
	.breadcrumb,
	.breadcrumb a {
		font-weight: 400;
		margin-right: 10px;
		font-size: 14px;
	}

	.breadcrumb a:after {
		display: none;
	}

	#product-left .thumbnails {
		position: relative;
		background: #ffffff;
		margin: 0 !important;
		padding-top: 5px;
	}

	#product-left .thumbnails:after {
		position: absolute;
		content: " ";
		top: 0;
		bottom: -14px;
		left: -25px;
		right: -25px;
		background: #ffffff;
		z-index: -1;
	}

	#product-right h1 {
		font-weight: 500;
		font-size: 22px;
		line-height: 1.1;
		font-family: "Roboto";
		color: #47392F;
	}

	#product-right h1:after {
		display: none;
	}

	#product-right .cart {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.product-grid .cart {
		display: block;
		min-height: 50px;
		margin: 10px 0;
	}

	.product-grid .cart .price {
		width: 50%;
		float: left;
	}

	.product-grid .optns {
		margin-right: auto;
		margin-bottom: 10px;
		clear: both;
		width: fit-content;
	}


	#product-right .cart .price {
		font-size: 22px;
	}

	#product-right #button-cart {
		width: 100%;
	}

	#product-right #button-cart span {
		display: inline-block;
	}

	.product-grid .cart .optns,
	#product-right .cart .optns {
		display: flex;
		font-size: 14px;
		background: rgba(78, 141, 7, 0.1);
		border-radius: 10px;
		padding: 8px;
		height: auto;
		color: #4E8D07;
		font-weight: 600;
	}

	.product-grid .cart .optns span,
	#product-right .cart .optns span {
		padding: 0;
		line-height: 1;
		padding-right: 20px;
	}

	.product-grid .cart .optns span::after,
	#product-right .cart .optns span::after {
		width: 8px;
		height: 8px;
		right: 0;
		top: 35%;
		left: auto;
		bottom: auto;
		margin-left: 0;
		transform: translate(0, -65%) rotate(45deg);
		box-shadow: 2px 2px 0 #4e8d07;
	}

	#product-right .cart button {
		width: 100%;
		font-size: 18px;
		font-weight: 300;
	}

	.product-properties {
		padding: 0;
	}

	.coolblocks .content > div {
		width: 100%;
		margin-bottom: 20px;
	}

	#features-product.coolblocks {
		margin-bottom: 15px;
	}

	.coolblocks .content > div:nth-last-child(1) {
		margin: 0;
	}

	#features-product.coolblocks .content .image {
		text-align: center;
		padding-bottom: 15px;
	}

	#features-product.coolblocks .content .title {
		color: #47392F;
		font-size: 20px;
		line-height: 1.2;
		font-family: "Presentscript";
		margin-bottom: 12px;
	}

	#product {
		margin-bottom: 0;
	}

	#product-description * {
		color: #604D3F !important;
		font-weight: 400 !important;
	}

	#product-description span,
	#product-description p {
		font-size: 16px !important;
	}

	#product-description img {
		width: 100% !important;
		height: auto !important;
		border-radius: 20px;
	}

	#form-testimonial form .box-heading,
	#opt-clients form .title {
		font-size: 16px;
		line-height: 2;
		font-weight: 600;
	}

	#form-testimonial form .btn,
	#opt-clients form .btn.goform {
		width: 100%;
		box-sizing: border-box;
		font-size: 18px;
		padding: 13px 0;
		box-shadow: none;
	}

	#form-testimonial form #button-upload {
		color: #4E8D07 !important;
		background: rgba(78, 141, 7, 0.1);
	}

	#form-testimonial form input,
	#form-testimonial form textarea,
	#opt-clients form input,
	#opt-clients form textarea {
		background: rgba(78, 141, 7, 0.1);
		border: 1px solid #4E8D07;
		box-sizing: border-box;
		border-radius: 12px;
	}

	.testimonial-rating label {
		padding: 10px;
	}

	.testimonial-rating label span::after {
		border: solid 1px #4E8D07;
	}

	.testimonial-rating label input:checked + span:before {
		background: #4E8D07;
	}

	#features {
		margin-bottom: 0;
	}

	#features-tabs .tab-content {
		display: block !important;
		position: relative;
		padding-top: 50px;
		margin-bottom: 30px;
	}

	.htabs,
	#manuf0 {
		display: none;
	}

	#features-tabs .tab-content:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		font-family: "Roboto";
		color: #47392F;
		font-size: 20px;
		font-weight: 500;
	}

	#tab1:before {
		content: 'Стоит попробовать';
	}

	#tab2:before {
		content: 'Популярные товары';
	}

	#tab3:before {
		content: 'Топ товаров';
	}
        
	html[lang="uk"] #tab1:before {
		content: 'Варто спробувати';
	}

	html[lang="uk"] #tab2:before {
		content: 'Популярні товари';
	}

	html[lang="uk"] #tab3:before {
		content: 'Топ товарів';
	}

	#features .image,
	#features-product .image{
		max-width: 60px;
		margin: 0 auto;
	}
}

