@font-face {
    font-family: 'ec-icons';
    src:  url('fonts/ec-icons.eot?6m9j88');
    src:  url('fonts/ec-icons.eot?6m9j88#iefix') format('embedded-opentype'),
      url('fonts/ec-icons.ttf?6m9j88') format('truetype'),
      url('fonts/ec-icons.woff?6m9j88') format('woff'),
      url('fonts/ec-icons.svg?6m9j88#ec-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ec-icons' !important;
    speak: never;
    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;
  }
  
  .icon-ec-icon-arrow-right:before {
    content: "\e900";
  }
  .icon-ec-icon-arrow-down:before {
    content: "\e901";
  }
  .icon-ec-icon-x:before {
    content: "\e902";
  }
  