/*
Theme Name: Diadabox V2
Theme URI: https://diadabox.fr
Author: Diadao
Author URI: https://diadao.fr
Description:
Version: 1.0
Requires PHP: 7.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel
Text Domain: diadabox
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/


/** Added 2025-03-25 : https://leparchotel.diadaboxv2.fr/mon-compte/my-favorites/ **/
.my-account__content .vouchers__list {
    width: 100%; /** je ne sais pas pk  je dois ajoute ça dans cette liste sinon le container est plus petit que le contenu */
}
.my-account__content .vouchers {
    padding-inline: 0 !important;
}




/** Custom html tag by WC wrapping all hidden fields. Apply display contents to prevent shadow gaps **/
wc-order-attribution-inputs {
    display: contents;
}
/** Hide default form coupon toggle div **/
.woocommerce-form-coupon-toggle {
    display: none;
}
/** Remove extra space for all form-row in billing / shipping form because it's handled by flex gap. **/
.page-cart-content__section .form-row {
    margin-bottom: 0 !important;
}


.wc-saved-payment-methods {
    li {
        label {
            padding-left: 5px;
            display: inline;
            font-weight: 500 !important;
        }
    }
}
