#cookie-accetta {
    background-color:#694544;
}
#cookie-accetta:hover {
}
#cookie-gdpr {
    color:#fff;
}
#cookie-gdpr:hover {
    text-decoration:underline;
}
#cookie-rifiuta {
    background-color: rgb(94,94,94);
}
#cookie-rifiuta:hover {
    background-color: rgb(55,55,55);
}
#cookie-accetta, #cookie-rifiuta {
    color:rgb(245,245,245);
    font-size:12px !important;
    font-weight: normal;
    border-radius: 2px;
    padding: 10px 16px !important;
    &:hover {
        text-decoration: underline;
        color:#fff;
        cursor: pointer;
    }
}
#cookie-wrapper {
    font-family: 'Raleway', sans-serif;
}
#cookie-wrapper p {
    padding-bottom:5px;
    margin-bottom:0;
}
@media screen and (max-width: 640px) {
    #cookie-wrapper {
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        z-index:9999;
        background-color: rgba(41,41,41, .95);
        color: rgb(224,224,224);
        text-align: center;
        min-height: 42px;
        line-height: 42px;
        padding:14px;
        opacity: 0.95;
        border-top: 1px solid #ccc;
    }
    #cookie-wrapper p#frase {
        margin-bottom: 25px;
        line-height: 24px;
    }
}
@media screen and (min-width: 641px) {
    #cookie-wrapper {
        position:fixed;
        bottom:10px;
        left:10px;
        width:380px;
        z-index:9999;
        background-color: rgba(41,41,41, .95);
        color: rgb(224,224,224);
        min-height: 42px;
        line-height: 28px;
        padding:40px 20px;
        font-size: 14px !important;
        /*opacity: 0.92;*/
        border: 1px solid #694544;
    }
    #cookie-wrapper p#frase {
        margin-bottom: 25px;
        line-height: 24px;
    }
}

