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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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;
}

.icon-home:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e9bd";
  color: #000;
}
.icon-move-up:before {
  content: "\ea46";
}
.icon-move-down:before {
  content: "\ea47";
}
.icon-search:before {
  content: "\e986";
}
.icon-search-movil:before {
  content: "\e986";
  color: #000;
}
.icon-search:hover {
	cursor:pointer;
}
.icon-cart:before {
  content: "\e93a";
  font-size:12px;
}
.icon-key2:before {
  content: "\e98e";
  font-size:30px;
}
.icon-enter:before {
  content: "\ea13";
   font-size:12px;
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-heart:before {
  content: "\e9da";
  color: #decc08;
}
.icon-heart:hover:before {
  content: "\e9da";
  color: #fff;
}

.icon-users:before {
  content: "\e972";
  font-size:30px;
}
.icon-checkmark:before {
  content: "\ea10";
	margin-top: -35px;
	position: absolute;
	border: 1px solid #000;
	border-radius: 10px;
	background-color: #fff;
}
.icon-checkmark2:before {
  content: "\ea10";
	margin-top: -5px;
	margin-left: -40px;
	position: absolute;
	border: 1px solid #000;
	border-radius: 10px;
	background-color: #fff;
}
.icon-checkmark1:before {
  content: "\ea10";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-heart2:before {
  content: "\e9da";
  color: #6a6a6a;
}
.icon-heart2:hover:before {
  content: "\e9da";
  color: #6a6a6a;
}
.icon-cross:before {
  content: "\ea0f";
  font-size: 30px;
}