#header .logo {
    max-width: 180px;
    max-height: 60px;
}
.product-flags .product-flag {
border-radius: 3px;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #70a788;
}

#identity .custom-checkbox input[type=checkbox], #identity .custom-checkbox input[type=checkbox]+span, .customerform-wrapper .custom-checkbox input[type=checkbox], .customerform-wrapper .custom-checkbox input[type=checkbox]+span, body#checkout .custom-checkbox span {
    background: #ffffff;
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked svg path, body#checkout .cart-summary-products a svg path {
    fill:#70a788;
}

body#checkout .custom-radio input[type=radio]:checked+span, body#checkout section.checkout-step.-reachable.-complete h1 .done {
    background: #70a788;
}