.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FD9216;--e-global-color-text:#FFB967;--e-global-color-accent:#3A3C42;--e-global-color-f2c7b4a:#3A3C42;--e-global-color-f6a3d03:#FFEBD4;--e-global-color-570012e:#3A2E23;--e-global-typography-primary-font-family:"Yeseva One";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:16px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Raleway", Sans-serif;font-size:20px;color:var( --e-global-color-primary );box-shadow:-6px 4px 0px 0px rgba(0,0,0,0.5);border-radius:0px 0px 0px 20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:14px;}.elementor-kit-6 h1{font-size:28px;}.elementor-kit-6 h3{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.e-con-inner {
        width: 95% !important;
        margin: 0 auto !important;
    } 

p {
    margin-block-start: 0;
    margin-block-end: 0px!important;
}

.stretch{
   flex: 1!important
}

.fit{
    width: fit-content;
    min-width: fit-content;
}

.elementor-button .elementor-button-icon{
    width: 18px;
}


/* --- PAGE PANIER : style des boutons --- */

/* Tous les boutons principaux du panier */
body.woocommerce-cart .button,
body.woocommerce-cart a.button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #f29930 !important; /* orange Roi du Poulet */
  border-color:   #f29930 !important;
  color: #ffffff !important;
  border-radius: 0 0 0 28px;
  font-weight: 700;
  text-transform: none;
  padding: 0.9rem 2.4rem;
}

/* Hover */
body.woocommerce-cart .button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #d97f17 !important;
  border-color:   #d97f17 !important;
  color: #ffffff !important;
}
/* Tables du panier plus neutres */
body.woocommerce-cart table.shop_table,
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  border-color: #f3d9b8;   /* beige clair */
}

/* Encadré "Cart Totals" */
body.woocommerce-cart .cart_totals {
  border-color: #f3d9b8;
}

/* Champ de coupon */
body.woocommerce-cart .coupon input.input-text {
  border-color: #3a3028;
}

body.woocommerce-cart .product-name a {
  color: #3a3028 !important;      /* brun titre global */
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

/* Hover : même logique que le reste du site */
body.woocommerce-cart .product-name a:hover {
  color: #f29930 !important;      /* orange bouton */
}


/* Bouton "Passer la commande" – état normal */
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .button.alt {
  background-color: #f29930 !important;  /* orange */
  border-color:     #f29930 !important;
  color: #ffffff !important;
  border-radius: 0 0 0 28px;
  font-weight: 700;
}

/* Hover / focus / active */
body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus,
body.woocommerce-checkout .button.alt:hover,
body.woocommerce-checkout .button.alt:focus {
  background-color: #d97f17 !important;  /* orange un peu plus foncé */
  border-color:     #d97f17 !important;
  color: #ffffff !important;
}

/* Optionnel : si ton thème met un fond/pseudo-élément rose sous le bouton */
body.woocommerce-checkout #place_order::before,
body.woocommerce-checkout .button.alt::before {
  background-color: #fde9cf !important;  /* ton beige, ou transparent */
}
/* ---- Bouton "Passer la commande" : tous les états ---- */
.woocommerce-checkout .place-order button.button,
.woocommerce-checkout .place-order button.button.alt,
.woocommerce-checkout #place_order,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus,
.woocommerce-checkout #place_order:active,
.woocommerce-page .place-order button.button.alt,
.woocommerce-page .place-order button.button.alt:hover,
.woocommerce-page .place-order button.button.alt:focus {
  background-color: #f29930 !important;   /* orange */
  border-color:     #f29930 !important;
  color: #ffffff !important;
  border-radius: 0 0 0 28px !important;
  font-weight: 700;
  text-transform: none;
  box-shadow: none !important;
  background-image: none !important;      /* coupe tout dégradé rose */
}

/* Pseudo-éléments que le thème utilise pour le "bloc" coloré */
.woocommerce-checkout .place-order button.button.alt::before,
.woocommerce-checkout .place-order button.button.alt::after,
.woocommerce-checkout #place_order::before,
.woocommerce-checkout #place_order::after {
  background-color: #fde9cf !important;   /* ton beige, ou mets transparent si tu veux */
  box-shadow: none !important;
}/* End custom CSS */