.fergu-free-shipping-progress,
.fergu-product-shipping-notice,
.fergu-modal-free-shipping {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}

.fergu-free-shipping-progress {
  margin: 18px 0;
  padding: 14px 16px;
  text-align: center;
}

.ffs-message {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.35;
}

.ffs-track,
.ffs-modal-track {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 999px;
  overflow: hidden;
}

.ffs-fill,
.ffs-modal-fill {
  display: block;
  height: 100%;
  background: #111;
  border-radius: 999px;
  transition: width .25s ease;
}

.ffs-threshold,
.ffs-modal-threshold {
  margin-top: 8px;
  font-size: 12px;
  opacity: .72;
}

.fergu-product-shipping-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 4px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.3;
}

.fergu-product-shipping-icon {
  font-size: 18px;
}

#blockcart-modal .fergu-modal-free-shipping {
  display: block;
  visibility: visible;
  opacity: 1;
  margin: 14px 0 12px;
  padding: 12px 14px;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  text-align: center;
}

#blockcart-modal .ffs-modal-message {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.35;
}

#blockcart-modal .ffs-modal-track {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 999px;
  overflow: hidden;
}

#blockcart-modal .ffs-modal-fill {
  display: block;
  height: 100%;
  background: #111;
  border-radius: 999px;
}

#blockcart-modal .ffs-modal-threshold {
  margin-top: 8px;
  font-size: 12px;
  opacity: .72;
}

@media (max-width: 767px) {
  .fergu-free-shipping-progress {
    margin: 12px 0;
    padding: 12px;
  }

  #blockcart-modal .fergu-modal-free-shipping {
    padding: 10px 12px;
  }
}
