/* Navigation */
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: #6aaf34 !important;
}

/* Cart Badge*/
.minicart-wrapper .action.showcart .counter.qty {
    background: #6aaf34 !important;
}

/* Account Navigation */
.account-nav .item.current a, .account-nav .item.current strong {
    border-color: #6aaf34 !important;
}

/* Checkout */
.opc-progress-bar-item._active::before {
    background: #6aaf34 !important;
}
.opc-progress-bar-item._active > span::before {
    background: #6aaf34 !important;
}