.bar-button {
    background-color: #1a73b9 !important; 
}

.bar-button:before {
    background: #1a73b9 !important;
}

input[type=radio]:checked+.checkmark {
    background-color: #1a73b9 !important; 
}

.btn { 
    background-color: #1a73b9 !important; 
}

.progress-bar {
    background-color: #e8e8e8 !important;
}

.cart .total {
    background-color: #e8e8e8 !important;
}

.footer {
    background-color: #e8e8e8 !important;
}

.footer a {
    color: #000000 !important;
}

.footer > .previous > a:before {
    background-color: #000000 !important;
}

.bottom .finish {
    background-color: #1a73b9 !important;    
}

.qr-checkout .progress-bar .step-progress__step--valid:after,
.checkout .progress-bar .step-progress__step--valid:after {
    border-color: #1a73b9 !important;
}

.qr-checkout .progress-bar .step-progress__wrapper-after,
.checkout .progress-bar .step-progress__wrapper-after {
    border-color: #1a73b9 !important;
}

.qr-checkout .progress-bar .step-progress__step--active:after, .step-progress__step--valid:after, 
.checkout .progress-bar .step-progress__step--active:after, .step-progress__step--valid:after {
    border-color: #1a73b9 !important;
}

.qr-checkout .payment-methods .active,
.checkout .payment-methods .active {
    border: 2px solid #1a73b9 !important;
}

.login-button-wrapper .login {
    border: 1px solid #1a73b9 !important;
    color: #1a73b9 !important;
}

.login-button-wrapper .login:hover {
    background-color: #1a73b9 !important;
    color: white !important;
}

.gratuity .is-active {
    background-color: #1a73b9 !important;
    border-color: #1a73b9 !important;
}

.terms a {
    color: #1a73b9 !important;
}