.woocommerce span.onsale {
	min-width: 0;
	min-height: 0;
	top: 10px;
	left: 10px;
	padding: 0;
	width: 60px;
	height: 26px;
	background: var(--g5-color-primary);
	@include border-radius(3px);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	@include d-flex();
	@include align-items-center();
	@include justify-content-center();

}

.woocommerce ul.products li.product .onsale {
	top: 10px;
	left: 10px;
	margin: 0;
	right: auto;
}




/*------------*/
.g5shop__product-flash {
	padding: 0;
	width: 60px;
	height: 26px;
	background: var(--g5-color-primary);
	@include border-radius(3px);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	@include d-flex();
	@include align-items-center();
	@include justify-content-center();
	+ .g5shop__product-flash {
		margin-top: 5px;
	}

}

.on-featured{
	background-color: #e67a7a;
}

.on-new {
	background: #D3BF0B;
}