.br_alabel > span {
	padding: 0;
	font-weight: bold;
	display: inline-block;
	overflow: visible;
	text-overflow: clip;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid transparent;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.br_alabel > span b {
	color: inherit;
}

.br_alabel img {
	display: block;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce .product span.onsale {
	padding: 0;
	z-index: 100;
}