.payment_page_section .main_heading h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.payment_page_section .payment_form .form-label {
  font-size: 0.85rem;
  font-weight: 600;
}
.payment_page_section .payment_form .form-control {
  min-height: 50px;
  border-color: var(--border);
  border-radius: 8px;
  color: #000000;
  font-size: 0.85rem;
}
.payment_page_section .payment_form .form-control::placeholder {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.75rem;
}
.payment_page_section .payment_method_wrapper .btn-group {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.payment_page_section .payment_method_wrapper .btn-group label {
  position: relative;
  font-size: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  flex: 1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .payment_page_section .payment_method_wrapper .btn-group label {
    font-size: 0.8rem;
  }
}
.payment_page_section .payment_method_wrapper .btn-group label::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.payment_page_section .payment_method_wrapper .btn-group input:checked + label {
  border: 2px solid var(--secondary);
  color: var(--secondary);
  font-weight: 600;
  padding-inline-end: 2.25rem;
}
.payment_page_section .payment_method_wrapper .btn-group input:checked + label::after {
  content: "\f1a8";
  font-family: "flaticon_oxford";
}
.payment_page_section .payment_summary_card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 12px #e0e0e0;
  padding: 1.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: -150px;
}
.payment_page_section .discount_form label {
  font-size: 0.9rem;
  font-weight: 600;
}
.payment_page_section .discount_form .form-group {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.8rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.6rem;
}
.payment_page_section .discount_form .form-group input {
  flex: 1;
  border: 0;
  padding: 0;
  font-size: 0.85rem;
}
.payment_page_section .discount_form .form-group input:focus, .payment_page_section .discount_form .form-group input:active {
  border: none !important;
  outline: none !important;
}
.payment_page_section .discount_form .form-group .actn_btn {
  border: 0;
  background-color: var(--secondary);
  border-radius: 6px;
  color: #ffffff;
  padding: 0.4rem 1.2rem;
  font-size: 0.8rem;
}
.payment_page_section .gist_wrap .item_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.payment_page_section .gist_wrap .item_row:last-of-type {
  margin-bottom: 0;
}
.payment_page_section .gist_wrap .item_row .title_head {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0;
}
.payment_page_section .gist_wrap .item_row .actual_cost {
  margin-bottom: 0;
  font-size: 0.85rem;
}
.payment_page_section .gist_wrap .item_row.main .title_head {
  font-size: 1rem;
  color: var(--secondary);
}
.payment_page_section .gist_wrap .item_row.main .actual_cost {
  font-size: 1rem;
  color: var(--secondary);
  font-weight: 600;
}

/*# sourceMappingURL=payment.css.map */
