.select2-selection__rendered {
    line-height: 62px !important;
}
.select2-container .select2-selection--single {
    height: 65px !important;
    background: #fafafa!important;
}
.select2-selection__arrow {
    height: 64px !important;
}
.select2-container{
    background: #fafafa!important;
}
span.suburb_au .easy-autocomplete{
	width:100%!important;
}
span.postcode_au .easy-autocomplete{
	width:100%!important;
}
span.suburb_us_ca.easy-autocomplete{
	width:100%!important;
}
span.postcode_us_ca .easy-autocomplete{
	width:100%!important;
}

/*Added on 23-09-2020*/
#shipping_city_field .easy-autocomplete { width: 100%!important; }
#shipping_postcode_field .easy-autocomplete { width: 100%!important; }
#shipping_city_field .easy-autocomplete input { border-radius: 0px!important;padding:.75em!important;}
#shipping_postcode_field .easy-autocomplete input { border-radius: 0px!important;padding:.75em!important;}
#billing_city_field .easy-autocomplete input { border-radius: 0px!important;padding:.75em!important; }
#billing_postcode_field .easy-autocomplete input { border-radius: 0px!important;padding:.75em!important; }
/*Added on 23-09-2020*/
