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

.itemPriceSmallLabel {
  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: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.optionNameSmallLabel {
  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: 1.1rem;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: line-through;
}

.itemOriginPriceSmallLabel {
  color: var(--originPriceLabelColor);
  font-size: 1rem;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: line-through;
}

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

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

.optionElementContainerMobile {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  border-top: 1px solid var(--borderWithOpacityColor);
}

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

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

.priceContainer {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 15px;
}

.priceContainerMobile {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

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

.mwst {
  font-size: 13px;
}
