/**
* 2007-2014 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2014 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#iqitpopup-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5103;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=00);
   opacity: 0;
   -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;}

* html #iqitpopup-overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=00);
    opacity: 0;
  visibility: hidden; }

#iqitpopup > div {
  background-color: #fefefe;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 5104;
  max-width: 84%;
    width: 800px ! IMPORTANT;
    height: auto ! IMPORTANT;
  bottom: 20px;
  margin: auto;
  right: 2%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#iqitpopup .iqitpopup-content{
  padding: 15px;
}
#iqitpopup .iqitpopup-newsletter-form{
padding: 15px 15px;
background: #fff;
/* position: absolute; */
    bottom: 0px;
    width: 100%;

}
#iqitpopup .iqitpopup-newsletter-form .newsletter-input{
    width: 100%;
    height: 35px;
    border: 1px solid #d3d3d3 !important;
    margin-right: 8px;
    margin-bottom: 10px;
}
#iqitpopup .iqitpopup-newsletter-form .button-medium{
  padding-top: 12px;
padding-bottom: 12px;
    width: 100%;
}
#iqitpopup .iqitpopup-close{
  height: 25px;
    top: -15px;
    right: -15px;
  position: absolute;
  padding-right: 25px;

}
#iqitpopup .iqit-close-checkbox, #iqitpopup .iqit-close-popup{
display: inline-block;
}
#iqitpopup .iqit-close-checkbox{
  vertical-align: middle;
  padding: 5px;
  font-size: 10px;
}
#iqitpopup .iqit-close-checkbox > div{display: inline-block; vertical-align: middle;}
#iqitpopup .iqit-close-popup{
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
    line-height: 25px;
        position: absolute;
    top: 0px;
    right: 0px;
 }  

#iqitpopup .cross {
  display: block;
    background: url('https://sleeknotestaticcontent.sleeknote.com/template-images/123456_close_button.png') !important;
    background-size: contain !important;
    height: 100%;
}

 #iqitpopup .cross{display: block;}
    #iqitpopup .cross:before {
      display: block;
      font-family: "FontAwesome";
      font-size: 18px;
      color: #fff; }
 
 #iqitpopup-overlay.showed-iqitpopupo{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
   opacity: 0.4;
  visibility: visible;

 }

  #iqitpopup.showed-iqitpopup{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   opacity: 1;
  visibility: visible;
  

 }

@media screen and (max-width: 767px) {

#iqitpopup .iqitpopup-newsletter-form .newsletter-input{
    width: 80%;
    max-width: 220px;
    text-align: center;
    margin: 15px auto;
}

#iqitpopup .iqitpopup-newsletter-form{
text-align: center;
}

} 

/*overwrite*/

#popup_toggle {
  display: block;
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 999;
  border-radius: 5px;
  box-shadow: -3px 3px 4px 0 #868686;
  background: #83ad7e !important;
}

#popup_toggle button {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  transition: .2s;
  overflow: hidden;
}

#popup_toggle button {
  color: #ffffff !important;
  background: #83ad7e !important;
}

@media screen and (min-width: 1000px) {
  #popup_toggle button.mobile {
    padding: 20px 20px 20px 0;
  }
}
div#iqitpopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    background: #00000057 !important;
    align-items: center;
    justify-content: center;
    display: flex;
}