/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
}

body{
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    background-color: #e1e1e1;
}
hr{
    border-color: #e1e1e1;
}
header{
    height: 60px;
}
label{
    margin: 0;
}
.container{
    max-width: 98%;
}
.logo{
    margin: 0;
    padding: 5px;
    vertical-align: baseline;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--dark);
    color: #fff;
}
.logo p{
    margin: 0;
    font-size: 1.5rem;
}
.logo img{
    height: 100%;
}

#badArt{
    left: -25%;
    bottom: 10%
}

.table td{
    vertical-align: middle;
}

.table-sm td, .table-sm th{
    padding: .2rem;
}

#filtros .form-group {
    margin-bottom: 0.2rem;
}

.totalComprar{
    font-size: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mdCart .modal-body .table-responsive{
    max-height: 60vh;
}

#mdCart .modal-body table thead tr{
    position: sticky;
    top: 0;
    z-index: 10;
}

#inpPrecio::-webkit-inner-spin-button,
#inpPrecio::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
#inpPrecio { -moz-appearance:textfield; }