.freeship-progress {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .freeship-progress {
    padding: 16px 0;
  }
}
.freeship-progress .freeship-text {
  color: #000;
  margin-bottom: 0;
  max-width: 100%;
}
.freeship-progress .freeship-text p {
  margin-bottom: 0;
}
.freeship-progress p.upsell {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .freeship-progress p.upsell {
    text-align: left;
  }
}
.freeship-progress p .freeship-price {
  color: red;
  font-weight: 600;
}
.freeship-progress p .freeship-bold {
  font-weight: 600;
}
.freeship-progress .freeship-progress-bar-wrapper {
  color: #000;
}
.freeship-progress .freeship-progress-bar-wrapper span {
  display: inline-block;
}
.freeship-progress .freeship-progress-bar-wrapper span.min {
  width: 17px;
}
.freeship-progress .freeship-progress-bar-wrapper span.max {
  width: 33px;
  text-align: right;
}
.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-bg {
  background-color: rgba(0, 0, 0, 0.1);
  height: 8px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-fill {
  height: 8px;
  display: block;
  border-radius: 3px;
  animation-name: shippingProgressBar;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  -webkit-animation: shippingProgressBar 1.25s 1;
  animation: shippingProgressBar 1.25s 1;
  transition: width 0.667s cubic-bezier(0.37, 0.16, 0.22, 0.89);
}
.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-progress {
  background: #00b052;
}
.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar {
  margin: 0 auto;
  width: calc(100% - 58px);
  display: inline-block;
}
@-webkit-keyframes shippingProgressBar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shippingProgressBar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FVibedokan%5C%2Fvibedokan%5C%2Fen_US%5C%2FChrisMallory_FreeShippingProgressBar%5C%2Fcss%5C%2Fcustom.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACI%2CaAAA%3BEAEA%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAKA%2CmBAJqC%3BEAIrC%3BIAHI%2CeAAA%3B%3B%3BAANR%2CkBASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAZR%2CkBASI%2CeAKI%3BEACI%2CgBAAA%3B%3BAAKJ%2CkBADJ%2CEACK%3BEACG%2CkBAAA%3B%3BAAIJ%2CmBAHyC%3BEAGzC%2CkBANJ%2CEACK%3BIAGO%2CgBAAA%3B%3B%3BAAvBhB%2CkBAmBI%2CEAQI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAA7BZ%2CkBAmBI%2CEAaI%3BEACI%2CgBAAA%3B%3BAAjCZ%2CkBAqCI%3BEACI%2CWAAA%3B%3BAAtCR%2CkBAqCI%2C%2BBAGI%3BEACI%2CqBAAA%3B%3BAAEA%2CkBANR%2C%2BBAGI%2CKAGK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBAVR%2C%2BBAGI%2CKAOK%3BEACG%2CWAAA%3BEACA%2CiBAAA%3B%3BAAjDhB%2CkBAqCI%2C%2BBAgBI%3BEACI%2CoCAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3DZ%2CkBAqCI%2C%2BBAyBI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CyBAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2C8CAAA%3BEACA%2CsCAAA%3BEACA%2CyBAAwB%2CoCAAxB%3B%3BAA5EZ%2CkBAqCI%2C%2BBA0CI%3BEACI%2CmBAAA%3B%3BAAhFZ%2CkBAqCI%2C%2BBA8CI%3BEACI%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAGR%3BEACI%3BIACI%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CWAAW%2CaAAX%22%7D */