.trending-today-section .filter-bar:before {
    content: "Trending Today";
    font-size: 27px;
    font-weight: 500;
    color: #000;
    padding-right: 20px;
    border-right: 2px solid #cccccc;
}

.trending-today-section .filter-bar {
    align-items: center;
} 

.used-budgets-cars .filter-bar:before {
    content: "Trusted used cars by budgets";
    font-size: 27px;
    font-weight: 500;
    color: #000;
    padding-right: 20px;
    line-height: 1;
}

.rtl .used-budgets-cars .filter-bar:before {
    content: "רכבי יד שנייה מהימנים לפי תקציב";
}

.used-budgets-cars .filter-bar {
    align-items: center;
}

.filter-bar {
        justify-content: start !important;
}



/* Accordion Css  */


.tf-accordion .tf-accordion-item {
    overflow: hidden;
    background: white;
}

.tf-accordion .tf-accordion-item.active {
    border-color: transparent;
   /*  background: var(--theme-primary-rgba); */
    background: white !important;
    padding: 25px 30px 24px 30px;
    background: white;
}

span.title-text {
    color: #24272C !important;
}




.e-con-inner .itswin-card {
    border-radius: 21px;
    border: 1px solid #ffffff;
    padding: 33px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 22%);
}


#tf-listing-16f932e .listing .item .content {
  display: none;
}






