.select-filter-area h3,
.select-filter-area .bapf_sfa_taxonomy > span,
.select-filter-area .bapf_sfa_unall,
.fuelmenge-filter h3 {
    display: none;
}

.select-filter-area .berocket_aapf_widget_selected_filter {
    display: flex;
    flex-direction: row;
}


.fuelmenge-filter .select2-selection {
    border: unset !important;
    /* border-bottom: solid rgba(0, 66, 67, 0.5) 1px !important; */
    border-radius: 0px !important;
}

.select2-dropdown,
.select2-container .select2-dropdown span,
.select2-container .select2-dropdown input {
    border-color: rgba(0, 66, 67, 0.5) !important;
    border-radius: 0px !important;
}

.select2-dropdown {
    filter: drop-shadow(0 0 0.2rem lightgrey);
}

.fuelmenge-filter .select2-selection__arrow,
.woocommerce-billing-fields .select2-selection__arrow {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #004243 transparent transparent !important;
}

.fuelmenge-filter {
    margin: unset !important;
    margin-left: 10px;
    background-color: transparent;
}

.fuelmenge-filter * {
    background-color: transparent;
}

.fuelmenge-filter .select2-container--default .select2-selection--single {
    background-color: transparent;
}

.fuelmenge-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
}

.current-li-content a,
.fuelmenge-filter .select2-selection__rendered {
    font-family: 'all-round-gothic';
    font-size: 20px;
    font-weight: 500;
}

.current-li-content a strong {
    font-weight: 700 !important;
}

.fuelmenge-filter .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    display: block;
    position: absolute;
    content: '\e900';
    font-family: 'sodahome';
    top: -14px;
    font-size: 8px;
} 

.select2-container li {
    font-size: 12px !important; 
    font-weight: 400 !important;
}

.bapf_sfa_taxonomy ul {
    padding-left: 0px !important;
}

body .bapf_sfa_taxonomy li{
    font-size: 14px;
    padding: 5px 14px !important;
    border: solid rgba(0, 66, 67, 0.5) 1px !important;
    border-radius: 50px;
}

.fa-times:before {
    content: '\e901' !important;
    font-family: 'sodahome';
    margin-right: 5px;
    font-size: 10px;
}

.catalog-ordering {
    align-items: center;
}

.catalog-ordering * {
    background-color: unset !important;
    border: unset !important;
}

.catalog-ordering .orderby-order-container li ul {
    background-color: white !important;
    border: solid #004243 1px !important;
    border-radius: 0px;
}

.catalog-ordering ul {
    margin: 0px !important;
}

.catalog-ordering ul.order-dropdow {
    margin: 0px !important;
}

.catalog-ordering .order-dropdown>li:after {
    content: '\e900' !important;
    font-family: 'sodahome' !important;
    border: unset !important;
    right: 10px;

}

.catalog-ordering .order {
    border: solid #004243 1px !important;
    margin-right: 40px !important;
}


