
#progressbar {
    text-align: center;
    padding-left: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    color: #787878;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: '';
    position: relative;
    background: #787878;
    z-index: 2;
    top: 20.5px;
    width: 10px;
    height: 10px;
    line-height: 45px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 25px auto;
}

#progressbar #harbor:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #787878;
    position: absolute;
    left: 50%;
    top: 25px;
    z-index: 1;
}

#progressbar #buy:after, #book:after {
     content: '';
     width: 100%;
     height: 2px;
     background: #787878;
     position: absolute;
     left: 50%;
     top: 25px;
     z-index: 1;
}

#progressbar #checkout:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #787878;
    position: absolute;
    left: 50%;
    top: 25px;
    z-index: 1;
}

#progressbar li.active:before {
    background: #000000 !important;
}

#progressbar li.active-line:after {
    background: #000000 !important;
}

#progressbar li.active-where-at:before {
    background: #e0b654 !important;
}