
/*--------------------------------------------------------------
WOOCOMMERCE
--------------------------------------------------------------*/
.wc-stripe-payment-request-button-separator {
    display:none;
}


/*BUTON */
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button, 
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button, 
.woocommerce a.button.alt, .woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background: var( --e-global-color-accent );
    color: #fff;
    border-radius: 0;
    padding: .9em 2em;
    font-family: var( --e-global-typography-texte-font-family ), Sans-serif;
    font-weight: 600;
}
body.woocommerce #respond input#submit:hover, 
body.woocommerce a.button:hover, 
body.woocommerce button.button:hover, 
body.woocommerce input.button:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover,
 .woocommerce button.button.alt:hover, 
 .woocommerce input.button.alt:hover {
  background:#ffdf41;
 }

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #666;
    color: #fff;
}

#wc-stripe-payment-request-button {display:none;}
.woocommerce .quantity .qty {
    padding:0;
}
/*QUOTE TEXTE HIDE*/
#order_review_heading,#order_comments_field label, #order_comments_field .input-text::placeholder { display: none; }


.woocommerce-product-search,
.woocommerce-product-search .search-submit {
    color:var( --e-global-color-text);
}
.woocommerce-product-search .search-submit:hover,
.woocommerce-product-search .search-submit:focus {
    color:var( --e-global-color-accent);
}
.woocommerce nav {list-style: none;padding:0;}
.woocommerce nav li {
  margin:0;
}
.elementor-menu-cart__footer-buttons .elementor-button {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    padding:10px !important;
}
.woocommerce nav li:before{display:none;}
/* ITEM PRODUIT */
/*
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    margin: 10px 20px 40px 20px;
    padding: 10px 15px !important;
    background: var( --e-global-color-primary );
    border-radius: 25px;
    color: #fff;
    font-size: 0.9em;
    box-shadow: 0 1px 3px rgb(49 39 131 / 10%);
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
*/
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    margin: 10px 20px 40px 20px;
    padding: 10px 15px !important;
    border: 2px solid var( --e-global-color-primary );
    border-radius: 25px;
    color: var(--e-global-color-primary);
    background: transparent;
    font-weight: 400;
    font-size: 0.9em;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce ul.products li.product .button:hover {
  background:var(--e-global-color-primary);
  box-shadow: 0 0 0 rgba(49,39,131,0);
  color:#fff;
}
.woocommerce ul.products li.product .button:after {
  content:"";
  
}
ins {
        display: inline-block;
        text-decoration: none;
    }
.woocommerce a.added_to_cart {
    padding: 0px 20px 20px 10px;
    display: inline-block;
    /* padding-right: 20px; */
}
.woocommerce ul.products li.product .button:hover {
  background:#3d38a0;
  box-shadow: 0 0 0 rgba(49,39,131,0);
}

.woocommerce .star-rating::before {color:#dedede}
.woocommerce .products .star-rating {
    margin: 5px 10px 10px;
}


.woocommerce-result-count {display:none;}

.woocommerce-message {
    border-top-color: var( --e-global-color-primary );
    vertical-align: middle;
    line-height: 2.4rem;
    position: relative;
    z-index: 2;
}
.woocommerce div.product .stock {
    color: #dedede;
}
@media only screen and (max-width:1200px ) {
}
@media only screen and (max-width:992px ) {

    .woocommerce ul.products li.product .button {
        margin: 10px 0 30px 0;
        padding: 10px 10px !important;
    }
}

@media only screen and (max-width:600px ) {
  .woocommerce-Message .button {

  }
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    text-align: center;
    padding: 1em;
    display:block;
  }
  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    position: relative;
    top: initial;
    left: initial;
    display: block;
    margin: 10px auto;
  }
  body .woocommerce-error .button, body .woocommerce-info .button, body .woocommerce-message .button,
   .woocommerce-page .woocommerce-error .button,
    .woocommerce-page .woocommerce-info .button,
     .woocommerce-page .woocommerce-message .button {
      float: none;
      clear: both;
      /* display: block; */
      display: block;
      width: auto;
      margin: 10px auto;
  }
}


/*--------------------------------------------------------------
# FORM CONNEXION / INSCRIPTION
--------------------------------------------------------------*/
.eael-lr-form-wrapper input[type="checkbox"]:checked.lr-toggle::after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: var( --e-global-color-accent );
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}
.eael-lr-form-wrapper input[type="checkbox"] + label,
.eael_accept_tnc_wrap label.checkbox  {
    font-size: 11px;
    line-height: 14px;
        margin-left: 0;
}
.eael-lr-form-wrapper .lr-form-header p {
    font-size: 1em;
}
.eael-lr-form-wrapper .lr-form-header h4 {
    font-size: 1.5em;
}
.eael_accept_tnc_wrap input[type="checkbox"]:checked {
    color: var( --e-global-color-primary );
    border-color: #dedede;
    background: #fff;
}

body .eael-lr-form-wrapper input[type=checkbox]:not(.lr-toggle):after {
  border: 2px solid var( --e-global-color-primary );
      border-top: 0;
    border-left: 0;
        width: 7px;
    height: 12px;
}
body .eael-lr-form-wrapper input[type=checkbox] {
    float: left;
    margin: 0 10px 0 0;
    flex:none;
    -webkit-flex:none;
}
label.checkbox {
  line-height: 1.3;
}
/*--------------------------------------------------------------
# MENU CART
--------------------------------------------------------------*/
.cart-menu > li .sub-menu {
    /* position: absolute; */
    /* right: -15px; */
    width: 280px;
    overflow: hidden;
    transition: transform 250ms ease, opacity 250ms ease;
    transform: scale(0.9) translateY(20px);
    pointer-events: none;
    opacity: 0; 
    background: #fff;
    border-radius: 0;
    line-height: initial;
    padding: 0;
    position: absolute;
    top: 95%;
    left: auto;
    right: -15px;
    box-shadow: 0 5px 20px rgba(49,39,131,0.1);
    list-style: none;
}
.cart-menu > li:hover .sub-menu {
  
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    transform: none;
    display:block;
}

.cart-menu > li .sub-menu a {
    display: block;
    padding: 10px;
    transition: all 250ms ease;
    /* font-size: 0.85em; */
    /* font-weight: 400; */
    /* text-transform: uppercase; */
    color: var( --e-global-color-primary );
}
.cart-menu .sub-menu > li > a:hover {
  background:#f7f7f7;
  color:var( --e-global-color-accent );
}
.menu-cart-container {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    /* float: right; */
    /* display: block; */
    position: relative;
    height: 60px;
    /* width: 60px; */
    line-height: 60px;
    z-index: 2;
    /* display: inline-block !important; */
    position: relative;
    color: #FFF;
    cursor: pointer;
    background: var( --e-global-color-primary );
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: 0px 10px 30px -2px rgb(0 0 0 / 70%);
    align-items: center;
}
.woocommerce-cart .menu-cart-container {
  display:none;
}

.cart-menu > li {
    cursor: pointer;
    text-align: center;
    position: relative;
          display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-left: 1px solid rgba(0,0,0,0.8);
}

.cart-menu > li > a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 0 15px;
    
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}
.cart-menu > li:first-child {
    border-left:none;
}
.cart-menu > li > a > i {
    display: inline-block;
    color: var( --e-global-color-accent );
    font-size: 22px;
    /* line-height: 22px; */
    vertical-align: middle;
    margin-right: 5px;
    text-transform: capitalize;
}
.elementor-menu-cart__product {
    grid-template-rows: 25% auto;
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
    text-align: left;
    line-height: 1em;
}
.widget_shopping_cart_content {
  padding:0;
}
.cart-menu {
  padding:0;
  list-style: none;
      display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cart-menu > li > a > .number-items {
    background: var( --e-global-color-primary );
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    top: 60%;
    left: 15px;
    margin-left: -11px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.number-items.hidden {
  opacity:0;
}
.number-items.visible {
  opacity:1;
}
.woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
    width: 100px;
    margin-right: 15px;
}

@media screen and (min-width:1200px) {
  #sub-menu-cart {
    min-width:320px;
  }

}



/* === MINI CART */
#sub-menu-cart {line-height:1.2em;list-style: none;}
#sub-menu-cart ul.cart_list li.mini_cart_item {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
        padding: 1em 1.5em;
    margin: 0;
    list-style: none;
}

.mini_cart_item > a:nth-child(2) {
    margin-right: 10px;
    text-align: left;
}
.mini_cart_item > * {
    color: #1a1a1a;
    vertical-align: middle;
}


.woocommerce-mini-cart {
  display:block;
  padding: 0;
}

#sub-menu-cart .mini_cart_item .attachment-woocommerce_thumbnail, #sub-menu-cart .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    width: auto;
    height: 50px;
    vertical-align: middle;
}
#sub-menu-cart ul.cart_list li .variation {
    width: 100%;
    line-height: 1;
    /* padding-top: 20px; */
    border-left: none;
    margin: 0;
    /* display: table; */
    font-size: 0.8em;
    padding: 5px;
    margin-top: 10px;
}
.variation p {
  margin:0;
}
#sub-menu-cart ul.cart_list li dl dt {
    font-weight: 700;
    padding: 0;
    clear: left;
}
#sub-menu-cart ul.cart_list li dl dd, #sub-menu-cart ul.cart_list li dl dt {
    display: inline-block;
    float: left;
    text-align: left;
    margin: 5px 0 0 0;
}
.woocommerce-mini-cart__empty-message {padding:20px;color:#000;}
body .woocommerce-mini-cart__total {
    color: #1a1a1a;
    text-align: center;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
body .woocommerce-mini-cart__buttons {
  background: #f7f7f7;
    margin: 0;
    padding: 20px 20px;
}
body .woocommerce-mini-cart__buttons a.button {
    margin: 10px;
    background: transparent;
    border: 2px solid var( --e-global-color-primary );
    color: var( --e-global-color-primary ); 
    padding: 15px 20px;
    display: block;
    cursor: pointer;
}
body .woocommerce-mini-cart__buttons a.checkout.wc-forward {
  background:var( --e-global-color-accent );
  color:#fff;
  border: none;
}
body .woocommerce-mini-cart__buttons a.button:hover {
  background:var( --e-global-color-primary );
  color:#fff;
}
body .woocommerce-mini-cart__buttons a.checkout.wc-forward:hover {
  background:var( --e-global-color-accent );
  color:#fff;
}

.woocommerce a.remove {
    color: var( --e-global-color-accent ) !important;
    padding: 0 !important;
}


.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    margin-left: 20px;
}

.woocommerce-info {
    border-top-color: var( --e-global-color-primary );
}
.woocommerce-info::before {
  color:var( --e-global-color-primary );
}

/* PAGE PANIER */

.return-to-shop {
  text-align: center;
}

.woocommerce-cart table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce-ResetPassword {
  box-shadow: 0 6px 50px rgba(49,39,131,0.1), 0 3px 15px rgba(0,0,0,.04);
  border:none;
  padding:8%;
    -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#place_order {
  box-shadow: 0 6px 50px rgba(49,39,131,0.1), 0 3px 15px rgba(0,0,0,0.04);
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
#place_order:hover {
    box-shadow:none;
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -mo-transform:scale(1.05);
}
.product-name a {
    font-weight:500;
    color: var( --e-global-color-primary );
}
.woocommerce a.button.checkout-button:hover,
.woocommerce form.checkout_coupon:hover, .woocommerce form.login:hover, .woocommerce form.register:hover {
  box-shadow: 0 1px 3px rgba(49,39,131,0.1);
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  margin-top:0 !important;
}
table td, table th {
  border:none;
      padding-top:15px;
    padding-bottom:15px;
}
.woocommerce form .form-row .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #000;
}
}
.woocommerce label {line-height:1.5;}
.woocommerce form .form-row .input-checkbox:checked::before {
    opacity: 1;
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
    top: -0.4em;
    left: 0.2em;
    width: 0.6em;
    height: 1em;
    border-width: 0 3px 3px 0;
}
table caption+thead tr:first-child td, 
table caption+thead tr:first-child th, 
table colgroup+thead tr:first-child td, 
table colgroup+thead tr:first-child th, 
table thead:first-child tr:first-child td,
 table thead:first-child tr:first-child th {
    border-top:none;
 }
.woocommerce table.shop_table th {
    color: var( --e-global-color-primary );
    text-transform: uppercase;
    padding: 15px 12px;

}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-radius: 0;
    width: 150px;
    padding: 0.45em 0.45em;
}
.cart_totals h2 {
    color:var( --e-global-color-primary );
}
.woocommerce table.shop_table {
    /* background: var( --e-global-color-primary ); */
    border-radius: 0;
    border: none;
    border-collapse: collapse;
}
#payment label {
    color: #000;
    display: inline;
}
.woocommerce ul#shipping_method li label {
    display: inline;
    text-transform: none;
    letter-spacing: initial;
    font-size: 0.85em;
}
.woocommerce-form__label {line-height: 1.5;}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 20px 12px;
}
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    color: var( --e-global-color-primary );
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    color:var( --e-global-color-primary );
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
    cursor: not-allowed;
    opacity: .5;
    background: #ccc;
    padding: 1em 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color:var( --e-global-color-accent );
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f7f7f7;
    border-radius: 0;
}
.order-total td,
.order-total th {
  color:var( --e-global-color-primary );
  font-weight: bold;
  font-size:1.2rem;
}
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle;
}


/* PAGE VALIDATION COMMANDE */

.woocommerce-checkout .col2-set .col-1 {
    width: 60%;
    padding: 5%;
    box-shadow: 0 6px 50px rgba(49,39,131,0.1), 0 3px 15px rgba(0,0,0,0.04);
}
.woocommerce-checkout .col2-set .col-2 {
    width: 33%;
}
#order_review {
  margin-top:3em;
  box-shadow: 0 6px 50px rgba(49,39,131,0.1), 0 3px 15px rgba(0,0,0,0.04);
}
.woocommerce-checkout .woocommerce {
  padding:30px;
  margin-bottom:60px;
}
#customer_details h3,
.woocommerce-account h3 {
  color:var( --e-global-color-primary );
}
.select2-container--default .select2-selection--single {
    /* background-color: #f1f1f1; */
    /* border: none; */
    border-radius: 0;
    padding: 0 1em;
    height: 40px;
    border: none;
    box-shadow: 0px 0px 2px 0px #bdbdbd;
    border-radius: 0;
    background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: var( --e-global-color-primary );
    line-height: 40px;
        font-size: 0.9em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}
.woocommerce form .form-row textarea {
    height: 8rem;
    line-height: 1.5;
    display: block;

    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background:var( --e-global-color-primary );
}


/* PAGE MON COMPTE */
.woocommerce-account body,
body > .max-width > .woocommerce {
  padding-bottom:60px;

   

}
.elementor-menu-cart__subtotal {
    font-size: 1em;
    text-align: center;
    font-weight: 400;
    color: var( --e-global-color-primary );
    padding: 0;
}


.woocommerce-account .woocommerce table.shop_table {
  border:none;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #ffffff;
    box-shadow: 0 6px 50px rgba(49,39,131,0.1), 0 3px 15px rgba(0,0,0,0.04);
    /* line-height: 50px; */
    /* display: flex; */
    /* height: 100%; */
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation:before {
  display:none;
}
.woocommerce-MyAccount-navigation ul {list-style: none;margin:0;padding:0;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background-color .3s;
    font-size: 0.85em;
    color: #666;
    display: block;
    padding: 0 15px;
    cursor: pointer;
    text-transform: uppercase;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0.1em;
}
form em {color:#ccc;font-size: 0.85em}
.woocommerce-account .woocommerce-MyAccount-navigation  ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 72px;
    box-shadow: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #f7f7f7;
    color: var( --e-global-color-primary );
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px;
  }
  .woocommerce-Addresses {
    margin: 30px auto;
  }

.woocommerce-MyAccount-content {
  padding:30px;
   -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

fieldset {
    padding: 20px;
    border: 1px solid #f1f1f1;
    margin: 20px auto;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: auto;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 3em;
}
/* payment ok */
p.woocommerce-notice--success {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 20px 0;
    text-align: center;
    color: var( --e-global-color-primary );
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 20px;
    background: #E8F2F9;
    color: #1a1a1a;
}
.woocommerce-store-notice, p.demo_store {
      background: var( --e-global-color-primary );
    color: #1a1a1a;
}
.woocommerce ul.order_details li {
    border-right: 1px dashed rgba(0,0,0,0.2);
    }
.woocommerce-table--order-details {
    -webkit-box-shadow: 0 6px 50px rgba(49,39,131,0.1), 0 3px 15px rgba(0,0,0,0.04);
    box-shadow: 0 6px 50px rgba(49,39,131,0.1), 0 3px 15px rgba(0,0,0,0.04);
}


.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: 10px;
    margin:0;
    background-color:var( --e-global-color-primary );
    padding:10px !important;
}

@media only screen and (max-width:768px ) {
    .woocommerce-checkout .woocommerce {
    padding: 0px;
    margin-bottom: 30px;
}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    }
   .menu-button > li > a {
      width: 50px;
      height: 50px;
      line-height:50px;
  }
  .menu-button > li > a > i,
  .moncompte > a:before{
      line-height:50px;
  }

  .woocommerce-account .woocommerce {display:block;}
  .woocommerce-account .woocommerce-MyAccount-navigation {
    line-height: 30px;
  }
  .woocommerce-MyAccount-content {
    padding:15px;
  }
}
.elementor-widget-wp-widget-sarbacane_newsletter input[type=email] {
      background-color: #02010100 !important;
    border-color: var( --e-global-color-7d92015 );
    border-radius: 30px 30px 30px 30px;
    color: var( --e-global-color-7d92015 ) !important;
        font-family: "Roboto", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.6em;
    letter-spacing: -0.45px;
     border: 1px solid #fff;
}
.elementor-widget-wp-widget-sarbacane_newsletter p + p {
      font-size: 0;
    height: 0;
    margin: 0;
}
.elementor-widget-wp-widget-sarbacane_newsletter input[type=email]:focus {
  border-color: var( --e-global-color-7d92015 );
}
.elementor-widget-wp-widget-sarbacane_newsletter label,
.elementor-widget-wp-widget-sarbacane_newsletter .widget-title,
.elementor-widget-wp-widget-sarbacane_newsletter .widget-title + p
 {display:none;}
.elementor-widget-wp-widget-sarbacane_newsletter input[type=submit] {
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 1.53px;
    padding: 0px 0px 0px 0px;
    border:none;
    background-color: #02010100 !important;
    font-weight: bold !important;
}
.elementor-widget-wp-widget-sarbacane_newsletter input::placeholder {
color:#fff;
font-size: 1em;
}

.no-posts {
  text-align: center;
  font-weight: 300;
}
/*Options*/

.options-price {
      font-size: 0.85em;
    font-weight: 300;
    color: var( --e-global-color-primary );
    opacity: 0.5;
}


.woocommerce-variation-add-to-cart .quantity {
    width: 25%;
    float: left;
}
.woocommerce .woocommerce-variation-add-to-cart  .quantity .qty {width:100%;}
.woocommerce-variation-add-to-cart  .single_add_to_cart_button {width:75%;} 




#sub-menu-cart ul.cart_list .quantity {
text-align: right;
    display: block;
    width: 100%;
    font-size:0.85em;
    color: var( --e-global-color-secondary );
}
.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    list-style: none outside;
    font-size: 0.85em;
}

/* CachÃ© accessoire tÃ©lÃ©chargement */
#order_comments_field textarea::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
#order_comments_field     textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
  #order_comments_field   textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
  #order_comments_field   textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
  #order_comments_field   textarea::placeholder {
         color: transparent;
    }

.center-align {text-align: center;}
html .woocommerce .woocommerce-breadcrumb {margin:0;}
.woocommerce ul.products li.product .woocommerce-placeholder {border:none !important;}

.woo_loadmore {text-align:center;}

ul.products,
body .elementor-element.elementor-products-grid ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    margin: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4,1fr);

}
body ul.products li.product, 
body.woocommerce ul.products li.product, 
body .woocommerce-page ul.products li.product {
       display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    border: 1px solid #EFEFEF;
    width: 100%;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
}
ul.products li.product:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.18);
  z-index:2;
}
.woocommerce .products ul:after, 
.woocommerce .products ul:before, 
.woocommerce ul.products:after, 
.woocommerce ul.products:before {
  display:none !important;
}

body .elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    overflow:hidden;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width:100%;
   
}
li.product .brand {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em !important;
    color: #ccc;
}
body .woocommerce ul.products li.product .woocommerce-loop-product__title, body .woocommerce ul.products li.product h2, body .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, body .woocommerce ul.products li.product .woocommerce-loop-category__title, body .woocommerce ul.products li.product .woocommerce-loop-product__title, body .woocommerce ul.products li.product h3, body .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, body .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-category__title {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    font-family: var( --e-global-typography-texte-font-family ), Sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9em !important;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: center;
}
.content-product-card {
    padding: 10px 10% 5px 10%;
    width: 100%;
    text-align: center;
}

#image-main {position:relative;}

ul.products li.product .price small {
  font-size:0.6em;
}
ul.products li.product .price,
body .woocommerce ul.products li.product .price {
    display: block;
    margin-bottom: 0;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size:1em;
}
ul.products li.product .price, ul.products li.product .price .amount {
    color: var( --e-global-color-accent ) !important;
    font-weight: bold;
}
body ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
        -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body ul.products li.product a:hover img {
    transform: scale(1.05);
}
.product-item-label {
  font-weight:300;
}

#ul-link-product_cat {
  list-style: none;
  margin:0;
  padding:20px 0;
}
#ul-link-product_cat li {
  display: block;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  letter-spacing:0.05em;
  color:#000000;
  cursor:pointer;
  word-break: break-word;
  text-transform: uppercase;
      -o-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category-all {
    font-size: 2em;
    line-height: 1.2em;
}
#ul-link-product_cat li span {position: relative;display: inline-block;}

#ul-link-product_cat li:hover,
#ul-link-product_cat li.active  {
  color:#000000;
}

#ul-link-product_cat li.niv_1 {
    font-size:1.1em;
    border-top:1px solid rgba(0,0,0,0.1);
     padding:15px 0 5px 0;
     letter-spacing:0.1em;
     margin-top:10px;
}
#ul-link-product_cat li.niv_1:nth-child(2) {border-top:none;}
#ul-link-product_cat li.niv_2 {
   padding:3px 0;
   font-size:0.9em;
   color:rgba(0,0,0,0.5);
}
#ul-link-product_cat li.niv_2:hover,
#ul-link-product_cat li.niv_2.active {
  color:rgba(0,0,0,1);
}



#payment label img {
  max-height:30px;
}
.ajax-input {
    display: inline-block;
    vertical-align: middle;
}
h4.filter-button:after {
    content: "";
    position: relative;
    top: 50%;
    margin: 0px 0px 0px 22px;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../images/down.svg);
    background-size: cover;
}

.hide-on-desktop {display:none;}

  #ajaxsearch-woocommerce {
    margin: 0;
    padding:20px 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    z-index:9;
    position:relative;
}
  #ajaxsearch-woocommerce .filter-container {
      width: 25%;
      padding: 0 10px;
  }

body .wc-tab h2 {
  font-size:1.5em;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    line-height: var( --e-global-typography-primary-line-height );
}
body .wc-tab p {
    font-size: 0.9em;
    font-weight: 300;

}



/*Categories */
.product-category > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 5px;
}
.woocommerce-loop-category__title .count {display:none;}


.product-category-single .elementor-widget-container {
  width:140px;
  height:140px;
  background:#fff;
  border-radius: 50% 50%;
  padding:20px;
   box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin:auto;
}
.product-category-single:before {
    content: "";
    width: 200%;
    position: absolute;
    left: 50%;
    height: 40px;
    background-image: url(../images/drapeau-horizontal.svg);
    background-repeat: repeat-x;
    top: 50%;
    margin-top: -20px;
    z-index: -1;
}
#bonheur-categories .product-category a img {
    height: 70px;
    width: auto;
    margin: 0 auto;
}

/*HOME CATEGPRIES */


@media only screen and (max-width:1024px ) {
  .product-category-single:before {
      width: 100%;
      left: 0;
  }
   ul.products,
  body .elementor-element.elementor-products-grid ul.products {
      grid-template-columns: repeat(3,1fr);
  }
  .hide-on-desktop {display:block;}
  .product-category-single .elementor-widget-container {
    width: 120px;
    height: 120px;
  }

}

@media only screen and (max-width:720px ) {
  #ajaxsearch-woocommerce .filter-container {
      width: 50%;
  }
    .product-category-single .elementor-widget-container {
    width: 90px;
    height: 90px;
  }
     ul.products,
  body .elementor-element.elementor-products-grid ul.products {
      grid-template-columns: repeat(2,1fr);
  }
  .filter-container label {
      padding: 5px 10px 5px 0;
  }
}
.hidden {visibility:hidden;}

.page-numbers {
  opacity:0.5;
  padding:5px;
}
.page-numbers:hover {
  opacity:1;
}
/* SINGLE PRODUCT WIDGETS */


body table tbody>tr:nth-child(odd)>td,body table tbody>tr:nth-child(odd)>th,
.variations tr:hover, .variations tr:hover td {
    background-color: #fff;
}


body .woocommerce div.product div.images .flex-control-thumbs li {
      border: 1px solid #dedede;
    margin: 0 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    display: block;
    width: auto; 
    height:auto;
    max-height: 600px;
    max-width: 100%;
    margin: auto;
    box-shadow: none;
}
@media only screen and (max-width:720px ) {
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport{min-height:400px;}
    .woocommerce div.product div.images .woocommerce-product-gallery__image img { max-height:400px;}
}

body.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    text-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    align-content: center;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
     float: none;
     position: relative;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0;
    text-align: center;
}
  body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding:15px 20px; 
    border:none !important;
    background:transparent;
  }
  body.woocommerce div.product.elementor ul.tabs li a{
    border:none !important;
        font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    color: var( --e-global-color-primary );
  }
  body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {background:transparent;}
  body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {font-weight:600;}
body.woocommerce div.product.elementor .woocommerce-tabs .panel {
    max-width: 1600px;
    margin: -1px auto 0;
    padding: 5% 5% 5% 5%;
}


@media only screen and (max-width:720px ) {

  ul.similare-products > li {
      max-width: 70%;
  }
  .product-main-features {
        text-align: center;
    padding: 0;
    list-style:none;
  }
  .product-dimensions,body.woocommerce div.product div.images .flex-control-thumbs {
        -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
  }
}