@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon_6enhd4.eot");
  src: url("../fonts/icomoon_6enhd4.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff2"), url("../fonts/icomoon_6enhd4.ttf") format("truetype"), url("../fonts/icomoon_6enhd4.woff") format("woff"), url("../fonts/icomoon_6enhd4-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ic-"]:before, [class*=" ic-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}

.ic-play-button:before {
  content: "\e900";
}
.ic-screw:before {
  content: "\e901";
}
.ic-pdf:before {
  content: "\e902";
}
.ic-gift:before {
  content: "\e903";
}
.ic-sale:before {
  content: "\e904";
}
.ic-payment:before {
  content: "\e905";
}
.ic-shipping:before {
  content: "\e906";
}
.ic-address:before {
  content: "\e907";
}
.ic-empty-cart:before {
  content: "\e908";
}
.ic-info:before {
  content: "\e909";
}

.flashsales .grid-product-name {
  font-size: 15px;
  line-height: 1.7;
  padding-top: 12px;
}
.flashsales .grid-product-price .price-box {
  padding-top: 11px;
}
.flashsales .regular-price {
  display: block;
  text-decoration: line-through;
  color: #333;
  font-size: 16px;
}
.flashsales .minimal-price-link {
  color: #F2420C;
  font-size: 20px;
  line-height: 1.5;
}
.flashsales-countdown p {
  font-size: 11px;
}
.flashsales-countdown .icon-clockwise-rotation::before {
  font-size: 29px;
}
@media (max-width: 1023px) {
  .flashsales-countdown .icon-clockwise-rotation::before {
    font-size: 20px;
    margin-right: 5px;
  }
  .flashsales-countdown .icon-clockwise-rotation + br {
    display: none;
  }
}
.flashsales-countdown span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.flashsales-countdown ul {
  background-color: #F2420C;
  display: block;
  width: 100%;
}
.flashsales-countdown ul li {
  display: inline-block;
  width: calc(100% / 4);
  padding: 5px 0 10px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-right: -3px;
  position: relative;
}
.flashsales-countdown ul li:first-child {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .flashsales-countdown ul li:first-child {
    padding: 0;
  }
}
.flashsales-countdown ul li:not(:first-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #ffffff;
}
@media (max-width: 1023px) {
  .flashsales-countdown ul li {
    padding: 5px 0 5px 0;
    font-size: 11px;
  }
}
.flashsales-countdown-sold-out ul {
  background-color: #ea0b1b;
  display: table;
  width: 100%;
}
.flashsales-countdown-sold-out ul li {
  display: table-cell;
  width: 25%;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

/*# sourceMappingURL=flashsales.css.map */