/**
 * Theme Name:     Hello Elementor Child
 * Author:         Studio Chachou
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */

.woocommerce span.onsale{
	background-color: #E94E1B !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #E94E1B;
}

.login-problem {
        padding: 1em 1em 1em 1em;
        margin: 0 0 2em;
        position: relative;
        background-color: #f6f5f8;
        color: #515151;
        border-top: 3px solid #E94E1B;
        list-style: none outside;
        width: auto;
        word-wrap: break-word;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    padding-bottom: 3em;
}

.u-column1.col-1.woocommerce-Address a.edit {

display: none;

}

.u-column2.col-2.woocommerce-Address a.edit {

display: none;

}

/* Changer la couleur de l'input page checkout stripe par un fond blanc */
#payment > ul > li.wc_payment_method.payment_method_stripe > div{
	background-color: #ffffff !important;
}

nav.woocommerce-breadcrumb {
    display: none;
}