.single-product div.product form.cart {
  padding : 0;
}
.single-product button.single_add_to_cart_button {
  display : none;
}
.single-product .quantity {
  display : none;
}
/* For Swiper 
.single-product div.product {
  overflow: hidden !important;
}
*/
.single-product .woocommerce-product-gallery__image {
  background-color : white;
}
.single-product .woocommerce-product-gallery__image img {
  margin           : 0 auto;
  padding          : 24px;
  background-color : white;
}

