::-webkit-scrollbar { 
    display: none; 
}

body {
    background-color: #F1F0EC!important;
}


h4 { 
    font-family: Roboto, sans-serif!important;
    font-size: 18px!important;
    font-weight: 400!important;
    color: #686868!important;
}
h5 { 
    font-family: Roboto, sans-serif!important;
    font-size: 16px!important;
    font-weight: 400!important;
    color: #686868!important;
    text-transform: uppercase;
}

h6 { 
    font-family: Roboto, sans-serif!important;
    font-size: 15px!important;
    font-weight: regular!important;
    color: #686868!important;
}

a.especial {
    font-family: Roboto, sans-serif!important;
    font-size: 15px!important;
    font-weight: 400!important;
    color: #0097fc!important;
    text-transform: uppercase;
}

div.container{
    width: 94vw;
  /*  height: 100vh;*/
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 48%;
}


.progress{
    top: 50%;
    display: block;
    position: absolute;
    width: 90%;
    margin: 0 5%;
}
/*-------------------------------- INDEX --------------------------------*/
.logo_index {
    width: 70%;
    height: auto;
    margin: 180px 0;
}


/*--------------------------------NAV--------------------------------*/

nav .brand-logo {
    font-size: 20px!important;
    font-weight: 400;
}
/*--------------------------------INPUTS-------------------------------*/
   .input-field label {
     color: #686868;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #fcd500;
     box-shadow: 0 1px 0 0 #fcd500;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #4caf50;
     box-shadow: 0 1px 0 0 #4caf50;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #f15258;
     box-shadow: 0 1px 0 0 #f15258;
   }
   .input-field input[type=number]:focus {
     border-bottom: 1px solid #fcd500;
     box-shadow: 0 1px 0 0 #fcd500;
   }
   /* valid color */
   .input-field input[type=number].valid {
     border-bottom: 1px solid #4caf50;
     box-shadow: 0 1px 0 0 #4caf50;
   }
   /* invalid color */
   .input-field input[type=number].invalid {
     border-bottom: 1px solid #f15258;
     box-shadow: 0 1px 0 0 #f15258;
   }
   .input-field input[type=tel]:focus {
     border-bottom: 1px solid #fcd500;
     box-shadow: 0 1px 0 0 #fcd500;
   }
   /* valid color */
   .input-field input[type=tel].valid {
     border-bottom: 1px solid #4caf50;
     box-shadow: 0 1px 0 0 #4caf50;
   }
   /* invalid color */
   .input-field input[type=tel].invalid {
     border-bottom: 1px solid #f15258;
     box-shadow: 0 1px 0 0 #f15258;
   }
   .input-field input[type=password]:focus {
     border-bottom: 1px solid #fcd500;
     box-shadow: 0 1px 0 0 #fcd500;
   }
   /* valid color */
   .input-field input[type=password].valid {
     border-bottom: 1px solid #4caf50;
     box-shadow: 0 1px 0 0 #4caf50;
   }
   /* invalid color */
   .input-field input[type=password].invalid {
     border-bottom: 1px solid #f15258;
     box-shadow: 0 1px 0 0 #f15258;
   }
   /* invalid color */
   .input-field input[type=tel].invalid {
     border-bottom: 1px solid #f15258;
     box-shadow: 0 1px 0 0 #f15258;
   }
   .input-field input[type=email]:focus {
     border-bottom: 1px solid #fcd500;
     box-shadow: 0 1px 0 0 #fcd500;
   }
   /* valid color */
   .input-field input[type=email].valid {
     border-bottom: 1px solid #4caf50;
     box-shadow: 0 1px 0 0 #4caf50;
   }
   /* invalid color */
   .input-field input[type=email].invalid {
     border-bottom: 1px solid #f15258;
     box-shadow: 0 1px 0 0 #f15258;
   }
/*--------------------------------LOGIN--------------------------------*/
.titulos{
    width: 99%;
    height: 12%;
    position: absolute;
    top: 40%;
    text-align: center;
}
a.waves-effect.waves-light.btn {
    margin: 8px 0;
    width: 80%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
i.fa {
    margin: 0 5%;
}
.btn-facebook{
    background-color: #3b5998;
    text-transform: none !important;
    
}
.btn-facebook:hover{
    background-color: #000;
}
.btn-google{
    background-color: #dd4a39; 
    text-transform: none !important;
    text-align: left!important;
    padding-left: 8px;
}
.btn-google:hover{
    background-color: #000;
}
.btn-email{
    background-color: #504d3e; 
    text-transform: none !important;
}
.btn-email:hover{
    background-color: #000;
}
/*.loginBox{
    width: 99%;
    height: 12%;
    position: absolute;
    top: 25%;
    text-align: center;    
}*/

.olvide{
    text-align: center;
    margin: 0 auto;
    display: block;
}

.input-field {
    margin-top: 3rem!important;
}
.logo_login {
    width: 58%;
    height: auto;
    margin: 25px 0;
}
/*--------------------------------LOGIN--------------------------------*/

/*--------------------------------CARTA--------------------------------*/
.pesos{
    float: left;   
}
.nroprecio{
    float: left;
}
.container.carta {
    margin-top: 48px;
}

.no-margin {
    margin: 0 !important;
}

li.tab{
    width: 50%;
}

.store_icon {
    font-size: 32px !important;
    line-height: 54px !important;
}

.cartelCerrado{
    z-index: -500;
    padding: 10px;
    background: #f15258;
    color: white;
    text-align: center;
    -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;
}
.cartIcon{
    float: right;
    margin-right: 10px !important;
    font-size: 2em !important;
    margin-top: 10px !important;
}
.cartItems{
    color: #554C19!important;
    font-weight: 500;
    float: left !important;
    display: block;
    background: #FCD500;
    height: 2em;
    right: -8px;
    margin: 12px 0 0 0;
    text-align: center;
    border-radius: 22px;
    line-height: 2; 
    opacity: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    transition: all 0.5s;
}
.cartItems1{
    color: #554C19!important;
    font-weight: 500;
    float: left !important;
    display: block;
    background: #FCD500;
    height: 2em;
    right: -8px;
    margin: 12px 0 0 0;
    text-align: center;
    border-radius: 22px;
    line-height: 2; 
    opacity: 1;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    transition: all 0.5s;
}
.tarjeta {
    width: 94%;
    margin: 3%;
    max-height: 11em;
    height: 11em;
}
 
.card .card-content {
    padding: 10px!important;
}
.card .card-action {
    padding: 10px 10px!important;
}
.card .card-content .card-title {
    margin-bottom: 0!important;
}
.card .card-title {
    font-size: 16px!important;
    font-weight: 600!important;
}
.precio {
    font-size: 16px;
    font-weight: 400;
}
.card.horizontal .card-image {
    max-width: 50%!important;
    width: 100px!important;
    height: 100px!important;
    margin: 16px 0 0 10px!important;
    overflow: hidden!important;
}
.btn-floating.halfway-fab.menu {
    position: absolute;
    right: 12px;
    bottom: 10px;    
}
.btn-floating.menu i {
    color: #554C19!important;
}
.card .card-action.menu {
    border-top: 0px!important;
}

.card.horizontal {
    min-height: 132px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 
    0 1px 5px 0 rgba(0, 0, 0, 0), 
    0 3px 1px -2px rgba(0, 0, 0, 0)!important;
}

/*--------------------------------CHECK OUT--------------------------------*/

.modal.bottom-sheet {
    max-height: 76%!important;
}
.row.checkout {
    margin-bottom: 8px !important;
}
.card.checkout{
    transition: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin:10px 0 !important;
}

#modalCart {
    min-height: 50%;
    max-height: 84%;
    background-color: #F1F0EC!important;
}

.btn-floating.quitar {
       background-color: #FF663E!important;
       width: 30px;
       height: 30px;
}
.btn-floating.quitar i {
    font-size: 1.4rem;
    line-height: 30px;    
    color: white !important;
}
.modalCart .card .card-action {
    border-top: 0px !important;
}

.card.horizontal.itemCart {
    margin: 3%;
    padding: 0 2%;
}


#modalCart i.fa {
    margin: 0 1%;
}


#modalCart{
    padding: 3% 0%;
    color: #686868;
}
div#precioItem {
    float: right;
    margin: 0px 5px;
    font-size: 1.5em;
}

#total{
    margin: 16px 12px 0px 0px;
}


/*--------------------------------MODALES--------------------------------*/
.modal {
    max-height: 80%!important;
}
.modal .modal-content {
    padding: 20px 12px!important;
}
.modal .modal-footer{
    height: 64px!important;
}
/*-------------------------------- BOTONES --------------------------------*/

.zpl-short{
    height: 40px!important;
    background-color: #FCD500!important;
    text-align: center!important;
    text-transform: none !important;
    border-radius: 26px!important;
    margin: 10px 0!important;
    color: #554C19!important;
    font-size: 18px!important;
    box-shadow: none !important;
    line-height: 40px!important;
    float: none!important;
}

.zpl-large{
    height: 50px!important;
    width: 90%!important;
    background-color: #FCD500!important;
    text-align: center!important;
    text-transform: uppercase !important;
    border-radius: 60px!important;
    margin: 32px 0!important;
    color: #554C19!important;
    font-size: 20px!important;
    box-shadow: none !important;
    line-height: 50px!important;
    float: none!important;
}

@media only screen and (max-width: 992px){
.modal {
    width: 88%;
}
}



/*-------------------------------- DESTINO --------------------------------*/

.mi_destino{
    font-family: Roboto, sans-serif!important;
    font-size: 20px!important;
    font-weight: 400!important;
    color: #686868!important;
    margin: 10px 0px;
    
}


/*-------------------------------- INPUTS --------------------------------*/
.input-field label {
    transition: none!important;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.input-field label {
    color: #686868!important;
    font-size: 16px;
    line-height: 8px;
}

