.nomeda-free-shipping-hint {
	margin: 0 0 var(--mini-cart-items-spacing, 15px);
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(90, 97, 53, 0.10);
	color: #5A6135;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

.xoo-wsc-ft-totals .nomeda-free-shipping-hint {
	margin: 10px 0 0;
}

.nomeda-free-shipping-hint__text {
	margin: 0;
}

.nomeda-free-shipping-hint__bar {
	margin-top: 8px;
	height: 7px;
	border-radius: 999px;
	background: rgba(90, 97, 53, 0.18);
	overflow: hidden;
}

.nomeda-free-shipping-hint__fill {
	display: block;
	height: 100%;
	width: var(--nomeda-progress, 0%);
	background: #5A6135;
	border-radius: 999px;
}

.nomeda-free-shipping-checkout-row td {
	border: 0;
	padding: 10px 0 14px;
}

.nomeda-free-shipping-checkout-row .nomeda-free-shipping-hint {
	margin: 0;
}

.nomeda-free-shipping-cart-row td {
	border: 0;
	padding: 10px 0 14px;
}

.nomeda-free-shipping-cart-row .nomeda-free-shipping-hint {
	margin: 0;
}

.nomeda-free-shipping-hint .amount {
	font-weight: 600;
}


