.legacy-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999;
    color: #ffffffb8;
}

.legacy-cookie>div {
    width: 100%;
    padding: 12px 8px 20px;
    background: #fff;
    border: 1px solid #ff5114;
    font-size: 14px !important;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000 !important;
}

.legacy-cookie img {
    margin-left: 8px;
    margin-top: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.legacy-cookie .button {
    text-transform: uppercase;
    font-size: .8em;
    background: #ff5114;
    border-radius: 40px;
    padding: 8px 24px 8px;
    margin-left: 20px;
    cursor: pointer;
    user-select: none;
    color: #fff;
    font-weight: 600;
}

.legacy-cookie .button:hover {
    background: #ff6833;
}

.legacy-cookie img:hover {
    opacity: .8
}

.legacy-cookie a {
    text-decoration: none;
}

@media (min-width: 540px) {
    .legacy-cookie br {
        display: none;
    }
}

@media (min-width: 640px) {
    .legacy-cookie {
        bottom: 30px
    }

    .legacy-cookie>div {
        width: initial;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .legacy-cookie--d-mob-none {
        display: none;
    }
}