/* Maxime Book Order Flow 0.5.1 - checkout and customer pages */
body.mg-book-checkout-page,
body.mg-book-flow-page,
body.mg-book-tracking-page {
  overflow-x: hidden;
}

body.mg-book-checkout-page .entry-title,
body.mg-book-checkout-page .page-title,
body.mg-book-checkout-page article > header,
body.mg-book-checkout-page .woocommerce-form-coupon-toggle,
body.mg-book-checkout-page .back-to-top,
body.mg-book-checkout-page .scroll-to-top,
body.mg-book-checkout-page [class*="scroll-top"],
body.mg-book-checkout-page [class*="back-to-top"] {
  display: none !important;
}

body.mg-book-checkout-page .woocommerce {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1440px !important;
  margin: 26px auto 72px !important;
  padding: 0 clamp(16px, 3vw, 36px) !important;
}

body.mg-book-checkout-page .woocommerce *,
body.mg-book-checkout-page .woocommerce *::before,
body.mg-book-checkout-page .woocommerce *::after {
  box-sizing: border-box;
}

body.mg-book-checkout-page form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(500px, .88fr) !important;
  column-gap: clamp(24px, 3vw, 40px) !important;
  row-gap: 16px !important;
  align-items: start !important;
}

body.mg-book-checkout-page form.checkout > #customer_details {
  grid-column: 1 !important;
  grid-row: 2 / span 2 !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.mg-book-checkout-page form.checkout > #order_review_heading {
  grid-column: 2 !important;
  grid-row: 2 !important;
  width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  font-size: clamp(26px, 2.2vw, 34px) !important;
  line-height: 1.12 !important;
}

body.mg-book-checkout-page form.checkout > #order_review {
  grid-column: 2 !important;
  grid-row: 3 !important;
  width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
  position: sticky !important;
  top: 20px !important;
  align-self: start !important;
  background: #fff !important;
  border: 1px solid #e1e4e8 !important;
  border-radius: 22px !important;
  padding: clamp(20px, 2vw, 28px) !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .06) !important;
}

body.mg-book-checkout-page form.checkout > :not(#customer_details):not(#order_review_heading):not(#order_review) {
  grid-column: 1 / -1;
  min-width: 0;
}

body.mg-book-checkout-page #customer_details .col-1,
body.mg-book-checkout-page #customer_details .col-2 {
  width: 100% !important;
  float: none !important;
  margin: 0 0 18px !important;
  padding: clamp(22px, 2.4vw, 32px) !important;
  background: #fff !important;
  border: 1px solid #e1e4e8 !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .055) !important;
}

body.mg-book-checkout-page #customer_details h3,
body.mg-book-checkout-page .woocommerce-billing-fields h3,
body.mg-book-checkout-page .woocommerce-shipping-fields h3,
body.mg-book-checkout-page .woocommerce-additional-fields h3 {
  margin: 0 0 20px !important;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.12 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.mg-book-checkout-page .woocommerce-shipping-fields #ship-to-different-address {
  margin: 0 0 16px !important;
  font-size: clamp(19px, 1.8vw, 24px) !important;
  line-height: 1.2 !important;
}

body.mg-book-checkout-page .form-row {
  margin: 0 0 14px !important;
}

body.mg-book-checkout-page .form-row label {
  display: block !important;
  margin: 0 0 6px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.mg-book-checkout-page .form-row input.input-text,
body.mg-book-checkout-page .form-row input[type="email"],
body.mg-book-checkout-page .form-row input[type="tel"],
body.mg-book-checkout-page .form-row input[type="text"],
body.mg-book-checkout-page .form-row select,
body.mg-book-checkout-page .form-row textarea,
body.mg-book-checkout-page .select2-container .select2-selection {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 13px 15px !important;
  border: 1px solid #cfd4da !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

body.mg-book-checkout-page .form-row textarea {
  min-height: 104px !important;
  resize: vertical !important;
}

body.mg-book-checkout-page .select2-container {
  width: 100% !important;
  min-width: 0 !important;
}

body.mg-book-checkout-page .select2-selection__rendered {
  line-height: 26px !important;
  padding: 0 24px 0 0 !important;
}

body.mg-book-checkout-page .select2-selection__arrow {
  height: 52px !important;
}

body.mg-book-checkout-page .form-row-first,
body.mg-book-checkout-page .form-row-last {
  width: calc(50% - 8px) !important;
}

body.mg-book-checkout-page .optional {
  color: #747b83 !important;
  font-weight: 500 !important;
}

body.mg-book-checkout-page table.shop_table {
  width: 100% !important;
  margin: 0 0 20px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

body.mg-book-checkout-page table.shop_table th,
body.mg-book-checkout-page table.shop_table td {
  min-width: 0 !important;
  padding: 12px 11px !important;
  vertical-align: top !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
}

body.mg-book-checkout-page table.shop_table th:first-child,
body.mg-book-checkout-page table.shop_table td:first-child {
  width: 57% !important;
}

body.mg-book-checkout-page #payment {
  width: 100% !important;
  min-width: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

body.mg-book-checkout-page #payment ul.payment_methods {
  padding: 16px !important;
}

body.mg-book-checkout-page #payment li.wc_payment_method {
  min-width: 0 !important;
}


body.mg-book-checkout-page #payment li.wc_payment_method > input[type="radio"] {
  display: inline-block !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 2px 8px 0 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
}

body.mg-book-checkout-page #payment li.wc_payment_method > label {
  display: inline-flex !important;
  align-items: center !important;
  width: calc(100% - 31px) !important;
  min-width: 0 !important;
  margin: 0 !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  vertical-align: top !important;
  overflow-wrap: anywhere !important;
}

body.mg-book-checkout-page #payment .payment_box {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 12px 0 0 !important;
  padding: 15px !important;
  border-radius: 13px !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
  overflow: hidden !important;
}

body.mg-book-checkout-page #payment .payment_box p,
body.mg-book-checkout-page #payment .payment_box div,
body.mg-book-checkout-page #payment .payment_box label,
body.mg-book-checkout-page #payment .payment_box span {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

body.mg-book-checkout-page #payment iframe,
body.mg-book-checkout-page #payment .wc-stripe-elements-field,
body.mg-book-checkout-page #payment .StripeElement,
body.mg-book-checkout-page #payment [class*="stripe"],
body.mg-book-checkout-page #payment [id*="stripe"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.mg-book-checkout-page #payment .wc-stripe-elements-field,
body.mg-book-checkout-page #payment .StripeElement {
  min-height: 48px !important;
  padding: 13px !important;
  border-radius: 11px !important;
}

body.mg-book-checkout-page #payment .woocommerce-SavedPaymentMethods-saveNew,
body.mg-book-checkout-page #payment .wc-stripe-save-source {
  display: flex !important;
  align-items: flex-start !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 13px 0 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

body.mg-book-checkout-page #payment .woocommerce-SavedPaymentMethods-saveNew input,
body.mg-book-checkout-page #payment .wc-stripe-save-source input {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 1px 0 0 !important;
}

body.mg-book-checkout-page.mg-guest-checkout #payment .woocommerce-SavedPaymentMethods-saveNew,
body.mg-book-checkout-page.mg-guest-checkout #payment .wc-stripe-save-source {
  display: none !important;
}

body.mg-book-checkout-page #place_order,
body.mg-book-checkout-page button#place_order {
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  border-radius: 13px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

body.mg-book-checkout-page #wc-stripe-express-checkout-element,
body.mg-book-checkout-page .wc-stripe-express-checkout-element,
body.mg-book-checkout-page .wc-stripe-express-checkout-container,
body.mg-book-checkout-page .wc-stripe-checkout-banner,
body.mg-book-checkout-page #express-payment-method-woocommerce_payments,
body.mg-book-checkout-page .express-payment-methods,
body.mg-book-checkout-page [class*="express-checkout"] {
  width: 100% !important;
  max-width: 1080px !important;
  min-width: 0 !important;
  clear: both !important;
  float: none !important;
  margin: 0 auto 22px !important;
}

body.mg-book-checkout-page.mg-payment-cod #wc-stripe-express-checkout-element,
body.mg-book-checkout-page.mg-payment-cod .wc-stripe-express-checkout-element,
body.mg-book-checkout-page.mg-payment-cod .wc-stripe-express-checkout-container,
body.mg-book-checkout-page.mg-payment-cod .wc-stripe-checkout-banner,
body.mg-book-checkout-page.mg-payment-cod #express-payment-method-woocommerce_payments,
body.mg-book-checkout-page.mg-payment-cod .express-payment-methods,
body.mg-book-checkout-page.mg-payment-cod [class*="express-checkout"] {
  display: none !important;
}

body.mg-book-checkout-page.woocommerce-order-pay .woocommerce,
body.mg-book-checkout-page .woocommerce-order-pay {
  max-width: 1180px !important;
}

body.mg-book-checkout-page.woocommerce-order-pay #order_review,
body.mg-book-checkout-page.woocommerce-order-pay form#order_review {
  width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  padding: clamp(20px, 2.4vw, 30px) !important;
  border: 1px solid #e1e4e8 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .055) !important;
}

body.mg-book-order-received .woocommerce-order {
  padding: clamp(20px, 3vw, 34px) !important;
  border: 1px solid #e1e4e8 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .05) !important;
}

body.mg-book-order-received .woocommerce-order-overview {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 0 !important;
  margin-bottom: 26px !important;
}

body.mg-book-order-received .woocommerce-order-details,
body.mg-book-order-received .woocommerce-customer-details {
  margin-top: 26px !important;
}

body.mg-book-guadeloupe-received .woocommerce-column--shipping-address {
  display: none !important;
}

body.mg-book-guadeloupe-received .woocommerce-column--billing-address {
  width: 100% !important;
  float: none !important;
}

/* Official Mondial Relay widget shell */
body.mg-book-checkout-page [class*="mondial"],
body.mg-book-checkout-page [class*="relay"],
body.mg-book-checkout-page [class*="inpost"],
body.mg-book-checkout-page [id*="mondial"],
body.mg-book-checkout-page [id*="relay"],
body.mg-book-checkout-page [id*="inpost"] {
  max-width: 100% !important;
}

body.mg-book-checkout-page .fancybox-content,
body.mg-book-checkout-page .modal-content,
body.mg-book-checkout-page [role="dialog"] {
  max-width: min(960px, calc(100vw - 24px)) !important;
}

@media (max-width: 1149px) {
  body.mg-book-checkout-page form.checkout {
    display: block !important;
  }

  body.mg-book-checkout-page form.checkout > #customer_details,
  body.mg-book-checkout-page form.checkout > #order_review_heading,
  body.mg-book-checkout-page form.checkout > #order_review {
    width: 100% !important;
    max-width: 860px !important;
    float: none !important;
    clear: both !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.mg-book-checkout-page form.checkout > #order_review_heading {
    margin-top: 18px !important;
    margin-bottom: 12px !important;
  }

  body.mg-book-checkout-page form.checkout > #order_review {
    position: static !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 767px) {
  body.mg-book-checkout-page .woocommerce {
    margin-top: 14px !important;
    margin-bottom: 46px !important;
    padding: 0 14px !important;
  }

  body.mg-book-checkout-page #customer_details .col-1,
  body.mg-book-checkout-page #customer_details .col-2,
  body.mg-book-checkout-page form.checkout > #order_review,
  body.mg-book-checkout-page.woocommerce-order-pay #order_review,
  body.mg-book-order-received .woocommerce-order {
    padding: 18px !important;
    border-radius: 17px !important;
  }

  body.mg-book-checkout-page .form-row-first,
  body.mg-book-checkout-page .form-row-last {
    width: 100% !important;
    float: none !important;
  }

  body.mg-book-checkout-page #customer_details h3,
  body.mg-book-checkout-page .woocommerce-billing-fields h3,
  body.mg-book-checkout-page .woocommerce-shipping-fields h3,
  body.mg-book-checkout-page .woocommerce-additional-fields h3,
  body.mg-book-checkout-page form.checkout > #order_review_heading {
    font-size: 24px !important;
  }

  body.mg-book-checkout-page .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 19px !important;
  }

  body.mg-book-checkout-page .form-row input.input-text,
  body.mg-book-checkout-page .form-row input[type="email"],
  body.mg-book-checkout-page .form-row input[type="tel"],
  body.mg-book-checkout-page .form-row input[type="text"],
  body.mg-book-checkout-page .form-row select,
  body.mg-book-checkout-page .form-row textarea,
  body.mg-book-checkout-page .select2-container .select2-selection {
    min-height: 54px !important;
    padding: 13px 14px !important;
    font-size: 16px !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tbody,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tfoot,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review th,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review td {
    display: block !important;
    width: 100% !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review thead {
    display: none !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review {
    border: 0 !important;
    overflow: visible !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px 14px !important;
    margin: 0 0 10px !important;
    padding: 14px !important;
    border: 1px solid #dde1e5 !important;
    border-radius: 13px !important;
    background: #fff !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review th,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review td {
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review th:first-child,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review td:first-child {
    width: auto !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review .product-total,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review td:last-child {
    text-align: right !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review .woocommerce-shipping-totals,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review .woocommerce-shipping-methods,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review .shipping {
    grid-template-columns: 1fr !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review .woocommerce-shipping-totals td,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review .woocommerce-shipping-methods td,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review .shipping td {
    text-align: left !important;
  }

  body.mg-book-checkout-page #payment ul.payment_methods {
    padding: 14px !important;
  }

  body.mg-book-checkout-page #payment .payment_box {
    padding: 13px !important;
    font-size: 13px !important;
  }

  body.mg-book-checkout-page #wc-stripe-express-checkout-element,
  body.mg-book-checkout-page .wc-stripe-express-checkout-element,
  body.mg-book-checkout-page .wc-stripe-express-checkout-container,
  body.mg-book-checkout-page .wc-stripe-checkout-banner,
  body.mg-book-checkout-page #express-payment-method-woocommerce_payments,
  body.mg-book-checkout-page .express-payment-methods,
  body.mg-book-checkout-page [class*="express-checkout"] {
    margin-bottom: 16px !important;
  }

  body.mg-book-checkout-page .fancybox-content,
  body.mg-book-checkout-page .modal-content,
  body.mg-book-checkout-page [role="dialog"] {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    max-height: 90dvh !important;
    padding: 12px !important;
    overflow: auto !important;
    overscroll-behavior: contain !important;
  }
}

@media (max-width: 420px) {
  body.mg-book-checkout-page .woocommerce {
    padding: 0 10px !important;
  }

  body.mg-book-checkout-page #customer_details .col-1,
  body.mg-book-checkout-page #customer_details .col-2,
  body.mg-book-checkout-page form.checkout > #order_review,
  body.mg-book-checkout-page.woocommerce-order-pay #order_review,
  body.mg-book-order-received .woocommerce-order {
    padding: 15px !important;
  }

  body.mg-book-checkout-page #payment .payment_box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


/* Final checkout safeguards */
body.mg-book-checkout-page .mg-thankyou-tracking {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid #dfe3e8;
  border-radius: 16px;
  background: #f7f9ff;
}

body.mg-book-checkout-page .mg-thankyou-tracking h2 {
  margin: 0 0 8px;
  font-size: 23px;
}

body.mg-book-checkout-page .mg-thankyou-tracking p {
  margin: 0 0 12px;
}

body.mg-book-checkout-page .mg-thankyou-tracking .button {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 11px;
  font-weight: 900;
}

body.mg-book-checkout-page #payment .mg-stripe-test-copy {
  margin: 0 0 12px !important;
  padding: 11px 12px !important;
  border-radius: 10px !important;
  background: #fff8df !important;
  color: #5f4b00 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.mg-book-checkout-page #payment .payment_box.payment_method_stripe,
body.mg-book-checkout-page #payment .payment_box[class*="woocommerce_payments"] {
  padding: 14px !important;
}

body.mg-book-checkout-page #payment .wc-stripe-upe-element,
body.mg-book-checkout-page #payment .wc-stripe-upe-element-container,
body.mg-book-checkout-page #payment .wc-stripe-payment-element {
  overflow: hidden !important;
  border-radius: 12px !important;
}

@media (max-width: 767px) {
  body.mg-book-checkout-page .mg-thankyou-tracking {
    padding: 16px;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.cart_item {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.order-total,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.cart-subtotal,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.shipping,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.woocommerce-shipping-totals {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body.mg-book-checkout-page #payment .payment_box.payment_method_stripe,
  body.mg-book-checkout-page #payment .payment_box[class*="woocommerce_payments"] {
    padding: 11px !important;
  }
}

/* Maxime Gautier Commandes v0.7.0 Premium, mobile first */
html body .mg-int-v070,
html body .mg-int-v070 * { box-sizing: border-box; }
html body .mg-int-v070 {
  background: #f5f6f8;
  border-radius: 28px;
  color: #111318;
  margin: 22px auto 56px;
  max-width: 840px;
  overflow: hidden;
  width: min(840px, calc(100% - 20px));
}
html body .mg-int-heading {
  background: linear-gradient(135deg, #111318, #292d39);
  color: #fff;
  padding: clamp(24px, 6vw, 44px);
}
html body .mg-int-heading .mg-kicker {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
html body .mg-int-heading h1,
html body .mg-int-heading h2 {
  color: inherit;
  font-size: clamp(29px, 6vw, 46px);
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 7px 0 11px;
}
html body .mg-int-heading p { color: inherit; line-height: 1.55; margin: 0; opacity: .82; }
html body .mg-int-explain {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin: 16px;
}
html body .mg-int-explain > div {
  background: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 16px;
  display: grid;
  gap: 5px;
  padding: 15px;
}
html body .mg-int-explain strong { font-size: 14px; }
html body .mg-int-explain span { color: #656d78; font-size: 12px; line-height: 1.4; }
html body .mg-int-form {
  background: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 20px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  margin: 16px;
  padding: clamp(18px, 4vw, 28px);
}
html body .mg-int-form label { display: grid; font-size: 12px; font-weight: 850; gap: 7px; }
html body .mg-int-form label.mg-int-full { grid-column: 1 / -1; }
html body .mg-int-form input,
html body .mg-int-form select,
html body .mg-int-form textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ccd1da;
  border-radius: 13px;
  color: #111318;
  font: inherit;
  font-size: 16px;
  min-height: 50px;
  padding: 12px 13px;
  width: 100%;
}
html body .mg-int-form textarea { min-height: 108px; resize: vertical; }
html body .mg-int-form input:focus,
html body .mg-int-form select:focus,
html body .mg-int-form textarea:focus {
  border-color: #3446df;
  box-shadow: 0 0 0 3px rgba(52,70,223,.13);
  outline: none;
}
html body .mg-int-submit {
  background: #111318;
  border: 0;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  min-height: 52px;
  padding: 13px 16px;
  width: 100%;
}
html body .mg-int-submit[disabled] { cursor: progress; opacity: .62; }
html body .mg-int-privacy { color: #656d78; font-size: 12px; line-height: 1.5; margin: 0; }
html body .mg-int-errors {
  background: #fff0ee;
  border: 1px solid #efc1bc;
  border-radius: 15px;
  color: #a12b22;
  grid-column: 1 / -1;
  padding: 13px 15px;
}
html body .mg-int-errors ul { margin: 7px 0 0 18px; }
html body .mg-int-back { color: #5e6570 !important; display: inline-flex; font-size: 13px; font-weight: 850; margin: 0 16px 18px; text-decoration: none !important; }
html body .mg-honeypot { left: -9999px !important; opacity: 0 !important; position: absolute !important; }

html body.woocommerce-order-pay .woocommerce > p:first-of-type,
html body.woocommerce-order-pay .woocommerce-order-pay > p:first-of-type { font-size: 15px; line-height: 1.55; }
html body.woocommerce-order-pay .mg-order-pay-heading {
  background: #111318;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 16px;
  padding: 20px;
}
html body.woocommerce-order-pay .mg-order-pay-heading span { display: block; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
html body.woocommerce-order-pay .mg-order-pay-heading h1 { color: inherit; font-size: clamp(26px, 6vw, 38px); letter-spacing: -.035em; margin: 5px 0 7px; }
html body.woocommerce-order-pay .mg-order-pay-heading p { color: inherit; margin: 0; opacity: .8; }
html body .mg-inapp-help {
  background: #eef0ff;
  border: 1px solid #d2d7ff;
  border-radius: 13px;
  color: #2939ba;
  display: none;
  font-size: 13px;
  line-height: 1.45;
  margin: 12px 0;
  padding: 11px 13px;
}
html body .mg-inapp-help.is-visible { display: block; }
html body .mg-checkout-network {
  background: #fff4e5;
  border: 1px solid #f2d0a5;
  border-radius: 12px;
  color: #8b4b05;
  display: none;
  font-size: 13px;
  font-weight: 800;
  margin: 10px 0;
  padding: 10px 12px;
}
html body .mg-checkout-network.is-visible { display: block; }
html body .woocommerce-form-login-toggle + .woocommerce-form-login,
html body .woocommerce-form-coupon-toggle + .woocommerce-form-coupon { border-radius: 14px; }
html body .woocommerce-checkout .form-row input.input-text,
html body .woocommerce-checkout .form-row textarea,
html body .woocommerce-order-pay input.input-text { font-size: 16px; min-height: 48px; }
html body .woocommerce-checkout #place_order,
html body .woocommerce-order-pay #place_order {
  border-radius: 14px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  min-height: 52px !important;
}
html body .mg-hide-separator,
html body .wc-block-components-express-payment__event-buttons + .wc-block-components-express-payment-continue-rule { display: none !important; }

@media (max-width: 760px) {
  html body .mg-int-v070 { border-radius: 0; margin: 0 auto 36px; width: 100%; }
  html body .mg-int-explain { grid-template-columns: 1fr; margin: 10px; }
  html body .mg-int-form { border-radius: 18px; grid-template-columns: 1fr; margin: 10px; padding: 18px 14px calc(18px + env(safe-area-inset-bottom)); }
  html body .mg-int-form label.mg-int-full { grid-column: auto; }
  html body .woocommerce-checkout,
  html body .woocommerce-order-pay { padding-bottom: env(safe-area-inset-bottom); }
  html body .woocommerce-checkout #place_order,
  html body .woocommerce-order-pay #place_order { position: relative; z-index: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html body .mg-int-submit,
  html body .woocommerce-checkout #place_order { transition: none !important; }
}

html body .mg-int-explain > strong {
  align-self: center;
  color: #111318;
  font-size: 14px;
  font-weight: 900;
}
html body .mg-int-explain > ol {
  display: grid;
  gap: 9px;
  grid-column: span 2;
  grid-template-columns: repeat(3, minmax(0,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .mg-int-explain > ol li {
  background: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 14px;
  color: #525a65;
  counter-increment: mg-int-step;
  font-size: 12px;
  line-height: 1.4;
  padding: 13px 13px 13px 42px;
  position: relative;
}
html body .mg-int-explain > ol { counter-reset: mg-int-step; }
html body .mg-int-explain > ol li::before {
  align-items: center;
  background: #111318;
  border-radius: 50%;
  color: #fff;
  content: counter(mg-int-step);
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 24px;
}
html body .mg-int-success-body {
  background: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 20px;
  margin: 16px;
  padding: clamp(18px, 4vw, 28px);
}
html body .mg-int-success-body > p { color: #5f6772; line-height: 1.6; }
html body .mg-int-success-body .mg-int-submit { display: inline-flex; justify-content: center; text-decoration: none !important; }

@media (max-width: 760px) {
  html body .mg-int-explain > strong { grid-column: 1 / -1; }
  html body .mg-int-explain > ol { grid-column: 1 / -1; grid-template-columns: 1fr; }
  html body .mg-int-success-body { margin: 10px; }
}

/* Maxime Gautier Commandes v0.7.1 - final client experience */
:root {
  --mg-client-ink: #171a20;
  --mg-client-muted: #626b76;
  --mg-client-line: #e2e6eb;
  --mg-client-bg: #f7f8fa;
  --mg-client-orange: #f06423;
  --mg-client-turquoise: #087f86;
  --mg-client-purple: #6940c6;
  --mg-client-success: #168c49;
}

body.mg-book-checkout-page,
body.mg-book-flow-page,
body.mg-book-tracking-page {
  background: #fafafa !important;
  color: var(--mg-client-ink);
}

body.mg-book-checkout-page #masthead,
body.mg-book-checkout-page .site-header,
body.mg-book-checkout-page header.site-header,
body.mg-book-checkout-page .elementor-location-header,
body.mg-book-checkout-page #colophon,
body.mg-book-checkout-page .site-footer,
body.mg-book-checkout-page footer.site-footer,
body.mg-book-checkout-page .elementor-location-footer,
body.mg-book-flow-page .back-to-top,
body.mg-book-flow-page .scroll-to-top,
body.mg-book-flow-page [class*="scroll-top"],
body.mg-book-flow-page [class*="back-to-top"],
body.mg-book-tracking-page .back-to-top,
body.mg-book-tracking-page .scroll-to-top,
body.mg-book-tracking-page [class*="scroll-top"],
body.mg-book-tracking-page [class*="back-to-top"] {
  display: none !important;
}

/* International request: light, calm, route-aware. */
html body .mg-int-v070 {
  background: #fff !important;
  border: 1px solid var(--mg-client-line) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 48px rgba(20, 25, 33, .055) !important;
  color: var(--mg-client-ink) !important;
  overflow: hidden !important;
}
html body .mg-int-back {
  background: #fff !important;
  border-bottom: 1px solid var(--mg-client-line) !important;
  color: #56606c !important;
  font-weight: 800 !important;
  padding: 13px clamp(18px, 4vw, 34px) !important;
}
html body .mg-int-heading {
  background: linear-gradient(135deg, #fff 0%, #f8f4ff 100%) !important;
  border: 0 !important;
  border-left: 5px solid var(--mg-client-purple) !important;
  color: var(--mg-client-ink) !important;
  margin: clamp(14px, 3vw, 24px) !important;
  padding: clamp(22px, 5vw, 38px) !important;
  border-radius: 18px !important;
}
html body .mg-int-heading > span,
html body .mg-int-heading .mg-kicker {
  color: var(--mg-client-purple) !important;
  opacity: 1 !important;
}
html body .mg-int-heading h1,
html body .mg-int-heading h2 {
  color: var(--mg-client-ink) !important;
  font-size: clamp(31px, 6vw, 48px) !important;
  letter-spacing: -.045em !important;
  line-height: 1.03 !important;
  margin: 7px 0 10px !important;
  text-transform: none !important;
}
html body .mg-int-heading p {
  color: var(--mg-client-muted) !important;
  font-size: 15px !important;
  opacity: 1 !important;
}
html body .mg-int-explain {
  background: transparent !important;
  border: 0 !important;
  gap: 12px !important;
  margin: 0 clamp(14px, 3vw, 26px) 14px !important;
  padding: 0 !important;
}
html body .mg-int-explain > ol li {
  background: #f8f9fb !important;
  border-color: var(--mg-client-line) !important;
  color: var(--mg-client-muted) !important;
}
html body .mg-int-explain > ol li::before {
  background: var(--mg-client-purple) !important;
}
html body .mg-int-form,
html body .mg-int-success-body {
  background: #fff !important;
  border-color: var(--mg-client-line) !important;
  box-shadow: none !important;
}
html body .mg-int-form input,
html body .mg-int-form select,
html body .mg-int-form textarea {
  background: #fff !important;
  border: 1px solid #ccd3db !important;
  border-radius: 13px !important;
  color: var(--mg-client-ink) !important;
  min-height: 50px !important;
}
html body .mg-int-form input:focus,
html body .mg-int-form select:focus,
html body .mg-int-form textarea:focus {
  border-color: var(--mg-client-purple) !important;
  box-shadow: 0 0 0 3px rgba(105, 64, 198, .13) !important;
  outline: 0 !important;
}
html body .mg-int-submit {
  background: var(--mg-client-purple) !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  min-height: 52px !important;
}
html body .mg-int-privacy {
  color: var(--mg-client-muted) !important;
}

/* Payment retry page: no large black strip and no site navigation. */
html body.woocommerce-order-pay .mg-order-pay-heading {
  background: linear-gradient(135deg, #fff 0%, #f7f3ff 100%) !important;
  border: 1px solid var(--mg-client-line) !important;
  border-left: 5px solid var(--mg-client-purple) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(20, 25, 33, .045) !important;
  color: var(--mg-client-ink) !important;
  margin: 0 auto 18px !important;
  max-width: 1080px !important;
  padding: clamp(20px, 4vw, 30px) !important;
}
html body.woocommerce-order-pay .mg-order-pay-heading span {
  color: var(--mg-client-purple) !important;
}
html body.woocommerce-order-pay .mg-order-pay-heading h1 {
  color: var(--mg-client-ink) !important;
}
html body.woocommerce-order-pay .mg-order-pay-heading p {
  color: var(--mg-client-muted) !important;
  opacity: 1 !important;
}
html body.mg-book-checkout-page.woocommerce-order-pay .woocommerce,
html body.mg-book-checkout-page.woocommerce-order-pay .woocommerce-order-pay {
  max-width: 1120px !important;
}
html body.mg-book-checkout-page.woocommerce-order-pay #order_review,
html body.mg-book-checkout-page.woocommerce-order-pay form#order_review {
  border: 1px solid var(--mg-client-line) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 38px rgba(20, 25, 33, .055) !important;
}

/* Checkout cards stay premium without excessive visual weight. */
body.mg-book-checkout-page form.checkout > #order_review,
body.mg-book-checkout-page #customer_details .col-1,
body.mg-book-checkout-page #customer_details .col-2 {
  border-color: var(--mg-client-line) !important;
  box-shadow: 0 10px 34px rgba(20, 25, 33, .045) !important;
}
body.mg-book-checkout-guadeloupe #place_order { background: var(--mg-client-orange) !important; }
body.mg-book-checkout-france #place_order { background: var(--mg-client-turquoise) !important; }
body.mg-book-checkout-other #place_order,
body.woocommerce-order-pay #place_order { background: var(--mg-client-purple) !important; }

/* Order received: clearer labels and compact information. */
body.mg-book-order-received .woocommerce-order,
body.mg-book-order-received .woocommerce-thankyou-order-received,
body.mg-book-order-received .woocommerce-order-details,
body.mg-book-order-received .woocommerce-customer-details {
  color: var(--mg-client-ink) !important;
}
body.mg-book-order-received .woocommerce-thankyou-order-received {
  background: #edf8f1 !important;
  border: 1px solid #cce8d7 !important;
  border-radius: 15px !important;
  font-weight: 800 !important;
  padding: 15px 17px !important;
}
body.mg-book-order-received .woocommerce-order-details,
body.mg-book-order-received .woocommerce-customer-details {
  background: #fff !important;
  border: 1px solid var(--mg-client-line) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 32px rgba(20, 25, 33, .04) !important;
  margin-top: 18px !important;
  padding: clamp(17px, 3vw, 26px) !important;
}
body.mg-book-order-received .woocommerce-order-details__title,
body.mg-book-order-received .woocommerce-column__title {
  font-size: clamp(24px, 4vw, 32px) !important;
  letter-spacing: -.035em !important;
}

@media (max-width: 760px) {
  html body .mg-int-v070 {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  html body .mg-int-heading {
    border-left-width: 4px !important;
    margin: 10px !important;
    padding: 20px 17px !important;
  }
  html body .mg-int-heading h1,
  html body .mg-int-heading h2 {
    font-size: 32px !important;
  }
  html body .mg-int-explain > ol {
    gap: 8px !important;
  }
  html body .mg-int-form,
  html body .mg-int-success-body {
    margin: 10px !important;
    padding: 16px 13px calc(18px + env(safe-area-inset-bottom)) !important;
  }
  html body.woocommerce-order-pay .mg-order-pay-heading {
    border-radius: 15px !important;
    margin: 8px 0 14px !important;
    padding: 18px 15px !important;
  }
  html body.woocommerce-order-pay .mg-order-pay-heading h1 {
    font-size: 29px !important;
  }
  body.mg-book-order-received .woocommerce-order-details,
  body.mg-book-order-received .woocommerce-customer-details {
    border-radius: 16px !important;
    padding: 14px !important;
  }
}


/* v0.7.4 Mobile Final Polish: checkout France and Mondial Relay */
@media (max-width: 767px) {
  html, body,
  body.mg-book-checkout-page,
  body.mg-book-checkout-page #page,
  body.mg-book-checkout-page .site,
  body.mg-book-checkout-page .site-content,
  body.mg-book-checkout-page main,
  body.mg-book-checkout-page .woocommerce,
  body.mg-book-checkout-page form.checkout,
  body.mg-book-checkout-page #order_review,
  body.mg-book-checkout-page #order_review_heading {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  body.mg-book-checkout-page table.shop_table,
  body.mg-book-checkout-page table.shop_table * {
    min-width: 0 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.cart_item,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.cart-subtotal,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.order-total,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.shipping,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.woocommerce-shipping-totals {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review th,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review td,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review th:first-child,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review td:first-child,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review td:last-child {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.cart_item td:last-child,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.cart-subtotal td:last-child,
  body.mg-book-checkout-page table.shop_table.mg-mobile-review tr.order-total td:last-child {
    font-weight: 900 !important;
  }

  body.mg-book-checkout-page table.shop_table .woocommerce-shipping-methods,
  body.mg-book-checkout-page table.shop_table .woocommerce-shipping-methods li,
  body.mg-book-checkout-page table.shop_table .woocommerce-shipping-methods label,
  body.mg-book-checkout-page table.shop_table [class*="mondial"],
  body.mg-book-checkout-page table.shop_table [class*="relay"],
  body.mg-book-checkout-page table.shop_table [id*="mondial"],
  body.mg-book-checkout-page table.shop_table [id*="relay"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  body.mg-book-checkout-page table.shop_table .woocommerce-shipping-methods li {
    margin: 0 !important;
  }

  body.mg-book-checkout-page table.shop_table .woocommerce-shipping-methods input[type="radio"] {
    float: none !important;
    margin: 3px 8px 0 0 !important;
  }

  body.mg-book-checkout-page table.shop_table a,
  body.mg-book-checkout-page table.shop_table button {
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.mg-book-checkout-page .widget_mondialrelay,
  body.mg-book-checkout-page .mondialrelay-widget,
  body.mg-book-checkout-page [class*="ParcelShop"],
  body.mg-book-checkout-page [class*="parcelshop"],
  body.mg-book-checkout-page iframe[src*="mondialrelay"],
  body.mg-book-checkout-page iframe[src*="inpost"] {
    max-width: 100% !important;
    width: 100% !important;
  }

  body.mg-book-checkout-page .scroll-to-top,
  body.mg-book-checkout-page .back-to-top,
  body.mg-book-checkout-page #scrollUp,
  body.mg-book-checkout-page [class*="scroll-top"],
  body.mg-book-checkout-page [class*="back-to-top"] {
    display: none !important;
  }
}

/* v0.8.1: isolate Guadeloupe from Mondial Relay, including AJAX fragments. */
body.mg-book-checkout-guadeloupe .widget_mondialrelay,
body.mg-book-checkout-guadeloupe .mondialrelay-widget,
body.mg-book-checkout-guadeloupe .mondial-relay-widget,
body.mg-book-checkout-guadeloupe [id*="mondial" i],
body.mg-book-checkout-guadeloupe [class*="mondial" i],
body.mg-book-checkout-guadeloupe [id*="mrwp" i],
body.mg-book-checkout-guadeloupe [class*="mrwp" i],
body.mg-book-checkout-guadeloupe [id*="parcelshop" i],
body.mg-book-checkout-guadeloupe [class*="parcelshop" i],
body.mg-book-checkout-guadeloupe iframe[src*="mondialrelay" i],
body.mg-book-checkout-guadeloupe iframe[src*="inpost" i] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}


/* v0.8.5: keep Stripe express wallets inside the checkout width on desktop.
   This is deliberately visual only and does not alter Stripe initialization. */
body.mg-book-checkout-page form.checkout > .wc-stripe-express-checkout-element,
body.mg-book-checkout-page form.checkout > #wc-stripe-express-checkout-element,
body.mg-book-checkout-page form.checkout > .wc-stripe-express-checkout-container,
body.mg-book-checkout-page .woocommerce > .wc-stripe-express-checkout-element,
body.mg-book-checkout-page .woocommerce > #wc-stripe-express-checkout-element,
body.mg-book-checkout-page .woocommerce > .wc-stripe-express-checkout-container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1080px !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

body.mg-book-checkout-page .wc-stripe-express-checkout-element > div,
body.mg-book-checkout-page #wc-stripe-express-checkout-element > div,
body.mg-book-checkout-page .wc-stripe-express-checkout-container > div,
body.mg-book-checkout-page .wc-stripe-express-checkout-element iframe,
body.mg-book-checkout-page #wc-stripe-express-checkout-element iframe {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

@media (min-width: 769px) {
  body.mg-book-checkout-page .wc-stripe-express-checkout-element,
  body.mg-book-checkout-page #wc-stripe-express-checkout-element,
  body.mg-book-checkout-page .wc-stripe-express-checkout-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* v0.8.6 France: express wallets are unavailable until a real Point Relais is
   persisted. This prevents Apple Pay / Google Pay from bypassing the relay step. */
body.mg-book-checkout-france:not(.mg-mr-selection-ready) #wc-stripe-express-checkout-element,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .wc-stripe-express-checkout-element,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .wc-stripe-express-checkout-container,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .wc-stripe-express-checkout-wrapper,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) [id*="express-checkout" i],
body.mg-book-checkout-france:not(.mg-mr-selection-ready) [class*="express-checkout" i],
body.mg-book-checkout-france:not(.mg-mr-selection-ready) [id*="express-payment" i],
body.mg-book-checkout-france:not(.mg-mr-selection-ready) [class*="express-payment" i] {
  display: none !important;
}

/* Keep the wallets aligned with the premium checkout shell after selection. */
body.mg-book-checkout-page #wc-stripe-express-checkout-element,
body.mg-book-checkout-page .wc-stripe-express-checkout-element,
body.mg-book-checkout-page .wc-stripe-express-checkout-container,
body.mg-book-checkout-page .wc-stripe-express-checkout-wrapper,
body.mg-book-checkout-page [id*="express-checkout" i],
body.mg-book-checkout-page [class*="express-checkout" i] {
  box-sizing: border-box !important;
  width: min(1080px, calc(100% - 32px)) !important;
  max-width: 1080px !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

body.mg-book-checkout-page #wc-stripe-express-checkout-element iframe,
body.mg-book-checkout-page .wc-stripe-express-checkout-element iframe,
body.mg-book-checkout-page .wc-stripe-express-checkout-container iframe,
body.mg-book-checkout-page [id*="express-checkout" i] iframe,
body.mg-book-checkout-page [class*="express-checkout" i] iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 768px) {
  body.mg-book-checkout-page #wc-stripe-express-checkout-element,
  body.mg-book-checkout-page .wc-stripe-express-checkout-element,
  body.mg-book-checkout-page .wc-stripe-express-checkout-container,
  body.mg-book-checkout-page .wc-stripe-express-checkout-wrapper,
  body.mg-book-checkout-page [id*="express-checkout" i],
  body.mg-book-checkout-page [class*="express-checkout" i] {
    width: calc(100% - 24px) !important;
  }
}


/* v0.8.7 France: wallets are placed inside the order summary only after a verified Point Relais. */
body.mg-book-checkout-france .mg-express-wallets-slot {
  box-sizing: border-box !important; display: block; width: 100% !important; max-width: 100% !important;
  min-width: 0 !important; margin: 0 0 18px !important; padding: 14px !important;
  border: 1px solid #e1e4e8 !important; border-radius: 14px !important; background: #fff !important;
  overflow: hidden !important;
}
body.mg-book-checkout-france .mg-express-wallets-slot[hidden] { display: none !important; }
body.mg-book-checkout-france .mg-express-wallets-title {
  margin: 0 0 10px !important; color: #5f666d !important; font-size: 12px !important;
  font-weight: 900 !important; letter-spacing: .06em !important; text-transform: uppercase !important;
}
body.mg-book-checkout-france #order_review .mg-express-wallets-slot > *,
body.mg-book-checkout-france #order_review .mg-express-wallets-slot [class*="express-checkout" i],
body.mg-book-checkout-france #order_review .mg-express-wallets-slot [id*="express-checkout" i],
body.mg-book-checkout-france #order_review .mg-express-wallets-slot [class*="express-payment" i],
body.mg-book-checkout-france #order_review .mg-express-wallets-slot [id*="express-payment" i] {
  box-sizing: border-box !important; width: 100% !important; max-width: 100% !important;
  min-width: 0 !important; margin: 0 0 10px !important; padding-left: 0 !important;
  padding-right: 0 !important; float: none !important; clear: both !important; overflow: hidden !important;
}
body.mg-book-checkout-france #order_review .mg-express-wallets-slot iframe,
body.mg-book-checkout-france #order_review .mg-express-wallets-slot button {
  box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important;
}
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .mg-express-wallets-slot,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) #wc-stripe-express-checkout-element,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .wc-stripe-express-checkout-element,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .wc-stripe-express-checkout-container,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .wc-stripe-express-checkout-wrapper,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .wc-stripe-checkout-banner,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) #wc-stripe-payment-request-wrapper,
body.mg-book-checkout-france:not(.mg-mr-selection-ready) .wc-stripe-payment-request-wrapper { display: none !important; }
