.free-shipping-progress {
    width: 100%;
    background-color: #d6d6d6;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}
.progress-bar {
    height: 10px;
    background-color: #4caf50;
}