/* Base styles for countdown. Shared across all templates */
.sss-frontend {
  margin: 10px 0;
  font-family: Arial, sans-serif;
}

.sss-frontend-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.sss-frontend-prices {
  margin-bottom: 5px;
  font-size: 14px;
}

.sss-countdown {
  display: inline-block;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.sss-countdown.is-upcoming {
  background: #fff3cd;
  color: #856404;
}

.sss-countdown.is-active {
  background: #d4edda;
  color: #155724;
}

.sss-countdown.is-ended {
  background: #f8d7da;
  color: #721c24;
}
.single-product form.cart .sss-frontend { display:block; width:100%; clear:both; margin-top:12px; }


