﻿/* hide all product related elements in the product details page */
.sku,
.attributes,
.delivery,
.availability,
.product-filters,
.block-manufacturer-navigation,
.product-estimate-shipping,
.add-to-wishlist,
.compare-products,
.prices,
.add-to-cart {
  display: none !important;
}

/* cause the description to wrap around the gallery */
.full-description {
  clear: none;
}

/* adjust the image gallery margin */
.gallery {
  margin: 0 2% 0 0;
}

.gallery .picture:before {
    padding-top: 40%;
}

/* adjust various styles for different media views */
@media (min-width: 1001px) {
  .overview {
    margin: 0 0 20px 0;
  }

  .gallery {
    margin: 0 2% 0 0 !important;
  }

  .full-description {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (min-width: 769px) {
  .gallery {
    margin: 0 auto 0 auto;
  }
}
