section.popular-stores .popular-img {
    width: 200px;
    height: 200px;
    border: 1px solid var(--black-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    margin: auto;
    margin-bottom: 12px;
    background: var(--white-color);
}
section.popular-stores .popular-img img{
    width: 100%;
}
section.popular-stores .popular-details {
    text-align: center;
}
section.popular-stores .popular-info:nth-child(1) .popular-img{
background: #CC0000;
}
section.popular-stores .popular-img img{
    width:80%;
}
section.popular-stores .popular-info:nth-child(2) .popular-img{
    background:#003B94;
}
section.popular-stores .popular-info:nth-child(4) .popular-img{
    background:#000;
}
section.popular-stores .popular-info:nth-child(5) .popular-img{
    background:#000;
}
section.popular-stores .popular-info:nth-child(7) .popular-img{
background: #CC0000;
}
section.popular-stores .popular-content img{
width:16px;
}
.popular-content p.popular-price {
    font-weight: 700;
    margin-bottom: 0;
    text-underline-offset: 4px;
    font-size: 18px;
}
.popular-content span{
    text-underline-offset: 4px;
    font-size: 14px;
}
section.popular-stores .row{
    gap:40px 0;
}
section.popular-stores .popular-details a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--black-color);
}
section.popular-stores .popular-details{
    position: relative;
}
section.popular-stores .popular-details:hover .popular-content img{
    animation: bounce 1s infinite;
}
section.popular-stores .popular-details:hover .popular-content p, section.popular-stores .popular-details:hover .popular-content span{
text-decoration: underline;
}
section.popular-stores .popular-details:hover .popular-img{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}
.axil-breadcrumb-area {position: relative;background: linear-gradient(148deg, #071a58 14%, var(--secondary-color) 86%);padding: 40px 0 45px;}
 .axil-breadcrumb-area .inner .title {font-size: 37px;margin-bottom: 0;color: #fff;}
 .axil-breadcrumb-area .inner .bradcrumb-thumb {text-align: right; position: relative; z-index: 1; }
.axil-breadcrumb-area img{
 width: auto;
 max-width: 100%;
}
 .axil-breadcrumb-area .inner .bradcrumb-thumb::after {content: ""; height: 110px; width: 110px; background-color: var(--color-white); border-radius: 50%; position: absolute; top: -10px; right: 60px; z-index: -1; }
 .axil-breadcrumb {display: flex;padding: 0;margin: 0 0 7px;list-style: none;align-items: center;}
 .axil-breadcrumb li {margin-top: 0;margin-bottom: 0;font-size: var(--font-size-b1);line-height: var(--line-height-b1);font-weight: unset !important;}
 .axil-breadcrumb li a {color: #fff; display: block; text-decoration: none; }
 .axil-breadcrumb li.axil-breadcrumb-item.active {color: #fff; }
 .axil-breadcrumb li.separator {height: 11px; width: 2px; background-color: #e5e5e5; margin: 0 8px; }
.pagination{
 margin-top:30px; 
}