.fbhbutton {
  font: 18px Arial;
  text-decoration: none;
  background-color: #c05f5f;
  color: white !important;
  padding: 12px 16px 12px 16px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-radius: 5px;
}

.fbhbutton:hover {
    text-decoration: none;
    opacity: 0.9;
}

.fbhbutton:before{
    font-family: 'entypo-fontello';
    font-size: 18px
    float: left;
}

.cart:before{
    content: "\e827";
  	padding-right: 10px;
}
