.label-blufriday{
	position: absolute; 
	left: -94px; 
	z-index: 22222; width:94px;
	height:82px;min-width: 82px;    
	top: 30px;    
	min-height: 94px;}			
.col-3-3 {
	position: relative
}
.uova-1, .uova-2, .uova-3 {
	position: absolute;
	right: -122px;
	color: yellow;
	border: 1px dashed #0a4d6d;
	background: white;
	box-shadow: 2px 2px 11px #929292;
	z-index: 22222;
}
.uova-1 .scopri {
	background: #0a4d6d;
	color: #FFEB3B
}
.uova-2 .scopri {
	background: #0a4d6d;
	color: green
}
.uova-3 .scopri {
	background: #0a4d6d;
	color: orange
}
.uova-1 .scopri span {
	color: #FFEB3B
}
.uova-2 .scopri span {
	color: yellowgreen
}
.uova-3 .scopri span {
	color: orange
}
.codice-1 {
	background: #FFEB3B;
	color: #555
}
.codice-2 {
	background: yellowgreen;
	color: white
}
.codice-3 {
	background: orange;
	color: white
}
.pad-30-10{
	padding:30px 0px 10px 0px}

@media screen and (max-width: 1100px) {
.uova-1, .uova-2, .uova-3 {
	position: relative;
	color: yellow;
	border: 1px dashed #0a4d6d;
	background: white;
	box-shadow: 2px 2px 11px #929292;
	z-index: 22222;
	width: 100%;
	text-align: center;
	right: 0px;
}
.uova-1 img, .uova-2 img, .uova-3 img {
	width: 44px;
}
.uova-1 .hover, .uova-2 .hover, .uova-3 .hover {
	text-align: center;
	width: 100%;
}
}
@media screen and (max-width: 450px) {
.label-blufriday {
position: relative;
    left: 0px;
	top: 0px;}
	}	