
.ButtonHintProductIndex:hover,.ButtonRowMainMenuIndex:hover{
    background: #eee !important;
    border-radius: 5px;
    font-weight: bold;
    border-bottom: 0px !important;
}


@media screen and (min-width: 800px) {
    .Header{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .BodyIndex{
        margin-top: 150px;
    }


    .ContainerButtonMenuDesktop{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }

}




@media screen and (max-width: 800px) {


    .Header{
        flex-direction: column !important;
        position: relative;
        padding-top: 30px;
    }

    .ContainerFirstPartHeadeMenu{
        width: 100% !important;
        margin-left: 0% !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .ContainerFirstPartHeadeMenu img{
        width: 150px !important;
    }

    .ContainerFirstPartHeadeMenu .ContainerAllElementDishHintMenu{
        width: 95% !important;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0% !important;
    }

    .ContainerButtonActionMenu{
        position: absolute;
        left: 0px;
        gap: 0px !important;
        width: 100% !important;
        justify-content: flex-start !important;
        margin-left: 10px !important;
        margin-right: 0% !important;
        top: 10px;
    }

    .ContainerButtonMenuDesktop{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .ContainerAllHintProductIndex{
        width: 100% !important;
        left: 0px !important;
        right: 10px !important;
    }


    .MenuDesktopIndex{
        left: 20px !important;
    }

    .BodyIndex{
        margin-top: 270px;
    }

    .Footer{
        flex-direction: column-reverse !important;
    }

    .SectionFooter{
        width: 90% !important;
        flex-direction: column !important;
        padding: 10px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .SectionFooter div h3{
        text-align: center !important;
        margin-bottom: 10px !important;
        width: 100%;
    }


    .SectionFooter embed{
        margin-top: 20px !important;
    }

    .SectionFooter h3{
        text-align: center !important;
        margin-bottom: 100px !important;
    }

}