﻿.cookies-banner {
    position: sticky;
    background-color: #fff;
    bottom: 0;
    z-index: 1020;
    padding: 1%;
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
}

.cookies-banner .cookies-banner-link-item a {
    font-size: 12px;
    color: #00A0DF;
}

.cookies-banner button {
    color: #fff;
    border-radius: 25px;
    background: #00a3de;
    border: 2px solid #00a3de;
    margin-top: 15px;
    padding: 10px 20px !important;
}

.cookies-banner.mobile-banner {
    position: fixed;
    right: 0px;
    left: 0;
}

.cookies-banner.mobile-banner button {
    display: unset;
}
