/*BRE.AC Custom Woocommerce CSS
**
**
*/


/* Checkout page processing spinner */
.woocommerce-checkout.processing .blockUI.blockOverlay {
	background-image:url('https://bre.ac/wp-content/plugins/bre-custom-woocommerce/images/spinner.svg') !important;
	background-position: center 50% !important;
	background-repeat: no-repeat !important;
	position: fixed !important;
}

.payment_method_invoice p {
	margin-bottom:0;
}
.payment_method_invoice_fields {
	margin-top: 0px;
}