.filter_left_box {
    .check_box_list {
        input[type='checkbox'] {
            position: relative;
            margin: 0;
        }

        span {
            margin-left: 6px;
        }
    }

    #accordion {
        margin-bottom: 0;
    }
}
.switch_temp {
    font-size: 1.8rem;
}
.check_list {

    label {
        cursor: pointer;
    }
}

.filter_right_box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.filter_top_counter .filter_price_list {
    border-radius: 50px;
    padding: 5px 20px 5px 10px;
    border-color: #c8c8c8;
    margin: 6px 5px 6px 0px;
    font-size: 16px;
    line-height: 21px;
}

.hide_filter {
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow-y: auto;
    width: 350px;
    height: 100vh;
    padding: 35px;
    transition: all .5s;
    padding-bottom: 40px;
    background: #fff;
    padding-top: 10px;
}

.hide_filter.show {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filter-close {
    height: 0;
    line-height: 0;
    margin-bottom: 35px;
    display: block;
    cursor: pointer;
    text-align: right;
    vertical-align: middle;
    font-weight: 700;
    color: #1d2a38;
}

.filter-close i {
    display: inline-flex;
    border: none;
    font-size: 23px;
    cursor: pointer;
    transition: .3s ease-in;
    align-items: center;
    justify-content: center;
    padding: 0px;
    -webkit-text-stroke: 2px #fff;
}

.filter-close i:hover {
    transform: rotate(180deg);
}

.filter_left_box .card {
    border: none;
}

.new-form-group {
    display: flex;
    gap: 10px;
}

.switch_active a {
    padding: 0 !important;
}

.container-fluid {
    padding: 0;
}

.breadcrumb-wrp {
    padding: 15px 0 15px 0;
}

.shop-view-switcher {
    display: flex;
    gap: 10px;
}

.shop-view-switche {
    padding: 0 !important;
}

.filter_left_box .card-header {
    background: transparent;
    padding: 0px;
    border: 0px;
}

.card-header i.fa-angle-down {
    background: #f2f2f2;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.filter_left_box .card-header div.btn.btn-link {
    margin: 0px;
    color: #212529;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px
}

.filter_left_box .card-header div.btn.btn-link i {
    font-size: 14px;
    transform: rotate(0deg);
    transition: .3s ease-in;
}

.filter_left_box .card-header div.btn.btn-link.collapsed i {
    transform: rotate(180deg);
    transition: .3s ease-in;
}

.filter_left_box .card-body {
    padding: 10px;
}

.filter_left_box #accordion {
    margin-bottom: 15px;
}

.check_box_list {
    margin: 0 10px;
    padding-right: 0px;
}

.sidebar__menu .openLevel:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.check_flex.vip_check input[type="checkbox"] {
    display: none;
}

.check_flex.vip_check .new-form-group label {
    margin-bottom: 0;
}

.check_flex.vip_check input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.check_flex.vip_check input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 34px;
    transition: 0.4s;
}

.check_flex.vip_check input[type="checkbox"] + label::after {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 4px;
    border-radius: 50%;
    transition: 0.4s;
    border: none;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
}

.check_flex.vip_check input[type="checkbox"]:checked + label::after {
    transform: translateX(26px);
    background-color: #fff;
}

.product_count_div {
    background: #313131;
    color: white;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 10px;
}

.filter_title {
    color: #12468f !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.card-header .btn-link i {
    transition: transform 0.3s ease;
}

.card-header .btn-link.collapsed i {
    transform: rotate(180deg);
}

.card-header .btn-link:not(.collapsed) i {
    transform: rotate(0deg);
}

.filter_count_area {
    display: flex;
    align-items: center;
    gap: 2px;
}

.filter-trig-left {
    display: flex;
    align-items: center;
    gap: 20px;
}


@media (max-width: 991px) {
    .mobile-filter-actions {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
        display: flex;
        gap: 10px;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
        z-index: 99;
    }

    .btn-apply-mobile {
        background: #12468f;
        color: #fff;
        border: none;
        padding: 12px;
        border-radius: 5px;
        font-weight: bold;
        width: 92%;
        margin: auto;
    }

    .btn-clear-mobile {
        background: transparent;
        border: none;
        font-size: 18px;
        color: #12468f;
        font-weight: bold;

        &:focus {
            outline: none;
        }
    }
}

@media (max-width: 553px) {
    .check_box_list {

        padding: 0 !important;
        margin: 0 !important;

        .check_list {

            padding: 12px 12px 12px 28px;
            border-bottom: 1px solid #ededed;

            input[type="checkbox"] {
                position: static !important;
                margin: 0 !important;
                flex-shrink: 0;
                width: 18px;
                height: 18px;

                &:focus {
                    outline: none;
                }
            }

            span {
                font-size: 18px !important;
                margin-left: 6px;
            }

        }
    }

    .product-filter-wrapper .card-header .btn-link {
        font-size: 18px !important;
        font-weight: bold;
    }

    .selected-count {
        background-color: #12468f;
        color: white;
        border-radius: 50%;
        padding: 2px 7px;
        font-size: 12px;
        margin-left: 8px;
        display: none; /* Başlangıçta gizli, seçim varsa görünecek */
    }
}

@media (min-width: 1200px) {
    .check_box_list {
        max-height: 200px;
        overflow-y: auto;
        box-sizing: border-box;
        margin-bottom: 10px;

        scrollbar-width: thin;
        scrollbar-color: #f2f2f2 transparent;
    }

    .check_box_list::-webkit-scrollbar {
        width: 5px;
    }

    .check_box_list::-webkit-scrollbar-track {
        background: transparent;
    }

    .check_box_list::-webkit-scrollbar-thumb {
        background-color: #f2f2f2;
        border-radius: 10px;
    }

    .check_box_list::-webkit-scrollbar-thumb:hover {
        background-color: #e5e5e5;
    }

    .check_box_list::-webkit-scrollbar-button {
        display: none;
    }
}
