#cookieInfo {    
    position: fixed;
    background: #434563;
    position: bottom;
    width: 50%;
    bottom: 0;
    padding: 1%;
    z-index: 999;
    left: 25%;
    max-width: 100%;
    max-height: 25%;
    overflow: auto;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.p_cookies {
    color: #fff;
    font-size: 13px !important;
    text-align: justify;
    margin-bottom: .5rem;
    max-width: 70%;
    float: left;
    margin: 0;
    padding-left: 3%
}
.button_cookies {
    width: 25% !important;
    float: right;
    text-align: center;
    padding: 7px 0;
    padding-bottom: 0;
    font-weight: bold;
}

.cookie_policy {
    color: #fff;
    text-decoration:underline;
}

.cookie_text {
    border:0px;
    padding:2px;
    padding-right: 25%;
    color: #fff;
    font-size: 14px !important;
}

#cookieConfirm {
    border: 0px;
    font-size: 14px !important;
    width: 28px !important;
    color: #fff;
    background: none;
}

@media screen and (max-width: 1024px) {
  
    #cookieInfo {
        width: 80%;
        left: 10%;
    }
}

@media screen and (max-width: 489px) {
    .p_cookies {
        width: 100%;
        float:center;
    }
    .button_cookies {
        width: 100%;
        float:center;
    }
}