.search-wrapper.autocomplete-open{
    border-radius: 10px 10px 0 0;
}
.ui-autocomplete {
    position: absolute;
    width: 100%;
    padding: 8px;
    border: 1px solid #000;
    background-color: #f4f6f7;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0 0 10px 10px;
    z-index: 991;
}
.ui-autocomplete li {
    padding: 4px 8px;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    transition: color .3s;
}

.ui-autocomplete li:hover {
    color: #880808;
}

.ui-autocomplete li.ui-state-focus {
    background-color: #fff;
}
.ui-menu-item-wrapper .highlight{
    font-weight: 700;
}