.phealthshop-free-shipping-banner {
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: bold;
}

.phealthshop-free-shipping-banner .icon {
    margin-right: 5px;
}

.phealthshop-free-shipping-timeline {
    background: #ddd;
    height: 6px;
    width: 80%;
    margin: 8px auto 0;
    border-radius: 3px;
    overflow: hidden;
}

.phealthshop-free-shipping-timeline .progress-bar {
    background: #4caf50;
    height: 100%;
    width: 0%;
    transition: width 0.5s ease;
}
