#cookie_banner {
    width: 100%;
    min-height: 94px;
    background-color: #ffffff;
    z-index: 1000;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 14px 28px rgba(0,0,0,1), 0 10px 10px rgba(0,0,0,1);
    box-sizing: border-box;
}
#cookie_banner .banner-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 46px;
}
#cookie_banner .banner-wrap .cookie-banner-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cookie_banner .banner-wrap .cookie-banner-wrap .cookie-content {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03px;
}
#cookie_banner .banner-wrap .cookie-banner-wrap .cookie-content a {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.03px;
    border-bottom: 1px solid #b1b1b0;
}
#cookie_banner .banner-wrap .cookie-banner-wrap .cookie-accept-button {
    background-color: #000000;
    width: 295px;
    height: 54px;
}
#cookie_banner .banner-wrap .cookie-banner-wrap .cookie-accept-button a {
    width: 100%;
    min-height: 54px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.54px;
    font-size: 10px;
    text-transform: uppercase;
}
#cookie_banner .row {
   margin-right: 0 !important;
   margin-left: 0 !important;
}


@media (max-width: 900px) {
    #cookie_banner .banner-wrap .cookie-banner-wrap .cookie-content a {
        font-size: 14px;
    }
    #cookie_banner .banner-wrap .cookie-banner-wrap .cookie-content {
        font-size: 14px;
    }
    #cookie_banner .banner-wrap .cookie-banner-wrap .cookie-accept-button {
        max-width: 300px;
    }
    #cookie_banner .banner-wrap {
        padding: 0 15px;
    }
}
@media (max-width: 690px) {
    #cookie_banner .banner-wrap .cookie-banner-wrap .cookie-accept-button {
        max-width: 200px;

    }
}

@media (max-width: 575px) {
    #cookie_banner .banner-wrap .cookie-banner-wrap {
        flex-direction: column;
        justify-content: center;
    }
    #cookie_banner .banner-wrap {
        padding: 15px;
    }
    #cookie_banner .banner-wrap .cookie-banner-wrap .cookie-content {
        margin-bottom: 25px;
        text-align: center;
    }
    #cookie_banner .banner-wrap .cookie-banner-wrap .cookie-content a {
        display: block;
        width: 67%;
        margin: auto;
    }
    #cookie_banner .banner-wrap .cookie-banner-wrap .cookie-accept-button {
        height: 45px;
    }
    #cookie_banner .banner-wrap .cookie-banner-wrap .cookie-accept-button a {
        min-height: 45px;
        height: 45px;
    }
    #cookie_banner {
        min-height: 118px;
    }
}