div.bottom-gradient {
  pointer-events: none;
}

.dashboard .main .main-bottom .top-container .categories p {
  white-space: nowrap;
}

.card .card-body .food-name {
  height: 96px;
}

div.popup-bg.hide {
  display: none;
  pointer-events: none;
}

div.card-image {
  width: 100%;
  height: 200px;
}
div.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popup-bg .popup-container .popup-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.popup-bg .popup-container .popup-top img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  max-height: 300px;
}

.popup-bg .popup-container {
  display: block;
  width: 642px;
  height: auto;
}

@media only screen and (min-width: 600px) {
  div.food-cards-box {
    overflow-x: auto !important;
  }
}

/*# sourceMappingURL=site.css.map */
