/*
 * 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.6.0
 * Registered Trademark & Property of Smart-Modules.pro
 *
 * **************************************************
 * *                 Products alert                 *
 * *         http://www.smart-modules.pro           *
 * *                    V 1.6.0                     *
 * **************************************************
*/

.hide-default {
  display: none;
}

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

.product-miniature .PA_launcher
{
  margin: 0px !important;
} 

.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;
  opacity: 1 !important;
}

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

.productsalertbutton {
  display: none;
}

.paemail {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  border: 1px solid #dedede;
  text-align: center;
  line-height: 20px;
}

.paemail_button {
  width: 100%;
  height: calc(2.5rem - 2px);
  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%);
  color: #333;
}

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

/* Product Lists */

#pa_lists {
  display: none;
}

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

@media screen and (min-width: 900px) {
  .fixed_button_width {
    width: 350px;
  }
}
.pa_li_wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  display:none;
}