/*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;
	min-width: 100px;
	height: auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.pc8-product-title {
	font-weight: bold;
}
.pc8-product-text {
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 500px) {
   .pc8-product-text { 
    width:auto;
	margin-top: 20px;
  }
}

img.pc8-resize{
	width: 100%;
    max-width:20%;
    height: auto;
}

.pc8-nospace {
	padding: 0;
	margin: 0;
}

.pc8-indent {
	margin-left:8%;
}

.pc8-margleft {
	margin-left: 15px;
}

.pc8-margtop {
	margin-top: 10px;
}

.test {
	color: blue;
}

.pc8-subcategory-description {
	margin-bottom: 25px;
	font-size: 16px;
}
