/**
* Pop-up on exit page to encourage customers for sales.
*
* NOTICE OF LICENSE
* 
* Each copy of the software must be used for only one production website, it may be used on additional
* test servers. You are not permitted to make copies of the software without first purchasing the
* appropriate additional licenses. This license does not grant any reseller privileges.
* 
* @author    Shahab
* @copyright 2007-2023 Shahab-FK Enterprises
* @license   Prestashop Commercial Module License
*/

#sfkexitpopup{
	text-align:center;
	margin:0px auto; 
	display:none; 
	position:fixed; 
	color:#ffffff; 
	padding:20px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
}

#sfkexitpopup h1{
	margin-top:0px;
	padding-top:0px;
}	
	
#sfkexitpopup p{
	text-align:left;
}

#sfkexitpopup img{
	border:0px; 
	margin:0px auto;
}