.uk-overlay-primary {
    background: rgb(34 34 34 / .4);
}
.buttons {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
@media (max-width:598px) {
.buttons
{
    display: grid;
    justify-content: center;
    row-gap: 20px;
}
}
@media (max-width:991px) {
    .menu .menu-content {
        margin-left: 0;
    }
    .menu .menu-ingredients {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .border-lg {
        margin-left: 3%;
    }
}
.hero-btn {   
    font-size: 1rem;
    margin-top: 20px;
}
.home-section .btn:hover {
background-color: var(--color-3);
color: var(--color-1) !important;
}
.home-section .btn
{
    font-size: 1rem;
}
button#header-arrows {
    border: 0;
}
.cmsform>div.form-group>.btn {    
    border: 0;
}
.menu #menu-flters li {
    text-transform: uppercase;
}