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

[class^="ccicon-"],
[class*=" ccicon-"] {
  /* use !important to prevent issues with browser extensions that change ../fonts */
  font-family: "cc-public-icons" !important;
  speak: none;
  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;
}

.ccicon-basket:before {
  content: "\e90a";
}

.ccicon-cart-3:before {
  content: "\e90b";
}

.ccicon-bag-3:before {
  content: "\e906";
}

.ccicon-trash:before {
  content: "\e900";
}

.ccicon-bag-2:before {
  content: "\e902";
}

.ccicon-bag:before {
  content: "\e903";
}

.ccicon-bag:before {
  content: "\e903";
}

.ccicon-cart-2:before {
  content: "\e905";
}

.ccicon-left-arrow:before {
  content: "\ea40";
}

.ccicon-cart-empty:before {
  content: "\e909";
}

.ccicon-heart-filled:before {
  content: "\45";
}

.ccicon-heart-empty:before {
  content: "\54";
}

.ccicon-coin:before {
  content: "\31";
}

.ccicon-cart:before {
  content: "\24";
}

.ccicon-check:before {
  content: "\e908";
}

.ccicon-x:before {
  content: "\e901";
}

.ccicon-cheveron-left:before {
  content: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M16.25 23.25 5.53 12.53a0.749 0.749 0 0 1 0 -1.06L16.25 0.75' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'></path></svg>");
  color: #000;
  width: 20px;
  display: inline-block;
}

.ccicon-cheveron-right:before {
  content: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='m5.5 0.75 10.72 10.72a0.749 0.749 0 0 1 0 1.06L5.5 23.25' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'></path></svg>");
  color: #000;
  width: 20px;
  display: inline-block;
}