.show-cart-btn {
  display: none;
}

.woocommerce ul.products.grid li.product:not(.product-category) .button {
  display: none;
}

.single-product.woocommerce div.product form.cart {
  display: none;
}

.single-product.woocommerce .product_meta > span {
  display: none;
}

.titlebar {
  display: block;
}