.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;
  text-align: center;
}

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

.menuDescriptionLabel {
  font-size: 0.75rem;
  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;
  text-align: center;
}

/* .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;
}

.optionElementWrapperDisabled {
  background-color: #3c3c3c;
  cursor: not-allowed;
}

/* ONNI KOREAN TEMPLATE */
.optionElementNegishiContainer {
  height: 100%;
  padding-bottom: 1.5rem;
}

.optionElementNegishiWrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.optionElementNegishiWrapper:hover {
  background-color: #3c3c3c;
}

.optionImageNegishiWrapper {
  width: 100%;
  aspect-ratio: 16 / 12;
  position: relative;
}

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

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

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

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

.mwst {
  font-size: 13px;
}
