/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license sliderConfig is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductAlerts
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/** product view css */
.clearfix {
    clear: both;
}

.mp-productalerts-product-detail {
    height: 30px;
}

.mp-productalerts-product-detail .mp-productalerts-link-container {
    padding-top: 2px;
    float: left;
}

/** product listing css */
.mp-stock-alert-container {
    display: none;
}

.mp-stock-alert-button, #mp-productalerts-message {
    margin-top: 10px;
}

/** popup css */
.mp-productalerts-popup {
    padding: 20px 45px 40px 45px;
    border-radius: 7px;
    max-width: 35%;
    position: relative;
    background: rgb(255, 255, 255);
    margin: 0 auto;
}

@media screen and (max-width: 993px) {
    .mp-productalerts-popup {
        max-width: 70%;
    }
}

@media screen and (max-width: 680px) {
    .mp-productalerts-popup {
        max-width: 100%;
    }
}

.mp-productalerts-popup header {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: .4em;
    font-size: 2rem;
    padding: 5px 0 7px 15px;
    font-weight: 600;
    background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
}

.mp-productalerts-popup hr {
    margin-top: 35px;
}

.mp-productalerts-popup h2 {
    font-weight: 600;
}

.mp-productalerts-popup p {
    margin-top: 20px;
}

.mp-productalerts-popup-form-container {
    width: 90%;
    margin: auto;
}

.mp-productalerts-popup-form-container button {
    width: 100%;
    margin-top: 25px;
}

/** customer dashboard css */
.subscribers-history {
    margin-bottom: 45px !important;
}

.mp-productalerts-product-hidden {
    display: none;
}
