*{
    margin: 0;
    padding: 0;
}

#offer-heading .heading-conatiner{
    background:#6361aa;
    height: 11vh;
}

#offer-heading .heading-conatiner h2{
    color: white;
    text-align: center;   
    
}

#offer_main .container .row .card-body h6{
    color: #04a22b;
    font-weight: 600;
}


#offer_main .container .row .card-inner-body{
    height: 25vh;
    overflow: hidden;
    overflow-y: scroll;
}

#offer_main .container .row .card-inner-body .card-store-list a
{
      text-decoration: none;
      color: black;
}

#offer_main .container .row .card-inner-body .card-store-list a:hover
{
    text-decoration: underline;
    color:#04a22b;
}
/* #main-content .container .row .card-inner-body{
    height: 25vh;
    overflow: hidden;
    overflow-y: scroll;
} */

#offer_main .container .row .col-md-9 .popular-store-container-row-items{
    display: inline-block;
}

#offer_main .container .row .main-container{
    margin-top: 10px;
    margin-left: 15px;;
}

#offer_main .container .row .main-container .row a{
    text-decoration: none;
    color: black;
}

#offer_main .container .row .main-container a{
    text-decoration: none;
    color: #666;
}



#offer_main .container .row .main-container .shading{
    box-shadow: 3px 3px 10px #E8E8E8;
    border: 1px solid #E8E8E8;
}
#offer_main .container .row .main-container .offer-image{
    width: 140px;
    height: 100px;
    padding: 10px;
    / border: 2px solid gray; /
}

#offer_main .container .row .main-container .offer-image img{
    width: 100%;
     height: 100%;
     object-fit: contain;
}
/* #offer_main .container .row .main-container a{
    color: #666;

} */

#offer_main .container .row .main-container a .offer-content h4{
    font-weight: 600;
    color: black;
    font-size: 22px;
    
}

#offer_main .container .row .main-container a .offer-content p{
    margin-bottom: 0;
    color: #666;
    
}
#offer_main .container .row .main-container a .offer-content h6{
    margin-bottom: 0rem;
    margin-top: 0.8rem;
    font-weight: bolder;
}




/ cat_stores start /


#main-content .container .row .card-body h6
{
    font-weight: 600;
    color:#04a22b;
    font-size: 18px;
}

#main-content .container .row .card-inner-body
{
    height: 25vh;
    overflow: hidden;
    overflow-y: scroll;
}


#main-content .container .row .card-inner-body .card-store-list a
{
      text-decoration: none;
      color: black;
}


#main-content .container .row .card-inner-body .card-store-list a:hover
{
    text-decoration: underline;
    color:#04a22b;
}

#coupons , #deal
{
    display: none;
}




/ cat_stores end /