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

[class^="custom-icon-"], [class*=" custom-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'customicons' !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;
}

.custom-icon-filter-icn:before {
  content: "\e903";
  color: #662934;
}
.custom-icon-caret_down-icn:before {
  content: "\e904";
}
.custom-icon-user-icn:before {
  content: "\e900";
}
.custom-icon-search-icn:before {
  content: "\e901";
}
.custom-icon-cart-icn:before {
  content: "\e902";
}
