/* links */
a {
    color: #265239;
}
a:hover {
    color: #000000;
}

/* primary button */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: white;
    background-color: #000000;
    border-color: #000000 !important;
}
.btn-primary {
    color: white !important;
    background-color: #265239 !important;
    border-color: #265239 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: white;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/* success button */
.btn-success {
    color: white !important;
    background-color: #265239 !important;
    border-color: #265239 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: white;
    background-color: #000000;
    border-color: #000000 !important;
}

/* info button */
.btn-info {
    color: white !important;
    background-color: #265239 !important;
    border-color: #265239 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: white;
    background-color: #000000;
    border-color: #000000 !important;
}

/* warning button */
.btn-warning {
    color: white !important;
    background-color: #265239 !important;
    border-color: #265239 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    color: white;
    background-color: #000000;
    border-color: #000000 !important;
}

/* danger button */
.btn-danger {
    color: white !important;
    background-color: #265239 !important;
    border-color: #265239 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: white;
    background-color: #000000;
    border-color: #000000 !important;
}

/* navigation */
.step-tabs .active a {
    background: #265239;
    color: #fff;
}
.nav-pills .active a {
    color: white;
    background-color: #265239;
}
.nav-pills a {
    color: #265239 !important;
}
.nav-pills a:hover, .nav-pills .active a, .nav-pills .active a:hover, .nav-pills .active a:focus {
    color: #fff !important;
    background-color: #265239 !important;
}
.additional-info-div {
    border-color: #265239 !important;
    color: #265239 !important;
}


.is-selected .pika-button {
    background: #265239 !important;
}

.store-checkout-line.active:not(#checkout-payment-step)::after, .progress-bar_element.active:not(.no-arrow-tab)::after {
	border-left: 10px solid #265239;
}