#lbpbs-progress-wrapper {
	display: inline-block;
	margin-top: 50px;
	max-width: 440px;
	width: 100%;
}

.woocommerce-cart #lbpbs-progress-wrapper {
	margin-top: 0;
	position: absolute;
	right: 20px;
	top: 30px;
}

.lbpbs-bar-bg {
	position: relative;
	background: var(--bg);
	height: 14px;
	border-radius: 100px;
}

.lbpbs-bar-fill {
	background: var(--turchese);
	height: 100%;
	width: 0%;
	border-radius: 100px;
	transition: width .3s ease-in-out;
}

.lbpbs-icon-wrapper {
	position: absolute;
	top: -60px;
	transition: left .3s ease-in-out;
}

.lbpbs-icon {
	width: 32px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.lbpbs-total {
	display: block;
	text-align: center;
	font-size: 15px;
	color: var(--blu);
	margin-top: 2px;
	font-weight: 600;
	width: 70px;
}

.lbpbs-message {
	color: #4caf50;
	font-weight: 800;
	margin-top: 8px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

p.lbpbs-message.lbpbs-message-manca {
	color: var(--blu);
	text-transform: initial;
	font-weight: 400;
}

@media (max-width: 992px) {

	.lbpbs-icon {
		width: 32px;
	}

	.lbpbs-total {
    font-size: 16px;
	}

}

@media (max-width: 576px) {

	.lbpbs-icon-wrapper {
    margin: 0 10px;
	}

}