/*
 * 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 constitutes 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 2022 idnovate.com
 * @license   See above
 */

/* Bootstrap compatibility */
@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

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

.stockalert-add,
.stockalert-remove {
	float: left;
	width: 100%;
    margin: 0;
    padding: 1.25rem 0;
    height: auto;
    line-height: 1.3rem;
}

.stockalert-add div,
.stockalert-remove div,
.stockalert-list-add div,
.stockalert-list-remove div {
    margin-bottom: 0;
}

.stockalert-add button,
.stockalert-remove button,
.stockalert-list-add button,
.stockalert-list-remove button {
    text-transform: uppercase;
    border-color: transparent;
    color: #232323;
    background-color: #f6f6f6;
    margin: 0;
    white-space: normal;
    padding: 0.5rem 1.25rem;
    margin-bottom: 1rem;
}

.stockalert-add .alert,
.stockalert-remove .alert,
.stockalert-list-add .alert,
.stockalert-list-remove .alert {
    margin-bottom: 0;
    padding: 0.5rem 1.25rem;
}

.stockalert-list-add,
.stockalert-list-remove {
    margin: 0.7rem 0.7rem 0;
}

.stockalert-add .stockalert-result:not(:empty) {
    margin-bottom: 1rem;
}

.stockalert-remove button {
    margin: 0;
}


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

.stockalert-add .stockalert-disclaimer {
    clear: both;
    display: block;
    font-style: italic;
}

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

.stockalert-list-add-popup {
    display: none;
}

.product-prices .stockalert_gdpr {
    margin: 0;
}

.btn-stockalert {
	text-transform: none !important;
	background: #333333 !important;
	color: #FFFFFF !important;
	width: 100%;
	height: 46px;
}
.btn-stockalert:active, .btn-stockalert:hover {
	background: #555555 !important;
}