.woocommerce .button {
font-weight: bold !important;
font-size: 1rem !important;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3
{font-size: 0.8em !important;}

h2.woocommerce-loop-product__title {
    margin-top: 10px !important;		
}

@media screen and (min-width: 768px) {
         .woocommerce-active .site-header .site-branding img {
          max-width: 15%; /* Adjust this percentage up or down to make the logo larger or smaller. */
          }
}