@media screen and (min-width: 992px) and (max-width: 1199px){
 .store-list{
    padding: 12px 12px;
  }
}

@media (max-width: 980px){
 
}
@media (max-width: 540px){
 section.store-section .container{
   padding-left:0;
   padding-right:0;
  }
  section.store-section .col-3.store-sidebar{
   width:100%;
    padding:0;
    margin-bottom:20px;
  }
  section.store-section .store-sidebar .store-logo {
    width: 180px;
    height: 180px;
    padding: 20px;
  }
  .delivery-policy, .refund-policy, .similar-stores{
        padding-bottom: 15px;
    padding-top: 15px;
  }
  section.store-section .store-content{
    width:100%;
    padding:0;
  }
  .store-information h1{
   font-size: 26px;
  }
  .store-information {
    margin-bottom: 20px;
}
  .store-list{
  padding: 10px 15px;
  }
  .store-list-upper{
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .store-offer p.upto {
    font-size: 20px;
  }
  .store-list-upper .store-middle {
    width: 100%;
}
  .store-btn {
    width: 100%;
}
  .store-btn .main-btn {
    font-size: 16px;
  }
  .store-overview {
    padding-top: 10px;
}
  .overview-info img{
   width: 100% !important;
        height: 250px !important;
        object-fit: cover;
  }
}
@media (max-width: 360px){

}