.card-pos {
   
    height: 5rem;
}

.card-pos-product {
  
    height: 14rem;
}

.pointer {
    cursor: pointer;
}

.background-pos {
    background: #d2d6de;    
}

.products {
    height: 500px;
    overflow: auto;
}

.product-cart {
    overflow: auto;
    height: 190px;
    margin-bottom: 10px;
}

.active-categories > .card-pos{
	border: 2px solid #0d6efd;

}

.pos-table > tr {
	background: white;
}

.card-pos-product > .card-body {
    line-height: 20px;
}