@font-face {
  font-family: 'icomoon';
  src:  url('iconmoon/icomoon.eot?fmuryz');
  src:  url('iconmoon/icomoon.eot?fmuryz#iefix') format('embedded-opentype'),
    url('iconmoon/icomoon.ttf?fmuryz') format('truetype'),
    url('iconmoon/icomoon.woff?fmuryz') format('woff'),
    url('iconmoon/icomoon.svg?fmuryz#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-bukalapak:before {
  font-family: 'icomoon';
  content: "\e900";
}
.icon-lazada:before {
  font-family: 'icomoon';
  content: "\e901";
}
.icon-shopee:before {
  font-family: 'icomoon';
  content: "\e902";
}
.icon-tokopedia:before {
  font-family: 'icomoon';
  content: "\e903";
}
.icon-whatsapp:before {
  font-family: 'icomoon';
  content: "\e904";
}

a#whatsapp:before {
  font-family: 'icomoon' !important;
	font-size: 30px;
	content: "\e904";
	left: 0;
	top: 0;
}

a#whatsapp {
	display: block;
	position: relative;
	color: #fdf7ac;
	font-size: 14px;
	padding-left: 40px;
	margin: 20px 0;
	line-height: 20px;
}

a#whatsapp:hover {
	color: #fff;
}

a#whatsapp:before {
	font-style: normal;
	font-weight: normal;
	font-family: "icomoon";
	position: absolute;
}