.avh_woo_left_free_shipping {
    text-align:center;
    padding:15px;
}
.avh_woo_left_free_shipping p {
    padding:0;
    margin:0;
}
.avh_woo_left_free_shipping .avh_woo_left_free_shipping_title {
    font-weight:bold;
}
.avh_woo_left_free_shipping_progress.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(176, 211, 86, 0.3);
    border-radius: .25rem;
    height:3px;
}
.avh_woo_left_free_shipping_progress .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #B0D356;
    transition: width .6s ease;
}