.img-responsive {
	max-width: 100%;
}

.margin_bottom_30_all {
	margin-bottom: 30px;
}

.product_list {
	min-height: 320px;
	transition: ease all 0.5s;
}

.cleaning .product_list {
	min-height: 340px;
	transition: ease all 0.5s;
}

.product_list:hover,
.product_list:focus {
	box-shadow: 0 0 25px -17px #000;
	border-bottom: solid #17a5e9 5px;
}

.product_img {
	overflow: hidden;
	background: #f3f3f3;
}

.product_img img {
	padding: 22px;
}

.cleaning .product_img img {
	padding: 0;
}

.product_detail_btm h4 {
	margin: 20px 0 10px 0;
	text-align: center;
}

.product_list .starratin {
	height: 0;
	overflow: hidden;
	transition: ease all 0.5s;
}

.product_list:hover .starratin,
.product_list:focus .starratin {
	height: 15px;
	margin-bottom: 6px;
}

.product_list:hover div.product_img img,
.product_list:focus div.product_img img {
	transform: scale(1.2);
	transition: ease all 0.5s;
}

