.flash_sale_widget .countdown {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.flash_sale_widget .countdown span {
  display: block;
  float: left;
  width: 25%;
  background-color: #ffa100;
  border-right: 1px dotted #fff;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.flash_sale_widget .countdown span:last-child {
  border-right: none;
}
.flash_sale_widget .countdown .in-progress {
  width: 100%;
  background-color: #b92a2f;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.flash_sale_widget .countdown .ended {
  width: 100%;
  background-color: #ffe6ed;
  text-align: center;
  color: #333;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.flash_sale_widget .price .price-new {
  color: #a9885b;
  font-size: 15px;
}
.flash_sale_widget .price .quantity {
  color: #999;
  margin-left: 10px;
}
.flash_sale_widget .open-page {
  display: block;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.flash_sale_widget .quantity {
    color: #000;
}
.flash_sale_widget .open-page.enabled {
  background-color: #b92a2f;
}
.flash_sale_widget .open-page.enabled:hover {
  background-color: #910207;
}
.flash_sale_widget .open-page.disabled {
  background-color: #666;
}
.flash_sale_widget .open-page.disabled:hover {
  background-color: #3e3e3e;
}

.flash-sale-info {
  margin-bottom: 0px;
  overflow: hidden;
}
.flash-sale-info.to-start .countdown-title {
  background-color: #ffa100;
}
.flash-sale-info.to-start .countdown {
  background-color: #ffa100;
}
.flash-sale-info.to-end .countdown-title {
  background-color: #f72862;
}
.flash-sale-info.to-end .countdown {
  background-color: #f72862;
}
.product-block img.img-responsive {
    display: inline-block;
}
.flash-sale-info.to-end .countdown span{
  background-color: #f72862;
}
.flash-sale-info .countdown-title {
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.flash-sale-info .countdown {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 0px;
}
.flash-sale-info .countdown span {
  display: block;
  float: left;
  width: 25%;
  border-right: 1px dotted #fff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.flash-sale-info .countdown span:last-child {
  border-right: none;
}
.flash-sale-info .countdown span div {
  font-size: 12px;
}
.flash-sale-info .countdown .in-progress {
  width: 100%;
  background-color: #f72862;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.flash-sale-info .countdown .ended {
  width: 100%;
  background-color: #999;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}

.flash-sale-tips {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

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