
.filter-loader {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: var( --e-global-color-accent );
}

.filter-loader.active {
    display: flex;
}




/*Pagination Start*/
#itlItemFilter .vue-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
    width: 100%;
}

#itlItemFilter .vue-pagination span {
    background: transparent;
    padding: 6px 20px;
    margin: 1px;
    cursor: pointer;
    font-weight: 600;
}
#itlItemFilter .vue-pagination span:first-child,
#itlItemFilter .vue-pagination span:last-child{
    color: var( --e-global-color-accent );
}
#itlItemFilter .vue-pagination span.active {
    background: var( --e-global-color-accent );
    color: #fff;
    border-radius: 0 0 20px 0;
}





.item-result-list {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.item-result-list li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.item-result-list li .item-card {
    /*box-shadow: 0 0 9px 0 #ffffff;*/
    min-height: unset;
    border-radius: 0;
    transition: all 0.5s ease;
    background-color: #e2e7f7;
}
.item-result-list li .item-card:hover {
}

.item-result-list li .item-card .item-img {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.item-result-list li .item-card .item-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.item-result-list li .item-card .item-title {
    margin: 10px 0;
}

.item-result-list li .item-card .item-description {
    padding: 20px 10px;
}
.item-result-list li .item-card .item-description p {
    font-family: var(--e-global-typography-twbb_p5-font-family), sans-serif;
    font-size: var(--e-global-typography-twbb_p5-font-size);
    font-weight: var(--e-global-typography-twbb_p5-font-weight);
    text-transform: var(--e-global-typography-twbb_p5-text-transform);
    font-style: var(--e-global-typography-twbb_p5-font-style);
    text-decoration: var(--e-global-typography-twbb_p5-text-decoration);
    line-height: var(--e-global-typography-twbb_p5-line-height);
    color: var(--e-global-color-text);
    text-align: left;
}
#fieldsAccordion .card .card-header button.btn {
    width: 100%;
    margin-bottom: 5px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-fields-accordion > .card {
    border: none;
    background-color: rgba(0,0,0,.03);
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*margin: 0 -1.25rem;*/
}
.filter-fields-accordion > .card .accordion-wrapper {
    width: 100%;
    position: relative;
}
/*.filter-fields-accordion > .card .accordion-wrapper .collapsing,*/
/*.filter-fields-accordion > .card .accordion-wrapper .collapse {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*top: 70%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*right: 0;*/
    /*height: 100%;*/
    /*z-index: 9;*/
    /*width: 87%;*/
/*}*/
.filter-fields-accordion > .card > h5 {
    padding: 20px 20px 0 20px;
}
.filter-fields-accordion .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0;
}
.filter-fields-accordion .card #headingTwo{
    padding-top: 0;
    margin-top: 0;
}
.filter-fields-accordion .card .card-header h5{
    line-height: 0;
}
.filter-fields-accordion .card-header .btn {
    color: #ffffff;
    border-color: var( --e-global-color-twbb_bg_inv );
    background-color: var( --e-global-color-twbb_bg_inv );
    text-decoration: none;
    width: 100%;
}
.filter-fields-accordion > .card .accordion-wrapper .collapsing .card-body,
.filter-fields-accordion .card-body {
    border: none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
    background-color: #353535;
    margin: 0;
}
.filter-fields-accordion .card-body .form-group .custom-control .form-group{
    margin-bottom: 8px;
}
.filter-fields-accordion .card-body .form-group .custom-control .custom-control-label{
    cursor: pointer;
    color: #fff;
    margin-left: 4px;
}
.filter-fields-accordion .card-body .form-group .custom-control {
    padding: 0;
    display: flex;
    align-items: flex-start;
}
.filter-fields-accordion .card-body .form-group .custom-control .custom-control-input {
    margin-top: 4px;
}

.collapse:not(.show) {
    display: none;
}
div#itlItemFilter > h5 {
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
}

.card-body.sub-card-wrapper .card-header .btn {
    color: #ffffff;
    border-color: #cfd82b;
    background-color: #cfd82b;
}





.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Define scrollbar styles */
.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
}

/* Define scrollbar track */
.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body::-webkit-scrollbar-track {
    background-color: #353535; /* Set the background color of the track */
}

/* Define scrollbar thumb */
.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-text); /* Set the color of the scrollbar thumb */
    border-radius: 4px; /* Round the corners of the thumb */
}

/* Define scrollbar thumb on hover */
.accordion-wrapper > .collapse:not(#collapse-functionality) .card-body::-webkit-scrollbar-thumb:hover {
    background-color: var(--e-global-color-text); /* Set the color of the thumb on hover */
}













.card-body.sub-card-wrapper .card-body {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}
/* Define scrollbar styles */
.card-body.sub-card-wrapper .card-body::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
}

/* Define scrollbar track */
.card-body.sub-card-wrapper .card-body::-webkit-scrollbar-track {
    background-color: #cfd82b; /* Set the background color of the track */
}

/* Define scrollbar thumb */
.card-body.sub-card-wrapper .card-body::-webkit-scrollbar-thumb {
    background-color: #ffffff; /* Set the color of the scrollbar thumb */
    border-radius: 4px; /* Round the corners of the thumb */
}

/* Define scrollbar thumb on hover */
.card-body.sub-card-wrapper .card-body::-webkit-scrollbar-thumb:hover {
    background-color: #aabbcc; /* Set the color of the thumb on hover */
}

.card-body.sub-card-wrapper .card-header {
    padding: 0;
    margin-bottom: 0 !important;
}
.card-body.sub-card-wrapper .card-header .btn {
    height: 45px;
}

.card-body.sub-card-wrapper .card-body {
    /*padding: 0;*/
}
.no-result h4 {
    color: #000;
}


/*New Styling*/

div#itlItemFilter .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
div#i tlItemFilter .row .col-*{

    max-width: 100%;
}
div#itlItemFilter .row .col-md-3{
    width: 25%;
    padding: 0 15px;
}
div#itlItemFilter .row .col-md-9 {
    width: 75%;
    padding: 0 15px;
}
a.btn.btn-read-more {
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    border-width: 1px;
    padding: 12px 24px 12px 24px;
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-twbb_transparent);
    text-align: center;
    display: inline-block;
}

a.btn.btn-read-more:hover {
    color: var(--e-global-color-twbb_button_inv);
    border-color: var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
    text-align: center;
}








@media (max-width: 1024px) and (min-width: 320px) {
    .item-result-list {
        flex-direction: column;
    }
    .item-result-list li {
        width: 100%;
    }
    .item-result-list li .item-card {
        min-height: 1px;
    }
    .filter-fields-accordion > .card{
        flex-direction: column;
    }
    .filter-fields-accordion > .card .accordion-wrapper{
        width: 100%;
    }
}