@charset "UTF-8";

@font-face {
  font-family: "solmail-icons";
  src:url("/fonts/solmail-icons.eot");
  src:url("/fonts/solmail-icons.eot?#iefix") format("embedded-opentype"),
    url("/fonts/solmail-icons.woff") format("woff"),
    url("/fonts/solmail-icons.ttf") format("truetype"),
    url("/fonts/solmail-icons.svg#solmail-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "solmail-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: "solmail-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-search:before {
  content: "\61";
}
.sm-clock:before {
  content: "\62";
}
.sm-bid:before {
  content: "\63";
}
.sm-check:before {
  content: "\64";
}
.sm-logo-sym:before {
  content: "\65";
}
.sm-circle-warning:before {
  content: "\66";
}
.sm-check-round:before {
  content: "\67";
}
.sm-premium:before {
  content: "\68";
}
.sm-sort-descending:before {
  content: "\69";
}
.sm-sort-ascending:before {
  content: "\6a";
}
.sm-cart:before {
  content: "\6b";
}
.sm-star:before {
  content: "\6c";
}
.sm-copy-c2:before {
  content: "\6d";
}
.sm-arrawright:before {
  content: "\6e";
}
.sm-power:before {
  content: "\6f";
}
.sm-bids:before {
  content: "\71";
}
.sm-user:before {
  content: "\72";
}
.sm-fav:before {
  content: "\70";
}
.sm-refresh:before {
  content: "\73";
}
