/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");


/* Suiteseven aanpassingen   */

/* Container */
.prdctfltr_wc_widget {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-family: "Helvetica Neue", sans-serif;
}

/* Titels van secties */
.prdctfltr_widget_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    cursor: pointer;
}

/* Checkboxes algemeen */
.prdctfltr_checkboxes label {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    margin: 5px 0;
    background: #f9f9f9;
    border-radius: 6px;
    transition: background 0.3s, color 0.3s;
}

.prdctfltr_checkboxes label:hover {
    background: #eef3ff;
    color: #000;
}

.prdctfltr_checkboxes input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #0073e6;
}

/* Range slider wrapper */
.prdctfltr_rng_price .irs {
    margin-top: 15px;
}

.irs-bar {
    background: #0073e6;
    height: 6px;
    border-radius: 3px;
}

.irs-slider {
    background: #0073e6;
    border: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 0;
}

/* Scrollbare secties */
.prdctfltr_add_scroll {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 5px;
}

.prdctfltr_add_scroll::-webkit-scrollbar {
    width: 5px;
}

.prdctfltr_add_scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

/* Prijs slider - zwart maken */
.irs-bar {
    background: #000000 !important;
}

.irs-slider {
    background: green !Important;
}

span.irs-to {
    background: green !Important;
}


span.irs-from {
    background: green !Important;
}

.pf_rngstyle_flat .irs-from:after,
.pf_rngstyle_flat .irs-to:after,
.pf_rngstyle_flat .irs-single:after {

    border-top-color: green !important
}

/* Filters verbergen op mobiel */
@media screen and (max-width: 768px) {
    .prdctfltr_wc_widget {
        display: none;
    }
}


li#prdctfltr-2 {
    list-style: none !important;
}

li#prdctfltr-3 {
    list-style: none !important;
}

li.menu-item.xoo-wsc-menu-item {
    align-items: center;
}


/* Responsive (optioneel) */
@media screen and (max-width: 768px) {
    .prdctfltr_wc_widget {
        padding: 15px;
    }

    .prdctfltr_widget_title {
        font-size: 16px;
    }
}


/* filters on mobile */

.mobile-filter-button {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.mobile-filter-button.hidden {
    display: none !important;
}

.mobile-filter-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.mobile-filter-sidebar.active {
    left: 0;
}

.close-sidebar {
    background: black;
    border: none;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.filter-overlay.active {
    display: block;
}

@media (max-width: 768px) {
    .mobile-filter-button {
        display: block;
    }

    .prdctfltr_wc {
        display: none;
    }

    .mobile-filter-sidebar .prdctfltr_wc {
        display: block;
    }
}