.modal-producto{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: none;
}

.modal-producto-contenido{
    position: absolute;
    background-color: #fff;
    width: 80vw;
    height: 80vh;
    top: 10vh;
    left: 10vw;
    overflow-y: auto;
    padding: 30px;
}

.agregar-color-contenido{
    display: none;
}

.contenedor-agregar{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    background-color: #eee;
    margin-bottom: 40px;
}


.modal-existencias{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
  }


  .contenido-modal-existencias{
    background-color: #fff;
    width: 800px;
    height: 400px;
    z-index: 2001;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    display: block;
  }


  .contenido-modal-existencias{
    padding: 30px;
  }


@media(max-width: 767px){
    .table tr, .table td{
        width: 100% !important;
        display: block;
    }
    .table td img{
        display: block !important;
        position: relative !important;
        margin: 0 auto !important;
    }
    .tabla-titulos{
        display: none !important;
    }
}
