.preview{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: white;    
	background-size: contain;
}
.row:not(:first-child) {
	margin-top: 80px;
}
#last-products tbody tr{
	cursor: pointer;	
}
.product-thumb{
	max-width: 40px;
	max-height: 40px;
}