:root {
	--rz-background-color-primary: #FF6F61;
	--rz-background-color-gray: #f5f5f5;
}
.razzi-free-shipping-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.razzi-free-shipping-bar__message {
	width: 100%;
	margin-bottom: 10px;
}

.razzi-free-shipping-bar__message strong {
	color: #111;
}

.razzi-free-shipping-bar__progress {
    width: calc(100% - 60px);
    background-color: var(--rz-background-color-gray);
	display: flex;
	height: 7px;
}

.razzi-free-shipping-bar__progress-bar {
    background-color: var(--rz-background-color-primary);
    background-image: linear-gradient(135deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
	height: 100%;
	position: relative;
}

.razzi-free-shipping-bar__percent-value {
	font-size: 13px;
	font-weight: 500;
	width: 50px;
	text-align: right;
	margin-top: -5px;
}

.rtl .razzi-free-shipping-bar__percent-value {
	text-align: left;
}

.woocommerce-cart .razzi-free-shipping-bar,
.woocommerce-checkout .razzi-free-shipping-bar {
	border-bottom: 1px solid var(--rz-border-color-light);
	padding-bottom: 25px;
}

.woocommerce-checkout .razzi-free-shipping-bar {
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.single-product .razzi-free-shipping-bar {
	border-bottom: 1px solid var(--rz-border-color-light);
	padding-bottom: 15px;
	margin-bottom: 5px;
}

.single-product  .product-type-variable .razzi-free-shipping-bar {
	margin-bottom: 20px;
}

.cart-modal .razzi-free-shipping-bar,
.rz-popup-add-to-cart .razzi-free-shipping-bar {
	padding-top: 30px;
	padding-bottom: 10px;
    margin-bottom: -15px;
	border-bottom: 1px solid var(--rz-border-color-light);
}

.rz-popup-add-to-cart .razzi-free-shipping-bar  {
	padding-top: 20px;
}