.itemPriceSmall {
  color: var(--priceLabelColor);
  font-size: 1rem;
  font-weight: bold;
}

.currency {
  font-size: 1.1rem;
  margin-left: 5px;
  font-weight: 500;
}

.optionNameLabel {
  width: 100%;
  color: var(--optionNameLabelColor);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.menuDescriptionLabel {
  font-size: 0.85rem;
  padding: 0px 5px 0px 0px;
  color: var(--descriptionColor);
  font-weight: 300;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menuCodeLabel {
  color: var(--menuCodeLabelColor);
}

.optionNamesWrapper {
  margin: 5px 0px;
}

.optionNamesLabel {
  color: var(--descriptionColor);
  font-size: 0.75rem;
  font-style: italic;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.itemOriginPriceLabel {
  color: var(--originPriceLabelColor);
  font-size: 1rem;
  font-weight: bold;
  text-decoration: line-through;
}

.optionElementContainerDisabled {
  background-color: var(--backgroundDarkWithOpacityColor3);
  cursor: not-allowed;
}

/* GRAB TEMPLATE */
.optionElementContainer {
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 25px 0px #0000001a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.optionImageWrapper {
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 2px 0px #0000001a;
}

.titleContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 0px 10px 0px;
}

.priceContainer {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.textWarningMsg {
  color: var(--dangerColor);
}

.mwst {
  font-size: 13px;
}

.addBtnContainer {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
