# merchant/1.6/assets/css/modules/countdown-timer/countdown-timer.css

Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together &amp; More for WooCommerce – Merchant, version 1.6. 40 lines.

- Page: https://pluginprobe.com/plugins/merchant/1.6/code/assets/css/modules/countdown-timer/countdown-timer.css
- Raw: https://pluginprobe.com/plugins/merchant/1.6/raw/assets/css/modules/countdown-timer/countdown-timer.css
- Modified: 2023-11-29T20:09:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/merchant/1.6/code/assets/css/modules/countdown-timer/countdown-timer.css#L10-L20`.

```css
/**
 * Countdown Timer.
 *
 */
.merchant-countdown-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0;
}

.merchant-countdown-timer.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.merchant-countdown-timer.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.merchant-countdown-timer svg {
  margin-right: 5px;
  fill: var(--merchant-icon-color);
}

.merchant-countdown-timer-text {
  color: var(--merchant-sale-ending-color);
}

.merchant-countdown-timer-countdown {
  color: var(--merchant-digits-color);
  font-weight: bold;
}

```
