.checkout {
  padding: 50px 0; }
  .checkout .checkout-content .checkout-title h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700; }
  .checkout .checkout-content .checkout-title.checkout-title-wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px; }
    .checkout .checkout-content .checkout-title.checkout-title-wide h5 {
      margin-bottom: 30px;
      font-size: 20px;
      color: #000;
      font-weight: 600; }
  .checkout .checkout-content .checkout-subtitle h5 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    font-weight: 600; }
  .checkout .checkout-content .checkout-inputs .checkout-input {
    margin-bottom: 20px; }
    .checkout .checkout-content .checkout-inputs .checkout-input .form-control {
      box-shadow: none;
      box-shadow: 0 0 5px 20px rgba(218, 165, 32, 0.02);
      outline: 0;
      padding: 0 14px;
      height: 50px;
      border: 2px solid rgba(218, 165, 32, 0.2);
      border: 2px solid rgba(179, 146, 40, 0.5);
      background: #fff;
      border-radius: 5px;
      font-size: 16px;
      width: 100%;
      position: relative;
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto; }
  .checkout .checkout-content .checkout-table {
    margin-bottom: 30px; }
    .checkout .checkout-content .checkout-table .table thead tr:last-child {
      border-bottom: 2px solid #000; }
    .checkout .checkout-content .checkout-table .table tbody tr:last-child {
      border-bottom: 2px solid #000; }
    .checkout .checkout-content .checkout-table .table tfoot tr:last-child {
      border-top: 2px solid #000;
      border-bottom: 0; }
      .checkout .checkout-content .checkout-table .table tfoot tr:last-child td, .checkout .checkout-content .checkout-table .table tfoot tr:last-child th {
        border-bottom: 0; }
    .checkout .checkout-content .checkout-table .table td, .checkout .checkout-content .checkout-table .table th {
      vertical-align: middle; }
      .checkout .checkout-content .checkout-table .table td:first-child, .checkout .checkout-content .checkout-table .table th:first-child {
        text-align: start; }
      .checkout .checkout-content .checkout-table .table td:last-child, .checkout .checkout-content .checkout-table .table th:last-child {
        text-align: end; }
    .checkout .checkout-content .checkout-table .table td .qty {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3px; }
      .checkout .checkout-content .checkout-table .table td .qty i {
        color: #b39228; }
      .checkout .checkout-content .checkout-table .table td .qty .form-control {
        box-shadow: none;
        box-shadow: 0 0 5px 20px rgba(218, 165, 32, 0.02);
        outline: 0;
        border: 2px solid rgba(218, 165, 32, 0.2);
        border: 2px solid rgba(179, 146, 40, 0.5);
        background: #fff;
        border-radius: 0 5px 5px 0;
        border-radius: 5px;
        font-size: 16px;
        position: relative;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        width: 100px; }
    .checkout .checkout-content .checkout-table .table td .input-disc .input-group .form-control {
      box-shadow: none;
      box-shadow: 0 0 5px 20px rgba(218, 165, 32, 0.02);
      outline: 0;
      padding: 0 14px;
      height: 50px;
      border: 2px solid rgba(218, 165, 32, 0.2);
      border: 2px solid rgba(179, 146, 40, 0.5);
      background: #fff;
      border-radius: 0 5px 5px 0;
      border-radius: 5px;
      font-size: 16px;
      position: relative;
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto; }
    .checkout .checkout-content .checkout-table .table td .input-disc .input-group .btn {
      box-shadow: none;
      outline: 0;
      border: 2px solid rgba(218, 165, 32, 0.2);
      background-color: #b39228;
      color: #fff;
      border-radius: 5px 0 0 5px !important; }
      .checkout .checkout-content .checkout-table .table td .input-disc .input-group .btn:hover {
        background-color: #fff;
        color: #b39228;
        border-color: rgba(218, 165, 32, 0.2); }
  .checkout .checkout-content .checkout-payment {
    margin-bottom: 30px; }
    .checkout .checkout-content .checkout-payment .payment-methods .form-group input[type=radio] {
      display: none; }
      .checkout .checkout-content .checkout-payment .payment-methods .form-group input[type=radio] ~ label {
        position: relative;
        margin: 0;
        margin-left: 20px;
        padding-right: 35px;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
        line-height: 32px;
        cursor: pointer; }
        .checkout .checkout-content .checkout-payment .payment-methods .form-group input[type=radio] ~ label img {
          height: 30px;
          width: auto; }
        .checkout .checkout-content .checkout-payment .payment-methods .form-group input[type=radio] ~ label::after {
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          width: 20px;
          height: 20px;
          border: 1px solid #b39228;
          border-radius: 50%;
          background-color: #fff;
          z-index: 9999; }
        .checkout .checkout-content .checkout-payment .payment-methods .form-group input[type=radio] ~ label::before {
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          width: 20px;
          height: 20px;
          border: 7.5px solid transparent;
          border-radius: 50%;
          background-color: transparent;
          z-index: -1;
          -webkit-transition: .25s all ease-in-out;
          -o-transition: .25s all ease-in-out;
          transition: .25s all ease-in-out; }
      .checkout .checkout-content .checkout-payment .payment-methods .form-group input[type=radio]:checked ~ label {
        color: #b39228; }
        .checkout .checkout-content .checkout-payment .payment-methods .form-group input[type=radio]:checked ~ label::before {
          background-color: #fff;
          border-color: #b39228;
          z-index: 999999; }
        .checkout .checkout-content .checkout-payment .payment-methods .form-group input[type=radio]:checked ~ label ~ input[type=text] {
          display: inherit; }
  .checkout .checkout-content .checkout-submit .form-group .btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 13px 35px;
    font-weight: 700;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
    min-width: 160px;
    background: #daa520;
    transition: .5s;
    border-radius: 5px;
    z-index: 1;
    width: 100%; }
    .checkout .checkout-content .checkout-submit .form-group .btn span {
      position: relative; }
    .checkout .checkout-content .checkout-submit .form-group .btn:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      content: "";
      background-color: #000;
      transition: .5s;
      border-radius: 5px;
      z-index: -1; }
    .checkout .checkout-content .checkout-submit .form-group .btn:hover {
      color: #fff;
      background-color: #b39228; }
      .checkout .checkout-content .checkout-submit .form-group .btn:hover:before {
        width: 100%; }

/*# sourceMappingURL=styleNew.css.map */
