/* Card payment (bank_transfer) checkout section */
.quick-checkout-wrapper .checkout-section.checkout-payment-details.payment-bank_transfer,
.quick-checkout .checkout-section.checkout-payment-details.payment-bank_transfer,
.checkout-section.checkout-payment-details.payment-bank_transfer {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: rgba(218, 10, 34, 1) !important;
}

/* Checkout: labels above inputs (full width), not beside */
.quick-checkout-wrapper .form-group > .control-label {
	max-width: 100% !important;
	width: 100% !important;
	flex: 0 0 100%;
}
.quick-checkout-wrapper .form-group > .form-control,
.quick-checkout-wrapper .form-group > select.form-control,
.quick-checkout-wrapper .form-group > textarea.form-control,
.quick-checkout-wrapper .form-group > .input-group {
	max-width: 100% !important;
	width: 100% !important;
	flex: 0 0 100%;
}
