#store h2 {
  margin-bottom: 22px;
  clear: both;
  font-size: 22px;
}

#store h3 {
  font-size: 16px;
}

#store h3.product-title {
  margin-bottom: 22px;
}

#store .product {
  float: left;
  width: 45%;
  margin-bottom: 22px;
}

#store .product img {
  float: left;
  height: 110px;
  margin-right: 22px;
}

#store .product.one {
  margin-right: 22px;
  padding-right: 22px;
  clear: both;
}


span.googlecart-add {
  color: #fff;
  background: #666;
  padding: 0px 4px;
  margin-left: 1em;
  font-weight: normal;
  border: 1px solid #444;
}