.ui-autocomplete {
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #aaa;
    border-top: 0;
    max-height: 131px;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
    background: #337ab7;
    color: #fff;    
}
.woocommerce-checkout p#billing_postcode_field.loading {
    position: relative;
}
.woocommerce-checkout p#billing_postcode_field.loading:before {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    bottom: 11px;
    left: 1em;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.rtl.woocommerce-checkout p#billing_postcode_field.loading:before {
    left: auto;
    right: 1em;
}
.woocommerce-checkout p#billing_postcode_field.loading input {
	 padding-left: 38px;
}
.rtl.woocommerce-checkout p#billing_postcode_field.loading input {
	 padding-left: 10px; 
   padding-right: 38px;
}