.woocommerce-result-count {
  display: none;
  margin: -46px;
  padding: 22px;
}

ul.products li.product .woocommerce-LoopProduct-link {
  box-shadow: 5px 5px 5px 1px #ccc;
  background-color: #f9f9f9;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  box-shadow: 5px 5px 5px 1px #ccc;
}

.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout {
  box-shadow: 5px 5px 5px 1px #ccc;
}

.added_to_cart,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  box-shadow: 5px 5px 5px 1px #ccc;
}

.product_title.entry-title {
  color: #04447b;
}

.woocommerce-Price-amount.amount {
  color: #04447b;
  font-size: 30px;
}

.single-product div.product p.price {
  color: #04447b;
}

.onsale {
  color: #ff0000;
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 25px;
  line-height: 25px;
}

#page.hfeed.site {
  padding: 0px;
  margin: 2px;
}

.woocommerce-products-header__title.page-title {
  padding: 0px;
  margin-top: -60px;
}