@charset "UTF-8";
/**
 * Fontello icon.
 */
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?20404558");
  src: url("../fonts/fontello.eot?20404558#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?20404558") format("woff2"), url("../fonts/fontello.woff?20404558") format("woff"), url("../fonts/fontello.ttf?20404558") format("truetype"), url("../fonts/fontello.svg?20404558#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be. */
.perf-time [class^=fa-]:before, .perf-time [class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes. */
  font-variant: normal;
  text-transform: none;
  /* Fix buttons height, for twitter bootstrap. */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric. */
  /* Remove if not needed. */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size. */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect. */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* '' */
.fa-left-open:before {
  content: "";
}

/* '' */
.fa-heart-empty:before {
  content: "";
}

/* '' */
.fa-right-open:before {
  content: "";
}

/* '' */
.fa-eye:before {
  content: "";
}

/* '' */
.fa-clock:before {
  content: "";
}

/* '' */
.fa-clock-1:before {
  content: "";
}

/* '' */
.fa-hourglass:before {
  content: "";
}

/**
 * Countdown stylesheet.
 */
.product {
  position: relative;
}

.perf-flash-sale.perf-container {
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 20px;
}
.perf-flash-sale.perf-container .perf-time {
  padding: 0 25px 0 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: Libre Franklin, Arial, Helvetica, sans-serif;
}
.perf-flash-sale.perf-container .perf-time .icon {
  color: #fff;
  vertical-align: baseline;
  font-size: 14px;
  margin-right: 10px;
}
.perf-flash-sale.perf-container .perf-time .perf-countdown {
  display: initial;
}

.perf-flash-sale.perf-container.perf-shortcode {
  position: static;
}

/*# sourceMappingURL=perf_flash_sales-public.css.map */
