.orderContainer {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--borderOptionItemColor);
}

.orderHeaderDetail {
  margin-left: 10px;
}

.optionItemContainer {
  padding-top: 15px;
}

.noneBorder {
  border: 0px;
}

.textBold {
  font-weight: bold;
}

.totalMoneyContainer {
  padding-top: 10px;
}

.totalTax {
  padding-left: 10px;
}

.totalMoney {
  padding-left: 10px;
  font-size: 1.05rem;
  font-weight: bold;
  color: var(--primaryColor);
}

.itemTotalPrice {
  white-space: normal;
}

.optionQuantity {
  padding-left: 20px;
}

.optionNameAndOptionCode {
  width: 60%;
}

.optionName {
  font-weight: bold;
  color: var(--textColorSecondary);
}

.optionCode {
  font-weight: bold;
  color: var(--textActiveColor);
  padding-right: 10px;
}

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

.drawerTitleContainer {
  padding-right: 10px;
}

.drawerTitle {
  font-size: 1.2rem;
  font-weight: 700;
}

.titleContainer {
  flex-flow: row;
}

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