.cc-cookies{    
    height: auto;
    padding: 40px 60px;
    width: 100%;
    left: calc(50% - 300px);
    bottom: calc(50% - 200px);
    background: white;
    font-size: 12px;
    font-weight: 700;
    z-index: 99999;
    text-align: center;
    color: black;
    display: flex;
    font-family: 'Conv_SourceSansPro-Regular';
    flex-direction: column;
    box-shadow: #121212 2px 2px 14px 2px;
    max-width: 600px;
}
.cc-cookies a, .cc-cookies a:hover{
    color:black;
    text-decoration:underline;
}
.cc-cookies a:hover{text-decoration:none;}
.cc-overlay{height:100%;padding-top:25%;}
.cc-cookies-error{float:left;width:90%;text-align:center;margin:1em 0 2em 0;background:#fff;padding:2em 5%;border:1px solid #ccc;font-size:18px;color:#333;}
.cc-cookies a.cc-cookie-accept { 
    display: block;
    color: #fff;
    text-decoration: none;
    background: black;
    padding: 5px 60px;
    font-size: 14px;
    font-family: 'Conv_SourceSansPro-Regular';
    /* max-height: 40px; */
    margin-bottom: 5px;
    border: 1px solid black;
}
.cc-cookies-error a.cc-cookie-accept,  .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset{display:inline-block;color:#fff;text-decoration:none;background:#7DAF3B;padding:0.1em 0.75em;border-radius:3px;box-shadow:0 0 2px rgba(0,0,0,0.25);text-shadow:0 -1px 0 rgba(0,0,0,0.35);-o-transition:background 0.5s ease-in;-webkit-transition:background 0.25s ease-in;-moz-transition:background 0.25s ease-in; margin-left: 20px; }
.cc-cookies a.cc-cookie-reset{background:#f15b00;}
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset{background:#000;-o-transition:background 0.5s ease-in;-webkit-transition:background 0.25s ease-in;-moz-transition:background 0.25s ease-in;}
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline{display:block;margin-top:1em;}
.cc-cookies.cc-discreet{width:auto;padding:0.5em 1em;left:auto;top:auto;}
.cc-cookies.cc-discreet a.cc-cookie-reset{background:none;text-shadow:none;padding:0;text-decoration:underline;}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset{text-decoration:none;}
    @media screen and (max-width:768px){.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-reset{
        display:block;
    }
}

.cc-cookies-message {
    font-size: 14px;
    width: 100%;
    text-align: left;
    line-height: 20px;
}

.cc-cookies a.cc-cookie-decline {
    margin-left: auto;
    position: absolute;
    top: -25px;
    right: -35px;
}

.cc-cookies a.cc-cookie-decline img {
    height: 20px;
}

.cc-cookies-wrapper {
    display: block;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}

.closeText {
    display: none;
}

@media screen and (max-width:768px){
    .cc-cookies {
        height: auto;
        padding: 30px 20px;
        left: 20px;
        max-width: 93%;
    }

    .cc-cookies a.cc-cookie-decline {
        width: 10%;
        margin-left: 5px;
        margin-top: 0;
    }

    .cc-cookies a.cc-cookie-decline img {
        height: 20px;
        margin-top: 1px;
    }

    .closeText {
        display: block;
        margin-left: auto;
    }

    .cc-cookie-accept,
    .cc-cookies-more-details-button,
    .cc-cookies-more-details-button button {
        width: 100%;
    }

    .cc-cookies-more-details {
        margin-top: 0;
    }
}