/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* ------- STYLE SPÉCIAL PAGE PANIER ------- */
.page-cart span.price,
.page-cart a.collapse-button.promo-code-button.cancel-promo,
.block-promo .promo-code-button.cancel-promo{
    color: #CC0000 !important; /* Rouge */
}

.page-my-account #content .links a:hover i{
    color: #CC0000;
}

.form-control:focus,
.input-group.focus{
    outline: .1875rem solid #CC0000;
}

body#checkout section.checkout-step .address-item.selected{
    border: #CC0000 3px solid;
}

.custom-radio input[type=radio]:checked+span{
    background-color: #CC0000;
}

.cart-grid-body a.label:hover {
    color: #000 !important;
}

#cookies-banner-wrapper{
    height: 0px !important;
}

.elementor-cart__product-remove {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important; /* solid */
  }