.stock-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.stock-countdown .main-background {
  padding: 30px;
}
.stock-countdown .main-background .main-heading {
  color: rgb(0, 0, 0);
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
}
.stock-countdown .main-background .timer-container {
  margin-top: 21px;
}
.stock-countdown .main-background .timer-container .timer {
  border-radius: 6px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.stock-countdown .main-background .green-btn {
  border: none;
  margin-top: 15px;
  font-size: 14px;
  padding: 9px 28px;
  border-radius: 2px;
  color: #fff;
  background-color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  font-weight: 700;
}
.stock-countdown .main-background .green-btn:hover {
  transform: translateY(-4px);
}
.stock-countdown .notes {
  color: #777;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  width: 500px;
  margin: 20px auto 0;
  display: none;
}
@media (max-width: 560px) {
  .stock-countdown .notes {
    width: 100%;
  }
}/*# sourceMappingURL=stock-countdown.css.map */