/* Header Search Specific Styles */
#header-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-height: 225px;
    overflow: auto;
    width: calc(100% - 45px);
    display: none;
    z-index: 999;
    font-family: "Open Sans", sans-serif;
}

#header-search-results::-webkit-scrollbar {
    display: none;
}

#header-search-results a {
    font-size: 14px;
    line-height: 39px;
    font-weight: 600;
    color: #333333;
    font-family: "Open Sans", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-bottom: 1px solid #33333338;
    text-decoration: none;
}

#header-search-results a:hover {
    color: #EA3934;
}

#header-search-results a:last-child {
    border-bottom: none;
}

#header-search-results .no-results,
#header-search-results .min-chars-message,
#header-search-results .loading,
#header-search-results .error-message {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 10px;
}

#header-search-results #header-view-all {
    display: block;
    text-align: center;
    color: #EA3934;
    font-weight: 700;
    margin-top: 10px;
    border-bottom: none !important;
}

#header-search-results br {
    display: none;
}

.right-search.big {
    position: relative;
}
@media(max-width: 991px){
    #header-search-results{
        left: 20px;
        width: calc(100% - 20px);
        box-shadow: unset;
        padding: 0;
        top: calc(100% + 13px);
        height: auto;
        max-height: unset;
    }
    
}
@media(max-width: 991px){
    #header-search-results a{
        font-size: 14px;
        line-height: 28px;
        padding-bottom: 8px;
        border-bottom: unset;
    }

    #header-search-results .no-results,
    #header-search-results .min-chars-message,
    #header-search-results .loading,
    #header-search-results .error-message {
        padding: 0px;
        font-size: 14px;
    }
}
