.noticeContainer {
  margin-bottom: 15px;
}

.noticeLabel {
  font-size: 2rem;
  font-weight: bold;
}

.noticeLabelMobile {
  font-size: 1.8rem;
  font-weight: bold;
}

.noticeWaitingConfirmContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.noticeWaitingConfirmLabel {
  font-size: 1rem;
  text-align: center;
}

.noticeWhenOrderSuccessLabel {
  font-weight: bold;
  font-size: 1rem;
}
