/* waitlist plugin */
.blackstar-waitlist {
   background: white;
   padding: 0px 25px;
   margin-bottom: 10px;   
   margin-top: 8px;
}
.blackstar-waitlist h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 28px;
}
.blackstar-waitlist p.stock {
    display: none;
}
.product-gallery p.stock.out-of-stock.product-flash.rectangle { display: block; }
.blackstar-waitlist .wcwl_control {
    margin-bottom: 10px;
}

.blackstar-waitlist .wcwl_control button {
    width: 80%;
    display: block;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 45px;
    padding: 6px 0px 4px;
    font-weight: bold;
    background-color: #0054a3;
    border-radius: 40px;
    min-height: 59px;
    font-size: 19px;
    font-weight: 600;
    margin: 0 10%;
    margin-top: 20px;
}
.blackstar-waitlist input#wcwl_email,
 .blackstar-waitlist input.wcwl_email {    
    min-height: 42px;
    font-size: 16px;
    padding: 5px 13px;    
    border: 1px solid #E1E1E1;    
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: black;
    margin-top: 10px;
}
.blackstar-waitlist label {
    display: none;
    margin-bottom: 4px;
}
.blackstar-waitlist input#wcwl_email {
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    min-height: 36px;
    font-size: 0.93rem;
    padding: 5px 7px;
    margin: 0;
    border: 1px solid #E1E1E1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #e6e6e6 inset;
    -moz-box-shadow: 0px 1px 2px #e6e6e6 inset;
    -webkit-box-shadow: 0px 1px 2px #e6e6e6 inset;
    color: #6C6C6C;
}

.blackstar-waitlist span.screen-reader-text {
    display: none;
}
