body {
  background-color: #fcf2e0;
  color: #331D1C;
  font-family: 'Segoe UI', sans-serif;
}

.hide {
  display: none;
}

.bold {
  font-weight: 600;
}

.form-section {
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.form-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.form-control {
  font-family: 'Lato';
  font-size: 14px;
}

.section_box {
  background: white;
  padding: 1% 2%;
  margin: 1% 0;
  border-radius: 5px;
  border
}

.pageLogo {
  height: 200px;
  margin: auto;
  display: block;
}

#sugar-total {
  color: #c0392b;
  font-weight: bold;
}

.boxSelectChkBox {
  height: 24px;
  margin-top: 0.4%;
}

.box_selection_row {
  margin-bottom: 1%;
  padding: 1% 0 0 2%;
  border-bottom: 2px solid #fcf2e0;
}

.includesText {
  font-size: 14px;
  margin-left: 9%;
  font-style: italic;
}

.sugarOptions {
  font-size: 14px;
  margin-right: 1%;
  margin-bottom: 1%;
}

.boxName {
  font-weight: 600;
}

.boxContents {
  font-size: 14px;
  margin-bottom: 1%;
}

.box-qty {
  text-align: center;
  width: 70px;
  height: 40px;
  padding: 2px;
  font-size: 14px;
}

.sugarRow {
  margin-bottom: 1%;
  padding-left: 2%;
}

.sugarLabel {
  align-items: center;
  display: flex
}

.promoCode {
  font-size: 14px;
  margin-bottom: 1%;
}

.promoText {
  color: #ffb84c;
  font-weight: 600;
  margin-top: 1%;
  font-size: 14px;
  text-transform: uppercase;
}
