/*
 * Products Alert *
 * @author    Pol Rué
 * @copyright Smart Modules 2018
 * @license   One time purchase Licence (You can modify or resell the product but just one time per licence)
 * @category marketing
 * @version 1.4.7
 * Registered Trademark & Property of Smart-Modules.pro
 *
 * **************************************************
 * *                 Products alert                 *
 * *         http://www.smart-modules.pro           *
 * *                    V 1.4.7                     *
 * **************************************************
*/

.info-icon::before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 20px;
    position: relative;
    top: 3px;
}
.info-icon {
    margin-right: 10px;
}
.PA_launcher {
padding: 8px 10px 10px;
font-weight: bold;
line-height: 18px;
border: 1px solid #D6D4D4;
background: none repeat scroll 0% 0% #FBFBFB;
margin: 39px 0px 22px;
}
.PA_popup .pamulti {
    display: block;
    padding:7px;
    border:1px solid #dcdcdc;
}
.PA_popup .pamulti input, .PA_popup .pasingle input {
    margin-top:5px;
    display:table-cell;
}
.PA_popup .pasingle {
    display: block;
    float:left;
    padding:7px;
    border:1px solid #dcdcdc;
}
.PA_form .options_wrap {
    max-height: calc(100vh - 70vh);
    overflow-y: scroll;
    margin: 15px 0;
}

.colorbox {
    display:inline-block;
    width:20px;
    height:20px;
    position: relative;
    top: 3px;
}
.PA_popup span{
    margin-top:5px;
}
.PA_popup span.pamultiitem {
    display: inline-block;
    margin-right: 15px;
    margin-top:0;
}
.PA_popup span.pamultiitem:hover {
    cursor:pointer;
}
#PA_wrapper {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:5010;
    display:none;
    }
.PA_popup, .PA_popup {
    display:none;
    position: fixed;
    z-index: 5020;
    background: #FBFBFB;
    padding: 20px 40px;
    max-width: 600px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.6);
    width:92%;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.PA_desc {
    font-size:16px;
}
.pa-gdpr-notification {
    text-align: center;
}
.paemail, .pasubmit {
    height:auto;
    max-width:100%;
}
.paemail {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    border: 1px solid #DEDEDE;
    text-align: center;
    line-height: 20px;
}
.pasubmit, .paerror {
width:100%;
background:#AAE2AE;
border:1px solid #419946;
padding:12px;
text-align:center;
text-transform:uppercase;
font-size: 16px;
}
.paerror {
background:#E0ABAA;
border:1px solid #994341;
margin:15px 0;
color:#fff;
}
.PA_popup label {
    margin-bottom:0;
}
.PA_close {
width:100%;
position:relative;
}
.PA_close span {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: none repeat scroll 0% 0% #000;
    cursor: pointer;
    color: #FFF;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    right: -55px;
    top: -35px;
    line-height: 28px;
    font-weight: bold;
}
.PA_form {
    display:block;
}
.clearboth {
    clear:both;
}
#pamessage {
    position:fixed;
    /*width:100%;*/
    text-align:center;
    padding:20px 40px;
    font-size:16px;
    border:1px solid;
    box-shadow:0 0 15px rgba(0,0,0,0.3);
    z-index:5500;
    display:none;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
#pamessage.pawarning {
    background:#FFF6D8;
    border-color:#F4C470;
}
#pamessage.paok {
    background: #F2FFF3;
    border-color: #AAE2AE;
}

/* Listing styles */
.product-container .pa_trigger {
    width:100% !important;
}
.product-container .pa_trigger span {
    display:inline-block !important;
}
.product-container .PA_launcher {
padding: inherit;
font-weight: normal;
line-height: auto;
border: none;
background: none;
margin: auto;
}

@media screen and (max-width:768px) {
    .PA_popup {
        max-height: 75vh;
    }
    .PA_popup form {
        overflow-y: scroll;
        max-height: calc( 75vh - 40px);
    }
    
}