.single-product .woocommerce-main-image {
display: none;
}
/* removes the image on product id = 123 */
.postid-123 div.images {
display:none;
}
/* removes the image on product id = 140 */
.postid-140 div.images {
display:none;
}
/* removes the image on product id = 153 */
.postid-153 div.images {
display:none;
}
/* stretches the product description on full width */
.postid-123 div.summary {
width: 98%;
float: none;
}
/* stretches the product description on full width */
.postid-154 div.summary {
width: 98%;
float: none;
}
.single-product .woocommerce-message {
display: none !important;
}