#cart-contents {
  margin-bottom: 2em;
}
#cart-contents td,
#cart-contents th {
  padding: 0.5em;
}
#cart-contents thead th {
  line-height: 1;
  text-align: left;
}
#cart-contents tr#total td {
  border-bottom: 2px solid #CCC;
  border-top: 2px solid #CCC;
  font-size: 125%;
  font-weight: bold;
  text-align: right;
}
#cart-contents tr#total-items td {
  border-top: 1px solid #CCC;
  text-align: right;
}
#cart-contents .qty {
  width: 60px;
}

div.stock-warning {
  background-color: #FFC;
  border: 1px solid #EFDDA5;
  margin-bottom: 1em;
  padding: 5px;
}
div.stock-warning a {
  font-style: italic;
}
td div.stock-warning {
  margin-bottom: 0;
  margin-top: 1em;
}



.basket-offer { 
  font-size: 12px;
  font-weight: bold;
  color: #CC0033;
  padding-bottom: 8px;
}

.basket-offer tr { 
  border: 1px solid #CCCCCC;
}

.basket-offer td { 
  padding: 1em;
}

.basket-offer-title { 
  font-size: 12px;
  font-weight: bold;
  text-align: right;  
}

.basket-offer-description { 
  font-size: 11px;
  text-align: right;  
}

.basket-offer-image { 
  text-align: right;  
}

/* Add to wishlist button, positioned rougly in the middle of a row of three buttons. */
a.wishlist {
  margin-left: 25%;
}

/* Target production browsers (i.e. Apple Safari, KHTML and Gecko) */
html[xmlns*=""] body:last-child a.wishlist, body:last-child:not(:root:root) a.wishlist {
  margin-left: 20%;
}

/* Target "Webkit" (PC version of Safari) */
@media all and (min-width: 0px) {
  body:not(:root:root) a.wishlist {
    margin-left: 20%;
  }
}