/* Archivo CSS dinámico generado por WF Menu Interactivo */

/* Estilos generales para las secciones de menú */
#qrf-bebidas, #qrf-comida, #qrf-postres, #qrf-vinos, #secc-all-producto, #secc-add-producto, #secc-home-producto, #secc-wa-producto {
    left: -110% !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    overflow: auto;
    z-index: 99999;
    transition: left .4s cubic-bezier(.75, 0, .25, 1);
    background: #fff;
}

/* Estilos para los botones */
#btn-qrf-bebidas, #cerrar-bebidas, #btn-qrf-comida, #cerrar-comida, #btn-qrf-postres, #cerrar-postres, #btn-qrf-vinos, #cerrar-vinos, #imagen-perfil-cpanel, #btn-footer, #all-producto, #cerrar-all-prod, #add-producto, #cerrar-add-prod, #home-producto, #cerrar-home-prod, #wa-producto, #cerrar-wa-prod {
    cursor: pointer;
    /*display: inline-block;
    padding: 10px;
    color: #fff;
    margin: 5px;*/
}

/* Estilos para mostrar las secciones de menú activas */
body div#page-container .wf-m-menu, .wf-m-menu {
    left: 0 !important;
}
/* Estilos de Magnific PopUp */
.mfp-wrap, .mfp-wrap .mfp-container {
z-index: 99999999991 !important;
padding: 0 !important;
}
body .mfp-wrap button.mfp-close, body .mfp-wrap button.mfp-close:active, body .mfp-wrap .mfp-container button:hover {
font-family: 'ETmodules';
font-size: 38px;
border-radius: 500px;
position: fixed !important;
right: .1em;
top: .5em;
max-width: 1em;
display: flex;
align-items: center;
justify-content: center;
padding: 0 0 9px 0!important;
background: white;
}
.mfp-close {
height: 38px!important;
opacity: 1!important;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0;
}
