.box-cookie {
    background: #fff;
    z-index: 1000;
    border: 1px solid #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 700px;
    padding-bottom: 10px;
    min-height: 70px;
    opacity: 0.9;
    -moz-opacity: 0.85;
    -webkit-opacity: 0.85;
    filter: alpha(opacity=85);
    margin-bottom: 90px;
}
 .box-cookie3 {
  font-size:1.0em; color:#333; clear:both; width:98%; margin:0 auto; line-height:1.3em; margin-top:15px;
 }
 .box-cookie1 {
  clear:both; color:#333; font-size:1.0em; line-height:1.2em; padding-left:5px; padding-right:5px; padding-bottom:10px;
 }
 .box-cookie2 {
  clear:both; float:right; margin-top:20px; margin-bottom:10px;
 }
a.cookie-button {
	font-family:Tahoma, Arial, Verdana, Helvetica; 
    padding: 8px 10px;
    margin-right: 5px;
    background-color: #000000;
    font-size: 16px;
    font-family: 'LatoB';
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}

 a.cookie-button:hover {
   cursor: pointer;	 
   background-color: #000;
   color: #fff;
   -webkit-transition: 0.25s;
   -moz-transition: 0.25s;
   transition: 0.25s;
 }

.box-gestione {
    background: #fff;
    z-index: 1000;    
    position: fixed;
    bottom: 0;
    left: 40px;
    width: 100%;
    max-width: 130px;
    height: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    opacity: 0.9;
    -moz-opacity: 0.85;
    -webkit-opacity: 0.85;
    filter: alpha(opacity=85);
    transition: all 500ms;
}

.box-cookie label {
    display: contents
}

.box-gestione a:hover {
    cursor: pointer;
}

.box-cookie input[type="checkbox"] {
    display: inline;
}