/**
 * Table Style
 * 1.0 Timecountdown
 */
.wrap-woocp-time-countdown .woocp-time-countdown .countdown-row {
  margin-bottom: 11px;
  display: block;
  padding: 10px 0;
}
.wrap-woocp-time-countdown .woocp-time-countdown .countdown-row .countdown-section {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap-woocp-time-countdown .woocp-time-countdown .countdown-row .countdown-section .countdown-amount, .wrap-woocp-time-countdown .woocp-time-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 16px;
  line-height: 1.2;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type1 .countdown-row .countdown-section {
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type1 .countdown-row .countdown-section .countdown-amount {
  line-height: 1.2;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type1 .countdown-row .countdown-section .countdown-period {
  line-height: 1.2;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type2 .countdown-row .countdown-section {
  justify-content: center;
  color: #fff;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type2 .countdown-row .countdown-section .countdown-amount {
  line-height: 1.2;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type2 .countdown-row .countdown-section .countdown-period {
  line-height: 1.2;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type3 .countdown-row {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type3 .countdown-row .countdown-section {
  background: transparent !important;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type3 .countdown-row .countdown-section:not(:last-child) {
  margin-right: 11px;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type3 .countdown-row .countdown-section .countdown-amount {
  line-height: 1.2;
  font-weight: bolder;
}
.wrap-woocp-time-countdown .woocp-time-countdown.type3 .countdown-row .countdown-section .countdown-period {
  line-height: 1.2;
}
.wrap-woocp-time-countdown .woocp-time-countdown.text-top .countdown-row .countdown-section {
  flex-direction: column-reverse;
}
.wrap-woocp-time-countdown .woocp-time-countdown.circle-clock .countdown-row .countdown-section {
  border-radius: 50%;
}
.wrap-woocp-time-countdown .woocp-title-wp .woocp-title {
  margin: 0px;
  font-size: 24px;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 6px;
}
.wrap-woocp-time-countdown .woocp-title-wp .woocp-title a {
  font-size: 24px;
  color: #222222;
  line-height: 1.2;
}
.wrap-woocp-time-countdown .woocp-title-wp .woocp-title a:hover, .wrap-woocp-time-countdown .woocp-title-wp .woocp-title a:focus {
  text-decoration: none;
}
.wrap-woocp-time-countdown .woocp-title-wp .woocp-title a:hover {
  opacity: 0.85;
}
.wrap-woocp-time-countdown .wrap-woocp-bar {
  margin-bottom: 5px;
  margin-top: 10px;
}
.wrap-woocp-time-countdown .wrap-woocp-bar p {
  margin: 0px;
  font-size: 18px;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 10px;
}
.wrap-woocp-time-countdown .wrap-woocp-bar .woocp-bar {
  background: #f3f3f3;
  height: 20px;
  display: flex;
}
.wrap-woocp-time-countdown .wrap-woocp-bar .woocp-bar .woocp-sale {
  background: #31C864;
  height: 20px;
}
.wrap-woocp-time-countdown .wrap-woocp-bar .woocp-bar .woocp-number-rest {
  height: 20px;
}
.wrap-woocp-time-countdown .woocp-message {
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 10px;
}

.entry .entry-summary > .woocp-time-countdown {
  margin: 15px 0;
}

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