@media (max-width: 500px) {
    .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn {
        margin-right: 50px;
    }
}
@media (max-width: 20px) {

    .step-service-extras-w.latepoint-step-content {

    overflow: scroll;

    }    

}

/* Cache les champs inutiles du checkout WooCommerce */
.woocommerce-billing-fields #billing_company_field,
.woocommerce-billing-fields #billing_address_1_field,
.woocommerce-billing-fields #billing_address_2_field,
.woocommerce-billing-fields #billing_city_field,
.woocommerce-billing-fields #billing_postcode_field,
.woocommerce-billing-fields #billing_country_field,
.woocommerce-billing-fields #billing_state_field {
    display: none !important;
	}

/* Cache uniquement le doublon cart-collaterals */
.cart-collaterals + .cart-collaterals {
    display: none !important;
}

/* PAGE CARTE CADEAU */

/* Cartes bons cadeaux */
.bookly-gift-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.elementor-icon-box-wrapper {
    border: 2px solid #c9a96e !important;
    border-radius: 12px !important;
    padding: 40px 30px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    background: transparent !important;
}

.elementor-icon-box-wrapper:hover {
    background: rgba(201, 169, 110, 0.08) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(201, 169, 110, 0.2) !important;
}

.elementor-icon-box-title {
    color: #c9a96e !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-top: 16px !important;
}

.elementor-icon-box-description {
    color: #cccccc !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.elementor-icon-box-icon .elementor-icon {
    color: #c9a96e !important;
    font-size: 48px !important;
}

@media (max-width: 580px) {
    .bookly-gift-cards {
        grid-template-columns: 1fr !important;
    }
}
/* Rend toute la carte cliquable */
.elementor-icon-box-wrapper a {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
}

.elementor-icon-box-wrapper {
    position: relative !important;
}

/* == PANIER + CHECKOUT - Fond clair et lisibilité == */

/* Fond général des pages panier et commande */
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content {
    background-color: #ffffff !important;
}

/* Textes en foncé */
.woocommerce-cart table,
.woocommerce-cart td,
.woocommerce-cart th,
.woocommerce-checkout label,
.woocommerce-checkout p,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals td,
.woocommerce-cart .cart_totals th {
    color: #1a1a1a !important;
}

/* Inputs du checkout */
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    background-color: #f5f5f5 !important;
    color: #1a1a1a !important;
    border: 1px solid #dddddd !important;
}

/* Header bleu du panier */
.woocommerce-cart .woodmart-cart-header,
.wc-cart-header,
.woodmart-woocommerce-breadcrumb {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}