.autocomplete-suggestions {
    text-align: right;
    cursor: default;
    border: 1px solid rgba(160, 160, 160, 0.25);
    border-top: 0;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    min-width: 450px;

    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    box-sizing: border-box;

    border-radius: 0 15px 0 0;
    margin-top: 1px;
}

.autocomplete-suggestions:hover {
    overflow-y: auto;
}

.autocomplete-suggestion {
    text-overflow: ellipsis;
    font-size: small;
    cursor: pointer;
    padding: 10px;
    float: right;
    border-left: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 50%;
    min-height: 90px;
}

.autocomplete-suggestion img {
    max-width: 50px;
    max-height: 50px;
}

.autocomplete-suggestion.selected {
    background: rgba(160, 160, 160, 0.25);
}

.search-price-container {
    display: block;
    font-weight: bold;
}
