/**
 * All of the CSS for your public-specific functionality should be
 * included in this file.
 */

#cartbounty-pro-exit-intent-form-container,
#cartbounty-pro-exit-intent-close,
#cartbounty-pro-early-capture-close,
#cartbounty-pro-exit-intent-submit,
#cartbounty-pro-early-capture-submit{
	-webkit-transition: 	all .3s cubic-bezier(.38,1.09,.5,.98);
	-moz-transition: 		all .3s cubic-bezier(.38,1.09,.5,.98);
	-o-transition: 			all .3s cubic-bezier(.38,1.09,.5,.98);
	transition: 			all .3s cubic-bezier(.38,1.09,.5,.98);
}

#cartbounty-pro-exit-intent-form,
.cartbounty-pro-ec-center#cartbounty-pro-early-capture-form{
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#cartbounty-pro-exit-intent-form-backdrop,
.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-backdrop{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	z-index: 0;
	display: block;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: 	all .6s cubic-bezier(.38,1.09,.5,.98);
	-moz-transition: 		all .6s cubic-bezier(.38,1.09,.5,.98);
	-o-transition: 			all .6s cubic-bezier(.38,1.09,.5,.98);
	transition: 			all .6s cubic-bezier(.38,1.09,.5,.98);
}

.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content{
	-webkit-animation:		fadeIn 0.4s ease-in-out;
	-moz-animation:			fadeIn 0.4s ease-in-out;
	-ms-animation:			fadeIn 0.4s ease-in-out;
	-o-animation:			fadeIn 0.4s ease-in-out;
	animation:				fadeIn 0.4s ease-in-out;
}

.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-backdrop{
	-webkit-animation:		fadeInBackdrop 0.4s ease-in-out;
	-moz-animation:			fadeInBackdrop 0.4s ease-in-out;
	-ms-animation:			fadeInBackdrop 0.4s ease-in-out;
	-o-animation:			fadeInBackdrop 0.4s ease-in-out;
	animation:				fadeInBackdrop 0.4s ease-in-out;
}

#cartbounty-pro-exit-intent-form.cartbounty-pro-visible,
#cartbounty-pro-exit-intent-form-backdrop.cartbounty-pro-visible,
.cartbounty-pro-visible #cartbounty-pro-exit-intent-form-container,
.cartbounty-pro-ec-center#cartbounty-pro-early-capture-form,
.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content,
.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-backdrop{
	z-index: 99999999;
	opacity: 1;
	visibility: visible;
}

.cartbounty-pro-ec-center#cartbounty-pro-early-capture-form,
.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content{
	z-index: 99999900;
}

#cartbounty-pro-exit-intent-form-backdrop.cartbounty-pro-visible,
#cartbounty-pro-early-capture-form #cartbounty-pro-early-capture-form-backdrop{
	z-index: 99999998;
	opacity: .5;
}

#cartbounty-pro-early-capture-form #cartbounty-pro-early-capture-form-backdrop{
	z-index: 99999800;
}

#cartbounty-pro-exit-intent-close{
	height: 42px;
	width: 42px;
	top: 20px;
	right: 20px;
	position: absolute;
	cursor: pointer;
	padding: 15px;
	opacity: .6;
	z-index: 2;
	overflow: hidden;
}

#cartbounty-pro-exit-intent-close:hover,
#cartbounty-pro-early-capture-close:hover{
	opacity: 1;
}

#cartbounty-pro-exit-intent-form-container{
	position: relative;
	padding: 60px 60px 50px;
	opacity: 0;
	overflow-x: hidden;
}

#cartbounty-pro-exit-intent-form-content-l{
	text-align: center;
}

#cartbounty-pro-exit-intent-form-content img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	max-height: 30vh;
	width: auto;
	max-width: 100%;
}

#cartbounty-pro-exit-intent-submit,
#cartbounty-pro-early-capture-submit{
	opacity: .9;
}

#cartbounty-pro-exit-intent-submit:hover,
#cartbounty-pro-early-capture-submit:hover{
	opacity: 1;
}

#cartbounty-pro-exit-intent-form h2,
.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content-top label{
	font-size: 34px;
	line-height: 42px;
}

#cartbounty-pro-exit-intent-form p{
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 20px;
}

/* Exit Intent Template
 * Appear In Center
 */
 .cartbounty-pro-ei-center#cartbounty-pro-exit-intent-form,
 .cartbounty-pro-ec-center#cartbounty-pro-early-capture-form{
 	overflow-y: auto;
 	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
 }

.cartbounty-pro-ei-center #cartbounty-pro-exit-intent-form-container,
.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content{
	margin: 0;
	position: relative;
	height: auto;
	width: 100%;
	max-width: 600px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.cartbounty-pro-ei-center #cartbounty-pro-exit-intent-form-container,
	.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content{
		width: 90%;
	}
}

@media screen and (max-width: 576px) {
	.cartbounty-pro-ei-center #cartbounty-pro-exit-intent-form-container,
	.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content{
		width: 94%;
	}
}

/* Exit Intent Template
 * Slide In From Left 
 */
.cartbounty-pro-ei-left #cartbounty-pro-exit-intent-form-container{
	width: 70%;
	height: 100%;
	left: -100%;
	top: 0;
	padding: 0;
	overflow-y: auto;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
 }

.cartbounty-pro-ei-left #cartbounty-pro-exit-intent-form-content{
	position: relative;
	height: auto;
	max-width: 600px;
	width: 100%;
	padding: 20px 60px 30px;
	margin: auto;
}

.cartbounty-pro-ei-left.cartbounty-pro-visible #cartbounty-pro-exit-intent-form-container{
	left: 0px;
}

@media screen and (max-width: 768px) {
	.cartbounty-pro-ei-left #cartbounty-pro-exit-intent-form-container{
		width: 80%;
	}
}

@media screen and (max-width: 576px) {
	.cartbounty-pro-ei-left #cartbounty-pro-exit-intent-form-container{
		width: 90%;
	}
	.cartbounty-pro-ei-left #cartbounty-pro-exit-intent-form-content{
		padding: 10px 30px 20px;
	}
}

 /* Exit Intent Template
 * Fullscreen
 */
.cartbounty-pro-ei-fullscreen #cartbounty-pro-exit-intent-form-container{
	width: 100%;
	height: 100%;
	padding: 0;
	overflow-y: auto;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

.cartbounty-pro-ei-fullscreen #cartbounty-pro-exit-intent-form-content{
	position: relative;
	height: auto;
	max-width: 600px;
	width: 100%;
	padding: 20px 60px 30px;
	margin: auto;
}

.tooltipster-base{
	opacity: 1;
	position: absolute;
	-webkit-animation:		fadeInUp 0.4s;
	-moz-animation:			fadeInUp 0.4s;
	-ms-animation:			fadeInUp 0.4s;
	-o-animation:			fadeInUp 0.4s;
	animation:				fadeInUp 0.4s;
}

#cartbounty-pro-early-capture-form{
	max-width: 360px;
	-webkit-transition: 	all 0.2s ease-in-out;
	-webkit-transition: 	all 0.2s ease-in-out;
	-moz-transition: 		all 0.2s ease-in-out;
	-o-transition: 			all 0.2s ease-in-out;
	transition: 			all 0.2s ease-in-out;
}

.cartbounty-pro-ec-center#cartbounty-pro-early-capture-form{
	max-width: unset;
	min-width: unset;
}

.cartbounty-pro-fade-out{
	opacity: 0;
}

.cartbounty-pro-triangle{
	font-size: 20px;
	line-height: 20px;
	top: -12px;
	left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    font-family: arial;
    font-stretch: expanded;
    color: #fff;
    text-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.cartbounty-pro-ec-center .cartbounty-pro-triangle{
	display: none;
}

.tooltipster-top .cartbounty-pro-triangle{
	top: unset;
	bottom: -12px;
	transform: rotate(180deg);
}

.tooltipster-right .cartbounty-pro-triangle{
	top: 45%;
	left: -12px;
	transform: rotate(270deg);
}

.tooltipster-left .cartbounty-pro-triangle{
	left: unset;
	top: 45%;
	right: -12px;
	transform: rotate(90deg);
}

#cartbounty-pro-early-capture-form-content{
	position: relative;
	padding: 20px 30px;
	top: 0;
	background-color: #fff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:    3px 3px 9px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.4);
}

.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content{
	box-shadow: unset;
	-moz-box-shadow: unset;
	-webkit-box-shadow: unset;
	padding: 40px 60px 40px; 
}

#cartbounty-pro-exit-intent-submit,
#cartbounty-pro-early-capture-submit{
	display: inline-block;
	width: 36%;
	padding: 10px 5%;
	position: relative;
	margin: 0;
	height: 50px;
	float: none;
	min-width: unset;
	border: 0px none;
}

#cartbounty-pro-early-capture-form-content-top label{
	display: inline-block;
	width: 88%;
	text-align: left;
	cursor: pointer;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

#cartbounty-pro-exit-intent-form input,
#cartbounty-pro-early-capture-form input{
	width: 62%;
	min-width: unset;
	display: inline-block;
	height: 50px;
	vertical-align: top;
	padding: 12px 10px;
	margin: 0;
}

#cartbounty-pro-exit-intent-form input:focus,
#cartbounty-pro-early-capture-form input:focus{
	outline-color: transparent;
}

#cartbounty-pro-early-capture-submit,
#cartbounty-pro-early-capture-form input{
	font-size: 16px;
	line-height: 24px;
	height: 46px;
}

#cartbounty-pro-exit-intent-form input{
	padding-left: 15px;
	padding-right: 15px;
}

#cartbounty-pro-early-capture-form-content form{
	margin: 15px 0 0;
}

#cartbounty-pro-early-capture-close{
	display: inline-block;
	width: 12%;
	vertical-align: top;
	text-align: right;
	opacity: .3;
	position: relative;
	cursor: pointer;
}

#cartbounty-pro-early-capture-close svg{
	height: 12px;
	width: 12px;
}

.cartbounty-pro-ec-loader,
#cartbounty-pro-early-capture-submit svg{
	display: inline-block;
	position: absolute;
	z-index: 2;
	width: 26px;
	height: 20px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: 	all 0.6s ease-in-out .2s;
	-webkit-transition: 	all 0.6s ease-in-out .2s;
	-moz-transition: 		all 0.6s ease-in-out .2s;
	-o-transition: 			all 0.6s ease-in-out .2s;
	transition: 			all 0.6s ease-in-out .2s;
}

#cartbounty-pro-early-capture-submit svg{
	height: 35%;
}

#cartbounty-pro-early-capture-submit em{
	white-space: nowrap;
	font-style: normal;
	-webkit-transition: 	all 0.6s ease-in-out;
	-webkit-transition: 	all 0.6s ease-in-out;
	-moz-transition: 		all 0.6s ease-in-out;
	-o-transition: 			all 0.6s ease-in-out;
	transition: 			all 0.6s ease-in-out;
}

.cartbounty-pro-input-valid .cartbounty-pro-ec-loader,
.cartbounty-pro-loading #cartbounty-pro-early-capture-submit em,
.cartbounty-pro-input-valid #cartbounty-pro-early-capture-submit em,
.cartbounty-pro-loading .cartbounty-pro-input-valid #cartbounty-pro-early-capture-submit svg{
	opacity: 0;
}

.cartbounty-pro-loading .cartbounty-pro-ec-loader,
.cartbounty-pro-input-valid #cartbounty-pro-early-capture-submit svg{
	opacity: 1;
}

#cartbounty-pro-early-capture-form .cartbounty-pro-input-error input{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(190, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(190, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(190, 0, 0, 0.5);
}

.cartbounty-pro-ec-loader div {
	position: absolute;
	top: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.cartbounty-pro-ec-loader div:nth-child(1) {
	left: 0;
	animation: cartbounty-pro-ellipsis1 .8s infinite;
}

.cartbounty-pro-ec-loader div:nth-child(2) {
	left: 0;
	animation: cartbounty-pro-ellipsis2 .8s infinite;
}

.cartbounty-pro-ec-loader div:nth-child(3) {
	left: 10px;
	animation: cartbounty-pro-ellipsis2 .8s infinite;
}

.cartbounty-pro-ec-loader div:nth-child(4) {
	left: 20px;
	animation: cartbounty-pro-ellipsis3 .8s infinite;
}

@media screen and (max-width: 576px) {
	#cartbounty-pro-exit-intent-form input,
	.cartbounty-pro-ec-center#cartbounty-pro-early-capture-form input{
		width: 100%;
		margin-bottom: 10px;
	}

	.cartbounty-pro-ec-center #cartbounty-pro-early-capture-submit{
		padding-left: 15%;
		padding-right: 15%;
	}

	#cartbounty-pro-exit-intent-submit,
	#cartbounty-pro-early-capture-submit{
		width: auto;
	}

	#cartbounty-pro-exit-intent-form-container{
		padding: 30px 30px 20px;
	}

	.cartbounty-pro-ei-fullscreen #cartbounty-pro-exit-intent-form-content{
		padding: 10px 30px 20px;
	}

	.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content{
		padding: 30px;
	}
}

@media screen and (max-width: 320px) {
	#cartbounty-pro-early-capture-form input{
		width: 100%;
		margin-bottom: 10px;
	}

	#cartbounty-pro-exit-intent-form h2,
	.cartbounty-pro-ec-center #cartbounty-pro-early-capture-form-content-top label{
		font-size: 26px;
		line-height: 36px;
	}
}

@keyframes cartbounty-pro-ellipsis1 {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}

@keyframes cartbounty-pro-ellipsis3 {
	0% { transform: scale(1); }
	100% { transform: scale(0); }
}

@keyframes cartbounty-pro-ellipsis2 {
	0% { transform: translate(0, 0); }
	100% {  transform: translate(10px, 0); }
}

@-moz-keyframes cartbounty-pro-ellipsis1 {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}

@-moz-keyframes cartbounty-pro-ellipsis3 {
	0% { transform: scale(1); }
	100% { transform: scale(0); }
}

@-moz-keyframes cartbounty-pro-ellipsis2 {
	0% { transform: translate(0, 0); }
	100% {  transform: translate(10px, 0); }
}

@-webkit-keyframes cartbounty-pro-ellipsis1 {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}

@-webkit-keyframes cartbounty-pro-ellipsis3 {
	0% { transform: scale(1); }
	100% { transform: scale(0); }
}

@-webkit-keyframes cartbounty-pro-ellipsis2 {
	0% { transform: translate(0, 0); }
	100% {  transform: translate(10px, 0); }
}

@-o-keyframes cartbounty-pro-ellipsis1 {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}

@-o-keyframes cartbounty-pro-ellipsis3 {
	0% { transform: scale(1); }
	100% { transform: scale(0); }
}

@-o-keyframes cartbounty-pro-ellipsis2 {
	0% { transform: translate(0, 0); }
	100% {  transform: translate(10px, 0); }
}

@-ms-keyframes cartbounty-pro-ellipsis1 {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}

@-ms-keyframes cartbounty-pro-ellipsis3 {
	0% { transform: scale(1); }
	100% { transform: scale(0); }
}

@-ms-keyframes cartbounty-pro-ellipsis2 {
	0% { transform: translate(0, 0); }
	100% {  transform: translate(9px, 0); }
}

@keyframes fadeInUp {
	0% { opacity: 0; transform: translate(0, -10px); }
	100% { opacity: 1; transform: translate(0, 0); }
}

@-moz-keyframes fadeInUp { 
	0% { opacity: 0; transform: translate(0, -10px); }
	100% { opacity: 1; transform: translate(0, 0); }
}

@-webkit-keyframes fadeInUp {
	0% { opacity: 0; transform: translate(0, -10px); }
	100% { opacity: 1; transform: translate(0, 0); }
}

@-o-keyframes fadeInUp {
	0% { opacity: 0; transform: translate(0, -10px); }
	100% { opacity: 1; transform: translate(0, 0); }
}

@-ms-keyframes fadeInUp {
	0% { opacity: 0; transform: translate(0, -10px); }
	100% { opacity: 1; transform: translate(0, 0); }
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes fadeIn { 
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes fadeInBackdrop {
	0% { opacity: 0; }
	100% { opacity: .5; }
}

@-moz-keyframes fadeInBackdrop { 
	0% { opacity: 0; }
	100% { opacity: .5; }
}

@-webkit-keyframes fadeInBackdrop {
	0% { opacity: 0; }
	100% { opacity: .5; }
}

@-o-keyframes fadeInBackdrop {
	0% { opacity: 0; }
	100% { opacity: .5; }
}

@-ms-keyframes fadeInBackdrop {
	0% { opacity: 0; }
	100% { opacity: .5; }
}