h1
{
color: #004080;
font: bold 20px Arial;
}
.cart
{
	width: 250px;
	height: 70px;
	background: #13016F;
	position: absolute;
	top: -53px;
	right: 29px;
	border: 1px solid #004080;
	border-radius: 5px;
	padding: 10px;
	font: normal 11px Arial;
}

@media (max-width:991px) {
.cart
{
position:fixed;
top: 70px;
right: 10px;
}
}
.price
{
margin: 5px;
font: normal 16px Arial;
border-radius: 5px;
background: #F0F0F0;
text-align: center;
padding: 8px;
}
