/*common*/
body{
	font-size: 13px;
    color: #222;
	font-family:arial;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top:100px;
	height: 220px;
	background: transparent url(../site_img/footer.jpg) no-repeat bottom center;
}
a{
	color:#009846;
}
a:focus{
	color:inherit;
}
a:hover{
	color:inherit;
}
.color-normal,.text a.color-normal{
	color:#000;
}
.color-black{
	color:#000;
}
.color-gray{
	color:#a1a1a1;
}
.color-white{
	color:#ffffff;
}
.color-orange{
	color:#ff6600;
}
.color-green,.color-green:hover{
	color:#009846;
}

.lh1{
	line-height:1;
}
a.nounderline:hover{
	text-decoration:none;
}
.bg-top{
	box-shadow: inset 0 -2px 3px rgb(0 0 0 / 5%);
	background:rgba(0,152,70,0.2);
}
.right-login-block{
	background:#e5f4ec;
    box-shadow: 0 1px 2px 0 rgb(56 94 104 / 26%);
	margin-bottom: 14px;
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
	color: #576e75;
}
.error{
	font-style:italic;
	color:red;
}
.right-login-block a span.cart-count{
	display:inline-block;
	color: #fff;
	background: #009846;
	width:20px;
	height:20px;
	text-align:center;
	font-size:12px;
	border-radius:50%;
}
.right-login-block a{
    white-space: nowrap;	
	color: #576e75;
	text-decoration:none;
}
a.cart-a:hover{
	color: #222;
}
.top-menu a {
    color: #000;
    text-shadow: 0 1px 1px rgb(255 255 255 / 50%);
	display:inline-block;
	margin-right:22px;
    font-size: 14px;
}
.catalog-popup{
	position:relative;
}
.main-menu .catalog-popup > a{
	width: 200px;
    justify-content: flex-start;
    padding-left: 15px;
    text-align: left;
}
.catalog-popup div{
	display:none;
	position:absolute;
	width:200px;
	top:73px;
	left:0;
	z-index:30
}
.catalog-popup:hover div{
	display:block;
}
.main-menu .catalog-popup div a{
	display:block;
	border-right: 1px solid #97b9a7;
	border-top:0;
	min-height: auto;
	padding:10px 15px;
	text-align: left;
}
.main-menu .catalog-popup div a:first-child{
	border-right: 1px solid #97b9a7;
}
.main-menu{
	z-index: 1000;
    position: relative;
}
.bg-white{
	padding: 15px 25px 0 25px;
    border: 1px solid #e1e7e9;
    border-radius: 5px 5px 0 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(56 94 104 / 26%);
	border-bottom: 0;
}
.search button{
	color: #009846;
	width: 34px;
	background:transparent;
	border:0;
	border-left: 1px solid #97b9a7;
	cursor:pointer;
	outline:0;
	height: 30px;
}
.search input{
	flex:1;
	width:100%;
	border:0;
	height: 30px;
	background:transparent;
	padding:0 15px;
	outline:0;
}
.search {    
    border-top: 1px solid #97b9a7;
    border-right: 1px solid #97b9a7;
    border-bottom: 1px solid #97b9a7;
    border-left: 1px solid #97b9a7;
    border-radius: 3px;	
    background: #fff;
    box-shadow: inset 0 2px 3px 0 rgb(0 0 0 / 10%);
}
.main-menu{	
	margin:10px -26px 0 -26px;
}
.main-menu a{
	display:flex;
	width:100%;
	text-align:center;
	justify-content:center;
	min-height:74px;
	font-size:14px;
	align-items: center;	
    color: #009846;
    text-decoration: none;
	border-top: 1px solid #97b9a7;
	background: linear-gradient(to bottom, #f2fbf6 0%,#bbd0c5 100%);
	border-bottom: 1px solid #97b9a7;
	border-left: 1px solid #97b9a7;
    font-weight: bold;
    text-shadow: 0 1px 1px rgb(255 255 255 / 80%);
}
.main-menu a:last-child{
	border-right: 1px solid #97b9a7;
}
.main-menu a:hover{
	background:#fff;
}
.slider-block{
	padding-bottom:50px;
	position:relative;
}
.slider-block .slide-one{
	display:grid;
	background:#fff;
	grid-template-columns: 1fr 1fr 1fr 1fr;	
}
.item-one{
	position:relative;
	padding: 1px 26px;
}
.item-one a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 13px;
}
.item-one .btn-text{
	display:none;
	text-align:center;
}
.item-one:hover .btn-text{
	display:block;
}
.item-one .btn-text a, a.add-cart{
	display:inline-block;
	background: linear-gradient(to bottom,#4ec786 0%,#009846 100%);
	color: #fff;
    text-shadow: 0 1px 0 #165c99;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
	line-height: 25px;
    height: 25px;
	padding:0 15px;
	font-weight:bold;
}
.item-one .btn-text a:hover, a.add-cart:hover{
	background: linear-gradient(to bottom,#009846 0%,#009846 100%);
}
.item-one > div{
	padding-top:20px;
	display: flex;
    height: 100%;
    flex-direction: column;
}
.item-one:hover >div{
    position: absolute;
    z-index: 990;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    background: #fff;
    -webkit-animation: borderview 0.5s;
    animation: borderview 0.5s;
	padding:20px 25px 15px 25px;	
    height: auto;
}
.item-one .item-name{
	min-height:38px;
}
@keyframes borderview {from {border: 1px solid #fdfdfd;box-shadow: 0 0 0 0 rgba(0,0,0,0);} to {border: 1px solid #d3d3d3;box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border: 1px solid #fdfdfd;box-shadow: 0 0 0 0 rgba(0,0,0,0);} to {border: 1px solid #d3d3d3;box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);}}

.slider-controls a{
	position:absolute;
	top:50%;
	z-index:999;
	background: linear-gradient(to bottom,#4ec786 0%,#009846 100%);
	border-radius:50%;
	width:35px;
	height:35px;
	color:#fff;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	line-height:35px;
	margin-top:-30px;
}
.slider-controls a:hover{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
}
.slider-controls a.slide-left{
	left:-17px;
}
.slider-controls a.slide-right{
	right:-17px;
}
.slider-pointer{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	text-align:center;
	padding:15px 0;
}
.slider-pointer a{
	display:inline-block;
	margin:0 5px;
	background:#e5f4ec;
	width:12px;
	height:12px;
	border-radius:50%;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
}
.slider-pointer a.active{
	background: linear-gradient(to bottom,#4ec786 0%,#009846 100%);
}
.text h1{
    padding-bottom: 14px;
	font-weight:bold;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.text h2{
	font-size: 20px;
	font-weight:bold;
	margin-top:15px;
	padding-bottom: 14px;
}
.text li{
	padding-bottom:15px;
}
.text a{
	color:#009846;
}
.footer1 {
    background: rgba(0,152,70,0.3) url(../site_img/footer1.png);
	padding:40px 0;
    box-shadow: inset 0 -3px 6px rgb(0 0 0 / 10%), inset 0 12px 11px -10px rgb(0 0 0 / 20%);
}
.footer1 a{
    color: #009846;
}
.footer1 a.color-normal{
    color: #333;
}
.footer1 a.btn-white{
	color: #656565;
    text-shadow: 0 1px 0 #fff;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
    font-size: 14px;
	background-image: linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	padding: 0 13px;
    height: 34px;
    font-weight: bold;
    line-height: 32px;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
}
.footer1 a.btn-white:hover {
    box-shadow: none;
}
.footer2 {
    background: rgba(0,152,70,0.7) url(../site_img/footer2.png);
	padding:30px 0;
}
.footer2 h4{
	padding-bottom: 15px;
	font-size: 23px;
	color: #fff;
    text-shadow: 0 1px 2px #17326e;
	font-weight:bold;
	background:url(../site_img/footer_h4_bg.png) repeat-x bottom;
}
.footer2 a{
	display:block;
	padding:7px 0;
	color:#fff;
	text-shadow: 0 1px 2px #17326e;
}
.footer_social_icon {
    margin: 10px 0 20px 0;
}
.footer_social_icon ul {
    margin: 0;
    padding: 0;
}
.footer_social_icon ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.footer_social_icon ul li.fb a {
    background-position: 0 0;
}
.footer_social_icon ul li a:hover {
    opacity: 1;
}
.footer_social_icon ul li a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../site_img/social_icon.png) no-repeat;
    opacity: .9;
}
.footer_social_icon ul li.tw a {
    background-position: -32px 0;
}
.footer_social_icon ul li.gp a {
    background-position: -64px 0;
}
.footer_social_icon ul li.vk a {
    background-position: -96px 0;
}
.popup{
	width:300px;
	padding:15px;
}
.popup h4{
	font-size:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
.fncy-custom-close{
	position:absolute;
	top:0px;
	right:0px;
}
.popup input[type=text],.popup input[type=password],.popup input[type=email],
.register-form input[type=text],.register-form input[type=password],.register-form input[type=email]
{
	width:100%;
    height: 40px;
	line-height:38px;
	outline:0;
    border: 1px solid #8CA3AE;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 3px 6px 0 rgb(215 215 215 / 70%);
	padding:0 15px;
}
.btn-green {
    background: linear-gradient(to bottom,#4ec786 0%,#009846 100%);
    color: #fff;
    text-shadow: 0 1px 0 #165c99;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    height: 32px;
    padding: 0 25px;
    font-weight: bold;
}
.btn-green:hover{
	color: #fff;
	background: linear-gradient(to bottom,#009846 0%,#009846 100%);
}
.breads{
	color: #555;
	padding:20px 15px;
	font-size: 11px;
}
.breads a{
	color: #555;
    opacity: .5;
}
.breads a:hover{
	opacity:1;
}
.breads i{
	margin:0 10px;
}
.categories,.items-block{
	display:grid;
	background:#fff;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;	
	grid-gap: 20px 20px;
}
.category-one{
	text-align:center;
}
.category-one a{
    color: #191919;
	font-size:15px;
}
.category-one img{
	border: 1px solid #ccc;
    border-radius: 3px;
}
.category-one img:hover {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
}
.sorted-block {
    background: #f9f9fa;
    margin: 40px 0;
    padding: 25px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.sorted-block select {
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
	outline:0;
	padding:0 10px;
    font-size: 13px;
}
.items-block{
	margin:30px 0;
}
.count-text{
	display:none;	
}
.item-one:hover .count-text{
	display:block;
}
.counter{
	margin: 0 auto 5px auto;
	width:101px;
}
.counter span{
	margin-left:10px;
}
.counter a{
	width:18px;
	height:18px;
	line-height:16px;
	text-align:Center;
	background-image: linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color: #656565;
	text-decoration:none;
    text-shadow: 0 1px 0 #fff;
	border: 1px solid #e9e9e9;
}
.counter input{
	text-align:Center;
	border:0;
    width: 40px;
}
.pager{
	text-align:center;
	margin-bottom:30px;
}
.pager a, .pager em {
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: inline-block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
	margin:0 3px;
    border-radius: 50%;
    line-height:32px;
	text-decoration:none;
	font-style:normal;
}
.pager em{
    background: #009846;
    color: #fff;
}
.full-item-image img{
	border: 1px solid #cfcfcf;
    border-radius: 2px;
}
.full-item-price .price {
    display: inline-block;
    margin-top: 2px;
    padding: 0 10px;
    border-bottom: 1px solid #e6e6e6;
    background: linear-gradient(to bottom,#4ec786 0%,#009846 100%);
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    line-height: 33px;
}
.full-item-price .counter{
	margin:0;
}
.text a.add-cart {
    color: #fff;
}
.full-item-chars p{
	margin-bottom:5px;
}
.register-form{
	max-width:400px;
}
.cart-title{
    padding: 13px 25px;
    border: 1px solid #e2dfdf;
    background: #f2f2f2;
    transition: 300ms padding ease;
    align-items: center;
}
.cart-line{
	border: 1px solid #e2dfdf;
	border-top:0;
}
.filter-block input{
	width:220px;
}
.cart-line .image{
	width:200px;
	padding:10px 30px;
}
.cart-line .counter {
    margin: 0 20px;
}
.cart-line .price,.cart-line .summa{
	padding-top:20px;
	width: 120px;
}
.counter-container{
	margin:0 10px;
	padding-top:23px;
}
.cart-line .name{
	flex:1;
	width:100%;
	padding:20px 0;
}
.cart-line .delete-one{
	padding-top:18px;
	margin:0 15px;
}
.cart-line .delete-one a{
	color:#ca0000;
}
.cart-footer{
	 padding: 13px 25px;
    border: 1px solid #e2dfdf;
    background: #f2f2f2;
	margin-bottom:40px;
}
.text .cart-footer a.btn-green{
	font-weight:400;
	line-height: 40px;
	color:#fff;
    height: 42px;
}
.cart-block-one{
	border: 1px solid #cceada;
	margin-bottom:20px;
}
.cart-block-one h4{
	border-bottom: 1px solid #cceada;
	font-size:20px;
	padding:10px 15px;
	background:#eee;
}
.cart-block-one-content{
	padding:10px 15px;	
}
.process-cart input[type=text],.process-cart input[type=email],.profile-do input[type=text],.profile-do input[type=email],.profile-do input[type=password]{
	background-color: #f8fafc;
    border: 1px solid #d5dadc;
    border-radius: 2px;
	width:100%;
	padding:0 15px;
	height:34px;
	line-height:32px;
}
.process-cart textarea{
	background-color: #f8fafc;
    border: 1px solid #d5dadc;
    border-radius: 2px;
	width:100%;
	padding:10px 15px;
	height:100px;
}
.cart-result{
	position:sticky;
	top:0;
}
.basket-prop-list {
    padding: 0;
    margin: 0 0 15px;
    list-style-type: none;
}
.basket-prop-list li {
    border-bottom: 2px dotted #e7e7e7;
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.basket-prop-list li span.prop-name, .basket-prop-list li span.prop-value {
    bottom: -6px;
}
.basket-prop-list .prop-name {
    position: relative;
    margin-right: 7em;
    padding-right: 2px;
}
.basket-prop-list li span {
    background-color: #FFF;
    margin: 0;
}
.basket-prop-list .prop-value {
    position: absolute;
    right: 0;
    padding-left: 2px;
}
.text a.lk-menu-a {
	display:block;
	border-bottom: 1px solid #cceada;
	padding:10px 15px;
	text-decoration:none;
}
.text a.lk-menu-a.active,.text a.lk-menu-a:hover{
	color:#fff;
	background: #009846;
}
.text a.lk-menu-a:last-child{
	border-bottom:0;
}
.cart-block-one h4.mb0{
	margin-bottom:0;
}

@media (max-width: 1300px) {
	.fs20 {
		font-size: 18px !important;
	}
}
@media (max-width: 1200px) {
	.main-menu a{
		min-height: 60px;
	}
	.catalog-popup div{
		top: 60px;
	}
	.fs28 {
		font-size: 26px !important;
	}
}
@media (max-width: 992px) {
	.cart-line .counter {
		margin: 0 10px;
	}
	.cart-line .price, .cart-line .summa {
		width: 100px;
	}
	.cart-line .image {
		width: 100px;
		padding: 10px 10px;
	}
	.fs16 {
		font-size: 14px !important;
	}
	.categories,.items-block{
		grid-template-columns: 1fr 1fr 1fr;	
		grid-gap: 20px 20px;
	}
	.main-menu .catalog-popup > a {
		width: 170px;
	}
	.bg-white {
		padding: 15px 15px 0 15px;
	}
	.main-menu {
		margin: 0px -16px 0 -16px;
	}
	.fs20 {
		font-size: 17px !important;
	}
	.fs22 {
		font-size: 20px !important;
	}
	.text h1 {
		font-size: 20px;
	}
	.fs28 {
		font-size: 19px !important;
	}
}
@media (max-width: 767px) {
	.cart-title {
		padding: 10px;
	}
	.filter-block input {
		width: 100%;
	}
	.filter-block{
		margin-bottom:10px;
	}
	.cart-counter{
		text-align:center;
	}
	.cart-line{
		position:relative;
		padding:10px;
	}
	.cart-line .delete-one {
		padding-top: 0px;
		position: absolute;
		top: 10px;
		right: 10px;
		margin: 0;
	}
	.cart-line .image {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.cart-line .image img{
		max-width:200px;
	}
	.cart-line .name {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.cart-line .name a.color-normal{
		text-decoration:underline;
	}
	.price-counter-container{
		width: 230px;
		margin: 0 auto;
	}
	.cart-line .price, .cart-line .summa {
		padding-top: 10px;
	}
	.cart-line .summa{
		width:100%;
		font-size:14px;
		text-align:center!important;
	}
	.counter-container {
		padding-top: 12px;
	}
	.fs32 {
		font-size: 20px !important;
	}
	.cart-footer{
		text-align:center;
	}
	.categories,.items-block{
		grid-template-columns: 1fr 1fr;	
		grid-gap: 10px 10px;
	}
	.items-block .item-one {
		padding: 1px 5px;
	}
	.count-text {
		display: block;
	}
	.items-block .item-one:hover >div{
		padding: 22px 1px;
	}
	a.toggle-menu{
		color:#009846;
		text-decoration:none;
	}
	.main-menu{
	    position: absolute;
		top: 45px;
		background:#cceada;
		display: none;
		width: calc(100% - 30px);
	}
	.main-menu .catalog-popup > a {
		width: 100%;
	}
	.main-menu a {
		min-height: auto;
		padding: 5px 15px;
		text-align: left;
		display: block;
	}
	.catalog-popup div {
		display: none;
		position: static;
		width: 100%;
	}
	.main-menu .catalog-popup div a {
		padding: 5px 15px;
		background: #eee;
	}
	.catalog-popup:hover div {
		display: none;
	}
	.catalog-popup.pop div {
		display: block;
	}
	.mr20 {
		margin-right: 10px;
	}
	.bg-white {
		padding: 10px 10px 0 10px;
	}
	.fs20 {
		font-size: 15px !important;
	}
	.pt15 {
		padding-top: 0px; 
		padding-bottom: 10px;
	}
	.slider-block .slide-one {
		grid-template-columns: 1fr 1fr;
	}
	.item-one {
		padding: 1px 19px;
	}
	.item-one:hover >div {
		position: static;
		box-shadow: none;
		border: 0;
		padding: 19px 1px;
		box-shadow: none;
		-webkit-animation: none;
		animation: none;
	}
	.item-one .btn-text {
		display: block;
	}
	.right-login-block .ml10{
		margin-left:0;
	}
	.slider-controls a {
		width: 20px;
		height: 20px;
		color: #fff;
		line-height: 20px;
		font-size: 14px;
		margin-top: -10px;
	}
	.slider-controls a.slide-left {
		left: -10px;
	}
	.slider-controls a.slide-right {
		right: -10px;
	}
	.popup{
		width:260px;
		padding:10px;
	}
	.orders-table-wrapper{
		overflow:auto;
	}
	.orders-table-wrapper .pl0 {
		padding-left:15px;
	}
}