.algoliasearch-autocomplete {
    background: white;
    position: absolute;
    left: 40px;
    right: 50px;
    top: 30px;
}

.algoliasearch-autocomplete-title {
    background: black;
    color: white;
    padding: 2px 4px;
    font-weight: bold;
}

.algoliasearch-autocomplete-hit {
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 2px 4px;
    clear: both;
}

.algoliasearch-autocomplete-hit:hover {
    background: #F18200;
    color: white;
}

.algoliasearch-autocomplete-hit em {
    font-weight: bold;
    font-style: normal;
}

.algoliasearch-autocomplete-category {
    margin-left: 10px;
    color: #2f2f2f;
}

.algoliasearch-autocomplete-hit .thumb {
    float: left;
}

.algoliasearch-autocomplete-hit .thumb img {
    width: 50px;
}

.algoliasearch-autocomplete-hit .info {
    margin-left: 60px;
}

.algoliasearch-autocomplete-hit .clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
