.cookie-notice {
    width: 100%;
    line-height: 2;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    background: radial-gradient(ellipse at center, #204d8b 0, #093b7f 100%);
    padding: 20px 30px 20px 100px;
    color: #aecfff;
    font-family: 'Proxima Nova Rg', sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    display: inline-block;
    border-top: 1px solid #559bd5;
    -webkit-box-shadow: 0px -7px 7px rgba(6,39,85, 0.50);
    -moz-box-shadow: 0px -7px 7px rgba(6,39,85, 0.50);
    box-shadow: 0px -7px 7px rgba(6,39,85, 0.50);
}

#cookie-buttons {
    width: 6%;
    display: inline-block;
}

#cookie-buttons button{
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background: #062755;
    position: relative;
    cursor: pointer;
    color: #fff;
    border: none;			
    vertical-align: bottom;
}

.cookie-text {
    display: inline-block;
    width: 85%;
}

@media (min-width: 375px) and (max-width: 1000px) {

    .cookie-notice {
        display: block;
        line-height: 1.1;
        padding: 20px;
    }

    #cookie-buttons button {
        padding: 0;
        margin-bottom: 0;
    }
    #cookie-buttons {
        width: 100%;
        display: block;
        padding-top: 15px;
    }
}