.tracking-progress-bar__item {
    background: #E5E7ED;
    border-radius: 50%;
    color: #ddd;
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    position: relative;
    text-align: center;
    width: 32px;
    z-index: 9;
    white-space: nowrap;
}
.tracking-progress-bar__item__bar {
    background: #E5E7ED;
    display: inline-block;
    margin: 0.5% -4%;
    height: 8px;
    width: 170px;
    z-index: 2;
}
.tracking-progress-bar__item__bar--active {
    background: #96588a;
}

.tracking-progress-bar__item--first {
    margin-left: 0;
}

.tracking-progress-bar__item--active {
    background: #96588a;
    color: #fff;
}

.tracking-progress-bar > .tracking-progress-bar__item__bar:nth-last-child(1) {
    display: none;
}

.tracking-progress-bar__item::before {
    content: attr(data-icon);
    font-family: 'WC-SA-Icons' !important;
    width: 30px;
    text-align: center;
}

.tracking-progress-bar__item span {
    position: absolute;
    top: -35px;
    left: 0;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}

.tracking-progress-bar {
    padding: 30px 0 0;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.tracking-progress-bar__item:not(.tracking-progress-bar__item--active)::before {
    color: #34495e;
}