.btn.right:active,
.btn.right.active {
	color: #000 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.card_best_value::before{
	position: absolute;
	content: "Best Value";
	top: 5px;
	padding: 10px;
	right: 0px;
	width: 8rem;
	background-color: #0099ff;
	z-index: 12;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.card_most_popular::before{
	position: absolute;
	content: "Most Popular";
	top: 5px;
	padding: 10px;
	right: 0px;
	width: 10rem;
	background-color: #FFC300;
	z-index: 12;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	color: #000;
	font-size: 18px;
	text-align: center;
}

.card_sold_out::before{
	position: absolute;
	content: "Sold Out";
	top: 5px;
	padding: 10px;
	right: 0px;
	width: 10rem;
	background-color: #d63384;
	z-index: 12;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
