/* Nexa — Checkout */
.checkout_form .form-group label {
  font-weight: 600;
  font-size: 13px;
  color: #0B1220;
  margin-bottom: 6px;
}

.checkout_form .form-control,
.checkout_form select {
  border-radius: 5px !important;
  border: 1px solid #E2E8F0 !important;
  height: auto;
  min-height: 44px;
}

.checkout_form h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.35rem;
  margin: 24px 0 16px;
  color: #0B1220;
}

.bigbag_notice {
  background: #FFF1F2;
  border: 1px solid #FECDD3;
  border-radius: 5px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.bigbag_notice a {
  color: #E11D48;
  font-weight: 600;
}

.order-review,
#order_review,
.checkout-sidebar {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(11,18,32,.06);
  padding: 24px;
}

.payment_method,
.payment-methods {
  border: 1px solid #E2E8F0;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 10px;
}

.place-order .button,
.checkout_form button[type="submit"] {
  background: #E11D48 !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: none !important;
  width: 100%;
  padding: 14px !important;
  font-weight: 700;
  font-size: 15px;
}

.alert {
  border-radius: 5px !important;
}
