/*
Theme Name: Solarmart - Photovoltaic Solutions
Theme URI: https://gosolarmart.com
Author: Admin
Author URI: https://gosolarmart.com
Description: Custom WordPress Theme for Solarmart built from HTML template.
Version: 1.0.0
Text Domain: solarmart
*/
.woocommerce img, .woocommerce-page img{
	object-fit:contain !important;
}
.woocommerce img, .woocommerce-page img {
       max-height: 660px;
    height: 100%;
    margin: 0 auto;
}
.project-detail-main-image-wrap {
    background: #ffffff;
}
body {
    overflow-y: auto !important;
}
.recent-post-img {
    min-width: 100px;
    max-width: 100px;
}
footer.post-footer {
    display: none;
}
@media(max-width:1200px){
	.woocommerce img, .woocommerce-page img {
		max-height: 450px;
		height: unset;
		margin: 0 auto;
	}
}
@media(max-width:767px){
	.woocommerce img, .woocommerce-page img {
		max-height: 350px;
		height: unset;
		margin: 0 auto;
	}
}