.woocommerce-billing-fields #billing_address_street_field,
.woocommerce-billing-fields #billing_address_number_field,
.woocommerce-billing-fields #billing_address_letter_field,
.woocommerce-address-fields #billing_address_street_field,
.woocommerce-address-fields #billing_address_number_field,
.woocommerce-address-fields #billing_address_letter_field {
	float: left;
	clear: none !important;
	margin-right: 2%;
}

.woocommerce-billing-fields #billing_address_street_field,
.woocommerce-address-fields #billing_address_street_field {
	width: 48%;
}

.woocommerce-billing-fields #billing_address_number_field,
.woocommerce-address-fields #billing_address_number_field {
	width: 32%;
}

.woocommerce-billing-fields #billing_address_letter_field,
.woocommerce-address-fields #billing_address_letter_field {
	width: 16%;
	margin-right: 0;
	float: right;
}

@media (max-width: 768px) {
	.woocommerce-billing-fields #billing_address_street_field,
	.woocommerce-billing-fields #billing_address_number_field,
	.woocommerce-billing-fields #billing_address_letter_field,
	.woocommerce-address-fields #billing_address_street_field,
	.woocommerce-address-fields #billing_address_number_field,
	.woocommerce-address-fields #billing_address_letter_field {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
