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

UberShopIcons Web Font - nucleoapp.com/
License - nucleoapp.com/license/

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

/*------------------------
	base class definition
-------------------------*/
.nc-icon {
  display: inline-block;
  font: normal normal normal 1em/1 'UberShop';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.nc-icon-lg {
  font-size: 1.2em;
}

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

.nc-icon-32 {
  font-size: 32px;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-bg-square,
.nc-icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}

.nc-icon-bg-circle {
  border-radius: 50%;
}

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.nc-icon-ul {
  padding-left: 0;
  list-style-type: none;
}

.nc-icon-ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}

.nc-icon-ul > li > .nc-icon {
  margin-right: 0.4em;
  line-height: inherit;
}

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-is-spinning {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}

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

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

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nc-icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nc-icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nc-icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nc-icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
	icons
-------------------------*/
.nc-lock-open::before {
  content: "\ea03";
}

.nc-heart-2::before {
  content: "\ea04";
}

.nc-minimal-left::before {
  content: "\ea05";
}

.nc-minimal-right::before {
  content: "\ea06";
}

.nc-chart-bar-32::before {
  content: "\ea08";
}

.nc-zoom-2::before {
  content: "\ea09";
}

.nc-time-clock::before {
  content: "\ea0a";
}

.nc-phone-2::before {
  content: "\ea0b";
}

.nc-cart-simple::before {
  content: "\ea0c";
}

.nc-cart-simple-2::before {
  content: "\ea0d";
}

.nc-check-simple::before {
  content: "\ea0e";
}

.nc-chart-bars::before {
  content: "\ea10";
}

.nc-menu-34::before {
  content: "\ea11";
}

.nc-zoom-2-2::before {
  content: "\ea12";
}

.nc-cart-9::before {
  content: "\ea13";
}

.nc-minimal-down::before {
  content: "\ea14";
}

.nc-minimal-up::before {
  content: "\ea15";
}

.nc-simple-remove-2::before {
  content: "\ea16";
}

.nc-favourite-31::before {
  content: "\ea18";
}

.nc-grid-48::before {
  content: "\ea23";
}

.nc-bullet-list-70::before {
  content: "\ea24";
}

.nc-simple-add::before {
  content: "\ea25";
}

.nc-simple-delete::before {
  content: "\ea26";
}

.nc-lock::before {
  content: "\ea28";
}

.nc-single-04::before {
  content: "\ea29";
}

/*# sourceMappingURL=font-ubershop.css.map */
