#fkcart-modal .ep-core-fkcart-shipping-progress {
	flex: 0 0 auto;
	margin: 10px 16px 14px;
	padding: 13px 14px 12px;
	border: 1px solid #c9d9e9;
	border-radius: 14px;
	background: #f4f8fc;
	color: #102f50;
	box-shadow: 0 5px 16px rgba(16, 47, 80, 0.07);
}

#fkcart-modal .ep-core-fkcart-shipping-progress.is-unlocked {
	border-color: #a9d7ca;
	background: #f1faf7;
}

#fkcart-modal .ep-core-fkcart-shipping-progress__message,
#fkcart-modal .ep-core-fkcart-shipping-progress__detail {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-style: normal;
	text-transform: none;
}

#fkcart-modal .ep-core-fkcart-shipping-progress__message {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}

#fkcart-modal .ep-core-fkcart-shipping-progress__message .woocommerce-Price-amount {
	font: inherit;
	color: inherit;
}

#fkcart-modal .ep-core-fkcart-shipping-progress__track {
	position: relative;
	display: block;
	width: 100%;
	height: 8px;
	margin: 9px 0 7px;
	overflow: hidden;
	border-radius: 999px;
	background: #dbe6f0;
}

#fkcart-modal .ep-core-fkcart-shipping-progress__fill {
	display: block;
	height: 100%;
	max-width: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #2b88c1 0%, #1f6fa4 100%);
	transition: width 280ms ease;
}

#fkcart-modal .ep-core-fkcart-shipping-progress.is-unlocked .ep-core-fkcart-shipping-progress__fill {
	background: #23866a;
}

#fkcart-modal .ep-core-fkcart-shipping-progress__detail {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	opacity: 0.82;
}

#fkcart-modal .ep-core-fkcart-shipping-progress__detail .woocommerce-Price-amount {
	font: inherit;
	color: inherit;
}

@media (prefers-reduced-motion: reduce) {
	#fkcart-modal .ep-core-fkcart-shipping-progress__fill {
		transition: none;
	}
}

@media screen and (max-width: 480px) {
	#fkcart-modal .ep-core-fkcart-shipping-progress {
		margin-top: 8px;
		padding: 12px 13px 11px;
	}
}
