#footer{
    width: 100%;
}
#cookie-footer {
    font-size: 14px;
}
#copyright {
    float: left;
    font-size: 12px;
}
#realcme_custom_footer {
    padding-bottom: 30px;
}
#realcme_footer small {
    display: block;
    text-align: center;
}
#realcme_footer ul,
#realcme_custom_footer ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#realcme_footer li {
    font-size: 12px;
}
#realcme_footer li,
#realcme_custom_footer li {
    float: left;
    padding: 0 5px
}
#realcme_footer li:not(:last-child),
#realcme_custom_footer li:not(:last-child) {
    border-right: 1px solid #dfdfdf;
}

#realcme_footer .center {
    display: block;
    margin: 0 auto;
}

#cookie-footer{
    justify-content: center;
    display: flex;
    margin-top: 5px;
}

#cookie-footer li:nth-child(2){
    border-right: none;
}

.cookie-link{
    color: #4281a9 !important;
    border: none !important;
    padding: 0px !important;
    font-size: 14px !important;
}

.cookie-link:hover{
    color: #23527c !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.cookie-link:focus{
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

@media (max-width: 480px) {
    #copyright {
        float: none;
        padding: 5px 0;
        text-align: center;
    }
}
