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

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

.sun-cart:before {
  content: "\e900";
  color: #fff;
}
.sun-filter:before {
  content: "\e901";
  color: rgba(13, 1, 11, 0.3);
}
.sun-heart:before {
  content: "\e902";
  color: rgba(13, 1, 11, 0.3);
}
.sun-plus:before {
  content: "\e903";
  color: rgba(13, 1, 11, 0.3);
}
.sun-user:before {
  content: "\e904";
  color: #fff;
}
