/*Cookie Consent from JYMBE Begin*/

.consent-content strong {

    font-family: "D-din", sans-serif;
    font-size: 20px;
}

#cookie-consent {

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

#cookie-consent p {

    font-family: "D-din", sans-serif;
    letter-spacing: auto;
    font-size: 0.85em;
    line-height: 1.5;
    color: #1e1e1e;
}

#cookie-consent a {

    font-weight: bold;
    color: black;
}

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

#cookie-consent .jbtn {

    font-family: "D-din", sans-serif;
    transition-duration: 0.3s;
    background-color: #d1d1d1;
    color: #212529;
    padding: 5px 25px;
    border: none;
    text-transform: uppercase;
}   

#cookie-consent .jbtn:hover{

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

#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;
}

/* 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;
    }
}