
/* Catalog description */
.catalog-text-block {
	padding: 15px;
}
.catalog-desc {
	margin-bottom: 20px;
	margin-top: 10px;
}
.catalog-desc-link {
	display: table;
	margin: 0 auto;
}

#subcatalog-menu {
	margin: 30px 0;
}


.cell {
	margin: 30px 0;
}

.cell .cell-link {
	max-height: 270px;
	max-width: 270px; 
	position:relative; 
	display: table;
	margin:0 auto;
	text-align: center;
}

.cell .cell-link img {
	width: 100%;
	padding: 0 20px;
}
.cell .cell-link h3,
.cell .cell-link h4 {
	/*height: 40px;*/
	color: #000;
}



.cell .block-cost {
	display: table;
	margin: 0 auto;
}
.cell .cost {
	color: #875449; 
	font-size: 24px; 
	font-weight: bold;
	margin:0 3px;
}

.cell .cost:after {
	font-weight: normal;
	font-size: 16px;
	content: 'руб';
}

#main-products[data-type='list'] .product-img {
	float: left;position: relative;
}
@media (max-width: 767px) {
	#main-products[data-type='list'] .product-img {
		/*
		text-align: center;
		float: none;
		*/
	}

}

.main-img {
	max-width: 300px;
	max-height: 300px;
}



