  
 /*  052025 
* { box-sizing: border-box; }
    body {
      background: #f9f9f9;
      margin: 0;
      font-family: 'Segoe UI', Arial, sans-serif;
      color: #222;
    }
*/

.checkout-thankyou-container {
	display: none;
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
}
.checkout-thankyou {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
/*	padding: 0 20px;   */
}
.checkout-continue-shopping {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 80px auto;
	padding: 0 20px;
}
.continue-shopping-btn {
	width: 250px;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-size: 18px;
	font-weight: 800;
	color: var(--primary-foreground);
	background-color: var(--primary);
	border-radius: var(--radius);
	transition: background-color 0.2s;
}
.continue-shopping-btn:hover {
  background-color: #3772FF;
}
.checkout-thankyou-ordernum {
	color: #13bf63;
}

    .checkout-container {
 display: none;
 /* display: flex;  */
      max-width: 1200px;
      margin: 0 auto;
      min-height: 100vh;
      background: #fff;
      border-radius: 0 0 8px 8px;
      box-shadow: 0 6px 24px 0 rgba(0,0,0,0.07);
      overflow: hidden;
    }
    .checkout-title {
      display: none;
      text-align: center;
      font-size: 2rem;
      letter-spacing: 2px;
      margin-bottom: 40px;
      font-weight: 400;
      margin: 40px auto;
      padding: 0 20px;
    }
    .checkout-form {
      flex: 3;
      padding: 40px 48px 40px 48px;
      overflow-y: auto;
      max-height: 100vh;
      border-right: 1px solid #eee;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .form-content {
      flex: 1 1 auto;
    }
    .submit-container {
      text-align: right;
/*      margin-top: 30px;   */
    }
    .submit-btn {
margin-bottom: 50px;
      padding: 14px 30px;
      font-size: 14px;
      border-radius: 4px;
      border: none;
      background: #444;
      color: #fff;
      cursor: pointer;
      transition: background 0.2s;
font-weight: bold;
    }
    .submit-btn:hover {
      background: #3eb339;
    }
    .checkout-cart-summary {
      flex: 2;
      padding: 40px 32px;
      background: #faf9f7;
      position: sticky;
      top: 0;
      max-height: 100vh;
      overflow-y: auto;
/*      min-width: 340px;  */
      min-width: 500px;
    }
    h2 {
      font-size: 20px;
/*      font-weight: 500;   */
font-weight: bold;
      margin-bottom: 8px;
      letter-spacing: 1px;
    }
    .form-section {
      margin-bottom: 40px;
    }
    .form-row {
      margin-bottom: 20px;
    }
    .form-row-flex {
      display: flex;
      gap: 16px;
    }
    .form-row-flex > .form-group {
      flex: 1;
    }
    .form-group {
      margin-bottom: 0;
    }
    label {
      display: block;
      margin-bottom: 5px;
      font-size: 14px;
      color: #444;
      font-weight: 500;
    }
    input:not(.quantity-value):not(.search-input) {
      width: 100%;
      padding: 12px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 15px;
      background: #fff;
      transition: border-color 0.18s;
    }
    select {
      width: 100%;
      padding: 12px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 15px;
      background: #fff;
      transition: border-color 0.18s;
    }
    input:focus, select:focus {
      outline: none;
      border-color: #888;
    }
    .checkbox-container {
      display: flex;
      align-items: center;
      margin-top: 10px;
    }
    .checkbox-container input[type="checkbox"] {
      width: 18px;
      height: 18px;
      margin-right: 10px;
    }



/*
.payment-option-left {
  display: flex;
  align-items: center;
  min-width: 0;
  /*   Add this line to fix Safari/Chrome weirdness with radio inputs */
  gap: 8px;
}
.payment-option-left input[type="radio"] {
  /* Ensures the input aligns with the label text */
  vertical-align: middle;
  /* Optionally, adjust the size for better alignmenat  */
  width: 18px;
  height: 18px;
  accent-color: #222; /* for modern browsers   */
}
.payment-option-left label {
  white-space: nowrap;
  color: #000000;
  /*  Ensure label uses same font and line height as rest of form   */
  font-size: 1rem;
  line-height: 1.2;
  /*  Remove any extra padding that could uncenter the text    */
  padding-left: 10px;
  vertical-align: middle;
  display: block;
}
*/


.payment-option-left input[type="radio"] {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  accent-color: #222; /*  for modern browsers  */
}
    .payment-options {
padding-top: 8px;
padding-bottom: 8px;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-bottom: 18px;
      background: #f6f6f6;
    }
.payment-option {
  padding-right: 15px;
padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between; /* This will push the images to the right  */
}
.payment-option-left {
  display: flex;
  align-items: center;
min-width: 0;
}
.payment-option-left label {
  white-space: nowrap;
padding-left: 10px;
padding-top: 2px;
color: #000000;
font-size: 15px;
}
.payment-cards {
padding-top: 3px;
}

    .shipping-placeholder {
      background: #f4f4f4;
      padding: 18px;
      text-align: center;
      border-radius: 4px;
      color: #888;
      font-size: 14px;
    }
    .checkout-cart-item {
      display: flex;
      margin-bottom: 22px;
      position: relative;
     /*  align-items: flex-start;   */
      align-items: center;
    }
    .cart-item-image {
      width: 60px;
      height: 60px;
      border-radius: 4px;
      background: #eee;
      margin-right: 15px;
      position: relative;
      overflow: hidden;
    }
    .cart-item-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .cart-item-count {
      position: absolute;
      top: -3px;
      right: -3px;
      background: #222;
      color: #fff;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #fff;
      font-weight: 600;
    }
    .cart-item-details {
      flex: 1;
      min-width: 0;
    }
    .cart-item-title {
      font-weight: 500;
      font-size: 15px;
      margin-bottom: 3px;
      color: #222;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .cart-item-desc {
padding-right: 20px;
padding-bottom: 5px;
      font-size: 12px;
      color: #888;
    }
    .cart-item-price {
      font-size: 15px;
      text-align: right;
      white-space: nowrap;
      min-width: 60px;
      color: #222;
      font-weight: 500;
    }
    .discount-row {
      display: flex;
      margin-bottom: 22px;
      gap: 10px;
    }
    .discount-input {
      flex: 1;
    }
    .apply-btn {
      padding: 12px 20px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 500;
      color: #444;
      transition: background 0.18s;
    }
    .apply-btn:hover {
      background: #f3f3f3;
    }
    .summary-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      font-size: 15px;
      color: #444;
    }
    .total-row {
      display: flex;
      justify-content: space-between;
      margin-top: 24px;
      font-weight: 600;
      font-size: 18px;
      color: #222;
    }
    .small-text {
      font-size: 12px;
      color: #999;
padding-bottom: 10px;
 /*     margin-top: 5px;   */
    }
    .error-message {
      color: #d9534f;
      font-size: 12px;
      margin-top: 5px;
      display: none;
    }
    .error-border {
      border-color: #d9534f !important;
    }
    .hidden {
      display: none !important;
    }
    /*  Responsive   */
    @media (max-width: 950px) {
      .checkout-container {
        flex-direction: column;
      }
      .cart-summary {
        min-width: 0;
        border-left: none;
        border-top: 1px solid #eee;
        padding: 30px 18px;
      }
      .checkout-form {
        padding: 30px 18px;
      }
    }

