.cook_block {
    position: fixed;
    bottom: 0;
    z-index: 1001;
    left: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #000;
    padding: 10px 15px;
}
.cook_block p {
    margin: 0 5px;
    font-size: 12px;
}
.cook_block p a {
    color: #fff;
    text-decoration: underline;
}
.cook_block a.btn-action {
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
@media(max-width: 768px) {
    .cook_block {
        text-align: center;
        padding: 5px;
    }
    .cook_block p {
        margin-bottom: 0px;
        margin-left: 0;
        text-align: left;
        font-size: 10px;
    }
    .cook_block a.btn-action {
        font-size: 10px;
        padding: 2px 10px;
    }
}
