@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*====Fonts====*/
@font-face {
    font-family: 'Inter';
    src:url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight:800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('PlusJakartaSans-ExtraBold.woff2') format('woff2'),
	url('PlusJakartaSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN_CSS_START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*===Header====*/
.header{
	float:left;
	width:100%;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	background:#fff;
	padding:8px 0;
	position:relative;
	}
.header_logo{
	float:left;
	width:173px;
	margin-top:2px;
	}
.secure_chek{
	float:right;
	width:125px;
	}
.header_text{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	}
.header_text2{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	}
.header_text .stopwatch{
	font-weight:bold;
	color:#ff4444;
	width:47px;
	display:inline-block;
	}
.header_text2 .stopwatch{
	font-weight:bold;
	}
.header_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 7px 0 0;
	width:18px;
	}
.header_text2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 7px 0 0;
	width:18px;
	}

/*====package_section====*/
.package_section{
	float:left;
	width:100%;
	padding:17px 0 60px;
	}
.package_text{
	display:inline-block;
	vertical-align:middle;
	padding:8px 35px 4px;
	background:#b0ffba;
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	border-radius:5px;
	position:relative;
	}
.package_text:after{
	position:absolute;
	content:"";
	bottom:-7px;
	left:50%;
	margin-left:-9px;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	border-top:7px solid #b0ffba;
	}
.package_row{
	float:left;
	width:100%;
	margin-top:35px;
	}
.package{
	float:left;
	width:31.33%;
	border:2px solid #dddddd;
	border-radius:8px;
	padding:15px 10px 20px;
	position:relative;
	overflow: hidden;
	}
.package.pakge2{
	margin:0 3%;
	}
.package.selected{
	border:3px solid #5d9dde;
	box-shadow:0 0 15px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 15px 5px rgba(0,0,0,0.1);
	}
.pkg_popular {
    position: absolute;
    left: -53px;
    top: -15px;
    background: #ff0000;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 40px 6px;
    width: 145px;
	}
.pakge_type {
    float: left;
    width: 100%;
    font-size:18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 5px;
	}
.pakge_heading{
	float:left;
	width:100%;
	font-size:35px;
	line-height:42px;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.pkgge_benefit_strip{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	background:#fdee4c;
	padding:5px 10px;
	margin-top:7px;
	}
.pkgge_benefit_strip span{
	font-weight:bold;
	padding:0 8px;
	}
.pakge_prod_box{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin:15px 0 10px;
	}
.pakge_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:250px;
	}
.pakge_seal{
	position:absolute;
	right:-20px;
	top:10px;
	background:url(../images/off-seal.webp) no-repeat center center;
	width:85px;
	height:85px;
	background-size:100%;
	font-weight:700;
	font-size:20px;
	line-height:22px;
	color:#fff;
	text-transform:uppercase;
	padding:22px 0 0;
	text-align:center;
	}
.pakge1 .pakge_seal {
    right: 10px;
	}
.pakge_decp_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:500;
	padding:0 10px;
	letter-spacing:0.3px;
	}
.pakge_price_box{
	float:left;
	width:100%;
	padding:10px 0 20px;
	}
.cut_price{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#5b5b5b;
	font-weight:500;
	position:relative;
	}
.cut_price span{ position:relative;}
.cut_price span:after{
	position:absolute;
	content:"";
	left:-4px;
	right:-3px;
	top:48%;
	transform:rotate(-9deg);
	border-top:2px solid #ff1800;
	}
.pkg_price{
	float:left;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:15px;
	}
.recent_price{
	font-size:55px;
	line-height:50px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.per_btl{
	padding-left:8px;
	text-align:left;
	font-size:14px;
	line-height:15px;
	letter-spacing:0.3px;
	color:#000;
	}

.total_price{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	letter-spacing:0.5px;
	}
.pakge_pay_text{
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#000;
	text-decoration:underline;
	margin-top:10px;
	letter-spacing:0.3px;
	font-weight:300;
	}
.pakge_pay_text img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
	height:32px;
	}
.free_ship{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	font-weight: 600;
	color:#000;
	margin-bottom:10px;
	}
.free_ship img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 7px 0 0;
	}
a.pakge_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:94%;
	background:#00c609;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	height:60px;
	border-radius:7px;
	text-transform:uppercase;
	line-height:61px;
	}
.active.pakge_btn{
	background:#fdee4c;
	color:#000;
	}
.active.pakge_btn span{color:#000;}
a.pakge_btn img{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-4px 10px 0 0;
	}
.pakge_pay_card{
	display:inline-block;
	vertical-align:middle;
	margin:15px auto 0;
	max-width:100%;
	width:165px;
	}
.pakge_btn_text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:0 0 5px 0;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:500;
	}
/*====promise_strip====*/
.promise_strip{
	float:left;
	width:100%;
	padding:15px 0;
	background:#f7f7f7;
	}
ul.promise_list{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	align-items: center;
	gap: 20px;
	}
ul.promise_list li{
	display: flex;
	align-items: center;
	text-align:left;
	gap: 10px;
	}
ul.promise_list li img{
	display:inline-block;
	vertical-align:middle;
	width:36px;
	}
ul.promise_list li p{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	padding-top:7px;
	}


/*====checkout_section====*/
.checkout_section{
	float:left;
	width:100%;
	padding:60px 0;
	}
.checkout-sec_row{
	float: left;
    width: 100%;
	}
	
.select-line-list{
	float:left;
	width:100px;
	margin-top:0;
	}
.select-line-list-col{
	float:left;
	width:100%;
	}
.slct-step{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin:0 auto 10px;
	width:70px;
	height:70px;
	border-radius:50%;
	background:#d8d8d8;
	color:#fff;
	font-size:34px;
	font-weight:bold;
	position:relative;
	}
.select-line-list-col p{
	font-size:17px;
	line-height:22px;
	color:#b5b5b5;
	font-weight:600;
	}
.select-line-list-col.active  p{color:#000000;}
.select-line-bar{
	display:block;
	margin:10px auto;
	width:3px;
	height:940px;
	background:#d8d8d8;
	}
.select-line-bar2{ height:395px;}
.select-line-bar3{ height:220px;}
.active .select-line-bar{background:#ec8b00;}
.active .slct-step{background:#ef531c;}

/*==================*/
.chkout-rght-side{
	float:right;
	width:calc(100% - 125px);
	}
	
.checkout_left{
	float:left;
	width:52%;
	}
.chk_ship_sec{
	float:left;
	width:100%;
	}
.chk_heading_box{
	float:left;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #d7d7d7;
	text-align:left;
	position:relative;
	margin-bottom:15px;
	}
.chk_heading_box p{
	float:left;
	width:100%;
	font-size:28px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}
.chk_heading_box span{
	float:left;
	width:100%;
	margin-top:5px;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	letter-spacing:0.5px;
	}
.chk_head_seal{
	position:absolute;
	right:0;
	top:0;
	width:110px;
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:10px 0 10px;
	}
.frm-flds.fl{float:left;}
.frm-flds.fr{float:right;}
.frm-flds.half-fld{width:49%;}
.frm-flds.drop-fld, .frm-flds.city-fld{width:34%; margin-right:1%;}
.frm-flds.zip-fld{width:30%;}
.frm-flds.exp-flds{width:60%;}
.frm-flds.cvv-flds{width:38%;}

.selcet-fld {
    background: url(../images/select.svg) no-repeat right 12px center #fff;
    padding-right: 40px;
	}
	
.frm-flds label{
	float:left;
	width:100%;
    font-size:16px;
	text-align:left;
    font-weight: 400;
    line-height: 22px;
    color: #000;
	margin-bottom:3px;
	padding-left:2px;
	}
.input-flds, .selcet-fld{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #d7d7d7;
	height:50px;
	padding:8px 15px;
	border-radius: 5px;
	color: #000;
	font-family: 'Inter';
	font-weight:normal;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:15px;
	-webkit-appearance:none;
	}
.input-flds::placeholder, .selcet-fld::placeholder{}	
.frm-flds .fl-is-active .input-flds{	
	padding-top: 1em;
    padding-bottom: 0.35714em;
	}
.input-flds:focus{
	border:1px solid #31a42c;
	box-shadow:0 0 0 1px #31a42c;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.frm-flds .fl-is-active .selcet-fld {
    padding-top: 1em;
    padding-bottom: 0.3571428571em;
	}
/* Add this to your CSS */
.address-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
  }
  
  .address-row .frm-flds {
	margin-right: 2%;
  }
  
  .address-row .frm-flds:last-child {
	margin-right: 0;
  }
  
  .address-row .frm-flds.city-field {
	width: 32.66%;
  }
  
  .address-row .frm-flds.state-field {
	width: 32.66%;
  }
  
  .address-row .frm-flds.zip-field {
	width: 32.66%;
  }
  
  @media only screen and (max-width: 767px) {
	.address-row {
	  flex-direction: column;
	}
	
	.address-row .frm-flds,
	.address-row .frm-flds.city-field,
	.address-row .frm-flds.state-field,
	.address-row .frm-flds.zip-field {
	  width: 100%;
	  margin-right: 0;
	}
  }
.payment-field{
	float:left;
	width:100%;
	}
.payment-field.hlf{width: 49%;}
.payment-field.fr{ float:right;}

.date_strip{
	float:left;
	width:100%;
	margin-top:15px;
	background:#fffcd5;
	padding:12px 20px;
	font-size:17px;
	line-height:25px;
	color:#000;
	text-align:left;
	letter-spacing:0.5px;
	}
.date_strip span{
	font-weight:600;
	color:#fe241e;
	}
.date_strip img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 7px 0 0;
	}
.check_pay_sec{
	float:left;
	width:100%;
	margin-top:55px;
	}
.paypal-box{
	float:left;
	width:100%;
	border:1px solid #e3e3e3;
	background:#fff;
	border-radius:5px;
	margin-top:30px;
	text-align:center;
	padding:0 10px 15px;
	}
.paypal-box span{
	display:inline-block;
	vertical-align:middle;
	margin:-15px 0 10px;
	font-size:16px;
	line-height:18px;
	color:#000000;
	font-weight:600;
	background:#fff;
	padding:0 10px;
	}
.express_chk{
	display: flex;
    justify-content: space-between;
    gap: 5px;
	}
.paypalbtn{
	display: flex;
    align-items: center;
    justify-content: center;
	height: 40px;
	padding:5px;
	background: #ffc439;
	color: #111;
	box-sizing: border-box;
	border-radius:4px;
	width:24%;
	box-shadow:1px 2px 2px 0 rgba(0,0,0,0.1);
	}
.paypalbtn img{height:18px; display:inline-block; vertical-align:middle;}
.klarna_pay_btn{ background:#ffb3c7;}
.apple-btn{background:#f2f2f2;}
.gpay-btn{background:#000;}


.alternate-payment-opt{
	float:left;
	width:100%;
	text-align:center;
	margin-top:25px;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size:16px;
    line-height:24px;
    text-align: center;
    color: #000000;
	}
.alternate-payment-opt span{
	display: inline-block;
    padding: 0 1em;
	}
.alternate-payment-opt span img{
	display: inline-block;
	vertical-align:middle;
	margin-top:-3px;
	}
.alternate-payment-opt::after, .alternate-payment-opt::before {
	content: '';
	display: inline-block;
	height: 1px;
	background: #e3e3e3;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	}
.payoptbox{
	float: left;
    width: 100%;
	background:#fff;
	position:relative;
	margin-top:20px;
	}
.payment-cards-box{
	float: left;
    width: 100%;
	padding:15px 0 0;
	}
.payment-cards-box p{
	float:left;
	font-weight: 400;
    color: #000000;
	font-size:16px;
	line-height:22px;
	}
.payment-cards-box img{
	float:right;
	margin:0 0 0 0;
	width:160px;
	}
.payment-cards-box small{
	float:right;
	margin:5px 0 0 5px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:13px;
	cursor:pointer;
	}
.special_upgrades-box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.offerBox{
	float:left;
	width:100%;
	border:1px solid #a3a3a3;
	margin-top:10px;
	border-radius:7px;
	}
.ofrbx-top{
	float:left;
	width:100%;
	background:#ffe774;
	padding:0 10px;
	text-align:center;
	border-radius:7px 7px 0 0;
	align-items: center;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	border-bottom:2px dashed #fff;
	}
.fieldToggle{
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 14px 0 14px 38px;
	}
.fieldToggle input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.fieldToggle input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	position: relative;
	background: #fff;
	border:1px solid #ccc;
    margin-left: 5px;
	}
.fieldToggle input[type=checkbox] + span {
	position: absolute;
	left: 0;
	}
.fieldToggle input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/blk_tik.svg) no-repeat center center;
	background-size: 100%;
	left: 1px;
	top: 1px;
	}
.ofrbx-mdl{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	padding:15px 15px;
	margin-top:10px;
	text-align:left;
	}
.ofr-img {
	width: 100px;
	background: #fff;
	height: 125px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ofr-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.ofrbx-md-right{
	width:calc(100% - 100px);
	padding-left:20px;
	text-align:left;
	}
.offrbx_price{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.offrbx_price span{
    display: inline-block;
	vertical-align:middle;
    color: #454545;
    font-weight: normal;
    margin:0 12px 0 0;
    position: relative;
	}
.offrbx_price span:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top:10px;
    border-top: 1px solid #ff3636;
    transform: rotate(-12deg);
	}
.offrbx-txt2{
	font-size:16px;
	line-height:24px;
	color:#000;
	}
.icon-red-arrow{
	margin:0px 15px 0 0;
	}
.icon-red-arrow-r{
	margin:0px 0 0 15px;
	}
.offr-bx-img{
	display:inline-block;
	vertical-align:middle;
	}	
	
.tadda2 {
	animation-name: tadda2;
	-webkit-animation-name: tadda2;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda2 {
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}
.tadda2R {
	animation-name: tadda2R;
	-webkit-animation-name: tadda2R;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda2R {
	0% {transform:translateX(0px)}
	50% {transform: translateX(-15px);}
	100% {transform: translateX(0px);}
	}	

.shipping_box{
	float:left;
	width:100%;
	margin-top:35px;
	}
.shipping_row{
	float:left;
	width: 100%;
    margin-top:8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 17px;
	}
.shipping_col{
	width: 100%;
    float: left;
    background: #f2f2f2;
    border-radius: 7px;
    border: 2px solid #cccccc;
    cursor: pointer;
	position:relative;
	padding:15px 15px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	}
.shipping_col.active {
    background: #fff;
    border-color: #40c10f;
    transition: all 0.5s ease;
	}
.ship_radio_opt{
	width:5%;
	padding:0;
	margin-top:0;
	}
.ship_radio_opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.ship_radio_opt input[type='radio'] + span{
	width:20px;
	height:20px;
	background:#fff;
	border-radius:50%;
	border:1px solid #bdbdbd;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.ship_radio_opt input[type='radio']:checked + span{background:#40c10f; border:1px solid #40c10f;}
.ship_radio_opt input[type='radio']:checked + span:before{
	content:'';
	position:absolute;
	width:9px;
	height:9px;
	background:#fff;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	}
.shipping_col.active .ship_radio_opt input[type='radio']:checked + span{background:#40c10f; border:1px solid #40c10f;}
.shipping_col.active .ship_radio_opt input[type='radio']:checked + span:before{background: #fff;}
.shiping-icon{
	width:60px;
	padding-left:10px;
	}
.shiping-icon img{
	max-width:100%;
	display:block;
	margin:0 auto;
	}
.shipping_info{
	width:62%;
	text-align:left;
	padding-left:10px;
	}
.shipping_info_text1{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:500;
	}	
.shipping_info_text2{
	font-size:16px;
	line-height:17px;
	color:#454545;
	margin-top:10px;
	}		
.shipping_priceBx{
	width:25%;
	text-align:right;
	}
.shipping_price{
	display:inline-block;
	font-size:20px;
	line-height:20px;
	color:#454545;
	font-weight:500;
	position:relative;
	}
		
.frm-submit{
	float:right;
	width:100%;
	background:#da1333;
	padding:18px 15px;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	outline:none;
	text-transform:uppercase;
	letter-spacing:0.5px;
    font-family: 'Inter';
	text-transform:uppercase;
	cursor:pointer;
	border-radius: 5px;
	margin-top:25px;
	}
.frm-submit span{
	font-weight:bold;
	font-size:30px;
	line-height:38px;
	}
.frm-submit span img{
    display: inline-block;
    vertical-align: middle;
    margin: -8px 3px 0 0;
    width: 18px;
	}
.frm-submit p{
	font-size:15px;
	line-height:18px;
	margin-top:3px;
	}
.chek_gurnt_seal{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:400px;
	margin-top:20px;
	}
.checkout_right{
	float:right;
	width:43%;
	}
.money_back_box{
	float:left;
	width:100%;
	margin-top:70px;
	border:2px solid #e1e1e1;
	background:#fff;
	border-radius:10px;
	}
.mbg_seal{
	display:inline-block;
	vertical-align:middle;
	margin:-66px auto 0;
	}
.money_back_head{
	float:left;
	width:100%;
	font-size:28px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	padding:22px 40px 14px;
	margin-top:20px;
	background:#f2f2f2;
	}
.money_back_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	color:#000;
	font-weight:normal;
	padding:25px 35px 20px;
	letter-spacing:0.5px;
	}
.chk_right_head{
	float:left;
	width:100%;
	position:relative;
	margin-top:55px;
	font-size:24px;
	line-height:30px;
	font-weight:600;
	}
.chk_right_head:before{
	position:absolute;
	content:"";
	border-top:1px solid #2e2e2e;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	}
.chk_right_head span{ position:relative; background:#fff; padding:0 10px;}
ul.chk_right_list{
	float:left;
	width:100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:20px;
	}
ul.chk_right_list li{
	float:left;
	width:33.33%;
	text-align:center;
	margin-top:10px;
	}
ul.chk_right_list li img{
	display:block;
	margin:0 auto 7px;
	width:40px;
	}
ul.chk_right_list li p{
	float:left;
	width:100%;
	font-size:15px;
	line-height:25px;
	font-weight:500;
	}
ul.brand_trust_list{
	float:left;
	width:100%;
	}
ul.brand_trust_list li{
	float:left;
	width:100%;
	margin-top:45px;
	padding:0 0 0 115px;
	position:relative;
	text-align:left;
	}
ul.brand_trust_list li:last-child{ border:none; padding-bottom:0;}
ul.brand_trust_list li img{
	position:absolute;
	left:0;
	top:0;
	width:95px;
	}
ul.brand_trust_list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}
ul.brand_trust_list li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:25px;
	color:#000;
	font-weight:normal;
	letter-spacing:0.3px;
	margin-top:8px;
	}


.order_sumrybox{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:0 20px;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}		
.sumry-hdng{
	/*background: url(../images/summary_arw.png) no-repeat right center;*/
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:left;
	font-weight:600;
	padding:20px 30px 15px 0;
	cursor: pointer;
	letter-spacing:0.5px;
	}
.sumry-hdng.active {
    background: url(../images/summary_arw_act.png) no-repeat right center;
	}
.order_sumry_details{
	float:left;
	width:100%;
	border-top:1px solid #d7d7d7;
	padding:15px 0 20px;
	}
.prod-box{
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.ord-lft{
    width: 75%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.prod-img{
    width: 80px;
    height: 80px;
    position: relative;
	border-radius:5px;
    border: 1px solid #d7d7d7;
    padding: 9px;
	}
.prod-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
	}
.prod-img p{
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #1b71bd;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
	}
	
.odr-rgt{
    width: calc(100% - 80px);
    padding-left: 20px;
	text-align:left;
	}
.ord-title{
	text-align:left;
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:500;
	}
.ord-supply{
	text-align:left;
	font-size:15px;
	line-height:22px;
	color:#000;
	}
.otp-text{
	font-size:15px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	}
.ord-desc{
	color: #717171;
	font-size:13px;
	}
.ord-right{
	width:22%;
	}
.ord-right p{
    float: right;
    color: #000;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
	font-weight:600;
	}
.ord-right p span:first-child {
	font-size: 13px;
	line-height: 13px;
	color: #454545;
	font-weight: normal;
	position: relative;
}

.ord-right p span.product-original-price:before {
	content: "";
	position: absolute;
	left: -4px;
	top: 44%;
	border-bottom: 1px solid #454545;
	right: -4px;
	transform: rotate(-1deg);  
}	
.devider-cp{
	float:left;
	width:100%;
	margin:10px 0;
	height:1px;
	background:#d7d7d7;
	}
.summry_list{
	float:left;
	width:100%;
	}
.save_odr{
	background:#fff58d;
	border-radius:5px;
	padding:5px 10px 5px;
	margin:10px 0;
	}
.cart-table{
	width:100%;
	color: #000;
	font-size:16px;
	line-height:30px;
	letter-spacing:0.3px;
	}
.cart-table .total-txt{
	font-size:20px;
	line-height:32px;
	color:#000;
	font-weight:600;
	}	
.green{ color:#17ba31;}	
.apply-cuppon {
    float: left;
    width:100%;
	margin:10px 0 15px;
	overflow:hidden;
	border-radius:5px;
	}
.apply-cuppon input{
    float: left;
    width:calc(100% - 100px);
    background: #fff;
    border: 1px solid #a4a4a4;
	border-radius:5px 0 0 5px;
	font-family: 'Inter';
	font-weight:500;
    font-size: 15px;
    height:45px;
    color: #000;
    padding: 5px 12px;
	-webkit-appearance:none;
	outline:none;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.apply-cuppon input:focus{
	border:1px solid #40c10f;
	box-shadow:0 0 0 1px #40c10f;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.apply-cuppon button{
    float: right;
    width:100px;
	font-family: 'Inter';
    height:45px;
    line-height:36px;
    background: #41c00e;
	padding-bottom:0;
    font-size: 17px;
    color: #ffffff;
	text-align:center;
	border:none;
	outline:none;
	font-weight: 500;
	cursor:pointer;
}
.coupon-message {
	margin-top: 8px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
.coupon-message.success {
	color: #00a046;
}
.coupon-message.error {
	color: #e74c3c;
}
.coupon-applied {
	margin-top: 0;
	border: 1px dashed #00a046;
	padding: 6px 10px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(0, 160, 70, 0.05);
}
.coupon-applied span {
	color: #00a046;
	font-weight: 500;
}
.coupon-applied button {
	background: none;
	border: none;
	color: #888;
	cursor: pointer;
	font-size: 14px;
}
.coupon-applied button:hover {
	color: #e74c3c;
}
.removeCoupon{
	width: auto !important;
	background: none !important;
}
/* For coupon discount line in summary */
.discount-line {
	color: #00a046;
}
/* Spinner animation styles */
.spinner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.spinner-circle {
	stroke-dasharray: 60;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: spinner-animation 1s linear infinite;
}

@keyframes spinner-animation {
	0% {
		transform: rotate(0deg);
		stroke-dashoffset: 60;
	}
	50% {
		stroke-dashoffset: 0;
	}
	100% {
		transform: rotate(360deg);
		stroke-dashoffset: -60;
	}
}

.cpnBtn .spinner svg {
	vertical-align: middle;
	margin: 0 auto;
}

.cpnBtn {
	min-width: 75px;
}

/*====reviews_section====*/
.reviews_section{
	float:left;
	width:100%;
	padding:55px 0 65px;
	background:#fafafa;
	overflow:hidden;
	}
.common_heading{
    font-size:50px;
	line-height:56px;
	color:#000;
	font-weight:800;
	font-family: 'Plus Jakarta Sans';
	letter-spacing:-0.3px;
	}	
.review_box{
	display:flex;
    display:-webkit-flex;
	flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:40px auto 0;
	}
.review_col{
	width:31.2%;
	display: flex;
	display:-webkit-flex;
    justify-content: space-between;
    flex-direction: column;
	}
.rev_img_bx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-bottom:20px;
	}
.review_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.review_contentBx{
	width:100%;
	display:flex;
    display:-webkit-flex;
    justify-content:space-between;
	flex-direction: column;
	flex: 1;
	text-align:left;
	}
.review_inr{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	}
.review_star{
	display:inline-block;
	vertical-align:middle;
	width:105px;
	margin-bottom:10px;
	}
.review_heading{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin-bottom:10px;
	}
.review_text{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:400;
	margin-bottom:20px;
	}
.rev_name_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#8f8f8f;
	}
.rev_name_row span{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.rev_very{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 3px 0 7px;
	}	

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	background:#ffffff;
	}
.footer_logo{
	display:block;
	margin:0 auto 25px;
	width:173px;
	}
.footer_text{
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	}
.footer_text a{
	color:#000;
	padding:0 6px;
	}
	
/*=======================*/
.showTab, .showMob{ display:none !important;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}


.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(10px);}
	100% {transform: translateY(0px);}
	}
	
/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.package{ width:32%;}
.pakge_type{ font-size:15px;}
.package.pakge2{margin: 0 2%;}

.pkgge_benefit_strip{ font-size:14px; line-height:22px;}
.pkgge_benefit_strip span{ padding:0 6px;}
.pakge_decp_text{ font-size:13px; padding:0 5px; letter-spacing:0;}
.pakge_heading{ font-size:30px; line-height:36px;}

.chk_head_seal {top: 9px;width: 85px;}
.date_strip{font-size: 15px;}

.common_heading{ font-size: 43px; line-height: 49px;}

ul.promise_list li img{ max-width:90%;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.package{ width:32%;}
.package.pakge2{ margin:0 2%;}
.pkgge_benefit_strip{ font-size:11px; line-height:18px; padding:5px 5px 2px;}
.pkgge_benefit_strip span{ padding:0 4px;}
a.pakge_btn{ font-size:18px; height:55px; line-height:55px; border-radius:7px;}
a.pakge_btn img{ width:19px;}
.pakge_btn_text{ font-size:13px; line-height:17px;}

.pkg_popular {left: -57px;top: -13px;font-size: 11px;line-height: 11px;padding: 20px 50px 4px;width: 137px;}
.pakge_prod{width: 190px;}
.pakge_seal{width: 70px; height: 70px;font-size: 18px; line-height: 19px;padding: 21px 0 0;}

ul.promise_list li{width: 25%;}
ul.promise_list li p{ font-size:16px; line-height:20px;}

.select-line-list{ margin-top:0; width:100%;}
.select-line-list-col{ width:33.33%;position:relative;}
.select-line-bar{ height:3px !important; position: absolute; right:-30%; width: 60%;top: 25px;}

.slct-line-row{float:left;width:100%;}
.select-fix-nav .slct-line-row{
	position: fixed;
	z-index: 11;
	left:0;
	top: 0;
	padding:10px 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);
	}
.chkout-rght-side{ width:100%; margin-top:40px;}

.checkout_right{ width:100%;}
.checkout_left{ width:100%; }
.chk_heading_box p{ font-size:22px; line-height:26px;}
.chk_heading_box span{ font-size:16px; line-height:20px;}
.chk_head_seal{ width:70px;}
.money_back_head{ padding:20px 20px 15px; font-size:24px; line-height:30px;}
.money_back_text{ padding:20px 15px 20px;}
.date_strip{padding:10px 8px 6px;font-size:14px;}
.date_strip img{ width:20px;}

.chk_right_head{ font-size:17px; line-height:25px;}
ul.chk_right_list li img{ width:45px;}
ul.chk_right_list li p{ font-size:15px; line-height:20px;}
ul.brand_trust_list li{ padding:0 0 0 75px;margin-top: 30px;}
ul.brand_trust_list li img{ width:65px;}
ul.brand_trust_list li span{ font-size:17px; line-height:26px;}
ul.brand_trust_list li p{ margin-top:5px;}

.order_sumrybox{ margin-bottom:40px;}
.summry_tog{ display:none;}
.sumry-hdng-m{
	background: url(../images/summary_arw.png) no-repeat right center;
	}
.sumry-hdng-m.active {
    background: url(../images/summary_arw_act.png) no-repeat right center;
	}

.common_heading{ font-size: 36px; line-height: 42px;}
.review_col{ width:32%;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none !important;}
.showMob{display:block !important;}
.hideMob{ display:none !important;}

.header{ padding:7px 0;}
.header_logo{ width: 140px; margin-top: 6px;}

.package_section{ padding:25px 0 30px;}
.header_text{ margin-top:0; background:#feefa6; padding:6px 10px 7px; font-weight:500; border-radius:7px; font-size:16px; width:100%;}
.header_text img{ margin:-1px 7px 0 0;}
.stopwatch2{ width:47px; display:inline-block; vertical-align:middle;}
.package_text{ display:none; margin-top:15px;}

.package_row{display:flex;flex-wrap:wrap;justify-content:space-between; margin-top:0;}
.package, .package.pakge2{ margin:20px 0 0; width:100%; padding:10px 15px 15px;}
.pakge1{order:3;}
.pakge2{order:1;}
.pakge3{order:2;}
.pkgge_benefit_strip{ font-size:14px; line-height:20px; padding:5px 10px; margin-top:5px;}
.pkgge_benefit_strip span{ padding:0 6px;}
.mobile_pkg_box{ float:left; width:100%;display:flex;flex-wrap:wrap;align-items: center;justify-content: center; padding:5px 0;}
.pakge_prod_box{ width:42%;}
.pakge_price_box{ width:58%; padding:0;}
.recent_price{ font-size:36px; line-height:36px;}
.cut_price{ font-size:17px; line-height:21px;}
.recent_price small{ font-size:13px; line-height:13px;}
.total_price{ margin-top:10px;}
.pakge_decp_text{ display:none;}
.pakge_pay_text{ font-size:10px; line-height:17px; letter-spacing:0; margin-top:5px;}
.pakge_pay_text img{ width:35px;}
.pakge_seal {width: 60px;height: 60px;font-size: 16px;line-height: 16px;padding: 15px 0 0;top: 0px;}
.pakge1 .pakge_seal {right: 5px;}
.pkg_popular{padding: 25px 50px 4px;}

.pakge_pay_card{ margin:10px auto 0;}

ul.promise_list{flex-wrap: wrap; row-gap:18px;justify-content: center;}
ul.promise_list li {width: 45%;}
ul.promise_list li p {font-size: 15px;line-height:18px; letter-spacing:0.5px; padding:0;}

.slct-line-row{ width:calc(100% + 30px); margin-left:-15px;}
.slct-step{ width:38px; height:38px;font-size: 21px;}
.active .slct-step:after{ background-size:20px;}
.select-line-list-col p{font-size: 14px;line-height: 16px;}
.select-line-bar{top: 9px;}

.checkout_section{ padding:30px 0;}
.checkout_left{ width:100%;}
.chk_heading_box{ margin-bottom:10px;}
.chk_heading_box p{ font-size:20px; line-height:26px;}
.chk_heading_box span{ font-size:15px; line-height:20px; letter-spacing:0; margin-top:3px;}
.frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld,.frm-flds.city-fld {width: 100%;margin-right: 0;}
.alternate-payment-opt{font-size: 1em;}
.payment-flds-box .frm-flds.half-fld{ width:49%;}

.check_pay_sec{ margin-top:30px;}
.paypal-box{ padding:0 10px 15px;}
.paypal-box span{ margin:-15px 0 5px;}
.paypalbtn img{height: 16px;}
.express_chk{gap: 10px; flex-wrap: wrap;}
.paypalbtn{ width:48%;}

.express_chk .paypalbtn{ width: 48% !important;}
.express_chk .paypalbtn:only-child{ width: 100% !important;}

/* When there are exactly 3 buttons, make the 3rd one centered */
.express_chk:has(.paypalbtn:nth-child(3):last-child) .paypalbtn:last-child{ margin-left: auto; margin-right: auto;}

.alternate-payment-opt{ margin-top:15px;}
.payoptbox{ margin-top:10px;}

.date_strip{ font-size: 13px; line-height: 22px; letter-spacing: normal; padding: 6px 10px;}
.date_strip img {width: 17px;margin: -3px 5px 0 0;}

.frm-submit{ padding:14px 10px 12px;}
.frm-submit span{ font-size:24px; line-height:30px;}
.frm-submit p{ font-size:11px; line-height:14px;}
.frm-submit span img{ width:15px; margin:-4px 2px 0 0;}

.shipping_box{ margin-top:25px;}
.shipping_row{ margin-top:2px; row-gap:15px;}	
.shipping_col { padding: 10px 10px; min-height:80px;}
.shipping_info { width: 65%;}
.shiping-icon { width: 50px;padding-left: 8px;}
.shipping_info_text1 { font-size:18px; line-height:18px;}	
.shipping_info_text2{ font-size:15px; line-height:15px;margin-top: 5px;}
.shipping_price{ font-size:18px; line-height:18px;}

.special_upgrades-box{ margin-top:25px;}
.icon-red-arrow, .icon-red-arrow-r {display: none;}
.fieldToggle{ text-align:left; font-size:18px;padding: 8px 0 8px 27px;}
.fieldToggle input[type=checkbox] + span{width: 20px;height: 20px; margin:0 0 0;}
.fieldToggle input[type=checkbox]:checked + span:after{width: 17px;height: 17px; top:0; left:0;}
.ofrbx-mdl{ padding:15px 10px;}
.ofrbx-md-right {padding-left: 15px;}
.offrbx-txt2 { font-size: 14px; line-height: 21px; margin-top: 5px;}

.ord-title{ font-size:16px;}

.checkout_right{ width:100%;}
.mbg_seal{margin:-53px auto 0;width:150px;}
.money_back_head{padding: 15px 20px 10px;font-size: 20px;line-height: 22px;}
.money_back_text{ padding:15px 12px; font-size:15px; line-height:22px;}

.chkout-rght-side {margin-top: 29px;}
.chk_right_head{ margin-top:30px;}
ul.chk_right_list{ margin-top:0;}
ul.chk_right_list li img {width: 35px;}
ul.chk_right_list li p{ font-size:15px; line-height:17px;}
ul.chk_right_list li{ margin-top:25px;width: auto;}

ul.brand_trust_list li p{ font-size:15px; line-height:22px;}

.order_sumrybox{ padding:0 15px;margin-bottom: 25px;}
.prod-img{ width: 75px; height: 75px;}	
.odr-rgt{ width: calc(100% - 75px); padding-left: 16px;}
.sumry-hdng{padding: 12px 20px 12px 0;font-size: 18px;line-height: 24px;}

.reviews_section{ padding:25px 0 35px;}
.common_heading{ font-size:26px; line-height: 30px; letter-spacing: normal;}
.review_box{ margin:30px auto 0; row-gap:35px; padding:0 5px;}
.review_col{ width:100%;}
.rev_img_bx{ margin-bottom:15px;}
.review_star{ width:90px;}
.review_heading{ font-size:18px; line-height:24px;}
.review_text{ margin-bottom:15px;}
.rev_name_row{ font-size:12px; line-height:16px;}
.rev_name_row span{ font-size:16px; line-height:16px;}

.footer{ padding:25px 0 20px;}
.footer{ padding:0 0 25px;}
.footer_logo{ display: block; margin: 25px auto 18px; width: 140px;}
.footer_text{ font-size:14px; line-height: 21px;}
.footer_text a{ padding:0 4px;}

}


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}