/* Applied-marker for the on-demand banner CSS loader. */
:root{
	--banner-css-modal: 1; /* prevents same file loads multiple times */
}

/* ====================== SH-exit ====================== */

.SH-exit {
	padding: 30px 40px;
	font-size: 17px;
	line-height: 1.3;
	width: 935px;
	max-width: 100%;

	/* register banner images */
	background-image: url('/wp-content/themes/enigma/images/products/spyhunter5/box.png');
	background-image: url('/wp-content/themes/enigma/images/products/spyhunter5/box@2x.png');
	background-image: url('/wp-content/themes/enigma/images/products/spyhunter-mac/box.png');
	background-image: url('/wp-content/themes/enigma/images/products/spyhunter-mac/box@2x.png');
	background-image: none;
}
.SH-exit h2{
	color: #D64141;
	font-size: 52px;
	margin: 15px 0 5px 0;
}
.SH-exit h3{
	font-size: 35px;
	margin: 5px 0 30px 0;
	color: black;
	line-height: 1.4;
}
.SH-exit h3 span{
	color: #D64141;
}
.SH-exit .flex-container .item.media{
	flex: none;
	width: 260px;
	max-height: 360px;
	padding-left: 10px;
	padding-top: 70px;
}
.SH-exit .flex-container .item.media img{
	max-width: 180px;
}
.SH-exit .main-text{
	margin-bottom: 20px;
	font-size: 27px;
	line-height: 1.4;
}
.SH-exit .os .button{
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.SH-exit .button.download{
	font-weight: normal;
	font-size: 20px;
}
.SH-exit .button.buy{
	font-weight: normal;
	font-size: 20px;
}
.SH-exit .discount{
	box-sizing: border-box;
	position: absolute;
	background: url('/wp-content/themes/enigma/images/banners/modal/spyhunter-exit/discount.svg') no-repeat center center;
	background-size: 100% auto;
	color: white;
	font-size: 26px;
	text-align: center;
	width: 125px;
	height: 125px;
	padding-top: 25px;
	transform: rotate(20deg);
	margin-left: 133px;
	margin-top: -46px;
}
.SH-exit .discount b{
	font-size: 34px;
}
.SH-exit .terms-text{
	margin-top: 10px;
}
.SH-exit .main-text span{
	color:#D64141;
	font-weight: bold;
}
.SH-exit .alt-links a{
	color: #007E94;
}
.SH-exit .terms a{
	color: #007E94;
}
@media screen and (max-width: 1000px), screen and (max-height: 1000px) {
	.SH-exit .item.media{
		display: none;
	}
	.SH-exit .buttons{
		text-align: center;
	}
	.SH-exit .os .button{
		float: none;
	}
	.SH-exit h2{
		font-size: 52px;
		margin: 15px 0 5px 0;
	}
	.SH-exit h3{
		font-size: 30px;
		margin: 5px 0 20px 0;
	}
	.SH-exit .button.download,
	.SH-exit .button.buy{
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}
}

/* ====================== sh-exit-stop ====================== */

.sh-exit-stop{
	position: relative;
	width: 1000px;
	max-width: 100%;
	padding: 65px 35px 65px 400px;
	/*border-radius: 13px;*/
	background-color: white;
}
.sh-exit-stop:before{
	position: absolute;
	content: '';
	left:0;
	top:0;
	bottom:0;
	width:366px;
	/*border-radius: 13px 0 0 13px;*/
	background: #EEF3F9 url('../../images/banners/modal/sh-exit-stop/stop.png') no-repeat center center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sh-exit-stop:before{
		background-image: url('../../images/banners/modal/sh-exit-stop/stop@2x.png');
		background-size:294px auto;
	}
}
.sh-exit-stop h2{
	margin: 0 0 0 0;
	color: #262F38;
	font-size: 43px;
	text-transform: uppercase;
}
.sh-exit-stop h2 span{
	color: #CD352C;
}
.sh-exit-stop p{
	line-height: 2;
	font-size: 25px;
}
.sh-exit-stop .button.download.icon{
	background-color: #3EBD03;
	box-shadow: 2.5px 4.33px #2c8702;
	border-radius: 10px;
	padding: 20px calc(20px + 3em) 20px 20px;
	font-size: 25px;
	line-height: 1.3;
	text-align: left;
}
.sh-exit-stop .button.download.icon:before{
	display: none;
}
.sh-exit-stop .button.download.icon:after{
	background-image: url(../../images/pages/general/icons/more-double.svg);
	background-position: center center;
	filter: brightness(0) grayscale(1) invert(1);
	animation: shs-button-animation 1s ease-in-out infinite;
}
.sh-exit-stop .button.download.icon:hover:after {
	animation: shs-button-animation 1s ease-in-out infinite;
}
.sh-exit-stop .terms{
	display: inline-block;
	margin: 10px 0 0 0;
	font-size: 16px;
}
@keyframes shs-button-animation {
	0%, 100% { transform: translateX(-5px); }
	50% { transform: translateX(5px); }
}
@media screen and (max-width: 1000px), screen and (max-height: 1000px) {
	.sh-exit-stop{
		padding: 40px 20px 40px 280px;
	}
	.sh-exit-stop:before{
		width: 250px;
		background-size: 200px auto;
	}
	.sh-exit-stop h2{
		font-size: 30px;
	}
	.sh-exit-stop p{
		font-size: 20px;
	}
	.sh-exit-stop .button.download.icon{
		padding: 13px calc(15px + 3em) 15px 15px;
		font-size: 22px;
	}
}

/* ====================== sh-exit-risk ====================== */

.sh-exit-risk{
	width: 1000px;
	max-width: 100%;
	padding: 40px 35% 40px 40px;
	background: #113b55 url(../../images/banners/modal/sh-exit-risk/risk.jpg) no-repeat center center;
	color: white;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sh-exit-risk:before{
		background-image: url('../../images/banners/modal/sh-exit-risk/risk@2x.jpg');
		background-size: 1007px auto;
	}
}
.sh-exit-risk h2{
	margin: 0 0 0 0;
	color: #FBDE70;
	font-size: 50px;
	text-align: center;
}
.sh-exit-risk p{
	margin: 50px 0;
	font-size: 25px;
}
.sh-exit-risk .button.download.icon{
	background-color: #FF4048;
	border-radius: 0;
	padding: 20px calc(20px + 3em) 20px 20px;
	font-size: 25px;
	line-height: 1.3;
	text-align: left;
}
.sh-exit-risk .button.download.icon:before{
	display: none;
}
.sh-exit-risk .button.download.icon:after{
	background-image: url(../../images/pages/general/icons/more-double.svg);
	background-position: center center;
	filter: brightness(0) grayscale(1) invert(1);
	animation: shrex-button-animation 1s ease-in-out infinite;
}
.sh-exit-risk .button.download.icon:hover:after {
	animation: shrex-button-animation 1s ease-in-out infinite;
}
.sh-exit-risk .terms{
	display: inline-block;
	margin: 10px 0 0 0;
	font-size: 16px;
	color: white;
}
.sh-exit-risk .terms a{
	color: white;
	text-decoration: underline;
}
@keyframes shrex-button-animation {
	0%, 100% { transform: translateX(-5px); }
	50% { transform: translateX(5px); }
}
@media screen and (max-width: 1000px), screen and (max-height: 1000px) {
	.sh-exit-risk h2{
		font-size: 35px;
	}
	.sh-exit-risk p{
		margin: 20px 0;
		font-size: 22px;
	}
	.sh-exit-risk .button.download.icon{
		padding: 13px calc(15px + 3em) 15px 15px;
		font-size: 22px;
	}
}

/* ====================== sh-exit-person ====================== */

.sh-exit-person{
	position: relative;
	width: 701px;
	min-height: 424px;
	max-width: 100%;
	padding: 20px 20px 20px 369px;
	background: white url(../../images/banners/offer-2025-06-23/person1.avif) no-repeat left center;
	text-align: center;
	/* center */
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sh-exit-person{
		background-image: url('../../images/banners/offer-2025-06-23/person1@2x.avif');
		background-size: auto 424px;
	}
}
.sh-exit-person h2{
	margin: 0 0 0 0;
	font-size: 32px;
}
.sh-exit-person h2 span{
	color: #CD352C;
}
.sh-exit-person h3{
	margin: 10px 0px;
	font-size: 48px;
	font-weight: normal;
}
.sh-exit-person h3 span{
	color: #FD2D39;
}
.sh-exit-person p{
	margin: 4px 0;
	font-size: 20px;
}
.sh-exit-person .button.download{
	margin: 8px 0;
	background-color: #FD3D26;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgb(0 30 65 / 18%);
	padding: 17px 17px;
	min-width: 176px;
	font-size: 20px;
}
.sh-exit-person .close#bio_ep_close{
	display: inline-block;
	position: static;
	width: auto;
	height: auto;
	margin-top: 11px;
	padding: 0;
	color: #7C7C7C;
	font-size: 14px;
	text-decoration: underline;
}
.sh-exit-person ul{
	margin: 10px 15px 10px 10px;
	text-align: left;
	line-height: 1.3;
}
.sh-exit-person ul li{
	list-style: none;
	background: url('../../images/banners/offer-2025-06-23/check.svg') no-repeat left center;
	background-size: auto 12px;
	padding-left: 25px;
}
@media screen and (max-width: 1000px), screen and (max-height: 1000px) {
	.sh-exit-person p{
		font-size: 20px;
	}
}
@media screen and (max-width: 800px) {
	.sh-exit-person h2{
		font-size: 26px;
	}
	.sh-exit-person h3{
		font-size: 35px;
	}
	.sh-exit-person img{
		max-height: 30px;
	}
}

/* ---- v2 ---------------- */

.sh-exit-person.v2{
	background-image: url(../../images/banners/offer-2025-06-23/person2.avif);
	background-color: black;
	color: white;
}
.sh-exit-person-v2 #bio_ep_close{
	color: rgba(255, 255, 255, 0.8);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sh-exit-person.v2{
		background-image: url(../../images/banners/offer-2025-06-23/person2@2x.avif);
	}
}

/* ---- computer ---------------- */

.sh-exit-person.computer{
	padding-left: 338px;
	background-image: url(../../images/banners/offer-2025-06-23/computer.avif);
}
.sh-exit-person.computer h3 {
	margin-top: 3px;
	font-weight: bold;
}
.sh-exit-person.computer .button.download{
	border-radius: 0;
}
.sh-exit-person.computer img{
	display: block;
	margin: 13px auto 3px auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sh-exit-person.computer{
		background-image: url(../../images/banners/offer-2025-06-23/computer@2x.avif);
	}
}

/* ---- shield ---------------- */

.sh-exit-person.shield{
	padding-left: 271px;
	background-image: url(../../images/banners/offer-2025-06-23/shield-yes.avif);
}
.sh-exit-person.shield img {
	display: block;
	margin: 0 auto 20px auto;
}
.sh-exit-person.shield h3 {
	font-weight: bold;
}
.sh-exit-person.shield .button.download{
	border-radius: 0;
}
.sh-exit-person.shield ul{
	margin-left: 65px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sh-exit-person.shield{
		background-image: url(../../images/banners/offer-2025-06-23/shield-yes@2x.avif);
	}
}

/* ---- hacker ---------------- */

.sh-exit-person.hacker{
	padding-left: 316px;
	background-image: url(../../images/banners/offer-2025-06-23/hacker.avif);
	background-color: black;
	color: white;
	font-family: arial;
}
.sh-exit-person-hacker #bio_ep_close{
	color: rgba(255, 255, 255, 0.8);
}
.sh-exit-person.hacker h2 {
	font-size: 32px;
}
.sh-exit-person.hacker h2 span {
	color: #FF0000;
}
.sh-exit-person.hacker p {
	font-size: 25px;
}
.sh-exit-person.hacker h3 {
	margin: 0 0 4px 0;
	font-weight: bold;
}
.sh-exit-person.hacker h3 span{
	color: #FF0000;
}
.sh-exit-person.hacker .button.download{
	border-radius: 0;
}
.sh-exit-person.hacker img{
	display: block;
	margin: 24px auto 10px auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sh-exit-person.hacker{
		background-image: url(../../images/banners/offer-2025-06-23/hacker@2x.avif);
	}
}
@media screen and (max-width: 800px) {
	.sh-exit-person.hacker h2 {
		font-size: 26px;
	}
}

/* ====================== malware-problems ====================== */

.malware-problems{
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #F0141D;
	padding: 15px 72px 15px 15px;
	color: #ffffff !important;
	margin-bottom: 30px;
	max-width: 300px;
	font-size: 15px;
	letter-spacing: 1px;
}
.malware-problems:before{
	content: "";
	position: absolute;
	display: block;
	width: 52px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background: url(../../images/pages/general/icons/download.svg) no-repeat center center;
}
.malware-problems h4{
	margin: 0 0 15px 0;
}