.hypercon-ajax-search {
    position: relative;
    max-width: 400px;
    /* margin: 0 auto; */
}

#hypercon-search-input,
#hypercon-category-select {
    width: 100%;
    padding: 10px;
    /* margin-bottom: 10px; */
    font-size: 13px;
    line-height: 15px;
}

#hypercon-search-results {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 5;
    border: 1px solid #ccc;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.hypercon-search-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hypercon-search-result-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.hypercon-search-result-item a{
    text-decoration: none;
}
.hypercon-search-result-item:last-child {
    border-bottom: none;
}

.hypercon-product-image {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.hypercon-product-link {
    display: block;
    overflow: hidden;
}

.hypercon-product-title {
    font-weight: 400;
    display: block;
    color: black;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
}

.hypercon-product-price {
    color: black;
    display: block;
    font-size: 13px;
    line-height: 15px;
}

.hypercon-product-rating {
    color: #ff0;
    display: block;
}

.hypercon-ajax-search .hypercon-search-fields {
    display: flex;
    gap: 10px;
    border: 1px solid #EFE6E1;
    border-radius: 4px;
    /* align-items: stretch; */
    align-items: center;
    overflow: hidden;
    padding: 5px;
}

#hypercon-search-input,
#hypercon-category-select {
    flex: 1;
}

#hypercon-category-select {
    max-width: 200px;
}

.hypercon-search-input-wrapper{
    display: flex;
    position: relative;
    align-items: stretch;
    flex: 0 0 50%;
}
#hypercon-search-input{
    padding-left: 35px;
    border: 0px;
    outline: none;
}
.hypercon-search-icon{
    position: absolute;
    width: 17px;
    height: 17px;
    object-fit: contain;
    left: 12px;
    top: 50%;
    transform: translate(0px, -50%);
    fill: #c5b4aa;
}

/* SELECT2 */

.hypercon-ajax-search .select2.select2-container.select2-container--default{
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.hypercon-ajax-search .selection{
    display: flex;
    align-items: stretch;
    width: 100%;
}

.hypercon-ajax-search .select2-selection.select2-selection--single{
    display: flex;
    /* align-items: stretch; */
    align-items: center;
    width: 100%;
    height: 100%;
    border: 0px;
}

.hypercon-ajax-search .select2-selection__rendered{
    display: flex !important;
    width: 100%;
    align-items: stretch;
}
.hypercon-ajax-search .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 13px;
    line-height: 15px;
}
.hypercon-ajax-search .select2-selection__placeholder{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    color: black !important;
}

.hypercon-ajax-search .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1px;
    width: 20px;
}
.hypercon-ajax-search .select2-container--default .select2-selection--single .select2-selection__clear{
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0px;
    padding: 0px;
}
.hypercon-ajax-search .select2-container{
    z-index: 10;
    top: 0px !important;
}
.hypercon-ajax-search .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #613D28 !important;
}
.hypercon-ajax-search .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #EFE6E1;
    outline: none;
}
.hypercon-ajax-search .select2-results__option{
    font-size: 12px;
}
.hypercon-ajax-search .select2-dropdown{
    border: 1px solid #EFE6E1;
}

.hypercon-ajax-search .hypercon-search-hr{
width: 1px;
height: 25px;
background: #EFE6E1;
}
.hypercon-ajax-search p.empty-list {
    font-weight: 400;
    display: block;
    color: black;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
}