#sconto01 {border-radius: 6px;}
#sconto01 .box_core01_sti {padding:15px;}
#sconto01 .box_core01_sti P {font-size: 16px;}
#sconto01 .box_core01_sti IMG {display: block!important; width: 100%;}
.velina_sconto {position: fixed; top:0px; left:0px; z-index: 500; cursor: pointer;}
#sconto_nascosta {display: none;}

#box_sconto01 {
	cursor:pointer;
	padding: 15px;
	width:calse(100% - 30px);
} 

#sconto_nascosta .form_sconto {
    padding: 15px;
}

#sconto_nascosta .riga_form_sconto {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

#sconto_nascosta .label {
    float: left;
    width: 50%;
    padding-top: 5px;
}

#sconto_nascosta .input {
    float: left;
    width: 100%;
}


#sconto_nascosta .input input[type=text] {
	padding: 5px;
	width: calc(100% - 10px);
	font-size: 22px;
}


#sconto_nascosta .input .tasto_invia {
	text-align: center;
	cursor: pointer;
	color: green;
	margin: 10px auto 10px;
	width: 160px;
	padding: 5px;
	font-size: 22px;
	background: white;
}

#sconto_nascosta .input .tasto_invia:hover {
	opacity: 0.7;
}

#sconto_nascosta #errore_sconto {
	background: red;
	color: white;
    float: left;
    width: calc(100% - 30px);
    margin: 15px;
}

#sconto_nascosta .input input[type=checkbox] {
	float:left;
	margin-right:10px;
}

#sconto01 .tasto_chiudi_sconto {
	width: 30px;
	height: 30px;
	top:20px;
	position: absolute;
	right:20px;
	font-size: 30px;
	cursor: pointer;
}

#form_sconto_privacy {
	background: transparent;
	width: 100%;
	float: left;
	border: 0;
	height: 50px;
	display: none;
}

@media (max-width: 768px) {
	#sconto01 {
		width: 100% !important;
		height: 100% !important;
		top:0 !important;
		margin-top: 0 !important;
	}
	
}