.elementor-14 .elementor-element.elementor-element-d7b9884{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-woocommerce-checkout-page .product-name .variation{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-14 .elementor-element.elementor-element-d21ff88{--billing-details-title-alignment:start;}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-d7b9884{--margin-top:-105px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for woocommerce-checkout-page, class: .elementor-element-d21ff88 *//* === BILLING DETAILS CLEAN GLASS STYLE === */

/* Billing card wrapper */
.woocommerce-checkout #customer_details {
  background: rgba(138, 79, 229, 0.07); /* light frosted tint */
  border: 1px solid rgba(138, 79, 229, 0.25);
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 8px 24px rgba(138,79,229,0.08);
  backdrop-filter: blur(6px);
  margin-bottom: 25px;
}

/* Labels */
.woocommerce-checkout .woocommerce-billing-fields label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #2b1a52;
}

/* Input fields (email, name etc.) */
.woocommerce-checkout .woocommerce-billing-fields input.input-text,
.woocommerce-checkout .woocommerce-billing-fields textarea,
.woocommerce-checkout .woocommerce-billing-fields select {
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(138, 79, 229, 0.35);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  color: #2b1a52;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

/* Placeholder */
.woocommerce-checkout .woocommerce-billing-fields input::placeholder,
.woocommerce-checkout .woocommerce-billing-fields textarea::placeholder {
  color: rgba(138,79,229,0.7);
}

/* On focus */
.woocommerce-checkout .woocommerce-billing-fields input:focus,
.woocommerce-checkout .woocommerce-billing-fields textarea:focus,
.woocommerce-checkout .woocommerce-billing-fields select:focus {
  border-color: #8A4FE5;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(138,79,229,0.15);
  outline: none;
}

/* Remove Chrome autofill green */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #2b1a52 !important;
  border-radius: 10px;
}

/* === ORDER SUMMARY === */
.woocommerce-checkout #order_review {
  background: rgba(138,79,229,0.05);
  border: 1px solid rgba(138,79,229,0.25);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(138,79,229,0.08);
  position: sticky;
  top: 20px;
}

.woocommerce-checkout #order_review_heading {
  color: #8A4FE5;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Hide subtotal row */
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
  display: none !important;
}

/* Place Order button */
#place_order {
  background: #8A4FE5 !important;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  transition: background 0.2s ease;
}
#place_order:hover {
  background: #6e3bbb !important;
}

/* === Responsive === */
@media(max-width: 768px) {
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    margin-bottom: 20px;
    padding: 15px;
  }

  #order_review {
    position: relative;
    top: 0;
  }
}
/* === BILLING DETAILS WRAPPER === */
.woocommerce-checkout #customer_details {
  background: rgba(138, 79, 229, 0.08); /* soft brand tint */
  border: 1px solid rgba(138, 79, 229, 0.25);
  border-radius: 18px;
  padding: 30px 24px;
  box-shadow: 0 6px 22px rgba(138,79,229,0.10);
  backdrop-filter: blur(8px);
  margin-bottom: 25px;
}

/* Section heading */
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #8A4FE5;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(138,79,229,0.25);
  padding-bottom: 8px;
}

/* === FORM FIELDS === */
.woocommerce-checkout .woocommerce-billing-fields .form-row {
  width: 100% !important;
  float: none !important;
  display: block;
  margin-bottom: 18px;
}

/* Labels */
.woocommerce-checkout .woocommerce-billing-fields label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #2b1a52;
}

/* Inputs */
.woocommerce-checkout .woocommerce-billing-fields input.input-text,
.woocommerce-checkout .woocommerce-billing-fields textarea,
.woocommerce-checkout .woocommerce-billing-fields select {
  width: 100%;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(138, 79, 229, 0.4);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  color: #2b1a52;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

/* Placeholder */
.woocommerce-checkout .woocommerce-billing-fields input::placeholder,
.woocommerce-checkout .woocommerce-billing-fields textarea::placeholder {
  color: rgba(138,79,229,0.7);
}

/* Focus state */
.woocommerce-checkout .woocommerce-billing-fields input:focus,
.woocommerce-checkout .woocommerce-billing-fields textarea:focus,
.woocommerce-checkout .woocommerce-billing-fields select:focus {
  border-color: #8A4FE5;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(138,79,229,0.15);
  outline: none;
}

/* Remove Chrome autofill green */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #2b1a52 !important;
  border-radius: 12px;
}

/* === SPECIFIC FIELD ORDER FIX === */
/* Force first + last name stacked */
#billing_first_name_field,
#billing_last_name_field,
#billing_email_field {
  width: 100% !important;
  display: block !important;
  clear: both;
}/* End custom CSS */