@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap");
.nowrap {
  white-space: nowrap;
}

.mob-menu-toggle i.fa-bars {
  background-color: black;
}

#order_summary {
  padding: 20px;
}
#order_summary :not(i) {
  font-family: "Figtree", sans-serif;
}
#order_summary hr {
  background-image: none;
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 0;
  height: 0;
}
#order_summary #summary_title {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
}
#order_summary #inventory_types span {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 5px !important;
  color: #161616;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 5px;
  font-size: 15px;
}
#order_summary #inventory_types input[type=checkbox] {
  display: none;
}
#order_summary #inventory_types input[type=checkbox]:checked + span {
  background-color: #E3F5F5;
  font-weight: bold;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
#order_summary .form_field {
  width: 250px;
  display: inline-block;
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 5px !important;
  font-size: 15px;
  padding: 10px;
  height: 40px;
  color: black;
  margin: 5px;
}
#order_summary .form_field:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 246, 246, 0.97);
}
#order_summary .form_btn {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
  letter-spacing: 1px;
  font-size: 15px;
  color: white;
}
#order_summary .form_btn_inverse {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
  letter-spacing: 1px;
  font-size: 15px;
  background-color: white;
}
#order_summary ul.bar_tabs {
  margin: 0 0 10px 0;
  padding: 0;
}
#order_summary ul.bar_tabs > li {
  margin-left: 0;
  margin-right: 5px;
}
#order_summary ul.bar_tabs > li a.active {
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
  letter-spacing: 1px;
  border-radius: 5px;
  font-size: 17px;
}
#order_summary ul.bar_tabs > li a.active.labgrown {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  color: white;
}
#order_summary ul.bar_tabs > li a {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
  letter-spacing: 1px;
  border-radius: 5px !important;
  font-size: 17px;
}
#order_summary ul.bar_tabs > li a.labgrown {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
}
#order_summary .checkbox {
  display: inline-block;
  margin-right: 1.5%;
}
#order_summary .checkbox label {
  font-size: 18px !important;
  text-transform: capitalize;
  color: black;
}
#order_summary .order-table .fcut,
#order_summary .order-table .polish,
#order_summary .order-table .symmetry,
#order_summary .order-table .meas {
  display: none;
}
#order_summary .order-table .blank_line {
  border-left-style: hidden;
  border-right-style: hidden;
}
#order_summary .order-table.natural thead tr th {
  color: white;
  letter-spacing: 1px;
  font-weight: bold !important;
}
#order_summary .order-table.natural tbody a {
  font-weight: bold;
}
#order_summary .order-table.labgrown thead tr th {
  color: white;
  letter-spacing: 1px;
  font-weight: bold !important;
}
#order_summary .order-table.labgrown tbody a {
  font-weight: bold;
}
#order_summary .order-table thead th {
  vertical-align: middle;
}
#order_summary .btn-xs {
  font-size: 14px !important;
  line-height: 0.44;
  padding: 1px 5px;
}
#order_summary .btn-xs.natural {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  color: white;
}
#order_summary .btn-xs.labgrown {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  color: white;
}
#order_summary .form-label {
  color: black;
  letter-spacing: 1px;
  margin: 5px 0;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  #order_summary #summary_title {
    font-size: 25px;
  }
}

/*# sourceMappingURL=diamond-portal-order-summary-public.css.map */
