@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?addcja") format("truetype"),
    url("fonts/icomoon.woff?addcja") format("woff"),
    url("fonts/icomoon.svg?addcja#icomoon") 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: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;


  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}

@media screen and (max-width: 767px) {
   [class^="icon-"],
[class*=" icon-"] {
  line-height: 10px;

  }
