.badge {
	border-radius: 35px;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	color: var(--color-base-button-text-hover);
	padding: 3px 8px;
	text-transform: capitalize;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	right: auto;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	bottom: auto;
	top: 12px;
	left: 12px;
	background-color: #ff0000;
}