
div#advanced-filter {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items:center;
        gap: 20px;
}

div#filter-advanced-attributes {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
}

.select2-dropdown--below {
    top: 30px
}

.select2-container--classic .select2-selection--single {
    border: unset;
    background: unset;
    max-width: 120px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background: url();
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border: unset;
    background-image: url(/wp-content/uploads/2024/11/select-icon.svg);
    background-position: center;
    width: 16px;
    height: 16px;
    margin: unset;
    position: unset;
    display: block;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background: unset;
    border: unset;
}

.select2-container--classic .select2-selection--single:focus {
    border: unset;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #494949;
    text-align: right;
    font-family: FuturaBook;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border: none;
    -webkit-box-shadow: 0px 3px 24px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 24px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 24px -7px rgba(0, 0, 0, 0.75);
}

.filter-title {
    color: #494949;
    font-family: FuturaBook;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-width: 85px;
}


#advanced-filter button {
    color: #FDDA25;
    text-align: center;
    font-family: "Cronos";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 5px;
    background: #510D76;
}

@media(max-width: 1200px) {
    .foodservice-cat-search-filter-wrap .e-con-inner {
        flex-direction: column !important;
    }

    .foodservice-cat-search-filter-wrap .search {
        width: 100%;
        border: unset !important;
    }

    .foodservice-cat-search-filter-wrap .filter-wrap {
        width: 100% !important;
    }

    .foodservice-cat-search-filter-wrap .filter-wrap .filter-title {
        display:  none;
    }

    div#advanced-filter {
        gap: 15px;
    }

    .foodservice-cat-search-filter-wrap .e-con-inner {
        flex-direction: column !important;
        padding: 10px 15px !important;
    }
}