.free-shipping-box {
    padding:15px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:8px;
}

.progress{
    margin-top:12px;
    height:8px;
    background:#ddd;
    border-radius:30px;
    overflow:hidden;
}

.progress span{
    display:block;
    height:100%;
    width:0;
    background:#4caf50;
    border-radius:30px;
    transition:width .4s ease;
}
