:root {
    /* --TextColor: var(--MainColor);
    --MainColor: rgb(0, 0, 0);
    --SecondaryColor: var(--MainColor); */
}


body{
    font: 16px/1.5 "Poppins", Sans-serif !important;
}
.icono-carro-new .material-symbols-outlined{
    font-weight: 300 !important;
}
.listado-menu li p{
    margin: unset;
}
.menu-separar-lineas{
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    padding-top: 1vh;
    background-color: var(--MainColor);
}
.menu-primera-linea{
    display: flex;
}
.menu-segunda-linea{
    display: flex;
    justify-content: space-between;
    padding: 1vh 0;
}
.img-logo-menu{
    max-width: 105px;
    margin-left: 6vh;
    cursor: pointer;
}
.main-nav-new{
    list-style-type: none;
    width: 70%;
}
.texto-oferta {
    font-size: 16px;
    margin: 0;
    background-color: #b8bcc6;
    color: var(--MainColor)fff;
    text-align: center;
    line-height: 2;
    width: 100%;
}
.li-new{
    float: left;
    margin-right: 10px;
    color: var(--TextColor);
}
.li-new a, .dropdown-new a{
    color: var(--TextColor);
    padding: 10px 5px;
    display: flex;
    justify-items: center;
    align-items: center;
}
@media(min-width: 850px){
    .dropdown-new a{
        padding: 0px;
    }
}
#dropdown-toggle-new{
    padding-right: 20px;
}
.dropdown-menu-computer{
    max-width: 30%;
}
.li-new a:hover {
    background-color: var(--MainColor);
    color: var(--TextColor);
}
.icon-carrito{
    text-decoration: none;
}
#img-cliente{
    margin-left: 5px;
}
.user-new{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.icon-nav-new{
    width: 60%;
    text-align: end;
    margin-top: 10px;
}
.dropdown-menu-new{
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0;
}
.dropdown-menu-new-active{
    display: block;
    margin-top: 5px;
    
}
.dropdown-menu-new li{
    display: block;
    background-color: var(--TextColor);
}
.dropdown-toggle-new{
    margin-right: 10px;
    cursor: pointer;
}
.dropdown-new :hover{
    background: var(--MainColor);
    color: var(--SecondaryColor);
    
}
.dropdown-menu-new :hover{
    background-color: var(--MainColor);
    color:var(--TextColor);
}
.dropdown-menu-new li a{
    display: block;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 10px 5px;
}
.icono-nav-new{
    text-align: end;
}
.main-nav-cel, .icon-nav-cel{
    display: none;
}
.dropdown-cel{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.dropdown-menu-cel{
    display: none;
    position: absolute;
    list-style: none;
    top: 40px;
    left: 0px;
    color: var(--TextColor);
    width: 100%;
    margin: 0;
}
.dropdown-menu-cel li{
    width: 100%;
    background-color: var(--MainColor);
}
.dropdown-menu-cel li a{
    display: block;
    color: var(--TextColor);
    background-color: var(--MainColor);
    padding: 10px;
    border: solid;
    border-color: var(--MainColor);
}
.dropdown-menu-cel li :active {
    background-color: var(--MainColor);
    color: var(--TextColor);
} 
@media(max-width: 850px){
    #logo{
        margin-left: 20vw;
    }
}

.icono-menu-cel{
    color:var(--TextColor);
    margin-right: 10px;
}
.display-block {
    display: block;
}
.boton-usuario-celu {
    color: var(--MainColor);
    padding-right: 10px;
}
.carrito-icono-barra{
    font-size: medium;
}
.precio-carrito-barra{
    font-size: medium;
    font-family: 'Open Sans', sans-serif;
    margin-right: 5px;
}
.precio-carrito-barra p{
    margin: 0 0 10px;
}
#div-navigation-first-new{
    margin-right: 15px;
}
.dropdown-content {
    display: none;
    border-top: solid;
    border-color: black;
    border-width: 1px;
    color: var(--TextColor);
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.grid-dropdown{
    display: grid;
    min-width: 16% ;
    gap: 1px;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    margin: 0% 2%;
}
.div-menu-pc-nuevo:hover .dropdown-content{
    display: flex; 
}
.dropdown-content a{
    color: var(--TextColor);
    cursor: pointer;
}


/* Menu nuevo */
.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background: var(--MainColor);
    padding-top: 1vh;
}
.menu-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.menu-btn {
    position: fixed;
    left: 20px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
}
.menu-btn__line {
    width: 30px;
    height: 3px;
    background-color: var(--TextColor);
    transition: all 0.3s ease;
}
.menu-desplegable {
    position: fixed;
    top: 0;
    left: -350px;
    height: 100%;
    background-color: var(--MainColor);
    display: none;
    align-items: flex-start;
    flex-direction: column;
    transition: all 0.3s ease;
    z-index: 999;
    width: 350px;
}
.menu ul {
    list-style: none;
}
.menu ul li {
    margin: 20px 0;
}
.menu ul li a {
    color: var(--MainColor);
    text-decoration: none;
    font-size: 20px;
}
.menu-active {
    display: flex !important;
    left: 0;
}
/* Animación para la cruz */
.menu-btn.open .line1 {
    transform: rotate(45deg) translate(10px, 10px);
    background-color: var(--SecondaryColor);
}
.menu-btn.open .line2 {
    opacity: 0;
}
.menu-btn.open .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: var(--SecondaryColor);
}
.listado-menu{
    display: flex;
        flex-direction: column;
        margin-top: 4vh;
        width: 75%;
        padding: 0;
        justify-self: center;
}
.listado-menu li{
    width: 100%;
}
.listado-menu li a{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: var(--TextColor);
}
.listado-menu li .titulo-grupo{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: var(--TextColor);
    cursor: pointer;
}
.listado-menu li div a {
        margin-left: 5%;
}
.listado-menu li div ul {
        margin: unset;
}
.listado-menu li div ul li a{
    font-weight: unset;
}
.listado-menu li div li a {
        margin-left: 5%;
}
body.menu-open {
    overflow: hidden;
}
.footer-menu{
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
    padding: 15px 0px 20px 0px;
    z-index: 99;
    background: var(--MainColor);
    color: var(--TextColor);
}
.flecha-rotada {
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
}
.alinear-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
}
.listado-menu li:hover, .listado-menu li a:hover{
    color: var(--TextHover);
    text-decoration: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    display: none;
    z-index: 990;
}
#logo{
    position: relative;
    right: 60%;
    /* left: 50%;
    margin-right: 30vh; */
    max-width: 144px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.listado-menu li{
    list-style: none;
}
.listado-menu li a{
    text-decoration: none;
}
#menu{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: var(--MainColor);
}
.box-carro-total{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
#btn-ingreso, #btn-egreso{
    display: flex;
    background: var(--TextColor);
    color: var(--MainColor);
    padding: 5px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    font-weight: 200;
}
#ingreso{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
}
#ingreso a{
    text-decoration: none;
    color: var(--TextColor);
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.listado-menu .material-symbols-outlined{
    font-size: 16px !important;
    margin-right: 3px !important;
}
.scroll-menu{
    width: 100%;
    height: 85%;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (min-width: 840px) {
    .box-logo-menu {
        margin: auto;
    }
}
.carrito-desplegable {
    color: var(--TextColor);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 33%;
    padding: 0px 0px 0px 20px;
    background-color: var(--MainColor);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100%;
    transition: all 0.3s ease;
}
@media (max-width: 840px){
    .carrito-desplegable {
        width: 85%;
    }
}
.div-titulo-desplegable{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titulo-cesta{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
}
.cerrar-desplegable, .icono-carro-new{
    cursor: pointer;
}
.linea-prod-desplegable{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-width: 1px;
    padding: 4px;
    margin-right: 5px;
}
.linea-prod-desplegable p .carrito-decimal{
    font-weight: normal;
}
.linea-prod-desplegable p .carrito-entero{
    font-weight: normal;
}
.linea-prod-desplegable p{
    margin: 0;
}
.descrip-carrito{
    min-width: 60%;
    max-width: 60%;
}
.txt-cesta{
    font-size: 12px;
    font-weight: normal;
}
.txt-preciocesta{
    font-size: 14px;
    font-weight: 700 !important;
}
.trashbin-prod-desplegable{
    cursor: pointer;
}
.linea-total-desplegable{
    display: flex;
    margin-top: auto;
    flex-direction: column;
}
.linea-total-desplegable p{
    margin: 0;
    font-size: 18px;
}
.box-info-carrito{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-right: 12%;
}
.info-cuotas{
    display: flex;
    justify-content: flex-end;
    margin-right: 12%;
}
#precio-carro-desplegable{
    font-weight: bold;
    margin: 0;
}
#precio-carro-desplegable .carrito-entero{
    font-size: 18px !important;
}
#precio-carro-desplegable .carrito-decimal{
    font-size: 14px !important;
}
.info-cuotas{
    display: flex;
    justify-content: flex-end;
    margin-right: 12%;
}
.cuotas .carrito-entero{
    font-size: 12px !important;
    font-weight: 300;
}
.cuotas .carrito-decimal{
    font-size: 10px !important;
}
.cuotas{
    font-size: 11px !important;
    /* font-weight: bold !important; */
    margin-bottom: 15px !important;
}
.div-btn-comprar-desplegable{
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.btn-comprar-desplegable{
    height: 14px;
    width: 82%;
    background-color: var(--TextColor);
    color: var(--MainColor);
    padding: 13px;
    border-radius: 40px;
    cursor: pointer;
    margin: 0;
    font-size: large;
    border: 1px solid var(--TextColor);
    transition: background-color 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.btn-comprar-desplegable:hover{
    background-color: var(--MainColor);
    color: var(--TextColor);
}
.img-carro {
    width: 75px;
    max-height: 210px;
    margin: unset !important;
}
#areatext{
    border: 1px solid var(--TextColor);
    margin: 0px 0px 0px 5px;
    border-radius: 30px !important;
    outline: none !important;
    background: #f9f9f9;
    width: unset;
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
}
.componentes-menu{
    display: flex;
    align-items: center;
    width: 98%;
    margin: auto;
    margin-left: 5%;
}
.dropdown-new a:hover{
    color: var(--TextColor);
}
.div-articulo-precio-busqueda{
    display: flex;
    flex-direction: column;
    align-items: normal;
    font-weight: 200;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.div-articulo-precio-busqueda div{
    display: flex;
}

.div-articulo-precio-busqueda p {
    margin: 0;
}
.div-articulo-precio-busqueda div p{
    margin: 0;
}
.div-articulo-precio-busqueda div p .carrito-entero{
    font-size: 14px;
}
.cuadroBusqueda{
    position: absolute;
    left: 5vw;
    background-color: var(--MainColor);
    box-shadow: 0 0 10px 0 rgba(20, 36, 67, 0.1);
    border-radius: 5px;
    min-width: 90vw;
}
.items-busqueda{
    margin-right: 5px;
    cursor: pointer;
}
.linea-items-busqueda{
    color: var(--TextColor);
    font-weight: 600;
    align-items: center;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #1424431A;
    padding: 10px 0 10px 0px;
    justify-content: space-between;
    
}

.botones-busqueda-item{
    margin-left: 5vw;
}
.div-barra-busqueda{
    display: flex;
    align-items: center;
    border: solid;
    border-width: 0.8px;
    border-radius: 50px;
    padding: 2px;
}
.div-barra-busqueda #areatext{
    border: unset;
    margin: unset;
    border-radius: unset;
    outline: unset;
    background: unset;
    width: unset;
    display: unset;
    padding: unset;
    font-size: unset;
    line-height: unset;
    color: unset;
    vertical-align: unset;
    vertical-align: unset;
    width: 80%;
    margin: 0 7px;
    font-size: 13px;
    font-weight: 200;
    padding: 3px;
}

.div-barra-busqueda span{
    font-weight: 200;
}
.div-select-stock{    
    display: flex;
    justify-content: flex-start;
    align-items: center;}

.box-select-stock{
    display: flex;
    width: 60%;
    justify-content: space-between;
    align-items: center;
}
.select-stock{
    width: 13vw !important;
}

.boton-busqueda-async{
    font-size: large;
    color: var(--MainColor);
    background: var(--TextColor);
    border-radius: 20px;
    text-align: center;
    border-color: var(--MainColor);
    border: solid;
    border-width: 1px;
    transition: all .25s ease-in;
        padding: 0.5vh;

}
.boton-busqueda-async:hover{
    
    background: var(--MainColor);
    color: var(--TextColor);
    border-color: var(--TextColor);
    border: 1px;
    border-color: var(--TextColor);
    border: solid;
    border-width: 1px;
    transition: all .25s ease-in;

}
.img-busqueda{
    width: 50px;
    height: fit-content;
    margin-right: 20px;
    margin-left: 5px;
}
.icon-nav-new li{
    width: unset;
}
@media (max-width: 840px){
    .componentes-menu{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }
    #areatext{
        width: 100% !important;
        margin-left: -5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #logo {
        margin-right: 0px;
        right: 0;
        left: 0;
    }
    .listado-menu #close-menu{
        align-self: self-end;
        font-size: 30px !important;
    }
    .box-carro-total{
        margin-right: 0;
    }

    .menu-desplegable {
    
         width: 85%;
    }

    .listado-menu{
    display: flex;
        flex-direction: column;
        margin-top: 4vh;
        width: 75%;
        padding: 0;
        justify-self: center;
}
}
.icon-nav-new{
    padding: 0;
    margin: 0;
}
li #close-menu{
    
    font-size: 30px !important;
}
#close-menu{
    cursor: pointer;
}

.div-botonera-total-compra-async{
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 2vh auto;
}
.div-botonera-total-compra-async div span,.botones-masmenos-compra{
    color: var(--MainColor);
    background: var(--TextColor);
    border-radius: 50px;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.confirmar-boton-async-compra{ 
    font: 16px / 1.5 "Poppins", Sans-serif !important;
    padding: 7px;
    margin: 1px 1px;
    cursor: pointer;
    border-radius: 6px;
    color: var(--MainColor);
    background: var(--TextColor);
    padding: 1.2vh 10vw;
    border-radius: 50px;
    font-weight: 300 !important;
    letter-spacing: 3px;
    
}
.ver-mas-destalles-compra-async{
    font-weight: 200 !important;
    color: var(--TextColor);
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;

}
@media (min-width: 800px) {
    .confirmar-boton-async-compra{
        padding: 1.2vh 2vw;
    }
}
.confirmar-boton-async-compra:focus{
     outline: none;
}

.botonera-compra-async{
    display: flex;
    align-self: center;
    border: solid;
    border-radius: 50px;
    padding: 4px;
    border-width: 1px;
    border-color:  #1424431A;;
}
.botonera-compra-async input{
    text-align: center;
    border-radius: 8px;
    width: 7vw;
    border: none;
    margin: 0;
    padding: 0;
    
}
.botonera-compra-async input::-webkit-inner-spin-button,
.botonera-compra-async input::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.botonera-compra-async input:focus{
    outline: none;
}
.botonera-compra-async-total{
    display: flex;
    align-self: center;
    border: solid;
    border-radius: 50px;
    padding: 4px;
    border-width: 1px;
    border-color:  #1424431A;;
}
.botonera-compra-async-total input{
    text-align: right;
    border-radius: 8px;
    width: 7vw;
    border: none;
}
@media(max-width: 820px){
    .botonera-compra-async input{
        text-align: center;
        border-radius: 8px;
        width: 18vw;
        margin: 0;
        padding: 0;
    }
    .botonera-compra-async-total input{
        text-align: right;
        border-radius: 8px;
        width: 18vw;
    }

}
.talle-botones-input-compraasync{
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin: auto;
}
@media (max-width: 800px)  {
    .talle-botones-input-compraasync{
        width: 64%;
    }
    
}
#selectTalleAsync{
    color: var(--TextColor);
    border-radius: 5px;
    border-width: 1px;
    width: 8vw;
    margin-bottom: 17px;
    text-align: center;
    height: 4vh;
    border-color:  #1424431A;;
    
}
@media(max-width: 800px){
    #selectTalleAsync{
        width: 30vw;
    }
}

#selectTalleAsync:focus{
    outline: none;
}
.input-talle-async:disabled{
   background-color: rgb(205 205 205);
    text-decoration: line-through;
  }

.icono-boton-calculos-compra{
    background-color: var(--TextColor);
    border-radius: 20px;
    color: var(--MainColor);
    padding: 10px;
    position: relative;
    top: -50px;
    font-size: large !important;
    z-index: 4;
}
.text-compra-async{
    color: var(--TextColor);
    font: 16px/1.5 "Poppins", Sans-serif !important;
    font-weight: 200 !important;
    margin: 10px 0px;

}
.titulo-compra-async{
        margin: 0px 10px;
    font-weight: 200;
    color: var(--TextColor);
}

.container-compra-async{
    padding-top: 0px;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #1424431A;;
}
.container-compra-async .precio-final {
    color: var(--TextColor);
    font-weight: 600 !important;
    font-weight: bold !important;
}

.titulo-swal-compra-async{
    padding: 2vh
}


.swal2-title{
    color:var(--TextColor) !important;
    font-weight: 200 !important;
    font-size: 22px !important;
}
.div-talle-cantidad-async{
    display: flex;
    flex-direction: column;
    align-items: center;
}






















/*HIDDEN SIEMPRE AL FONDO  */
.hidden {
    display: none;
}