/*Small change for stepy*/
.stepy-header li.stepy-active div {
    background: #008aff;
}
.stepy-header li div:after{
    background-color: #008aff;
}

.checkout-header-text {
    color: black !important;
}

#logo {
    width: 300px;
    margin-bottom: 20px;
}

.panel-info > .panel-heading {
    background: #008aff;
}

.panel-info {
    border-color: #008aff !important;
}

.alert-info {
    border-color: #008aff !important;
    background-color: #008aff !important;
    color: white;
}

.alert-info.alert-plain {
    border-color: #008aff !important;
    background-color: #008aff !important;
    color: white;
}

.alert-info .alert-icon {
    background: #008aff !important;
    color: white !important;
}

.growl-notice {
    background: #008aff !important;
}