.sticker-sale-container {
	top: 0;
	left: 0;
}

.sticker-sale {
	background-color: #000000!important;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Arial;
	color: #ffffff;
	border-radius: 30px;
	font-weight: bold;
}

#commodity-show-image .sticker-sale {
	display:none;
	background-color: #000000!important;
	width: 80px;
	height: 80px;
	margin: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	color: #ffffff;
	border-radius: 70px;
	font-weight: bold;
}
.sticker-bred-container {
	top: 0;
	right: 0;
}

.sticker>.sticker-bred .sticker-sale {
	background-color: #000000!important;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Arial;
	color: #b5a4a6;
	border-radius: 30px;
	font-weight: bold;
}

.sticker>.sticker-bred #commodity-show-image .sticker-sale {
	display:none;
	background-color: #000000!important;
	width: 80px;
	height: 80px;
	margin: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	color: #b5a4a6;
	border-radius: 70px;
	font-weight: bold;
}