﻿.select2 {
    width: 100% !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    direction: rtl;
    text-align: right;
}

.select2-container--bootstrap-5 .select2-selection--single {
    direction: rtl;
}


.ws_shop_filter {
    padding-bottom: 40px;
}

    .ws_shop_filter .ws_shop_filter_checkbox_bg {
        background-color: #ced6e040;
        padding: 5px 13px;
        border-radius: 2px;
        border: 1px solid #0000000f;
    }

        .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_title {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            margin-top: 7px;
            font-size: 15px;
        }

        .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_body {
        }

            .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_body ul {
            }

                .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_body ul li {
                    list-style-type: none;
                }

                    .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_body ul li label {
                        display: flex;
                        align-items: center;
                        column-gap: 14px;
                        cursor: pointer;
                        margin-bottom: 10px;
                    }

                        .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_body ul li label i {
                            font-size: 19px;
                        }

                            .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_body ul li label i.active {
                                color: #ff4757;
                                text-shadow: 0px 2px 7px rgb(157 26 26 / 29%);
                            }

                        .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_body ul li label input {
                            display: none;
                        }

                        .ws_shop_filter .ws_shop_filter_checkbox_bg .checkbox_bg_body ul li label span {
                            font-weight: 500;
                            font-size: 15px;
                            margin-top: 1px;
                            flex: 1;
                        }



    .ws_shop_filter button.shopFilterSubmit {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        column-gap: 14px !important;
        border: none !important;
        padding: 10px 5px !important;
        border-radius: 23px !important;
        background-color: #55E6C1 !important;
        padding-top: 12px !important;
        transition: all 0.2s ease 0s !important;
        position: unset !important;
    }

        .ws_shop_filter button.shopFilterSubmit:hover {
            box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
        }

        .ws_shop_filter button.shopFilterSubmit i {
        }

        .ws_shop_filter button.shopFilterSubmit span {
        }


.ws_shop_filter_categories {
    display: none;
}

.ws_shop_filter_categories_card {
    margin-bottom: 25px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 5px 10px;
    border-radius: 2px;
}

    .ws_shop_filter_categories_card .ws_shop_filter_categories_card_title {
        font-weight: 900;
        margin: 12px 0px;
        border-bottom: 1px dashed #00000030;
        padding-bottom: 12px;
        color: #3e3e3e;
        font-size: 15px;
    }

.ws_shop_filter_categories {
}

    .ws_shop_filter_categories > ul {
    }

        .ws_shop_filter_categories > ul > li {
        }

            .ws_shop_filter_categories > ul > li > label {
            }

    .ws_shop_filter_categories ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
    }

        .ws_shop_filter_categories ul li {
        }

            .ws_shop_filter_categories ul li label {
                display: flex;
                align-items: center;
                column-gap: 9px;
                font-size: 14px;
                margin-bottom: 7px;
            }


            .ws_shop_filter_categories ul li ul {
                padding-right: 20px;
            }

                .ws_shop_filter_categories ul li ul li {
                }

#btnFilterSidebarOpen {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 107px;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #1dd1a1;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.2);
    z-index: 999;
}

    #btnFilterSidebarOpen i {
        color: white;
        font-size: 21px;
        text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    }

#btnFilterSidebarClose {
    z-index: 99999999;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    border: none;
    background-color: #b72525c9;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 23px;
    border-radius: 8px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    text-shadow: 0px 5px 4px rgba(0,0,0,0.4);
    display: none;
    position: fixed;
}

    #btnFilterSidebarClose i {
    }




/*@media(min-width:701px){
    .ws_shop_filter.fullscreen{
        display:none !important;
    }
}*/



.select2-container--bootstrap-5 {
    z-index: 999999 !important;
}



@media(max-width:700px) {

    .ws_shop_filter.fullscreen {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        overflow: auto;
        background-color: white;
        z-index: 99999;
        padding: 30px;
        padding-bottom: 80px;
    }

        .ws_shop_filter.fullscreen .shopFilterSubmit {
            width: 100vw;
            position: fixed;
            bottom: 0;
            left: 0;
            border-radius: 0px;
            z-index: 9999999999;
        }

    .ws_shop_filter {
        display: none;
    }

    #ws_shop_side_filter #btnFilterSidebarOpen {
        display: flex;
    }
}




#shop_filter_price_lbl {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    margin-bottom: 20px;
    column-gap: 7px;
    font-weight: bold;
}


    #shop_filter_price_lbl span {
        color: #8848a1;
    }


#shop-filter-price span.ui-slider-handle {
    border-radius: 15px;
    background-color: orange;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}


#shop-filter-price .ui-slider-range {
    background-color: #ffa500a3;
}


ul.pagination {
    flex-wrap: wrap;
    row-gap: 9px;
    column-gap: 9px;
    margin-bottom: 40px;
}