.products{
    height:calc(100vh - 120px);
    overflow-y:auto;
} 

.product-table{width:100%;
    border-collapse:collapse;
    background:white;
} 

.product-table th{
    position:sticky;
    top:0;
    background:#fafafa;
    border-bottom:2px solid #eee;
    padding:8px;} 
    
.product-table td{padding:8px;
    border-bottom:1px solid #eee;
} 

.product-table tr:hover{
    background:#f9f9f9;
} 

.searchbar-sticky{
    position:sticky;
    top:0;
    background:white;
    padding:10px 0;
    z-index:20;
}

/* Minder ruimte boven 'Beschikbare artikelen' alleen in de webshop */
.main {
    padding-top: 0px !important;
}