.see-books {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  cursor: pointer;
  background: #981E5F;
  color: #FFF;
  padding: 4px;
}
.sub-category .books { display: none; }

.book { min-height: 200px; }

.book .field { font-size: 0.8em; }

.book .title {
  font-size: 0.85em;
  font-weight: bold;
  margin-bottom: 10px;
}

.favorite.books h2 {
  text-align: center;
}

.add-to-cart a {
  height: 16px;
  font-size: 0.65em;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background: transparent url('../img/add-to-cart-btn.png') left center no-repeat;
  padding-left: 20px;
}

.dropdown {
  margin-bottom: 10px;
}