

div#search_results ul.cls-searchsol {
    display: block;
    width: 550px !important;
    padding: 0.75em;
    border: none;
}
.searchsuggestions span.cls-description {
    display: block;
    padding-bottom: 5px;
    font-size: .95em;
}
.searchsuggestions .clsprices {
    text-align: right;
    padding-right: 2%;
    font-size: .95em;
}
.searchsuggestions .clsprices a {
    font-size: 1.75rem;
}
#search-results-wrapper .search-autocomplete {
    overflow: visible;
}
#search-results-wrapper .search-autocomplete .searchsuggestions ul.cls-series-list:not(:empty) {
    border: none;
}
#search-results-wrapper .search-autocomplete ul li {
    padding-bottom: 15px;
    border: none;
}
#search-results-wrapper .search-autocomplete ul li:hover {
    background-color: #fff;
}
#search-results-wrapper .search-autocomplete ul li:hover .ser_img {
    transform: scale(1.06);
}
#search-results-wrapper .cls-searchsol .ser_img {
    width: 80px;
    margin-top: -18px;
}
.search-autocomplete ul[role="listbox"] {
    overflow: hidden;
    display: none;
}
#search-results-wrapper .search-autocomplete ul[role="listbox"] li {
    height: auto;
}
.searchsuggestions .products-section .cls-showall {
    background: rgba(0, 68, 106, 0.8);
    margin: auto;
    padding: 1.0rem;
    border: none;
    width: 90%;
    cursor: pointer;
    color: #ffffff;
    display: block;
    text-align: center;
}
.searchsuggestions .cls-layout-container .products-section {
    min-width: 300px;
}
/*li.item.product.product-item[style*="width:100%"] {
    height: auto;
}*/

/**************/
.searchsuggestions .cls-layout-container {
    display: flex;
    padding: 10px;
    background-color: #f9f9f9;
    position: absolute;
    left: -100px;
    margin-top: 10px;
}
.searchsuggestions .cls-layout-container h3 {
    padding-left: 8px;
}
.searchsuggestions .cls-layout-container .sidebar {
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    width: 240px;
}
.searchsuggestions .cls-brand-list {
    list-style: none;
    padding: 0;
    border: none !important;
}
.searchsuggestions .cls-brand-list li {
    padding: 5px 0;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
}
.searchsuggestions span.cls_highlight {
    color: grey;
    font-weight: bold;
}
.searchsuggestions span.cls_highlight b{
    color: #ee6205;
    font-weight: bold;
}

.searchsuggestions .catsearch .filter_value {
    margin-top: 10px;
    padding: 0 6px 0 6px;
    line-height:35px;
}
.searchsuggestions .catalog-topnav.amasty-catalog-topnav {
    width: 100%;
}


@media screen and (max-width: 768px) {
   
    #search-input1{height:42px !important}
    .searchsuggestions .cls-layout-container {
        flex-direction: column;
        left: -15px;
        position: relative;
        top: 15px;
        width: 100%;
    }
    .searchsuggestions .cls-layout-container .sidebar {
        max-width: 100%;
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
    ul.cls-searchsol li {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .searchsuggestions .products-section {
        padding-left: 0;
        width: 100%;
    }
    div#search_results ul.cls-searchsol {
        width: 93.5% !important;
    }
    .searchsuggestions .cls-layout-container .sidebar ul.cls-series-list {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .searchsuggestions span.cls-description {
        font-size: 0.85em;
    }
    .searchsuggestions .clsprices a {
        font-size: 1rem;
    }

    #search-results-wrapper .searchsuggestions .cls-layout-container .products-section {
        display: none;
    }

    .searchsuggestions .cls-layout-container{
        left: -46px;
        margin-top: 23px;
        width: 370px !important;
    }

    .searchsuggestions .cls-layout-container .sidebar{
        width: 100%;
    }
    .searchsuggestions .catalog-topnav{
        float:left;
    }
}
