/* Fix the huge space below the product gallery */
/*
@media (max-width: 768px) {
  .woocommerce-product-gallery,
  .woocommerce-product-gallery .flex-viewport {
    height: auto !important;
    min-height: auto !important;
  }

  .woocommerce-product-gallery .flex-viewport .slides li {
    width: 100%;
    float: left;
  }
  .product-image-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
  }
}*/
