/*-- Cookie Consent --*/

#cookieConsentAlert {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #3C4042 !important;
    color: #fff;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
    font-size: 14px !important;
    text-align: center !important;
}

#cookieConsentAlert button {
    background-color: #FF9A4F !important;
    color: #000 !important;
    margin: 3px;
    font-size: 14px !important;
    margin-left: 15px !important;
    border: 0;
    padding: 5px 15px 5px 15px;
}

@media only screen and (max-width: 768px) {
    #cookieConsentAlert {
        font-size: 10px;
        height: 80px;
    }
    #cookieConsentAlert button {
        font-size: 10px;
        margin-left: 10px !important;
        /* padding: 5 15 5 15; */
    }
}


/*-- Cookie Consent --*/