

div#popup .lds-css.form {
	top: 80%;
}

div#popup {
	position: fixed;
	top: -150%;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000000000;
	background-color: rgba(43, 43, 43, 0.93);
	transition: all 0.8s;
	opacity: 0;
	visibility: hidden;
	display: block;
}

div#popup.open {
	opacity: 1;
	visibility: visible;
	top: 0;
}

div#popup div.content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	background-image: url(/wp-content/themes/angelsense/images/popups/generic/PopUp_gps4_desktop.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 800px;
	height: 430px;
	text-align: left;
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0em 50px;
	align-items: center;
	border-radius: 10px;
}

div#popup.Watch div.content {
	background-image: url(/wp-content/themes/angelsense/images/popups/generic/PopUp_watch_desktop.webp);
}

div#popup div.content div.wrap {
	position: relative;
	width: 50%;
	margin-left: auto;
}

div#popup.response div.content div.wrap {
	top: 0;
}

div#popup div.content div.wrap img.title {
	display: block;
	margin-bottom: 1em;
	width: 75%;
}

div#popup div.content div.wrap > p {
	font-size: 24px;
	margin-bottom: 0.5em;
}

div#popup.response div.content div.wrap > p {
	display: none;
}

div#popup div.content div.wrap h2 {
	text-transform: uppercase;
	font-size: 75px;
	letter-spacing: 3px;
	color: #292929;
	line-height: 85px;
	font-weight: 300;
}

div#popup div.content div.wrap p.seperator {
	color: #292929;
	font-size: 32px;
	font-weight: 300;
	line-height: 30px;
	position: relative;
}

div#popup div.content div.wrap p.seperator:after {
	content: '';
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 1px;
	background-color: rgba(41, 41, 41, 0.8);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div#popup div.content div.wrap h3 {
	color: #292929;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
}

div#popup div.content div.wrap div.form-container {
	opacity: 1;
	visibility: visible;
}

div#popup.response div.content div.wrap div.form-container  {
	opacity: 0;
	visibility: hidden;
}

div#popup div.content div.wrap form {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

div#popup.response div.content div.wrap div.form {
	opacity: 0;
	visibility: hidden;
}

div#popup div.content div.wrap form span.note {
	display: block;
	color: #292929;
	font-size: 10px;
	margin-top: 0.8em;
	position: relative;
	width: 100%;
	text-align: left;
}

div#popup.sale div.content div.wrap form span.note {
	color: white;
}

div#popup div.content div.wrap form span.note a {
	text-decoration: underline;
	color: white;
}

div#popup div.content div.wrap form label {
	display: block;
}

div#popup div.content div.wrap form label:first-of-type {
	margin: 0.3em 0em;
	width: 100%;
}

div#popup div.content div.wrap form label {
	margin: 0.5em 0em;
}

div#popup div.content div.wrap form label.sale {
	margin-top: 1em;
}

div#popup div.content div.wrap form label:first-of-type:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/wp-content/themes/angelsense/images/error-icon-x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	display: none;
}

div#popup div.content div.wrap.error form label:after {
	display: block;
}

div#popup div.content div.wrap form label input {
	width: 100%;
	padding: 0.5em 0.5em;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	border: white;
	background-color: rgb(255 255 255 / 30%);
	color: white;
	outline: 0;
	border: 2px solid white;
}

div#popup div.content div.wrap form label input[type="radio"] {
	width: 20px;
	display: inline-block;
}

div#popup div.content div.wrap form label span {
	color: white;
	opacity: 1;
	font-weight: 400;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

div#popup.sale div.content div.wrap form label span {
	color: white;
}

div#popup div.content div.wrap form input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0.3em 0.5em;
	color: white;
	background-color: #f34023;
	font-size: 27px;
	line-height: 30px;
	font-weight: 700;
	border-radius: 50px;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	outline: 0;
	width: 100%;
	border: 1px solid white;
	-webkit-appearance: none;
}

div#popup div.content a.order:hover {
	background-color: rgb(241, 86, 91);
}

div#popup div.content div.wrap div.response {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	color: white;
	border-radius: 8px;
	padding-top: 0em;
}

div#popup.response div.content div.wrap div.response {
	opacity: 1;
	visibility: visible;
}

div#popup div.content div.wrap.show_response div.response {
	visibility: visible;
	opacity: 1;
}

div#popup div.content div.wrap div.response h2 {
	font-weight: 300;
}

div#popup div.content div.wrap div.response h2:after {
	content: '';
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 1px;
	background-color: rgba(41, 41, 41, 0.8);
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}

div#popup div.content div.wrap div.response h3 {
	color: white;
	font-size: 38px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 0.5em;
}

div#popup div.content div.wrap div.response p {
	font-size: 32px;
	margin-top: 0.3em;
}

div#popup div.content div.wrap div.response p.small {
	font-size: 26px;
	font-weight: 300;
}

div#popup div.content div.wrap div.response p .green {
	font-weight: 700;
	color: white;
}

div#popup div.content div.wrap div.response a {
	display: block;
	margin-top: 0.5em;
	text-decoration: underline;
	font-weight: 300;
	color: white;
}

div#popup div.content div.wrap div.response a strong {
	font-weight: 500;
}

div#popup div.content div.wrap.show_response div.form {
	visibility: hidden;
	opacity: 0;
}

div#popup a.remove {
	position: absolute;
	top: 0.7em;
	right: 0.7em;
	width: 1.2em;
	height: 1.2em;
	z-index: 100000;
	background-color: black;
	background-image: url(/wp-content/themes/angelsense/images/popups/X-close_pop-up.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 0.9em;
	border-radius: 50%;
}

div#popup a.remove {
	bottom: 85%;
}

body.mobile div#popup div.content {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.9);
	transform: translate(-50%, -50%) scale(0.9);
	background-image: url(/wp-content/themes/angelsense/images/popups/generic/Pop_Up_Mobile_gps4.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: calc(100vw * (1009/617));
	text-align: center;
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0em 0.5em;
	align-items: center;
}

body.mobile div#popup.Watch div.content {
	background-image: url(/wp-content/themes/angelsense/images/popups/generic/Pop_Up_Mobile_watch.webp);
}

body.mobile div#popup div.content div.wrap {
	width: 100%;
	top: -65px;
}

body.mobile div#popup.response div.content div.wrap {
	top: 0;
}

body.mobile div#popup div.content div.wrap > p {
	font-size: 20px;
}

body.mobile div#popup div.content div.wrap h2 {
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 3px;
	color: #292929;
	line-height: 65px;
	font-weight: 300;
}

body.mobile div#popup div.content div.wrap p.seperator {
	color: #292929;
	font-size: 22px;
	font-weight: 300;
	line-height: 20px;
	position: relative;
}

body.mobile div#popup div.content div.wrap p.seperator:after {
	content: '';
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 1px;
	background-color: rgba(41, 41, 41, 0.4);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

body.mobile div#popup div.content div.wrap div.response {
	padding-top: 0em;
	text-align: center;
}

body.mobile div#popup div.content div.wrap form {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 0.5em;
}

body.mobile div#popup div.content div.wrap div.form > img {
	display: block;
}

body.mobile div#popup div.content div.wrap form span.note {
	font-size: 9px;
	line-height: 11px;
	margin-top: 2em;
	text-align: left;
}

body.mobile div#popup div.content div.wrap form label {
	width: 100%;
	text-align: left;
	margin: 0.5em 0em;
}

body.mobile div#popup.sale div.wrap form label.sale {
	width: 100%;
}

body.mobile div#popup.sale div.wrap form label.sale:after {
	content: '';
	position: absolute;
	top: 48%;
	left: calc(100% - 35px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/wp-content/themes/angelsense/images/promotions/aam/popup_heart.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
	width: 70px;
	height: 50px;
}

body.mobile div#popup div.content div.wrap form label input {
	padding: 0.5em;
}

body.mobile div#popup div.content div.wrap form input[type="submit"] {
	margin-top: 0.5em;
	padding: 0.5em 0em 0.45em 0em;
	font-size: 25px;
	margin-bottom: 0.3em;
}

body.mobile div#popup a.remove {
	padding: 0.9em;
}

div#popup div.content div.wrap div.response a {
	font-size: 18px;
}

@media only screen and (max-width: 375px) {
	div#popup div.content div.wrap.show_response div.response h2 {
		font-size: 40px;
		line-height: 50px;
	}

	body.mobile div#popup div.content div.wrap div.form h3 {
		font-size: 19px;
	}
}

@media only screen and (max-width: 325px) {
	body.mobile div#popup div.content div.wrap h2 {
		text-transform: uppercase;
		font-size: 36px;
		letter-spacing: 3px;
		color: #292929;
		line-height: 40px;
		font-weight: 300;
	}

	body.mobile div#popup div.content div.wrap p.seperator {
		font-size: 20px;
	}

	body.mobile div#popup a.remove {
		padding: 0.8em;
	}

	body.mobile div#popup div.content div.wrap form span.note {
		font-size: 8px;
	}
}

/*Exclude popup from pages*/
footer.thank-you-renewal div#popup,
footer.contact-us div#popup,
footer.iag div#popup,
footer.gpstracker-co div#popup,
footer.yearly-device-co div#popup,
footer.direction div#popup,
footer.ihelpmoms div#popup,
footer.setup div#popup,
footer.achiezer div#popup,
footer.unexceptionalmoms div#popup,
footer.thankyou-thanksgiving div#popup,
footer.enter-thanksgiving-giveaway div#popup,
footer.thankyou-holiday div#popup,
footer.holiday-giveaway div#checkout_popup,
footer.holiday-giveaway div#popup,
footer.thanksgiving-giveaway div#checkout_popup,
footer.thanksgiving-giveaway div#popup,
footer.themomkind div#checkout_popup,
footer.themomkind div#popup,
footer.lcr div#checkout_popup,
footer.lcr div#popup,
footer.GB div#checkout_popup,
footer.GB div#popup,
footer.best-gps-tracker div#checkout_popup,
footer.best-gps-tracker div#popup,
footer.statmedical div#checkout_popup,
footer.statmedical div#popup,
footer.amks div#checkout_popup,
footer.amks div#popup,
footer.shopping div#checkout_popup,
footer.shopping div#popup,
footer.email-signup div#checkout_popup,
footer.email-signup div#popup,
footer.activate div#checkout_popup,
footer.activate div#popup,
footer div.back-to-school-checklist div#checkout_popup,
footer div.back-to-school-checklist div#popup,
footer.pricing-planb.top_corner div#checkout_popup,
footer.pricing-planb.top_corner div#popup,
footer.ukoffer.top_corner div#checkout_popup,
footer.ukoffer.top_corner div#popup,
footer.contest-coupon div#checkout_popup,
footer.contest-coupon div#popup,
footer.angelcall-coupon div#checkout_popup,
footer.angelcall-coupon div#popup,
footer.thank-you-accessory div#checkout_popup,
footer.thank-you-accessory div#popup,
footer.invite-a-friend div#checkout_popup,
footer.invite-a-friend div#popup,
footer.special-needs-homeschooling div#checkout_popup,
footer.special-needs-homeschooling div#popup,
footer.alto div#checkout_popup,
footer.alto div#popup,
footer.autisticglobetrotting div#checkout_popup,
footer.autisticglobetrotting div#popup,
footer.success div#checkout_popup,
footer.success div#popup,
footer.accessories div#checkout_popup,
footer.accessories div#popup,
footer.thank-you-accessory div#checkout_popup,
footer.thank-you-accessory div#popup,
footer.checkout div#checkout_popup,
footer.checkout div#popup,
footer.plans div#popup {
	display: none;
}


div#popup ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}

div#popup :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
}

div#popup ::-ms-input-placeholder { /* Microsoft Edge */
	color: white;
}
