/* waitlist plugin */
.summary>.wcwl_elements>.blackstar-waitlist {
   background: white;
   padding: 20px 23px;
   margin-top: 8px;
   border: 1px solid #b5b5b5;
   margin-bottom: 0px;
   box-shadow: 5px 5px 0 0 #74747429;
   -moz-box-shadow: 5px 5px 0 0 #74747429;
   -webkit-box-shadow: 5px 5px 0 0 #74747429;   
}
.blackstar-waitlist h2 {
    font-size: 22px;
    font-family: 'almoni-neue-bold';
    margin-bottom: 14px;
    line-height: 24px;
}
.blackstar-waitlist p.desc { 
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
}
.blackstar-waitlist p.stock {
    display: none;
}
.product-gallery p.stock.out-of-stock.product-flash.rectangle { display: block; }
.blackstar-waitlist .wcwl_control {
    margin-bottom: 0px;
}

.blackstar-waitlist button {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    line-height: 43px;
    background-color: #000000;
    min-height: 53px;
    font-weight: 600;
    max-width: 348px;
    box-shadow: 5px 5px 0 0 #747474;
    -moz-box-shadow: 5px 5px 0 0 #747474;
    -webkit-box-shadow: 5px 5px 0 0 #747474;
    font-size: 18px;
    letter-spacing: 0.5px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 0 !important;
}
.blackstar-waitlist button:hover { 
    box-shadow: 1px 1px 0 0 red;
    -moz-box-shadow: 1px 1px 0 0 red;
    -webkit-box-shadow: 1px 1px 0 0 red;
    background-color: #dd3333;
    color: white;

}
.blackstar-waitlist input#wcwl_email,
 .blackstar-waitlist input.wcwl_email {    
    min-height: 42px;
    max-width: 350px;
    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 .wcwl_email_field { margin-bottom: 15px; }
.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 .wcwl_notice_dismiss {
    display: none;
}