.custom-radio input[type=radio]:checked+span {
    background-color: #ffcd02;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked svg path, body#checkout .cart-summary-products a svg path {
    fill: #ffcd02;
}

#amegamenu.fixed-menu .amenu-item .amenu-link {
    color: #fff;
}

.fixed-menu .fixed-menu-right a {
    color: #fff;
}

.fixed-menu .fixed-menu-right a:hover {
    color: #ffcd02;
}

#_fixed_login a svg path,
#_fixed_wishlist svg path,
#amegamenu.fixed-menu .blockcart-link svg path{
    fill: #fff;
}

.breadcrumb li a {
    color: #fff;
}

body#checkout .block-promo .promo-code-button,
body#checkout .login-form-forgot a, 
body#checkout .nav-item .nav-link, 
body#checkout .card-block .checkout-summary-dropdown a, 
body#checkout section.checkout-step .add-address a,
body#checkout .cart-summary-products a,
body#checkout section.checkout-step #conditions-to-approve a,
body#checkout section.checkout-step.-current.-reachable .add-address-comment a,
body#checkout section.checkout-step.-current.-reachable .add-address a,
.custom-checkbox input[type=checkbox]:checked+span i, .form-link {
color: #254379;
}

body#checkout .custom-radio input[type=radio]:checked+span, body#checkout section.checkout-step.-reachable.-complete h1 .done {
    background: #254379;
}