@font-face {
  font-family: 'Socicon';
  src: url('../font/Socicon.woff2?jxsw4b') format('woff2'),
    url('../font/Socicon.woff?jxsw4b') format('woff'),
    url('../font/Socicon.svg?jxsw4b#Socicon') format('svg'),
    url('../font/Socicon.eot?jxsw4b'),
    url('../font/Socicon.eot?jxsw4b#iefix') format('embedded-opentype'),
    url('../font/Socicon.ttf?jxsw4b') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

.socicon-amazon:before {
  content: "\e004";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-youtube:before {
  content: "\e0a5";
}

.socicon-google:before {
  content: "\e034";
}
.socicon-googlemaps:before {
  content: "\e937";
}
.socicon-itunes:before {
  content: "\e047";
}
.socicon-line:before {
  content: "\e04b";
}
.socicon-rss:before {
  content: "\e071";
}



@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.woff2?46579446') format('woff2'),
       url('../font/fontello.woff?46579446') format('woff'),
       url('../font/fontello.svg?46579446#fontello') format('svg'),
       url('../font/fontello.eot?46579446'),
       url('../font/fontello.eot?46579446#iefix') format('embedded-opentype'),
       url('../font/fontello.ttf?46579446') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?46579446#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-search:before { content: '\e802'; }
.icon-download:before { content: '\e846'; }
.icon-basket:before { content: '\e888'; }
.icon-angle-up:before { content: '\e8ae'; }
.icon-play:before { content: '\e8d4'; }
.icon-ticket:before { content: '\e92c'; }
.icon-instagram:before { content: '\e9c8'; }
.icon-twitter:before { content: '\e9f5'; }
.icon-note:before { content: '\ea07'; }
.icon-cd-2:before { content: '\ed29'; }
.icon-cart:before { content: '\ee9a'; }
.icon-camera-7:before { content: '\efee'; }