@charset "UTF-8";

@font-face {
  font-family: "shopmonkey-icons";
  src:url("gibbon-icons.eot");
  src:url("gibbon-icons.eot?#iefix") format("embedded-opentype"),
    url("gibbon-icons.woff") format("woff"),
    url("gibbon-icons.ttf") format("truetype"),
    url("gibbon-icons.svg#shopmonkey-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "shopmonkey-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="sm-"]:before,
[class*=" sm-"]:before {
  font-family: "shopmonkey-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sm-about:before {
  content: "\61";
}
.sm-arrow-left:before {
  content: "\62";
}
.sm-shipping-returns:before {
  content: "\63";
}
.sm-terms-conditions:before {
  content: "\64";
}
.sm-truck:before {
  content: "\65";
}
.sm-user:before {
  content: "\66";
}
.sm-search:before {
  content: "\67";
}
.sm-arrow-right:before {
  content: "\68";
}
.sm-bars:before {
  content: "\69";
}
.sm-cart:before {
  content: "\6a";
}
.sm-check:before {
  content: "\6b";
}
.sm-heart:before {
  content: "\6c";
}
.sm-heart-o:before {
  content: "\6d";
}
.sm-home:before {
  content: "\6e";
}
.sm-maximize:before {
  content: "\6f";
}
.sm-payment-methods:before {
  content: "\70";
}
.sm-privacy-policy:before {
  content: "\71";
}
.sm-remove:before {
  content: "\72";
}
.sm-globe:before {
  content: "\73";
}
.sm-knowledge:before {
  content: "\74";
}
.sm-like:before {
  content: "\75";
}