.free-shipping-bar {
    margin: 15px 0;
}
.free-shipping-bar .bar {
    height: 10px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}
.free-shipping-bar .progress {
    height: 100%;
    background: var(--color-secondary);
    transition: width 0.3s;
}

.cart-free-shipping-notice{
    color: var(--color-secondary);
    font-weight:bold;
    margin-bottom:10px;
}