
/* list */
.picture {
	position: relative;
}
.picture .productListBadge {
	position: absolute;
	width: 70px;
	height: 69px;
	margin: 0;
	left: 15px;
	top: -5px;
}

/* details */
.details-info {
	position: relative;
}
.details-info .productListBadge {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 90px;
	height: 89px;
}