/* ══════════════════════════════════════
   FREE SHIPPING BAR
   Path: /assets/css/free-shipping-bar.css
══════════════════════════════════════ */

.ma-fsb {
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin-bottom: 16px;
}

.ma-fsb__inner {
    max-width: 1254px;
    margin: 0 auto;
    padding: 14px 20px;
    border-radius: 10px;
}
.woocommerce-checkout .ma-fsb__inner{
    max-width:1224px !important;
}
.ma-fsb__msg {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #374151 !important;
    text-align: center !important;
    margin: 0 0 10px !important;
    line-height: 1.5 !important;
}

.ma-fsb__msg strong {
    color: #116190 !important;
    font-weight: 600 !important;
}

.ma-fsb__track {
    background: #dbe6ee;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
    width: 100%;
}

.ma-fsb__fill {
    height: 100%;
    border-radius: 999px;
    background: #116190;
    transition: width 0.4s ease;
}

.ma-fsb__fill.is-complete {
    background: #0a8a4a;
}

.ma-fsb__achieved {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #0a8a4a !important;
    margin-bottom: 10px !important;
    font-family: "Poppins", sans-serif !important;
}