.w21-discount-badge{
	position:absolute;
	top:12px;
	left:12px;
	z-index:20;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:auto;
	min-height:auto;
	padding:8px 12px;
	border-radius:999px;
	background:#111;
	color:#fff;
	font-size:13px;
	font-weight:700;
	line-height:1.2;
	text-transform:none;
	box-shadow:0 2px 8px rgba(0,0,0,.18);
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.single-product div.product{
	position:relative;
}
.single-product .w21-discount-badge{
	top:16px;
	left:16px;
}
@media (max-width: 768px){
	.w21-discount-badge{
		top:8px;
		left:8px;
		padding:6px 9px;
		font-size:11px;
	}
}


/* Category cards */
.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category{
	position:relative;
}
.woocommerce ul.products li.product-category .w21-category-discount-badge,
.woocommerce-page ul.products li.product-category .w21-category-discount-badge{
	position:absolute;
	top:12px;
	left:12px;
	z-index:30;
}
