/* WooCommerce CSS */
/* Hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}
.button.single_add_to_cart_button.button.alt:before {
   content: none;
}
/*#post-6567 .variations {
    display: none;
}*/
.shop_table thead tr:first-of-type {
	display:none;
}
.related.products {
  display: none;
}
.single-product .product_meta {
   display: none;
}
.order-again
{
  display:none;
}
/* WooCommerce CSS end */
