@charset "UTF-8";

@font-face {
  font-family: "carticon";
  src:url("carticons/carticon.eot");
  src:url("carticons/carticon.eot?#iefix") format("embedded-opentype"),
    url("carticons/carticon.woff") format("woff"),
    url("carticons/carticon.ttf") format("truetype"),
    url("carticons/carticon.svg#carticon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[class^="icon-cart-"]:before,
[class*=" icon-cart-"]:before {
  font-family: "carticon" !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;
  
  position: relative !important;
  top: .125em !important;
  margin-right: .4em !important;
}

.icon-cart-cart:before {
  content: "\61";
}
.icon-cart-plus:before {
  content: "\62";
}
.icon-cart-minus:before {
  content: "\63";
}
.icon-cart-star:before {
  content: "\64";
}
.icon-cart-star-o:before {
  content: "\65";
}