/* Full width shop/product page */
.woocommerce-page #secondary{
  display: none;
}

.woocommerce-page #primary.col-md-9{
  width: 100%;
}

/* Hide shop page title */ 
.post-type-archive-product h3.archive-title{
  display: none;
}

.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-breadcrumb{
  display: none;
}

/* Remove header image on Mobile */
@media only screen and (max-width: 1024px) {
     .header-image {
          display: none !important;
     }
}

/* Product 2 per row mobile */
@media only screen and (max-width: 639px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 48% !important;
    }
}
