.autocomplete-wrapper{
    position: relative;
}

.autocomplete-list{
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.autocomplete-item{
    padding: 10px;
    cursor: pointer;
}

.autocomplete-item:hover,
.autocomplete-item.active{
    background: #f5f5f5;
}


#shippingCountry{
    background-color: #e9ecef;
    cursor: not-allowed;
}

#billingCountry{
    background-color: #e9ecef;
    cursor: not-allowed;
}

#sellerCountry{
    background-color: #e9ecef;
    cursor: not-allowed;
}