@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?yyz9hp');
  src:  url("icomoon.woff?20220907113940");
  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: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* 	font-size: 2rem; */

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

.icon-cart {
	font-size: 1.6rem;
}

.icon-accountClear:before {
  content: "\e910";
}

.icon-plus:before {
  content: "\e900";
}
.icon-addShopping:before {
  content: "\e901";
}
.icon-previous:before {
  content: "\e902";
}
.icon-next:before {
  content: "\e903";
}
.icon-cancel:before {
  content: "\e904";
}
.icon-cardBadge:before {
  content: "\e905";
}
.icon-question:before {
  content: "\e906";
}
.icon-expandDown:before {
  content: "\e907";
}
.icon-heart:before {
  content: "\e908";
}
.icon-home:before {
  content: "\e909";
}
.icon-logout:before {
  content: "\e90a";
}
.icon-mail:before {
  content: "\e90b";
}
.icon-minus:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90d";
}
.icon-cartCheckout:before {
  content: "\e90e";
}
.icon-cart:before {
  content: "\e90f";
}