.elementor-8606 .elementor-element.elementor-element-272567bf{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-5dec69e1 */input[type=text], input[type=tel], input[type=email], select, textarea, .select2-container {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8)!important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3.125em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
}

label{
    font-weight: bold;
    font-family: Montserrat;
}

table tr td, table tr th{
    padding: 0.8rem!important;
}

/*Generation Chat*/

.custom-checkout-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-thumbnail img {
    width: 50px;
    height: auto;
    border-radius: 5px;
}

.checkout-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.checkout-product-name {
    font-weight: bold;
}

.checkout-price {
    font-weight: bold;
    text-align: right;
}

.woocommerce-checkout-review-order-table thead th {
    text-align: right; /* Aligner l'en-tête "Sous-total" à droite */
}

/* Aligner uniquement la première colonne du tableau */
.woocommerce table.shop_table th:first-child {
    text-align: left;
}


.woocommerce-checkout-review-order-table tbody td.product-total {
    text-align: right; /* Aligner les montants à droite */
    font-weight: bold; /* Mettre les montants en gras */
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right; /* Aligner les montants du total à droite */
    font-weight: bold; /* Mettre en gras */
}

/* Tables */

/* En-tête unique */
table.shop_table.woocommerce-checkout-review-order-table tr{
    border: 2px solid #333!important;
    background-color: white!important;
}

table.shop_table.woocommerce-checkout-review-order-table th{
    background-color: white!important;
}

/* Style pour le total */
.woocommerce-checkout-review-order-table tfoot tr:last-child th {
    font-size: 18px; /* Taille plus grande pour "Total" */
    font-weight: bold;
}

.woocommerce-checkout-review-order-table tfoot tr:last-child td {
    font-size: 22px; /* Augmente la taille du montant total */
    font-weight: bold;
}

/* Place la TVA sous le mot "Total" */
.woocommerce-checkout-review-order-table tfoot tr.tax-total {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

.includes_tax {
    display: block;
  }
  
/* Conteneur des méthodes de paiement */
.woocommerce-checkout-payment {
    border: 2px solid #000; /* Bordure noire */
    padding: 15px;
    background: #fff; /* Fond blanc */
}

/* Titre "Méthode de paiement" */
.woocommerce-checkout-payment h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #000; /* Ligne sous le titre */
    padding-bottom: 5px;
}

/* Liste des méthodes de paiement */
.woocommerce-checkout-payment ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style des options de paiement */
.woocommerce-checkout-payment .payment_box {
    border-top: 1px solid #000; /* Bordure entre chaque méthode */
    padding: 10px;
    background: #f8f8f8; /* Légère différence de fond */
}

/* Style des boutons radio */
.woocommerce-checkout-payment input[type="radio"] {
    margin-right: 10px;
    accent-color: #000; /* Couleur des boutons radio en noir */
}

/* Style du texte */
.shopping_cart_status_menu{
    display: none!important;
}

/* Aligner les inputs radio avec la description */
.woocommerce-checkout-review-order .woocommerce-shipping-methods li {
    display: flex;
    align-items: center;
    gap: 2px; /* Espacement entre l’input et le texte */
}

/* S'assurer que le texte ne passe pas en dessous */
.woocommerce-checkout-review-order .woocommerce-shipping-methods li label {
    white-space: nowrap;
}


.woocommerce-checkout-review-order .woocommerce-shipping-methods li label {
    margin-top : -10px;
}/* End custom CSS */