#cookiefix {
    display: none;
    width: 96%;
    position: fixed;
    z-index: 1500;
    right: 0px;
    bottom: 0px;
    max-width: 420px;
    margin: 2% 2% 2% 2%;
    padding: 20px 20px 20px 20px;
    background-color: #e9e7e8;
    color: #333333;
    border: 1px solid #cccccc;
    font-size: 15px;
}

#cookiefix .text a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #2a4091 !important;
    text-decoration: underline;
}

#cookiefix .text a:hover {
    color: #1a285c !important;
    text-decoration: underline;
}

#elfogadom-a-sutiket,
#sutik-kezelese {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
    padding: 15px 40px 15px 40px;
    cursor: pointer;
    border: 2px solid #2a4091 !important;
    background-color: #2a4091 !important;
}

#elfogadom-a-sutiket {
    color: rgba(255, 255, 255, 0.84) !important;
}

#elfogadom-a-sutiket:hover {
    background-color: #1a285c !important;
    color: rgba(255, 255, 255, 1.0) !important;
}

#sutik-kezelese {
    color: #1a285c;
    background-color: rgba(255, 255, 255, 0.0) !important;
}

#sutik-kezelese:hover {
    border: 2px solid #1a285c !important;
    background-color: #1a285c !important;
    color: rgba(255, 255, 255, 1.0) !important;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}