/* Free-shipping progress bar — mini-cart / dropdown */
body.parandeh-shipping-bar-off .wd-free-progress-bar {
	display: none !important;
}

.cart-widget-side.parandeh-side-cart .widget_shopping_cart {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.cart-widget-side.parandeh-side-cart .widget_shopping_cart_content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-height: 0 !important;
	height: auto !important;
	max-height: 100% !important;
	overflow: hidden !important;
}

.cart-widget-side.parandeh-side-cart .shopping-cart-widget-body {
	flex: 1 1 auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.cart-widget-side.parandeh-side-cart .shopping-cart-widget-footer {
	flex: 0 0 auto !important;
	position: relative !important;
	z-index: 5 !important;
	overflow: visible !important;
	margin-top: auto !important;
}

.cart-widget-side.parandeh-side-cart .wd-free-progress-bar,
.wd-dropdown-cart .wd-free-progress-bar {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 0 12px !important;
	padding: 12px 0 !important;
	border-top: 1px solid rgba(31, 66, 39, 0.12);
	border-bottom: 0;
}

.cart-widget-side.parandeh-side-cart .wd-free-progress-bar .progress-msg,
.wd-dropdown-cart .wd-free-progress-bar .progress-msg {
	display: block !important;
	visibility: visible !important;
	color: #1f4227 !important;
	font-size: 12.5px !important;
	font-weight: 700 !important;
	line-height: 1.55 !important;
}

.cart-widget-side.parandeh-side-cart .wd-free-progress-bar .progress-area,
.wd-dropdown-cart .wd-free-progress-bar .progress-area {
	display: block !important;
	margin-top: 8px !important;
	height: 10px !important;
	border-radius: 999px;
	background: rgba(62, 124, 74, 0.12) !important;
	overflow: hidden !important;
	direction: ltr;
}

.cart-widget-side.parandeh-side-cart .wd-free-progress-bar.wd-progress-hide .progress-area,
.wd-dropdown-cart .wd-free-progress-bar.wd-progress-hide .progress-area {
	display: none !important;
}

/* Woodmart adds margin-top:10px on .progress-bar which clips the fill inside our track */
.cart-widget-side.parandeh-side-cart .wd-free-progress-bar .progress-bar,
.wd-dropdown-cart .wd-free-progress-bar .progress-bar {
	display: block !important;
	margin: 0 !important;
	height: 100% !important;
	min-height: 10px !important;
	border-radius: 999px;
	background-color: #3e7c4a !important;
	background-image: linear-gradient(90deg, #3e7c4a, #2f5f38) !important;
}

/* Checkout / cart order-review free-shipping bar */
.woocommerce-checkout .wd-free-progress-bar,
.woocommerce-cart .wd-free-progress-bar {
	display: block !important;
	margin: 12px 0 !important;
}

.woocommerce-checkout .wd-free-progress-bar .progress-area,
.woocommerce-cart .wd-free-progress-bar .progress-area {
	display: block !important;
	margin-top: 8px !important;
	height: 10px !important;
	border-radius: 999px;
	background: rgba(62, 124, 74, 0.12) !important;
	overflow: hidden !important;
	direction: ltr;
}

.woocommerce-checkout .wd-free-progress-bar.wd-progress-hide .progress-area,
.woocommerce-cart .wd-free-progress-bar.wd-progress-hide .progress-area {
	display: none !important;
}

.woocommerce-checkout .wd-free-progress-bar .progress-bar,
.woocommerce-cart .wd-free-progress-bar .progress-bar {
	display: block !important;
	margin: 0 !important;
	height: 100% !important;
	min-height: 10px !important;
	border-radius: 999px;
	background-color: #3e7c4a !important;
	background-image: linear-gradient(90deg, #3e7c4a, #2f5f38) !important;
}
