.collection_item {
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
	height: 443px;
	overflow: hidden;
}

.collection_item__hide .btn {
	border: none;
	width: 100%;
	margin-bottom: 10px;
}

.goods-loader-btn {
	padding-top: 12px;
}

.icon_tips {
	margin-left: -10px;
	top: 30px;
	position: absolute;	
}

.collection_new {
	right: 0;
	top: 2%;
	position: absolute;
	background: url(/img/catalog/new.png);
	width: 61px;
	height: 48px;
	z-index: 10;
}

.collection_promocii {
	right: 0;
	top: 2%;
	position: absolute;
	background: url(/img/catalog/promocii.png);
	width: 124px;
	height: 37px;
	z-index: 10;
}

.collection_skidka {
	right: 0;
	top: 2%;
	position: absolute;
	background: url(/img/skidka.png);
	width: 59px;
	height: 59px;
	z-index: 10;
}

.collection_item__image {
	margin-bottom: 10px;
	height: 220px;
}

.collection_item__image img {
	max-height: 220px;
	margin: 0 auto;
}

.collection_item__brand {
	font-size: 19px;
}

.collection_item__name {
	min-height: 63px;
	margin: 5px 0;
	font-size: 19px;
	font-weight: bold;
	font-family: "FreeSetBoldCyrillic", Arial;
}

.collection_item__description {
	min-height: 80px;
}

.collection_item__cart_btn {
	position: relative;
	z-index: 9;
	margin: 10px 0px;
}

.collection_item__cart_btn .btn-white {
	width: 116px;
	height: 49px;	
    line-height: 47px;
    padding: 0;
}

.collection_item__cart_name {
	cursor: pointer;
	font-size: 19px;
	line-height: 49px;
	border: none;
	width: 116px;
	height: 49px;
	font-family: "FreeSet Cyrillic", Arial;
	background: #006900;
	color: #fff;	
	text-align: center;
	border-radius: 5px;
}

.collection_item__price {
	font-size: 17px;
	margin: 5px 0;
	height: 75px;
}
.price-eur { color: #666; margin-top: 5px; text-align: center;}

.collection_item__price span {
	color: #006900;
	font-size: 26px;
	font-weight: bold;
}


.collection_item__price_old {
	font-size: 15px;
	margin-bottom: 10px;
}

.collection_item__price_old s {
	font-size: 22px;
}
