@font-face {
	font-family: AvantGardeGothic;
	src: url(/catalog/view/theme/naturemed/fonts/AvantGardeGothicC-Book.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: AvantGardeGothic;
	src: url(/catalog/view/theme/naturemed/fonts/AvantGardeGothicC-Demi.woff2) format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: block
}

body {
	color: #000;
	font-family: AvantGardeGothic!important
}

img {
	display: block;
	max-width: 100%;
	opacity: 1;
	transition: .3s
}

img[data-src] {
	opacity: 0
}

.no-scroll {
	height: 100%;
	width: 100%;
	overflow: hidden!important
}

@media(min-width:1380px) {
	.container {
		width: 1300px
	}
}

#cart-total {
	display: block;
	position: absolute;
	border: 1px solid #33b91c;
	background: #fff;
	color: #33b91c;
	top: -15px;
	left: -17px;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	text-align: center;
	font-size: 10px
}

#popupcart_extended {
	display: block;
	padding: 0
}

#popupcart_extended .head {
	background: #fff;
	margin: 0;
	border-bottom: none;
	position: relative;
	color: #68c140;
	font-size: 18px;
	text-shadow: none;
	font-weight: 300
}

#popupcart_extended .head .fa-times {
	float: none;
	display: block;
	position: absolute;
	margin: 0;
	background: #767778;
	border-radius: 50%;
	transition: .3s;
	top: 10px;
	right: 10px;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	padding: 5px 7px
}

#popupcart_extended .head .fa-times:hover {
	background: #68c140;
	color: #fff
}

.cart-button_continue {
	display: block;
	border: 1px solid #c1c2c3;
	background: #eaebec;
	color: #15a5ed;
	border-radius: 3px 3px 3px 10px
}

.cart-button_continue:hover {
	background: #15a5ed;
	color: #fff;
	border-color: #15a5ed
}

.cart_product_pricetotal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}

.cart_product_pricetotal_text {
	display: block;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	margin-right: 10px;
	line-height: 1.4
}

.cart_product_pricetotal_price {
	display: block;
	font-weight: 700;
	font-size: 24px;
	color: #15a5eb;
	line-height: 1
}

.popupcart_total {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	padding: 0;
	border: none;
	padding: 40px 60px;
	justify-content: flex-end
}

.popupcart_total .total_text {
	display: block;
	color: #727272;
	font-size: 16px;
	margin-right: 10px;
	line-height: 1.8
}

.popupcart_total .total_price {
	display: block;
	font-weight: 700;
	font-size: 36px;
	color: #00ba44;
	line-height: 1
}

.cart_products {
	display: block;
	position: relative
}

.cart_product {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 15px 20px 0;
	justify-content: space-between;
	border-bottom: 1px solid #e7e8e9
}

.cart_product:nth-last-child(1) {
	border-bottom: none
}

.cart_product_image,
.cart_product_image a {
	display: block;
	width: 150px
}

.cart_product_desc {
	display: block;
	width: calc(100% - 250px);
	padding-top: 10px
}

.cart_product-name {
	display: block;
	color: #727272;
	font-size: 12px;
	transition: .3s;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center
}

.cart_product-name span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px
}

.cart_product_desc-options {
	color: #111a31
}

.cart_product_quan {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end
}

.cart_product_quan_price {
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin-right: 20px;
	color: #727272
}

.cart_product_quan span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #eaebec;
	border-radius: 3px;
	padding: 1.5px;
	height: 27px
}

.cart_product_quan span input {
	text-align: center;
	border: none
}

.cart_product_quan span i {
	display: block;
	background: #15a7e7;
	transition: .3s;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	font-size: 8px;
	padding: 6px 7px
}

.cart_product_quan span i:hover {
	background: #68c140!important
}

.cart_product_quan span i.nonclick {
	opacity: .5;
	cursor: default;
	background: #15a7e7
}

.cart_product_del {
	display: block;
	width: 57px
}

.cart_product_del span {
	display: block;
	cursor: pointer;
	color: #fa2026;
	font-size: 14px
}

#popupcart_extended .popupcart_buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e7e8e9;
	padding: 30px 20px;
	text-align: center;
	overflow: auto
}

#boc_submit,
#popupcart_extended .popupcart_buttons a,
#popupcart_extended .popupcart_buttons button {
	display: block;
	font-size: 12px;
	padding: 6px 20px;
	transition: .3s;
	text-shadow: none;
	text-transform: uppercase
}

#boc_submit,
.cart-button_order {
	display: block;
	color: #fff;
	background: #68c140;
	border-radius: 5px;
	border: none
}

#boc_submit:hover,
.cart-button_order:hover {
	background: #5ba838
}

#popupcart_extended .continue {
	text-decoration: none;
	border: none;
	font-size: 14px;
	margin-top: 0;
	background: #d4d4d4;
	color: #6c6c6c;
	line-height: 1.7;
	cursor: pointer
}

#popupcart_extended .continue:hover {
	background: grey;
	color: #fff
}

@media(max-width:700px) {
	.cart_product_image,
	.cart_product_image a {
		width: 100px
	}
	.cart_product_desc {
		width: calc(100% - 230px)
	}
	.popupcart_total {
		position: relative;
		bottom: auto;
		right: auto;
		padding: 0 20px;
		justify-content: flex-end;
		margin-bottom: 20px
	}
}

@media(max-width:600px) {
	.cart_product {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: .5px solid #dfe0e1;
		padding-bottom: 20px
	}
	.cart_product_image {
		order: 1
	}
	.cart_product_desc {
		width: 100%;
		order: 3
	}
	.cart_product-name {
		font-size: 14px
	}
	.cart_product_desc-options {
		font-size: 12px
	}
	.cart_product_del {
		order: 2
	}
	.popupcart_total {
		margin-top: 20px
	}
	#popupcart_extended .popupcart_buttons {
		justify-content: center
	}
}

@media(max-width:425px) {
	#popupcart_extended .popupcart_buttons {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center
	}
	.cart_product_pricetotal {
		display: none
	}
}

#top {
	margin: 0;
	padding: 0;
	background: #c5c5c5;
	border: none;
	min-height: 0
}

#top-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 0
}

#top-links a {
	display: block;
	padding: 15px 15px 13px;
	transition: .3s;
	text-transform: uppercase;
	color: #505050;
	font-size: 12px;
	text-shadow: none;
	margin: 0;
	line-height: 1
}

#top-links a.active,
#top-links a:hover,
.blog-article #top-links a.blog-link {
	color: #fff;
	background: #59b831
}

.blog-article #description table {
	max-width: 100% !important
}

.lang-block {
	display: block;
	margin-top: 20px
}

.language {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end
}

.language a,
.language span {
	padding: 4px 7px;
	background: #d1d1d1;
	transition: .3s;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	margin-left: 5px
}

.language a:hover,
.language span.active,
.language span:hover {
	background: #59b831
}

header {
	position: relative;
	padding-bottom: 30px
}

header .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center
}

.header-contact,
.header-info {
	width: calc(50% - 200px)
}

.header-logo {
	display: block;
	width: 400px
}

.header-logo span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #777;
	text-align: center;
	margin-top: 20px
}

.header-phone {
	display: block;
	margin-bottom: 5px
}

.header-phone a {
	display: block;
	width: 170px;
	padding-left: 40px;
	position: relative;
	color: #6e6e6e;
	font-size: 10px;
	line-height: 1
}

.header-phone a span {
	display: block;
	line-height: 1;
	font-size: 18px;
	color: #000;
	transition: .3s
}

.header-phone a:hover span {
	color: #59b831
}

.header-phone a:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../image/header-phone.png);
	-webkit-background-size: cover;
	background-size: cover;
	left: 0;
	top: calc(50% - 15px)
}

.header-open {
	display: block;
	width: 170px;
	text-align: center;
	font-size: 12px;
	color: #68c140;
	margin-bottom: 5px
}

.header-callback {
	display: block;
	width: 170px
}

.header-callback span {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	background: #68c140;
	transition: .3s
}

.header-callback span:hover {
	background: #59a637
}

.header-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end
}

.header-info_cart,
.header-info_search {
	margin-left: 15px;
	position: relative
}

#cart,
.header-info_cart {
	margin-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer
}

#cart i {
	display: inline-block;
	background: #33b91c;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 14px;
	padding: 8px 0;
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
	transition: .3s
}

.cart-btn {
	display: block;
	padding: 0;
	background: #fff;
	border: none;
	box-shadow: none;
	color: #7a7a7a;
	font-size: 12px;
	text-transform: uppercase;
	outline: 0!important;
	position: relative
}

.header-info_log a,
.search-trigger {
	color: #7a7a7a;
	font-size: 12px;
	text-transform: uppercase
}

.header-info_log a i,
.search-trigger i {
	display: inline-block;
	background: #33b91c;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 14px;
	padding: 7px 0;
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
	transition: .3s
}

.search-trigger i {
	padding: 8px 0
}

.search-trigger {
	cursor: pointer;
	position: relative;
	z-index: 11
}

.header-info_search #search {
	display: none;
	position: absolute;
	z-index: 10;
	width: 280px;
	right: 0;
	top: 100%;
	padding: 5px;
	height: 40px
}

.header-info_search #search input {
	display: block;
	float: none;
	height: 30px;
	line-height: 1;
	outline: 0!important;
	border: 1px solid #33b91c;
	-webkit-box-shadow: 0 0 5px rgba(88, 185, 51, .5);
	-moz-box-shadow: 0 0 5px rgba(88, 185, 51, .5);
	box-shadow: 0 0 5px rgba(88, 185, 51, .5);
	padding: 5px 15px;
	border-radius: 15px;
	color: #7a7a7a
}

.header-info_search #search span {
	display: none
}

.menu {
	display: block;
	margin-bottom: 40px;
	position: relative;
	transition: .3s;
	padding: 10px 0;
	position: relative
}

.menu.fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11;
	background: #fff;
	box-shadow: 0 0 10px #797979
}

.mobile-menu_head {
	display: none;
	padding: 20px 0
}

.mobile-menu_head a {
	display: block;
	width: 200px
}

.menu-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.menu-item .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% - 10px);
	left: 0;
	width: 100%;
	z-index: 3;
	background: #fff;
	box-shadow: 0 11px 10px #5f5f61;
	padding: 20px 0
}

.menu-item .sub-menu .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.menu-item .sub-menu .container a {
	display: block;
	width: 30%;
	position: relative;
	padding: 30px 0 20px;
	text-align: center
}

.center-img{
	/*width: 100px;*/
	height:120px;
	display: block;
    margin: 0 auto;
}

/*.menu-item .sub-menu .container a:before {
	content: '';
	display: block;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100px;
	height: 131px;
	margin: auto
}*/

/*.menu-item .sub-menu .container a:first-child:before {
	background-image: url(../image/35.png)
}

.menu-item .sub-menu .container a:nth-child(2):before {
	background-image: url(../image/45.png)
}

.menu-item .sub-menu .container a:nth-child(3):before {
	background-image: url(../image/55.png)
}*/

.menu-items a {
	display: block;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	transition: .3s;
	padding: 5px 10px
}

.menu-items a.active,
.menu-items a:hover {
	color: #fff;
	background: #59b831
}

.menu-items a i {
	margin-left: 5px
}

.mobile-menu_btn {
	cursor: pointer;
	order: 1;
	width: 70px;
	z-index: 4;
	display: none
}

.btn_row {
	height: 3px;
	width: 25px;
	margin: 4px 0;
	background-color: #32b91c;
	position: relative;
	transition: all .5s
}

.menu-items a.mobile-active {
	display: none
}

.mobile-lang {
	display: none;
	width: 70px
}

.menu .footer-contact {
	display: none
}

.mobile-logo {
	display: none;
	margin-bottom: 25px
}

@media(max-width:1200px) {
	.menu-items a {
		font-size: 13px
	}
	.header-logo {
		width: 300px;
		margin: auto
	}
	.header-contact,
	.header-info {
		width: calc(50% - 150px)
	}
}

@media(max-width:992px) {
	body {
		padding-top: 90px
	}
	#top,
	.header-contact,
	.lang-block {
		display: none
	}
	header {
		padding: 15px 0 10px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 3;
		background: #fff;
		-webkit-transform: translateZ(0);
		box-shadow: 0 0 5px #838383
	}
	header .container {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.mobile-menu_btn {
		display: block
	}
	.mobile-logo {
		display: block
	}
	header .header-logo {
		display: none
	}
	.header-logo img {
		display: block;
		width: 500px;
		margin: auto;
		max-width: 100%
	}
	.header-info {
		width: calc(100% - 142px);
		order: 2;
		justify-content: center
	}
	#cart,
	#cart i,
	.header-info_log a i,
	.search-trigger i {
		display: block;
		margin: auto
	}
	#cart-total {
		top: -39px;
		left: 31px
	}
	.mobile-lang {
		display: block;
		order: 3
	}
	.menu-items a i {
		display: none
	}
	.menu .footer-contact {
		display: block
	}
	.menu {
		position: absolute;
		margin: 0;
		padding: 0;
		left: 0;
		top: 0;
		width: 100%;
		background: #c4c5c7;
		z-index: 3;
		display: none;
		padding-top: 25px;
		height: 100vh
	}
	.menu .container {
		display: block;
		max-height: calc(100vh - 90px);
		overflow: scroll;
		padding-bottom: 50px
	}
	.menu-items {
		display: block;
		margin-top: 30px;
		margin-bottom: 50px
	}
	.menu-items a.mobile-active {
		display: block
	}
	.menu-items a {
		padding: 3px 0
	}
	.menu-items a.active,
	.menu-items a:hover {
		background: 0 0;
		color: #59b831
	}
	.header-info_search {
		display: none
	}
}

@media(max-width:375px) {
	.mobile-lang,
	.mobile-menu_btn {
		width: 50px
	}
	.language a,
	.language span {
		font-size: 10px;
		padding: 2px 5px
	}
	.header-info {
		width: calc(100% - 102px)
	}
	.header-info_log a,
	.search-trigger {
		font-size: 10px
	}
}

#boc_order .modal-content {
	border: none;
	border-radius: 0
}

#boc_order .modal-header {
	min-height: 0;
	padding: 0;
	padding: 13px 15px 15px;
	border-bottom: solid 1px #d2d2d2;
	border-radius: 6px 6px 0 0
}

#boc_order .modal-header .close {
	display: block;
	position: absolute;
	margin: 0;
	background: #767778;
	border-radius: 50%;
	transition: .3s;
	top: 10px;
	right: 10px;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	padding: 5px 7px 3px;
	opacity: 1;
	cursor: pointer
}

#boc_order .modal-header .close:hover {
	background: #68c140;
	color: #fff
}

#boc_order_title {
	display: inline-block;
	background: #fff;
	margin: 0;
	border-bottom: none;
	position: relative;
	color: #68c140;
	font-size: 18px;
	text-shadow: none;
	font-weight: 300
}

.buyoneclick-product {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 30px
}

.buyoneclick-product_image {
	display: block;
	width: 200px
}

.buyoneclick-product_info {
	display: block;
	width: calc(100% - 215px)
}

.buyoneclick_name {
	display: block;
	color: #727272;
	font-size: 14px;
	transition: .3s;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center
}

.buyoneclick_name span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px
}

.buyoneclick_price {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-top: 30px;
	font-weight: 600
}

.buyoneclick-inputs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.buyoneclick-inputs .input-group {
	display: block;
	width: calc(50% - 7.5px)
}

.buyoneclick-inputs .input-group input {
	display: block;
	border: 1px solid #e1e2e4;
	border-radius: 3px!important;
	transition: .3s;
	box-shadow: none!important;
	outline: 0!important
}

.buyoneclick-inputs .input-group.has-error input {
	border-color: #a94442
}

@media(max-width:500px) {
	.buyoneclick-inputs,
	.buyoneclick-product {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.buyoneclick-product_image,
	.buyoneclick-product_info {
		width: 100%
	}
	.buyoneclick-product_image img {
		display: block;
		margin: auto;
		width: 200px
	}
	.buyoneclick-inputs .input-group {
		width: 100%;
		margin-bottom: 15px
	}
}

#popup-callback .mfp-close {
	display: block;
	position: absolute;
	margin: 0;
	background: #767778;
	border-radius: 50%;
	transition: .3s;
	top: 10px;
	right: 10px;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	width: 25px;
	height: 25px
}

#popup-callback .mfp-close:hover {
	background: #68c140;
	color: #fff
}

#contact-name,
#contact-phone {
	border: 1px solid #e1e2e4;
	border-radius: 3px!important;
	transition: .3s;
	box-shadow: none!important;
	outline: 0!important
}

footer {
	background: #f4f4f4;
	margin: 0;
	color: #000;
	border: none
}

.footer-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 40px 0
}

.footer-menu {
	width: 17%
}

.footer-menu a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	line-height: 1.2;
	transition: .3s;
	margin-bottom: 10px
}

.footer-menu a:hover {
	color: #4ec124
}

.footer-instagram {
	width: 30%
}

.footer-instagram_head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 20px
}

.inst-title {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	line-height: 1
}

.inst-name {
	display: block;
	font-size: 20px;
	color: #4ec124;
	line-height: 1;
	transition: .3s
}

.inst-name:hover {
	color: #348218
}

.footer-instagram_photos {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer-instagram_photos a {
	display: block;
	transition: .3s;
	width: calc(33.333333% - 10px);
	margin-bottom: 10px
}

.footer-instagram_photos a:nth-child(n+4) {
	margin-bottom: 0
}

.footer-instagram_photos a:hover {
	opacity: .7
}

.footer-social {
	width: 22%
}

.newsletter-form {
	margin-bottom: 25px
}

#txtemail,
#txtname {
	display: block;
	width: 100%;
	border: 3px solid #c2c2c2;
	border-radius: 6px;
	padding: 10px;
	color: #4ec124;
	font-size: 14px;
	box-shadow: none;
	outline: 0;
	margin-bottom: 7px;
	background: 0 0;
	transition: .3s
}

#txtemail::placeholder,
#txtname::placeholder {
	text-transform: uppercase;
	color: #4ec124;
	text-align: center;
	font-size: 12px
}

#txtemail.error,
#txtname.error {
	border-color: #d4002d
}

.newsletter-form button {
	display: block;
	width: 100%;
	background: #4ec124;
	border: none;
	border-radius: 6px;
	transition: .3s;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	box-shadow: none;
	outline: 0;
	font-size: 11px
}

.newsletter-form button:hover {
	background: #46ad20
}

.we-social_text {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.5;
	text-align: center
}

.we-social_text img {
	display: block;
	margin: auto;
	max-width: 100px
}

.we-social_links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 15px 0
}

.we-social_links a {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 10px
}

.we-social_links a img {
	transition: .3s;
	filter: brightness(1)
}

.we-social_links a:hover img {
	filter: brightness(.7)
}

.footer-contact {
	width: 19%
}

.footer-contact_title {
	display: block;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 15px
}

.footer-contact .header-phone {
	margin-bottom: 15px
}

.footer-address,
.footer-email,
.footer-open {
	display: block;
	padding-left: 40px;
	position: relative;
	color: #000;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 15px
}

.footer-open_gr {
	display: block;
	padding-left: 40px;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 25px
}

.footer-address:before,
.footer-email:before,
.footer-open:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-background-size: cover;
	background-size: cover;
	left: 0;
	top: -5px
}

.footer-email:before {
	background-image: url(../image/footer-mail.png)
}

.footer-address:before {
	background-image: url(../image/footer-address.png)
}

.footer-open:before {
	background-image: url(../image/footer-open.png)
}

.copyright {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #9fa49e;
	padding: 50px 0
}

@media(max-width:1050px) and (min-width:992px) {
	.footer-address,
	.footer-email,
	.footer-open {
		font-size: 12px
	}
}

@media(max-width:992px) {
	.footer-row {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: flex-start;
		align-items: flex-start
	}
	.footer-menu {
		width: calc(50% - 15px);
		order: 3
	}
	.footer-instagram {
		width: calc(50% - 15px);
		order: 1;
		margin-bottom: 30px
	}
	.footer-social {
		width: calc(50% - 15px);
		order: 2;
		margin-bottom: 30px
	}
	.footer-contact {
		width: calc(50% - 15px);
		order: 4
	}
}

@media(max-width:768px) {
	.footer-instagram {
		width: 100%
	}
	.footer-social {
		order: 3;
		width: 120px
	}
	.footer-menu,
	.footer-social .newsletter-form {
		display: none
	}
	.footer-contact {
		order: 2;
		width: calc(100% - 120px)
	}
	.we-social_links {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.we-social_links a {
		width: 50px;
		height: 50px;
		margin-bottom: 10px
	}
}

@media(max-width:550px) {
	.footer-contact,
	.footer-instagram,
	.footer-menu,
	.footer-social {
		width: 100%;
		margin-bottom: 30px
	}
	.footer-menu {
		text-align: center
	}
}

.slideshow-block {
	display: block;
	position: relative;
	margin-bottom: 40px
}

#slideshow0 {
	z-index: 0;
	position: initial
}

.slideshow-block .owl-nav .owl-next,
.slideshow-block .owl-nav .owl-prev {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 2px;
	padding: 5px
}

.slideshow-block .owl-nav .owl-next i,
.slideshow-block .owl-nav .owl-prev i {
	font-size: 18px;
	color: #8dc124;
	transition: .3s
}

.slideshow-block .owl-nav .owl-next:hover i,
.slideshow-block .owl-nav .owl-prev:hover i {
	color: #9fa49e
}

.slideshow-block .owl-nav .owl-prev {
	right: 80px
}

.slideshow-block .owl-nav .owl-next {
	right: 10px
}

.slideshow-block .counter {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	color: #8dc124;
	z-index: 1;
	font-size: 14px;
	padding: 5px 40px
}

.coolbanners {
	margin-bottom: 40px
}

.coolbanners .item a {
	display: block;
	transition: .3s
}

.coolbanners .item a:hover {
	opacity: .7
}

.coolbanners .owl-nav .owl-prev {
	display: block;
	position: absolute;
	left: -40px;
	top: calc(50% - 16px);
	background: rgba(255, 255, 255, 0);
	transition: .4s
}

.coolbanners .owl-nav .owl-next {
	display: block;
	position: absolute;
	right: -40px;
	top: calc(50% - 16px);
	background: rgba(255, 255, 255, 0);
	transition: .4s
}

.coolbanners .owl-nav .owl-next i,
.coolbanners .owl-nav .owl-prev i {
	font-size: 32px;
	color: #7cb81c;
	transition: .3s
}

.coolbanners .owl-nav .owl-next.disabled i,
.coolbanners .owl-nav .owl-prev.disabled i {
	color: #9fa49e
}

.coolbanners .owl-nav .owl-next:hover,
.coolbanners .owl-nav .owl-prev:hover {
	background: rgba(255, 255, 255, .2)
}

.coolbanners .owl-nav .owl-next:hover i,
.coolbanners .owl-nav .owl-prev:hover i {
	opacity: 1
}

.coolbanners .owl-dots,
.home-text .owl-dots,
.slideshow-block .owl-dots {
	display: block;
	position: relative;
	text-align: center
}

.coolbanners .owl-dots,
.slideshow-block .owl-dots {
	margin-top: 20px
}

.coolbanners .owl-dots button,
.home-text .owl-dots button,
.slideshow-block .owl-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #9fa49e!important;
	opacity: .7;
	margin-right: 20px
}

.coolbanners .owl-dots button:last-child,
.home-text .owl-dots button:last-child,
.slideshow-block .owl-dots button:last-child {
	margin-right: 0
}

.coolbanners .owl-dots button.active,
.home-text .owl-dots button.active,
.slideshow-block .owl-dots button.active {
	background: #7cb81c!important
}

.home-subscribe {
	padding: 70px 0;
	background: #e2e2e2
}

.newsletter-home {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 30px
}

.newsletter-home_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 33.333333%;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px
}

.newsletter-home_block span {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #6e6e6e;
	line-height: 1;
	width: 60px
}

.newsletter-home_block input {
	display: block;
	width: calc(100% - 70px);
	height: 50px;
	border: 1px solid #fff;
	outline: 0!important;
	background: #fff;
	padding: 10px;
	line-height: 1;
	font-size: 14px;
	color: #6e6e6e;
	box-shadow: 0 3px 2.91px .09px rgba(0, 0, 0, .1);
	border-radius: 7px;
	transition: .3s
}

.newsletter-home_block input::placeholder {
	color: #fff
}

.newsletter-home_block input.error {
	border-color: #d4002d
}

.newsletter-home_block button {
	display: block;
	width: 100%;
	border-radius: 7px;
	background: #68c140;
	box-shadow: 0 3px 2.91px .09px rgba(0, 0, 0, .1);
	height: 50px;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	transition: .3s;
	border: none!important;
	box-shadow: none!important;
	outline: 0!important
}

.newsletter-home_block button:hover {
	background: #5fb03a
}

.lastreviews-block {
	display: block;
	padding: 50px 0
}

.lastreviews-title {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: #505050;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5
}

.coolbanners .owl-nav button.owl-next,
.coolbanners .owl-nav button.owl-prev,
.tab-products .owl-nav button.owl-next,
.tab-products .owl-nav button.owl-prev {
	display: block;
	position: absolute;
	top: 45%;
	cursor: pointer;
	outline: 0!important
}

.lastreview-items .owl-nav button.owl-next,
.lastreview-items .owl-nav button.owl-prev {
	display: block;
	position: absolute;
	top: 23%;
	cursor: pointer
}

.lastreview-items .owl-nav button.owl-prev {
	left: -60px
}

.lastreview-items .owl-nav button.owl-next {
	right: -60px
}

.coolbanners .owl-nav button.owl-next svg,
.coolbanners .owl-nav button.owl-prev svg,
.lastreview-items .owl-nav button.owl-next svg,
.lastreview-items .owl-nav button.owl-prev svg,
.tab-products .owl-nav button.owl-next svg,
.tab-products .owl-nav button.owl-prev svg {
	width: 30px;
	height: 50px;
	fill: #7cb81c;
	transition: .3s
}

.coolbanners .owl-nav button.owl-next:hover svg,
.coolbanners .owl-nav button.owl-prev:hover svg,
.lastreview-items .owl-nav button.owl-next:hover svg,
.lastreview-items .owl-nav button.owl-prev:hover svg,
.tab-products .owl-nav button.owl-next:hover svg,
.tab-products .owl-nav button.owl-prev:hover svg {
	fill: #629116
}

.coolbanners .owl-nav button.owl-next.disabled svg,
.coolbanners .owl-nav button.owl-prev.disabled svg,
.lastreview-items .owl-nav button.owl-next.disabled svg,
.lastreview-items .owl-nav button.owl-prev.disabled svg {
	fill: #b2b2b2
}

.lastreview-item {
	display: block;
	height: 100%
}

.lastreview-item a {
	display: block;
	height: 100%
}

.lastreview-image {
	display: block;
	background: #7edfbb;
	width: 100%;
	height: 270px;
	position: relative;
	margin-bottom: 15px;
	transition: .3s
}

.lastreview-image img {
	display: block;
	position: absolute;
	height: 80%;
	width: auto!important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.lastreview-item a:hover .lastreview-image {
	opacity: .7
}

.lastreview-name {
	display: block;
	font-size: 14px;
	color: #60bf9c;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 10px
}

.lastreview-name span {
	display: block;
	text-transform: uppercase;
	font-weight: 700
}

.lastreview-item_desc {
	display: block;
	font-size: 14px;
	color: #727272;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: justify;
	padding: 0 10px;
	min-height: 85px
}

.lastreview-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
	padding: 0 10px
}

.lastreview-author {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #4e4e4e;
	line-height: 1
}

.lastreview-rating {
	display: block;
	line-height: 1
}

.lastreview-rating i {
	color: #727272;
	font-size: 16px
}

.lastreview-rating i.active {
	color: #fec327
}

.home-products {
	display: block;
	padding: 10px 0 50px
}

.home-products .nav.nav-tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: none;
	margin-bottom: 10px
}

.home-products .nav.nav-tabs>li {
	margin-bottom: 0;
	margin-right: 10px
}

.home-products .nav.nav-tabs>li>a {
	display: block;
	border: none;
	margin: 0;
	line-height: 1;
	transition: .3s;
	font-size: 16px;
	text-transform: uppercase;
	color: #606060;
	padding: 10px 30px;
	border-radius: 7px
}

.home-products .nav.nav-tabs>li.active>a,
.home-products .nav.nav-tabs>li>a:hover {
	background: #59b831;
	color: #fff
}

.product-item {
	display: block;
	position: relative;
	padding-top: 20px;
}

.product-item:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 70%;
	border: 5px solid #e0e0e0;
	left: 0;
	bottom: 0
}

.product-item a {
	display: block;
	position: relative;
	padding: 50px 15px 0;
	z-index: 1;
	transition: .3s
}

.product-item_image {
	display: block;
	position: relative;
	background: #6fdaad;
	height: 200px;
	margin-bottom: 50px
}

.product-item_image img {
	display: block;
	position: absolute;
	max-width: 60%!important;
	width: auto;
	height: auto;
	max-height: 340px;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	transition: .6s
}

.product-item_image img:nth-child(2) {
	opacity: 0
}

.product-item a:hover .product-item_image img:nth-child(2) {
	opacity: 1
}

.product-item a:hover .product-item_image img:first-child {
	opacity: 0
}

.product-rating {
	display: block;
	text-align: center;
	margin-bottom: 15px
}

.product-rating i {
	color: #9d9d9d;
	font-size: 16px
}

.product-rating i.active {
	color: #fec327
}

.product-name {
	display: block;
	font-size: 13px;
	color: #727272;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5px;
	min-height: 81px
}

.product-name span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	min-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #60bf9c
}

.product-desciption {
	display: none;
	text-align: center;
	font-size: 10px;
	color: #727272;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase
}

.product-desciption b {
	font-size: 8px
}

.product-prices {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	height: 50px;
	margin-bottom: 15px
}

.product-price_old {
	display: block;
	color: #ccc;
	font-size: 10px;
	text-align: center;
	position: relative;
	text-decoration: line-through
}

.product-price {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #00ba44
}

.special-percent {
	display: block;
	position: absolute;
	top: 50%;
	right: -6px;
	line-height: 1.5;
	padding: 3px 5px 0;
	background: #fc333d;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	z-index: 10
}

.category-page .special-percent {
	font-size: 22px;
	right: -30px
}

.product-buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 20px 20px;
	position: relative;
	z-index: 1
}

.product-buttons button {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: center;
	transition: .3s;
	border-radius: 7px;
	box-shadow: none;
	border: none;
	padding: 5px 0;
	cursor: pointer;
	width: calc(50% - 5px);
	outline: 0!important
}

.product-buttons button.btn-cart {
	background: #59b831;
	color: #fff
}

.product-buttons button.btn-cart:hover {
	background: #4c9e2a
}

.product-buttons button.boc_order_category_btn {
	background: #d4d4d4;
	color: #6c6c6c
}

.product-buttons button.boc_order_category_btn:hover {
	background: grey;
	color: #fff
}

.tab-products .owl-nav button.owl-prev {
	left: -40px
}

.tab-products .owl-nav button.owl-next {
	right: -40px
}

.home-text {
	margin-bottom: 40px
}

.home-text h1,
.home-text h2,
.home-text h3 {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #00ba44
}

.home-text_item {
	font-size: 14px!important;
	color: #727272!important;
	line-height: 1.5
}

.row-sets {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center
}

.row-sets_text {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	line-height: 1;
	margin-right: 10px
}

.row-sets_choose {
	margin-right: 10px
}

.row-sets_choose:last-child {
	margin-right: 0
}

#dropdownName,
#dropdownPrice,
.row-sets_choose>a {
	display: block;
	color: #727272;
	text-transform: uppercase;
	font-size: 16px;
	padding: 7px 16px;
	transition: .3s;
	border-radius: 3px;
	text-decoration: none!important
}

#dropdownName i,
#dropdownPrice i {
	font-size: 14px;
	margin-left: 5px;
	line-height: 1
}

#dropdownName.active,
#dropdownName:hover,
#dropdownPrice.active,
#dropdownPrice:hover,
.row-sets_choose>a.active,
.row-sets_choose>a:hover {
	color: #fff;
	background: #58b933
}

.row-sets_choose .dropdown-item {
	display: block;
	color: #727272;
	transition: .3s;
	border: none!important;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 20px
}

.row-sets_choose .dropdown-menu {
	box-shadow: none!important
}

.row-sets_choose .dropdown-item.active,
.row-sets_choose .dropdown-item:hover {
	color: #fff;
	background: #58b933
}

.quantity-sort {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	line-height: 1;
	padding: 7px 16px;
	cursor: pointer;
	margin-left: 10px
}

.quantity-sort:before {
	content: '';
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-radius: 3px;
	margin-right: 10px;
	line-height: 1;
	vertical-align: middle
}

.quantity-sort:after {
	content: '';
	display: block;
	position: absolute;
	left: 18px;
	top: 9.5px;
	width: 11px;
	height: 11px;
	border-radius: 3px;
	background: #58b933;
	opacity: 0
}

.quantity-sort.active:after {
	opacity: 1
}

@media(max-width:1366px) {
	.product-item_image {
		height: 170px
	}
}

@media(max-width:1260px) {
	.coolbanners,
	.lastreview-items,
	.tab-products {
		padding: 0 35px
	}
	.coolbanners .owl-nav button.owl-prev,
	.lastreview-items .owl-nav button.owl-prev,
	.tab-products .owl-nav button.owl-prev {
		left: 0
	}
	.coolbanners .owl-nav button.owl-next,
	.lastreview-items .owl-nav button.owl-next,
	.tab-products .owl-nav button.owl-next {
		right: 0
	}
}

@media(max-width:992px) {
	.newsletter-home {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center
	}
	.newsletter-home_block {
		width: 400px;
		margin-bottom: 15px
	}
	.home-subscribe {
		padding: 30px 0 20px
	}
	.coolbanners {
		padding: 0
	}
	.coolbanners .owl-nav button.owl-next,
	.coolbanners .owl-nav button.owl-prev {
		display: none
	}
	.slideshow-block .counter {
		display: none
	}
	.slideshow-block .owl-nav .owl-prev {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: calc(100% - 40px);
		background: rgba(255, 255, 255, 0);
		transition: .4s
	}
	.slideshow-block .owl-nav .owl-next {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: calc(100% - 40px);
		background: rgba(255, 255, 255, 0);
		transition: .4s
	}
	.slideshow-block .owl-nav .owl-next svg,
	.slideshow-block .owl-nav .owl-prev svg {
		width: 22px;
		height: 48px;
		fill: #fff;
		opacity: .7;
		transition: .4s
	}
	.slideshow-block .owl-nav .owl-next:hover,
	.slideshow-block .owl-nav .owl-prev:hover {
		background: rgba(255, 255, 255, .2)
	}
	.slideshow-block .owl-nav .owl-next:hover svg,
	.slideshow-block .owl-nav .owl-prev:hover svg {
		opacity: 1
	}
}

@media(max-width:768px) {
	.newsletter-home_block input::placeholder {
		font-size: 16px;
		text-transform: uppercase;
		color: #6e6e6e
	}
	.newsletter-home_block span {
		display: none
	}
	.newsletter-home_block input {
		width: 100%
	}
	.product-item_image {
		height: 250px
	}
	.category-page .special-percent {
		right: -10px
	}
	.home-text h1,
	.home-text h2,
	.home-text h3 {
		font-size: 18px;
		line-height: 1.5
	}
}

@media(max-width:550px) {
	.coolbanners,
	.lastreview-items,
	.tab-products {
		padding: 0 15px
	}
	.coolbanners .owl-nav button.owl-prev,
	.lastreview-items .owl-nav button.owl-prev,
	.tab-products .owl-nav button.owl-prev {
		left: -15px
	}
	.coolbanners .owl-nav button.owl-next,
	.lastreview-items .owl-nav button.owl-next,
	.tab-products .owl-nav button.owl-next {
		right: -15px
	}
	.lastreview-items .owl-nav button.owl-next svg,
	.lastreview-items .owl-nav button.owl-prev svg,
	.tab-products .owl-nav button.owl-next svg,
	.tab-products .owl-nav button.owl-prev svg {
		width: 25px;
		height: 25px
	}
	.product-item_image {
		height: 220px
	}
}

@media(max-width:500px) {
	.newsletter-home {
		padding: 0
	}
	.newsletter-home_block button {
		font-size: 12px
	}
	.home-text h1,
	.home-text h2,
	.home-text h3 {
		font-size: 16px
	}
}

@media(max-width:450px) {
	.home-products .nav.nav-tabs>li>a {
		font-size: 12px;
		padding: 10px 10px
	}
}

.category-image {
	display: block;
	margin-bottom: 30px
}

.product-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px
}

.product-items .product-item {
	width: 25%;
	margin-right: 12.49999%
}

.product-items .product-item:nth-child(3n) {
	margin-right: 0
}

.product-items .product-item .product-item_image {
	height: 250px
}

.product-items .product-item_image img {
	max-height: 340px
}

.category-description {
	display: block;
	margin-bottom: 50px;
	font-size: 14px;
	color: #797979
}

.category-description img {
	width: 100%!important
}

.category-description *,
.category-description ol,
.category-description ol li,
.category-description p,
.category-description ul,
.category-description ul li {
	font-family: AvantGardeGothic!important;
	font-size: 14px!important;
	color: #727272!important;
	line-height: 1.5
}

.category-description * {
	text-indent: 0!important
}

.category-description h1,
.category-description h2,
.category-description h3 {
	display: block
}

.category-description h1,
.category-description h1 span {
	font-size: 24px!important;
	text-transform: uppercase!important;
	text-align: center!important;
	color: #00ba44!important;
	margin-bottom: 15px!important;
	line-height: 1.5!important;
	font-family: AvantGardeGothic!important
}

.category-description h2,
.category-description h2 span {
	font-size: 18px!important;
	text-transform: uppercase!important;
	color: #00ba44!important;
	margin-bottom: 15px!important;
	line-height: 1.5!important;
	font-family: AvantGardeGothic!important
}

.category-description h3,
.category-description h3 span,
.category-description h4,
.category-description h4 span {
	font-size: 16px!important;
	text-transform: uppercase!important;
	color: #00ba44!important;
	margin-bottom: 15px!important;
	line-height: 1.5!important;
	font-family: AvantGardeGothic!important
}

.empty-category-btn {
	display: block;
	border: none!important;
	box-shadow: none!important;
	outline: 0!important;
	background: #68c140;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 7px;
	padding: 10px 30px;
	transition: .3s
}

.empty-category-btn:hover {
	background: #59a637;
	color: #fff
}

@media(max-width:1200px) {
	.product-items .product-item .product-item_image {
		height: 200px;
		margin-bottom: 50px
	}
}

@media(max-width:992px) {
	.product-items {
		justify-content: space-between
	}
	.product-items .product-item {
		width: 40%;
		margin-right: 0
	}
	#dropdownName,
	#dropdownPrice,
	.quantity-sort,
	.row-sets_choose>a,
	.row-sets_text {
		font-size: 14px
	}
	.product-items .product-item .product-item_image {
		height: 220px
	}
}

@media(max-width:768px) {
	.row-sets {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start
	}
	.row-sets_choose,
	.row-sets_text {
		width: 100%;
		margin-bottom: 10px
	}
	.row-sets_text {
		padding-left: 16px
	}
	#dropdownName,
	#dropdownPrice,
	.row-sets_choose>a {
		display: inline-block
	}
	.quantity-sort {
		margin-left: 0
	}
	.quantity-sort:after {
		top: 9px
	}
	.category-description h1,
	.category-description h1 span {
		font-size: 18px!important
	}
	.category-description h2,
	.category-description h2 span {
		font-size: 16px!important
	}
	.category-description h3,
	.category-description h3 span,
	.category-description h4,
	.category-description h4 span {
		font-size: 14px!important
	}
}

@media(max-width:550px) {
	.product-items .product-item,
	.product-items .product-item:nth-child(3n) {
		width: 290px;
		margin: auto
	}
	.product-desciption {
		display: block
	}
	.product-items .product-item .product-item_image {
		height: 220px
	}
	.category-description h1,
	.category-description h1 span {
		font-size: 16px!important
	}
}

@media(max-width:450px) {
	.category-description h1,
	.category-description h2 {
		font-size: 16px;
		text-align: left
	}
}

.product-page {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 70px
}

.product-page_images {
	display: block;
	width: 50%
}

.product-slider {
	display: block;
	width: 100%;
	position: relative
}

.product-slider .product-slider_bg {
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 500px
}

.product-slider_images {
	padding: 0 60px 0
}

.product-slider a {
	display: block;
	transition: .3s;
	position: relative
}

.product-slider a:hover {
	opacity: .7
}

.product-slider a img {
	display: block
}

.product-images {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 40px
}

.product-images a {
	display: block;
	width: 150px;
	margin-right: 20px;
	transition: .3s;
	opacity: 1
}

.product-images a:hover {
	opacity: .7
}

.lg-img-wrap,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	background: #fff
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon {
	color: #fff!important
}

.product-slider_images .owl-nav button.owl-next,
.product-slider_images .owl-nav button.owl-prev {
	display: block;
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s
}

.product-slider_images .owl-nav button.owl-next.disabled,
.product-slider_images .owl-nav button.owl-prev.disabled {
	opacity: 0
}

.product-slider_images .owl-nav button.owl-prev {
	left: -60px
}

.product-slider_images .owl-nav button.owl-next {
	right: -60px
}

.product-slider_images .owl-nav button.owl-next svg,
.product-slider_images .owl-nav button.owl-prev svg {
	width: 30px;
	height: 50px;
	fill: #7cb81c;
	transition: .3s
}

.product-slider_images .owl-nav button.owl-next:hover svg,
.product-slider_images .owl-nav button.owl-prev:hover svg {
	fill: #629116
}

.product-slider_images .owl-nav button.owl-next.disabled svg,
.product-slider_images .owl-nav button.owl-prev.disabled svg {
	fill: #b2b2b2
}

.product-page_information {
	display: block;
	width: 40%;
	border: 5px solid #e0e0e0;
	padding: 30px 40px
}

.product-page_information h1 {
	display: block;
	text-align: center;
	color: #5f5f5f;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 30px;
	font-weight: 300
}

.product-page_information h1 span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px
}

.description-mini {
	display: block;
	text-align: center;
	color: #5f5f5f;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 15px
}

.description-mini span {
	display: block;
	font-weight: 700;
	font-size: 12px
}

.product-page_information .rating {
	display: block;
	text-align: center;
	margin-bottom: 30px
}

.product-page_information .rating i {
	color: #9d9d9d;
	font-size: 24px
}

.product-page_information .rating i.active {
	color: #fec327
}

.price-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 20px
}

.new-price {
	display: block;
	width: 50%;
	text-align: center;
	font-size: 24px;
	color: #00ba44
}

.old-prie {
	text-decoration: line-through
}

#product .product-buttons button {
	font-size: 14px;
	width: 150px
}

.product-buttons #button-cart.btn-cart {
	font-size: 14px;
	letter-spacing: .5px
}

.product-buttons .boc_order_btn {
	background: #d4d4d4;
	color: #6c6c6c
}

.product-buttons .boc_order_btn.boc_order_btn:hover {
	background: grey;
	color: #fff
}

.product-tabs .nav.nav-tabs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: none;
	margin-bottom: 10px
}

.product-tabs .nav.nav-tabs>li {
	margin-bottom: 0;
	margin-right: 15px
}

.product-tabs .nav.nav-tabs>li>a {
	display: block;
	border: none;
	margin: 0;
	line-height: 1;
	transition: .3s;
	font-size: 16px;
	text-transform: uppercase;
	color: #2e2e2e;
	padding: 15px 35px;
	border-radius: 0
}

.product-tabs .nav.nav-tabs>li.active>a,
.product-tabs .nav.nav-tabs>li>a:hover {
	background: #59b831;
	color: #fff
}

#tab-description {
	padding-top: 50px;
	font-family: AvantGardeGothic!important;
	font-size: 14px;
	color: #727272;
	line-height: 1.5
}

#tab-description h2,
#tab-description h3,
#tab-description h4 {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	color: #68c140!important;
	line-height: 1.5;
	margin: 0 0 10px
}

.product-tabs #form-review {
	padding-top: 64px;
	margin-top: -120px
}

.product-tabs #form-review #review {
	padding-top: 120px
}

.related-products_title {
	display: block;
	padding: 50px 0 20px;
	font-size: 24px;
	text-transform: uppercase;
	color: #606060;
	line-height: 1.5;
	text-align: center
}

.related-articles.related-products {
	padding: 0 50px;
	margin-bottom: 50px
}

.related-articles.related-products .owl-nav button.owl-prev {
	left: 0
}

.related-articles.related-products .owl-nav button.owl-next {
	right: 0
}

.product-item_image img {
	width: auto!important
}

@media(max-width:1400px) {
	.product-slider_images .owl-nav button.owl-prev {
		left: -40px
	}
	.product-slider_images .owl-nav button.owl-next {
		right: -40px
	}
	.product-slider .product-slider_bg {
		height: 460px
	}
	.product-images {
		margin-top: 60px
	}
}

@media(max-width:1200px) {
	#product .product-buttons {
		padding: 0 0 20px
	}
	#product .product-buttons button {
		width: 140px
	}
	.product-slider_images .owl-nav button.owl-next,
	.product-slider_images .owl-nav button.owl-prev {
		top: 50%
	}
	.product-slider {
		margin-bottom: 20px
	}
	.product-slider_images .owl-nav button.owl-prev {
		left: -35px
	}
	.product-slider_images .owl-nav button.owl-next {
		right: -35px
	}
	.product-slider .product-slider_bg {
		height: 380px
	}
	.product-images {
		margin-top: 80px
	}
}

@media(max-width:992px) {
	.product-page {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 50px
	}
	.product-page_images {
		width: 100%;
		margin-bottom: 30px
	}
	.product-page_information {
		width: 100%
	}
	#product .product-buttons {
		padding: 0 20px 20px
	}
	#product .product-buttons button {
		width: 160px
	}
	.product-tabs #form-review {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.product-tabs #form-review #review {
		width: 100%;
		margin-bottom: 30px
	}
	.article-form {
		width: 100%
	}
	#tab-description {
		padding-top: 20px
	}
	.product-images {
		display: none
	}
	.product-slider .product-slider_bg {
		height: 650px
	}
	.product-slider_images .owl-nav button.owl-next,
	.product-slider_images .owl-nav button.owl-prev {
		top: 44%
	}
	.product-slider {
		margin-bottom: 100px
	}
}

@media(max-width:768px) {
	.product-page_images {
		padding: 0 40px
	}
	.product-slider .product-slider_bg {
		height: calc(100vw - 110px)
	}
}

@media(max-width:500px) {
	.product-page_information {
		padding: 30px 20px
	}
	.product-tabs .nav.nav-tabs>li>a {
		padding: 10px 25px
	}
	#product .product-buttons {
		padding: 0 0 20px
	}
	#product .product-buttons button {
		width: 115px
	}
	#product .product-buttons button {
		font-size: 12px
	}
	.product-slider_images {
		padding: 50px 0 0
	}
}

.categories-articles.home-products {
	margin-top: 30px
}

.categories-articles.home-products .nav.nav-tabs {
	margin-bottom: 30px
}

.categories-articles.home-products .nav.nav-tabs>li>a {
	padding: 10px 50px;
	border-radius: 4px
}

.article-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.article-items .article-item {
	display: block;
	width: calc(33.33333% - 30px);
	margin-right: 45px;
	margin-bottom: 30px
}

.article-items .article-item:nth-child(3n) {
	margin-right: 0
}

.article-name {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #656565;
	font-weight: 700;
	text-align: center;
	margin: 5px 0;
	line-height: 1.5;
	transition: .3s;
	min-height: 46px
}

.article-date {
	display: block;
	font-size: 14px;
	color: #797979;
	margin-bottom: 5px
}

.article-desc {
	display: block;
	font-size: 14px;
	color: #797979;
	line-height: 1.5
}

.article-item a:hover .article-name {
	color: #68c140
}

@media(max-width:1200px) {
	.article-name {
		font-size: 14px
	}
}

@media(max-width:992px) {
	.article-name {
		font-size: 14px
	}
	.categories-articles.home-products .nav.nav-tabs>li>a {
		padding: 10px 30px
	}
}

@media(max-width:768px) {
	.article-items .article-item {
		width: calc(50% - 20px);
		margin-right: 40px
	}
	.article-items .article-item:nth-child(3n) {
		margin-right: 40px
	}
	.article-items .article-item:nth-child(2n) {
		margin-right: 0
	}
	.categories-articles.home-products .nav.nav-tabs>li>a {
		padding: 10px 20px
	}
}

@media(max-width:500px) {
	.categories-articles.home-products .nav.nav-tabs {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.categories-articles.home-products .nav.nav-tabs>li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px
	}
	.categories-articles.home-products .nav.nav-tabs>li a {
		display: inline-block
	}
	.article-items .article-item {
		width: 100%;
		margin-right: 0
	}
	.article-items .article-item:nth-child(3n) {
		margin-right: 0
	}
}

.article-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.article-content .article-content_text {
	display: block;
	width: calc(60% - 15px)
}

.article-content .article-content_image {
	display: block;
	width: calc(40% - 15px)
}

.article-content .article-content_text h1,
.special-block h1 {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: #656565;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 5px
}

.article-content .article-content_text .article-data,
.special-block .article-data {
	display: block;
	font-size: 14px;
	color: #797979;
	margin-bottom: 100px
}

.special-block .article-data {
	margin-bottom: 15px
}

.article-content .article-content_text #description *,
.special-block #description * {
	font-family: AvantGardeGothic!important;
	font-size: 14px!important;
	color: #727272!important;
	line-height: 1.5
}

.special-block img {
	margin-bottom: 10px
}

.article-share {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
	margin-top: 5px;
	padding-right: 5px
}

.article-share span {
	display: block;
	font-size: 14px;
	color: #797979;
	text-transform: uppercase
}

.article-share a {
	display: block;
	color: #797979;
	margin-left: 25px;
	transition: .3s
}

.article-share a i {
	font-size: 16px
}

.article-share a:hover {
	color: #68c140
}

.related-articles_block {
	display: block;
	padding: 50px 0;
	background: #e0e0e0
}

.related-articles_title {
	display: block;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
	line-height: 1.5
}

.related-articles .article-name {
	font-size: 14px;
	color: #525252
}

.related-articles .article-desc,
.related-articles .article-text {
	color: #525252
}

.related-articles .owl-nav button.owl-next,
.related-articles .owl-nav button.owl-prev {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

.related-articles .owl-nav button.owl-prev {
	left: -60px
}

.related-articles .owl-nav button.owl-next {
	right: -60px
}

.related-articles .owl-nav button.owl-next svg,
.related-articles .owl-nav button.owl-prev svg {
	width: 30px;
	height: 50px;
	fill: #7cb81c;
	transition: .3s
}

.related-articles .owl-nav button.owl-next:hover svg,
.related-articles .owl-nav button.owl-prev:hover svg {
	fill: #629116
}

.related-articles .owl-nav button.owl-next.disabled svg,
.related-articles .owl-nav button.owl-prev.disabled svg {
	fill: #b2b2b2
}

#form-review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 50px 0
}

#review {
	display: block;
	width: calc(60% - 15px);
	padding-top: 40px
}

.article-form {
	display: block;
	width: calc(40% - 15px);
	padding: 40px;
	background: #d4d4d4;
	overflow: hidden
}

.article-form fieldset {
	overflow: hidden
}

.article-form_title {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	color: #535353;
	margin-bottom: 20px;
	text-align: center
}

.article-form .form-group {
	margin-bottom: 5px
}

.article-form .form-group input,
.article-form .form-group textarea {
	display: block;
	border: none;
	outline: 0!important;
	box-shadow: none!important;
	background: #fff;
	padding: 20px;
	line-height: 1;
	font-size: 14px;
	color: #6e6e6e;
	border-radius: 7px;
	height: auto
}

.article-form .form-group input::placeholder {
	font-size: 14px;
	text-transform: uppercase;
	color: #00a638;
	line-height: 1
}

#button-review {
	display: block;
	background: #4ec124;
	border: none;
	border-radius: 4px;
	transition: .3s;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 25px;
	text-align: center;
	box-shadow: none;
	outline: 0;
	font-size: 14px
}

#button-review:hover {
	background: #46ad20
}

.article-form .alert {
	margin-bottom: 0;
	margin-top: 10px
}

.review_title {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px
}

.review-item {
	display: block;
	width: 100%;
	border: 3px solid #e0e0e0;
	padding: 30px;
	margin-bottom: 30px
}

.review-item.answer-item {
	width: calc(100% - 100px);
	margin-left: 100px;
	margin-top: -20px
}

.review-item_head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.review-author {
	display: block;
	font-size: 18px;
	color: #4e4e4e
}

.review-date {
	display: block;
	font-size: 16px;
	color: #797979
}

.review-item_body {
	font-size: 16px;
	color: #797979;
	line-height: 1.7
}

@media(max-width:1260px) {
	.related-articles {
		padding: 0 50px
	}
	.related-articles .owl-nav button.owl-prev {
		left: 0
	}
	.related-articles .owl-nav button.owl-next {
		right: 0
	}
}

@media(max-width:992px) {
	.article-content,
	.blog-article #form-review {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.article-content .article-content_image {
		order: 1;
		width: 100%;
		text-align: center;
		margin-bottom: 15px
	}
	.article-content .article-content_image img {
		max-width: 300px
	}
	.article-share {
		justify-content: center
	}
	.article-content .article-content_text {
		order: 2;
		width: 100%
	}
	.article-content .article-content_text .article-data {
		margin-bottom: 20px
	}
	.blog-article #review {
		width: 100%;
		margin-bottom: 30px
	}
	.article-form {
		width: 100%
	}
}

@media(max-width:768px) {
	.related-articles .article-name {
		font-size: 14px
	}
}

@media(max-width:500px) {
	.article-content .article-content_text h1 {
		font-size: 18px
	}
	.article-content .article-content_image img {
		max-width: 100%
	}
	.review-item {
		padding: 15px
	}
	.review-item.answer-item {
		margin-left: 30px;
		width: calc(100% - 30px)
	}
	.review-author {
		font-size: 16px
	}
	.review-date,
	.review-item_body {
		font-size: 14px
	}
	.article-form {
		padding: 20px
	}
	#button-review {
		width: 100%;
		text-align: center
	}
}

.simplecheckout .simplecheckout-block {
	background: #fff
}

.simplecheckout-cart,
.simplecheckout-cart td,
.simplecheckout-cart th,
.simplecheckout-cart-total {
	border: none!important
}

.simple-content .buttons,
.simple-content .checkout-heading,
.simplecheckout-cart th {
	background: 0 0!important;
	border: none!important
}

.checkout-heading {
	font-weight: 600;
	font-size: 18px
}

.simplecheckout-block div.required .control-label:before,
.simpleregister-block-content div.required .control-label:before {
	color: #59a637
}

#simplecheckout_customer input,
#simplecheckout_shipping_address input,
.simplecheckout-cart-total input,
.simpleregister-block-content input {
	box-shadow: none!important;
	outline: 0!important;
	width: 100%!important;
	max-width: 100%!important
}

#simplecheckout_customer input:focus,
#simplecheckout_shipping_address input:focus,
.simplecheckout-cart-total input:focus,
.simpleregister-block-content input:focus {
	border-color: #59a637
}

#simplecheckout_payment_form {
	background: 0 0!important
}

#ppResult {
	display: none!important
}

#ipResult {
	width: 100%!important
}

.simplecheckout-cart-total .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right
}

#simplecheckout_login .button,
.simple-content .button,
.success-btn {
	display: block;
	background: #4ec124;
	border: none;
	border-radius: 4px;
	transition: .3s;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 25px;
	text-align: center;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	text-shadow: none
}

#simplecheckout_login .button:hover,
.simple-content .button:hover,
.success-btn:hover {
	background: #46ad20;
	color: #fff
}

#simplecheckout_cart td.image {
	min-width: 100px
}

.simplecheckout-cart td.name a {
	display: block;
	font-size: 13px;
	color: #000;
	line-height: 1.2;
	text-align: center;
	transition: .3s
}

.simplecheckout-cart td.name a span {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700
}

.simplecheckout-cart td.name a:hover {
	color: #68c140
}

.account-success p a,
.simpleregister-have-account a,
.success-container p a {
	text-decoration: none;
	color: #68c140;
	transition: .3s
}

.account-success p a:hover,
.simpleregister-have-account a:hover,
.success-container p a:hover {
	color: #59a637
}

@media(max-width:768px) {
	.simplecheckout-cart-total .control-label {
		float: left;
		text-align: left
	}
}

.account-page h1 {
	font-size: 32px;
	color: #000;
	margin: 0 0 20px
}

.account-links a {
	display: block;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	transition: .4s
}

.account-links a:hover {
	color: #333
}

.account-page .form-group input,
.account-page .form-group textarea {
	resize: none;
	box-shadow: none!important;
	outline: 0;
	border: 1px solid #999!important;
	color: #000
}

.account-page div.required .control-label:before {
	display: none
}

.account-page fieldset {
	max-width: 600px;
	margin: 50px 0 30px
}

.account-page fieldset .control-label {
	text-align: left
}

.account-page .continue-btn,
.not-found-page .continue-btn {
	display: block;
	background: #4ec124;
	border: none;
	border-radius: 4px;
	transition: .3s;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 25px;
	text-align: center;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	text-shadow: none
}

.account-page .continue-btn:hover,
.not-found-page .continue-btn:hover {
	background: #46ad20;
	color: #fff
}

.wishlist-products {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.wishlist-products .wishlist-item {
	display: block;
	width: calc(20% - 10px);
	margin-right: 12.5px;
	position: relative;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 5px;
	transition: .4s
}

.wishlist-products .wishlist-item:hover {
	border: 1px solid #323232
}

.wishlist-products .wishlist-item:nth-child(5n) {
	margin-right: 0
}

.wishlist-products .wishlist-item .wish-name a {
	display: block;
	margin: 5px 0;
	text-decoration: underline;
	color: #414141;
	transition: .4s
}

.wishlist-products .wishlist-item .wish-name a:hover {
	color: #000
}

.wishlist-products .wishlist-item .wish-price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px
}

.wishlist-products .wishlist-item .wish-price .new-price {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	line-height: 1
}

.wishlist-products .wishlist-item .wish-price .old-price {
	color: #acacac;
	font-size: 13px;
	text-decoration: line-through;
	margin-left: 10px
}

.wish-btn {
	display: block;
	color: #fff;
	background: #ff5000;
	border-radius: 3px;
	font-size: 14px;
	text-shadow: none;
	box-shadow: none;
	padding: 5px 10px;
	border: none;
	transition: .4s
}

.wish-btn:hover {
	background: #e03206;
	color: #fff
}

.wish-remove {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	color: #666;
	transition: .4s;
	opacity: 0
}

.wish-remove:hover {
	color: #000
}

.wishlist-products .wishlist-item:hover .wish-remove {
	opacity: 1
}

@media (max-width:1200px) {
	.wishlist-products .wishlist-item:nth-child(5n) {
		margin-right: 0
	}
	.wishlist-products .wishlist-item {
		width: calc(25% - 10px);
		margin-right: 13.33333px
	}
	.wishlist-products .wishlist-item:nth-child(4n) {
		margin-right: 0
	}
}

@media (max-width:992px) {
	.wishlist-products .wishlist-item:nth-child(4n) {
		margin-right: 15px
	}
	.wishlist-products .wishlist-item {
		width: calc(33.33333% - 10px);
		margin-right: 15px
	}
	.wishlist-products .wishlist-item:nth-child(3n) {
		margin-right: 0
	}
}

@media (max-width:600px) {
	.wishlist-products .wishlist-item:nth-child(3n) {
		margin-right: 20px
	}
	.wishlist-products .wishlist-item {
		width: calc(50% - 10px);
		margin-right: 20px
	}
	.wishlist-products .wishlist-item:nth-child(2n) {
		margin-right: 0
	}
}

@media (max-width:450px) {
	.wishlist-products .wishlist-item:nth-child(2n) {
		margin-right: 0
	}
	.wishlist-products .wishlist-item {
		width: 100%;
		margin-right: 0
	}
	.wishlist-products .wishlist-item .wish-image,
	.wishlist-products .wishlist-item .wish-image a {
		max-height: 300px
	}
	.wishlist-products .wishlist-item .wish-image a img {
		display: block;
		max-height: 300px;
		width: auto;
		margin: auto
	}
}

.well {
	background: #fff;
	box-shadow: none
}

.forgotten-page input,
.well input {
	resize: none;
	box-shadow: none!important;
	outline: 0;
	color: #000
}

.forgotten-page input:hover,
.well input:hover {
	border-color: #4ec124
}

.well a {
	display: block;
	font-size: 14px;
	color: #4ec124;
	transition: .3s
}

.well a:hover {
	color: #46ad20
}

.ht-link {
	display: inline-block;
	background: #4ec124;
	border: none;
	border-radius: 4px;
	transition: .3s;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 15px;
	text-align: center;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	text-shadow: none
}

.ht-link:hover {
	background: #46ad20;
	color: #fff
}

#button-confirm,
.btn.btn-addcart-list.button,
.ht-btn,
#reset-submit {
	display: inline-block;
	background: #4ec124;
	border: none;
	border-radius: 4px;
	transition: .3s;
	color: #fff!important;
	text-transform: uppercase;
	padding: 15px 25px;
	text-align: center;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	text-shadow: none
}

#button-confirm:hover,
.btn.btn-addcart-list.button:hover,
.ht-btn:hover,
#reset-submit:hover {
	background: #46ad20;
	color: #fff
}

.ht-btn-back {
	box-shadow: none;
	outline: 0;
	border: 1px solid #ccc;
	transition: .4s;
	color: #090909;
	font-size: 14px;
	padding: 5px 25px;
	text-align: center;
	text-shadow: none;
	background: #fff
}

.ht-btn-back:hover {
	border-color: #090909;
	background: #fff;
	color: #090909
}

.contact-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 60px 0
}

.contact-flex iframe {
	width: 100%;
	height: 100%
}

.contact-left,
.contact-right {
	display: block;
	width: 50%
}

.contact-block {
	display: block;
	margin-bottom: 40px
}

.contact-block_title {
	display: block;
	color: #000;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.5
}

.contact-block_content {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.5
}

.contact-block_content a {
	display: block;
	color: #777;
	transition: .3s;
	font-size: 13px;
	line-height: 1.7
}

.contact-block_content a:hover {
	color: #68c140
}

@media(max-width:992px) {
	.contact-flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.contact-left,
	.contact-right {
		width: 100%
	}
	.contact-flex iframe {
		height: 500px
	}
	.contact-block_title {
		font-size: 18px
	}
}

.info-page {
	padding: 30px 15px
}

.info-page h1 {
	display: block;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #68c140;
	margin: 0 0 20px
}

.info-page ol,
.info-page ol li,
.info-page p,
.info-page ul,
.info-page ul li {
	font-family: AvantGardeGothic!important;
	font-size: 14px!important;
	color: #727272!important;
	line-height: 1.5
}

.opt-form {
	display: block;
	background: #e2e2e2;
	padding: 30px 0
}

#opt-callback {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.opt-block {
	display: block;
	width: calc(20% - 10px)
}

#opt-callback input {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #fff;
	outline: 0!important;
	background: #fff;
	padding: 10px;
	line-height: 1;
	font-size: 14px;
	color: #6e6e6e;
	box-shadow: 0 3px 2.91px .09px rgba(0, 0, 0, .1);
	border-radius: 7px;
	transition: .3s
}

#opt-callback input.error {
	border-color: #d4002d
}

#opt-callback button {
	display: block;
	width: 100%;
	border-radius: 7px;
	background: #68c140;
	box-shadow: 0 3px 2.91px .09px rgba(0, 0, 0, .1);
	height: 40px;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	transition: .3s;
	border: none!important;
	box-shadow: none!important;
	outline: 0!important
}

#opt-callback button:hover {
	background: #5fb03a
}

@media(max-width:992px) {
	#opt-callback {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.opt-block {
		width: calc(50% - 10px);
		margin-bottom: 20px
	}
	#opt-callback .opt-block:last-child {
		width: 100%;
		margin-bottom: 0
	}
}

@media(max-width:420px) {
	.opt-block {
		width: 100%;
		margin-bottom: 20px
	}
}

.category-page .home-products .nav.nav-tabs>li>a.active,
.category-page .home-products .nav.nav-tabs>li>a:hover {
	background: #59b831;
	color: #fff
}

.category-page .home-products .nav.nav-tabs>li>a.active:hover {
	background: #50a62d
}

@media(max-width:768px) {
	.category-page .categories-articles.home-products .nav.nav-tabs>li>a {
	padding: 14px 16px;
    background: #75da47;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    margin: 2px 0;

	}
}

@media(max-width:500px) {
	.category-page .categories-articles.home-products .nav.nav-tabs {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: space-between;
		display: initial;
    	text-align: center;
	}
}

.partners-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.partners-block img {
	display: block;
	max-width: 300px;
	max-height: 100px;
}

@media(max-width:992px) {
	.partners-block img {
		max-width: 200px
	}
}

@media(max-width:650px) {
	.partners-block img {
		max-width: 250px;
		margin-bottom: 15px
	}
}

.documents-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start
}

.documents-block a {
	display: block;
	width: calc(25% - 20px);
	cursor: pointer;
	margin-bottom: 20px;
}

@media(max-width:650px) {
	.documents-block {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.documents-block img {
		width: calc(50% - 20px);
		margin-bottom: 40px
	}
}

.our-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

.our-menu a {
	display: block;
	font-size: 16px;
	color: #606060;
	text-transform: uppercase;
	padding: 14px 25px 10px;
	transition: .3s;
	border-radius: 3px;
	line-height: 1;
	margin: 0 5px
}

.our-menu a.active,
.our-menu a:hover {
	background: #59b831;
	color: #fff
}

.our-menu a.active:hover {
	background: #51a82d
}

.head-onas {
	display: block;
	position: relative
}

.hidden-onas {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 10;
	padding: 10px 0;
	box-shadow: 0 2px 5px #000;
	width: 200px
}

.head-onas>a i {
	display: inline-block;
	margin-left: 5px;
	font-size: 11px
}

.hidden-onas a {
	display: block;
	padding: 5px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	transition: .3s;
	margin-left: 0!important
}

.hidden-onas a:hover {
	background: #59b831;
	color: #fff
}

@media(max-width:992px) {
	.head-onas>a {
		display: none
	}
	.hidden-onas {
		display: block;
		position: relative;
		box-shadow: none;
		background: 0 0;
		width: 100%
	}
}

@media(max-width:650px) {
	.our-menu {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.our-menu a {
		margin-bottom: 5px
	}
}

@media(max-width:375px) {
	.our-menu {
		justify-content: flex-start
	}
	.our-menu a {
		margin: 0 50px 5px 0
	}
}

.offer {
	display: block;
	margin-bottom: 20px;
	border: 5px solid #e0e0e0;
	padding: 15px 30px
}

.offer_head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer
}

.offer_head-left {
	display: block;
	width: calc(100% - 250px)
}

.offer_name {
	display: block;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #68c140;
	margin-bottom: 5px
}

.offer_city {
	display: block;
	font-size: 16px;
	color: #797979;
	margin-bottom: 5px
}

.offer_date {
	display: block;
	font-size: 12px;
	color: #797979
}

.offer_head-price {
	display: block;
	font-size: 20px;
	font-weight: 700;
	width: 130px;
	text-align: right;
	color: #68c140;
	margin-right: 50px
}

.offer_head-arrow {
	display: block;
	width: 70px
}

.offer_head-arrow svg {
	display: block;
	width: 70px;
	height: 70px;
	transition: .3s;
	fill: #59b831
}

.offer.active .offer_head-arrow svg {
	transform: rotate(180deg)
}

.offer_body {
	display: none;
	padding: 15px 0
}

.load_more {
	display: block;
	max-width: 250px;
	margin: 50px auto 20px;
	line-height: 1;
	transition: .3s;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 14px 50px;
	border-radius: 4px;
	background: #59b831;
	border: none
}

.load_more:hover {
	background: #4c9e2a;
	color: #fff
}

.blog-category .banner {
	margin-bottom: 30px
}

.notfound-block {
	display: block;
	margin: auto;
	width: 260px;
	text-align: center
}

.notfound-block h1 {
	display: block;
	font-size: 120px;
	text-transform: uppercase;
	text-align: center;
	color: #00ba44!important;
	margin-bottom: 15px;
	line-height: 1.5
}

.nat-btn {
	display: block;
	background: #00ba44;
	border-radius: 5px;
	transition: .3s;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	cursor: pointer;
	text-shadow: none;
	position: relative
}

.nat-btn:hover {
	background: #00a63d;
	color: #fff
}

#countdownblock {
	display: block;
	margin: 40px 0
}

.countdown-name {
	display: block;
	color: #00ba44;
	font-size: 22px;
	margin-bottom: 25px;
	text-align: center
}

#countdown {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center
}

#countdown .time-block {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #00ba44;
	margin: 0 20px;
	position: relative;
}
#countdown .time-block:not(:last-child):after {
	content: ':';
	display: block;
	position: absolute;
	font-size: 36px;
	color: #00ba44;
	right: -20px;
	transform: translateX(50%);
	top: 5px;
}

#countdown .time-block span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px
}

.quan-simple {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 5px;
	border: 1px solid #e5e6e7;
	border-radius: 5px
}

.quan-simple input {
	display: block;
	width: 40px!important;
	min-width: 0!important;
	text-align: center;
	border: none;
	box-shadow: none!important;
	outline: 0!important
}

.quan-simple>span {
	display: block;
	width: 35px
}

.quan-simple>span button {
	display: block!important;
	border: none;
	box-shadow: none;
	border-radius: 5px!important;
	background: #33b91c;
	transition: .3s;
	cursor: pointer;
	text-shadow: none;
	outline: 0!important
}

.quan-simple>span button:hover {
	background: #2fab1a
}

@media(max-width:375px) {
	.quan-simple>span {
		display: none
	}
	.quan-simple {
		padding: 0;
		border: none
	}
}

#tab-review .rating>div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 150px;
	height: 21px;
	margin: 10px 10px 10px 0;
	background: url(../image/stars.png) 0 0 no-repeat transparent;
	-webkit-background-size: 100%;
	background-size: 100%
}

#tab-review .rating>div>div {
	float: left;
	width: 22px;
	height: 22px;
	cursor: pointer
}

#tab-review .rating>span {
	display: inline-block;
	font: normal 12px/18px Arial, Helvetica, sans-serif
}

#tab-review .rating>span>span {
	display: none
}

@media(max-width: 768px) {
	.offer_name,
	.offer_head-price {
		font-size: 18px;
	}
	.offer_head-arrow,
	.offer_head-arrow svg {
		width: 40px;
		height: 40px;
	}
}

@media(max-width: 550px) {
	.offer {
		padding: 10px 15px;
	}
	.offer_head {
		display: block;
	}
	.offer_name,
	.offer_head-price {
		font-size: 14px;
	}
	.offer_head-left,
	.offer_head-price {
		width: 100%;
	}
	.offer_head-price {
		text-align: left;
		margin: 10px 0 10px;
	}
	.offer_head-arrow {
		margin: -40px 0 0 auto;
	}

	#countdown .time-block {
		margin: 0 10px;
	}
	#countdown .time-block:not(:last-child):after {
		right: -10px;
	}
}

.article-items .main-article {
	width: 100%;
	margin: 0;
}

.article-items .main-article img {
	margin: auto;
}

.main-article a:hover .article-name {
	color: #68c140;
}

.documents-block {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.special-block {
	overflow-x: hidden;
}
.skidka {
	background: #fda1a1;
    text-align: center;
    font-size: 16px;
    display: inherit;
    padding: 10px 0;
}
@media(max-width:768px) {
    .skidka {
        margin-top: -15px;
    }
}

#total_som_discount {
	color: #f33f3f;
	font-size: 14px;
}
