/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
html {
    scroll-behavior: smooth;
}
.familia-fuente-hamfresh{
    font-family: hamfresh;
}
.page-template-page-carta-pedidos #page-content{
    padding-top: 10rem;
    background: #f5f5f5;
    font-family: roboto;
}
.menu-categorias{
    background: black;
    color: white;
    font-size: 1.5rem;
    padding: 1rem;
    display: flex;
    position: fixed;
    top: 5.8rem;
    left: 0;
    right: 0;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.menu-categorias::-webkit-scrollbar{
    display: none;
}
.menu-categorias > div{
    margin: 0 1rem;
    flex-shrink: 0;/*items con dos palabras no se comprimen formando dos lineas*/
    cursor: pointer;
}
.menu-categorias > div.border-bottom{
    border-bottom: .1em solid white;
}
/********  contenedor-principal-carta  ***********/
.contenedor-principal-carta{
    display: flex;
    align-items: flex-start;
}




/********  contenedor-izquierda  ***********/
.contenedor-izquierda{
    padding: 1.5rem 2.5rem;
}
.leyenda-1{
    font-weight: 600;
    margin-bottom: 5px;
    font-size:1.4rem;
}
.leyenda-2{
    font-size: 2.3rem;
    margin-bottom: 4rem;
}
.contenedor-productos-de-una-categoria{
    /*margin-top: 2rem;*/
    padding-top: 10rem;
    margin-top: -8rem;
}
.titulo-categoria{
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
}


.producto{
    padding: 1rem;
    width: 400px;
    background: white;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 1rem;
    vertical-align: top;
}
.producto:hover{
    cursor: pointer;
    box-shadow: 0px 22px 24px 0px rgb(0 0 0 / 8%);
}
.producto-info p{
    margin: .3rem;
}
.producto-info .titulo{
    font-size: 1.5rem;
}
.producto-info .descripcion{
    line-height: 1.5rem;
}
.producto-img img{
    max-width: 150px;
}
.precio {
    font-size: 1.5rem;S
}
/********  contenedor-derecha-info-carrito  ***********/
.contenedor-derecha-info-carrito{
    min-width: 320px;
    background: white;
    margin-right: 2.5rem;
    padding: 1.5rem .5rem;
    transition: transform 1s;
    overflow-y: scroll;
    max-height: 100vh;
}
.contenedor-derecha-info-carrito .titulo-info-carrito{
    font-size: 1.5rem;
    margin-left: 1.5rem;
}
.contenedor-derecha-info-carrito ul.lista-productos-carrito{
    list-style-type: none;
    margin-left: 0;
}
.contenedor-derecha-info-carrito li{
    display: flex;
    justify-content: space-between;
}
.contenedor-derecha-info-carrito li p{
    margin-bottom: 0;
}
.contenedor-derecha-info-carrito a.delete-btn-rojo-carrito{
    background: red;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 0rem 0.4rem;
    border-radius: 50%;
}

.total{
    display: flex;
    justify-content: space-between;
    line-height: 0.8rem;
    margin-bottom: 4rem;
}
.total > div.puntitos{
    flex: 1;
    border-bottom: 2px dotted black;
    margin: 0 0.3rem;
}

.enlace-realizar-pedido{
    display: flex;
    justify-content: center;
}
.enlace-realizar-pedido a{
    margin: 1rem;
}
.enlace-realizar-pedido a.btn-visible-disp-moviles{
    display: none;
}
.enlace-realizar-pedido a.boton-azul{
    background: #33a2b6;
    color: white;
    padding: .5rem 1.5rem;
    font-size: 1.2rem;
    text-align: center;
}
.enlace-realizar-pedido a.boton-azul-invertido{
    background: white;
    color: #33a2b6;
    border: 1px solid #33a2b6;
    padding: .5rem 1.5rem;
    font-size: 1.2rem;
    text-align: center;
}
/************** boton-flotante-ver-cesta-bottom-moviles ************/
.boton-flotante-ver-cesta-bottom-moviles{
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    padding: 1rem;

    display: none;
}
.btn-azul-ver-cesta{
    background: #33a2b6;
    display: inline-flex;
    justify-content: center;
    padding: .5rem .8rem;
    color: white;
    cursor: pointer;
    width: 100%;
}
.btn-azul-ver-cesta > div:nth-of-type(2){
    margin-left: 2rem;
}
@media only screen and (max-width: 1000px){
    .boton-flotante-ver-cesta-bottom-moviles{
        display: inline-flex;
    }
    .contenedor-derecha-info-carrito{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin-right: 0;
        z-index: 999;
        padding: 5rem;
        transform: translateY(100%);
    }
    .contenedor-derecha-info-carrito.visible{
        transform: translateY(0);
        transition: transform 1s;
    }
    .enlace-realizar-pedido a.btn-visible-disp-moviles{
        display: inline;
    }
}
@media only screen and (max-width: 600px){
    .page-template-page-carta-pedidos #page-content{
        padding-top: 8rem;
    }
    .contenedor-derecha-info-carrito{
        padding: 1rem;
    }
    .enlace-realizar-pedido{
        flex-direction: column;
    }
    .contenedor-izquierda{
        padding: 1.5rem .3rem;
    }
    .producto{
        margin-right: 0;
        max-width: 95vw;
    }
}


/*********************************** SINGLE-PRODUCT *****************************************/
/*Escondo btn submit + input de cantidad + los subtotals*/
.single-product div#product-addons-total,
.single-product div.quantity,
.single-product button[name="add-to-cart"]{
    display: none;
}
#input-numero{
    font-family: 'hamfresh';
    font-size: 2rem;
}

.barra-info-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: white;
    border-top: 1px solid;
    z-index: 1;
}
.barra-info-bottom .fila{
    display: flex;
    justify-content: center;
}
.barra-info-bottom .fila > div{
    min-width: 10rem;
    margin: 0 .5rem;
}
.barra-info-bottom .fila-sumatorios{
    display: flex;
    justify-content: space-between;
    margin-top: -.5rem;
}
.barra-info-bottom .fila-sumatorios p{
    margin: 0;
}
.barra-info-bottom .col-drch{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.barra-info-bottom .btn-input{
    background: lightgrey;
    padding: 0 0.6rem;
    border-radius: 50%;
    color: #33a2b6;
    font-weight: bold;
    cursor: pointer;
}
.barra-info-bottom .btn-enlace-gris{
    display: inline-flex;
    justify-content: center;
    padding: 0.5rem 0.5rem;
    cursor: pointer;
    width: 100%;
    background: white;
    border: 1px solid #33a2b6;
    font-size: 1.2rem;
    text-align: center;
}
.barra-info-bottom .btn-enlace-azul{
    background: #33a2b6;
    color: white;
    padding: .5rem 1.5rem;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}


/*.enlace-realizar-pedido a.boton-azul{
    background: #33a2b6;
    color: white;
    padding: .5rem 1.5rem;
    font-size: 1.2rem;
    text-align: center;
}
.enlace-realizar-pedido a.boton-azul-invertido{
    background: white;
    color: #33a2b6;
    border: 1px solid #33a2b6;
    padding: .5rem 1.5rem;
    font-size: 1.2rem;
    text-align: center;
}*/
