/* bouton noir choix livraison */
.card .custom-radio input[type=radio]:checked + span {
    background-color:#ffffff !important

}
/* cadre livraison */
body#checkout section.checkout-step .delivery-option {
    background:#3c3c3C;
}

/* bouton recherche et couleur*/
#header .header-top {
    background: #3C3C3C;
}
#search_widget {
    margin-bottom: 0.625rem;
    overflow: hidden;
}
#search_widget form i {
    position: relative;
    padding: 0.1rem;
}

/* Paypal X4 */
#ps_checkout-paypal-pay-later-message-cart {
    background:white;
}

#ps_checkout-paypal-pay-later-message-product {
    background:white
}