/* Small round SALE badge on product images (Flatsome callout). */
.badge-container .badge-inner.on-sale,
.product-info .badge-inner.on-sale,
.product-gallery .badge-inner.on-sale {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 50%;
	background: #b20000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}

.badge-container .badge-inner.on-sale .onsale,
.product-info .badge-inner.on-sale .onsale,
.product-gallery .badge-inner.on-sale .onsale {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: transparent;
	color: #fff;
	padding: 0;
	line-height: 1;
}
