/* Enter Your Custom CSS Here */

/* because product detail pages had the featured image displayed twice */
.page-header-image-single img {display: none;}

/* made the progress bar &amp; text more prominent */
div.wppb-progress { height: 45px; }
div.wppb-progress span { height: 45px; }
div.wppb-wrapper div.inside { line-height: 45px; font-size: 25px; }


/* added excerpt to the product thumbnail on the category pages */
ul.products span.excerpt p{ margin-bottom: 0 !important;}


/* made the product price bigger */
.woocommerce ul.products li.product .price { 
  font-weight: 600;
  margin: -20px 0 -20px;
  font-size: 500%;
} 
.woocommerce div.product p.price { 
  font-size: 500%;
  font-weight: 600;
  margin-bottom: 0;
}

/* prevented an ugly line wrap for 'brodie smith 21' on the product category page */
.woocommerce ul.products li.product h3 { font-size: 0.9em; } 








