/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 18 2022 | 10:35:40 */
.cart-subtotal .tax_label{
	display:none;
}

.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:#0f684c
}
.woocommerce-order-details .shop_table .order-total .amount {
    color: #0f684c
}

.woocommerce-notice--success {
    background: #0f684c
}

#billing_city_field{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}