.item-tag-wrapper {
	display: inline-block;
	margin: auto;
}
.item-tag {
	background-color: orange;
	border-radius: 0 2px 2px 0;
	color: #fff !important;
	display: inline-block;
	font-size: 0.45em;
	line-height: 1.3;
	margin: 5px 10px 5px 10px;
	padding: 4px 8px;
	position: relative;
	text-transform: uppercase;
}
.item-tag:before {
	border-top: 12px solid transparent;
	border-right: 8px solid orange;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.item-tag:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 5px;
	position: absolute;
	top: 9px;
	left: -2px;
	width: 4px;
}
