.modalFilterBtn{
    float: right;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #623D66;
    width: 175px;
    height: 43px;
    border-radius: 10px;
    color: white;
    border: none;
}

.all_search_cards .col-lg-2 {
    max-width: 25% !important;
    width: 25% !important;
}

.spinner-border{
    width: 3rem !important;
    height: 3rem !important;
}

div.sticky{
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
    height: 100%;
}

.l_w_title h3 {
    margin-bottom: 20px;
    font-size: 17px;
    color: #3A3A3A;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    background: #EEEEEE 0 0 no-repeat padding-box;
    box-shadow: 0 3px 10px #00000030;
    padding: 10px 15px 10px 30px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 3px solid #623D66;
}



.p_filter_widgets .widgets_inner {
    border-bottom: 1px solid #eeeeee;
    background: #EEEEEE 0 0 no-repeat padding-box;
    box-shadow: 0 3px 10px #00000030;
    text-align: right;
}

.p_filter_widgets .widgets_inner:last-child {
    border-bottom: 0;
}

.p_filter_widgets .list {
    border-top: 1px solid #ddd;
    margin-top: 25px;
}

.p_filter_widgets .list:first-child {
    margin-top: 0;
    border-top: 0 solid transparent;
}

.p_filter_widgets .list li {
    margin-bottom: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.p_filter_widgets .list li a {
    font-size: 14px;
    font-weight: normal;
    color: #3A3A3A !important;
    position: relative;
    text-decoration: none;
}

.p_filter_widgets .list li.active a:before, .p_filter_widgets .list li:hover a:before {
    background: #623D66;
    border-color: #623D66;
}

.p_filter_widgets .list li:last-child {
    margin-bottom: 0;
}

.range_item p {
    margin-bottom: 0;
}

.price_value input {
    border: 0;
    text-align: center;
    max-width: 30px;
    background-color: transparent;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.searchFilter{
    margin-top: 150px;
    right: -6%;
}

.widgets_inner input[type=checkbox], .widgets_inner input[type=radio] {
    margin-right: 3px !important;
}

#search-filter-btn{
    background-color: #623D66;
    color: #EEEEEE;
    font-size: 15px;
    outline: none;
    margin-top: 15px;
    border-radius: 10px;
    width: 90px;
}

.inlineinput div {
    display: inline;
}

.inlineinput input {
    display: inline;
    width: 70px;
    text-align: center;
    background-color: #EEEEEE;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    height: 32px;
}

.sidebar_box_shadow {
    box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
}

.sub-menu ul {
    padding-left: 25px;
    border-top: 1px solid #6060605e;
}

.left_widgets {
    margin-bottom: 30px;
    width: 85%;
}

.left_widgets:last-child {
    margin-bottom: 0px;
}

.widgets_inner p {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.widgets_inner input[type=checkbox], .widgets_inner input[type=radio] {
    margin-right: 15px;
}

.widgets_inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -21px;
    padding-bottom: 15px;
    padding-top: 15px;

}


@media only screen and (max-width:1500px){

    .left_widgets{
        width: 100%;
    }

}

@media only screen and (min-width:991px){

    .modalFilterBtn{
        display: none !important;
    }

    .hide-this-item-lg{
        display: none !important;
    }

}



@media only screen and (min-width:991px){

    .modalFilterBtn{
        display: none !important;
    }

    .hide-this-item-lg{
        display: none !important;
    }

}


@media only screen and (max-width:991px){

    .hide-this-item-sm{
        display: none !important;
    }

    .cards_row .col-12{
        max-width: 100% !important;
        width: 100% !important;
    }
    .search_card{
        padding-left: 30% !important;
    }

    .filter_bp_form{
        margin-top: -50px !important;
    }

}

@media only screen and (max-width:654px){
    .search_card{
        padding-left: 45% !important;
    }
}

@media only screen and (max-width:500px){
    .search_card{
        padding-left: 50% !important;
    }

    .cards_row{
        margin-right: 20% !important;
    }

    .filter_bp_form{
        margin-left: -37px !important;
    }

    h1{
        font-size: 24px !important;
    }

}