/** Woocommerce / ajustements divers */
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 15px;
    text-align: center;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input::after {
    margin: 0;
}

/** Livraison panier / checkout */
.woocommerce-shipping-destination {
    display: none !important;
}
.woocommerce-js ul#shipping_method li {
    padding: 0 !important;
}
.woocommerce-js ul#shipping_method li label {
    font-size: 16px;
}
ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
    text-indent: 0 !important;
}

/** Elementor cart header sidepanel */
.elementor-menu-cart__product-price .quantity.buttons_added {
    display: none !important;
}

/** Simulateur HP */
.widgets_on_page ul {
    margin: 0;
}