.elementor-916 .elementor-element.elementor-element-7f90694c{--display:flex;}.elementor-916 .elementor-element.elementor-element-529cf2e5{font-family:"Mulish", Sans-serif;}/* Start custom CSS for text-editor, class: .elementor-element-529cf2e5 */.cart_totals h2 {
    font-family: 'Mulish';
    font-weight: 800!important;
}

/*remove br inside link */
a.checkout-button.button.alt.wc-forward > br {
    display: none;
}

/*No capitalize for Expédition text*/
span.woocommerce-shipping-may-be-available-html.e-checkout-message.e-cart-content {
    text-transform: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d94c37 */#soha-shipping-warning-dialog {
  background-color: #1E142F;
  color: #EAEAEA;
  border: 1px solid #ddd;
  padding: 25px 20px;
  max-width: 800px;
  width: 90%;
  text-align: center;
  border-radius: 15px;
  /*position: fixed;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: 100;*/
  text-wrap: balance;
}

/* Responsive */
@media (min-width: 768px) and (max-width: 1024px) {
  #soha-shipping-warning-dialog {
   top: 40%;
 }
}

#soha-shipping-warning-dialog h2 {
    color: #EAEAEA;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 3.5px;
    text-decoration: underline;
    width: 60%;
    margin: 0 auto;
}
    
     
/* Responsive */
@media (max-width: 768px) {
      #soha-shipping-warning-dialog h2 {
    font-size: 12px;
    width: 100%;
     }
 }

#soha-shipping-warning-dialog p {
   text-wrap: balance;
   font-size: 16px;
   margin-top: 20px;
}
   
    
/* Responsive */
/* Responsive */
@media (min-width: 768px) and (max-width: 1024px) {
  #soha-shipping-warning-dialog p {
   font-size: 14px;
 }
}

@media (max-width: 768px) {
      #soha-shipping-warning-dialog p {
    font-size: 13px;
  }
}

 .soha-button-consent-shipping {
  background-color: #6c4cec;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
  
/* Responsive */
 @media (max-width: 768px) {
       .soha-button-consent-shipping {
    font-size: 10px;
    padding: 8px 15px;
  }
 }

#soha-shipping-warning-dialog-head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#soha-shipping-warning-dialog-head h1 {
  color: #EAEAEA;
  font-weight: 800;
  font-size: 30px;
}

/* Responsive */
/* Pour les écrans portable > 768px */
@media (max-width: 768px) {
  #soha-shipping-warning-dialog-head h1 {
    font-size: 16px;
  }
}

/* Pour les écrans entre 1200px et 1024px */
@media (min-width: 768px) and (max-width: 1200px) {
  #soha-shipping-warning-dialog-head h1 {
    font-size: 25px;
  }
}

#soha-shipping-warning-dialog-head img {
    width: 10%;
}


#soha-shipping-warning-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#soha-shipping-warning-dialog.is-active {
  visibility: visible;
}/* End custom CSS */