/*
 *
 * Style to restore old woocommerce style
 * after woocommerce upgrade to v 5.6.0
 *
*/
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
   padding: .675rem 1.75rem;
   font-size: .875rem;
}

.wp-block-buttons {
   justify-content: center;
}

label[for="billing_company_ean_number"] > .optional,
label[for="billing_company_vat_number"] > .optional {
   display: none;
}
