#cookie-manager-title .title-image {
    margin: 18px -9px 15px;
}

#cookie-manager-title {
    margin: 18px 20px 20px;
}

.panel-heading-required div.row:first-child .panel-title {
    color: #1873e8 !important;
}

#cookie-manager-details input[type=checkbox]:checked ~ .switch {
    background: #104c97;
    color: #fff;
}

#cookie-manager-footer #save-cookie-options {
    background-color: #104c97;
    color: #fff;
    border-radius: 0;
}

#cookie-manager-title h1 {
    margin-left: 110px;
}

@media(max-width: 670px) {
    #cookie-manager-title h1 {
        margin: 0;
    }

    #cookie-manager-title h1,
    #cookie-manager-title h2 {
        font-size: 20px !important;
        text-transform: uppercase !important;
        max-width: auto;
        text-align: left;
    }
}

@media(min-width: 670px) {

    #cookie-manager-title h1,
    #cookie-manager-title h2 {
        font-size: 20px !important;
        text-transform: uppercase !important;
        max-width: 400px;
        text-align: center;
    }
}

