/* --------------------------------

Nucleo Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Nucleo';
  src: url("../fonts/Nucleo.eot");
  src: url("../fonts/Nucleo.eot") format("embedded-opentype"), url("../fonts/Nucleo.woff2") format("woff2"), url("../fonts/Nucleo.woff") format("woff"), url("../fonts/Nucleo.ttf") format("truetype"), url("../fonts/Nucleo.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/
.ecicon {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  color: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.ecicon-sm {
  font-size: 0.8em;
}

.ecicon-lg {
  font-size: 1.2em;
}

/* absolute units */
.ecicon-16 {
  font-size: 16px;
}

.ecicon-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.ecicon-is-spinning {
  -webkit-animation: ecicon-spin 1s infinite linear;
          animation: ecicon-spin 1s infinite linear;
}

@-webkit-keyframes ecicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ecicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.ecicon-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ecicon-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ecicon-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ecicon-flip-y {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.ecicon-flip-x {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*------------------------
	icons
-------------------------*/
.ecicon-box::before {
  content: "\ea01";
}

.ecicon-cart::before {
  content: "\ea02";
}

.ecicon-forward::before {
  content: "\ea03";
}

.ecicon-logout::before {
  content: "\ea04";
}

.ecicon-mappin::before {
  content: "\ea05";
}

.ecicon-user::before {
  content: "\ea06";
}
/*# sourceMappingURL=icons.css.map */