.jkc-shipping-progress {
  margin: 1.5em 0;
  /* padding: 1em; */
  padding: 0;
  /* background: #f8f9fa; */
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  /* background-color: yellow; */
}
.jkc-shipping-progress td {
  padding: 0 !important;
  width: 100% !important;
}
.jkc-shipping-text {
  margin-bottom: 0.6em;
  text-align: left;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem; /* 12px */
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
}

.jkc-shipping-progress-bar {
  position: relative;
  background: #edd1d1;
  border-radius: 0;
  height: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.jkc-shipping-progress-fill {
  background: #be9393;
  height: 100%;
  width: 0;
  border-radius: 0;
  transition: width 0.4s ease, background 0.4s ease;
}

.jkc-shipping-progress.free .jkc-shipping-progress-fill {
  background: #be9393;
}

.jkc-shipping-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4em;
  font-size: 0.85rem;
  color: #666;
}
