@charset "UTF-8";
/* fix WC Add to cart button */
.woocommerce button.button.alt:hover {
  color: #000;
  border-radius: 0;
}

/* fix WC Products Ingredients table */
.woocommerce table.shop_attributes th {
  display: none;
}

.woocommerce table.shop_attributes td {
  padding: 0 8px;
}

/* Customize smntcswcb / plus-minus buttons */
/* SINGLE PRODUCT */
.single-product.elementor-kit-5 input[type=button].minus {
  color: #000;
  border-color: #CFCFCF !important;
  border-right-width: 0;
  background-color: transparent;
}

.single-product.elementor-kit-5 input[type=button].plus {
  color: #000;
  border-color: #CFCFCF !important;
  border-left-width: 0;
  background-color: transparent;
}

.single-product.woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart form.cart div.quantity {
  font-size: 0 !important;
}

.single-product.elementor-kit-5 input[type=button].minus:focus-visible {
  outline: unset;
}

.single-product.elementor-kit-5 input[type=button].plus:focus-visible {
  outline: unset;
}

.single-product #smntcswcb {
  border-right: none;
  border-left: 0;
}

.single-product #smntcswcb:focus-visible {
  outline: none;
  background-color: #fff;
}

.single-product #smntcswcb:hover, .single-product #smntcswcb:focus {
  background-color: #fff;
}

.single-product #smntcswcb:hover {
  cursor: pointer;
}

.single-product #smntcswcb:focus, .single-product #smntcswcb:focus-within {
  cursor: default;
}

.single-product.elementor-kit-5 input[type=button].minus:hover,
.single-product.elementor-kit-5 input[type=button].plus:hover {
  background-color: #fff !important;
}

/* WOO Hide Added to cart button */
.woocommerce a.added_to_cart,
.archive.woocommerce a.added_to_cart {
  display: none;
}

.elementor-widget-woocommerce-product-related a.added_to_cart {
  display: none;
}

/* Green checkmark for buttons */
.woocommerce a.button.added::after,
.archive.woocommerce a.button.added::after,
.woocommerce .related.products a.button.added::after {
  color: #5eb746;
}

/* Woo Forms Global */
.woocommerce-checkout form.login input.input-text,
.woocommerce-account form.woocommerce-form-login input.input-text,
.woocommerce-account form.lost_reset_password input.input-text,
#billing_country_field .woocommerce-input-wrapper,
.woocommerce-account form.edit-account input.input-text,
.woocommerce-edit-address .woocommerce form input.input-text {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: 500;
}

/* "Already have an account?" text & link */
.woocommerce-form-login-toggle .woocommerce-info {
  background: transparent;
  padding-left: 0.5em;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
  display: none;
}

/* Checkout - Login form as overlay */
.woocommerce-checkout .page-content .woocommerce {
  position: relative;
}

.woocommerce-checkout .woocommerce form.login {
  border: none;
  padding: 160px 20vw 0;
  margin: 0;
  border-radius: 0;
  position: fixed;
  inset: 0 0 0 0;
  background: #EFEFEF;
  z-index: 1000;
}

.woocommerce-account .woocommerce form.login {
  max-width: 600px;
  margin: 0 auto 100px;
}

.woocommerce form.register {
  border: none;
  border-radius: 0;
}

/* Reshuffle Login form buttons (inserted CANCEL + LOGIN = Rememeber me) */
.woocommerce form.login .clear + p.form-row {
  text-align: right;
}

.woocommerce form-login .woocommerce-form-login__rememberme {
  line-height: 3;
}

.woocommerce form.login .lost_password {
  margin-top: 1em;
  margin-left: 5px;
}

.woocommerce form.login p:first-child {
  padding: 3px;
}

/* Restyle Login form buttons */
.woocommerce form.login .woocommerce-form-login__cancel {
  float: left;
  border: solid 1px silver;
  border-radius: 0px;
  background-color: transparent;
  padding: 0 1.5em;
  font-size: 14px;
  font-weight: normal;
  color: silver;
  line-height: 3em;
}

.woocommerce form.login .woocommerce-form-login__cancel:hover {
  border-color: #000;
  color: #000;
}

.woocommerce form.login .woocommerce-form-login__submit {
  font-size: 14px;
  border: solid 1px #000;
  border-radius: 0px;
  line-height: 3em;
  padding: 0 1.5em;
  color: #fff;
  font-weight: 500;
}

.woocommerce form.login .woocommerce-form-login__submit:hover {
  color: #000;
}

.woocommerce form.login .woocommerce-form-login__submit {
  float: right;
  margin-right: unset;
  margin-left: 2rem;
}

/* Lost password button */
.woocommerce-lost-password .woocommerce form.lost_reset_password button.button {
  font-size: 14px;
  border: solid 1px #000;
  border-radius: 0px;
  line-height: 3em;
  padding: 0 1.5em;
  color: #fff;
  font-weight: 500;
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.woocommerce-lost-password .woocommerce form.lost_reset_password button.button:hover {
  color: #000;
  /*	
  	background-color: #fff;
  */
}

/* Adjust Add to cart loading icon */
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  position: unset;
  top: unset;
  left: unset;
  margin-left: 0.53em;
}

/* WOO SINGLE PRODUCT - Attributes */
/* PRODUCT WEIGHT */
.woocommerce table.shop_attributes .woocommerce-product-attributes-item--weight td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.woocommerce table.shop_attributes > * {
  pointer-events: none;
}

/* NOTICES */
.woocommerce-checkout .woocommerce-notices-wrapper,
body.single-product .woocommerce-notices-wrapper {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 5;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 24px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -4px 24px 0px rgba(0, 0, 0, 0.25);
}

.woocommerce-checkout .woocommerce-notices-wrapper > div,
.woocommerce-checkout .woocommerce-notices-wrapper > li,
body.single-product .woocommerce-notices-wrapper > div,
body.single-product .woocommerce-notices-wrapper > li {
  margin-bottom: 0;
  background-color: transparent;
}

.woocommerce .woocommerce-message a.button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  background-color: transparent;
  border: solid 1px #777;
  color: #777;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.woocommerce .woocommerce-message a.button:hover {
  border-color: #000;
  color: #000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* UNIFIED CHECKOUT PAGE */
.woocommerce-checkout .page-content {
  margin-bottom: 80px;
}

/* Titres */
.woocommerce-checkout .page-header,
.woocommerce-cart .page-header {
  margin-top: 50px;
}
.woocommerce-checkout .page-header h1,
.woocommerce-cart .page-header h1 {
  text-align: center;
}

.woocommerce-checkout .site-main h3 {
  font-size: 20px;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}

/* Back to One Column */
.woocommerce-checkout .woocommerce .col2-set .col-2,
.woocommerce-checkout .woocommerce .col2-set .col-1 {
  float: unset;
  width: unset;
}

.woocommerce {
  --brdr-clr: #ccc;
}

.woocommerce table.shop_table *, .woocommerce table.shop_table tfoot th {
  border: none;
}

/* Panier + Resumé (checkout) */
.woocommerce table.shop_table {
  border: 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 0;
  font-size: 1rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
}

/* Cells & columns */
.woocommerce table.shop_table thead {
  text-transform: uppercase;
  font-size: 13px;
  color: #999999;
  border-bottom: solid 1px var(--brdr-clr);
}

.woocommerce table.shop_table td {
  border: none;
  border-bottom: solid 1px var(--brdr-clr);
}

.woocommerce table.shop_table th {
  font-weight: 500;
}

.woocommerce table.shop_table thead:first-child tr:first-child th {
  border: none;
}

.woocommerce table.shop_table tbody > tr:nth-child(2n+1) > td,
.woocommerce table.shop_table tbody > tr:nth-child(2n+1) > th {
  background-color: unset;
}

.woocommerce table.shop_table tbody tr:hover > td,
.woocommerce table.shop_table tbody tr:hover > th {
  background-color: unset;
}

/* Fields */
.woocommerce form .form-row textarea {
  height: unset;
  min-height: 150px;
}

.woocommerce-checkout.elementor-kit-5 input[type=button].minus,
.woocommerce-cart.elementor-kit-5 input[type=button].minus {
  color: #000;
  background-color: transparent;
  border: solid #cfcfcf 1px;
  border-right-width: 0;
}
.woocommerce-checkout.elementor-kit-5 input[type=button].minus:hover,
.woocommerce-cart.elementor-kit-5 input[type=button].minus:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce-checkout.elementor-kit-5 input[type=button].plus,
.woocommerce-cart.elementor-kit-5 input[type=button].plus {
  color: #000;
  background-color: transparent;
  border-left: none;
  border: solid #cfcfcf 1px;
  border-left-width: 0;
}
.woocommerce-checkout.elementor-kit-5 input[type=button].plus:hover,
.woocommerce-cart.elementor-kit-5 input[type=button].plus:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce-checkout table.cart td.product-quantity .quantity,
.woocommerce-cart table.cart td.product-quantity .quantity {
  font-size: 0;
}

.woocommerce-checkout table.cart td.product-quantity .qty,
.woocommerce-cart table.cart td.product-quantity .qty {
  padding: 0;
  height: 54px;
}

/* Cart Specific */
.woocommerce table.cart {
  margin-bottom: 0;
  /* Centrer le bouton remove horizontalement */
}
.woocommerce table.cart tbody tr:last-child td {
  border-bottom-width: 0;
}
.woocommerce table.cart td.actions {
  padding-right: 0;
  padding-left: 0;
}
.woocommerce table.cart button.button {
  border-radius: 0;
  border: solid 1px #000;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 1em 2em;
}
.woocommerce table.cart button.button:hover {
  color: #000;
}
.woocommerce table.cart button.button:disabled, .woocommerce table.cart button.button:disabled[disabled] {
  opacity: 0;
  padding: 1em 2em;
}
.woocommerce table.cart .product-remove {
  text-align: center;
}
.woocommerce table.cart .product-remove a.remove {
  display: inline-block;
}
.woocommerce table.cart .product-thumbnail {
  width: 96px;
  padding-right: 0px;
  padding-left: 0px;
}
.woocommerce table.cart .product-thumbnail a img {
  width: 96px;
}
.woocommerce table.cart td.product-name {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 18px;
}
.woocommerce table.cart td.product-name a {
  text-decoration: none;
  color: #000;
}
.woocommerce table.cart td.product-name a:hover {
  color: #777;
}
.woocommerce table.cart th.product-quantity {
  width: 207px;
  text-align: center;
}
.woocommerce table.cart .product-subtotal {
  text-align: right;
}

/* Billing Specific */
.woocommerce-checkout form.woocommerce-checkout {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
}

/* New input avec label dedans */
.woocommerce-checkout form.woocommerce-checkout #billing_address_1_field input:not([type=button]):not([type=submit]),
.woocommerce-checkout form.woocommerce-checkout #billing_phone_field input:not([type=button]):not([type=submit]),
.woocommerce-checkout form.woocommerce-checkout #billing_email_field input:not([type=button]):not([type=submit]),
.woocommerce-checkout form.woocommerce-checkout #billing_first_name_field input:not([type=button]):not([type=submit]), .woocommerce-checkout form.woocommerce-checkout #billing_last_name_field input:not([type=button]):not([type=submit]),
.woocommerce-checkout form.woocommerce-checkout #billing_postcode_field input:not([type=button]):not([type=submit]), .woocommerce-checkout form.woocommerce-checkout #billing_city_field input:not([type=button]):not([type=submit]) {
  padding-top: 2em;
  padding-bottom: 0.75em;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 500;
}
.woocommerce-checkout form.woocommerce-checkout #billing_address_1_field input:not([type=button]):not([type=submit]):hover,
.woocommerce-checkout form.woocommerce-checkout #billing_phone_field input:not([type=button]):not([type=submit]):hover,
.woocommerce-checkout form.woocommerce-checkout #billing_email_field input:not([type=button]):not([type=submit]):hover,
.woocommerce-checkout form.woocommerce-checkout #billing_first_name_field input:not([type=button]):not([type=submit]):hover, .woocommerce-checkout form.woocommerce-checkout #billing_last_name_field input:not([type=button]):not([type=submit]):hover,
.woocommerce-checkout form.woocommerce-checkout #billing_postcode_field input:not([type=button]):not([type=submit]):hover, .woocommerce-checkout form.woocommerce-checkout #billing_city_field input:not([type=button]):not([type=submit]):hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.woocommerce-checkout form.woocommerce-checkout #billing_address_1_field input:not([type=button]):not([type=submit]):focus,
.woocommerce-checkout form.woocommerce-checkout #billing_phone_field input:not([type=button]):not([type=submit]):focus,
.woocommerce-checkout form.woocommerce-checkout #billing_email_field input:not([type=button]):not([type=submit]):focus,
.woocommerce-checkout form.woocommerce-checkout #billing_first_name_field input:not([type=button]):not([type=submit]):focus, .woocommerce-checkout form.woocommerce-checkout #billing_last_name_field input:not([type=button]):not([type=submit]):focus,
.woocommerce-checkout form.woocommerce-checkout #billing_postcode_field input:not([type=button]):not([type=submit]):focus, .woocommerce-checkout form.woocommerce-checkout #billing_city_field input:not([type=button]):not([type=submit]):focus {
  background-color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout #billing_address_1_field label,
.woocommerce-checkout form.woocommerce-checkout #billing_phone_field label,
.woocommerce-checkout form.woocommerce-checkout #billing_email_field label,
.woocommerce-checkout form.woocommerce-checkout #billing_first_name_field label, .woocommerce-checkout form.woocommerce-checkout #billing_last_name_field label,
.woocommerce-checkout form.woocommerce-checkout #billing_postcode_field label, .woocommerce-checkout form.woocommerce-checkout #billing_city_field label {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: 1;
  position: relative;
  bottom: -26px;
  left: 17px;
  font-size: 12px;
  color: #8a8a8a;
}
.woocommerce-checkout form.woocommerce-checkout #billing_country_field {
  padding-left: 18px;
}

/* Checkout / review order specific */
.woocommerce table.woocommerce-checkout-review-order-table #order_review {
  margin-bottom: 80px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  border-width: 0px;
  text-align: center;
}

.woocommerce-checkout .woocommerce-additional-fields #order_comments_field label {
  text-align: center;
}

/* Lien "Create Account?" */
.woocommerce-checkout .woocommerce-account-fields .create-account {
  padding: 10px 20px;
  display: inline-block;
  margin-left: 3px;
  margin-top: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: solid 1px var(--brdr-clr);
}
.woocommerce-checkout .woocommerce-account-fields .create-account:hover, .woocommerce-checkout .woocommerce-account-fields .create-account:focus {
  background-color: #fff;
}
.woocommerce-checkout .woocommerce-account-fields .create-account label span:hover {
  cursor: pointer;
}

.woocommerce table.shop_table tfoot .shipping td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.4);
}

.woocommerce table.shop_table tfoot .order-total th {
  border-bottom: none;
  font-size: 1.25em;
}

.woocommerce table.shop_table tfoot .order-total td {
  border-bottom: none;
  font-size: 1.25em;
}
.woocommerce table.shop_table tfoot .order-total td strong {
  font-weight: bold !important;
}

.woocommerce-checkout #payment #place_order {
  padding: 1em 2em;
}

.woocommerce ul#shipping_method li {
  margin: 0.5em;
}

.woocommerce ul#shipping_method li input {
  vertical-align: unset;
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}

.woocommerce-cart .woocommerce-shipping-calculator {
  display: none;
}

/* ACCOUNT PAGE */
.woocommerce-account .woocommerce h2 {
  display: none;
}

/* Hide login title when showing login box on my account page (unlogged users) */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: unset;
  width: unset;
  margin-bottom: 0px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: unset;
  width: unset;
  margin-bottom: 40px;
  padding: 40px 20px 20px;
  background-color: #fff;
}

.woocommerce-account .page-header {
  margin-top: 50px;
  margin-bottom: 25px;
}

.woocommerce-account .entry-title {
  text-align: center;
  line-height: 1;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  text-align: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 0.75em 1.5em;
  display: block;
  background-color: rgba(0, 0, 0, 0.025);
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover {
  background-color: #fff;
  color: #000;
}

.woocommerce-MyAccount-navigation ul li:last-child a:hover {
  background-color: #a36;
  color: #fff;
}

/* Lost Password Form */
.woocommerce-account form.lost_reset_password {
  max-width: 600px;
  margin: 0 auto 100px;
  border: 1px solid #d3ced2;
  padding: 20px;
}

.woocommerce-account form.lost_reset_password .form-row-first {
  width: 100% !important;
}