.cookie-law-info-bar {
    /*margin-top: 10px;*/
    font-size: 5vw;
    padding: 5px;
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #4842f4;
    z-index: +300;
    position: absolute;
    left: 0;
    /*Trasperenza cross browser*/
    opacity: .93;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
}

.cookie-law-info-bar input:hover { 
    background: #426e70;
}

.cookie-law-info-bar input {
    border-radius: 4px;
    cursor: pointer;
    /*margin-top: 10px;*/
    padding: 7px;
    font-size: 4vw;
    color: white;
    background: #5F9EA0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    
}

/*?????????????????????????
.cookie-law-info-bar button {
    margin-top: 10px;
    padding: 12px;
    color: white;
    background: #5F9EA0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
*/

/* Breakpoint per una visualizzazione versione desktop */
@media only screen and (min-width:800px){
    .cookie-law-info-bar {font-size: 2vw;}
    .cookie-law-info-bar input {font-size: 2vw;}
}