.filter-column {
    /*height: calc(100vh - 200px);*/
    padding-right: 15px;
    z-index: 1;
    position: relative;
}
/*.filter-column .filter-column-wrapper {*/
/*    position: relative;*/
/*    overflow-y: scroll;*/
/*    overflow-x: hidden;*/
/*    height: calc(100vh - 200px);*/
/*    padding-right: 15px;*/
/*    z-index: 1;*/
/*}*/
.filter-column .card.filter-card {
    border-radius: 10px !important;
    border: none;
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, 0.2);
}
.filter-column .card.filter-card .card-title {
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif;
}
.filter-column .filter-card .form-check-label,
.filter-column .filter-card .form-check-input {
    cursor: pointer;
}
.filter-column .filter-card .form-check-label {
    margin-top: 2px !important;
}

.filter-column button[data-bs-toggle="collapse"]::before {
    transition: all .3s ease;
    font-family: bootstrap-icons !important;
}
.filter-column button[data-bs-toggle="collapse"][aria-expanded="false"]::before {
    content: "\f282";
}
.filter-column button[data-bs-toggle="collapse"][aria-expanded="true"]::before {
    content: "\f286";
}


.filter-slider .price-slider {
    padding: 0 12px;
    margin: 30px 0;
}
.filter-slider .slider-container {
    position: relative;
    height: 20px;
    margin: 20px 0;
}
.filter-slider .slider-track {
    height: 6px;
    background-color: #dee2e6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-radius: 5px;
    z-index: 1;
}
.filter-slider .slider-range {
    height: 6px;
    background-color: var(--izo-green);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: 2;
}
.filter-slider .range-input {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-appearance: none;
    pointer-events: none;
    height: 6px;
    background: transparent;
    z-index: 3;
    margin: 0;
}
.filter-slider .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--izo-green);
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.filter-slider .range-input::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--izo-green);
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.filter-slider .price-inputs {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.filter-slider .price-inputs .input-group {
    flex: 1;
}

.filter-slider .slider-values {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #6c757d;
    font-size: 0.9rem;
}

.filter-card {
    display: block;
    position: relative;
}

/*.filter-feature-values {*/
/*    max-height: 200px;*/
/*    overflow-y: auto;*/
/*}*/

.global-filter-action {
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1100 !important;
    box-shadow: 0 0 15px 5px #ffffff63 !important;
}
.products-list-container {
    min-height: calc(30vh);
}

.pagination .page-item:not(.active):not(.disabled) .page-link {
    color: #000000;
}
.pagination .page-link:focus,
.pagination .page-link:active{
    box-shadow: none !important;
}
.pagination .active > .page-link,
.pagination .page-link.active {
    color: var(--bs-pagination-active-color);
    background-color: var(--izo-green);
    border-color: var(--izo-green);
}