/*
 * ISC License
 *
 * Copyright (c) 2024 idnovate.com
 * idnovate is a Registered Trademark & Property of idnovate.com, innovación y desarrollo SCP
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
 * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 * PERFORMANCE OF THIS SOFTWARE.
 *
 * @author    idnovate
 * @copyright 2024 idnovate
 * @license   https://www.isc.org/licenses/ https://opensource.org/licenses/ISC ISC License
 */
/* 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 {
    box-shadow: none;
    height: auto;
    clear: both;
    margin-top: 24px;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: .3px;
    font-family: "Helvetica Neue";
    color: #212121;
    text-transform: uppercase;
}

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

.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 button{
    text-transform: uppercase;
    border-color: transparent;
    background-color: #212121;
    margin: 0;
    white-space: normal;
    padding: 0.5rem 1.25rem;
    margin-bottom: 1rem;
    height: 100%;
    text-align: center;
    border: 1px solid;
    padding: calc(.83em - 1px) calc(.83em* 2) calc(.83em + 1px);
    border-radius: 0;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    font-family: "Helvetica Neue";
    width: 100%;
    color: #fff;
    background-color: #212121;
    border-color: #212121 !important;
    font-size: 14px;
    letter-spacing: .3px;
}

.stockalert-add button:hover{
    opacity: 0.6;
    color: #fff;
    background-color: #212121;
}

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

.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;
}

.stockalert-disclaimer,
.custom_text_alert{
    margin-top: 16px;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: .3px;
    font-family: "Helvetica Neue";
    color: #212121;
    text-transform: none;
}

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

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

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