.ext-style-1 {float: left; width: 100%; padding: 15px 0px 10px; margin-top: 10px;}

.ext-style-2 {float:left; margin-right:20px;}

.ext-style-3 {display:none;}

.ext-style-4 {float:left; margin-right:20px; text-align:center;}

.ext-style-5 {text-align:center;}

.ext-style-6 {margin-top: 20px;}

.ext-style-7 {margin-top: 20px;}


    .lumise-bread h1 {
        margin: 0;
        font-size: 24px;
    }
    .control-group {
        margin-bottom: 15px;
    }
    .control-label h3 {
        margin: 0 0 10px;
    }
    .text-right {
        text-align: right;
    }
    .form-horizontal input[readonly] {
        background-color: #f9f9f9;
        cursor: not-allowed;
    }

    #pickup-info{
        margin-top: 10px;
    }

      label {
      display: inline-block;
      margin-right: 15px;
      font-weight: bold;
    }

    #submit {
      width: 100%;
      padding: 12px;
      background-color: #6772e5;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
    }
    #submit:hover {
      background-color: #5469d4;
    }
    #payment-request-button {
      margin-top: 20px;
    }
   
    .payment-tabs {
  margin-bottom: 1rem;
}

.payment-tabs .nav-link {
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin-right: 8px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-tabs .nav-link img {
  height: 36px;
}

.payment-tabs .nav-link.active {
  background-color: #fff;
  border-bottom: 3px solid #007bff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#google_logo, #apple_logo, #shippo-spinner{
    display:none;
}

#shippo-spinner .spinner {
  margin: 10px auto;
  width: 30px;
  height: 30px;
  border: 4px solid rgba(0,0,0,0.1);
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  position: relative;
  top:1px;
  left:-50px;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
  .order_overview {
    overflow-x: hidden;
  }

  .order_overview .lumise-table {
    width: 100% !important;
    table-layout: fixed;
    word-wrap: break-word;
  }

  .order_overview .lumise-table td,
  .order_overview .lumise-table th {
    white-space: normal;
  }
  
  .order_overview .lumise-table thead th {
    font-size: 12px !important;
  }

   .order_overview .lumise-table thead th,
  .order_overview .lumise-table tbody td,
  .order_overview .lumise-table tbody td p,
  .order_overview .lumise-table tbody td span,
  .order_overview .lumise-table tbody td strong {
    font-size: 12px !important;
  }
}

