.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    font-family: Helvetica,Calibri,Arial,sans-serif;
    position: fixed;
    background: #f7f7f7;
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.box-cookies .msg-cookies {
    text-align: center;
    color: #212529;
    font-size: 15px;
    margin-right: 20px;
}

.box-cookies .btn-cookies {
    background-color: #007bff !important;
    color: #FFF !important;
    border: none;
    cursor: pointer;
    display: block;
    padding: .9em .9em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;

}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}