/* SEARCH RESULTS */

input.zc-search-input {
    border-bottom: 1px solid #191919 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0 0 6px 0 !important;
    border-radius: 0 !important;
    color: #2e2e2e;
    margin-bottom: 12px
}
.zc-product-search-widget {
    margin-right: 30px
}
ul.zc-category-suggestions {
    text-decoration: none;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

li.search-category-item {
    background-color: #EDECE6;
    border: 1px solid #EDECE6;
}

li.search-category-item:hover {
    border: 1px solid #EDECE6;
}

a.search-category-link {
    color: #2e2e2e !important;
    padding: 4px 8px 4px 8px
}

#search-widget-message, #view-all-results {
    margin-bottom: 6px;
}

div.view-all-results {
    display: flex;
    justify-content: flex-end;
}

div.view-all-results a {
    color: #2e2e2e;
}

div.view-all-results a:hover {
    color: #191919;
}