.km-search .search__input {
    font-size: inherit;
}
.km-search__result {
    position: relative;
    display: none;
}
.km-search__result span {
    padding: 0;
}
.km-search__result-list {
    position: absolute;
    list-style: none;
    padding: 15px 0;
    width: 100%;
    background: #fff;
    z-index:10;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 60vh;
    -webkit-box-shadow: 7px 7px 10px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 10px -10px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 10px -10px rgba(0,0,0,0.75);
}

.km-search__result-link,
.km-search__result-link:hover {
    color: #484848;
    text-decoration: none;
    display: block;
    padding: 2px 10px;
    position: relative;
}
.km-search__result-link:hover {
    background: #eee;
}
.km-search__result-link .km-search__result-bold {
    color: #FC6901;
}
.km-search__result-count {
    color: #888888 !important;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    line-height: 26px;
}
.km-search__result-count:after {
    content: "";
    clear: both;
}