.cart-summary	{
		position:	absolute;
		top:		100px;
		color:		gold;
		font-size:	100%;
		font-family:	verdana, arial, sans, times-roman;
		text-decoration: bold;
	}
.cart-pay-now	{
		position:	relative;
		top:		30px;
		color:		black;
		font-family:	verdana, arial, sans, times-roman;
		flush:		bottom;
	}
.cart	{
		position:	relative;
		top:		130px;
		display:	flex;
		flex-wrap:	wrap;
	}
.quasar {
		display:	grid;
		min-width:	6cm;
		min-height:	6cm;
		width:		250px;
		height:		250px;
		max-width:	100%;
	}
.quasar-image {
	}
.quasar-product-name {
		color: blue;
	}
.quasar-price {
		color: brown;
	}
.quasar-qtyeditor {
	}
