/**
 * Notify Me Pro
 *
 * @author    Nxtal <support@nxtal.com>
 * @copyright Nxtal 2024
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * @version   2.1.0
 *
 */

.product-additional-info .nxtal-product-notify .nxtal-notify,
.pb-center-column  .nxtal-product-notify .nxtal-notify
.nxtal_notify_bell .icon_container,
.nxtal-product-notify .nxtal-notify {
	cursor: pointer;
        padding: 8px 12px;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    background: #1d93ab;
    color: #fff;
    display: inline-block;
}


.product-additional-info .nxtal-product-notify .nxtal-notify.active i,
.product-container .nxtal-product-notify .nxtal-notify.active i{
    color: #f55c10;
}
.hide,
.product-miniature .product-description .nxtal-product-notify,
.product-miniature .nxtal-product-notify .nxtal-notify-label, .ajax_block_product .nxtal-product-notify .nxtal-notify-label {
	display: none;
}
.nxtal-notify-label {
    font-size: .8125rem;    
    white-space: nowrap;
}
 
.product-miniature .nxtal-product-notify {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 10;
}
.product-miniature .nxtal-notify-label {
    color: #4e6167;
}
.product-miniature .nxtal-notify:hover {
	opacity: 0.7;
}
.product-miniature .nxtal-notify:active {
    transform: scale(1.2);
}
.product-miniature .wishlist-button-add + .nxtal-product-notify,
.product-miniature ._desktop_wishlist_icon + .nxtal-product-notify {
    top: 60px;
}
.product-miniature .nxtal-product-notify .nxtal-notify {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    padding-top: 0.1875rem;
    background-color: #ffffff;
    box-shadow: 0.125rem -0.125rem 0.25rem 0 rgba(0,0,0,0.2);
    border-radius: 50%;
    transition: 0.2s ease-out;
    border: none;
}
.product-miniature .nxtal-product-notify .nxtal-notify.active {
    color: #f55c10;
}

#product-notify-modal {
	z-index: 99999;
	display: none;
}	

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    width: 400px;
}

#product-notify-modal .modal-title {
	display: inline-block;
}

#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;
}

#product-notify-modal .input-group-addon {
    width: 30px;
    background-color: #333;
    background-clip: padding-box;
    border: 1px solid #555;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem;
}

.fancybox-inner #product-notify-modal {
	max-width: 550px;
}
#nxtalnotify-table .label {
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 12px;   
}
#nxtalnotify-table .cancel {
    padding: 3px 10px;
	cursor: pointer;
}

.nxtal-product-notify {
    display: inline-block;
}


.nxtal_notify_bell{
    padding: 0.75rem;
    margin-left: 5px;
    text-align: center;
    white-space: nowrap; 
}

.nxtal_notify_bell .notifications-total{
    position: absolute;
    top: 0.25rem;
    right: 22px;
    display: inline-block;
    padding: 1px 5px;
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #fff;
    background: #cd0a0a;
    border: 0.125rem solid #fff;
    border-radius: 1rem;
}
.nxtal_notify_bell a:hover {
    color: #7a7a7a!important;
    text-decoration: none;
}
.table td.image_con{
    width: 10%;
    text-align: center;
}
.table td.image_con img{
    width: 75%;
}
