/* background color for woocommerce pages */
.single-product .site,
.woocommerce-cart .site,
.woocommerce-account .site,
.woocommerce-page .site{
	background-color: #f6f1ed;
}


.fa {
  display: inline-block;
  font: normal normal normal 30px/1 FontAwesome;
  font-size: 30;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}