.filter-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

}

.btnFilter {
	background: #b0d4ca;
	width: 164px;
	height: 29px;
	padding-left: 10px;
	border-radius: 5px;
	color: #03632e;
	margin: 30px 0px;
	font-size: 16px;
	font-family: "CuprumBold", Cuprum, sans-serif;
}

.btnFilter:hover {
	color: white;
	background: #4daa90;
}

.filter-box .active {
	color: white;
	background: #4daa90;
}

.btnDelivery {
	border: 1px solid #4ac892;
	color: #656565;
	background: #f6f6f6;
}

.btnDelivery .delivery-time {
	color: #43ac7c;
}

.icon-timer {
	content: " ";
	display: inline-block;
	vertical-align: bottom;
	background: url("img/body/timer.png") no-repeat center;

	margin-right: 5px;
	width: 24px;
	height: 24px;
}

.icon-calendar {
	content: " ";
	display: inline-block;
	vertical-align: bottom;
	background: url("img/body/calendar.png") no-repeat center;
	width: 21px;
	height: 21px;
	margin-right: 5px;
}

.icon-basket {
	content: " ";
	display: inline-block;
	vertical-align: bottom;
	background: url("img/body/basket.png") no-repeat center;
	width: 21px;
	height: 21px;
	margin-right: 5px;
}

.btnDelivery:hover {
	border: 1px solid #4ac892;
	color: #656565;
	background: transparent;
}

.btnFilter img {
	margin-right: 5px;
}

.wrap-border {
	border-bottom: 2px solid #32a370;
	margin-bottom: 20px;
}
.topPart{
	display: flex;
	align-items: center;
}
.topPart > .tittle {
	text-transform: uppercase;
	font-family: "Cuprum";
	font-size: 22px;
}

.item-card {
	/*padding: 5px;*/
	/*margin: 5px 10px;*/
}

.redButton {
	background: #db3246;
	width: auto;
	padding: 5px 15px;
	color: white;
	font-family: "Cuprum", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}

.redButton:hover {
	text-decoration: none;
	color: white;
}

.redButton.big {
	height: 48px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 12px;
	line-height: 48px;
	font-size: 18px;
	width: 213px;
}

.rub-index {
	content: " ";
	display: inline-block;
	background: url("img/body/rub.png") no-repeat center;
	width: 26px;
	height: 26px;
}

.item-card-img {
	height: 300px;
	width: 280px;
	overflow: hidden;
}

.item-card-img img {
	display: block;
	margin: 0 auto;
}

.item-card-tittle {
	text-align: center;
	padding: 5px 15px;
	font-family: "CuprumBold", sans-serif;
	font-size: 18px;
}

.item-card-footer {
	border-top: 1px dotted darkgrey;
	padding-top: 10px;
}

.item-card-footer .price-box .old-price {
	font-size: 16px;
	text-decoration: line-through;
	color: grey;
	font-family: "Cuprum", sans-serif;
	margin: 0 5px;
}

.item-card-footer .price-box .price {
	font-size: 24px;
	font-family: "CuprumBold", sans-serif;
	color: #208164;
	margin: 0 5px;
}



.arrow{
	position: relative;
	margin-left: 3px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
/*color: #4ac892;*/
.arrow:after {
	position: absolute;
	content: "^";
	color: #b4b4b4;

}
.arrow:before {
	position: absolute;
	content: "^";
	color: #b4b4b4;
	transform: rotate(180deg);
}
.arrow.asc:after{color: #4ac892;}
.arrow.desc:before{color: #4ac892;}
.tovar {
	width: 290px;
	height: 409px;
}
.tovar .img {
	height: 270px;
	width: 270px;
	margin: 0 0 20px;
	line-height: 270px;
	overflow: hidden;
	position: relative;
}

.tovar a {
	display: block;
	color: #000;
	text-decoration: none;
}
.tovar .img ul {
	display: block;
	position: absolute;
	width: 10000px;
	padding: 0;
}
.tovar .img ul li {
	display: block;
	float: left;
	width: 270px;
	height: 270px;
	text-align: center;
}

.tovar .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.tovar .name {
	font-size: 18px;
	font-family: "Cuprum";
	padding: 0 0 10px;
	min-height: 65px;
}
.tovar .name {
	text-align: center;
}
.tovar .control {
	padding: 0 10px;
	overflow: hidden;
	line-height: 35px;
	/*
	border-top: 1px dotted #d2d2d2;
	padding-top: 15px;
	*/
	border-top: 0px;
	padding-top: 0px;

}
.tovar .control .tovar_price {
	font-size: 18px;
	font-family: "Cuprum";
	padding: 0;
	display: inline-block;
	line-height: 26px;
	white-space: nowrap;
}
.tovar .control .tovar_price .green_price {
	color: #208164;
	font-size: 26px;
	font-family: "Cuprum";
}
.tovar .control .tovar_price:after {
	display: inline-block;
	content: "Р";
	background: #b0d4ca;
	/*background: #208164;*/
	border-radius: 50%;
	color: #fff;
	width: 26px;
	height: 26px;
	font-size: 16px;
	font-family: "Cuprum";
	vertical-align: top;
	text-align: center;
	line-height: 28px;
}
.tovar .control .addBasket {
	float: right;
}
.tovar .addBasket {
	display: inline-block;
	position: relative;
	border: none;
	background: #db3246;
	padding-left: 22px;
	font-size: 16px;
	font-family: "Cuprum";
	color: #fff;
	line-height: 35px;
	width: 109px;
	text-align: center;
	float: right;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.tovar .addBasket:before{
	content: " ";
	background: url("/local/templates/buket_main/img/product_card/icon_basket_small2.png") no-repeat;
	width: 33px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
}
.tovar a {
	display: block;
	color: #000;
}

.tovar .control .sell{
	color: #717171;
	font-size: 14px;
	font-family: "Cuprum";
	text-decoration: line-through;
}

.filter-home-page-cont.border-bottom-green{
	border-bottom: 1px solid #32a370;
	border-top: none;
}

.show-more-and-pagnav-row{
	padding-top: 50px;
	padding-bottom: 38px;
}
.description_section{
	margin-bottom: 33px;
	border-top: 1px solid #32a370;
	padding-top: 34px;
}