.sidebar_lateral{
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15rem;
    height: 100%;
    padding: 1.4rem 1rem;
    background-color: var(--main);
    box-shadow: 1px 0px 10px var(--gray);
    transition: width 0.5s ease;
}
.menu-btn{
    position: absolute;
    top:3.5%;
    right: -0.87rem;
    display: flex;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: var(--main);
    color: var(--main);
    box-shadow: 2px 2px 5px var(--gray);
    cursor: pointer;
    transition: right 0.3s ease;
}
.menu-btn i{
    font-family: 1.5rem;
}
.brand{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding-left: 0.455rem;
    margin-bottom: 1.8rem;
    overflow: hidden;
}
.brand img {
    width: 2rem;
}
.brand span{
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
}
.menu-container{
    border: 2px solid red;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-m{
    border: 2px solid green;
    display: flex;
    width: 100%;
    padding: 0.55rem 0;
    margin-bottom: 1.2rem;
    border-radius: 0.3rem;
    box-shadow: 0 0 0 1px var(--gray);
    cursor: pointer;
    transition: box-shadow 0.5s ease;
}
.search-m:hover{
    box-shadow: 0 0 0 1px var(--gray);
}
.search-m i{
    border: 2px solid red;
    font-size: 1.35rem;
    color: var(--gray);
    padding: 0 0.8rem;
}
.search-m:hover i{
    color: var(--white);
}
.search-m input{
    width: 70%;  
}


.vista_lineal{
    display: flex;
}
.lista_venta{
    width:83%;
}
.lista_venta_total{
    width:13%;
}.vista_lineal_productos{
    display: flex;
    width:31%; 
    height:6em;
    margin:0 1em 1em 0;
    padding:0 0 .3em 0;
}
.vista_lineal_productos_img{
    width:45%; padding:.2em;
}
.vista_lineal_productos_datos{
    word-wrap: break-word;
    width:55%;
}
@media screen and (max-width: 980px) {
    .vista_lineal{
        display: block;
    }.lista_venta{
        width:99%;
    }.lista_venta_total{
        width:99%;
    }.vista_lineal_productos{
        display: block;
        width: 45%;
        height: auto;
        margin:0 1em .5em 2em;
        padding:.1em;
    }
    .vista_lineal_productos_img{
        width:95%; padding:.5em;
    }
    .vista_lineal_productos_datos{
        width:99%;
    }
}
.erroreninput{
    border: 1px solid rgba(255, 0, 0, 0.692);
    background-color: beige;
    box-shadow: 0px 5px 10px rgb(255, 0, 0);
}
.img_hover{
    padding: .7em .4em .7em .4em;
}
.img_hover:hover{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}
.solo_hover:hover{
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
#otrotipogasto{
    display: none;
}
#otrocaja{
    display: none;
}
#otrocajanobul{
    display: none;
}
.innerdos{
    height: 100%;
}
.footer_perfil{
    margin-bottom:.2em;
    border-radius: 50%;
}
.botonperfil{
    margin-bottom: -0.7em;
    width:3em; 
    height:3em; 
    margin-top:.6em;
    clip-path: circle(50% at 50% 50%);
    -webkit-box-shadow: 6px 6px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 14px -5px rgba(0,0,0,0.75);
}
.botonperfil img{
    width: 3em; 
    height: 3em;
}
.botonperfil:hover .submenuperfil{
    display:none;
    position:fixed;
}
.submenuperfil{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 998; /* Sit on top */
    left: 75%;
    top: 3em;
    padding: 1em;
    width: 300px;
    height: 80%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
    border-width: 2px;
    border-style: solid solid solid solid;
    border-color: rgba(0,0,0,0.2);
    border-radius: 0 0 20px 20px;
}
.submenucarrito{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 998; /* Sit on top */
    left: 75%;
    top: 3em;
    padding: 1em;
    width: 300px;
    height: 80%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
    border-width: 2px;
    border-style: solid solid solid solid;
    border-color: rgba(0,0,0,0.2);
    border-radius: 0 0 20px 20px;
}
#mostrarsaldo {
    padding: 0 0 4em 0;
    background: linear-gradient(270deg, var(--main), var(--bordermain));
    margin: auto;
    text-align: center;
    color: #c8e7f0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f00;
}@media only screen and (max-width: 600px) {
    .submenuperfil{
        margin-left: -71%;
        top:5em;
    }
    .submenucarrito{
        margin-left: -71%;
    }
}
.fotoprincipal{
    width: 50%;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    margin-top:.4em;
    padding: .6em 2em;
    cursor: pointer;
}
.btn-wsp:hover{
    background: #FD8E18;
}
.input-wrapper {
    position: relative;
    width: 20em; 
}
.input-icon {
    color: #191919;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.loader-page {
    position: fixed;
    z-index: 1000010;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
}
.loader-animation{
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}
.loader-animation::before,
.loader-animation::after{
    content: '';    
    background-image: url('../../images/Logo_Pixo_256.png');
    position: absolute;
    border-radius: 50%;
    inset: 0;
}
.loader-animation::before{
    --animation-delay: 0ms;
}
.loader-animation::after{
    background-color: var(--main);
    transform: scale(0);
    inset: 5px;
    --animation-delay: 500ms;
}
.loader-animation::before,
.loader-animation::after{
    animation: scale_animation 1s infinite;
    animation-delay: var(--animation-delay);
}
@keyframes scale_animation{
    from{
        transform: scale(0);
        opacity: 1;
    }
    to{
        transform: scale(1);
        opacity: 0;
    }
}
#mostrarmenu{
    display:none;
}
#mostrarbusqueda{
    display:none;
}
.scroll {
    width:23em; height:35em; overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.menusec{
    overflow-y: scroll; 
    background:#fff;
    padding-bottom: 1em;
}
.vistap{
    background:#fff; 
    margin-left:2px;
    
    padding-bottom: 1em;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.scroll::-webkit-scrollbar {
    display: none;
}
.barra{
    background:var(--bordermain); 
    height:2em; 
    padding:0; 
    float:left; 
    width:97%; 
    margin-bottom:.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 6px 4px 15px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 6px 4px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 15px -4px rgb(0 0 0 / 75%);
}
.buscadorizquierdo{
    display:none;
}
#descripcion{
    display: none;
}
#nombreproducto{
    width:100%;
}
#nombreproductoprincipal{
    width:100%;
}
#producto{
    text-align: center; 
    height: 23em; 
    float:center;
    padding-bottom:2em;
    margin: 3px;
}
#producto:hover  #descripcion{
    display: block;
}
#producto:hover{
    background-color: rgba(243, 243, 243, 0.507);
} 
.tipopagos
{
    width: 99%;
    height: 10em;
    margin: 3em 0 3em 0;
    padding-top:1em;
    border-radius: .5em;
    -webkit-box-shadow: 4px 3px 17px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 3px 17px -3px rgba(0,0,0,0.75);
    box-shadow: 4px 3px 17px -3px rgba(0,0,0,0.75);
    background-color: #ffffff;
    overflow-x: hidden;
}
.bannerprincipal{
    display: flex;
}
.bannerprincipalchico{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.cajabanner{
    float:center; 
    height:auto; 
    margin: 1em 0 1em 0; 
    border-right: 1px solid #E8E8E8;
}
@media screen and (max-width: 1680px) {
    .tiendaenproducto{
        color:blue; 
        position:absolute;
        font-size: .7em;
    }
    #nombreproducto{
        display: flex;
    }
    #nombreproductoprincipal{
        display: none;
    }#calificacionyprecio{
        display: none;
    }
    .bannerprincipal{
        margin-top:5em;
    }
    #mostrarsaldo{
        display: none;
    }
    .solocuadro{
        height: 26em; 
        padding:2em; 
        float:center; 
        width:23.5em;
    }
    .procaja{
        height: 15em; 
        padding:2em; 
        float:center; 
        width:10em;
    }
    .solomayor{
        height: 100%; 
        padding:2em; 
        float:center; 
        width:22em;
    }
    .cajavistaproducto{
        padding-top:0; 
        width:42em;
    }
    .vistalistaventa{
        padding-top:0; 
        width:21em;
    }
    #producto{
        width: 16em;
    }
    .menusec{
        width: 22em;
        height: 45em;
    }
    .vistap{
        width: 76%;
        height: 45em;
    }
    .cuart{
        width: 31%;
    }
}
@media screen and (max-width: 1440px) {
    .bannerprincipal{
        margin-top:1em;
    }
    #mostrarsaldo{
        display: none;
    }
    .solocuadro{
        height: 26em; 
        padding:2em; 
        float:center; 
        width:20.5em;
    }
    .procaja{
        height: 15em; 
        padding:2em; 
        float:center; 
        width:10em;
    }
    .solomayor{
        height: 100%; 
        padding:2em; 
        float:center; 
        width:19.5em;
    }
    .cajavistaproducto{
        padding-top:0; 
        width:35em;
    }
    #producto{
        width: 13em;
    }
    .menusec{
        width: 20em;
        height: 42em;
    }
    .vistap{
        width: 74%;
        height: 42em;
    }
}
@media screen and (max-width: 1380px) {
    #mostrarsaldo{
        display: none;
    } 
    .solocuadro{
        height: 26em; 
        padding:2em; 
        float:center; 
        width:18em;
    }
    .procaja{
        height: 15em; 
        padding:2em; 
        float:center; 
        width:10em;
    }
    .solomayor{
        height: 100%; 
        padding:2em; 
        float:center; 
        width:19em;
    }
    .cajavistaproducto{
        padding-top:0; 
        width:28em;
    }
    #producto{
        width: 18.68em; 
    }
    .menusec{
        width: 18em;
        height: 33em;
    }
    .vistap{
        width: 73%;
        height: 33em;
    }
}
@media screen and (max-width: 1280px) {
    #mostrarsaldo{
        display: none;
    }
    .solocuadro{
        height: 26em; 
        padding:2em; 
        float:center; 
        width:17em;
    }
    .procaja{
        height: 15em; 
        padding:2em; 
        float:center; 
        width:10em;
    }
    .solomayor{
        height: 100%; 
        padding:2em; 
        float:center; 
        width:18em;
    }
    .cajavistaproducto{
        padding-top:0; 
        width:20em;
    }
    #producto{
        width: 16em; 
    }
    .menusec{
        width: 19em;
        height: 38em;
    }
    .vistap{
        width: 70%;
        height: 38em;
    }
}
@media screen and (max-width: 1120px) {
    #mostrarsaldo{
        display: none;
    }
    .solocuadro{
        height: 26em; 
        padding:2em; 
        float:center; 
        width:100%;
    }
    .procaja{
        height: 15em; 
        padding:2em; 
        float:center; 
        width:10em;
    }
    .solomayor{
        height: 100%; 
        padding:2em; 
        float:center; 
        width:100%;
    }
    .cajavistaproducto{
        padding-top:0; 
        width:20em;
    }
    #producto{
        width: 16em; 
    }
    .menusec{
        width: 18em;
        height: auto;
    }
    .vistap{
        width: 68%;
    }
}
@media screen and (max-width: 980px) {
    .vistap{
        width: 70%;
    }
    .tiendaenproducto{
        color:blue; 
        position:absolute;
        text-decoration: none;
    }
    #nombreproducto{
        display: none;
    }
    #nombreproductoprincipal{
        display: flex;
    }
    #mostrarsaldo{
        display: block;
        position: fixed;
    }
    .solocuadro{
        height: 26em; 
        padding:2em; 
        float:center; 
        width:100%;
    }
    .procaja{
        height: 15em; 
        padding:2em; 
        float:center; 
        width:10em;
    }
    .solomayor{
        height: 100%; 
        padding:2em; 
        float:center; 
        width:100%;
    }
    #producto{
        width: 35em;
    }
    .buscadorizquierdo{
        display:block;
    }
    .barra{
        width:104%;
    }
    #mostrarmenu{
        display:block;
    }
    #mostrarbusqueda{
        display: inline-block;
        width:100%;
        margin-top: -2em;
    }
    #menuizq{
        display:none;
    }
    .menusec {
        width:100%;
    }
    .vistap{
        width:100%; 
    }
}
@media screen and (max-width: 736px) {
    #mostrarsaldo{
        display: block;
        position: fixed;
    }
    .bannerprincipal{
        display: flex;
    }
    #producto{
        width: 38.5em;
    }
    .buscadorizquierdo{
        display:block;
    }
    .barra{
        width:106%;
    }
    #mostrarmenu{
        display:block;
    }
    #mostrarbusqueda{
        display: inline-block;
        width:100%;
        margin-top: -2em;
    }
    #menuizq{
        display:none;
    }
    .innerdos{
        margin-left:.7em;
    }
    .vistap{
        width:100%;
        margin-top:.2em; 
    }
    .cuart{
        width: 14em;
    }
    .imgcategoria{
        width: 4em; 
        height: 4em; 
        overflow: hidden;
    }
    .button{
        margin: 0;
        padding: 0;
        margin-top: -2em;
        padding-left: 3px;
        padding-right: 3px;
        height: 3em;
    }
    .tipopagos{
        height: 7.5em;
        margin-bottom: -0.5em;
    }
}
@media screen and (max-width: 600px){
    .cajaresponsiva{
        width: auto;
    }
    #mostrarsaldo{
        display: block;
        position: fixed;
    }
    .bannerprincipal{
        display: none;
    }
    .bannerprincipalchico{
        display: flex;
    }
    #descripcion{
        display: block;
    }s
    .mySlides img{
        height: 9em;
    }
    .tipopagos{
        width: 100%;
        margin-top: -1em;
        font-size: 12px;
        padding: 0.5em
    }
    .tipopagos h3
    {
          font-size: .7em;
    }.tipopagos a
    {
          font-size: .7em;
    }
    .cuart{
        width: 34%;
    }
}
@media screen and (max-width: 495px) {
    .submenuperfil{
        top: 5em;
        width: 400px;
    }
    .submenucarrito{
        top: 10em;
        width: 400px;
    }
    #sizechico{
        font-size: .7em;
    }
    #nombreproductoprincipal h3{
        font-size: 1em;
    }
    .cajaresponsiva{
        width: auto;
    }
    #mostrarsaldo{
        display: block;
        position: fixed;
    }
    .solocuadro{
        height: 26em; 
        padding:2em; 
        float:center; 
        width:100%;
    }
    .procaja{
        height: 15em; 
        padding:2em; 
        float:center; 
        width:100%;
    }
    .solomayor{
        height: 100%; 
        padding:2em; 
        float:center; 
        width:100%;
    }
    .bannerprincipal{
        display: none;
    }
    .bannerprincipalchico{
        display: flex;
    }
    .fotoprincipal{
        width: 100%;
    }
    #producto{
        height: 21em;
        width: 13em;
    }
    .buscadorizquierdo{
        display:block;
    }
    .barra{
        width:106%;
    }
    #mostrarmenu{
        display:block;
    }
    #mostrarbusqueda{
        display: inline-block;
        width:100%;
        margin-top: -2em;
    }
    #menuizq{
        display:none;
    }
    .innerdos{
        margin-left:.7em;
    }
    .cuart{
        width: 33%;
    }
}
/* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1000; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    
    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 1% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 80%; /* Could be more or less, depending on screen size */
    }
    
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

        /* The img Modal (background) */
.imgmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.imgmodal-content {
    background-color: #fefefe;
    margin: 1% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.imgclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.imgclose:hover,
.imgclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* The Close Button */
.closeinformacion {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeinformacion:hover,
.closeinformacion:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*MODAL*/
#imagen_exclusivo_navidad{
    display:flex;
    justify-content: center;
    align-items: center;  
    position: fixed;
    z-index: 1000000;
    top:0;
    left: 44%;
    width: 12%;
}
/*MENSAJES FLOTANTES Y BOTONES*/
.mensajeflotante{
    display:none;
    justify-content: center;
    align-items: center;  
    position: fixed;
    z-index: 1000000;
    left: 25%; 
    top: 10%;
    width: 100%; 
    height: 5%;
    margin-bottom: 10em;
}
.vl {
    border-left: 1px solid var(--gray);
    height: 50px;
}
.vlW {
    border-left: 2px solid var(--white);
    height: 50px;
}
.mensajeflotante .cuerpomensajeflotante{
    background-color: var(--red); 
    margin: 1% auto; padding: 1em; 
    border: 3px solid var(--gray);
    width: 50%; 
    border-radius: 5px;
    display:flex;
    justify-content:left;
}
.mensajeflotante .cuerpomensajeflotante h4{
    color:var(--white); 
    margin:.5em 0 0 0;
    text-shadow: 2px 2px 2px var(--gray);
}
.mensajeflotante .cuerpomensajeflotante #imagen_msj{
    width: 3em;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-right: 1em;
}
.mensajeflotante .cuerpomensajeflotante #imagen_msj img{
    width: 3em;
    height: 3em;
}
.mensajeflotante .cuerpomensajeflotante label{
    color:var(--white); 
    text-shadow: 2px 2px 2px var(--gray);
}
.mensajeflotante #close_mensajeflotante{
    width: 3em;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: .5em;
    margin-left: 1em;
}
.mensajeflotante #close_mensajeflotante span{
    position: absolute;
}
@media screen and (max-width: 980px) {
    .mensajeflotante{
        left: 10%;
        height: auto;
    }
    .mensajeflotante .cuerpomensajeflotante{
        width: 95%;  
    }
}
.btn_sub_menu{
    background-color: var(--main);
    padding-right: 1em;
    display:flex; 
    border-radius: .25em;
    margin: .5em 0 .5em 0;
    justify-content: left;
    text-align: left;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
}
.btn_sub_menu b{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    margin: .5em 1em 0 .5em;
    width: 70%;
}
.btn_sub_menu img{
    height: 2em;
    margin: .5em 0 .5em 1em;
}
.btn_sub_menu:hover {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}
ul.interna {
    list-style-type: none;
    width: 300px;
    height: auto;
    position: absolute;
    margin-top: -2px;
    margin-left: 10px;
}
li.interna {
    background-color: #EEEEEE;
    border-top: 1px solid #9e9e9e;
    padding: 5px;
    width: 100%;
    float: left;
    cursor: pointer;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
}
li:hover ul#submenu {
	opacity: 1;
	top: 40px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;
}
#submenu li {
	float: none;
	width: 100%;
}
#submenu a:hover {
	background: #DF4B05;
}
#submenu a {
	background-color:#000000;
}
#titulos_secundarios{
    height: auto;
    padding: 0;
    padding-top: .15em;
    width: 98%;
    margin-bottom: .5em;
    border-bottom: 5px solid var(--main);
    color: var(--main);
    font-weight: bold;
    font-size:x-large;
}