.cookie-warning-container {
    position: fixed;
    z-index: 1112;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    padding: 10px 0;
    color: #eee;
    font-size: 12px;
}
.cookie-warning-container a {
    color: rgb(126, 199, 243);
    text-decoration: underline;
}
.cookie-warning-container a:hover {
    color: rgb(0, 132, 211);
}
.cookie-warning-container .cart_btn {
    padding: 9px 14px;
    background-color: rgb(77, 190, 234);
    transition: 0.2s;
    border-radius: 3px;
    margin: 0 0 0 20px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}
.cookie-warning-container .cart_btn:hover {
    background-color: rgb(21, 130, 178);
}



