@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter Tight';
	letter-spacing:0.5px;
}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; /* height:auto; */}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

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

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

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

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

@font-face {
	font-family: 'Inter Tight';
	src: url('/fonts/InterTight/InterTight-SemiBold.woff2') format('woff2'),
	url('/fonts/InterTight/InterTight-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*-----------------------
CSS FOR MAIN CSS START
------------------------*/
.container{
	width:1030px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

/*-----------------------
CSS FOR TOP STRIP
------------------------*/
.top_strip{
	float:left;
	width:100%;
	background:#000;
	padding:8px 0;
}
.top_strip p{
	font-size:17px;
	line-height:22px;
	color:#fff;
}
.top_strip p img{
	width:19px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
}
.top_strip p span{
	color:#fede5d;
}

/*-----------------------
CSS FOR HEADER SECTION
------------------------*/
.header{
	background:#fff;
	float:left;
	width:100%;
	padding:15px 0;
	box-shadow:0px 3px 6px 1px rgba(0,0,0,0.1);
}
.logo{
	float:left;
	/*width:130px;*/
}
ul.step_lst{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	max-width:370px;
	width:100%;
	gap:12px;
	float:right;
	margin:7px 0 0;
}
ul.step_lst li{
	float:left;
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	font-weight:600;
}
ul.step_lst li span{
	width:21px;
	height:21px;
	border-radius:50%;
	background:#bbbcbb;
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	line-height:21px;
	font-weight:700;
	color:#000;
}
ul.step_lst li p{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	position:relative;
	font-size:17px;
	line-height:22px;
	width:calc(100% - 21px);
	padding: 0 0 0 8px;
	color:#8f8f8f;
}
ul.step_lst li.active{opacity:1;}
ul.step_lst li.active p{color:#000;}
.step_tk{
	display:inline-block;
	vertical-align:middle;
	width:24px;
}
.up_steps_searator{
	width:9px;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0 0;
}

/*-----------------------
CSS FOR MAIN SECTION
------------------------*/
.main_section{
	float:left;
	width:100%;
	padding:40px 0 50px;
}
.main_sec_left{
	float:left;
	width:58.3%;
}
.offer_strip{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	background:#ebe9e9;
	border-radius:6px;
	padding:8px 20px;
}
.offer_strip_txt{
	font-size:17px;
	line-height:24px;
	width:calc(100% - 140px);
	margin:0 15px 0 0;
	text-align:left;
}
.offer_strip_txt span{
	font-size:19px;
	font-weight:800;
	display:block;
}
.timer-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timer-container {
	display: flex;
	align-items: flex-end;
	margin:-6px 0 0;
}

.time-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.time-box {
	width: 36px;
	height: 32px;
	background-color: #fff;
	border:1px solid #000;
	color: #000;
	font-size: 21px;
	font-weight:700;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}

.colon {
	font-size: 28px;
	margin: 0 5px;
	line-height: 38px;
	color: black;
}

.prod_details{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	margin: 30px auto 0;
	margin-top: 10px;
}
.prod{
	max-width:217px;
	width:100%;
	margin:0 auto -10px;
}
.prod img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.prod_info{
	width:calc(100% - 217px);
	text-align:left;
}
.prod_name{
	font-size:17px;
	line-height:20px;
	font-weight:600;
}
.prod_name span{
	font-size:20px;
	line-height:20px;
	font-weight:700;
}
.prod_supply{
	font-size:14px;
	line-height:18px;
	margin:10px 0 0;
}
table.price_info{
	float:left;
	width:100%;
	margin:20px 0 0;
}
table.price_info tr td{
	font-size:15px;
	line-height:20px;
	font-weight:500;
	padding:6px 0;
}
table.price_info tr td:first-child{text-align:left; width:65%;}
table.price_info tr td:last-child{text-align:right; width:33%;}
table.price_info tr:last-child td{border-top:1px solid #d5d3d3; padding-top:15px;}
table.price_info tr:nth-last-child(2) td{padding-bottom:15px;}

.ship_text{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	line-height:20px;
	color:#000;
	margin-top:20px;
	position:relative;
	background:#fdebcc;
	border-radius:5px;
	padding:6px 10px;
}
.ship_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:9px;
	background:#42c216;
	border-radius:50%;
	margin:1px 7px 0 0;
	animation:breath 1.3s infinite;
}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
}

.low-stock-row{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	width:60px;
	margin:0 10px;
	gap:3px;
}
.low-stock-indicater{
	width:10px;
	height:10px;
	background:#fff;
	border:1px solid #000;
}
.low-stock-indicater.active{border:none;}
.low-stock-indicater.active > span{
	background:#ef2000;
	width:100%;
	height:100%;
	float:left;
}
.fade{
	animation:fade 1.2s ease infinite;
}
@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0.1;}
	100%{ opacity:1;}
}
.ship_text span{
	color:#ff0000;
}
.stock_text{
	font-size:14px;
	line-height:18px;
	letter-spacing:0.5px;
	margin:8px 0 0;
}
.stock_text img{
	width:18px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 4px 0 0;
}

ul.seal_list{
	max-width:370px;
	width:100%;
	display:flex;
	display:-webkit-flex;
	gap:15px;
	margin:20px auto 0;
}
ul.seal_list li{
	width:25%;
}
ul.seal_list li img{
	width:78px;
}

.guarantee_box{
	float:left;
	width:100%;
	padding:25px 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	column-gap:15px;
	border:1px solid #e9b833;
	border-radius:10px;
	background:#feffdc;
	margin:25px auto 0;
}
.guarantee_box-col1{
	width:115px;
	flex-shrink: 0;
}
.guarantee_box-col1 img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.guarantee_box-col2{
	text-align:left;
}
.guarantee_box-col2 h3{
	font-size:24px;
	line-height:30px;
	color:#000;
}
.guarantee_box-col2 p{
	font-size:16px;
	line-height:24px;
	color:#2a2a2a;
	margin-top:10px;
}

.form_sec{
	float:right;
	width:37%;
	border:1px solid #9c6b01;
	border-radius:5px;
	overflow:hidden;
}
.form_header{
	float:left;
	width:100%;
	background:#9c6b01;
	color:#fff;
	padding:15px 20px;
	text-align:center;
	position:relative;
}
.form_header:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:-10px;
	transform:translateX(-50%);
	border-left:18px solid transparent;
	border-right:18px solid transparent;
	border-top:10px solid #9c6b01;
}
.form_heading{
	font-size:45px;
	line-height:47px;
	font-weight:800;
}
.form_sub_heading{
	font-size:20px;
	line-height:26px;
	font-weight:700;
}
.form_body{
	float:left;
	width:100%;
	background:#fff;
	padding:20px 15px;
}
.fieldToggle{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	cursor: pointer;
	padding-left: 25px;
	margin-top:10px;
	position: relative;
}
.fieldToggle input[type=checkbox]{
	position:absolute;
	opacity:0;
}
.fieldToggle input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:15px;
	border:1px solid #000;
	border-radius:2px;
	position:relative;
}
.fieldToggle input[type=checkbox] + span{position:absolute; left:0; top:2px;}
.fieldToggle input[type=checkbox]:checked + span{ background:#000; border:1px solid #000;}
.fieldToggle input[type=checkbox]:checked + span:after{
	position:absolute;
	content:'';
	width:10px;
	height:10px;
	background:url(images/ship-check.webp) no-repeat center center #000;
	background-size:85%;
	left:1px;
	top:2px;
}
.fieldToggle p{
	font-size: 14px;
	line-height: 20px;
	font-weight:500;
	color: #000;
}
.billing_address{
	float:left;
	width:100%;
	display:none;
}

.form_box{
	float:left;
	width:100%;
	margin-top:15px;
}
.form_element{
	float:left;
	width:100%;
	margin:7px 0;
	position:relative;
}
.form_box.card-sec{
	border:1px solid #cacaca;
	padding:0 10px 30px 10px;
	border-radius:10px;
}
.form_element label{
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top:8px;
	left:15px;
	font-size:12px;
	font-weight:400;
	line-height:14px;
	color:#bbb;
	transition: all .2s ease-in-out;
	z-index: 1;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.form_element .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
}
.frm_flds, .select_flds{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #ababab;
	height:52px;
	padding:10px 10px 10px 15px;
	border-radius:6px;
	color:#000;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:16px;
	-webkit-appearance:none;
	font-family: 'Inter Tight';
}
.frm_flds::placeholder{ color:#000;}
.select_flds{
	background:url(images/down-arrow.webp) no-repeat center right 15px;
}
.form_element.fl{ float:left;}
.form_element.fr{ float:right;}
.form_element.flds_half{ width:48.5%;}
.form_element .fl-is-active .frm_flds{
	padding-top:25px;
}
.form_element .fl-is-active .select_flds{
	padding-top:22px;
}
.frm_flds:focus{
	border:1px solid #3cb878;
	box-shadow:0 0 0 1px #3cb878;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.accept_cards{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	margin:20px auto 0;
}
.accept_cards p{
	font-size:14px;
	line-height:18px;
	margin:0 8px 0 0;
}
.cards{
	width:162px;
}

.payment-flds-box{
	/*float: left;*/
	width: 100%;
	padding:15px 0;
	background-color: #fff;
	border-radius:0 0 7px 7px;
}
.help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
}
.field_card{
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:12px;
}
.card_num{
	padding-right:68px;
}

.addon-container{
	float:left;
	width:100%;
}
.addon-box{
	float:left;
	width:100%;
	border-bottom:1px solid #c7c7c7;
	padding:15px 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.addon-box:last-child{border-bottom:none;}
.addon-img{
	float:left;
	background:#f2f1f1;
	border-radius:6px;
	width:88px;
}
.addon-data{
	float:left;
	width:calc(100% - 88px);
	padding-left:12px;
}
.addon-data h3{
	color:#000000;
	font-size:17px;
	line-height:24px;
	font-weight:500;
	text-align:left;
}
.addon-data p{
	color:#000;
	font-size:16px;
	line-height:22px;
	margin-top:8px;
}
.toggle_box{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	gap:10px;
	margin:12px 0 0;
}
.toggle-wrapper {
	width: 41px;
	height: 20px;
	border-radius: 30px;
	background-color: #4CAF50;
	border:1px solid #d0d0d0;
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s;
}
.toggle-wrapper .ball {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 1px;
	left: 2px;
	transition: all 0.3s ease;
}
.toggle-wrapper.active {
	background-color: #eee;
}
.toggle-wrapper.active .ball {
	background-color: #afafaf;
	left: 21px;
}
.addon-data label{
	float:left;
	position:relative;
	font-size:18px;
}
.protection_box{
	float:left;
	width:100%;
	border:1px dashed #000;
	border-radius:8px;
	overflow:hidden;
	margin:15px 0 0;
}
.protect_box_header{
	float:left;
	width:100%;
	padding:10px 15px 10px 48px;
	border-bottom:1px dashed #000;
	background:#ffff99;
	position:relative;
	text-align:left;
}
.protect_checkbox{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}
.protect_checkbox + span{
	width:20px;
	height:20px;
	border:1px solid #000;
	border-radius:3px;
	background:#fff;
	position:absolute;
	left:15px;
	top:13px;
}
.protect_checkbox:checked + span{
	background:url(images/tik-blk-blk.svg) center center no-repeat #fff;
	background-size:75%;
}
.protect_box_heading{
	font-size:18px;
	line-height:24px;
	font-weight:700;
}
.protect_box_heading img{
	width:17px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
}
.protect_box_content{
	float:left;
	width:100%;
	padding:15px;
	background:#fcf8e3;
	text-align:left;
}
.protect_box_content p{
	font-size:16px;
	line-height:22px;
}
.checkout_button {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0px 20px;
	height: 67px;
	overflow: hidden;
	position: relative;
	background: #00be59;
	box-shadow:0px 3px 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 3px 3px 2px rgba(0,0,0,0.5);
	font-size: 24px;
	line-height: 67px;
	color: #fff;
	font-family: 'Inter Tight';
	font-weight: bold;
	margin-top: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
	border: none;
	border-radius: 8px;
	text-transform: uppercase;
}
.encryp_text{
	font-size:14px;
	line-height:18px;
	font-weight:500;
	margin:15px 0 0;
}
.encryp_text img{
	width:11px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
}
.terms_text{
	font-size:14px;
	line-height:19px;
	text-align:left;
	margin:20px 0 0;
}
.secure_logos {
	display: inline-block;
	vertical-align: top;
	max-width: 338px;
	width: 100%;
	margin:15px 0 0;
}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:25px 0 35px;
	border-top:1px solid #ddd;
}
.footer_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin:12px 0 0;
	letter-spacing:0.5px;
}
.footer_text a{ padding:0 10px; color:#000;}

/*-----------------------
CSS FOR MEDIA
------------------------*/
@media only screen and (max-width:1180px){
	.container{width:1000px;}

	.main_sec_left{width:60%;}
}

@media only screen and (max-width:1023px){
	.container{width:750px;}

	.prod{max-width:137px; margin:0 0 50px 0;}
	.prod_info{width:calc(100% - 137px);}
	.ship_text{width:calc(100% + 90px); margin:20px 0 0 -90px;}

	.form_heading{font-size:35px; line-height:37px;}
	.form_sub_heading{font-size:17px; line-height:24px;}
	.fieldToggle p{font-size:13px;}
	.addon-data h3{font-size:16px; line-height:22px;}
	.addon-data label{font-size:15px;}
	.protect_box_heading{font-size:16px;}
	.protect_box_content p{font-size:14px; line-height:20px;}
	.checkout_button{height:57px; font-size:20px; line-height:57px;}
	.terms_text{font-size:13px; line-height:18px;}
}

@media only screen and (max-width:767px){
	.hide-mob{display:none;}
	.hide-desk{display:block;}
	.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

	.top_strip p{font-size:15px; line-height:20px;}

	.header{box-shadow:none; padding:10px 0;}
	.logo{float:none; /*width:105px; */}
	.step_tk{width:18px;}
	ul.step_lst li p{font-size:15px; line-height:20px;}
	ul.step_lst li span{font-size:12px; line-height:16px; width:16px; height:16px;}
	.up_steps_searator{width:6px;}

	.main_section{padding:12px 0 30px;}
	.main_sec_left{width:100%;}

	.offer_strip{padding:6px 12px;}
	.offer_strip_txt{font-size:13px; line-height:20px; margin:0 5px 0 0; width: calc(100% - 112px);}
	.offer_strip_txt span{font-size:17px; line-height:22px;}
	.time-box{width:28px; height:28px; font-size:15px;}
	.colon{font-size:18px; line-height:32px; margin:0 3px;}

	.prod_details{margin:30px auto 0;}
	.prod_info{width:calc(100% - 120px);}
	.prod {max-width: 150px; margin: -5px -10px 40px -20px;}
	.ship_text {width: calc(100% + 120px); margin: 20px 0 0 -120px; font-size:12px;}

	ul.seal_list{gap:10px;}

	.form_sec{width:calc(100% + 30px); margin:25px -15px 0 0; border:none; border-radius:0px;}
	.form_header{padding:10px 15px;}
	.form_header:after{display:none;}
	.form_heading{font-size:40px; line-height:42px;}
	.fieldToggle{width:100%; margin-top:5px;}
	.accept_cards{justify-content: flex-start;}
	.payment-flds-box{padding:10px 0 5px;}
	.checkout_button{font-size:24px;}

	.guarantee_box{padding: 12px 10px; column-gap:8px; margin: 5px auto 0;}
	.guarantee_box-col1{width:75px;}
	.guarantee_box-col2 h3{font-size:18px; line-height:22px;}
	.guarantee_box-col2 p{font-size:14px; line-height:20px; margin-top:8px;}

	.footer{ padding: 20px 0 25px;}
	.footer_text{ font-size: 14px; line-height: 18px; margin-top: 5px;}
	.footer_text a{ padding: 0 5px; margin-top: 8px;}
}

/*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;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}

/* CUSTOM */

.component-address-information[type="shipping"] .fields-line {
	display: none;
}

.addon-heading {
	display: none;
}

.payment-flds-box {
	padding-top: 0px;
	margin-top: -10px;
}

.subscription-widget {
	margin-top: -30px;
}

.payment-info__checkbox {
	padding: 5px;
}

.prod {
	padding: 30px;
	margin-bottom: 0px;
}

.prod img {
	padding: 20px;
}

@media only screen and (max-width:767px) {
	.ship_text {
		width: calc(100% + 120px);
		margin: 20px 0 0 -120px;
		font-size: 12px;
	}

	.prod {
		padding: 5px;
		margin-top: -35px;
        padding: 15px;
	}
}
