.fsh-product-price-wrap{
	display:flex;
	align-items:center;
	width:100%
}
.fsh-product-price-box{
	display:inline-flex;
	align-items:center;
	justify-content:flex-start;
	gap:12px;
	width:fit-content;
	max-width:100%;
	box-sizing:border-box;
	direction:rtl;
	line-height:1.1
}
.fsh-current-price{
	display:inline-flex;
	align-items:baseline;
	gap:4px;
	margin:0;
	padding:0;
	color:#e89400;
	font-size:42px;
	font-weight:800;
	line-height:1;
	text-decoration:none;
	white-space:nowrap
}
.fsh-current-price .woocommerce-Price-currencySymbol{
	color:inherit;
	font-size:.66em;
	font-weight:700;
	margin-inline-end:4px
}
.fsh-old-price{
	display:inline-flex;
	align-items:baseline;
	gap:3px;
	margin:0;
	padding:0;
	color:#73798a;
	font-size:24px;
	font-weight:500;
	line-height:1;
	text-decoration-line:line-through;
	text-decoration-thickness:1.5px;
	text-decoration-color:#73798a;
	white-space:nowrap
}
.fsh-old-price .woocommerce-Price-currencySymbol{
	font-size:.8em;
	margin-inline-end:3px
}
.fsh-saving-badge{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin:0;
	padding:7px 14px;
	background:#10d20c;
	color:#fff;
	border-radius:999px;
	font-size:18px;
	font-weight:800;
	line-height:1;
	white-space:nowrap
}
.fsh-saving-badge[hidden]{
	display:none!important
}
.fsh-price-order-current_old_saving .fsh-product-price-box{
	flex-direction:row-reverse
}
.fsh-price-order-old_current_saving .fsh-saving-badge{order:3}
.fsh-price-order-old_current_saving .fsh-old-price{order:1}
.fsh-price-order-old_current_saving .fsh-current-price{order:2}
.fsh-price-order-saving_current_old .fsh-saving-badge{order:1}
.fsh-price-order-saving_current_old .fsh-current-price{order:2}
.fsh-price-order-saving_current_old .fsh-old-price{order:3}
.fsh-price-wrap-yes .fsh-product-price-box{
	flex-wrap:wrap
}
.fsh-price-notice{
	padding:14px;
	border:1px dashed #d9d1c2;
	border-radius:10px;
	text-align:center;
	background:#fff
}
@media(max-width:767px){
	.fsh-product-price-box{
		gap:8px
	}
	.fsh-current-price{
		font-size:32px
	}
	.fsh-old-price{
		font-size:18px
	}
	.fsh-saving-badge{
		font-size:14px;
		padding:6px 11px
	}
}
