.cookie-notice {

    background-color: #fff;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 50%;
    padding: 20px;
    z-index: 99999999;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 9px 0px #0b0c0c4d;
    border-radius: 10px;
}

.cookie-notice .notice-text {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cookie-notice .notice-text span {
    color: #000;
    font-size: 12px;
    line-height: 21px;
}

.cookie-notice span p {
    font-size: inherit;
    padding-bottom: 0;
    margin-bottom: 0;
    color: inherit;
}

.cookie-notice .notice-buttons {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}


.cookie-notice .notice-text a {
    color: #000;
    text-decoration: underline;
}
.cookie-notice .notice-text a:hover {
    color: blue;
}

.cookie-notice .notice-buttons .btn-cookie {
    padding: 5px 15px;
    margin-top: 10px;
}


.cookie-notice .btn-cookie {

    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
}

.cookie-notice .btn-cookie:hover {
    background-color: #5d0a6b;
}

@media screen and (max-width: 800px) {

    .cookie-notice {
        width: 96%;
    }
}

@media (min-width: 1200px) {
    .container-cookie {
        max-width: 1140px;
    }
}

.container-cookie {

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}