#cookie-wrapper {
    position: fixed;
    bottom: -250px;
    z-index: 9999999;
    opacity: 0;
    transform: translate(0, 0);
}

#cookie-wrapper.show {
    bottom: 0 !important;
    opacity: 1 !important;
}
