#product_name {
	font-size: 14px;
}
.product_img_selector {
	/*border: 1px solid #ccc;*/
}
.product_img_selector:hover {
	cursor: pointer;
}
#product_main_img {
    min-height: 375px;
	max-height: 375px;
}
/*.product_active_img {
	border: 2px solid #000;
	box-shadow: 2px 2px 5px grey;
}*/
@media (min-width: 1600px) {
    .product-box .producto-info {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    .product-box .producto-info {
        font-size: 16px;
    }
}
@media (max-width:991px) {
    .product-box .producto-info {
        font-size: 14px;
    }
    #product_main_img {
        min-height: 200px;
        max-height: 200px;
    }
}