/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.woocommerce .products {
  padding: 0 !important;
}
.product-filter p.filter-heading {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.product-filter .show-all-filter {
  padding-bottom: 15px;
}
.product-filter ul.isotope_filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-filter ul.isotope_filter li.active a {
  font-weight: bold;
  color: #436287;
}
