.infixs-correios-automatico-free-shipping-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.infixs-correios-automatico-free-shipping-legend {
  margin-bottom: 8px;
  font-size: 14px;
}
.infixs-correios-automatico-free-shipping-bar {
  background-color: #dfe5e9;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 25px;
}
.infixs-correios-automatico-free-shipping-progress {
  background-color: #a3a3ff;
  height: 100%;
}
.infixs-correios-automatico-free-shipping-progress.infixs-correios-automatico-free-shipping-progress-animate {
  animation: infixs-correios-automatico-shipping-bar-progress-stripes 2s linear
    infinite;
}
.infixs-correios-automatico-free-shipping-progress.infixs-correios-automatico-free-shipping-progress-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.infixs-correios-automatico-free-shipping-progress-title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@keyframes infixs-correios-automatico-shipping-bar-progress-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
