.menu-carta {
    background: white;
    border: 3px solid #f07d00;
    border-radius: 1em;
    color: #ffffff;
    font-size: 10px !important;
    min-width: 3em;
    font-style: normal;
    position: fixed;
    left: 20px;
    top: 123px;
    cursor: pointer;
    max-height: 45px;
    background-color: #f07d00;
    padding-top: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contenedor-idiomas{
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.img-idioma{
    width: 22px;
    margin-right: 5px;
}

.navbar-movil{
    display: block;
}

nav a.enlaces-tipo-pedido{
    font-size: 16px;
    text-transform: capitalize;
    color: black;
    text-align: right;
}

nav a.enlaces-tipo-pedido:hover span.tiendas:after{
    content: " ";
    border-bottom: 1px solid #f07d00;;
    position: absolute;
    width: 100%;
    margin-top: 32px;
    margin-left: -93px;
}

nav a.enlaces-tipo-pedido:hover span.cambiar-pedido:after{
    content: " ";
    border-bottom: 1px solid #f07d00;;
    position: absolute;
    width: 100%;
    margin-top: 32px;
    margin-left: -117px;
}

.menu-carta i{
    font-size: 30px !important;
    display: inline-block;
}

.menu-carta span{
    display: block;
    top: 10px;
    font-size: 14px !important;
    position: relative;
    text-transform: uppercase;
    color: #f07d00;
    font-weight: bold;
}

.titulo-menu{
    color: #f07d00;
    font-size: 36px;
    font-weight: bold;
    margin-top: -55px;
    margin-bottom: 60px;
}


.fa-cutlery{
    margin-left: 5px;
}

.menu4{
    left: 13px;
}

nav a {
    position: relative;
    display: inline-block;
    margin: 3px 10px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.35em;
}

nav a:hover,
nav a:focus {
    outline: none;
}

.cl-effect-21 a {
    padding: 10px;
    font-weight: 600;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
    color: #fff;
}

.cl-effect-21 i{
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}

.cl-effect-21 a:hover i,
.cl-effect-21 a:focus i{
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #f07d00;
}


.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-iframe{
    border-radius: 0px;
    margin-top: 10px;
    background-color: #272727;
}

.navbar-brand{
    cursor: pointer;
    font-size: 16px;
    float: none;
}

.navbar-iframe a{
    color: #f1f1f1;
}

.navbar-iframe i{
    font-size: 26px !important;
}

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: black;
    font-size:14px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Victoria Buttons */

a.animated-button.victoria-one {
    border: 2px solid #f07d00;
}
a.animated-button.victoria-one:after {
    background: #f07d00;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.button-backmenu{
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #f07d00;
    border-radius: 36px;
    color: white;
    border: 0;
    padding: 10px 20px;
}

.arrow_box-carrito{
    display: none;
}

.added,.added:focus,.added:active, .added:hover{
    background-color: #6fca53 !important;
    color: white !important;
    border-color: #47921c !important;

}

.btn-danger{
    transition: 0.2s;
}

.numero-pedidos-carrito-menu{
    position: absolute;
    font-weight: 600;
    top: -8px;
    font-size: 13px;
    border-radius: 50%;
    padding: 4px 5px 4px 5px;
    right: 0px;
    transition: 1s;
    -webkit-transition: 1s;
}

.socialMedia {
    position: absolute;
    left: 50%;
    top: 200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
}

.seguir-web {
    position: absolute;
    left: 0;
    right: 0;
    top: 400px;
}

@media (max-width: 1384px) and (min-width: 1200px){

    .navbar-iframe a{
        color: #f1f1f1;
        margin-left: 5px;
    }

    .navbar-brand {
        cursor: pointer;
        font-size: 14px;
    }
}

@media (max-width: 1100px) and (min-width: 992px){
    .navbar-brand {
        cursor: pointer;
        font-size: 13px;
    }

    .navbar-iframe a{
        color: #f1f1f1;
        margin-left: 5px;
    }

    nav a {
        margin: 3px 7px !important;
    }
}

@media (max-width: 991px){
    .started{
        margin-top: 40px;
    }

    .no-started{
        margin-top: 305px;
    }
}

@media (min-width: 768px){
    .cl-effect-21 a:hover .icon-repartidor-blanco:before{
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition:         transform .8s ease-in-out;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        color: #f07d00;
    }
}

@media (max-width: 767px){

    .cl-effect-21 a {
        padding: 0px;
    }


    .navbar-iframe a{
        font-size: 8px;
    }

    .navbar-iframe i{
        font-size: 10px;
        display: block;
        color: white;
    }

    .cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before, .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after {
        opacity: 0;
    }

}


@media (max-width: 458px){
    .navbar-brand {
        cursor: pointer;
        font-size: 14px;
    }
    .cl-effect-21 a:hover{
        color: #f07d00;
    }

    .navbar-iframe {
        border-radius: 0px;
    }

}



@media (min-width: 769px){

    .content-carrito{
        margin-top: 20px;
    }

    .navbar-movil{
        display: none;
    }

    .contenedor-carta {
        margin-top: 0px;
    }

    .contenedor-carta-pedido-empezado{
        margin-top: -75px;
    }


    .arrow_box {
        z-index: 100;
        position: fixed;
        top: 4px;
        width: 270px;
        margin-top: 120px;
        margin-left: 100px;
        background: #ffffff;
        color: #000000;
        font-size: 12px;
        border-radius: 5px;
        padding: 5px;
        box-sizing: border-box;
        border: 4px solid #f07d00;
    }
    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: white;
        border-width: 6px;
        margin-left: -143px;
        margin-top: -7px;
    }
    .arrow_box:before {
        border-right-color: #f07d00;
        border-width: 12px;
        margin-left: -155px;
        top: 46%;
    }

}

@media (max-width: 768px){

    .mapeta{
        max-height: 250px;
        height: 225px;
    }


    .numero-pedidos-carrito-menu{
        top: 5px;
        right: -2px;
        background-color: #e01312;
    }



    .content-carrito{
        margin-top: 70px;
    }

    .navbar-desktop{
        display: none;
    }

    .navbar-iframe, #overlay-menu , .cambiar-pedido{
        transition-duration: 0.6s;
    }
    .navbar-scroll{
        transform: translateY(-68px);
        transition-duration: 0.6s;
    }

    .navbar1-scroll {
        transform: translateY(-58px);
        transition-duration: 0.6s;
    }

    .navbar2-scroll{
        transform: translateY(-58px);
        transition-duration: 0.6s;
    }


    .contenedor-carta {
        margin-top: 0px;
    }

    .contenedor-carta-pedido-empezado{
        margin-top: 120px;
    }

    .navbar-iframe{
        margin-top: 0px;
    }

/*    .menu4::after {
        content: " \25BC";
        font-size: 12px;
    }*/

    #overlay-menu{
        width: 100%;
        position: fixed;
        background-color: #272727;
        min-height: 43px;
        margin-top: 0px;
        z-index: 10;
        top: 58px;
        border-top: 1px solid grey;
    }

    .contenedor-tipo-pedido{
        margin-top: 125px;
    }

    .menu4 {
        font-family: 'Quicksand' !Important;
        padding-top: 8px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #f07d00 !important;
    }

    .menuCuchillo{
        margin-right: 8px;
    }

    .navbar-iframe{
        position: fixed;
        width: 100%;
        z-index: 2;
    }

    .div-sub-menu-carta {
        width: 100%;
        height: 40px;
    }

    .cambiar-pedido{
        margin-top: 100px;
        position: fixed;
        background-color: #272727;
        width: 100%;
        min-height: 40px;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
        z-index: 5;
        color: white;
    }

    nav a.enlaces-tipo-pedido{
        font-size: 12px;
        text-transform: capitalize;
        color: white;
        text-align: center;
        padding-top: 5px;
    }


}

@media (max-width: 992px) and (min-width: 769px){
    .navbar-desktop .text-right{
        text-align: center;
    }
}

@media (max-width: 1200px) and (min-width: 768px){
    .img-idioma{
        width: 22px;
        margin-top: 6px;
        margin-bottom: 2px;
        display: block;
    }
}

@media (max-width: 767px) {
    .contenedor-idiomas{
        position: absolute;
        top: 108px;
        right: 10px;
    }

    .img-idioma{
        width: 28px;
    }
}

#loading{
    display: none !important;
}

#toast{
    display: none !important;
}

.toast{
	display: none !important;
}

#cookiesMessage{
    display: none !important;
}

.arrow_box-carrito{
    display:none !important;   
}
.botones-fijos-abajo{
    position: initial !important;
    margin-top: 35px;
}

@media (max-width: 768px){
    .content-pagina-carta {
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        margin-top: 70px;
    }
}

.product-info {
    top: 0px;
}

.bajar-carta-wizard {
    margin-top: -20px !important;
}

#contenedorPrincipalIframe{
	min-height: 950px !important;
}

@media (max-width: 768px){
.product-info{
    top: 101px;
}
.content-pagina-carta{
    margin-top: 130px;
    /* margin-top: 0px; */
}

.bajar-carta-wizard {
    margin-top: -80px !important;
}


#contenedorPrincipalIframe{
	min-height: 700px !important;
}
}

.img-pizza-carta{
    max-width: 170px !important;
    min-width: 170px !important;
    max-height: 170px !important;
    min-height: 170px !important;
    margin-top: 0px !important;
}

@media (max-width: 468px){
	
	.img-pizza-carta{
    max-width: 140px !important;
    min-width: 140px !important;
    max-height: 140px !important;
    min-height: 140px !important;
    margin-top: 0px !important;
}
}
