.block-free-shipping-progress-bar{
    display: flex;
    align-items: center;
}
.progress-bar-shipping{
    background: #FFFFFF;
    border-radius: 10px;
    height: 10px;
    display: flex;
    width: 100%;
}
.progress-bar-shipping-info{
    background: #000000;
    border-radius: 10px;
    height: 100%;
}
.progress-bar-shipping span{
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
}
.block-free-shipping-progress-bar span:first-child{
    margin-right: 5px;
}
.block-free-shipping-progress-bar span:last-child{
    margin-left: 5px;
}
.block-free-shipping-estimation{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 10px;
    font-family: 'avenir_roman';
    color:#000;
}
.block-free-shipping-infos{
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    align-items: center;
    margin-bottom: 16px;
    color:#000;
    
}
.block-free-shipping-infos img{
    margin-right: 10px;
}
.m4e_freeshippinginfos.block-free-shipping-progress-bar span{
    font-size: 11px;
        font-family: 'avenir_roman';
        color:#000;
        font-weight: 400;
}