@charset "utf-8";
/* CSS Document */

.product_list{
		font-size:12px;
		padding-bottom:15px;
	}
	.product_list h5{
		color:#000;
	}
	.product_list ul{
		margin-left:45px;
	}
	.product_gallery{
		margin-bottom:15px;
	}
	.product_gallery .gallery_image{
		float:left;
		width:19%;
	}
	.product_gallery .gallery_image +  .gallery_image{
		margin-left:9px;	
	}
@media all and (min-width:768px) and (max-width:817px) {
	
}
@media all and (min-width:480px) and (max-width:767px) {
	
	.product_gallery .gallery_image {
		float: left;
		width: 18% !important;
	}
}
@media all and (max-width:479px) {
	
	.product_gallery{
		text-align: center;
	}
	.product_gallery .gallery_image + .gallery_image {
		margin-left: 0px !important;
	}
	.product_gallery .gallery_image {
		float:none !important;
		width: auto !important;
		display:inline-block !important;
		margin-bottom:10px;
	}
	 
}
