::-webkit-scrollbar, #products-products-table ::-webkit-scrollbar
{
	width: 10px;
	height: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb, #products-products-table ::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgb(150,150,150);
}

/* Remove blue focus ring on click — keep for keyboard nav via :focus-visible */
*:focus {
	outline: none !important;
	box-shadow: none !important;
}