.elementor-8 .elementor-element.elementor-element-eb55fa8{--display:flex;}.elementor-8 .elementor-element.elementor-element-eb55fa8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8 .elementor-element.elementor-element-0f4565d.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-eb55fa8{--width:387.242px;}.elementor-8 .elementor-element.elementor-element-0f4565d{width:var( --container-widget-width, 417.235px );max-width:417.235px;--container-widget-width:417.235px;--container-widget-flex-grow:0;}}/* Start custom CSS for shortcode, class: .elementor-element-0f4565d *//* Checkout Background & Layout */
.woocommerce-checkout {
  background: #f5f6fa;
  padding: 5px 0;
}
.woocommerce .woocommerce-checkout form.checkout {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  padding: 44px;
  max-width: 680px;
  margin: 0 auto;
}

/* Section Headings */
.woocommerce-checkout h3, .woocommerce-checkout h2 {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 18px;
  color: #1a2e3a;
  border-bottom: 2px solid #f75a1a;
  padding-bottom: 8px;
}

.woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-message {
  background-color: #fbeee5;
  border-left: 5px solid #f75a1a;
  color: #7a4b14;
  padding: 14px 22px;
  margin: 18px 0;
  border-radius: 8px;
  font-size: 17px;
}

.woocommerce-checkout .woocommerce-form-coupon {
  box-shadow: 0 0 8px #f2d7c8;
  border-radius: 12px;
  background: #fffaf4;
  padding: 18px !important;
  margin-top: 18px;
}

/* Field Row Styles */
.woocommerce-checkout .form-row {
  margin-bottom: 28px;
  padding: 0 2px;
}

/* Input Fields */
.woocommerce-checkout input[type='text'],
.woocommerce-checkout input[type='email'],
.woocommerce-checkout input[type='tel'],
.woocommerce-checkout input[type='password'],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  background: #f9f9f9;
  border: 1.8px solid #e4e6ea;
  border-radius: 12px;
  font-size: 18px;
  padding: 15px 20px;
  width: 100%;
  margin-top: 6px;
  box-sizing: border-box;
  transition: border .2s;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
  border-color: #f75a1a;
  outline: none;
  background: #fffbeee;
}

/* Placeholders for inputs */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
  color: #c8c8d3;
  font-style: italic;
}

/* Label Styles */
.woocommerce-checkout label {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  display: block;
  font-size: 17px;
}
.woocommerce-checkout .required {
  color: #f75a1a;
  font-size: 16px;
  margin-left: 4px;
}

/* Place Order Button */
.woocommerce-checkout #place_order {
  background: linear-gradient(90deg, #f75a1a 65%, #f78b1a 100%) !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  padding: 20px 50px !important;
  border: none !important;
  border-radius: 38px !important;
  box-shadow: 0 6px 20px rgba(247,90,26,0.16);
  cursor: pointer !important;
  margin-top: 28px !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  transition: background .2s, transform .1s !important;
}
.woocommerce-checkout #place_order:hover {
  background: linear-gradient(90deg, #d94e17 60%, #df7317 100%) !important;
  transform: translateY(-2px) scale(1.04) !important;
}

/* Add icon styles to payment sections */
.woocommerce-checkout .payment_methods li::before {
  content: "💳";
  margin-right: 7px;
  font-size: 1.18em;
  vertical-align: middle;
}
.woocommerce-checkout .wc_payment_method label {
  font-weight: 700;
  color: #1b3d4f;
  font-size: 1.08em;
}

/* Order Review Table */
.woocommerce-checkout-review-order-table {
  background: #f8fafc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
  box-shadow: 0 2px 12px #eee;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  font-size: 17px;
  padding: 14px 18px !important;
}

/* Shipping Method Section */
.woocommerce-checkout .woocommerce-shipping-methods li::before {
  content: "🚚";
  margin-right: 7px;
  font-size: 1.18em;
  vertical-align: middle;
}
.woocommerce-checkout .woocommerce-shipping-methods label {
  font-weight: 700;
  color: #1b3d4f;
  font-size: 1.08em;
}

/* Payment Box */
.woocommerce-checkout .payment_box {
  background: #faf0e9;
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 16px;
}

.woocommerce-checkout .payment_box input[type="text"] {
  background: #fff;
  border-radius: 8px;
}

/* Order Summary Heading */
.woocommerce-checkout #order_review_heading {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fa6a2e;
  border-bottom: 1.5px dashed #eee;
  padding-bottom: 8px;
}

/* Responsive tweaks */
@media (max-width: 820px) {
  .woocommerce .woocommerce-checkout form.checkout {
    padding: 16px;
    max-width: unset;
    border-radius: 10px;
  }
  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td {
    padding: 8px 3px !important;
    font-size: 15px;
  }
}

/* Hide default credit card logos (if present) */
.woocommerce-checkout .payment_methods .stripe-source-icons {
  display: none !important;
}

/* Replace #billing_full_name with the correct field ID/class if needed */
#billing_full_name, .form-row-first, .form-row-last {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Make billing_first_name, billing_last_name, billing_phone, billing_city, and billing_state the same height */
#billing_first_name,
#billing_last_name,
#billing_phone,
#billing_city,
#billing_state,
.woocommerce-checkout input[type='text'],
.woocommerce-checkout input[type='email'],
.woocommerce-checkout input[type='tel'],
.woocommerce-checkout select {
  min-height: 52px !important;
  height: 52px !important;
  box-sizing: border-box !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
/* Hide the label for billing_first_name and billing_phone on checkout */
.woocommerce-checkout label[for="billing_first_name"],
.woocommerce-checkout label[for="billing_phone"] {
  display: none !important;
  visibility: hidden !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eb55fa8 *//* Force all checkout input fields to have the same width and style */
.woocommerce-checkout input[type='text'],
.woocommerce-checkout input[type='email'],
.woocommerce-checkout input[type='tel'],
.woocommerce-checkout input[type='password'],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}/* End custom CSS */