.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(153, 153, 153, 0.795);
    /*top: 14%;*/
    width: 90%;
    height: 70px;
    z-index: 1100;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: #333 5px 5px 5px;
    z-index: 99999999999999999;
}


.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.box-cookies .btn-cookies {
    background: #feb914;
    cursor: pointer;
    align-self: normal;
    border-radius: 5px;
    color: #fff;
    padding: 25px 20px 10px 25px;
}
.btn-cookies:hover{
    background: #cd980f;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
        bottom: 74px;
    }
}
