.fsp-free-shipping {
  width: 100%;
  margin: 10px 0 5px;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.fsp-shipping-options {
  margin-bottom: 9px;
  font-size: 13px;
  opacity: .88;
}

.fsp-shipping-options .fsp-separator {
  margin: 0 6px;
  opacity: .55;
}

.fsp-message {
  margin-bottom: 8px;
}

.fsp-success {
  font-weight: 600;
}

.fsp-progress {
  width: 100%;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9ecef;
}

.fsp-progress-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #28a745;
  transition: width .25s ease;
}

.fsp-threshold {
  margin-top: 5px;
  font-size: 12px;
  opacity: .72;
}
