.show-at-1100{
    display: none;
}
.top-area{
    padding-left: 340px;
}
.store-image-area{
    display: none;
}
@media(max-width:1100px){
  .store-sidebar.store-upper {
  transform: translateY(20px);
}
.store-image-area {
  display: flex;
  flex: 0 0 120px;
  box-shadow: 0 0px 5px rgb(0 0 0 / 10%);
}
.store-image-area .web_imagebox {
  width: 90%;
  height: 90%;
  margin: auto;
  box-shadow: 0 0px 5px rgb(0 0 0 / 10%);
}
.store-wrapper.top-area {
  display: flex;
  column-gap: 20px;
  flex-direction: row;
}
.top-area{
    padding-left: 0px;
}
.show-at-1100 {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.show-at-1100.rating-stars ul {
  padding: 0px;
}
.show-at-1100 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}
.show-at-1100 .rating-info {
  margin: 0px;
}
.store-sidebar.store-upper {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.panel.store-showcase {
  display: none;
}
.panel.about {
  grid-column: span 2;
  width: 100%;
}
.panel {
  width: 100%;
}
.panel.similar-stores {
  grid-column: span 2;
}
.similat-stores-list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.panel-description {
  padding-left: 0px;
  min-height: 60px;
  padding: 0 20px;
}
}

@media(max-width:992px){
    .main-coupon-content {
  display: flex;
}
.flex-250 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 0px;
}
}

@media(max-width:768px){
    .main-coupon-content {
  display: block;
}
.flex-250 {
  display: grid;
  flex-direction: row;
  grid-template-columns: 1fr;
  flex: 0 0 auto;
  width: 100%;
  row-gap: 10px;
}
.button-cpn {
  height: 38px;
  max-width: 160px;
}
.main-coupon-content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 0 0px 0px 15px;
}
.pd-15.flex-1 {
  padding: 0px;
}
.flexed-cpn-det {
  justify-content: flex-start;
  flex: 1;
  margin-right: 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.det-box {
  padding: 0px;
  text-align: left;
  justify-content: flex-start;
  background: transparent !important;
  height: auto;
  border: none !important;
}
.det-box.expiry {
  justify-content: flex-start;
  padding-left: 0px;
  margin: 0px;
}
.similat-stores-list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

}
@media(max-width:650px){
.store-sidebar.store-upper {
  display: flex;
}
.store-image-area {
  max-height: 100px;
  flex: 0 0 100px;
}
.sub-store-title{
    display: none;
}
.panel {
  margin-bottom: 20px;
}
}
@media(max-width:550px){
.similat-stores-list {
  grid-template-columns: 1fr 1fr 1fr 1fr ;
}
.rating-stars {
  flex-direction: row !important;
}

}
@media(max-width:420px){
.similat-stores-list {
  grid-template-columns: 1fr 1fr 1fr;
}
.store-image-area {
  max-height: 80px;
  flex: 0 0 80px;
}
}