
@media screen and (max-width: 786px) {
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: block !important;
    }
    .shop_table_responsive tbody th .variation, .product-quantity {
        display: none;
    }
}