.search-store-box {
    padding: 5px 0 10px 0;
}
.sidebar-filter {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ebeaea;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}
.siderbar-header-underline {
    border-bottom: 1px solid #ebeaea;
    margin-top: 1rem;
}
.filter-list-box {
    max-height: 514px;
    overflow-y: auto;
} 
.filter-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.filter-list .form-block {
    position: relative;
    display: block;
    margin-top: 4px;
}
.filter-list .checkbox-label {
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
}
.filter-list .checkbox-input {
    position: static;
    margin: 0;
    vertical-align: middle;
}
.filter-list.rewards_filter{display: table;}
.filter-list.rewards_filter li{display: inline-table;width: 50%;}

/*top bar*/
.top-bar-store-bg {
    box-shadow: 0px 4px 7px 0px rgb(0 81 250 / 20%);
}
.store-bg-1 {
    padding: 10px;
    background: #d39c14;
    background: -webkit-linear-gradient(to right, #d39c14, #29626a);
        background: linear-gradient(to right, #166b8c, #29626a);
}

/*search filter*/
 .search-filter {
    width: 220px;
    position: relative;
}
.search-filter-icon {
    position: absolute;
    right: 4px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.search-filter-input-box {
    text-indent: 10px;
    border: 1px solid #294459;
    width: 100%;
    position: relative;
    height: 34px;
    border-radius: 5px;
    overflow: hidden;
    outline: none;
    margin-top: 0;
}

.clear-filter-box{
    display: none;
}

/*open and close sidebar nav filter start*/

.filter-list li {
    list-style: none;
}
.filter_sidenav::-webkit-scrollbar {
    display: none;
}
/*.filter_sidenav a {
    text-decoration: none;
    text-align: left;
    color: #d39c14;
}*/
/*.filter_sidenav a:hover {
    color: #616161;
}*/
.filter_closebtn {
    float: right;
    line-height: 22px;
    font-size: 30px;
}
/*store list style start*/
.all_stores .all_list {
    border-bottom: 2px dashed #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #666666;
}
.all_stores .all_list a {
    color: #222;
    padding: 6px;
    border-radius: 5px;
}
.all_stores .all_list a:hover {
    background-color: #d39c14;
    color: #ffffff;
    text-decoration: none;
}
.all_stores .all_list a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #ccc;
}

.filter_btn{
    display: none;
}

.cashback-btn{
    padding: 5px;
    border-radius: 25px;
    background: #d39c14;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 992px) and (max-width: 1400px) {
    /*.filter_btn{
        display: inline-block;
    }*/
    /*.filter_sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        background-color: #f1f1f1;
        overflow-x: hidden;
        padding-top: 20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }*/
    .filter_btn {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .clear-filter-box{
        display: block;
        margin-bottom: 10px;
    }
    .filter_sidenav {
        padding-top: 11px;
    }
    .filter_btn{
        display: inline-block;
    }
    .filter_sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        background-color: #f1f1f1;
        overflow-x: hidden;
        padding-top: 20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles
  ##Screen = B/w 320px to 767px
*/

@media (min-width: 320px) and (max-width: 479px) {
    .clear-filter-box{
        display: block;
        margin-bottom: 10px;
    }
    .filter_sidenav {
        padding-top: 15px;
    }
    .filter_btn{
        display: inline-block;
    }
    .filter_sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        background-color: #f1f1f1;
        overflow-x: hidden;
        padding-top: 20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
}
