
.cookie-popup {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #83B84C;
    z-index: 100000;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
}
.cookie-popup__content {
    margin: 0 auto;
    line-height: 20px;
    position: relative;
    max-width: 1310px;
    width: 100%;
    padding: 8px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cookie-popup__info {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 28rem;
}
.cookie-popup__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cookie-popup__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}
.cookie-popup__text {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    float: left;
    padding-top: 2px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cookie-popup__text a{
    color:#fff !Important;
    text-decoration:underline;
}
#btn-accept-cookies{
    color: #fff !important;
    background-color: #0B4D92 !important;
    border-color: #0B4D92;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .6rem 1.5em;
    font-size: 1.2rem;
    line-height: 1.5;
    -webkit-transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
}
