.xCookies {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: #FFFE;
    opacity: 0;
    z-index: 1;
    border-top: 1px solid #CCC;
    transition: bottom 1s ease, opacity 1s ease;
}

.xCookies.show {
    bottom: 0;
    opacity: 1;
}

@media (max-width: 799.999px) {
    .xCookies > section { padding: 10px; }

    .xCookies section > div:last-child { text-align: center; }

    .xCookies a.button { margin-top: 10px; }
}

@media (min-width: 800px) {
    .xCookies > section {
        display: flex;
        padding: 20px 10px;
        justify-content: space-between;
    }

    .xCookies a.button { margin-left: 20px; }
}
