/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .button.demo_button{
 	margin-top: 15px!important;
 }

 .stock_notification_consent {
 	margin-top: 10px!important;
 }
 .stock_notification_consent_text {
    font-size: 14px!important;
 }

  .success {
    color: green;
    font-weight: bold;
    width: 300px;
    text-align: center;
    border: 1px solid;
    padding: 2px;
    margin-bottom: 15px;
}

 .failed {
    color: red;
    font-weight: bold;
    width: 300px;
    text-align: center;
    border: 1px solid;
    padding: 2px;
    margin-bottom: 15px;
}

.outofstock a.button.product_type_simple {
    display: none;
}

.outofstock a.button.product_type_grouped {
    display: none;
}

.post-type-archive-product input#submittolist {
    margin-top: 10px;
}

.post-type-archive-product .success{
    width: auto;
    text-align: center;
    border: none;
    padding: 0px;
    margin-bottom: 5px;
}

.products li {
    max-height: 441px;
}
.products li.expand-outofstock {
    max-height: 520px !important;
}

body.single-product input[id^="wcl-contact-"] {
    display: block;
}