.autocomplete-suggestions.tx-solr-autosuggest {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}

.tx-solr-autosuggest .autocomplete-suggestion {
    padding: .75rem 1.75rem;
    color: #74767B;
    font-family: "Source Sans Pro",Helvetica,Roboto Arial,sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    z-index: 51;
    background: #fff;
    border: 0
}

.tx-solr-autosuggest .autocomplete-suggestion:hover {
    margin: 0;
    background: #edf9f3;
    border: 0;
    cursor: pointer;
}

.tx-solr-autosuggest .autocomplete-suggestion:before {
    content: '';
    display: inline-block;
    position: relative;
    top: .1875rem;
    margin-right: .75rem;
    width: 1.125rem;
    height: 1.125rem;
    background: url(/_assets/41b1d38ea1e2f5595975318cf5f2ca46/images/ico-searchbar-lens.svg) 50% 50% no-repeat;
    background-size: contain
}

.tx-solr-autosuggest .autocomplete-suggestion strong {
    color: #231F20;
    font-weight: 600
}