@font-face {
  font-family: 'icomoon_right2';
  src:  url('fonts/icomoon_right2.eot?2cwf6n');
  src:  url('fonts/icomoon_right2.eot?2cwf6n#iefix') format('embedded-opentype'),
    url('fonts/icomoon_right2.ttf?2cwf6n') format('truetype'),
    url('fonts/icomoon_right2.woff?2cwf6n') format('woff'),
    url('fonts/icomoon_right2.svg?2cwf6n#icomoon_right2') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-right2"], [class*=" icon-right2"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon_right2' !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-right2icon_right2:before {
  content: "\e900";
  color: #fff;
}



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