/* Tecactiva - Bivi | Free Shipping Bar */

.tca-bivi-free-shipping-bar {
	padding: 12px 0 18px;
	text-align: center;
	box-sizing: border-box;
}

.tca-bivi-free-shipping-bar__label {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .3px;
	margin-bottom: 12px;
}

.tca-bivi-free-shipping-bar__track {
	position: relative;
	height: 6px;
	background: #000;
	border-radius: 3px;
	margin: 0;
}

.tca-bivi-free-shipping-bar__fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #000;
	border-radius: 3px;
	transition: width .3s ease;
}

.tca-bivi-free-shipping-bar__icon {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: left .3s ease;
}

.tca-bivi-free-shipping-bar__icon svg {
	width: 20px;
	height: 20px;
}

.tca-bivi-free-shipping-bar__goal-label {
	font-size: 11px;
	text-align: right;
	margin: 6px 0 0;
	letter-spacing: .3px;
}