
#searchResults {
    position: relative;
    /* top: 100%; */
    /* width: 98%; */
    /*background: rgba(0,0,0,0.9);*/
    display: none;
    /* z-index: 5000; */
    /* padding: 2%; */
    padding: 0 15px;
}

#searchResults b {
    color: #00dcff;
}

#searchResults b.zb {
    color: #ccc;
}

#searchResults img {
    width: 60px;
    vertical-align: middle;
    margin-bottom: 4px;
    object-fit: contain;
}

#searchResults a.s-txt {
    line-height: 20px;
    display: block;
}

#searchResults a.s-prod {
    vertical-align: middle;
    text-decoration: none;
    display: block;
    padding: 0 0 0 5px;
}

#searchResults a.s-prod:hover {
    background: #505050;
}

#searchResults h2,
#searchResults a {
    color: #ffffff;
}

#searchResults .searchlink_more {
    margin-top: 20px;
    display: block;
    padding: 20px;
}

#searchResults .searchlink_more > a {
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    display: block;
    border: 1px solid white;
    background: #E20A13;
    text-align: center;
    border-radius: var(--g-btn-radius);
    transition: all 0.3s ease-in-out;
}

#searchResults .searchlink_more > a:hover {
    background: #A5076B;
    border-color: white;
}
