@media screen and (min-width: 1200px) {
	.products_detail_img {
		height: 350px;
	}

	.product_box img {
		width: 40%;
	}
}

@media screen and (min-width:992px) and ( max-width:1199px) {
	.products_detail_img {
		height: 300px;
	}

	.product_box img {
		width: 40%;
	}
}

@media screen and (min-width:769px) and ( max-width:991px) {
	.products_detail_img {
		height: 250px;
	}

	.product_box img {
		width: 50%;
	}
}

@media screen and ( max-width:768px) {
	.products_detail_img {
		height: 200px;
	}

	.product_box img {
		width: 60%;
	}
}

.products_data {
	text-align: center;
	margin: 0 0 30px 0;
}

.products_detail_img img {
	height: 100%;
	padding: 10px;
}

.products_detail_img_wide img {
	width: 80%;
	padding: 10px;
} 

.products_estimate_link {
	padding: 5px 0 0 0;
}

.product_box {
	width: 100%;
	text-align: center;
}