.botticelli-correios-pro-free-shipping-wrapper {
  width: 100%;
  padding: 10px 0;
}

.botticelli-correios-pro-free-shipping-legend {
  margin-bottom: 8px;
  font-size: 14px;
}

.botticelli-correios-pro-free-shipping-bar {
  position: relative;
  overflow: hidden;
  height: 25px;
  border-radius: 3px;
  text-align: center;
}

.botticelli-correios-pro-free-shipping-progress {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  white-space: nowrap;
}

.botticelli-correios-pro-free-shipping-progress span {
  width: 100%;
  text-align: center;
}

.botticelli-correios-pro-free-shipping-progress.is-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;
}

.botticelli-correios-pro-free-shipping-progress.is-animated {
  animation: botticelli-correios-pro-progress-stripes 2s linear infinite;
}

@keyframes botticelli-correios-pro-progress-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
