.commerce-store-full .store-item-img {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  border-radius: 2rem;
}

.commerce-store-full .store-item-img img {
  width: 100%;
  height: auto;
}

#store-menu-contents > .tab-pane.active:first-child ~ .tab-pane {
  display: block;opacity: 1;
}

/* css for commerce store full page  */

.store-productinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 110px;
}

.store-productinfo .store-productinfo-details {
  padding: 10px;
  flex-grow: 1;
}

.commerce-store-full .store-product-item .store-productinfo-img {
    max-height: 125px;
}

/* tonel page product popup */

input#tdp-qty {
    max-width: 80px;
    border: 3px solid var(--bs-primary);
}

.ratio.catering-img-ratio {
    --bs-aspect-ratio: 50%;
}

/* end */



/* MEDIA QUERIES */

/* FOR SMALL TABLET DEVICES AND UP */
@media screen and (min-width: 768px) {
  .store-productinfo {
    flex-direction: row;
  }  
  .store-productinfo .store-productinfo-img {
      max-width: 150px;
      width: 100%;
  }
  .store-productinfo .store-productinfo-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

/* FOR TABLET DEVICES AND UP */
@media screen and (min-width: 960px) {
  .store-productinfo .store-productinfo-img{
    max-width: 220px;
  }
}