/*
Theme Name: D2F
Theme URI: https://d2f.weglio.fr/
Author: Weglio
Author URI: 
Description: 
Template: betheme
Version: 2.0.2
*/

/* Liste à puces */

ul {
    list-style-type: disc;
    margin: 0 0 15px 30px;
}

/* End Liste à puces */

/* Page produit */

table th {
    background: #fff;
    box-shadow: none;
}

table tr:first-child td {
    box-shadow: none;
}

.woocommerce .product .single_variation .price {
    color: #FF11AB;
    font-weight: 600;
}

.elementor-tab-title {
    border-radius: 14px;
}

.ht-product-inner {
    border-radius: 20px;
    /* padding: 10px 10px 10px 10px; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.ht-product-image {
    min-height: 245px;
}

.ht-product-title {
    padding-bottom: 5px;
}

.wl-filterable-products-content .price {
    display: none!important;
}

.woocommerce ul.products li.product h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
}

/* À cacher pour l'instant

.product_tag-session-2026 .image_wrapper, .product_tag-session-2025 .image_wrapper {
    position: relative;
}

.product_tag-session-2026 .image_wrapper::before {
    content: "Session 2026";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #FA12AB;
    padding: 10px 10px;
    font-size: 10px;
    font-weight: 700;
    z-index: 10;
    white-space: nowrap; 
}

.product_tag-session-2025 .image_wrapper::before {
    content: "Session 2025";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #FA12AB;
    padding: 10px 10px;
    font-size: 10px;
    font-weight: 700;
    z-index: 10;
    white-space: nowrap; 
}
*/

.custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 10px;
    display: none;
    z-index: 1000;
    text-align: center;
    width: 300px;
}

.custom-popup .custom-popup-content {
    text-align: center;
}

.custom-popup.show {
    display: block;
}

#close-popup-btn,
#view-cart-btn {
    background: #FA12AB;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin: 10px 5px;
}

#view-cart-btn {
    background: #0073aa; /* Couleur bleue WooCommerce */
}


/* End Page produit */


/* Évènements */

/* Page évènements */

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2--min-medium {
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
    padding: 10px;
    border-radius: 12px;
    background: #FFFFFF;
    align-items: center;
}

.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    border-right: solid;
    border-color: #FF27AB;
    border-width: 2px;
    margin-right: 20px;
}

/* Évènements individuel */

.tribe-common .tribe-common-b1 {
    display: none;
}

.tribe-events-widget .tribe-events-widget-events-list__event-row {
    padding: 10px;
    border-radius: 12px;
    background: #FFFFFF;
    align-items: center;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    border-right: solid;
    border-color: #FF27AB;
    border-width: 2px;
    margin-right: 20px;
}

.elementor-menu-cart__toggle .elementor-button {
    border-width: 0px;
}

.elementor-menu-cart__product-price .quantity {
    display: none;
}

.elementor-button.elementor-size-md {
    font-size: 14px;
}

.wps_sfw_free_trial {
    display: none;
}

.cart_totals .title, .cart_totals h2, .cart_totals table {
    display: none;
}

.coupon {
    display: none!important;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block, 
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper,
.wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper {
    display: none;
}

.woocommerce-order-received .woocommerce-order-details {
    display: none!important;
}

.widget_shopping_cart_content .elementor-menu-cart__subtotal {
    display: none;
}

.elementor-menu-cart__footer-buttons .elementor-button.elementor-size-md {
    font-size: 12px;
}

/* End Évènements */

/* Tableaux */

.tab table th {
    background: #FF12AB;
    color: #fff;
}

/* Page de commande */
.wp-block-woocommerce-checkout-order-summary-block {
    border:0px!important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0 0 10px 0px!important;
    font-size: 20px;
    text-align: left;
}

.wps_recurring_bifurcation_wrapper h4 {
    font-size: 15px;
}

.wps_recurring_bifurcation_wrapper ul {
    margin: 0 0 11px 0px;
}

.cart .product-quantity {
    display: none!important;
}