.cookie-agree-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 0px;
    background-color: #DC582A;
    left: 0px;
    bottom: 0px;
    z-index: 999;
}
.cookie-agree-wrapper.active {
    display: block;
    height: auto;
}
/* .cookie-agree-wrapper .cookie-close {
    position: absolute;
    top: 19px;
    right: 17px;
    cursor: pointer;
    z-index: 1;
}
.cookie-agree-wrapper .cookie-close i {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #ffffff;
} */
.cookie-agree-wrapper .cookie-agree-inner {
    position: relative;
    padding-top: 19px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-flow: column;
}
.cookie-agree-wrapper .cookie-agree-inner .text-style {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    padding-bottom: 0px;
}
.cookie-agree-wrapper .cookie-agree-inner .text-style a {
    color: #ffffff;
    text-decoration: underline;
}
.blue .cookie-agree-wrapper {
    background-color: #0080BB;
}
.red .cookie-agree-wrapper {
    background-color: #ED1C24;
}
.brown .cookie-agree-wrapper {
    background-color: #964B2E;
}


@media (max-width: 991px) {

}