/**
 * Notify Me Pro
 *
 * @author    Nxtal <support@nxtal.com>
 * @copyright Nxtal 2023
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * @version   1.1.0
 *
 */

.hide{	
	display:none;
}
.nxtal-product-notify .nxtal-notify {
	cursor: pointer;
}
.product-additional-info .nxtal-product-notify .nxtal-notify, .pb-center-column .nxtal-product-notify .nxtal-notify {
	padding: 8px 12px;
    background: #1d93ab;
    color: #fff;
}
.product-additional-info .nxtal-product-notify .nxtal-notify.active i,
.product-container .nxtal-product-notify .nxtal-notify.active i{
    color: #f55c10;
}
.product-miniature .nxtal-product-notify .nxtal-notify-label, .ajax_block_product .nxtal-product-notify .nxtal-notify-label {
	display: none;
}
.product-miniature .product-description .nxtal-product-notify {
	display: none;
}
.product-miniature .nxtal-product-notify {
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-miniature .nxtal-product-notify .nxtal-notify {
    padding: 5px 6px 8px 6px;
    background: #fff;
    border-radius: 50%;
	transition: 0.5s;
}
.product-miniature .nxtal-product-notify .nxtal-notify.active {
    color: #f55c10;
}

#product-notify-modal {
	z-index: 99999;
	display: none;
}	

#product-notify-modal .form-group {
	display: inline-block;
    width: 100%;
	margin-bottom: 10px;
}

#product-notify-modal .btn-success {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}

.fancybox-inner #product-notify-modal {
	max-width: 550px;
}
