.ac_results {
    font-size: 1.6rem;
    font-size: 16px;
    border: 1px solid #19a6e0;
    background-color: #F6F6F6;
    overflow: hidden;
    z-index: 99999;
    display: flex;
    padding: 0;
}
.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0; }
.ac_results .suggestions {
    width: 40%;
    flex-direction: column;
    background-color: white;
    max-height: 100% !important;
}
.ac_results .suggestions li {
    margin: 0px;
    padding: 10px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 1.6rem;
    font-size: 16px;
    overflow: hidden; }
.ac_results > .hightlight {
    padding: 10px 0;
    margin-left: 1%; }
.ac_results > .hightlight .hightlight-title {
    margin-bottom: 20px; }
.ac_results > .hightlight .view-mode-search_preview {
    margin-bottom: 15px; }
.ac_results > .hightlight .view-mode-search_preview h4 {
    color: #30A8DB;
    font-weight: bold; }
.ac_results > .hightlight ul li > h3 {
    margin-bottom: 5px;
}
.ac_results > .hightlight ul li h4 + * * {
    float: left;
    color: #999999;
}
.ac_results > .hightlight ul li h4 + * {
    display: flex;
    float: left;
    color: #999999;
}

.ac_results > .hightlight ul li h4 + * > .container-all-comments-rate-full-mode {
    order: 3;
    margin-left: 4px;
}
.ac_results > .hightlight ul li h4 + * .field--name-rating-reviews {
    order: 5;
}
.ac_results > .hightlight ul li h4 + * > * {
    padding-right: 5px;
}
.ac_results > .hightlight .rate-widget-fivestar {
    display: none;
}

.ac_loading {
    background: white; }

.ac_over {
    background-color: #F6F6F6; }

@media screen and (max-width: 700px) {
    .ac_results .suggestions {
        width: 100%;
    }
    .ac_results > .hightlight {
        display: none;
    }
}