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

[class^="icon-"], [class*=" icon-"] {
  /* 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-home::before {
  content: "\e903";
  font-size: 30px;
}
.icon-cart::before {
  font-size: 30px;
  content: "\e93a";
  color:white;
  line-height: 1;
}
.icon-instagram::before {
  font-size: 30px;
  content: "\ea92";
  color:white;
}
.icon-youtube::before {
  font-size: 30px;
  content: "\ea9d";
  color:white;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	
	.icon-home::before {
  	font-size: 30px;
	}
	.icon-cart::before {
  	font-size: 30px;
	}
	.icon-instagram::before {
  	font-size: 30px;
	}
	.icon-youtube::before {
  	font-size: 30px;
	}
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	
	.icon-home::before {
  	font-size: 20px;
	}
	.icon-cart::before {
  	font-size: 20px;
	}
	.icon-instagram::before {
  	font-size: 20px;
	}
	.icon-youtube::before {
  	font-size: 20px;
	}
}
