/* Filter CSS */
.product_sidebar_option_ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    font-family: 'jstR';
}
.sidebar_filter_btn{
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
.product_sidebar_option_ul li {
    cursor: pointer;
    color: var(--muted-dark);
    transition-duration: .2s;
}
.product_sidebar_option_ul li:hover{
    color: #000;
}
.product_sidebar_option_ul li .product_sidebar_option_ul {
    padding-left: 18px;
}
.product_sidebar {
    background-color: var(--primary-light);
    padding: 10px;
    /*border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;*/
}
.product_sidebar_hr {
    background: linear-gradient(45deg, black, transparent);
    border: none;
    height: 1px;
}
.product_sidebar_checkbx {
    position: relative;
    top: 1.5px;
}
.fixed_sidebar_arrow_btn_dv {
    position: absolute;
    bottom: 55px;
    right: 0px;
    width: 30px;
    text-align: center;
    height: 30px;
    z-index: 99;
    background-color: var(--primary-light);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.filter_count {
    position: absolute;
    background-color: #00ba0b;
    color: var(--white);
    width: 20px;
    height: 20px;
    font-size: 13px;
    font-family: 'jstR';
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: -13px;
    right: 5px;
}
.product_sidebar_col_wrap{
	padding-left: 0 !important;
}
.product_sidebar_col_wrap.sidebaractive {
    right: -30px;
}
.sort_filter_introhd_wrap {
/*    width: 270px;*/
    padding: 12px;
    background-color: var(--primary);
    color: var(--white);
}


@media screen and (max-width:991px){
    .col-ftr-asstnc .ps-5 {
        padding-left: 0 !important;
    }
    .col-ftr-prm-rprt .ps-4 {
        padding-left: 0 !important;
    }
    .landing{
        padding-top: 120px;
    }
    .rw01-col01 {
        order: 1;
    }

    .col_ftr24_logo_abt {
        padding-right: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 40px;
    }
    .footer_bottom_rgt_cards_wrap {
        text-align: center;
    }
    .footer_bottom {
        text-align: center;
    }
    .hp24_speakastro_rw {
        padding-top: 50px;
        align-items: start;
        display: block;
        height: auto;
        padding-bottom: 75px;
    }
    .hp24_spkastrologer_box {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        margin-bottom: 15px;
    }
    .hp24_spkastrologer_box_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    #navbarNavAltMarkup .ms-5{
        margin-left: 0 !important;
    }
    .nav_menu_lnk_wrap {
        background-color: var(--white);
        padding: 20px 15px;
        border-bottom: 5px solid var(--primary);
        width: 200px;
        position: fixed;
        top: 50px;
        right: 0px;
    }
    .nav_menu_lnk{
        color: var(--primary) !important;
    }
    .nav_menu_lnk {
        color: var(--white);
        font-family: 'jstR';
        letter-spacing: 0.3px;
        padding: 5px 0;
        border-bottom: 1px dashed rgb(255 255 255 / 5%);
        font-size: 14px;
    }
    .product_comments_txt {
        width: 85%;
        padding: 10px;
        margin-bottom: 8px;
        border-radius: 10px;
    }

}
