.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%;
	white-space: nowrap;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

.infixs-correios-automatico-free-shipping-progress span {
	width: 100%;
	text-align: center;
}

.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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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%;
}