.cs-ajax-search-container {
    position: relative;
}

#cs-search-results.active{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #8b9d91;
    z-index: 3000;
    list-style: none;
    padding: 0;
    margin: 0;
}

#cs-search-results.active li {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
#cs-search-results.active li a{
    display: flex;
}

#cs-search-results.active li a img{
    width: 94px;
    height: auto;
    display: flex;
    margin-right: 10px;
    padding: 10px;
}
#cs-search-results.active li a .result_txt{
    padding: 20px;
}
#cs-search-results.active li:last-child {
    border-bottom: none;
}
#cs-search-results.active li a:hover{
    background:green;
    color:#fff;
}
#cs-ajax-search{
    width: 100%;
    border-radius: 30px;
    border: 1px solid #8b9d91;
    background: none;
    padding: 10px 15px;
    color: #5b6b60;
    min-width: 320px;
}
#cs-ajax-search:focus {
    outline-width: 0;
}
#cs-ajax-search.active{
    border-radius:20px 20px 0 0;
}
#ui-id-1{display:none !important;}