.wp-block-columns.has-contrast-background-color.has-background {
    background-color: #525B7E !important;
}
a.wp-block-button__link:hover {
    background-color: #C1C65A !important;
}
a.wp-block-button__link {
    background-color: #AEB536 !important; /* background */
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    display: none;
}!Important

/* Checkout page processing spinner */
.woocommerce-checkout.processing .blockUI.blockOverlay {
	background-image:url('http://payments.whca.ca/nwhc/wp-content/uploads/2025/07/pleasewait.gif') !important;
	background-position: center 50% !important;
	background-repeat: no-repeat !important;
	position: fixed !important;
}


