
/*===== Will get CSS code from Nedim... instead of the below less code =====*/

.cookie-overlay {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    background: #fff;
    z-index: 2051;
    line-height: 20px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding: 15px;
    text-align: center;
}

    .cookie-overlay .registration_button, .cookie-overlay .plus_button {
        width: 150px;
        display: inline-block;
        padding: 8px 15px;
        margin: 15px 15px;
        background-color: #337ab7;
        border: 1px solid #337ab7;
        border-radius: 30px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        transition: .5s;
        -webkit-transition: .5s;
    }

    .cookie-overlay .cookie-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }

    .cookie-overlay > div:first-child {
        width: 458px;
    }

    .cookie-overlay a {
        text-decoration: underline;
    }

    .cookie-overlay .close-cookies {
        cursor: pointer;
    }