@media screen and (max-width: 768px) {
	.prod-reviews, .prod-save{
		display: block;
	}
	.product-for-categories .product-thumbnail{
		height: auto;
	}

}
@media screen and (max-width: 767px) {
	.pro-item-mode-0 .pro-thumbnail a{
		width: 100%;
	}
	.rep-widget-form-submit .form-group{
		width: 100px !important;
	}
}