/* COOKIE-BANNER */
#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: #272727 !important;
    background-color: #d0e8ed;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 1) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 2px 10px 0px rgb(255, 255, 255) !important;
    padding: 30px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
    position: fixed;
    z-index:999;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a{
    color: rgba(29,29,29,1);
    border-bottom: 1px solid rgba(29,29,29,1);
}


#cookie-note button{
    color: #fff;
    background-color: #e984b3;
    border: 1px solid #fff;
    font-weight: 500;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 30px;
    text-transform: uppercase;
    min-width: 172px;
    padding: 5px 20px;
    width: auto;
    font-size: 0.8em;
}

#cookie-note button:hover{
    background-color: #ff94c2
}

#cookie-note a:hover{
}
