/* Styles to add for the front end input fields and buttons needed for the waitlist */
.wcwl_control {
	margin: 0 0 1.714285714rem;
	padding-top: 0.5%;
}

.wcwl_email_field {
	float: left;
	margin-right: 1%;
}

.woocommerce_waitlist_label {
	color: red;
	line-height: 1.714285714;
}

/* Styles to add for the front end grouped product elements for the waitlist */
table.group_table {
    width: 100%;
}

table.group_table tr td.price p.out-of-stock {
    margin: 0;
}

table.group_table tr td.price ins {
    display: table;
}
.button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 15px;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}

.button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;

}

.stock.out-of-stock {
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}