 .price{
          display:none !important;
        }
.view_all_orders{
	display:none;
		}
.tax-product_cat .item-sku{
	display:none;
}
.product_meta{
  display: none;
}
@media screen and (max-width:1023px){
.woocommerce-page ul.products li.product:nth-child(4){
  display: none;
}
}
@media screen and (max-width:767px){
  .woocommerce-page ul.products li.product:nth-child(3),
  .woocommerce-page ul.products li.product:nth-child(4){
    display: none;
  }
  }
  