

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,500,500i,600,600i,700,700i');

#allstarcookiefooter {
    position:fixed;
    bottom:20px;
    right:20px;
    font-family: 'Poppins', sans-serif;
    max-width:400px;
    background:#fff;
    z-index:100000;
    color:#4e4e4e;
    padding:25px;
    border-radius:25px;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}

#allstarcookiefooter a{
    color:#4e4e4e;
}

#allstarcookiefooter a:hover{
    color:#000;
}

#allstarcookiefooterheader {
    font-size:26px;
    font-weight:700;
    letter-spacing:0.04em;
    text-transform:uppercase;
    margin-bottom:0.1em;
}

#allstarcookiefootertext {
    font-size:13px;
    font-weight:300;
    letter-spacing:-0.03em;
    line-height:1.6em;
}

#allstarcookiefootertext a{
    font-weight:500;
}

#allstarcookieclose {
    position:absolute;
    right:15px;
    top:15px;
    border:1px solid #4e4e4e;
     font-size:10px;
     border-radius:20px;
     width:20px;
     height:20px;
     text-align:center;
     display:block;
     vertical-align:top;
     display:none;
}

#allstarcookieclose:hover {
    border-color:#000;
}


#allstarcookieclose a{
    color:#4e4e4e;
    text-decoration:none;
    line-height:20px;
    display:block;
     transform:scale(1.4,1);
}

#allstarcookiefooterlink a {
    top:15px;
    border:1px solid #4e4e4e;
    font-size:11px;
    border-radius:20px;
    display:inline-block;
    text-decoration:none;
    padding:5px 13px;
    font-weight:bold;
}

#allstarcookiefooterlink a:hover {
    border-color:#000;
}

#allstarcookiefooterlink {
    margin-top:17px;
}


@media (max-width: 500px) {
    #allstarcookiefooter {
        bottom:15px;
        right:15px;
        left:15px;    
        padding:20px;
        border-radius:20px;
    }
    
    #allstarcookiefooterheader {
        font-size:20px;

    }
    
    #allstarcookiefootertext {
        font-size:12px;
        line-height:1.3em;
    }


}


