/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 14 2023 | 11:24:58 */
.checkout .woocommerce-billing-fields h3{
	display:none;
}

.checkout .woocommerce-additional-fields h3{
	display:none;
}

.woocommerce-checkout .woocommerce-customer-details{
	display:none;
}

.woocommerce-checkout h2.wc-bacs-bank-details-heading{
    font-size: 20px;
}

.woocommerce-checkout h3.wc-bacs-bank-details-account-name{
    font-size: 17px;
}

.wc-bacs-bank-details.order_details.bacs_details .iban strong{
	color: #274D92
}
.woocommerce-order-details .shop_table .order-total .amount {
    color: #274D92
}

.woocommerce-notice--success {
    background: #274D92
}