.cartOrderedContainer {
  height: 35%;
  display: flex;
  flex-direction: column;
}

.listCartContainer {
  overflow-y: auto;
  overscroll-behavior: contain !important;
  padding-bottom: 50px;
}

.listOrderPlacerContainer {
  background-color: var(--backgroundColor);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.orderPlacerItem {
  border-bottom: 1px solid var(--backgroundDarkWithOpacityColor3);
  width: 100%;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.orderPlacerItemSelected {
  background-color: var(--cardHoverBackgroundColor);
}

.orderPlacerLabel {
  font-size: 0.9rem;
  padding-left: 10px;
}
