/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jul 27 2021 | 10:36:56 */
.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:#8BBE30
}
.woocommerce-order-details .shop_table .order-total .amount {
    color: #8BBE30
}

.woocommerce-notice--success {
    background: #8BBE30
}