.elementor-188 .elementor-element.elementor-element-2fdaa61{--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;}.elementor-188 .elementor-element.elementor-element-81dbe18{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-188 .elementor-element.elementor-element-391c2bd{text-align:center;}.elementor-188 .elementor-element.elementor-element-391c2bd .elementor-heading-title{font-family:"Outfit", Sans-serif;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-188 .elementor-element.elementor-element-18bf36b{text-align:center;color:#000000;}.elementor-188 .elementor-element.elementor-element-1c72e3e{--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;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.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-188 .elementor-element.elementor-element-1f2de04{--additional-information-display:block;--order-summary-items-divider-weight:58px;}.elementor-188 .elementor-element.elementor-element-8b76a07{text-align:center;font-family:"Outfit", Sans-serif;font-weight:400;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for woocommerce-checkout-page, class: .elementor-element-1f2de04 *//* === Layout Enhancements === */
.woocommerce-checkout .woocommerce {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  max-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

/* === Two Column Structure === */
.woocommerce-checkout .col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  flex: 1 1 48%;
}

/* === Headings & Titles === */
.woocommerce h3 {
  font-size: 22px;
  font-weight: 700;
  color: #153a73; /* Dark blue */
  margin-bottom: 20px;
}

/* === Form Fields === */
.woocommerce form .form-row {
  margin-bottom: 16px;
}
.woocommerce input.input-text,
.woocommerce select,
.woocommerce textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: #f9f9f9;
  transition: border-color 0.3s;
}
.woocommerce input.input-text:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border-color: #4ebb6e;
  background: #fff;
  outline: none;
}

/* === Checkout Buttons === */
#place_order {
  background-color: #153a73 !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  border-radius: 8px;
  border: none;
  transition: background-color 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#place_order:hover {
  background-color: #112b59 !important;
}

/* === Payment Section === */
.woocommerce-checkout-payment {
  background-color: #f5faff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e1ecf8;
}
.woocommerce-checkout .payment_box {
  background: #ecf9f1;
  border-left: 4px solid #4ebb6e;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
}

/* === Order Summary Table === */
.woocommerce-checkout-review-order-table {
  border: 1px solid #e1ecf8;
  border-radius: 12px;
  overflow: hidden;
}
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  padding: 12px 15px;
  font-size: 15px;
  color: #333;
}
.woocommerce-checkout .shop_table th {
  background-color: #e8f0fc;
  color: #0e2f60;
  font-weight: 600;
}
.woocommerce-checkout .order-total td {
  font-size: 18px;
  font-weight: bold;
  color: #153a73;
}

/* === Terms & Conditions === */
.woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
}
.woocommerce-terms-and-conditions-wrapper label {
  font-size: 14px;
}

/* === Coupon Section === */
.woocommerce-checkout .woocommerce-form-coupon {
  background-color: #f9f9f9;
  border: 1px dashed #bbb;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}

/* === Success Message (Cart Notice) === */
.woocommerce-message {
  border-top: 3px solid #4ebb6e;
  background: #e6f7ec;
  color: #155724;
  padding: 15px 20px;
  border-radius: 10px;
}

/* === Responsive Tweaks === */
@media (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    flex-direction: column;
  }
  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    flex: 1 1 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1c72e3e *//* === General Layout === */
.woocommerce-checkout .woocommerce {
  max-width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

/* === Billing & Order Columns === */
.woocommerce-checkout .col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  flex: 1 1 48%;
}

/* === Headings === */
.woocommerce-checkout h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

/* === Form Fields === */
.woocommerce form .form-row {
  margin-bottom: 15px;
}
.woocommerce input.input-text,
.woocommerce select,
.woocommerce textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fefefe;
  transition: border-color 0.3s ease;
}
.woocommerce input.input-text:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border-color: #4ebb6e;
  outline: none;
}

/* === Place Order Button === */
#place_order {
  background: #4ebb6e !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 8px;
  border: none;
  width: 100%;
  transition: background 0.3s ease;
}
#place_order:hover {
  background: #3aa357 !important;
}

/* === Payment Section === */
.woocommerce-checkout .woocommerce-checkout-payment {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}
.woocommerce-checkout .payment_methods li {
  margin-bottom: 15px;
}
.woocommerce-checkout .payment_box {
  background: #f0f0f0;
  padding: 10px 15px;
  border-radius: 8px;
  border-left: 4px solid #4ebb6e;
}

/* === Terms and Conditions === */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
}
.woocommerce-checkout .form-row.validate-required {
  margin-top: 10px;
}

/* === Order Summary === */
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  padding: 12px 15px;
  font-size: 15px;
  color: #333;
}
.woocommerce-checkout .shop_table th {
  background-color: #f0f0f0;
  font-weight: 600;
}
.woocommerce-checkout .order-total td {
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

/* === Responsive === */
@media (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    flex-direction: column;
  }

  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    flex: 1 1 100%;
  }
}/* End custom CSS */