#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    max-width: 375px;
    background-color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    z-index: 999;
}

#gdpr-cookie-message h4 {
    color: #e64d75;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-family: proxima-nova-alt-ext-cond;
}

#gdpr-cookie-message h5 {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: proxima-nova-alt-ext-cond;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000000;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 25px;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
}

#gdpr-cookie-message li {
    display: block;
    margin: 0;
}

#gdpr-cookie-message ul li label {
    padding: 0;
    margin-top: 0;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: #e64d75;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    border-bottom-color: #e64d75;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    font-family: proxima-nova-alt-ext-cond;
    border: none;
    background: #e64d75;
    color: #ffffff;
    font-size: 17px;
    padding: 12px 15px;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
    margin-left: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    transition: background .3s ease,box-shadow .3s ease,color .3s ease;
}

#gdpr-cookie-message button:hover:not([disabled]) {
    background: #5c5c5c;
    transition: background .3s ease,box-shadow .3s ease,color .3s ease;
}

button#gdpr-cookie-advanced {
    background: #5c5c5c;
    color: #ffffff;
}

button#gdpr-cookie-advanced:hover:not([disabled]) {
    background: #e64d75;
    transition: background .3s ease,box-shadow .3s ease,color .3s ease;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
}

#gdpr-cookie-message input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    display: inline-block;
    width: 20px;
}

@media screen and ( max-width: 420px ) {

    #gdpr-cookie-message button {
        padding: 12px 9px;
    }

}