#cart { padding: 0 1em; }
#cart input[type=text] { border: 1px solid #555; font-size: inherit; font-family: inherit; width: 100%; margin: 0 0 0.2em 0; }
#cart button.remove { font-family: monospace; background: #ccc; color: #fff; font-weight: bold; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 0 0.2em; min-width: 0; line-height: 1; font-size: 1.5em; }
div.v90 { line-height: 90px; }
div.v40 { line-height: 40px; }
.invisible { visibility: hidden; }
#cart select { font-size: inherit; width: auto; max-width: 65%; }

div.productname { margin: 1em 0 0.5em 0; }
div.productname a { color: #ed1589; font-size: 1.1em; font-weight: bold; }

#cart div.bb { border-bottom: 1px solid #ccc; margin-bottom: 1em; padding-bottom: 1em; }

@media screen and (min-width: 1025px)
{
  #cart { font-size: 1.1em; }
}

@media screen and (min-width: 1281px)
{
  #cart { font-size: 1.2em; }
}

@media screen and (min-width: 1600px)
{
  #cart { font-size: 1.3em; }
}

span.subtotal { font-size: 1.1em; font-weight: bold; }
span.subtotaltitle { color: #333; }
span.subtotalamount { color: #ed1589; }

#emptycart { margin: 1em 0; font-size: 1.4em; color: #ada8be; font-weight: bold; }