@font-face {
    font-family:'fonts/roboto/roboto_bold_italic';
    src:url('fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'fonts/roboto/roboto_light';
    src:url('fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'fonts/roboto/roboto_medium';
    src:url('fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'fonts/roboto/roboto_regular';
    src:url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'ProximaNovaRegular';
    src:url('../fonts/proxima/Regular/Proxima-Nova-Regular.ttf')  format('truetype');
}
@font-face {
    font-family:'ProximaNovaThin';
    src:url('../fonts/proxima/Thin/Proxima-Nova-Thin.ttf')  format('truetype');
}
@font-face {
    font-family:'ProximaNovaSemibold';
    src:url('../fonts/proxima/Semibold/Proxima-Nova-Semibold.ttf')  format('truetype');
}
@font-face {
    font-family:'MetaBold';
    src:url('../fonts/meta/MetaBold.ttf')  format('truetype');
}
@font-face {
    font-family:'fontello';
    src:url('../fonts/fontello/fontello.ttf?new1') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'PoppinsMedium';
    src:url('../fonts/poppins/Poppins-Medium.ttf')  format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'PoppinsRegular';
    src:url('../fonts/poppins/Poppins-Regular.ttf')  format('truetype');
    font-weight:normal;
    font-style:normal;
}

.fontelloicon
{
    font-family:"fontello";
    font-style:normal;
    font-weight:normal;
    font-size:25px;
    speak:none;

    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    /* opacity:.8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant:normal;
    text-transform:none;

    /* fix buttons height, for twitter bootstrap */
    line-height:1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left:.2em;

    /* You can be more comfortable with increased icons size */
    /* font-size:120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow:1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* ---------------------------- FUENTES ---------------------------- */
.ProximaNovaRegular{
    font-family:'ProximaNovaRegular','roboto_regular', sans-serif; /* 'Open Sans', */
    font-style:normal;
}
.ProximaNovaThin{
    font-family:'ProximaNovaThin','roboto_light', sans-serif; /* 'Open Sans', */
    font-style:normal;
}
.ProximaNovaSemibold{
    font-family:'ProximaNovaSemibold','roboto_medium', sans-serif; /* 'Open Sans', */
    font-style:normal;
}
.open{
    font-family:'roboto_regular', sans-serif; /* 'Open Sans', */
    font-style:normal;
}
.PoppinsMedium{
    font-family:'PoppinsMedium';/*, sans-serif,  'Open Sans', */
    font-style:normal;
}

.PoppinsRegular{
    font-family:'PoppinsRegular';/*, sans-serif , 'Open Sans', */
    font-style:normal;
}
html, body, #deviceready, .event{
    min-height:100vh;
}
body{
    font-family:'ProximaNovaRegular','roboto_regular', sans-serif;
    font-size:14px;
    color:#4d4d4d;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
}
#app{
    background-color:#fafafd;
}

.input{
    font-family:'ProximaNovaRegular', 'roboto_regular', sans-serif !important;
    margin:5px auto;
    /* padding:0px 15px 0px 15px; */
    width:100%;
    text-align:center;
    line-height:40px;
    /* border:1px solid #4c4c4c; */
    transition:all .5s;
    background-color:#fff;
    outline:none;
    border:1px solid #ccc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

input, textarea, select {
    font-family:'ProximaNovaRegular', 'roboto_regular', sans-serif !important;
    /*-webkit-appearance: none;*/
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

textarea{
    width: -webkit-fill-available !important;
}

input, select{
    font-size:16px;
    font-style:normal;
    color:#4d4d4d;
    display:inline-block;
    box-sizing:border-box;
    background-color:#fff;
    border:none;
    outline:none;
}
input:hover, input:active, input:focus{
    outline:none;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #777777;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   #777777;
    opacity: 1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   #777777;
    opacity: 1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:   #777777;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display:none;
}

.inputTxt{
    width:100%;
    line-height:40px;
    text-align:center;
    padding:0 7px;
}

/* ---------------------------- FUENTES CON LINK ---------------------------- */
a {
    color: inherit; /* O el color que prefieras */
    text-decoration: none;
}

a:hover, a:visited, a:active, a:focus{
    color: inherit; /* Mantiene el color original */
    text-decoration: none; /* Opcional: para quitar subrayado */
}

/* ---------------------------- OTROS EFECTOS ---------------------------- */
.uppercase{
    text-transform:uppercase;
}
.underline{
    text-decoration:underline !important;
}
.lineThrough{
    text-decoration:line-through !important;
}
.textBorder{
    text-shadow:-2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}
.textBorder1px{
    text-shadow:-1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.orderUpdated {
    /*-webkit-animation:destello 1000ms infinite alternate;
    -moz-animation:destello 1000ms infinite alternate;
    -o-animation:destello 1000ms infinite alternate;
    animation:destello 1000ms infinite alternate;*/
    background-color:#fbf9d1 !important;
}

/* ---------------------------- GROSOR ---------------------------- */
.wSB{
    font-weight:600;
}
.wB{
    font-weight:bold;
}
.wEB{
    font-weight:800;
}
/* ---------------------------- COLORES ---------------------------- */

.cd62f2f{ /* ROJO */
    color:red !important;
}
.c91c842{ /* VERDE CLARO */
    color:#91c842 !important;
}
.c1a9814{ /* VERDE */
    color:#1a9814 !important;
}
.c005AC2{/*AZUL*/
    color:#005AC2;
}
.cffffff{/* BLANCO */
    color:#ffffff !important;
}
.cededed{/* BEIS */
    color:#ededed !important;
}
.cbbbbbb{/* GRIS */
    color:#bbbbbb !important;
}
.c858585{/* GRIS OSCURO */
    color:#858585 !important;
}
.c777777{/* GRIS AUN MÁS FUERTE */
    color:#777777 !important;
}
.c6d6d6d{/* GRIS AUN MAS FUERTE QUE EL ANTERIOR */
    color:#6d6d6d !important;
}
.c373737{/* GRIS CASI NEGRO */
    color:#373737 !important;
}
.c4d4d4d{
    color:#4d4d4d !important;
}
.c000000{
    color:#000 !important;
}
/* ---------------------------- TAMAÑO ---------------------------- */

.s8{
    font-size:8px;
}

.s10{
    font-size:10px;
}
.s11{
    font-size:11px;
}
.s12{
    font-size:12px;
}
.s13{
    font-size:13px;
}
.s14{
    font-size:14px;
}
.s15{
    font-size:15px;
}
.s16{
    font-size:16px;
}
.s17{
    font-size:17px;
}
.s18{
    font-size:18px;
}
.s20{
    font-size:20px;
}
.s22{
    font-size:22px;
}
.s24{
    font-size:24px;
}
.s28{
    font-size:28px;
}
.s30{
    font-size:30px;
}



/* ############################# ESTILOS PARA LOS CONTENEDORES ################################## */

/* CLASES RÁPIDAS */
.hidden{
    display:none;
}

.wrapperDivider{
    position:relative;
    height:auto;
    display:block;
    margin:0;
    padding:0;
}

.noWrap{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.textAlignCenter{
    text-align-last:center;
    text-align:center;
    -moz-text-align-last:center;
    text-align-last:center;
    -ms-text-align-last:center;
}

.table{
    display:table;
}
.row{
    display:table-row;
}
.cell{
    display:table-cell;
}

.center{
    display:table;
    margin:0 auto;
}
.marginTop15{
    margin-top:15px;
}
.paddingLeft15{
    padding-left:15px;
}

/* SOMBRAS */
.wrapperShadowBtn{
    -webkit-box-shadow:0px 1px 2px 1px rgba(85,85,85,0.5);
    -moz-box-shadow:0px 1px 2px 1px rgba(85,85,85,0.5);
    box-shadow:0px 1px 2px 1px rgba(85,85,85,0.5);
}

.wrapperShadowBasket {
    -webkit-box-shadow:0px 0px 35px 5px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 0px 35px 5px rgba(0,0,0,0.3);
    box-shadow:0px 0px 35px 5px rgba(0,0,0,0.3);
}

.wrapperShadow{
    -webkit-box-shadow:2px 2px 40px -3px rgba(85,85,85,0.5);
    -moz-box-shadow:2px 2px 40px 10px rgba(85,85,85,0.5);
    box-shadow:2px 2px 40px 10px rgba(85,85,85,0.5);
}
.wrapperShadow:active {
    -webkit-box-shadow: 2px 2px 40px 10px rgba(85, 85, 85, 0.5);
    -moz-box-shadow: 2px 2px 40px 10px rgba(85, 85, 85, 0.5);
    box-shadow: 2px 2px 40px 10px rgba(85, 85, 85, 0.5);
}


.innerShadow{
    -webkit-box-shadow:inset 0px 1px 1px 0px rgba(55,55,55,0.65);
    -moz-box-shadow:inset 0px 1px 1px 0px rgba(55,55,55,0.65);
    box-shadow:inset 0px 1px 1px 0px rgba(55,55,55,0.65);
}

/* COLORES DE FONDO */
.bRed{
    background-color:#d62f2f;
}
.bYellow{
    background-color:#f7d449;
}
.bGreen{
    background-color:#19b111;
}
.bBlack{
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
}
.bWhite{
    background-color:#ffffff;
}
.bBlue{
    background-color:#005AC2;
}
.bGray{
    background-color:rgb(197, 199, 208) !important;
}
.bGraySoft{
    background-color:#f2f2f2 !important;
}
.bDisabled{
    background-color:rgb(197, 199, 208) !important;
    border:2px solid rgb(189, 190, 197) !important;
}
.bWrong{
    background-color:rgb(255, 228, 228) !important;
}
.bGreyscale{
    -webkit-filter:grayscale(1); /* Old WebKit */
    -webkit-filter:grayscale(100%); /* New WebKit */
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
    filter:url(resources.svg#desaturate); /* Gecko */
    filter:gray; /* IE */
    filter:grayscale(100%); /* Current draft standard */
}

/* BORDES REDONDEADOS */
.roundCorners{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.topRoundCorners{
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.botRoundCorners{
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
.leftRoundCorners{
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomleft:10px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.rightRoundCorners{
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomright:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}

.noHeaderBorder{
    border:none !important;
    height:50px !important;
}

/* EFECTOS */
@-webkit-keyframes blink {
    from {
        opacity:1.0;
    }
    to {
        opacity:0.0;
    }
}
.blink {
    -webkit-animation-name:blink;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration:1s;
}

/* FIN CLASES RÁPIDAS */

.loadingScreen{
    background-image:url(../img/loading3Dots.gif);
    position:absolute;
    display:none;
    bottom:0;
    right:0;
    left:0;
    height:35px;
    background-size:65px 19px;
    background-position:center center;
    background-repeat:no-repeat;

}

#api-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  #api-loader .loader-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  #api-loader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
  }

  #api-loader .loader-text {
    margin: 0;
    color: #333;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.viewWrapper{
    -webkit-transform:translate3d(0,0,0);
    z-index:7;
    top:0;
    position:absolute;
    height:100vh;
    width:100%;
}

.overflow{
    overflow:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    overflow-scroll:hidden;
}

.wrapperMaps{
    -webkit-transform:translate3d(0,0,0);
    z-index:0;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#e6e6e6;
}

#wrapperMapsUserAddressContainer .centerMarker{
    position:absolute;
    background:url(https://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
    top:50%;left:50%;
    z-index:1;
    margin-left:-10px;
    margin-top:-34px;
    height:34px;
    width:20px;
    cursor:pointer;
}

.centerMarkerDragging{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}

/* POPUPS */
.popUpAlertWrapper{
    display:none;
    -webkit-transform:translate3d(0,0,0);
    z-index:77779;
    margin:100px auto 0 auto;
    width:75%;
    max-width:450px;
    box-sizing:border-box;
    /*padding:20px;*/
    text-align:center;
}
.popUpButtonsWrapper{
    display:table;
    border-collapse:separate;
    border-spacing:5px;
    width:100%;
    /*margin-top:5px;*/
}
.poUpButton{
    display:table-cell;
    box-sizing:border-box;
    padding:2px;
    vertical-align:middle;
    height:40px;
    cursor:pointer !important;
    width:33%;
}

.popUpMsgWrapper{
    display:none;
    -webkit-transform:translate3d(0,0,0);
    z-index:7779;
    box-sizing:border-box;
    padding:15px;
    text-align:center;
}
.popUpLoginEmailWrapper{
    display:none;
    -webkit-transform:translate3d(0,0,0);
    z-index:7778;
    width:80%;
    max-width:450px;
    box-sizing:border-box;
    padding:15px;
    text-align:center;
}
.popUpLoginError{
    text-align:center;
    margin-top:10px;
}
.popUpLoginCaptcha{
    text-align:center;
    margin-top:15px;
}
.popUpLoginRemember{
    margin-top:15px;
    cursor:pointer;
}
.popUpLoginButtonWrapper{
    display:table;
    border-collapse:separate;
    border-spacing:5px;
    width:100%;
    margin-top:10px;
}

.popUpImgWrapper{
    display:none;
    -webkit-transform:translate3d(0,0,0);
    z-index:7778;
    width:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:20px;
}
.popUpImgWrapperTwo{
    display:inline-block;
    position:relative;
    width:90vw;
    height:90vw;
    max-width:70vh;
    max-height:70vh;
    box-sizing:border-box;
    border:2px solid #373737;
    background-repeat:no-repeat;
    background-size:cover;
}
.popUpImgContent{
    position:absolute;
    top:-30px;
    right:-2px;
    left:-2px;
    min-height:20px;
    padding:5px 0;
    background-color:#373737;
}

.headerDishOptions{
    /*z-index:7776;*/
    /*height:49px;*/
    /*position:fixed;
    top:0;
    left:0;
    right:0;*/
    transform:translate3d(0,0,0);
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden
        /*    –webkit-overflow-scrolling:auto;*/
        /*    -webkit-transform:translate3d(0,0,0);
            translate3d(0, 0,0);
            -webkit-overflow-scrolling:touch;
            transform:translateZ(0);
            -moz-transform:translatez(0);
            -ms-transform:translatez(0);
            -o-transform:translatez(0);
            -webkit-transform:translateZ(0);
            -webkit-font-smoothing:antialiased;*/
}

.circleOrderType {
    border-radius:50%;
    width:25vh;
    height:25vh;
    text-align:center;
}


.dinamicHeaderTitle{
    position:relative;
    left:0;
    right:0;
    line-height:50px;
    display:none;
}
.dinamicHeaderbuttons{
    position:relative;
    float:right;
    width:auto;
}
.buttonFilterSearch, .buttonFilterSearchActive, .buttonFilterCategory, .buttonFilterCategoryActive, .buttonFilterOrder, .buttonFilterOrderActive{
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    padding:10px 0 10px 0;
    text-align:center;
    background-color:white;
}
.buttonFilterSearchActive, .buttonFilterCategoryActive, .buttonFilterOrderActive{
    background-color:#f7d449;
}

.buttonGeo{
    position:relative;
    float:left;
    margin:5px 12px 0 0;
    width:40px;
    height:40px;
    background-size:25px 25px;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}
.buttonGeoActive{
    position:absolute;
    top:5px;
    left:0;
    width:40px;
    height:40px;
    background-size:25px 25px;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}

.resRow{
    position:relative;
    height:284px;
}

.resRowPanImg{
    width:100%;
    position:absolute;
    top:1px;
    bottom:0px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#373737;
    object-fit: cover;
    overflow: hidden;
}


.resRowTwoDishOptions{
    position:relative;
    box-sizing:border-box;
    padding:0px 0px 5px 0px;
    top:5px;
    /* right:5px; */
    bottom:0px;
    /* left:5px; */
}

.resRowTwoCompShow{
    position: relative;
    box-sizing: border-box;
    top: 5px;
    bottom: 0px;
    height: 284px;
}
.compShowMargins{
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.resRowGradient{
    background-image:linear-gradient(
        to bottom,
        transparent,
        transparent,
        transparent,
        rgba(0,0,0,0.1),
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.6)
        );
}
.resRowThree{
    display:table;
    width:100%;
    height:100%;
}














.resRowInfo{
    display:table-cell;
    box-sizing:border-box;
    padding:0 15px 0 5px;
    vertical-align:bottom;
    overflow:hidden;
    text-overflow:ellipsis;
}
.resRowInfoCard{
    box-sizing:border-box;
    vertical-align:bottom;
    overflow:hidden;
    text-overflow:ellipsis;
    height:100%;
}






.companyCardWhite{
    display:table;
    box-sizing:border-box;
    /*padding:0px 10px 0px 10px;*/
    width:95vw;
    height:90vh;
    border-bottom:1px solid #ddd;
    background-color:#f2f2f2;
}







.restCardOrderSelection{
    display:table;
    margin:0 auto;
    box-sizing:border-box;
    width:45%;
    padding:10px 2px;
    background-color:#ffffff;
    text-align:center;
    cursor:pointer;
    background-color:#f7d449;
}

.restCardOrderSelection-selected{
    background-color:#f7d449;
}
.restCardOrderSelection-disabled{
    background-color:#dadada !important;
    color:#8f8f8f !important;
    cursor:default;
    text-decoration:line-through;
}





/* Background colors de los elementos seleccionables*/
.bElementSelected{
    -webkit-animation:destello 750ms 1 forwards;
    -moz-animation:destello 750ms 1 forwards;
    -o-animation:destello 750ms 1 forwards;
    animation:destello 750ms 1 forwards;
    /*background-color:#fbf9d1 !important;*/
    /*background-color:#effbd1 !important;*/
}
.bElementCantSelect{
    cursor:default !important;
    background-color:#f8f8f8 !important;
}
.elementDisabled{
    opacity:0.5;
    cursor:default !important;
    background-color:#f8f8f8 !important;
}

/* Divs para mostrar las cantidades */
.elementQuantityImg{
    position:absolute;
    display:none;
    top:5px;
    right:0;
    bottom:5px;
    left:5px;
}
.elementQuantityNoImg{
    display:none;
    width:75px;
    vertical-align:middle;
    cursor:default;
}

.elementQuantityImg, .elementQuantityNoImg{
    /*text-shadow:-1px 0 #373737, 0 1px #373737, 1px 0 #373737, 0 -1px #373737;
    font-weight:bold;*/
    color:#ffffff;
    font-size:14px;
    /*opacity:0.8;*/
    text-align:center;
}
.vAlignElementQuantity{
    position:relative;
    top:0%;
    left:0%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    width:100%;
    background-color:#ff0000;
    border-radius:50%;
    width:17px;
    height:18px;
    padding:3px;
    margin-left:55px;
    display:inline-block;
}



.elementQuantityDishOptions{
    display:none;
    box-sizing:border-box;
    width:70px;
    padding-bottom:5px;
    vertical-align:middle;
    text-align:center;
    width:50px;
    background-color:#ffffff;
    font-size:20px;
    font-weight:bold;
}

.cart-summary {
    margin-top: 30px;
}

.cart-summary table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.cart-summary th, .cart-summary td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.cart-summary img {
    width: 50px;
    height: auto;
    object-fit: cover;
}

.cart-summary .product-name {
    font-weight: bold;
}

.carteCatWrapper{
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin:10px
}

.carteCatTitle{
    -webkit-transform:translate3d(0,0,0);
    /*z-index:9;
    position:relative;*/
    box-sizing:border-box;
    margin: 0 25px;
    /*margin:10px 0 0 0;*/
    /*padding:10px 10px 10px 10px;*/
    /*background-color:#fff;*/
}
.carteCatTitleFixed{
    transform:translateZ(0);
    -moz-transform:translatez(0);
    -ms-transform:translatez(0);
    -o-transform:translatez(0);
    -webkit-transform:translateZ(0);
    -webkit-font-smoothing:antialiased; /* seems to do the same in Safari */
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-overflow-scrolling:touch;
    z-index:7778;
    position:fixed;
    top:50px;
    width:100%;
    box-sizing:border-box;
    padding:10px;
    text-align:center;
    background-color:rgba(255, 255, 255, 0.7);
    overflow-x:hidden
}
.productWrapper{
    -webkit-transform:translate3d(0,0,0);
    z-index:2;
    position:relative;
    display:table;
    box-sizing:border-box;
    min-height:70px;
    width:100%;
    /*background-color:#f7f7f7;*/
    border-bottom:2px solid #ffffff;
    border-left:2px solid #ffffff;
    border-right:2px solid #ffffff;
    cursor:pointer;
    border-bottom:1px solid #e2e2e2;
}


.productImgWrapper{
    position:relative;
    display:table-cell;
    box-sizing:border-box;
    padding:5px 0px 5px 5px;
    width:75px;
}
.productImg{
    height:70px;
    width:70px;
    min-height:70px;
    min-width:70px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#fff;
}

.productImg2{
    aspect-ratio: 1 / 1;
    background-size: cover;
    width: 100%;
    /*min-height: calc((100vw - 60vw) / 3);*/
    /*padding-top:0;
    height:200px;
    width:100%;
    background-position-y:middle;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#fff;*/
}

.productInfo{
    display:table-cell;
    box-sizing:border-box;
    padding:2px 5px;
    vertical-align:middle;
}
.productVote{
    display:table-cell;
    width:15px;
    background-repeat:no-repeat;
    background-size:15px 15px;
    background-position:left center;
}
.productPrice{
    display:table-cell;
    width:100px;
    box-sizing:border-box;
    padding:10px 5px 10px 0px;
    vertical-align:middle;
    text-align:right;
    font-size:14px;
}




.variantsImgWrapper{
    display:table-cell;
    box-sizing:border-box;
    border-right:solid 2px #ffffff;
    width:72px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    cursor:pointer;
}




.imgLoadingGif{
    /*background-color:#f7f7f7;*/
    /* background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size:20px !important; */
}

.showCompany{
    /*position:absolute;
    top:50px;*/
    width:100%;
    /*background-color:#fff;*/
}

.dishOptions{
    display:none;
    transform:translateZ(0);
    -moz-transform:translatez(0);
    -ms-transform:translatez(0);
    -o-transform:translatez(0);
    -webkit-transform:translateZ(0);
    -webkit-font-smoothing:antialiased; /* seems to do the same in Safari */
    /*position:fixed;*/
    /*top:50px;*/
    width:100%;
    height:75vh;
    overflow-y:scroll;
    background-color:#fff;
    z-index:7780;
    position:fixed;
    margin-top:50px;
}

.noImgDishOptionsHeight{

}


.dishOptionsSubCard{
    background-color:#ffffff;
}




.dishOptionsSelectionTitle{
    box-sizing:border-box;
    /*padding:10px;*/
    text-align:center;
    /*border-top:1px #1a9814 solid;
    border-bottom:1px #1a9814 solid;*/
    width:100%;
    background-color:#f2f2f2;
}

.dishOptionsElementWrapper{
    /*padding-bottom:52px;*/
}

.dishOptionsExtrasContinue{

    width:90%;
    text-align:center;
    padding:5px 0 5px 0;
    position:fixed;
    z-index:7799;
    bottom:0;
    color:#fff;
    margin:0 5% 15px 5%;
    font-size:17px;
    background-color:#3EA529;
    -webkit-border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    -moz-border-radius:35px;
    font-family:'roboto_light', sans-serif;
    box-shadow:0px 3px 10px 0px #868882;

    transform:translateZ(0);
    -moz-transform:translatez(0);
    -ms-transform:translatez(0);
    -o-transform:translatez(0);
    -webkit-transform:translateZ(0);
    -webkit-font-smoothing:antialiased;
    -webkit-transform:translate3d(0,0,0);

    /*display:none;
    color:#fff;
    position:fixed;
    transform:translateZ(0);
    -moz-transform:translatez(0);
    -ms-transform:translatez(0);
    -o-transform:translatez(0);
    -webkit-transform:translateZ(0);
    -webkit-font-smoothing:antialiased;
    -webkit-transform:translate3d(0,0,0);
     z-index:7;
     right:0px;
     bottom:0px;
     left:0px;
    cursor:pointer;
    box-sizing:border-box;
    border:1px solid #ffffff;
    padding:15px 5px;
    text-align:center;
    color:#4d4d4d;*/
    /* margin:10px 0 0 0; */

}
/**/

.compShowSlide{
    height:100dvh;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:100%;
    position:fixed !important;
    -webkit-font-smoothing:antialiased;
    box-sizing:border-box;
    background-color:#fff;
    max-width:800px;
    position:fixed !important;
    -webkit-font-smoothing:antialiased; /* seems to do the same in Safari */
    /*opacity:0;*/
    display:none;
    /*-webkit-transform:translateX(100%);
    transform:translateX(100%);*/
    z-index:4;
    box-sizing:border-box;
    /*padding:55px 5px 75px 5px;*/
    background-color:#ffffff;
}




.compShowSlideContent{
    position:absolute;
    top:40px;
    right:0;
    bottom:0;
    left:0;
    overflow-y:auto;
    padding:0 10px;
}







.orderPlacedSummary{
    box-sizing:border-box;
    padding:5px;
}

/* Plantilla para todos los resúmenes */
.summary{
    display:inline-block;
    width:100%;
    box-sizing:border-box;
    padding:5px 5px 10px 5px;
}
.summaryRowSeparator{
    display:table;
    width:100%;
    height:5px;
}
.summaryLine{
    display:table;
    width:100%;
    max-width:790px;
    height:1px;
    margin:10px auto;
    background-color:#dddddd;
}
.summaryRow{
    display:table;
    width:100%;
    padding-bottom:15px;
}
.summaryButton{
    display:table-cell;
    padding:5px 15px;
    /*height:29px;*/
    pagging-bottom:1px;
    /*width:30px;*/
    text-align:center;
    vertical-align:middle;
    /*background-color:#f7f7f7;*/
    /*border:5px solid #ffffff;*/
    border-bottom:none;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

.summaryVoteProductButton{
    display:table-cell;
    height:25px;
    width:35px;
    background-repeat:no-repeat;
    background-size:15px 15px;
    background-position:center center;
    cursor:pointer;
}

.summaryNOButton{
    display:table-cell;
    width:80px;
}

.summaryProductInfo{
    display:table-cell;
    vertical-align:middle;
    /*width:65%;*/
}
.summaryProductPrice{
    display:table-cell;
    text-align:right;
    vertical-align:middle;
    width:auto;
}

.summaryStep{
    display:table-cell;
    box-sizing:border-box;
    padding-left:15px;
    vertical-align:middle;
}
.summaryStepExtras{
    display:table-cell;
    box-sizing:border-box;
    padding-left:30px;
    vertical-align:middle;
    width:65%;
}
.summaryExtra{
    display:inline-block;
}

/* A borrar una vez unificados los resúmenes de pedido */
.orderShowSummaryPadding{
    position:relative;
    display:block;
    height:auto;
}








/* fin borrar */

.addressWrapper{
    padding:5px;
    position:relative;
    display:table;
    box-sizing:border-box;
    min-height:70px;
    width:100%;
    background-color:#f7f7f7;
    border-bottom:2px solid #ffffff;
    border-left:2px solid #ffffff;
    border-right:2px solid #ffffff;
}
.addressHover{
    cursor:pointer;
}

.addressRemove{
    display:table-cell;
    width:60px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:15px 20px;
}








.orderShowContentWrapper{
    position:relative;
    display:block;
    height:auto;
    /*border-bottom:1px solid #ebebeb;*/
}














.userLoginFacebookButton, .userLoginGoogleButton, .userRegisterEmailButton,
.userRegisterEmailButton{
    background-color:#f7d449;
}
.userLoginFacebookButton{
    background-color:#3a5897;
    background-repeat:no-repeat;
    background-position:10px center;
    background-size:14px;
}
.userLoginGoogleButton{
    background-color:#d95332;
    background-repeat:no-repeat;
    background-position:10px center;
    background-size:30px;
}










.selectOption{
    width:100%;
    height:40px;
    padding:0px 10px 0px 10px;
    border:none;
    background-color:#ebebeb;
    outline:none;
}
.selectOption:hover, #selectOption:active, #selectOption:focus{
    outline:none;
}
.wrapperWhatsApp{
    position:relative;
    float:left;
    box-sizing:border-box;
    width:50%;
    padding:5px 15px 5px 15px;
}
.whatsAppButtonActive{
    border-radius:10px;
    position:relative;
    width:50px;
    height:50px;
    vertical-align:middle;
    cursor:pointer;
    background-color:#f7d449;
    /*border:1px solid #f7d449;*/
}
.whatsAppButtonActive:active, .whatsAppButtonActive:focus{
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);

    border:#efb435 solid 1px;
}
.whatsAppButtonInactive{
    border-radius:10px;
    position:relative;
    width:50px;
    height:50px;
    vertical-align:middle;
    cursor:pointer;
    background-color:#f5f5f5;
    /*border:#cccccc solid 1px;*/
}
.whatsAppButtonInactive:active, .whatsAppButtonInactive:focus{
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);

    border:#c1c1c1 solid 1px;
}






.noItemsWrapper{
    position:relative;
    left:0;
    right:0;
    padding:15px;
}
















.orderFinalizedComents{
    width:95%;
    height:50px;

    border:none;
    background-color:#ebebeb;
    padding:10px;
    outline:none;
}
.orderFinalizedComents:hover, #orderFinalizedComents:active, #orderFinalizedComents:focus{
    outline:none;
}






















.shoppingCount{
    color:#ffffff;
}




/* INICIO ROULETTE */








/* STARS */

.star{
    display:table-cell;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:14px;
}

/*Fuente contador votaciones lista restaurantes*/







.inputIntroPC{
    width:100%;
    text-align:center;
    height:40px;
    background-color:#f5f5f5;
    border:1px solid #e0e0e0;
    border-radius:8px;
    padding:8px 12px;
    font-size:14px;
    color:#4d4d4d;
    outline:none;
    transition:border 0.2s, background-color 0.2s;
    box-sizing:border-box;
}
.inputIntroPC:hover, .inputIntroPC:active, .inputIntroPC:focus{
    border:1.5px solid #2196f3;
    background-color:#eaf6ff;
    outline:none;
}
.inputIntroPC::-webkit-input-placeholder {
    color:#6d6d6d;
}
.inputIntroPC:-moz-placeholder {
    color:#6d6d6d;
    opacity:1;
}
.inputIntroPC::-moz-placeholder {
    color:#6d6d6d;
    opacity:1;
}
.inputIntroPC:-ms-input-placeholder {
    color:#6d6d6d;
}

.inputIntroPCNoBorder{
    text-align:left;
    padding:10px;
    border:none;
    border:1px solid #f2f2f2;
    outline:none;
}













.separator{
    float:none;
    clear:both;
}
.separator5{
    float:none;
    clear:both;
    height:5px
}
.separator10{
    float:none;
    clear:both;
    height:10px
}
.separator15{
    float:none;
    clear:both;
    height:15px
}
.separator20{
    float:none;
    clear:both;
    height:20px
}
.separator25{
    float:none;
    clear:both;
    height:25px
}
.separator40{
    float:none;
    clear:both;
    height:40px
}
.separator50{
    float:none;
    clear:both;
    height:50px
}

.circle {
    border-radius:50%;
    /*border-bottom:#000 solid 1px;*/
    width: 18px;
    height: 18px;
    text-align: center;
    /*font-family: initial;*/
    color:#000;
}









.dogScreen{
    background-size:200px 248px;
    background-repeat:no-repeat;
    background-position-y:center;
    width:200px;
    height:248px;
}





ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

/*.basket{
    width:90%;
    text-align:center;
    padding:5px 0 5px 0;
    position:fixed;
    z-index:7779;
    bottom:0;
    color:#fff;
    margin:0 5% 15px 5%;
    font-size:18px;
    background-color:#3EA529;
    -webkit-border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    -moz-border-radius:35px;
    font-family:'roboto_light', sans-serif;
    box-shadow:0px 3px 10px 0px #868882;
}*/

.basket1{
    width:90%;
    max-height:70px;
    text-align:center;
    position:absolute;
    z-index:3;
    bottom:0;
    color:#fff;
    margin:0 5% 20px 5%;
    font-size:16px;
    -webkit-border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    -moz-border-radius:35px;
    font-family:'ProximaNovaLight','roboto_light', sans-serif;
}





#headerCompShowPhantom{
    z-index:1;
    /*background-color:#91c842;*/
}

#headerCompShow{
    z-index:7777;
}







#jsOrderType{
    z-index:7779;
}







.startingScreen{
    background-color:#7FC538;
}

.discount{
    background:#41583d;
    background:-moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background:-webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background:-o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background:-ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background:linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}


#breadcrumbs{
    font-size:10px;
    color:#666;
    margin:0 5px 0 5px;
    /*padding:5px;*/
}

.countStyle{
    background-color:#ff0000;
    border-radius:50%;
    width:17px;
    height:17px;
    padding:3px 3px 3px 3px;
    display:inline-table;
}
#card-errors{
    text-align:center;
    color:red;
}

.box{
    -webkit-box-shadow:0 0 0 1px #676767;
    border:0;
    border-radius:5px;
    background-color:#fff;
    -webkit-transition:all 150ms;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}



.circleStatus {
    border-radius:50%;
    width:12px;
    height:12px;
    text-align:center;
    font-family:initial;
}

.discount, .startingScreen, .bgDiscount, .circle{
    background-color:#000;
}



.acceptButton{
    max-width:300px;
    line-height:40px;
    margin:0 auto 20px auto;
    cursor:pointer;
    white-space:nowrap;
    background-color:#0871c4;
    color:#ffffff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-align:center;
    fotn-weight:bolder;
}

.roundCorners30{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}

/*Animaciones start app*/

.effect2{
    /*align-self:flex-end;
    animation-duration:.5s;
    animation-iteration-count:1;
    animation-name:zoom-1;
    animation-timing-function:ease;*/
}
@keyframes zoom-1 {
    0% {
        transform:scale(1.5,1.5);
    }
    100% {
        transform:scale(1,1);
    }
}

.effect3{
    align-self:flex-end;
    animation-duration:.5s;
    animation-iteration-count:1;
    animation-name:zoom-2;
    animation-timing-function:ease;
}
@keyframes zoom-2 {
    0% {
        transform:scale(1,1);
    }
    30% {
        transform:scale(1.05,1.05);
    }
    70% {
        transform:scale(1,1);
    }
    100% {
        transform:scale(1,1);
    }
}
.effect4{
    align-self:flex-end;
    animation-duration:.5s;
    animation-iteration-count:1;
    animation-name:zoom-3;
    animation-timing-function:ease;
}
@keyframes zoom-3 {
    0% {
        transform:scale(0,0);
    }
    30% {
        transform:scale(1.05,1.05);
    }
    70% {
        transform:scale(1,1);
    }
    100% {
        transform:scale(1,1);
    }
}
.effect5{
    align-self:flex-end;
    animation-duration:.25s;
    animation-iteration-count:1;
    animation-name:page-right-effect;
    animation-timing-function:ease-out-in;
    transform:translate3d(100vw, 0, 0);
}
@keyframes page-right-effect {
    0% {
        transform:scale(1,1);
        /*transform:translate3d(0, 0, 0);*/
    }
    50% {
        transform:scale(.9,.9);
        /*transform:translate3d(100vw, 0, 0);*/
    }
    100% {
        transform:translate3d(100vw, 0, 0);
    }
}
.effect6{
    align-self:flex-end;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-name:zoom-4;
    animation-timing-function:ease;
}
@keyframes zoom-4 {
    0% {
        transform:scale(1.05,1.05);
    }
    50% {
        transform:scale(1,1);
    }
    100% {
        transform:scale(1.05,1.05);
    }
}


/* FIN Animaciones Transitions */

/* Animaciones Transitions Laterales */
.page-center {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition-duration:.5s;
    transition-duration:.5s;
}

.page-right {
    -webkit-transform:translate3d(100vw, 0, 0);
    transform:translate3d(100vw, 0, 0);
    -webkit-transition-duration:.5s;
    transition-duration:.5s;
}
.btn-down {
    -webkit-transform:translate3d(0, -100vw, 0);
    transform:translate3d(0, 62px, 0);
    -webkit-transition-duration:.25s;
    transition-duration:.25s;
}
.btn-up {
    -webkit-transform:translate3d(0, 100vw, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition-duration:.25s;
    transition-duration:.25s;
}
/* FIN Animaciones Transitions Laterales */
/*Swiper css*/
.swiper-container{
    margin:0 auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;
    z-index:1
}
.swiper-wrapper{
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform,-webkit-transform;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}



.swiper-slide{
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform,-webkit-transform
}
.swiper-slide-invisible-blank{
    visibility:hidden
}


.swiper-button-next,.swiper-button-prev{
    position:absolute;
    top:50%;
    width:27px;
    height:44px;
    margin-top:-22px;
    z-index:10;
    cursor:pointer;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
    opacity:.35;
    cursor:auto;
    pointer-events:none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
    left:10px;
    right:auto
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
    right:10px;
    left:auto
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock{
    display:none
}
.swiper-pagination{
    position:absolute;
    text-align:center;
    -webkit-transition:.3s opacity;
    -o-transition:.3s opacity;
    transition:.3s opacity;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    z-index:10
}
.swiper-pagination.swiper-pagination-hidden{
    opacity:0
}









.swiper-pagination-bullet{
    width:8px;
    height:8px;
    display:inline-block;
    border-radius:100%;
    background:#000;
    opacity:.2
}
button.swiper-pagination-bullet{
    border:none;
    margin:0;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    cursor:pointer
}
.swiper-pagination-bullet-active{
    opacity:1;
    background:#007aff
}




.swiper-pagination-progressbar{
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#007aff;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    -webkit-transform-origin:right top;
    -ms-transform-origin:right top;
    transform-origin:right top
}




.swiper-pagination-lock{
    display:none
}
.swiper-scrollbar{
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}


.swiper-scrollbar-drag{
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}

.swiper-scrollbar-lock{
    display:none
}
.swiper-zoom-container{
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    text-align:center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
    max-width:100%;
    max-height:100%;
    -o-object-fit:contain;
    object-fit:contain
}
.swiper-slide-zoomed{
    cursor:move
}
.swiper-lazy-preloader{
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    -webkit-transform-origin:50%;
    -ms-transform-origin:50%;
    transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after{
    display:block;
    content:'';
    width:100%;
    height:100%;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position:50%;
    background-size:100%;
    background-repeat:no-repeat
}

@-webkit-keyframes swiper-preloader-spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes swiper-preloader-spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.swiper-container .swiper-notification{
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}











.productDetailWrapper{
    height:90vh;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    max-width:500px;
    width:100%;
    position:fixed !important;
    -webkit-font-smoothing:antialiased;
    z-index:4;
    box-sizing:border-box;
    background-color:#fff;

}


/*FIN Swiper css*/

::-webkit-scrollbar {
    width:0px; /* remove scrollbar space */
    background:transparent; /* optional:just make scrollbar invisible */
}

.fadeIn {
    -webkit-animation:animat_show 0.8s;
    animation:animat_show 0.8s;
    visibility:visible !important;
}

@-webkit-keyframes animat_show{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}

.imgLoadingGif {
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

#carteFamiliesSlideContent, #productsFamily2SlideContent{
    position:fixed;
    z-index:7776;
    min-height:100vh;
    top:0;
    bottom:0;
    right:0;
    left:0;
    height:100%;
    padding:0;
    margin:0;
    background-color:#fff;
    -webkit-overflow-scrolling:touch;
    -moz-transition:transform .25s;
    -webkit-transition:transform .25s;
    -ms-transition:transform .25s;
    -o-transition:transform .25s;
    transition:transform .25s;
}


.swiper-slide {
    width:100%;
    height:100%;
}



#otherLanguagesBox{
    padding:10px 5%;
    margin:0 10px;
    background-color:#424242;
    color:#fff;
}
/*Checkbox login*/
.cbx {
    margin:auto;
    -webkit-user-select:none;
    user-select:none;
    cursor:pointer;
}
.cbx span {
    display:inline-block;
    vertical-align:middle;
    transform:translate3d(0, 0, 0);
}
.cbx span:first-child {
    position:relative;
    width:18px;
    height:18px;
    border-radius:3px;
    transform:scale(1);
    vertical-align:middle;
    border:1px solid #000;
    transition:all 0.2s ease;
}
.cbx span:first-child svg {
    position:absolute;
    top:3px;
    left:2px;
    fill:none;
    stroke:#FFFFFF;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray:16px;
    stroke-dashoffset:16px;
    transition:all 0.3s ease;
    transition-delay:0.1s;
    transform:translate3d(0, 0, 0);
}
.cbx span:first-child:before {
    content:"";
    width:100%;
    height:100%;
    background:#036906;
    display:block;
    transform:scale(0);
    opacity:1;
    border-radius:50%;
}
.cbx span:last-child {
    padding-left:8px;
}
.cbx:hover span:first-child {
    border-color:#506EEC;
}

.inp-cbx:checked + .cbx span:first-child {
    background:#036906;
    border-color:#036906;
    animation:wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset:0;
}
.inp-cbx:checked + .cbx span:first-child:before {
    transform:scale(3.5);
    opacity:0;
    transition:all 0.6s ease;
}

@keyframes wave {
    50% {
        transform:scale(0.9);
    }
}
/*END Checkbox login*/


.headerHeight{
    height:49px;
}

.headerPhantom{
    width:100%;
    height:50px;
}

.categoriesContainer{
    top:45px;
}

.flip{
    transform:scale(-1, 1);
    -moz-transform:scale(-1, 1);
    -webkit-transform:scale(-1, 1);
    -o-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform:scale(-1, 1);
}



#cartElementQuantity {
    text-align:center;
    position:relative;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    width:100%;
    background-color:#ff0000;
    border-radius:50%;
    width:17px;
    height:18px;
    padding:3px;
    color:white;
    top: 35px;
    right: 15px;
}
#cartElementQuantityPc {
    text-align:center;
    position:relative;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    width:100%;
    background-color:#ff0000;
    border-radius:50%;
    width:17px;
    height:18px;
    padding:3px;
    color:white;
    top: 0;
    right: 6px;
}










#orderTypeText{
    width:auto;
    text-align:center;
    color:#000;
    padding:2.5%;
    opacity:0.8;
    background-color:#ffffffee;
}



.productPriceResume{
    width:95%;padding: 0% 2.5% 0 2.5%;border-top: 1px #ccc solid;
}





#orderTypeWrapper{
    display:none;
}

.tableFlex {
    display: flex;
    flex-wrap: wrap;
}

.cellFlex{
        width:50%;
        /*text-align:center;*/
        /*padding:0;*/
        vertical-align:top;
        flex-grow: 1;
    }

    .cellFlex60 {
        width: 100%;
    }





.swiper-container {
    background-color:#f5f5f5;
    background-size:cover;
}


.viewTitle {
    font-family: 'ProximaNovaRegular', 'roboto_regular', sans-serif;
    color: #333; /* Color del texto */
    text-align: center;
    margin: 20px 0;
}

@media (min-width:816px){
    /* Pantalla panorámica (más ancha que alta) */
    .swiper-container {
        width: 500px; /* Máximo de 500px de ancho */
        max-height: 50% !important; /* 70% de la altura del contenedor */
        background-position-y:center;
    }
    .swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
        -o-object-fit:none;
        object-fit:none
    }
    .productInfoContainer{
        height:calc(75vh - 50px);
    }
    .productDetailWrapper{
        height:75vh;
    }
    #purchaseWrapper{
        overflow:hidden;
        height: 80vh;
    }
    .wrapperMaps{
        width:calc(100% - max(220px, 15vw));
        left:15vw;
    }
    .viewTitle {
        font-size: 2.8rem; /* Título grande para PC */
        font-weight: bold;
        line-height: 1.2; /* Espaciado vertical del texto */
    }
}

.jsDinamicHeader {
    position: fixed !important;
    top: env(safe-area-inset-top, 0px) !important;
    z-index: 9999 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    right:0;
    padding:20px;
}

@media (max-width:816px){
    /*.productDetailWrapper{
        height:100vh !important;
        max-width:100% !important;
        width:100%;
    }*/

    /*.productInfoContainer{
        height:calc(100vh - 50px);
    }*/

    .productDetailWrapper{
        height: 100dvh !important; /* Cambiar de 100vh a 100dvh */
        max-width:100% !important;
        width:100%;
        top: 0 !important; /* Cambiar de 50% a 0 */
        left: 0 !important; /* Cambiar de 50% a 0 */
        transform: none !important; /* Cambiar de translate(-50%, -50%) a none */
        position: fixed !important;
    }

    /* Asegurar que el botón de cerrar esté visible */


     /* Ajustar el contenedor del botón de cerrar */
     .headerDishOptions {
        position: fixed !important;
        top: env(safe-area-inset-top, 0px) !important;
        right: 0 !important;
        z-index: 9999 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

     /* Asegurar que el contenido interno sea scrollable */
     .productInfoContainer {
        height: calc(100dvh - 60px) !important; /* Altura total menos header y footer */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wrapperMaps{
        width:calc(100% - max(220px, 15vw));
        left:15vw;
    }
    .viewTitle {
        font-size: 2.5rem; /* Título mediano para tablets */
        font-weight: bold;
        line-height: 1.3;
    }
    #imgNoAddresses{
        width:100%;
        height:100%;
    }
    .resRowInfoCard{
        margin-top:50px;
        height: calc(100% - 50px) !important;
    }
    .product2Container{
        width:100% !important;
    }
    .product2ContainerParent{
        width:45% !important;
        margin:2.5% !important;
    }
    .product2{
        border: 0 !important;
        padding: 0 !important;
    }


    #purchaseWrapper,.continueCart{
        border-radius:unset !important;
    }

    #app{
        background-color:#fff !important;
    }
    .app{
        display:inherit !important;
    }
    .pc{
        display:none !important;
    }
}

@media (max-width:1200px){
    /*#purchaseProductsContainer{
        height:40%;
    }*/





    #orderTypeWrapper{
        display:block;
    }

    .vAlignElementQuantity {
        top: -5%;
        left: -36%;
    }

    /*.productImg2{
        padding-top: min(calc((100vw / 3) - (1.25vw * 6)), 19vh);
        height: auto;
    }*/

    .dishOptions{
        height:100vh;
    }

    .wrapperMaps{
        width:100%;
        left:0;
    }
    .viewTitle {
        font-size: 2rem; /* Título más pequeño para smartphones */
        font-weight: 600;
        line-height: 1.4;
    }
    .menuButton{
        position:absolute;
        left:10px;
        top:7px;
        height:36px;
        width:36px;
        background-image:url('../img/iconMenu.png');
        background-repeat:no-repeat;
        background-size:36px;
        cursor:pointer;
        -webkit-border-radius:18px;
        -moz-border-radius:18px;
        border-radius:18px;
        margin: 0;
        padding: 0;
    }
    .cartButton{
        position:absolute;
        right:10px;
        top:7px;
        height:36px;
        width:36px;
        background-repeat:no-repeat;
        background-size:36px;
        cursor:pointer;
        -webkit-border-radius:18px;
        -moz-border-radius:18px;
        border-radius:18px;
        margin: 0;
        padding: 0;
    }

    .resRowInfoCard{
        margin-top:50px;
        height: calc(100% - 50px) !important;
    }
}

/* Estilo para pantallas pequeñas (smartphones) */
@media (max-width: 767px) {
    #purchaseContent {
        flex-direction: row;
        gap: 20px;
        overflow: hidden;
        flex-wrap: nowrap;
        height: calc(100dvh - 110px)!important;
    }

    #purchaseResumeContainer {
        width:calc(100% - 40px) !important;
        flex: 1;
        overflow: visible;
    }

    #purchaseProductsContainer {
        width:calc(100% - 40px) !important;
    }
}

#purchaseContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: calc(100% - 110px);
  padding: 20px;
  overflow-y: auto;
  top:0;
}

#purchaseResumeContainer {
width:calc(50% - 50px);
  background-color: #f0f0f0;
  padding: 20px;
}

#purchaseProductsContainer {
    width:calc(50% - 50px);
  padding: 20px;
  /*height:40%;*/
}

.jsTitleHeaderUp{
        height:40px;
    }

::-webkit-scrollbar {
    width: 8px;
    background: #333;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

::-webkit-scrollbar-track {
    background: #ccc;
}


    /* Animación de aparición */
@keyframes draw {
  0% {
    opacity: 0;
    transform: rotate(30deg) scale(0.2);
  }
  50% {
    opacity: 1;
    transform: rotate(30deg) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: rotate(30deg) scale(0.7);
  }
}







/*Vista login*/
.containersmall {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    padding: 20px;
    box-sizing: border-box;
}
.form-group {
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
.btn a:hover, a:visited, a:active, a:focus{
    text-decoration: none; /* Opcional: para quitar subrayado */
}

.btn-primary {
    background-color: #007bff;
    color: white;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.btn-secondary {
    background-color: #5A9600;
    color: white;
}
.btn-secondary:hover {
    background-color: #517800;
}
.text-center {
    text-align: center;
}
.mb-10 {
    margin-bottom: 10px;
}

.loginview{
    width:100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pointer{
    cursor:pointer;
}

h3{
    margin:0;
}

/**Vista de formas de pago**/
/*.payment-method {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: #fff;
}

.payment-method:hover {
    transform: scale(1.03);
}

.payment-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4d4d4d;
}

.payment-description {
    font-size: 1rem;
    color: #555;
}*/
/**FIN Vista de formas de pago**/

.product2Container{
    width:250px;
    flex: 1 1 calc(30% - 2.5%); /* Ajusta el ancho de los productos */
    box-sizing: border-box;
}
.product2ContainerParent{
    width:250px;
    margin:0 15px 50px 15px;
}
.product2{
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 2px solid #f2f2f2;
    padding: 20px;
}



.lh15{
    line-height: 15px;
}

.app{
    display:none;
}
.pc{
    display:inherit;
}

#companyName{
    font-size:min(10vw,4rem);
    vertical-align:middle;
    letter-spacing:2px;
    margin: 0;
    text-align: center;
}

/* Confeti */
.confetti {
    position: fixed; /* 👈 en toda la pantalla */
    width: 10px;
    height: 10px;
    top: -10px;
    z-index: 9999; /* 👈 por encima de todo */
    animation: fall linear forwards;
    pointer-events: none; /* no bloquea clics */
  }

  @keyframes fall {
    to {
      transform: translateY(110vh) rotate(360deg);
    }
  }