#free-shipping-progress {
    width: 150px;
    background-color: #ddd;
    float:left;
    margin-right:5px;
    border-radius:5px;
    display:none;
}

#progress-bar {
    height: 20px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 20px;
    color: white;
    float:left;
    width: 165px;
    border-radius: 5px;
    transition: width 1s ease;
}
.header-top .header-left {
    width:300px;
}