#wl-custom-checkout-fields{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#wl-custom-checkout-fields>div,
#wl-custom-checkout-fields label{
	margin-bottom: 16px
}
.wl-billing-details{
	display: none
}
.wl-billing-details.wl-show{
	display: block
}
.wl-want-billing input[type="checkbox"],
#ship-to-different-address input[type="checkbox"]{
	display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce-error:has([data-fp-error="true"]) {
    background-color: #f46664 !important;
  }
@media (min-width: 768px){
	#wl-custom-checkout-fields>div{
		flex: 1 1 45%;
		max-width: 45%;
	}
	#wl-payment-details .woocommerce-checkout-payment,
	.woocommerce-checkout-review-order-table.wl-order-summery-ceckout{
		font-size: .65em;
	}
}

