/*FRONTEND for Product Catalog 8*/

.pc8-catalog-container {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.pc8-category {
	font-size: 18px;
	font-weight: bold;
}

.pc8-catmarg {
	margin-bottom: 5px;
	margin-top: 20px !important;
}


.pc8-subcategory {
	font-size: 14px;
	font-weight: bold;
}



/*Product*/

.pc8-product {
	border: 1px solid #c1c1c1;
	padding: 15px;
	margin: 10px;
	min-width: 100px;
}

.pc8-product-image {
	display: inline-block;