
@font-face {
  font-family: "cx-icons";
  src: url("../fonts/cx-icons.eot?mytd5i");
  src: url("../fonts/cx-icons.eot?mytd5i#iefix") format("embedded-opentype"),
    url("../fonts/cx-icons.ttf?mytd5i") format("truetype"), url("../fonts/cx-icons.woff?mytd5i") format("woff"),
    url("../fonts/cx-icons.svg?mytd5i#cx-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="cx-icon-"],
[class*=" cx-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cx-icons" !important;
}

[class^="cx-icon-"],
[class*=" cx-icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** cx-cion start**/
.cx-icon-brand:before {
  content: "\e601";
}
.cx-icon-exclamation:before {
  content: "\e607";
}
.cx-icon-check:before {
  content: "\e608";
}
.cx-icon-menu:before {
  content: "\e60c";
}
.cx-icon-shut-down:before {
  content: "\e611";
}
.cx-icon-close:before {
  content: "\e62e";
}
.cx-icon-arrow-back:before {
  content: "\e901";
}
.cx-icon-arrow-down:before {
  content: "\e927";
}
.cx-icon-arrow-right:before {
  content: "\e928";
}
.cx-icon-arrow-top:before {
  content: "\e904";
}
.cx-icon-eye-close:before {
  content: "\e945";
}
.cx-icon-eye-open:before {
  content: "\e94b";
}
.cx-icon-profile-alt:before {
  content: "\e93e";
}
/** cx-icon end**/
