#cookie-consent {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: 0.4s;
    position: fixed;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1000000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #ffffff;
    background-clip: content-box;
}

#cookie-consent.shown {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#cookie-consent .form-button {
    max-width: 100%;
    min-width: 195px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    border: 1px solid #df7400; /* átszínezni */
    background-color: #df7400; /* átszínezni */
    font-size: 14px;
    transition: 0.2s;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

#cookie-consent .form-button:hover {
    opacity: 0.9;
}

#cookie-consent .content {
    font-size: 0;
    position: relative;
    padding: 15px;
    padding-left: 0;
}

#cookie-consent .content a {
    color: #f73051;
}

#cookie-consent .icon {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #df7400; /* átszínezni */
    vertical-align: middle;
    width: 60px;
    position: relative;
}

#cookie-consent .icon-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #f1f1f1;
}

#cookie-consent .text {
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 522px);
    vertical-align: middle;
    padding-left: 18px;
    padding-right: 0;
    line-height: 16px;
    color: #3a3a3a;
}

#cookie-consent .buttons {
    display: inline-block;
    vertical-align: middle;
    width: 462px;
    text-align: right;
    white-space: normal;
}

#cookie-consent .buttons .button {
    display: inline-block;
    vertical-align: middle;
}

#cookie-consent .buttons .button button.form-button {
    font-size: 11px;
    height: auto;
}

#cookie-consent .buttons .button a {
    text-transform: uppercase;
    max-width: 100%;
    line-height: 33px;
    padding: 0 12px;
    border: none;
    outline: none;
    font-size: 11px;
    transition: 0.2s;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #838383;
    color: #3a3a3a;
    margin-left: 15px;
    text-decoration: none;
}

#cookie-consent .buttons .button a:hover {
    opacity: 0.9;
}

@media (max-width: 1300px) {
    #cookie-consent .content {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        padding-right: 10px;
    }
    #cookie-consent .buttons {
        width: 244px;
    }
    #cookie-consent .text {
        width: calc(100% - 304px);
        padding-right: 17px;
    }
    #cookie-consent .buttons .button {
        display: block;
    }
    #cookie-consent .buttons .button a {
        width: 100%;
        margin-left: 0;
        margin-top: 9px;
        font-size: 12px;
        line-height: 30px;
    }
    #cookie-consent .buttons .button button.form-button {
        width: 100%;
        font-size: 12px;
        line-height: 32px;
    }
}

@media (max-width: 1100px) {
    #cookie-consent .text {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    #cookie-consent .content {
        padding-left: 10px;
    }
    #cookie-consent .icon {
        display: none;
    }
    #cookie-consent .icon-bg {
        display: none;
    }
    #cookie-consent .buttons {
        width: 100%;
    }
    #cookie-consent .buttons .button {
        display: block;
        margin-left: 0;
        margin: 0 auto;
        width: 100%;
    }
    #cookie-consent .buttons .button:first-child {
        margin: 0 auto;
    }
    #cookie-consent .buttons .button:first-child {
        margin-bottom: 10px;
    }
    #cookie-consent .buttons {
        font-size: 0;
    }
    #cookie-consent .buttons .button a {
        margin-top: 0;
    }
    #cookie-consent .buttons .button {
        width: calc(50% - 5px);
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }
    #cookie-consent .buttons .button:first-child {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

@media (max-width: 560px) {
    #cookie-consent {
        border-left: none;
        border-right: none;
        border-bottom: none;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #cookie-consent .buttons .button {
        width: 100%;
    }
    #cookie-consent .buttons .button:first-child {
        margin-bottom: 10px;
    }
    #cookie-consent .content {
        padding: 15px;
    }
}