#modalInventarioTallas th:nth-child(2),
#modalInventarioTallas td:nth-child(2){
  display: none;
}

#modalTallasProducto th:nth-child(2),
#modalTallasProducto td:nth-child(2){
  display: none;
}

.user-header {
  text-align: center;
}

.user-header img {
  width: 90px;
  height: 90px;
  border: 3px solid rgba(255,255,255,0.5);
}

.user-header p {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}

.user-header p small {
  display: block;
  font-size: 12px;
  color: #e0e0e0;
}


/* ===============================
   BOTON QUITAR PRODUCTO RESPONSIVE
   =============================== */

@media (max-width: 992px) { /* tablet y móvil */
    .nuevoProducto .input-group-addon.quitar-container {
        display: inline-block !important;
        width: 32px;
        height: 32px;
        padding: 2px;
        margin-right: 5px;
        background: transparent !important;
        border: none !important;
    }
}
