.specialPercent {
	/* display: inline-block;
	background-color: #DD4141;
	color: #fff;
	font-size: .86em;
	font-weight: normal;
	height: 20px;
    line-height: 20px;
	padding: 0 8px;
	position: absolute;
	text-shadow: none;
	text-align: center;
    text-transform: uppercase;
	top: 2px;
	left: 0px;
	z-index:1; */
	
	display: inline-block;
color: #fff;
padding: 6px 12px;
position: absolute;
text-shadow: none;
text-align: center;
text-transform: uppercase;
background: #C1402B;
color: #fff;
font-weight: bold;
font-size: 14px;
width: max-content;
padding: 7px;
/* top: -5px;
left: -10px; */
right:0px;
border-radius: 5px;
box-shadow: 0px 0px 4px #888;
z-index: 2;
}
.box-product > div {position:relative;}

.product-grid .image {
	position:relative;
}
.product-list .image {
	position:relative;
}
.product-info .image {
	position:relative;
}