.topski-cart-progress-bar__wrapper {
	width: 100%;
	background: #fff;
	padding: 25px 25px 20px 25px !important;
	border: 5px solid #333 !important;
}

.topski-cart-progress-bar__text {
	color: #1d1d1b;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 12px;
}

.topski-cart-progress-bar__wrapper .woocommerce-Price-amount.amount {
	display: inline !important;
	font-size: 1em !important;
	font-weight: bold;
}

.topski-cart-progress-bar__track {
	width: 100%;
	height: 1.5rem;
	background: #ededed;
	border-radius: 0.5em;
	overflow: hidden;
}

.topski-cart-progress-bar__fill {
	height: 100%;
	background: #f00000;
	border-radius: 0.5em;
	transition: width 0.3s ease-in-out;
}

@media (max-width: 768px) {
	.topski-cart-progress-bar__wrapper {
		padding: 15px 15px 10px 15px;
	}
}

/* Minicart sidebar override (see minicart.js) - narrower footer area, own border instead of the default one */
.topski-cart-progress-bar__wrapper.topski-cart-progress-bar__wrapper--minicart {
	border: none !important;
	border-top: 0.1em solid rgb(238, 238, 238) !important;
}