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

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

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

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

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

.optionTitleContainer {
  width: 100%;
}

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

.optionFooterContainerMobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 12px 12px;
  width: 100%;
}

.optionFooterContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 22px 22px;
  width: 100%;
}

.priceBtnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.menuDescriptionLabel {
  font-size: 0.85rem;
  padding: 0px 5px 0px 0px;
  color: var(--descriptionColor);
  font-weight: 300;
}

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

.optionElementContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.optionElementWrapper {
  padding: 16px 22px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.optionElementWrapperSmall {
  padding: 8px 12px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.optionImageWrapper {
  align-self: center;
}

.optionNamesWrapper {
  margin: 5px 0px;
}

.optionNamesLabel {
  color: var(--descriptionColor);
  font-size: 0.75rem;
  font-style: italic;
}

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

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

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

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

.rightSectionContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
