.wl .form-row-first{
	width: 48%;
	float: left;
	margin-right: 0px;
}
.wl .form-row-last {
	width: 48%;
	float: right;
}
.wl .wl-billing input[type="text"]{
	width: 100%;
}
.wl .wl-billing{
	font-size: 16px;
}

.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
	padding: 0; 
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
}
.wl .wl-billing .woocommerce-input-wrapper input[type='radio']{
	margin-left: 10px;
	margin-right: 1px;
}
.wl .wl-billing .woocommerce-input-wrapper input[type='text'],
.wl .wl-billing .woocommerce-input-wrapper input[type='password'],
.wl .wl-billing .woocommerce-input-wrapper input[type='datetime'],
.wl .wl-billing .woocommerce-input-wrapper input[type='datetime-local'],
.wl .wl-billing .woocommerce-input-wrapper input[type='date'],
.wl .wl-billing .woocommerce-input-wrapper input[type='month'],
.wl .wl-billing .woocommerce-input-wrapper input[type='time'],
.wl .wl-billing .woocommerce-input-wrapper input[type='week'],
.wl .wl-billing .woocommerce-input-wrapper input[type='number'],
.wl .wl-billing .woocommerce-input-wrapper input[type='email'],
.wl .wl-billing .woocommerce-input-wrapper input[type='url'],
.wl .wl-billing .woocommerce-input-wrapper input[type='tel'],
.wl .wl-billing .woocommerce-input-wrapper select{
	width: 100%;
}