.cat-box
{
    padding: 5px;
    margin: 5px;
}
/*store list style start*/
.all_stores .all_list {
    border-bottom: 2px dashed #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #666666;
    margin-top: 15px;
}
.all_stores .all_list a {
    color: #222;
    padding: 6px;
    border-radius: 5px;
    line-height: 31px;
}
.all_stores .all_list a:hover {
    background-color: #5b0f71;
    color: #ffffff;
    text-decoration: none;
}
.all_stores .all_list a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #ccc;
}
/*store list style end*/
.top-bar-store-bg {
    margin-top: 5px;
    /* border-radius: 20px; */
    background-color: #ffffff;
    border-radius: 21px;
    box-shadow: 0px 4px 7px 0px rgb(0 81 250 / 20%);
}
.store-bg-1 {
    padding: 20px;
    background: #b2fefa;
    background: -webkit-linear-gradient(to right, #0ed2f7, #b2fefa);
    background: linear-gradient(to right, #166b8c, #29626a);
}
.cat-image-box {
    width: 125px;
    height: 125px;
    background-color: #ffffff;
    padding-top: 24px;
    margin: 15px auto;
    border: 3px solid #a67cb1;
    box-shadow: 0px 0px 5px 0px rgb(0 81 250 / 20%);
    border-radius: 50%;
}
.cat-image {
    width: 60%;

    height: auto;
}
.offer-box {
    margin-top: 8px;
    margin-left: 10px;
}
@media (min-width: 992px) and (max-width: 1400px) {
    .offer-box {
        padding: 0px;
        margin: 0px;
    }
    .cat-image-box {
        width: 110px;
        height: 110px;
        padding-top: 18px;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    .top-bar-store-bg {
        border-radius: 0px;
    }
    .store-bg-1 {
        padding: 10px;
    }
    .offer-box {
        padding: 0px;
        margin: 0px;
    }
    .cat-image-box {
        width: 80px;
        height: 80px;
        padding-top: 16px;
        border: 2px solid #a67cb1;
    }
    /*filter close btn abd filter box*/
}
@media (min-width: 320px) and (max-width: 479px) {
    .store-bg-1 {
        padding: 10px;
    }
    .top-bar-store-bg {
        border-radius: 0px;
    }
    .offer-box {
        padding: 0px;
        margin: 0px;
    }
    .cat-image-box {
        width: 70px;
        height: 70px;
        padding-top: 13px;
        border: 2px solid #a67cb1;
    }
    /*filter close btn abd filter box*/
}