#product-message-button {
    width: 100%;
    padding: 13px 0 13px 0;
    font-family: 'Open Sans', sans-serif, arial;
    background: #446CB3;
    color: #fff;
    font-size: 16px;
    border:none;
    border-radius: 3px;
    margin-top: 5px;
    transition: 0.3s all;
    text-align: center;
    display: block;
    cursor: pointer;
    font-weight: 300;
}

#product-message-button:hover {
    background: #4183D7;
}

p.product-message-text {
    margin-top: 15px;
}

.modal-backdrop {
    z-index:6000;
}
.modal {
    z-index: 6050;
    opacity: 1!important;
}

.fade.in {
    opacity: 0.4;
}

#product-message-text {
    padding: 10px;
}

span.label.label-success.product-message {
    margin-top: 20px;
    margin-bottom: -10px;
    font-weight: 300;
}

