@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
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; height:auto; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*====Fonts====*/
/*
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/Inter-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/Inter-Medium.woff") format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/Inter-SemiBold.woff") format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/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("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/Inter-ExtraBold.woff") format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Red Hat Display';
	src: url('RedHatDisplay-Black.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/RedHatDisplay-Black.woff") format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
	*/

/*=====MAIN_CSS_START=====*/
.scraped-container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*====Header====*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:36px;
	}
.top-sticky{
	float: left;
	width: 100%;
	height:36px;
	margin-top: -36px;
    position: relative;
    top:36px;
	}
.fixed-nav .top-sticky{
	position: fixed;
	z-index: 9999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	}
.topStrip{
    float: left;
    width: 100%;
    background: #000;
    padding:8px 0;
	}
.top-strip-row{
	max-width:940px;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	margin:0 auto;
	}
.top-strip-col-1{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	text-align:left;
	}
.top-strip-col-1 p{
	color: #fff;
    font-size:16px;
	line-height:20px;
	font-weight:600;
	}
.top-strip-col-1 p img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0;
	width:18px;
	}
.top-strip-col-1 p strong{ font-weight:600;}
.top-strip-col-2{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: space-between;
	width:125px;
	padding-left:5px;
	text-align: right;
	}
.top-strip-col-2 p{
	font-size:10px;
	line-height:11px;
	color:#000;
	letter-spacing:0.3px;
	text-transform:uppercase;
	font-weight:400;
	text-align:right;
	}
.top-strip-col-2 span{
	font-size:22px;
	line-height:22px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	}
/*====header====*/
.header{
	float:left;
	width:100%;
	height:75px;
	-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);
	padding:15px 0;
	}	
/*====Banner====*/
.banner{
	float:left;
	width:100%;
	padding:50px 0 45px;
	}
.logo_row{
	display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content:center;
	}
.check-logo{
	width:165px;
	}
.secure-lock{
    font-size:13px;
    line-height:15px;
    color: #000;
    text-align: left;
    letter-spacing: 0.3px;
	display: -webkit-flex;
    display: flex;
	align-items: center;
	}
.secure-lock img{
	margin:0 5px 0 0;
    filter: grayscale(100%);	
	}
.banner_inner{
	width:100%;
	margin:0 auto 0;
    display: -webkit-flex;
    display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	max-width:95%;
	}
.banner_left{
	width:42%;
	}
.banner_slider_box{
	float:left;
	width:100%;
	position:relative;
	}
.banner_slider{
	float:left;
	width:100%;
	position:relative;
	}
.banner_slider div{
	border-radius:15px;
	}
.banner_right{
	width:54.5%;
	text-align:left;
	}
.bnr_rating_text{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:600;
	background:#fff;
	border-radius:5px;
	}
.bnr_star{
	display:inline-block;
	vertical-align:middle;
	width:112px;
	margin:-5px 5px 0 0;
	}
.banner_heading{
	font-size:42px;
	line-height:48px;
	font-weight:800;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.banner_text{
	width:90%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	margin-top:20px;
	letter-spacing:0.3px;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:12px;
	}
ul.banner_point li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:10px;
	font-size:19px;
	line-height:27px;
	color:#000;
	font-weight:500;
	letter-spacing:0.3px;
	padding-left:34px;
	text-align:left;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/banner_point.png") no-repeat left center;
	background-size:20px;
	}
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:32px;
	text-align:center;
	max-width:440px;
	}
a.banner_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:70px;
	color:#fff;
	font-weight:700;
	font-size:26px;
	line-height:70px;
	border-radius:8px;
	background:#d86a2a;
	text-align:center;
	-webkit-appearance:none;
	}
.demand_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:15px;
	}
.demand_strip p{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:500;
	}	
.demand_strip p span{ color:#e32d2d; font-weight:bold;}
.demand_strip p img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-5px 8px 0 0;
	}
/*====secure-strip====*/
.secure-strip{
	float:left;
	width:100%;
	background:#000;
	padding:12px 0;
	}
.secure-strip-box{
	float:left;
	width:100%;
	}
.secure-strip-text{
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:500;
	}
.secure-strip-icn{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-6px 10px 0 0;
	filter: brightness(1) invert(1);
	}
.s1-top-box{ margin-top:20px;}
.card-img{
	display:block;
	margin:0 auto 0;
	width:721px;
	max-width:100%;
	}
	
/*MAIN_SECTION*/
	
.checkout_main_section{
	float:left;
	width:100%;
	overflow:hidden;
	}
.checkout_inner_section{
	width:100%;
	margin:0 auto 0;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;	
	}
.checkout_left{
    width: 53%;
    float:left;
    position:relative;
    padding:30px 50px 50px 0;
	}
ul.brdcrm{
	float:left;
	width:100%;
	margin-top: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
	}
ul.brdcrm li{
	font-size:14px;
	line-height:25px;
	color: #a0a0a0;
	letter-spacing:0.3px;
	}
ul.brdcrm li span{font-weight:500; color: #000000;}
ul.brdcrm li a{color:#000000;}
ul.brdcrm li svg{
	width: 11px;
    height: 11px;
	display: inline-block;
    vertical-align: middle;
    fill: #000000;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
	margin:-1px 15px 0;
	}
		
.viewBx{
	float:left;
	width:100%;
	margin-top:30px;
	background:#fff1af;
	border-radius:5px;
	padding:10px 15px;
	text-align:left;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content:center;
	column-gap:5px;
	}
.view-box-col2 p{
	font-size:18px;
	line-height:22px;
	color:#000000;
	}
.view-box-col2 p img{
	width:25px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 4px -1px 0;
	}
.view-box-col2 p span{color:#ff0000; font-weight:bold;}

.bonuses_hdg{
	float:left;
	width:100%;
	font-size:19px;
	line-height:26px;
	font-weight:700;
	position:relative;
	z-index:1;
	margin:30px 0 0;
	text-align:center;
	}
.bonuses_hdg:before{
	content:'';
	position:absolute;
	left:0;
	top:48%;
	width:100%;
	border-top:1px solid #c8c8c8;
	z-index:-1;
	}
.gift-ic{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-5px 5px 0 0;
	}
.gift-ic2{
	margin:-5px 0 0 5px;
	}
.bonuses_hdg span{
	background:#fff;
	padding:0 10px;
	}
.bonuses_hdg span #stopwatch2{
	color: #c8202f;
	display: inline-block;
    width: 60px;
	}
ul.bonuses_list {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	justify-content: space-between;
    margin: 40px 0 10px;
    position: relative;
	}
ul.bonuses_list li {
    width: 49%;
    position: relative;
    z-index: 1;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	
    border: 1px dashed #4d261c;
    position: relative;
    padding: 10px 10px;
    border-radius: 7px;
	}
.bonus_free{
	position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 70px;
    border-radius: 5px;
    background: #da0505;
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
	}
ul.bonuses_list li img{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	width:75px;
	}
.include_cont{
	text-align:left;
	}
.include_text{
	font-size:17px;
	line-height:24px;
	font-weight:600;
	color:#000;
	}

/*===============*/
.form_container{
	float:left;
	width:100%;
	}
.form_steps_wrap{
	float:left;
	width:100%;
	margin-top:15px;
	}
.form_header{
	float:left;
	width:100%;
	text-align:left;
	
 	display: -webkit-flex;
    display: flex;
	align-items: center;	
	}
.frm_hdr_icon{
	width:50px;
	}	
.frm_hdr_icon img{
	margin:0 auto 0;
	display:block;
	width:50px;
	}
.frm_hdr_content{
	width:calc(100% - 50px);
	padding-left:10px;
	text-align:left;
	}
.frm_hdr_content h3{
	font-size:28px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.frm_hdr_content p{
	font-size:15px;
	line-height:21px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:5px;
	}	

.buy_more{
	display:inline-block;
	vertical-align:top;
	border-radius:6px;
	font-size:22px;
	line-height:28px;
	font-weight:600;
	cursor:pointer;
	margin:30px 0 0;
	position:relative;
	padding:0 0 5px;
}
.buy_more:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	border-bottom:1px solid #000;
}
.buy_more span{
	width:20px;
	height:20px;
	border-radius:50%;
	background:#000;
	color:#fff;
	font-size:15px;
	line-height:17px;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 10px;
}
.happy_customers{
	float:left;
	width:100%;
	background:#4d261c;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	padding:8px 15px;
	border-radius:6px;
	margin:20px 0 0;
	}
.happy_star{
	width:80px;
	}
.happy_customers p{
	font-size:18px;
	line-height:22px;
	color:#fff;
	margin:0 10px;
	}
.faces{
	display:inline-block; 
	vertical-align:middle; 
	margin:1px 0 0 3px;
	width:85px;
	}
.total_saving_strip{
	float:left;
	width:100%;
	background:#fff1c0;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	padding:8px 15px;
	border-radius:6px;
	margin:20px 0 0;
}
.total_saving_strip img{
	width:20px;
}
.total_saving_strip p{
	font-size:18px;
	line-height:22px;
	color:#000;
	margin:0 10px;
}

.selectBox{
	float:left;
	width:100%;
	}
.prd-opt{
    float: left;
    width: 100%;
    border: 2px solid #c2c2c2;
    padding: 18px;
    border-radius: 5px;
    cursor: pointer;
    min-height: 100px;
    position: relative;
    margin: 25px auto 0;
	
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	}
.prd-opt.active{
	box-shadow:0px 0px 25px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 25px 1px rgba(0,0,0,0.1);
	background:#f9f6ef;
	border:2px solid #d8692a;
	}
.prd-opt.pkg2{ margin:45px auto 0;}
.check_box{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	}	
.rad-opt{
    width: 10%;
	}
.rad-opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.rad-opt input[type='radio'] + span{
	width:24px;
	height:24px;
	border-radius:3px;
	border:1px solid #3e3e3e;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.rad-opt span img {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 22px;
	}
.rad-opt input[type='radio']:checked + span{background:#d8692a; border:2px solid #d8692a;}
.sel-prd-info{
	width:70%;
	text-align:left;
	position:relative;
	}
.prd-qty{
    width: 90%;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
	}
.check_prod_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 305px;
	position: relative;
	margin-top: 15px;
	}
.check-prod{
    display: block;
    margin: 0 auto 0;
	}
.qty_text{
	width:55px;
	height:55px;
	background:#fff;
	border:2px solid #000;
	border-radius:50%;
	font-size:32px;
	line-height:45px;
	font-weight:500;
	text-align:center;
	position:absolute;
	right:-50px;
	top:50px;
	}
.qty_text span{
	font-weight:800;
	}
.prd-save{
	display: inline-block;
    vertical-align: middle;
	max-width:160px;
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
	background:#02c406;
    color: #fff;
	margin-top:10px;
	position:relative;
	padding:5px 12px 5px 5px;
	}	
.prd-save:before{
	content:'';
	position:absolute;
	left:-8px;
	top:0;
	border-top:14px solid #02c406;
	border-bottom:15px solid #02c406;
	border-left:8px solid transparent;
}
.sel-prd-prc{
    width: 30%;
    text-align: right;
	}
.prd-prc{
	font-size: 30px;
    line-height: 30px;
	color:#000;
    font-weight: 800;
	}	
.prod-det_cut-tx{margin:0 0 8px; font-size:18px; line-height:22px;}
.prod-det_cut-tx span{
	display:inline-block;
	vertical-align:top;
    position: relative;
    color: #000;
    font-size: 17px;
	font-weight:normal;
	}
.prod-det_cut-tx span:after{
	content:'';
	position:absolute;
	left:0;
	top:12px;
	width:calc(100% + 10px);
	margin-left:-5px;
	border-top:2px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	}
.best_value_text{
    position: absolute;
    top: -29px;
    left: 50px;
    border-radius: 8px 8px 0 0;
    background: #d8692a;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 9px 12px 7px;
	}
.one-star{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-4px 8px 0 0;
	}
.pay-pal-btn-bx{
	border:2px solid #ededed;
	border-radius:5px;
	float:left;
	width:100%;
	text-align:center;
	padding: 0 18px 18px;
	margin-top:50px;
	}
.exp-tx{
	font-size:18px;
	line-height:20px;
	background:#fff;
	padding:0 20px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-top:-12px;
	}
.pay-pal-btn{
	height:70px;
	background:#ffc439;
	border-radius:5px;
	-webkit-appearance:none;
	outline:none;
	border:none;
	display:inline-block;
	vertical-align:top;
	width:100%;
	cursor:pointer;
	}
.pay-pal-btn img{
	margin:0 auto 0;
	display:block;
	width:155px;
	}	

.form_box{
	float:left;
	width:100%;
	margin-top:15px;
	}	
.form_element{
	float:left;
	width:100%;
	margin: 7px 0;
	position:relative;
	}	
.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{
	font-size: 16px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    outline: none;
    color: #000;
	font-family:'Inter';
    padding: 0 15px;
    -webkit-appearance: none;
    border: 1px solid #c8c8c8;
	border-radius:5px;
	-webkit-appearance:none;
	
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
	}	
.form_element .fl-is-active .frm_flds {
    padding-top: 15px;
	}
.select_flds{ 
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/down-arrow.png") no-repeat center right 15px;
	}	
.flds_half{ width:48.5%;}

.frm_flds:focus{
	border:1px solid #0f68bb;
	box-shadow:0 0 0 1px #0f68bb;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.lock-bg, .help-icon {
    color: #919191;
    width: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
}	
	
.ship_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#c2f58e;
	border-radius:5px;
	padding:10px;
	text-align:center;
	margin-top:25px;
	}
.ship_strip p{
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:500;
	}	
.ship_strip p img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-3px 12px 0 0;
	}
.flds_top{ margin-top:10px;}

.fieldToggle{
	float:left;
	text-align:left;
    cursor: pointer;
    padding-left: 28px;
	margin-top:30px;
    position: relative;
	}
.fieldToggle input[type=checkbox]{
	position:absolute;
	opacity:0;
	}
.fieldToggle input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:17px;
	border:1px solid #000;
	border-radius:2px;
	position:relative;
	}
.fieldToggle input[type=checkbox] + span{position:absolute; left:0; top:2.5px;}
.fieldToggle input[type=checkbox]:checked + span{ background:#fff; border:1px solid #000;}
.fieldToggle input[type=checkbox]:checked + span:after{
	position:absolute;
	content:'';
	width:12px;
	height:12px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/ship-check.png") no-repeat center center #fff;
	background-size:85%;
	left:2px;
	top:2px;
	}
.fieldToggle p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0.3px;
	}
.billing_address{
	float:left;
	width:100%;
	margin-top:15px;
	}
.flds_cards{
	float:right;
	}	
a.cvv_text{
	font-size:16px;
	line-height:16px;
	color:#252525;
	text-decoration:underline;
	margin-top:25px;
	margin-left:10px;
	float:left;
	}
	
.frm_wrap_top{ margin-top:15px;}
.payoptbox {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 13px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	background: #f6f6f6;
	}
.paymybtn{
    float: left;
    width: 100%;
    font-weight:700;
    color: #333333;
    font-size:18px;
    text-align:left;
    cursor: pointer;
	display: flex;
    align-items: center;
	}
.PaypalOpt-logo{
	height: 28px;
    display: inline-block;
    vertical-align: middle;
	}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: 0 0 0 0 #fff inset;
	box-shadow: 0 0 0 0 #fff inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:2px solid #a8a8a8;
	background:#fff;
	border-radius:50%;
	outline:none;
	margin-top:0;
	}
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#fff;
	-webkit-box-shadow: 0 0 0 0 #0075ff inset;
	box-shadow: 0 0 0 0 #0075ff inset;
	border:2px solid #0075ff;
	}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#0075ff;
	position:absolute;
	content:'';
	left:2px;
	top:2px;
	}
.payment-cards-box.open{
	border-bottom: 1px solid #d9d9d9;
	}
.payment-cards-box p{
	float:left;
	font-weight: 600;
    color: #333333;
	font-size:17px;
	}
.payment-cards{
	float:right;
	width:150px;
	}
.payment-cards-box small{
	float:right;
	margin:5px 0 0 5px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
	/*border-bottom: 1px solid #d9d9d9;*/
    padding:15px 20px;
	background-color: #fff;
	}


.protection-row{
	float:left;
	width:100%;
	margin-top:25px;
	border:2.5px dashed #000;
	border-radius:10px;
	position:relative;
	padding:10px;
	}
.protection-row input[type=checkbox]{
	position:absolute;
	left:0;
	opacity:0;
	}
.protection-row input[type=checkbox] + span{
	float:left;
	position:relative;
	cursor:pointer;
	width:22px;
	height:22px;
	border-radius:3px;
	border:1px solid #a5a5a5;
	background:#fff;
	margin-top:1px;
	-webkit-appearance:none;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.protection-row input[type=checkbox]:checked + span{
	background:#000;
	border:1px solid #000;
	}
.protection-row input[type=checkbox]:checked + span:after{
	content:'';
	position:absolute;
	width:17px;
	height:17px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/tik-white.svg") no-repeat center center;
	left:1px;
	top:1px;
	}
.offer-top{
	float: left;
	width: 100%;
	padding: 15px 20px;
	background: #ffe7b8;
	border-radius: 10px 10px 0 0;
	}
.offer-top p{
	float:left;
	text-align:left;
	width:calc(100% - 22px);
	font-size:20px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.3px;
	padding-left:15px;
	font-weight:bold;
	}
.ofrbx-mdl{
	float:left;
	width:100%;
	background:#fff;
	border-radius:0 0 10px 10px;
	position:relative;
	text-align:left;
	padding:25px 15px;
	}		
.ofrbx-price{
	font-size:23px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	}
.ofrbx-price small{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
.ofrbx-price span{
	font-weight:normal;
	position:relative;
	margin-right:12px;
	}	
.ofrbx-price span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-top: 2px solid #f00;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	}
ul.ofrbx_list{
	float:left;
	width:100%;
	max-width: 315px;
	margin-top:15px;
	}
ul.ofrbx_list li{
	float:left;
	width:100%;
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#000;
	padding-left:16px;
	margin-top:7px;
	}	
ul.ofrbx_list li:before{
	content:'';
	position:absolute;
	top:8px;
	left:0;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#000;
	}	
.offr-bx-img{
	position:absolute;
	top:50%;
	right:22px;
	transform: translateY(-50%);
	}	
.offr-bx-img1{ width:167px;}	
.offr-bx-img2{ width:110px;}
.offr-bx-img3{ width:140px;}

.terms_text{
	float:left;
	width:100%;
	font-size:12px;
	line-height:17px;
	color:#4c4c4c;
	text-align:left;
	margin-top:40px;
	}	
.terms_text a{
	color:#1873ef;
	text-decoration:underline;
	}		
.common_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #d8692a;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    font-family: 'Red Hat Display';
	margin-top:20px;
	cursor:pointer;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 17px;
	width:25px;
	}
.guaranty_seal{
	display:inline-block;
	vertical-align:middle;
	max-width:470px;
	width:100%;
	margin-top:30px;
	}	
	
.paypal-box{
	float:left;
	width:100%;
	border:1px solid #282d3e;
	background:#fff;
	border-radius:5px;
	margin-top:35px;
	text-align:center;
	padding:0 20px 20px;
	}
.paypal-box span{
	display:inline-block;
	vertical-align:middle;
	margin:-17px 0 10px;
	font-size:16px;
	line-height:16px;
	color:#000000;
	background:#fff;
	padding:0 10px;
	}
.paypalbtn{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
	height: 60px;
	padding:7px;
	background: #ffc439;
	color: #111;
	box-sizing: border-box;
	border-radius:4px;
	width:100%;
	}
.paypalbtn img{height:28px; display:inline-block; vertical-align:middle;}


/*====Checkout Right====*/	
.checkout_right{
    width: 47%;
    float: right;
    position: relative;
    padding: 50px 0 70px 40px;
	}
.order_sumrybox{
	float:left;
	width:100%;
	background:#fff;
	padding:0 25px 25px;
	border-radius:10px;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	}		
.sumry-hdng{
	font-size:19px;
	line-height:25px;
	color:#000;
	text-align:left;
	font-weight:normal;
	padding:15px 30px 15px 0;
	letter-spacing:0.5px;
	}
.sumry-hdng.active {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/summary_arw_act.png") no-repeat right center;
	}
.summy_details-box{
	float:left;
	width:100%;
	border-top:1px solid #d7d7d7;
	padding-top:20px;
	position:relative;
	}
.summy_details-box_inner{
	float:left;
	width:100%;
	position: relative;
	}
.scroll-hint {
	position: absolute;
	bottom: 5px;
	left:50%;
	transform:translate(-50%, 0);
	background:#666561;
	padding:8px 15px;
	border-radius:100px;
	font-size: 14px;
	color: #fff;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 1;
	max-width:200px;
	width:100%;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
}

.scroll-hint.hidden {
  opacity: 0;
  transform: translate(-50%, 10px); /* Slide down when hiding */
  visibility: hidden;
}

.order_sumry_details{
	float:left;
	width:100%;
	padding:9px 0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	}
.prod-img{
    width:60px;
    height:60px;
    position:relative;
	border-radius:5px;
    border:1px solid #d7d7d7;
	background:#fff;
	display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
	}
.prod-img img{
	width:50px;
	}
.serum_prod-img{
	background:#fff2f2;
	border:1px dashed #ff2828;
	}
.prod-img p{
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
	}
.odr-rgt{
    width: calc(100% - 60px);
    padding-left: 20px;
	}
.ord-title{
	text-align:left;
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}
.ord-title span{
	font-weight:400;
	}
.ord-text{
	text-align:left;
	font-size:12px;
	line-height:18px;
	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: 15px;
    line-height: 25px;
    text-align: right;
	}
.ord-right p span{
	font-size:13px;
	line-height:13px;
	color:#454545;
	font-weight:normal;
	position:relative;
	}
.ord-right p span:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 44%;
    border-bottom: 1px solid #454545;
    right: -4px;
    transform: rotate(-1deg);	
	}	
.stickthrough{
	position:relative;
	color:#454545;
	font-size:14px;
	line-height:18px;
	}
.stickthrough:after {
    content: '';
    position: absolute;
    left: 0;
    top:9px;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-top:2px solid #f00;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	}
.free{
	font-weight:bold;
	color:#1bc100;
	text-transform:uppercase;
	font-size:16px;
	}
.surprise-gift{
	display:inline-block;
	vertical-align:middle;
	padding:2px 7px 3px;
	font-size:12px;
	line-height:13px;
	font-weight:500;
	background:#f60000;
	color:#fff;
	border-radius:40px;
	}

.mt40{
	margin-top:40px;
	}
.devider-cp{
	float:left;
	width:100%;
	margin:10px 0;
	height:1px;
	background:#d7d7d7;
	}
.cart-table{
	width:100%;
	color: #000;
	font-size:15px;
	line-height:20px;
	}
.prod_name{ 
	font-size:16px; 
	line-height:22px; 
	font-weight:500; 
	color:#000;
	}
.prod-prc{
	font-size:16px; 
	line-height:24px; 
	font-weight:500; 
	color:#000;
	}
.total-col{
	float: left;
    width: 100%;
    padding: 20px 0 0 0;
	}
.cart-table.ct2{
	font-weight:500;
	font-size:16px;
	}
.save_price{ font-size:18px; font-weight:700; color:#1bc100;}
.cart_f_size20{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	padding-top:12px;
	}
.cart_f_size20 td{border-top:1px solid #e5e5e5; padding-top:10px;}
.cart-table.ct3{padding-top:10px;}
	
/*ONE_BOTTLE*/	
.divider{
	float: left;
    width: 100%;
    margin: 10px 0;
    height: 1px;
    background: #d7d7d7;
	}
.sub_tot-tab{
	float: left;
    width: 100%;
	padding-left: 80px;
	}
.sub_tot-tab .cart-table{ padding:5px 0;}
.total-tab{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:15px;
	padding-left: 80px;
	}
	
	
.right_box_heading{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:700;
	position:relative;
	margin-top:45px;
	}
.right_box_heading:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:50%;
	border-top:1px solid #d9d9d9;
	}
.right_box_heading span{
	display:inline-block;
	background:#f9f9f9;
	position:relative;
	padding:0 20px;
	}
.choose_box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.choose_row{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:left;
	position:relative;
	padding-left:120px;
	padding-bottom:25px;
	}
.choose_row:last-child{ border:none; padding-bottom:0;}
.choose_seal{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	}
.choose_row h3{
	font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
	}
.choose_row p{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:10px;
	}

.review_row {
	float:left;
    width: 100%;
    margin:40px auto 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 30px;
	}	
.review_box {
    width:100%;
    border: 1px solid #4d261c;
	background:#fff;
    border-radius:15px;
    padding: 20px 20px 30px;
    position: relative;
	box-shadow:0 4px 10px 2px rgba(157,72,84,0.2);
	-webkit-box-shadow:0 4px 10px 2px rgba(157,72,84,0.2);
	}
.review_box-top{
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
	column-gap:20px;
	}
.review_box-image{
	flex-shrink: 0;
	width:180px;
	}
.review_box-image img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.review_box-top-left{
	text-align:left;
	padding-top:15px;
	}
.review_heading {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
	}
.review-star {
    margin-top: 5px;
    width:90px;
	}
.review_name {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 12px;
    font-weight: 700;
	}
.review_name span {
	display:block;
    font-size: 14px;
    font-weight: 400;
	color:#24c070;
	}	
.review_name span img {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    margin: -2px 5px 0 0;
	}
.review_text {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
	font-weight:500;
    margin-top:20px;
	text-align:left;
	}
/*====faq_section====*/
.faq_section{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background:#f9f6ef;
	}
.faq_heading{
	font-size:40px;
	line-height:46px;
	color:#000;
	font-weight:800;
	}
.faq_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	border-radius:0px;
	margin:30px 0 5px;
	}
.faq_slide_row{
	float:left;
	width:100%;
	border-bottom:1px solid #a6b3c0;
	}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/close.webp") no-repeat right 0 center;
	background-size:19px;
	padding:20px 30px 20px 0;
	position:relative;
	cursor:pointer;
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:700;
	text-align:left;
	letter-spacing:0.3px;
	}
.acdn_heading.accordion_open{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/open.webp") no-repeat right 0 center;
	background-size:19px;
	padding-bottom:20px;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:5px 10px 5px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000000;
	margin-bottom:20px;
	font-weight:400;
	}
			
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	/*border-top:1px solid #e0e0e0;*/
	}
.footer_logo{
	display:inline-block;
	vertical-align:middle;
	width:165px;
	margin:0 auto 10px;
	}
.footer_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin:10px 0 0;
	letter-spacing:0.3px;
	}
.footer_text a{ padding:0 5px;}


/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}

.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.scraped-container{width:1004px;}

.sel-prd-info{ width: 64%;}
.sel-prd-prc{ width: 36%;}

.banner_inner{ max-width:100%;}
ul.banner_point li{ font-size:18px; line-height:22px; margin-top:8px;}

.checkout_left{ padding:30px 30px 50px 0;}
.view-box-col2{ font-size:15px;}
.offr-bx-img{ right:25px;}

.include_text{ font-size:16px;line-height: 20px;}

.qty_text{right:-20px; top:30px;}


.offer-top p{ font-size:19px; line-height:27px;}
	
.checkout_right{ padding:45px 0 50px 30px;}


}


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

.banner_heading{ font-size:38px; line-height:44px; margin-top:10px;}
.bnr_star{ width:100px;}
.banner_text{ font-size:16px; line-height:25px; margin-top:15px; width:100%; letter-spacing:0;}
ul.banner_point{ margin-top:10px;}
ul.banner_point li{ font-size:17px; line-height:25px;}

.banner_right{ width:55%;}
.bonuses_hdg{ font-size:16px; line-height:20px;}
.bonuses_hdg span #stopwatch2{ width:50px;}
.gift-ic{ width:16px; margin:-3px 5px 0 0;}
.gift-ic2{ width:16px; margin:-3px 0 0 5px;}

.checkout_inner_section{flex-wrap:wrap;}
.checkout_left, .checkout_right{ padding:40px 50px 20px; width:100%;}

.view-box-col2 h3{ font-size:16px; line-height:22px;}


.frm_hdr_content h3{ font-size: 26px; line-height: 26px;}
.demand_strip p{ font-size: 15px; line-height: 19px;}
.frm_hdr_content p{ font-size: 14px; line-height: 20px;}
.ship_strip p{ font-size:14px;}

.postal_image {width: 60px;}

.common_btn p{ font-size:14px; line-height:20px;}
ul.sec-left-list li p{ font-size:14px; line-height:20px;}

.offer-top{ padding:12px 15px 11px;}
.protection-row input[type=checkbox] + span{ width: 20px; height: 20px;}
.protection-row input[type=checkbox]:checked + span:after{ width: 16px; height: 16px;}
.offer-top p{ font-size: 16px; line-height: 22px; padding-left: 10px; width:calc(100% - 20px);}
.ofrbx-mdl{ padding:20px 10px;}
ul.ofrbx_list li{ font-size:14px; line-height:18px;}
ul.ofrbx_list li:before{ top:5px;}	
.offr-bx-img1{ width:95px;}	
.offr-bx-img2{ width:80px;}
.offr-bx-img3{width: 100px;}	

.checkout_right{ padding:0 0 50px;}
.checkout_right:after{display:none;}
.right_box_heading{ font-size: 20px; line-height: 26px;  margin-top: 35px;}
.right_box_heading span{ background:#fff; padding:0 10px;}

.odr-rgt { padding-left:13px;}
.prod_name{ font-size:15px; line-height:20px;}
.free {font-size: 15px;}

ul.chk_right_list li p{ font-size:15px; line-height:17px;}

.choose_seal{ width:70px;}
.choose_box{ margin-top:5px;}
.choose_row{ margin-top: 25px; padding-left: 80px;}
.choose_row h3{ font-size: 18px; line-height: 25px;}
.choose_row p{ font-size:16px; line-height:24px;}
.rev_img{ right: 10px; width: 40px;}
.review_text{ font-size: 16px; line-height: 24px;}

.check_list{ 
	width: calc(100% + 30px); 
	margin:25px auto 0; 
	margin-left:-15px; 
	display: -webkit-flex; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
}
.check_list li{ width:33.33%; padding:0 8px; position:relative;} 
.check_list li img{ display:block; margin:0 auto 12px; width:70px;}
.check_list li p{ font-size:13px; line-height:17px; color:#000; font-weight:500;}
.check_list li:before{ content:''; position:absolute;top:73px; bottom:3px; left:0; width:1px; background:#ededed;}
.check_list li:first-child:before{ display:none;}

.footer{margin-top:20px;}
.footer_logo{ width:110px;}
}

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

.top-fix-bar{margin-bottom:27px;}
.top-sticky{height:27px; margin-top:-27px; top:27px;}
.topStrip{ padding:6px 0;}
.top-strip-col-1 {text-align: center;}
.top-strip-col-1 p{ font-size:13px; line-height:15px;}
.top-strip-col-1 p img {margin: -2px 3px 0;width: 15px;}

.header{ height:auto; padding:10px 0;}

.banner{ padding:25px 0 5px;}
.banner_inner{ max-width:100%;}
.banner_left{ width:100%;}
.banner_right{ width:100%; margin-top:15px;}
.bnr_rating_text{ font-size:15px; line-height:20px; padding:0;}
.bnr_star{ width:90px;}
.banner_heading{ font-size:30px; line-height:36px; margin-top:10px;}
.banner_text{ font-size:16px; line-height:22px; letter-spacing:0.3px;}
ul.banner_point{ margin-top:12px;}
ul.banner_point li{ font-size:16px; line-height:24px; background-size:17px; padding-left:30px; margin-top:7px;}
.button_box{ margin-top:28px;}
a.banner_button{ height:60px; line-height:58px; font-size:23px; letter-spacing:0.5px;}

.secure-strip{ background:none; padding:25px 0 0;}
.secure-strip-box{ border:1px solid #000; padding:0 0 10px; border-radius:7px;}
.secure-strip-text { font-size: 16px; line-height: 22px; background:#000; padding:7px 5px; border-radius: 4px 4px 0 0;}
.secure-strip-btm{float:left; width:100%; background:#fff; padding:0 10px;}
.secure-strip-icn { width: 14px; margin:-4px 6px 0 0;}
.card-img { margin: 10px auto 0;}

.checkout_inner_section{ flex-wrap: wrap;flex-direction: column;}
.checkout_left{ width:100%; padding:5px 0 25px;}

.header_mob{ float:left; width:100%; box-shadow:0 2px 5px 1px rgba(0,0,0,0.1); padding:7px 15px;}
.check-logo{ width:110px;}
.secure-lock{ margin-top:0;  font-size:11px; line-height:14px;}
.secure-lock img {width: 34px;}

ul.brdcrm{margin-top:25px;}
ul.brdcrm li{font-size:13px; line-height:20px;}
ul.brdcrm li svg{width:9px; margin:-1px 8px 0;}

.viewBx{ margin-top:15px;padding:6px 6px 7px;}
.free_btl-col {width: 20px;}
.view-box-col2 { padding-left: 4px;}
.view-box-col2 h3 {font-size: 13px;line-height: 18px; letter-spacing:0;}
.view-box-col2 p {font-size: 14px;line-height: 20px;}
.view-box-col2 p img{width:21px;}

.premium_gift{width:150px;}
.premium-gift_info h3{font-size:18px; line-height:22px;}
.chooses_color{width:15px; height:15px;}
.gift_color{font-size:14px; line-height:18px; margin:5px 0 0;}.
.total_save{font-size:14px; line-height:18px; padding:3px 10px; margin:8px 0 0;}

.bonuses_hdg{font-size:15px; line-height:20px;margin:20px 0 0;}
.bonuses_hdg span {padding: 0 5px;}
.bonuses_hdg span #stopwatch2 {width: 48px;}
.bonuses_hdg img{ width: 14px; margin: -4px 3px 0;}

ul.bonuses_list{margin:25px 0 5px;}
ul.bonuses_list li{ padding:12px 5px 10px;}
ul.bonuses_list li img{margin:0 7px 0  0; width:37px;}

.include_text {font-size: 12px;line-height: 16px;}
.bonus_free {font-size: 12px;line-height: 12px;padding: 2px 6px; width: 52px;top: -9px;}

.order_soon-row{ margin-top:0;column-gap: 10px;padding: 10px 10px;}
#clockdiv > div{width: 34px; height: 34px;}
#clockdiv div > span{ font-size:17px;}
.order_soon_col-2 h3{ font-size:17px;}
.order_soon_col-2 p{ font-size:14px;}

.paypal-box span{ font-size:14px;}
.paypal-box{padding: 0 10px 10px; margin-top: 30px;}

.form_steps_wrap{ margin-top:25px;}
.frm_hdr_icon{ width:40px;}
.frm_hdr_icon img{ width:40px;}
.frm_hdr_content{ width: calc(100% - 40px); padding-left:10px;}
.frm_hdr_content h3{ font-size:23px; line-height: 25px;}
.frm_hdr_content p{ font-size:12px; line-height: 16px;}

.demand_strip{ margin-bottom:10px;}
.demand_strip p{ font-size: 13px; line-height: 15px; letter-spacing:0;}
.prd-opt{ min-height: 80px; padding:15px; justify-content: space-between;}
.sel-prd-info{ width: 64%;}
.prd-qty{ padding-left: 10px; padding-top:3px;}
.sel-prd-prc{ width: 36%;}
.check_off_seal{ top: -35px; right: -23px; width: 66px; height: 66px; font-size: 17px; line-height: 20px; padding-top:14px;}
.best_value_text{ left: 14px;}
.prd-qty{ font-size: 17px; line-height: 20px;}
.rad-opt input[type='radio'] + span{width:20px; height:20px;}
.frm_hdr_content p{ font-size: 13px; line-height: 19px;}
.prd-save{ font-size: 14px; line-height: 16px; padding:4px 5px 5px;}
.prd-save:before{border-top: 12px solid #02c406; border-bottom: 13px solid #02c406;}
.prd-prc{ font-size: 28px; line-height: 28px;}
.exp-tx{ font-size:16px;}
.check_prod_box{ margin-top: 10px;}

.qty_text{right:12px; top:12px; width:42px; height:42px; font-size:22px; line-height:38px;}
.prod-det_cut-tx, .prod-det_cut-tx span{font-size:14px; line-height:18px;}
.prod-det_cut-tx span:after{top:8px;}
.buy_more{font-size:18px; line-height:22px; margin:25px 0 0;}
.pay-pal-btn{ height:60px;}
.pay-pal-btn img{ width:130px;}
.happy_customers{margin:20px auto; padding:8px;}
.happy_customers p{font-size:13px; line-height:18px;margin: 0 6px;}
.faces{width:55px;}
.happy_star{width:65px;}
.ship_strip p{ font-size: 16px; line-height: 20px;}
.ship_strip{ padding:10px 8px;margin: 15px auto;}
.ship_strip p{ font-size:13px; line-height: 16px;}
.ship_strip p img{ margin:-3px 6px 0 0;}
.total_save{font-size:15px;}
.total_saving_strip{margin:15px 0 20px;}
.total_saving_strip img{width:16px;}
.total_saving_strip p{font-size:14px; line-height:18px;}

.postal_content {padding-left: 15px;}
.postal_content p{ font-size:16px;}

.form_box{ margin:0;}
.form_element label{ font-size:11px;}
.frm_flds, .select_flds{ height:52px; font-size:15px;}

.form_element3-row{flex-wrap: wrap;}
.form_element3-row .form_element{ width:100%;}

.fieldToggle{margin-top: 20px;}
.fieldToggle p{ font-size:14px;}

.paymybtn{ font-size:14px;}
.payment-cards{ width:115px;}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{ width:16px; height:16px; margin:0px 8px 0 0;}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{ width:8px; height:8px;}
.payment-flds-box{ padding:10px;}
.PaypalOpt-logo {height: 23px;}

.payment_flds_box{ padding:15px;}

.frm_wrap_top{ margin-top:10px;}

.payoptbox{ margin:0;}
.payment-cards-box{ padding:10px;}
.payment-flds-box { padding: 10px;}
.flds_cards{ width:160px;}


.common_btn{ font-size:25px; line-height:42px; height:60px; padding:8px 15px 10px;}
.common_btn p{ font-size:12px; line-height:18px;}
.guaranty_seal{ max-width:300px; margin-top: 15px;}
.btn_arw{ width:22px; margin-right:6px;}

ul.sec-left-list{ margin:20px 0 10px;}
ul.sec-left-list li p{ font-size:13px; line-height:18px;}
	
.checkout_right{ float:left; padding:0 15px 30px; width: calc(100% + 30px); background:#fff; margin-left:-15px;}	
.checkout_right:after{ display:none;}

.right_box_heading{ font-size: 19px; line-height: 23px; margin-top: 15px;}
.choose_row{ margin-top: 20px; padding-left: 70px; padding-bottom:0;}
.choose_seal{ width: 60px;}
.choose_row h3{ font-size: 17px; line-height: 21px;}
.choose_row p{ font-size: 15px; line-height: 22px; margin-top: 6px;}
.review_row { margin: 15px auto 0; row-gap: 20px;}
.review_box { border-radius: 10px; padding: 15px 15px 20px;}
.review_box-top-left {padding-top: 0;}
.review_box-image { width: 125px;}
.review_heading { font-size: 16px; line-height: 20px;}
.review-star { margin-top: 5px; width: 75px;}
.review_name { font-size: 15px; line-height: 21px;}
.review_name span {font-size: 12px;}
.review_name span img { width: 10px;}
.review_text { font-size: 15px; line-height: 21px; margin-top:15px;}

.protection-row{ margin-top:20px; padding:6px;}
.protection-row input[type=checkbox] + span{ width:20px; height:20px; margin-top:0;}
.protection-row input[type=checkbox]:checked + span:after{ width:14px; height:14px; top:2px;}
.offer-top p{ width: calc(100% - 20px); font-size: 16px; line-height: 20px; padding-left: 10px; letter-spacing: normal;} 
.ofrbx-mdl{ padding: 17px 10px;}
.ofrbx-price{ font-size: 20px; line-height: 20px;}
.ofrbx-price small{ font-size: 14px; line-height: 14px;}	
ul.ofrbx_list{ margin-top:12px; max-width:220px;}	
ul.ofrbx_list li{ padding-left:12px;}
.offr-bx-img{ right: 10px;}
.offr-bx-img1{ width: 120px;}
.offr-bx-img2{ width: 70px;}
.offr-bx-img3{ width: 80px;}

.footer{ padding:25px 0 20px; margin-top: 15px;}
.footer_text{  margin-top:5px; line-height:24px;  font-size:13px;}
.footer_text a{ padding:0 3px;}
.footer_card{ margin-top:15px;}

.order_sumrybox{box-shadow:0px 0px 6px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1); padding:0 16px 20px; margin:25px 0 0;}

.faq_section{ padding:25px 0 35px;}
.faq_heading{ font-size:30px; line-height:36px;}
.faq_box{ margin:20px 0 0;}
.accordion{ font-size:17px; line-height:24px; background-size:13px; padding:15px 30px 15px 0;}
.acdn_heading.accordion_open{ background-size:13px; padding-bottom:15px;}
.acdn_para{ font-size:16px; line-height:24px;}
}





/*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("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/ae03b7a2-e0c0-4844-be43-7c2cf8237648/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}}