.recommend_item {
	margin-bottom: 40px;
}

.recommend_body {
	padding: 0px;
}

.recommend_body {
	font-family: Tahoma;
	font-size: 14px;
	color: #1e1e1e;
}

.recommend_right__name {
	color: #006900;
	font-size: 20px;
	margin-bottom: 10px;
}

.recommend_right__rank {
	margin-top: 10px;
}

.recommend__image {
	position: relative;
}

.recommend__image img {
	opacity: 0.75;
}

.lupa {
	cursor: pointer;
	z-index: 9;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/img/catalog/lupa.png) no-repeat center;
}

.recommend__image:hover .lupa {
	display: none;
}

.recommend__image:hover img {
	opacity: 1;
}

@media (max-width: 767px) {
	.recommend_right__name {
		margin: 5px 0;
		text-align: center;
	}
	.recommend_right__rank {
		text-align: center;
	}
	.recommend_body p {
		text-align: justify;
	}
}