/* Call Fonts
---------------------------------------------------------------------------- */
@font-face {
    font-family: 'bcicons';
    src:  url('../fonts/bcicons.eot?t0bw18');
    src:  url('../fonts/bcicons.eot?t0bw18#iefix') format('embedded-opentype'),
          url('../fonts/bcicons.ttf?t0bw18') format('truetype'),
          url('../fonts/bcicons.woff?t0bw18') format('woff'),
          url('../fonts/bcicons.svg?t0bw18#bcicons') format('svg');
    font-weight: 300;;
    font-style: normal;
    font-display: swap;
}

/* CPS Icons
--------------------------------------------- */
  .bcicons,
  .bcicons-before:before {
      speak: never;
      font-style: normal;
      line-height: 1;
      font-size: 16px;
      letter-spacing: 0;
      font-weight: 300;
      vertical-align: top;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      font-family: 'bcicons';
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }

/* Social Icons
--------------------------------------------- */

.bc-close:before {
  content: "\e900";
}
.bc-facebook:before {
  content: "\e901";
}
.bc-twitter:before {
  content: "\e902";
}
.bc-x:before {
  content: "\e90d";
}
.bc-instagram:before {
  content: "\e903";
}
.bc-linkedin:before {
  content: "\e904";
}
.bc-pinterest:before {
  content: "\e905";
}
.bc-youtube:before {
  content: "\e906";
}
.bc-tiktok:before {
  content: "\e907";
}
.bc-whatsapp:before {
  content: "\e908";
}
.bc-at:before {
  content: "\e909";
}
.bc-search:before {
  content: "\e90a";
}
.bc-heart:before {
  content: "\e90b";
}
.bc-three-dots:before {
  content: "\e90c";
}
.bc-arrow-up:before {
  content: "\e911";
}
.bc-bag:before {
  content: "\e91f";
}
.bc-bag-2:before {
  content: "\e90e";
}
.bc-cart:before {
  content: "\e920";
}
.bc-envelope:before {
  content: "\e939";
}
.bc-envelope-2:before {
  content: "\e93a";
}
.bc-menu:before {
  content: "\e93f";
}
.bc-caret-down:before {
  content: "\e943";
}
.bc-caret-down-solid:before {
  content: "\e944";
}
