.product-category h2 {
	font-size: 15px;
	line-height: normal;
	margin-top: 15px;
}

/*doesn't show how many products are in a category */
.woocommerce-loop-category__title .count{
display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
   text-align: center;
}