/*
 * 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: 16;
  display: none;
}


.PA_popup,
.PA_popup {
  display: none;
  position: fixed;
  z-index: 5020;
  background: white;
  padding: 40px 60px;
  max-width: 600px;
  width: 92%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.title-popup{
	font-family: avenir_roman,sans-serif;
    font-size: 30px;
    text-transform: uppercase;
	padding-bottom:16px;
}
.name_product_popup{
	font-size: 18px;
    text-align: center;
    display: block;
    padding-bottom: 16px;
}
.PA_desc {
  font-size: 14px;
  color: #232323;
}

.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 black;
  text-align: left;
  line-height: 20px;
  padding-left: 10px;
  margin-right: 10px;
}
.paemail_button::placeholder {
  color: black;
}
.PA_save_alert{
	border-radius: unset;
	box-shadow:unset;
	color: black;
	background-color: white;
	border-color: black;
}
.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;
    cursor: pointer;
    color: black;
    border: 2px solid #fff;
    right: -55px;
	top: -41px;
    line-height: 28px;
    font-weight: 700;
}

.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;
}
.PA_desc,.name_product_popup,.title-popup{
	display:block;
	text-align:center;
}

/* 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;
}
.d-flex{
	display:flex;
}
.btn-primary.PA_save_alert:hover, .btn-primary.PA_save_alert:focus, 
.btn-primary.PA_save_alert.focus, .btn-primary.PA_save_alert:active, 
.btn-primary.PA_save_alert.active, .open>.dropdown-toggle.btn-primary.PA_save_alert
{
	background-color: black;
    border-color: black;
}
.alert_save_later{
	margin-top: 3px;
    margin-right: 3px;
}
.optionalertstock, 
option.optionalertstock::selection,option.optionalertstock:checked{
	color: #A2A2A2;
}
.container-alert{
	width: 90%;
    max-width: 820px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}