/*Cookie Consent Begin*/

#cookie-consent {

    position: fixed;
    bottom: 0;
    background-color: #e5e5e5;
    min-height: 100px;
    line-height: 26px;
    padding: 20px 55px 10px 55px;
    left: 8%;
    right: 8%;
    display: none;
    z-index: 2147483645;
}

#cookie-consent p {

    letter-spacing: auto;
    font-size: 1.1em;
    line-height: 1.5;
    font-family: 'carnas-light';
    color: #454545;
}

#cookie-consent a {

    color: #ebac00;
}

#cookie-consent a:hover {
    
    color: #ebac00;
    text-decoration: underline !important;
}

#cookie-consent .jbtn{

    transition-duration: 0.3s;

}

#cookie-consent .jbtn:hover{

    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    scale: 1.1;
}

#cookie-consent .consent-content {

    display: grid;
    grid-template-columns: auto auto;
}

#cookie-consent .consent-btn-container {

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 55px;
}

strong {
    font-family: 'carnas-bold';
    font-size: 25px;
}

.jbtn {
    font-family: 'carnas-bold';
    font-size: 1.2em;
}

/* TABLET */

@media (max-width: 990px) {

    #cookie-consent .consent-content {

        grid-template-columns: 1fr;
    }

    #cookie-consent .consent-btn-container {

        padding: 15;
    }

    #cookie-consent .consent-btn-container {

        padding: 15px 0 15px 0;
    }
}