#shipping--progress-bar {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px 35px;
}

#shipping--progress-wrapper {
    background: #f0f0f0;
    width: 100%;
    height: 20px;
    border-radius: 20px;
    position: relative;
}

#shipping--progress-percentage {
    color: #000000;
    position: absolute;
    font-weight: bold;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
}

#shipping--progress-counter {
    background: #6fb42f;
    width: 100%;
    height: 20px;
    border-radius: 20px;
    float: left;
    transition: all .5s ease;
}

#shipping--progress-counter.progress {
    background: #feb439;
}

#shipping--progress-title {
    margin-top: 0;
    font-weight: 600;
    text-align: left;
    font-size: 13px;
    color: #000;
    font-family: 'Nexa';
}
.checkout-index-index #shipping--progress-bar {
    width: 100%;
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.checkout-index-index #shipping--progress-wrapper {
    background: #e5e5e5;
}
@media only screen and (max-width: 770px) {
    #shipping--progress-title {
        font-weight: 400;
    }
}
p#shipping--disclaimer {
    margin-top: 0;
    text-align: left;
    font-size: 11px;
    color: #000;
    font-family: 'Nexa';
    padding: 10px 35px;
    font-style: italic;
    margin: 0;
}
