.optionTitle {
  color: var(--textGreyColor2);
  font-weight: 700;
  font-size: 1.1rem;
}

.optionPrice {
  color: var(--primaryColor);
  font-weight: 700;
  font-size: 1.2rem;
  text-align: right;
}

.headerContainer {
  display: flex;
  flex-direction: row;
}

.bodyContainer {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  width: 100%;
}

.optionThumb {
  min-width: 70px !important;
  width: 70px !important;
  min-height: 70px !important;
  height: 70px !important;
  margin-right: 10px;
  background-color: var(--backgroundColor);
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid var(--borderColor);
}

.menuDescriptionLabel {
  font-style: italic;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.6;
  padding: 0px 5px 0px 0px;
  color: var(--secondaryTextColor);
}

.optionPriceWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 10px;
}

/* ONNI KOREAN TEMPLATE */
.optionOnniKoreanContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.optionThumbOnniKorean {
  width: 100%;
  height: 100px;
  position: relative;
  background-color: var(--backgroundColor);
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid var(--borderWithOpacityColor);
}

.optionThumbOnniKoreanMobile {
  height: 70px;
}

.optionTitleOnniKorean {
  color: var(--textGreyColor2);
  font-weight: 600;
  font-size: 1rem;
}

.optionPriceOnniKorean {
  color: var(--primaryColor);
  font-weight: 600;
  font-size: 1rem;
  text-align: right;
}

/* RESTAURANT SCAN CODE TEMPLATE */
.restaurantScanCodeContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.radioIcon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-block;
  background-color: var(--primaryColor);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.radioIconSelected {
  mask-image: url("/images/radio-selected.png");
  -webkit-mask-image: url("/images/radio-selected.png");
}

.radioIconUnselected {
  mask-image: url("/images/radio.png");
  -webkit-mask-image: url("/images/radio.png");
}
