.inputQuantityOnniKoreanContainer {
  width: 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--primaryColor);
}

.adjustQuantityOnniKoreanBtn {
  width: 50px !important;
  height: 100% !important;
}

.quantityLabel {
  color: var(--secondaryTextColor);
  font-size: 1.2rem;
  font-weight: 500;
}
