.mldr-progress {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 58px;
	margin: 12px 0;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid var(--ml-primary-sides, var(--ml-green-sides, #c4dcc2));
	border-radius: 6px;
	background: var(--ml-primary-light, var(--ml-light-green, #e7f1e6));
	color: #303630;
	font-family: Rajdhani, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .025em;
	text-align: center;
	text-transform: uppercase;
	transition: border-color .25s ease, background-color .25s ease, opacity .2s ease;
}

.mldr-progress.is-updating .mldr-progress__content {
	opacity: .38;
	transform: translateY(2px);
}

.mldr-progress.is-tier-change {
	border-color: var(--ml-primary, var(--ml-green, #86b882));
}

.mldr-progress__content {
	max-width: 100%;
	overflow-wrap: anywhere;
	transition: opacity .2s ease, transform .2s ease;
}

.mldr-progress__savings {
	display: inline-block;
	margin-left: .25em;
	font-weight: 700;
}

.mldr-progress .woocommerce-Price-amount {
	font: inherit;
	font-weight: 700;
	color: inherit;
}

.mldr-progress button,
.mldr-progress .button {
	border-radius: 6px;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.mldr-progress-host {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
}

.mldr-progress-host--product {
	grid-column: 1 / -1;
}

.mlmc-footer .mldr-progress-host--mini-cart .mldr-progress {
	margin: 0 0 8px;
	min-height: 46px;
	padding: 6px 10px;
	font-size: 14px;
}

.mldr-savings-row td strong,
.mldr-savings-row td small {
	display: block;
}

.mldr-savings-row {
	font-family: Rajdhani, sans-serif;
	text-transform: uppercase;
}

.mldr-savings-row td strong {
	color: var(--ml-primary-hover, var(--ml-green-hover, #689c64));
}

.mldr-savings-row td small {
	margin-top: 2px;
	font-size: .82em;
	font-weight: 500;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.mldr-progress {
		min-height: 70px;
		margin: 10px 0;
		padding: 11px 12px;
		font-size: 15px;
	}

	.mldr-progress__savings {
		display: block;
		margin: 3px 0 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mldr-progress,
	.mldr-progress__content,
	.mldr-progress button,
	.mldr-progress .button {
		transition: none;
	}
}
