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

[class^="icon_bosi_"], [class*=" icon_bosi_"] {
  /* 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;

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

.icon_bosi_assistance:before {
  content: "\f002";
}
.icon_bosi_highfive:before {
  content: "\f003";
}
.icon_bosi_check:before {
  content: "\f004";
}
.icon_bosi_world:before {
  content: "\f008";
}

/* ##########################################################################
   # Icone
   ########################################################################## */
.fa-user::before,
.fa-heart::before,
.fa-facebook::before,
.fa-instagram::before,
.fa-motorcycle::before,
.fa-shopping-bag::before,
.fa-heart-o::before {
  font-family: 'icomoon' !important;
  font-weight: normal !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-text);
}

/* mappatura */
.fa-user::before{ content: "\f000" !important; }
.fa-heart::before{ content: "\f001" !important; }
.fa-facebook::before{ content: "\f005" !important; }
.fa-instagram::before{ content: "\f006" !important; }
.fa-motorcycle::before{ content: "\f007" !important; }
.fa-heart-o::before{ content: "\f009" !important; }
.fa-shopping-bag::before{ content: "\f00a" !important; }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  font-family: 'icomoon' !important;
  font-weight: normal !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-text);
  content: "\f00b" !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-family: 'icomoon' !important;
  font-weight: normal !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-text);
  content: "\f00c" !important;
}