/* überschreibt nicht das Original aus dem Child */
@media only screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
		display: block;
	}
}