.def-free-shipping-product-notice {
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 14px 16px;
	border: 1px solid #d8d2cd;
	border-radius: 4px;
	background: #eefae8;
	color: #2e2a27;
	font-size: 14px;
	line-height: 1.45;
}

.def-free-shipping-product-notice.is-free {
	border-color: #9eb89a;
	background: #f4faf3;
}

.def-free-shipping-product-notice__label {
	font-weight: 600;
}

.def-free-shipping-product-notice__values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
	font-size: 12px;
	color: #615a55;
}

.def-free-shipping-product-notice__values span {
	display: flex;
	align-items: baseline;
	gap: 5px;
	min-width: 0;
	white-space: nowrap;
}

.def-free-shipping-product-notice__values strong {
	color: #2e2a27;
	font-size: 14px;
	font-weight: 700;
}

.def-free-shipping-product-notice__progress {
	position: relative;
	height: 20px;
	margin-top: 34px;
	border-radius: 999px;
	background: #e7e0db;
}

.def-free-shipping-product-notice__progress-current,
.def-free-shipping-product-notice__progress-projected,
.def-free-shipping-product-notice__progress-excess {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	border-radius: inherit;
}

.def-free-shipping-product-notice__progress-current {
	z-index: 3;
	background: #996175;
}

.def-free-shipping-product-notice__progress-projected {
	z-index: 1;
	background: #c9aa74;
}

.def-free-shipping-product-notice__progress-excess {
	z-index: 2;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #f0c94a;
	-webkit-mask-image: radial-gradient(circle 10px at 0 50%, transparent 9px, #000 10px);
	mask-image: radial-gradient(circle 10px at 0 50%, transparent 9px, #000 10px);
}

.def-free-shipping-product-notice.is-free .def-free-shipping-product-notice__progress-projected {
	background: #77a66f;
}

.def-free-shipping-product-notice__marker {
	position: absolute;
	z-index: 3;
	top: -8px;
	max-width: 98px;
	padding: 3px 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #2e2a27;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
	transform: translate(-100%, -100%);
	box-shadow: 0 1px 4px rgba(46, 42, 39, 0.18);
}

.def-free-shipping-product-notice__marker::after {
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-top: 6px solid rgba(255, 255, 255, 0.92);
	border-left: 6px solid transparent;
	content: "";
}

.def-free-shipping-product-notice__marker.is-current {
	background: #fff7fb;
	border-bottom-right-radius: 0;
	color: #704354;
}

.def-free-shipping-product-notice__marker.is-current::after {
	border-top-color: #fff7fb;
}

.def-free-shipping-product-notice__marker.is-current.is-leading {
	border-bottom-right-radius: 999px;
	border-bottom-left-radius: 0;
	transform: translate(0, -100%);
}

.def-free-shipping-product-notice__marker.is-current.is-leading::after {
	right: auto;
	left: 0;
	border-right: 6px solid transparent;
	border-left: 0;
}

.def-free-shipping-product-notice__marker.is-threshold {
	background: #ffffff;
	border-bottom-right-radius: 0;
	color: #4e6f49;
}

.def-free-shipping-product-notice__marker.is-threshold::after {
	border-top-color: #ffffff;
}

.def-free-shipping-product-notice__marker.is-projected {
	background: #fff8ec;
	color: #72582d;
	top: 50%;
	padding-top: 2px;
	padding-bottom: 2px;
	transform: translate(-100%, -50%);
}

.def-free-shipping-product-notice__marker.is-projected::after {
	display: none;
}

.def-free-shipping-product-notice.is-free .def-free-shipping-product-notice__marker.is-projected {
	background: #f3fff1;
	color: #4e6f49;
}

@media (max-width: 480px) {
	.def-free-shipping-product-notice__values {
		grid-template-columns: 1fr;
	}

	.def-free-shipping-product-notice__values span {
		white-space: normal;
	}

	.def-free-shipping-product-notice__marker {
		max-width: 78px;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 10px;
	}
}

.def-free-shipping-sidecart-notice {
	margin: 12px 0;
	padding: 12px;
	border: 1px solid #d8d2cd;
	border-radius: 4px;
	background: #eefae8;
	color: #2e2a27;
	font-size: 13px;
	line-height: 1.35;
}

.xoo-wsc-footer .def-free-shipping-sidecart-notice,
.widget_shopping_cart_content .def-free-shipping-sidecart-notice {
	margin-right: 16px;
	margin-left: 16px;
}

.def-free-shipping-sidecart-notice.is-free {
	border-color: #9eb89a;
	background: #f4faf3;
}

.def-free-shipping-sidecart-notice__label {
	font-weight: 700;
}

.def-free-shipping-sidecart-notice__progress {
	height: 8px;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: #e7e0db;
}

.def-free-shipping-sidecart-notice__progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #996175;
}

.def-free-shipping-sidecart-notice.is-free .def-free-shipping-sidecart-notice__progress span {
	background: #77a66f;
}

.def-free-shipping-sidecart-notice__values {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-top: 7px;
	color: #615a55;
	font-size: 12px;
	font-weight: 700;
}

.def-free-shipping-sidecart-notice__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	padding: 8px 12px;
	border-radius: 4px;
	background: #996175;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.def-free-shipping-sidecart-notice__button:hover,
.def-free-shipping-sidecart-notice__button:focus {
	background: #704354;
	color: #ffffff !important;
	text-decoration: none;
}

.def-free-shipping-checkout-notice {
	padding: 12px 14px;
	border: 1px solid #d8d2cd;
	border-radius: 4px;
	background: #eefae8;
	color: #2e2a27;
	font-size: 14px;
	line-height: 1.4;
}

.def-free-shipping-checkout-notice.is-free {
	border-color: #9eb89a;
	background: #f4faf3;
}

.def-free-shipping-checkout-notice-row td {
	padding: 12px 0 !important;
}

.def-free-shipping-cart-notice-row td {
	border-top: 0 !important;
}

.def-free-shipping-checkout-notice-row .def-free-shipping-checkout-notice {
	margin: 0;
}

.woocommerce-info .def-free-shipping-checkout-notice,
.woocommerce-message .def-free-shipping-checkout-notice,
.woocommerce-notice .def-free-shipping-checkout-notice {
	margin: -6px 0;
}

.def-free-shipping-checkout-notice__label {
	font-weight: 700;
	text-align: center;
}

.def-free-shipping-checkout-notice__progress {
	height: 10px;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 999px;
	background: #e7e0db;
}

.def-free-shipping-checkout-notice__progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #996175;
}

.def-free-shipping-checkout-notice.is-free .def-free-shipping-checkout-notice__progress span {
	background: #77a66f;
}

.def-free-shipping-checkout-notice__values {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 8px;
	color: #615a55;
	font-size: 12px;
}

.def-free-shipping-checkout-notice__values span {
	display: inline-flex;
	gap: 5px;
	align-items: baseline;
}

.def-free-shipping-checkout-notice__values strong {
	color: #2e2a27;
	font-size: 13px;
}

.def-free-shipping-checkout-notice__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	padding: 9px 14px;
	border-radius: 4px;
	background: #996175;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.def-free-shipping-checkout-notice__button:hover,
.def-free-shipping-checkout-notice__button:focus {
	background: #704354;
	color: #ffffff !important;
	text-decoration: none;
}

.def-free-shipping-rate-badge {
	display: inline-flex;
	align-items: center;
	margin-left: 6px;
	padding: 3px 7px;
	border-radius: 999px;
	background: #f4faf3;
	color: #4e6f49;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.def-free-shipping-checkout-notice__values {
		flex-direction: column;
		gap: 4px;
	}
}
