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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'flaticon';
    src: url('../fonts/flaticon.svg?49384070#flaticon') format('svg');
  }
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
  font-family: "flaticon";
  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%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.flaticon-amazon:before {
  content: "\e000";
}
.flaticon-apple:before {
  content: "\e001";
}
.flaticon-cart1:before {
  content: "\e002";
}
.flaticon-next:before {
  content: "\e003";
}
.flaticon-pause:before {
  content: "\e004";
}
.flaticon-play:before {
  content: "\e005";
}
.flaticon-previous:before {
  content: "\e006";
}
.flaticon-cart2:before {
  content: "\e007";
}


