
.be-searchInput .search-predictions > ul > li:hover {
    cursor: pointer;
    background-color: #f6f8f9;
}

.input-group--search-predictions #button-search {
    border-top-right-radius:15px;
    border-bottom-right-radius:15px
}

@media (min-width: 992px) {
    #quicksearchQuery {
        border-bottom-left-radius:.5rem;
        border-top-left-radius:.5rem
    }
}
