/* ---------- Kallithea: minimal free shipping progress bar ---------- */
.kh-fsb {
    margin: 0 0 18px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #ececec;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 100%;
}
.kh-fsb__text {
    margin: 0 0 8px 0 !important;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.3px;
    line-height: 1.4;
    text-align: left;
}
.kh-fsb__text--success {
    color: #2c2c2c;
    font-weight: 500;
}
.kh-fsb__track {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    overflow: hidden;
}
.kh-fsb__fill {
    height: 100%;
    background: #2c2c2c;
    transition: width 0.6s ease-out;
}
