

:root {
    --header_top: 190px;
    --content_padding: 100px;
    --celeste:#78CFCD;
    --amarillo:#F8CD48;
    --azul_oscuro:#2a3653;
    --fucsia:#FF306A;
  }

html, body{
    margin: 0;
    padding: 0px;
    padding-top: var(--header_top);
    display: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a{
    text-decoration: none;
    color: var(--azul_oscuro);
}

.forma_header{
    position: absolute;
    z-index: -1;
    right: 0px;
    /* top: -100px; */
    height: 100%;
    width: 500px;
    background-image: url(img/forma_header.png);
    background-position: 0px -100px;
    background-repeat: no-repeat;
}

header{
    z-index: 100;
    background-color: var(--amarillo);
    width: 100vw;
    position: fixed;
    height: var(--header_top);
    top: 0;
    padding: 0px var(--content_padding) 0px var(--content_padding);
}
.content_width{
    padding: 0px 100px;
}

header img{
    float: left;
    margin-right: 40px;
}

header img:hover{
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s;
}

header #buscador{
    margin-top: 80px;
    width: 650px;
    float: left;
    position: relative;
}
/* header #buscador::after{
    content: '';
    position: absolute;
    bottom: 0px;
} */
header #buscador input[type=text]{
    color: #B5B9BA;
    padding: 8px;
    width: 100%;
    height: 55px;
}
header #buscador input[type=button]{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 53px;
    width: 53px;
    border: none;
    background-color: transparent;
    background-image: url(img/lupa.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
}
header #buscador input[type=button]:hover{
    cursor: pointer;
}
header #buscador .borderleft{
    height: 34px;
    width: 1px;
    background-color: #B5B9BA;
    position: absolute;
    right: 56px;
    top: 11px;
}
/* header #buscador i{
    position: absolute;
    right: 15px;
} */

header #buscador ul{
    list-style-type: none;
}
header #buscador ul li{
    float: left;
    width: auto;
    margin-top: 15px;
    font-weight: bold;
}
header #buscador ul li i{
    margin-left: 5px;
    font-size: 12px;
    line-height: 21px;
    float: right;
}
header #buscador ul li:hover{
    cursor: pointer;
    color: var(--celeste);
}

header #buscador ul li:first-child {
    margin-right: 20px;
}

#desplegado{
    z-index: 100;
    position: fixed;
    top: var(--header_top);
    left: 12vw;
    background-color: var(--azul_oscuro);
    color: #fff;
    border-radius: 20px;
    font-weight: lighter;
    min-height: 500px;

     /* opacity: 0; */
     display: none; 
}

#desplegado:hover{
    opacity: 1;
    display: block;
}

#desplegado #left{
    float: left;
    background-color: #fff;
    color: var(--azul_oscuro);
    border-radius: 20px 0px 0px 20px;
    line-height: 40px;
    min-width: 300px;
    padding-top: 30px;
}
#desplegado #left ul{
    /* padding: 40px; */
    float: left;
    width: 100%;
}
#desplegado #left ul li{
    padding: 5px 40px;
}
#desplegado #left ul li:hover{
    cursor: pointer;
    background-color: var(--fucsia);
    color: #fff;
}
#desplegado #left span{
    float: right;
    margin-left: 15px;
}
#desplegado #right{
    float: left;
    padding: 30px;
    min-width: 600px;
}
#desplegado #right h1{
    font-size: 36px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: #fff 1px solid;
}
#desplegado #right ul{
    padding: 20px;
    float: left;
    margin-right: 30px;
}

#desplegado #right ul li{
    line-height: 20px;
}
#desplegado #right ul li a{
    color: #fff;
}
#desplegado #right ul li a:hover{
    color: rgb(230, 230, 230);
    text-decoration:underline;
}

#desplegado #right ul.tieneSubcategoria li:first-child {
    font-weight: bold;
    margin-bottom: 10px;
}


#desplegado #right .cat{
    position: absolute;
    display: none;
}

#desplegado #right .cat:first-child{
    display: block;
}



header .cuenta{
    float: right;
    color: var(--azul_oscuro);
    padding-top: 15px;
}


header .cuenta a.usuario{
    padding: 8px 20px;
    float: right;
    clear: both;
    background-color: #fff;
    border: var(--azul_oscuro) 1px solid;
    margin: 25px 0px;
    color: var(--azul_oscuro);
}
header .cuenta a.usuario:hover{
    opacity: 0.5;
    cursor: pointer;
}

header .cuenta a.ingresar{
    padding: 8px 20px;
    float: right;
    clear: both;
    background-color: #fff;
    border: var(--azul_oscuro) 1px solid;
    margin: 25px 0px;
    color: var(--azul_oscuro);
}
header .cuenta a.ingresar:hover{
    opacity: 0.5;
    cursor: pointer;
}

header .cuenta ul{
    list-style-type: none;
    width: 100%;
    float: right;
    clear: both;
}
header .cuenta ul li{
    float: left;
    width: auto;
    margin: 10px;
    font-weight: bold;
}

/*
--------------- LOADER -------------
*/

.lds-ellipsis {
    /* display: inline-block;
    position: relative; */
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    left: 45%;
    top: 45%;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #807e7e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }


/* 
---------- HOME ----------
*/

#slider{
    width: 100%;
    height: calc(36.1vw + 64px);
    position: relative;
    float: left;
    background-color: var(--amarillo);
}

#slider .slide{
    opacity: 0;
    display: none;
    position: absolute;
}

#slider img{
    width: 100%;
    float: left;
}
#slider .texto{
    background-color: var(--celeste);
    padding: 25px;
    color: #fff;
    position: absolute;
    left: 100px;
    bottom: 100px;
    font-size: 55px;
    font-weight: bold;
    min-width: 500px;
    transition: all 0.2s;
}
#slider .texto:hover{
    cursor: default;
}
#slider .texto.conlink:hover{
    background-color: var(--amarillo);
    /* color: #fff; */
    left: 105px;
    cursor: pointer;
}

#slider #bullets{
    position: absolute;
    bottom: 18px;
    display: none;
}

#slider #bullets .bullet{
    border: var(--azul_oscuro) 1px solid;
    height: 15px;
    width: 15px;
    background-color: transparent;
    float: left;
    margin: 5px;
    transition: all 0.2s;
}
#slider #bullets .bullet:hover{
    cursor: pointer;
    border-color: var(--amarillo);
    background-color: var(--amarillo);
}
#slider #bullets .bullet.selected{
    background-color: var(--celeste);
}

/* ////////////////////////////////// */

section{
    float: left;
    padding: 0px var(--content_padding);
    width: 100%;
    margin-top:50px;
}

section.producto{
    margin-top:10px;
}


section h1{
    color: var(--azul_oscuro);
    font-size: 36px;
    font-weight: bold;
}

#categorias ul{
    width: 100%;
    /* list-style: none; */
}
#categorias li{
    float: left;
    width: 25%;
    padding: 25px;
    background-clip: content-box;
    position: relative;
    transition: all 0.2s;
}

#categorias li:before {
	content: "";
	float: left;
	padding-top: 110%; 	/* initial ratio of 1:1*/
}

#categorias li .content {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}
#categorias li img{
    transition: all 0.2s;
    max-width: 70%;
}
#categorias li .titulo{
   /*  float: left;
    clear: both; */
    text-align: left;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    bottom: 55px;
}

#categorias li:nth-child(1),#categorias li:nth-child(7) {
    background-color: var(--amarillo);
    color: var(--celeste);
}
#categorias li:nth-child(2) , #categorias li:nth-child(4) , #categorias li:nth-child(6) {
    background-color: var(--azul_oscuro);
    color: var(--fucsia);
}
#categorias li:nth-child(3), #categorias li:nth-child(5), #categorias li:nth-child(8) {
    background-color: var(--fucsia);
    color: var(--amarillo);
}
#categorias li:nth-child(6) {
    color: var(--celeste);
}
#categorias li:nth-child(6) {
    color: var(--fucsia);
}
#categorias li:nth-child(1):hover,#categorias li:nth-child(7):hover {
    background-color: var(--celeste);
    color: var(--amarillo);
}
#categorias li:nth-child(2):hover , #categorias li:nth-child(4):hover , #categorias li:nth-child(6):hover {
    background-color: var(--fucsia);
    color: var(--azul_oscuro);
}
#categorias li:nth-child(3):hover, #categorias li:nth-child(5):hover, #categorias li:nth-child(8):hover {
    background-color: var(--amarillo);
    color: var(--fucsia);
}
#categorias li:hover{
    cursor: pointer;
}

#categorias li:hover img{
    max-width: 75%;
}

#marcas{
    float: left;
    width: 100%;
}
#marcas .content{
    background-color: rgba(255, 255, 255, 0.8);
}
#marcas li a{
    float: left;
}
#marcas li a:hover{
    opacity: 0.8;
}
#marcas li{
    float: left;
    width: 20%;
    padding: 4%;
    /* background-color: royalblue; */
    background-clip: content-box;
    position: relative;
    transition: all 0.2s;
    text-align: center;
}
#marcas li:before {
	content: "";
	float: left;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

#scrollup{
    margin-left: calc(50% - 62px);
    float: left;
    clear: both;
    background-color: var(--celeste);
    width: 120px;
    padding-left: 50px; 
    padding-top: 25px;
    height: 60px;
    border: var(--azul_oscuro) 1px solid;
    transform: scaleY(0.7);
}
#scrollup:hover{
    transform: scaleY(0.8);
    transition: all 0.2s;
    background-color: var(--fucsia);
    opacity: 0.8;
    cursor: pointer;
}

#scrollup .arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 8px;
  }

  #scrollup  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

#pie{
    padding: 0px var(--content_padding) 0px var(--content_padding);
    width: 100%;
    float: left;
    position: relative;
}

#pie #form{
    border-radius: 15px 15px 0px 0px ;
    color: #fff;
    float: left;
    width: 460px;
    background-color: var(--amarillo);
    padding: 30px;
}
#pie #form h2, #pie #form h3{
    color:var(--azul_oscuro);
    font-weight: bold;
}

#pie #form h2{
    font-size: 30px;
    margin-bottom: 18px;
}
#pie #form h3{
    font-size: 26px;
    margin-bottom: 16px;
}

a.social{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    color: var(--azul_oscuro);
    /* padding: 8px; */
    background-color: var(--fucsia);
    margin-left: 10px;
}
header a.social{
    float: right;
    background-color: var(--amarillo);
}

#pie img{
    position: absolute;
    bottom: 0px;
    right: var(--content_padding);
}


/*
CONTACTO
*/

section.contacto, section.registro{
    /* max-width: 1000px; */
    float: none;
}
.conborde{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    clear: both;
}
.conborde .mitad{
    line-height: 24px;
    width: 50%;
    padding: 60px;
    float: left;
    border: var(--azul_oscuro) 1px solid;
}
.conborde .mitad:first-of-type{
    border-radius: 15px 0px 0px 15px;
    border-right: none;
}
.conborde .mitad:last-child{
    border-radius: 0px 15px 15px 0px;
    background-color: var(--fucsia);
    color: #fff;
    border-left: none;
}
.espacio{
    height: 50px;
    float: left;
    width: 100%;
}
.entero{
    border: var(--azul_oscuro) 1px solid;
    contain: layout;
}
.contacto form{
    padding: 60px;
}
.contacto input, .contacto input:-webkit-autofill{
    height: 27px;
    width: 100%;
    line-height: 14px;
    border: none;
    margin-top: -19px;
    padding: 14px;
    float: left;
    background-color: transparent;
}
.contacto textarea, #login input{
    border: 1px var(--fucsia) solid;
    padding:15px;
    border-radius: 10px;
    width: 100%;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    float: left;
    margin-bottom: 40px;
}
textarea:focus, input:focus, button:focus{
    outline: none;
}
.contacto .input:focus-within{
    transition: all 0.2s;
    border: 1px var(--azul_oscuro) solid;
    border-top: none;
}
.contacto .input{
    float: left;
    width: 44%;
    height: 10px;
    border-radius: 0px 0px 5px 5px;
    border: 1px var(--fucsia) solid;
    border-top: none;
    margin-bottom: 60px;
}
.contacto .input:nth-child(odd){
    margin-right: 12%;
}

.contacto button{
    background-color: var(--fucsia);
    padding: 10px 40px;
    color: #fff;
    border: none;
    border-radius: 4px;
    float: right;
    margin-bottom: 40px;
    margin-right: 0;
    transition: all 0.2s;
}

.contacto button:hover{
    cursor: pointer;
    background-color: var(--azul_oscuro);
}

.contacto h4{
    float: right;
}

.contacto #result{
    color: red;
}




/* //////////////////////////////// */
/*     MENU LATERAL - CATEGORIA     */
/* //////////////////////////////// */

#menu_lateral{
    float: left;
    width: 280px;
    height: calc(100vh - 160px);
    overflow-y: auto;
}
#productos{
    float: right;
    width: calc(100% - 280px);
}

#menu_lateral h1{
    font-size: 27px;
    margin-bottom: 10px;
}
#menu_lateral .clickeable{
    color: var(--azul_oscuro);
    width: 100%;
    float: left;
    line-height: 22px;
    padding-left: 5px;
    font-size: 14px;
}
#menu_lateral .clickeable:hover{
    cursor: pointer;
}

#menu_lateral a{
    color: var(--azul_oscuro);
    width: 100%;
    float: left;
    line-height: 22px;
    padding-left: 5px;
    font-size: 14px;
}
#menu_lateral a:hover{
    color: #fff;
    background-color: var(--fucsia);
}
#menu_lateral a.seleccionado{
    color: #fff;
    background-color: var(--fucsia);
}
#menu_lateral a.padre{
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
}

#productos a.producto{
    float: left;
    width: 33%;
    color: #fff;
    padding: 20px;
    position: relative;
    background-clip: content-box;
    background-color: var(--azul_oscuro);
    border-radius: 0px 0px 15px 15px;
    transition: all 0.3s;
}
#productos a.producto:before {
	content: "";
	float: left;
	padding-top: 120%; 	/* initial ratio of 1:1*/
}
#productos a.producto .content{
    /* position: relative; */
    width: 100%;
    height: 100%; 
    background-size: cover;
}
#productos a.producto .content img{
    width: 100%;
    background-color: white;
}
#productos a.producto .content .nombre{
    line-height: 18px;
    font-size: 16px;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 40px);
    background-color: var(--azul_oscuro);
    border-radius: 0px 0px 15px 15px;
    /*height: 67px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/

}
#productos a.producto:hover{
    opacity: 0.8;
    background-color: var(--celeste);
}
#productos a.producto:hover .nombre{
    background-color: var(--celeste);
}


/* //////////////////////////////// */
/*            PRODUCTO              */
/* //////////////////////////////// */


#producto{
    float: right;
    width: calc(100% - 280px);
}

#producto #fotos{
    width: 55%;
    float: left;
    padding: 30px;
}
#producto #info{
    width: 45%;
    float: right;
    padding: 30px;
    color: var(--azul_oscuro);
}
#producto #main{
    position: relative;
}
#producto #main img{
    width: 100%;
}
.thumb{
    float: left;
    width: 100px;
    margin: 5px;
}
.thumb.selected{
    /* outline: 1px solid #ee336b94;
    outline-offset: -4px; */
    opacity: 0.8;
    border: var(--azul_oscuro) 1px solid;
}
.thumb.selected:hover{
    cursor: default;
}
.thumb:hover{
    opacity: 0.8;
    border: var(--azul_oscuro) 1px solid;
    cursor: pointer;
}
.thumb img{
    width: 100%;
}

#producto #info .stock{
    float: left;
    clear: both;
    padding: 5px 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--celeste);
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#producto #info .stock:after{
    content:'Disponible';
}
#producto #info .stock.nodisponible{
    background-color: var(--fucsia);
}
#producto #info .stock.nodisponible:after{
    content:'Disponible';
}
#producto #info h1, #producto #info h2, #producto #info h4, #producto #info .descripcion{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}
#producto #info h1{
    margin: 30px 0px 10px 0px;
}
#producto #info h2{
    font-size: 30px;
    margin: 30px 0px;
}
#producto #info h4, #producto #info h2{
    font-weight: bold;
}

#producto .pedido input{
    line-height: 24px;
    width: 100px;
    text-align: center;
    border: 1px #ccc solid;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
#producto .pedido input.error{
    border: 1px red solid;
    -webkit-transition: all  0.3s;
    -moz-transition: all  0.3s;
    -ms-transition: all  0.3s;
    -o-transition: all  0.3s;
    transition: all 0.3s;
}
#producto .pedido button{
    border: none;
    float: left;
    clear: both;
    margin-bottom: 40px;
    padding: 10px 25px;
    background-color: var(--azul_oscuro);
    color: var(--amarillo);
    border-radius: 5px;
    transition: all 0.2s;
}
#producto .pedido button:hover{
    cursor: pointer;
    color: var(--azul_oscuro);
    background-color: var(--amarillo);
}

ul.pedidos{
    float: left;
    max-width: 760px;
}
.resumen{
    float: right;
    max-width: 360px;
    width: calc(100% - 800px);
    border-radius: 20px;
    background-color: #f2f8f75e;
    padding: 20px;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #ccc;
    box-shadow: #ccc 0px 0px 5px;
    color: var(--azul_oscuro);
}
.resumen h1{
    font-size: 24px;
    text-align: center;
}
.resumen span{
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #ff9800;
}

.resumen button{
    width: 100%;
    font-size: 16px;
}
.resumen .confirmado{
    display: none;
    line-height: 26px;
    text-align: center;
    margin: 20px 0px;
}
#tick {
    width: 34px;
    margin-top: 20px;
    margin-bottom: -13px;
    margin-right: 10px;
    /* margin-left: calc(50% - 20px); */
}
.circ{
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
#tick .path{
    fill: none;
    stroke: #19d11b;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}
/*  .resumen .cantidades{
    display: none;
} */

table.pedido{
    width: 100%;
    color: var(--azul_oscuro);
}
table.pedido tr{
    border-bottom:#e3e3e3 1px solid;
    padding: 5px 0px;
    float: left;
    width: 100%;
}   
table.pedido thead tr{
    padding: 10px 0px;
    background-color: aliceblue;
    font-weight: bold;
} 
table.pedido thead th{
    float: left;
    padding: 0px 15px;
}
table.pedido td:first-child{
    width: 140px;
    float: left;
}
table.pedido td:first-child img{
    width: 100%;
}
table.pedido td:nth-child(3) {
    width: 200px;
    float: right;
}
table.pedido td:nth-child(2) {
    height: 140px;
    width: 400px;
    float: left;
    padding: 25px 5px;
    line-height: 25px;
}
table.pedido td:nth-child(2) span {
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
}
table.pedido td:nth-child(2) span:nth-child(1) {
    width: 150px;
}
table.pedido td:nth-child(2) a{
    float: left;
    width: 100%;
}
table.pedido input{
    margin-top: 36px;
    font-weight: bold;
    font-size: 26px;
    width: 70px;
    text-align: center;
    margin-left: 10px;
    border: none;
    color: #ff9800;
}
.delete {
    padding-left: 12px;
    position: relative;
    width: 25px;
    height: 20px;
    float: right;
}
.delete:hover {
    cursor: pointer;
}
.delete:before, .delete:after {
    float: right;
    content: ' ';
    height: 100%;
    width: 1px;
    background-color: #333;
    position: absolute;
}
.delete:before {
    margin-right: 17px;
    transform: rotate(45deg);
}
.delete:after {
    transform: rotate(-45deg);
}
.delete:hover:before , .delete:hover:after {
    background-color:red;
}
button.verhistorial, button.btnconfirmar{
    border: none;
    float: left;
    clear: both;
    margin-top: 40px;
    padding: 15px 30px;
    background-color: var(--azul_oscuro);
    color: var(--amarillo);
    border-radius: 5px;
    transition: all 0.2s;
}
button.verhistorial:hover , button.btnconfirmar:hover{
    cursor: pointer;
    background-color: var(--amarillo);
    color: var(--azul_oscuro);
}
li.realizados{
    display: none;
}
li.realizados table.pedido tr{
    padding:10px 0px;
}
li.realizados table.pedido td:nth-child(2) {
    height: 70px;
    padding: 10px 0px;
    line-height: 14px;
}
li.realizados table.pedido td:first-child{
    width: 65px;
}
li.realizados .delete{
    display: none;
}
li.realizados input{
    pointer-events: none;
    margin: 0;
}
th.estado_pedido:after{
    content: "Pedido pendiente";
}
th.estado_pedido .icono{
    font-family: "Font Awesome 5 Free";
}
li.realizados th.estado_pedido .icono:after{
    content: "\f48b ";
}
li.realizados th.estado_pedido:after{
    content: " Pedido finalizado";
}
li.realizados.preparando th.estado_pedido .icono:after{
    content: "\f2f2 ";
}
li.realizados.preparando th.estado_pedido:after{
    content: " Preparando entrega";
}
li.realizados.encamino th.estado_pedido .icono:after{
    content: "\f48b ";
}
li.realizados.encamino th.estado_pedido:after{
    content: " Pedido en camino";
}
li.realizados.finalizado th.estado_pedido .icono:after{
    content: "\f058 ";
}
li.realizados.finalizado th.estado_pedido:after{
    content: " Entrega finalizada";
}

/* //////////////////////////////// */
/*              LOGIN               */
/* //////////////////////////////// */

#login{
    position: fixed;
    width: 100vw;
    height:100vh;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
}

#login .content{
    color: #fff;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    contain: layout;
    background-color: var(--azul_oscuro);
    border-radius: 10px;
    padding: 40px;
    margin-top: 30vh;
}
#login #cerrar{
    text-align: center;
    width: 30px;
    line-height: 30px;
    float: right;
    clear: both;
    font-size: 20px;
    margin-top: -27px;
    margin-right: -26px;
}
#login #cerrar:hover{
    color: var(--fucsia);
    cursor: pointer;
}


#login h1{
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
}
#login input, #login input:-webkit-autofill{
    background-color: transparent !important;
    margin: 20px 0px;
    color: #fff;
}
#login input:hover,#login input:focus{
    border-color: var(--amarillo);
}
#login button{
    background-color: var(--fucsia);
    padding: 10px 40px;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: all 0.2s;
    width: 70%;
    margin-left:15%;
    margin-top: 30px;
   /*  margin-left: auto;
    margin-right: auto; */
}

#login button:hover{
    cursor: pointer;
    background-color: var(--amarillo);
}

.usuario .fas{
    margin-right: 8px;
    font-size: 13px;
}
.solo_mobile{
    display: none;
}

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

    :root {
        --header_top: 90px;
        --content_padding: 10px;
    }
    #menu{
        position: fixed;
        display: none;
        opacity: 0;
        width: 100vw;
        min-height: calc(100vh - var(--header_top));
        background-color: #fff;
        z-index: 10;
        padding: 25px;
        top: var(--header_top);
        line-height: 30px;
    }
    #menu ul{
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
        padding: 20px 0px;
    }
    #menu ul li{
        line-height: 45px;
    }
    #menu a{
        margin-top: 15px;
        width: 46%;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
    }
    #menu a.ingresar{
        float: left;
        background-color: var(--fucsia);
        color: #fff;
    }
    #menu a.crearcuenta{
        float: right;
        border: 1px solid var(--fucsia);
    }
    #menu .cuenta{
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }
    .solo_mobile{
        display: block;
    }
    .solo_pc {
        display: none !important;
    }

    header img{
        height: 90%;
        margin-right: 10px;
    }
    header #buscador{
        margin-top: 24px;
        width: calc(100vw - 150px);
    }
    header #buscador input[type=text] {
        height: 45px;
    }

    .espacio {
        height: 30px;
    }

        
    /* 
    ---------- HOME ----------
    */

    #slider{
        width: 100vw;
        height: calc(36.1vw + 54px);
    }


    #slider img{
        width: 100%;
        float: left;
    }
    #slider .texto{
        padding: 15px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        font-size: 25px;
        width: 100vw;
        background-color: transparent;
        text-shadow: 2px 2px 2px black;
    }
    #slider #bullets{
        bottom: 15px;
    }
    #slider #bullets .bullet{
    /*  height: 15px;
        width: 15px; */
        margin: 5px;
    }

    #categorias li{
        width: 50%;
        padding: 5px;
    }
    #categorias li:before {
        padding-top: 110%; 	/* initial ratio of 1:1*/
    }
    #categorias li .content {
        padding: 10px;
    }
    #categorias li .titulo{
         font-size: 25px;
         bottom: 10px;
    }

    #marcas li{
        width: 50%;
        padding: 10px;
        background-clip: unset;
    }
    section{
        margin-top:20px;
    }
    section h1{
        font-size: 24px;
    }

    /*
        LOGIN
    */
    #login .content {
        width: 90%;
    }
    #login button {
        margin-left: 0px; 
        width: 100%;
        padding: 17px 40px;
    }

    /*
        CONTACTO
    */

    .contacto .input {
        width: 100%;
        margin-bottom: 45px;
    }
    .contacto form {
        padding: 30px;
    }
    .entero{
        border: none;
    }
    .contacto button{
        width: 100%;
        line-height: 40px;
        padding: 0;
    }
    .conborde .mitad{
        width: 100%;
        padding: 40px;
    }
    .conborde .mitad:first-of-type {
        border: var(--azul_oscuro) 1px solid;
        border-radius: 15px 15px 0px 0px;
        border-bottom: none;
    }
    .conborde .mitad:last-child{
        border: var(--azul_oscuro) 1px solid;
        border-top: none;
        border-radius: 0px 0px 15px 15px;
    }
   
    /*
        PIE
    */
    #pie{
        /* padding: 0px var(--content_padding) 0px var(--content_padding); */
        padding: 0px;
        width: 100vw;
        float: left;
        position: relative;
    }
    #pie #form{
        width: 100%;
    }
    #pie img{
        width: 77px;
        right: 5px;
    }

    /*
        PRODUCTOS
    */

    #productos a.producto{
        width: 50%;
    }
    #productos a.producto{
        padding: 10px;
    }
    #productos a.producto .content .nombre{
        width: calc(100% - 20px);
    }

    /*
        PRODUCTO
    */
    #menu_lateral{
        display: none;
    }
    #producto{
        width: 100%;
    }
    #producto #fotos{
        width: 100%;
        /* padding: 10px; */
    }
    .thumb{
        width: 50px;
    }
    #producto #info{
        width: 100%;
        /* padding: 10px; */
    }
    
    /*
        CARRITO
    */
   
    ul.pedidos{
        width: 100%;
    }   
    table.pedido td:first-child{
        width: 65px;
    }
    table.pedido td:nth-child(2) {
        height: auto;
        width: calc(100% - 65px);
        float: left;
        padding: 0px 0px 0px 5px;
        line-height: 18px;
    }
    table.pedido td:nth-child(3){
        width: 90%;
        float: left;
    }
    table.pedido input{
        margin-top: 10px;
    }

    .resumen{
        float: left;
        width: 100%;
    }

    button.verhistorial, button.btnconfirmar{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }



}