.sidebar-content {
  /* overflow-y: auto; */
  max-height: 946px !important;
}

.sidebar-content-area {
  overflow-y: auto;
  padding: 0 10px;
  max-height: calc(100vh - 300px);
}

.sidebar-content-area.has-totals {
  overflow-y: auto;
  padding: 0 10px;
  max-height: calc(100vh - 425px);
}


.gv-sidebar-content-area {
  overflow-y: auto;
  padding: 0 10px;
  max-height: calc(100vh - 410px);
}

.SelectMessage {
  padding: 0 10px;
}


/* animation stuff */
.sidebar {
  width: 0;
  transition: 0.5s;
  z-index: 1020 !important;
}

/* Sidebar OUTSIDE the content when there's enough space */
.sidebar-outside {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
}

/* Remove item action */
/* .remove-item {
  position: absolute;
  right: 15px;
} */

.remove-item {
  font-size: 12px !important;
}

.shop-quantity-line {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.gst-exempt-pill {
  position: relative;
  top: 1px;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.1;
  padding: 0.25em 0.55em;
}

@media (max-width: 430px) {
  .shop-quantity-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }

  .gst-exempt-pill {
    top: 0;
  }
}

/* Mobile and Tablet CSS */
@media (max-width: 960px) {
  .sidebar {
    display: none !important;
  }
}