.flag-discount{
	border: 3px #ffc107 solid;
	position: relative;
	height: 70px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.flag-discount-value{
	margin-top: -5px;
	background: white;
	position: absolute;
	height: 80px;
	width: 80%;
	display: flex;
    justify-content: center;
    align-items: center;    
    color: #ffcb0f;
}

.flag-discount-value-text{
	font-size: 18px;
}

.flag-discount-value-text-perc{
	font-size: 18px;
}
