.wl-promotions-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #F35E19;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	z-index: 10;
	text-transform: uppercase;
	pointer-events: none;
}
.woocommerce span.onsale.wl-orange{
	background: #F35E19;
}

.wl-promotions-badge-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: visible;
}

.woocommerce ul.products li.product .wl-promotions-badge-wrapper {
	position: relative;
}

/* Single product page - ensure badge is not clipped */
.woocommerce div.product .wl-promotions-badge-wrapper {
	overflow: visible;
}

.woocommerce div.product .wl-promotions-badge-wrapper img {
	display: block;
}

/* .woocommerce div.product .wl-promotions-badge-wrapper .onsale.wl-orange {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
} */

/* Hide badge inside cart table items only */
.woocommerce-cart table.shop_table .onsale.wl-orange {
	display: none !important;
}

