/*--------------------------------

Nucleo icon font
Generated using nucleoapp.com

-------------------------------- */

@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/nucleo/Nucleo.eot');
  src: url('../fonts/nucleo/Nucleo.eot') format('embedded-opentype'),
       url('../fonts/nucleo/Nucleo.woff2') format('woff2'),
       url('../fonts/nucleo/Nucleo.woff') format('woff'),
       url('../fonts/nucleo/Nucleo.ttf') format('truetype'),
       url('../fonts/nucleo/Nucleo.svg') format('svg');
}

/* base class */
.nucleo {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.nucleo-sm {
  font-size: 0.8em;
}

.nucleo-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.nucleo-16 {
  font-size: 16px;
}

.nucleo-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.nucleo-is-spinning {
  animation: nucleo-spin 1s infinite linear;
}

@keyframes nucleo-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* transform */
.nucleo-rotate-90 {
  transform: rotate(90deg);
}

.nucleo-rotate-180 {
  transform: rotate(180deg);
}

.nucleo-rotate-270 {
  transform: rotate(270deg);
}

.nucleo-flip-y {
  transform: scaleY(-1);
}

.nucleo-flip-x {
  transform: scaleX(-1);
}

/* icons */
.nucleo-Alphabet::before {
  content: "\ea01";
}

.nucleo-Gear::before {
  content: "\ea02";
}

.nucleo-Manage-account::before {
  content: "\ea03";
}

.nucleo-My-profile::before {
  content: "\ea04";
}

.nucleo-Shipping-addresses::before {
  content: "\ea05";
}

.nucleo-Subscriptions::before {
  content: "\ea06";
}

.nucleo-Ticket-profiles::before {
  content: "\ea07";
}

.nucleo-abc::before {
  content: "\ea08";
}

.nucleo-bin::before {
  content: "\ea09";
}

.nucleo-calendar::before {
  content: "\ea0a";
}

.nucleo-camera::before {
  content: "\ea0b";
}

.nucleo-cancel::before {
  content: "\ea0c";
}

.nucleo-check::before {
  content: "\ea0d";
}

.nucleo-check-1::before {
  content: "\ea0e";
}

.nucleo-check-warning::before {
  content: "\ea0f";
}

.nucleo-contextual::before {
  content: "\ea10";
}

.nucleo-cross::before {
  content: "\ea11";
}

.nucleo-down-arrow::before {
  content: "\ea12";
}

.nucleo-edit::before {
  content: "\ea13";
}

.nucleo-export::before {
  content: "\ea14";
}

.nucleo-filters::before {
  content: "\ea15";
}

.nucleo-filters-horizontal::before {
  content: "\ea16";
}

.nucleo-heart::before {
  content: "\ea17";
}

.nucleo-hide::before {
  content: "\ea18";
}

.nucleo-images::before {
  content: "\ea19";
}

.nucleo-info::before {
  content: "\ea1a";
}

.nucleo-information::before {
  content: "\ea1b";
}

.nucleo-initials::before {
  content: "\ea1c";
}

.nucleo-invert::before {
  content: "\ea1d";
}

.nucleo-language::before {
  content: "\ea1e";
}

.nucleo-left-arrow::before {
  content: "\ea1f";
}

.nucleo-location::before {
  content: "\ea20";
}

.nucleo-notification-indicator::before {
  content: "\ea21";
}

.nucleo-notifications-off::before {
  content: "\ea22";
}

.nucleo-notifications-on::before {
  content: "\ea23";
}

.nucleo-order-history::before {
  content: "\ea24";
}

.nucleo-print::before {
  content: "\ea25";
}

.nucleo-remove::before {
  content: "\ea26";
}

.nucleo-right-arrow::before {
  content: "\ea27";
}

.nucleo-rounded-check::before {
  content: "\ea28";
}

.nucleo-search::before {
  content: "\ea29";
}

.nucleo-success::before {
  content: "\ea2a";
}

.nucleo-support::before {
  content: "\ea2b";
}

.nucleo-up-arrow::before {
  content: "\ea2c";
}

.nucleo-view::before {
  content: "\ea2d";
}

.nucleo-warning::before {
  content: "\ea2e";
}

.nucleo-zoom-in::before {
  content: "\ea2f";
}

.nucleo-zoom-out::before {
  content: "\ea30";
}
