#cookie-agreement {
    margin: 0;
    position: fixed;
    bottom: 0;
    padding: 5px 0;
    width: 100%;
    background-color: rgb(189, 11, 47);
    z-index: 999999;
}
@media screen and (max-width: 767px) {
    #cookie-agreement .cookie-agreement-wrapper div:nth-child(2) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    #cookie-agreement .cookie-agreement-wrapper div {
        text-align: center;
    }
}
#cookie-agreement .cookie-agreement-message {
    font-size: 14px;
}
#cookie-agreement .cookie-agreement-moreinfo {
    text-decoration: underline;
}
#cookie-agreement .cookie-agreement-message,
#cookie-agreement .cookie-agreement-moreinfo {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    top: 6px;
}
@media screen and (max-width: 767px) {
    #cookie-agreement .cookie-agreement-message,
    #cookie-agreement .cookie-agreement-moreinfo {
        top: 0;
    }
}
#cookie-agreement .container {
    position: relative;
}
#cookie-agreement .cookie-agreement-conset {
    padding: 6px 16px;
    background-color: #840000;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    float: right;
    -webkit-transition: background 0.175s ease-in-out;
    -moz-transition: background 0.175s ease-in-out;
    -ms-transition: background 0.175s ease-in-out;
    -o-transition: background 0.175s ease-in-out;
    transition: background 0.175s ease-in-out;
}
#cookie-agreement .cookie-agreement-conset:hover {
    cursor: pointer;
    background-color: #670000;
}
@media screen and (max-width: 767px) {
    #cookie-agreement .cookie-agreement-conset {
        float: none;
    }
}
#cookie-agreement svg {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    #cookie-agreement svg {
        float: none;
        position: relative;
        top: 7px;
    }
}
@media screen and (max-width: 767px) {
    #cookie-agreement {
        font-size: 12px;
    }
}
