/*
 * NOTICE OF LICENSE
 *
 * This product is licensed for one customer to use on one installation (test stores and multishop included).
 * Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
 * whole or in part. Any other use of this module constitues a violation of the user agreement.
 *
 * DISCLAIMER
 *
 * NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
 * ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
 * WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
 * PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
 * IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
 *
 * @author    idnovate.com <info@idnovate.com>
 * @copyright 2021 idnovate.com
 * @license   See above
 */

#stockalert-add,
#stockalert-remove {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin: 1rem 0;
    background: #fff;
    padding: 1.25rem 1.875rem;
    height: auto;
    line-height: 1.3rem;
}

#stockalert-add input {
    margin-bottom: 1rem;
}

#stockalert-add .button-container {
    text-align: center;
}
#stockalert-add button,
#stockalert-remove button {
    text-transform: uppercase;
    border-color: transparent;
    color: #232323;
    background-color: #f6f6f6;
    margin-bottom: 1rem;
    white-space: normal;
}

#stockalert-add button:disabled,
#stockalert-remove button:disabled {
    cursor: not-allowed;
    opacity: .65;
}

#stockalert-add .disclaimer {
    clear: both;
    display: block;
}

#stockalert-remove article {
    margin-bottom: 0;
}
