@charset "utf-8";
/* CSS Document */
#cartWrapper
{
position:fixed;
z-index:200;
top:50px;
right:50px;
background:white;
color:black;
width:250px;
}
#total
{
display:inline;
padding:0;
}
#cart
{
display:none;
}

#CartHead
{
cursor:pointer;
}

.quant
{
width:20px;
}