/* FREE SHIPPING BAR PL */
.fsb-wrapper{background:#ff8c00;color:#fff;padding:20px;border-radius:12px;margin:25px 0;text-align:center;}
.fsb-wrapper strong{font-size:22px;}
.fsb-progress{background:rgba(255,255,255,.35);border-radius:20px;height:10px;margin:12px auto;max-width:420px;overflow:hidden;}
.fsb-progress-fill{background:#fff;height:100%;transition:width .3s ease;}
.fsb-subtext{font-size:13px;opacity:.9;}
.fsb-wrapper.reached{background:#2ecc71;}
.fsb-text.success{font-size:18px;font-weight:600;}
