@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: 'Source Sans 3';
	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: 'Source Sans 3';
    src: url('SourceSans3-Bold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/SourceSans3-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('SourceSans3-SemiBold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/SourceSans3-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('SourceSans3-Medium.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/SourceSans3-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('SourceSans3-Regular.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/SourceSans3-Regular.woff") format('woff');
    font-weight: 400;
    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;
	background:#fff3cd;
	}
.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%;
    padding:8px 0;
	background:#fff3cd;
	}
.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{
    font-size:20px;
	line-height:20px;
	color: #000;
	}
	
/*====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;
	}	
.logo_row{
	max-width:1170px;
	margin:0 auto 0;
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	align-items: center;
	}
.check-logo{
	float:left;
	width:165px;
	}
.secure-lock-text{
    font-size:18px;
    line-height:18px;
    color: #000;
	font-weight:600;
    text-align: left;
	display: -webkit-flex;
    display: flex;
	align-items: center;
	}
.secure-lock{
	margin:0 5px 0 0;
	width:15px;	
	}
	
/*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 60px 0;
	}

.form_container{
	float:left;
	width:100%;
	}
.form_steps_wrap{
	float:left;
	width:100%;
	margin-top:35px;
	}
.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:#303030;
	font-weight:600;
	}
.frm_hdr_content p{
	font-size:16px;
	line-height:21px;
	color:#000;
	margin-top:5px;
	}
.buy_more{
	display:inline-block;
	vertical-align:top;
	border-radius:6px;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	cursor:pointer;
	margin:30px 0 0;
	position:relative;
}
.buy_more span{
	width:28px;
	height:28px;
	border-radius:50%;
	background:#000;
	color:#fff;
	font-size: 30px;
	line-height: 28px;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 10px;
}
.happy_customers{
	float:left;
	width:100%;
	background:#02275c;
	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:#eff6ff;
	border:2px solid #02275c;
	}
.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:#02275c; border:2px solid #02275c;}
.sel-prd-info{
	width:70%;
	text-align:left;
	position:relative;
	}
.prd-qty{
    width: 90%;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #1e1e1e;
	}
.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;
    width: 150px;
	}
.product_quantity_circle{
	position:absolute;
	top: 40px;
	right: 60px;
	width:52px;
	height:52px;
    font-size: 25px;
    line-height: 25px;
    color: #000;
	font-weight:500;
	border:2px solid #000;
	border-radius:50%;
	
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.product_quantity_circle span{
    font-size: 28px;
	font-weight:bold;
	}
.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: 20px;
    line-height: 20px;
	color:#000;
	margin-top:10px;
	}	
.prd-prc span{
	font-size:32px;
	font-weight:bold;
	}
.prod-det_cut-tx{margin:0 0 8px; font-size:18px; line-height:22px; color:#7b7b7b;}
.prod-det_cut-tx span{
    position: relative;
	}
.prod-det_cut-tx span:after{
	content:'';
	position:absolute;
	left:0;
	top: 12px;
	width:calc(100% + 10px);
	margin-left: -3px;
	border-top:2px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	}
.best_value_text{
	position: absolute;
    top: -27px;
    left: 50px;
    border-radius: 8px 8px 0 0;
    background: #02275c;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 7px 16px 6px;
	}
	
.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: 18px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    outline: none;
    color: #000;
	font-family:'Source Sans 3';
    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/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/down-arrow.webp") 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:18px;
	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/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/ship-check.webp") no-repeat center center #fff;
	background-size:85%;
	left:2px;
	top:2px;
	}
.fieldToggle p{
    font-size: 18px;
    line-height: 22px;
    color: #000;
	}
.billing_address{
	float:left;
	width:100%;
	display:none;
	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;}

.contact-check{
	float:left;
	width:100%;
	display: flex;
    justify-content: flex-start;
    padding-left: 1px;
    align-items: center;
	position: relative;
	margin-top:12px;
	}
.contact-check input{
    appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid black;
    background: white;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    margin-right: 10px !important;
	flex-shrink: 0;
	}
.contact-check input:checked::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/ship-check.webp") no-repeat center center #fff;
    background-size: 90%;
    left: 2px;
    top: 2px;
	}
.contact-check label {
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 15px;
	}
	
/*====NEW_ADDED_START====*/
.payform_box{
	float: left;
    width: 100%;
	position:relative;
	text-align:left;
	margin-top:25px;
	}
.payoptbox {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    position: relative;
    margin-top:10px;
	}
.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 #000 inset;
	box-shadow: 0 0 0 0 #000 inset;
	border-color: #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:50%;
	top:50%;
	transform:translate(-50%,-50%);
	}
.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;
	}

.paymybtnnew{
	font-size:16px;
	line-height:22px;
	}
.payment_flds_box{
	float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding:20px 20px;
	background-color: #fff;
	}
.paypal_arw{
	position:absolute;
	left:-42px;
	top:30px;
	width:36px;
	}
.paypal_text1{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin-bottom:20px;
	}
.paypal_text1 span{ color:#ff0000;}
.paypal_iner{
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding-bottom:5px;
	}
.paypal_box{
	margin:0 10px 0 -11px;
	width:85px;
	}
.paypal_txt {
    float: left;
    width: 100%;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
	position:relative;
	}


/*====NEW_ADDED_END====*/
.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: #f2480a;
    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: 'Source Sans 3';
	margin-top:45px;
	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;
	}
.checkout_right:after{
    content: "";
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #f8f9fa;
	z-index:-1;
	}
.order_sumrybox{
	float:left;
	width:100%;
	}		
.sumry-hdng{
	font-size:20px;
	line-height:25px;
	color:#000;
	text-align:left;
	font-weight:500;
	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/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/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:45px;
	}
.prod-img p{
    position: absolute;
    top: -7px;
    right: -10px;
    width:18px;
    height:18px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height:18px;
    color: #fff;
    font-weight: 600;
	}
.odr-rgt{
    width: calc(100% - 60px);
    padding-left: 20px;
	}
.stickthrough{
	position:relative;
	color:#545454;
	font-size:15px;
	line-height:18px;
	}
.stickthrough:after {
    content: '';
    position: absolute;
    left:-2px;
	right:-2px;
    top:9px;
    border-top:2px solid #f00;
	}

.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: 20px;
	line-height: 26px;
	font-weight: 600;
	color:#000;
	}
.prod-size{
	font-size:17px;
	font-weight:400; 
	color:#545454;
	}
.prod-prc{
	font-size: 21px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	}
.total-col{
	float: left;
    width: 100%;
    padding:0;
	}
.cart-table.ct2{
	font-size:19px;
	color:#1a1a1a;
	}
.save_price{ font-size:20px; font-weight:600; color:#1bc100;}
.cart-free{ font-weight:500; color:#1bc100;}
.cart_f_size20{
	font-size:19px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	padding-top:15px;
	}
.cart_f_size20 td{font-size:20px;border-top:1px solid #e5e5e5; padding-top:10px;}
.cart-table.ct3{padding-top:10px;}


.summry-toggle-mob{
	float:left;
	padding: 1em 0;
	text-align: left;
	width: 100%;
	cursor:pointer;
	border-bottom: 1px solid #ddd;
	}
.summry-toggle{
	float:left;
	width:65%;
	color: #000;
	font-size:18px;
	line-height:26px;
	}
.order-summary-toggle__icon{
	fill: #3c1a3f;
	display:inline-block;
	vertical-align:middle;
	margin-right: 0.75em;
	margin-top:-4px;
	}
.togle-price{
	float:right;
	width:35%;
	font-size:18px;
	line-height:22px;
	color: #333333;
	text-align:right;
	margin-top:3px;
	font-weight:bold;
	}
.order-summary-toggle__dropdown {
	vertical-align: middle;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
	fill: #3c1a3f;
	}
#toggle-mob-cart.isopened{
	height: 0;
	visibility:hidden;
	overflow: hidden;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
	
	
.include_block{
	float:left;
	width:100%;
	}
.right_box_heading{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:600;
	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:#f8f9fa;
	position:relative;
	padding:0 15px;
	}
.right_box_heading img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-3px 10px 0;
	}
	

.check_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
.check_list li{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:left;
	position:relative;
	padding-left:120px;
	}
.check_list li img{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	}
.check_list li h3{
	font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
	}
.check_list li p{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	}

.sales_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#919191;
	margin-top:15px;
	}	
.include_box{
	float:left;
	width:100%;
	margin:20px auto 0;
	
	display:flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.include_row{
	width:33.33%;
	padding:0 10px 20px;
	border-right:1px solid #f8f8f8;
	position:relative;
	}
.include_row:nth-child(n + 4){ padding-top:20px; padding-bottom:0; border-top:1px solid #f8f8f8;}
.include_row:nth-child(3n){ border-right:none;}
.include-seal{
	display:block;
	margin:0 auto 0;
	width:43px;
	}
.include_row p{
	font-size:18px;
	line-height:24px;
	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;
	width:140px;
	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: bold;
	}
.review-star {
    margin-top: 5px;
    width:90px;
	}
.review_name {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 12px;
    font-weight: 600;
	}
.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: 18px;
    line-height: 26px;
    color: #000000;
    margin-top:20px;
	text-align:left;
	}

.faq_section{
	float:left;
	width:100%;
	padding:60px 0 60px;
	border-top:1px solid #dedede;
	}	
.faq_section .common_btn{ max-width: 430px;}
.faq_heading{
	float:left;
	width:100%;
	font-size:34px;
	line-height:36px;
	color:#000;
	font-weight:600;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:790px;
	margin:20px 0 10px;
	}
.faq-row{
	float:left;
	width:100%;
    border-bottom: 1px solid #c2c2c2;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/close.webp") no-repeat;
	background-position: 99.5% center !important;
	padding:20px 35px 20px 0;
	background-size: 14px !important;
	font-size: 22px;
    line-height: 30px;
	font-weight:600;
	color:#000000;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/6ed4d324-3ffa-4ab4-8932-41142c509b44/3ea37abd-ee6f-46ab-9c2b-0761a77efe28/open.webp") no-repeat;
	}
.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding:0 25px 5px 0;
    margin-top: -5px;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:15px;
	}
.faq-row:last-child{ border-bottom:none;}		
	
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #e0e0e0;
	}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	width:165px;
	}
.footer_text{
	font-size:17px;
	line-height:20px;
	color:#000;
	margin:10px 0 0;
	letter-spacing:0.3px;
	}
.footer_text a{ padding:0 5px;}

.consent_text{
	color: rgb(141, 136, 136);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    border-color: rgb(207, 207, 207);
    border-top-width: 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 778px;
	width:100%;
    margin-top:15px;
	}
.consent_text a{
	text-decoration:underline;
	pointer-events: auto;
    cursor: pointer;
	color:#8d8888;
	font-weight:500;
	}
.footer_line{
	background-color: rgb(138, 127, 127);
    opacity: 1;
    max-width: 778px;
	width:100%;
    height: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
	}

/*=======================*/
.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%;}

.checkout_left{ padding:30px 30px 50px 0;}
.qty_text{right:-20px; top:30px;}	
.checkout_right{ padding:45px 0 50px 30px;}


}


@media only screen and (max-width:1023px){
.scraped-container{width:90%;}
.showDesk{display: none;}
.showTab{display: block;}

.checkout_inner_section{ flex-wrap: wrap;flex-direction: column-reverse;}
.checkout_left, .checkout_right{ padding:10px 50px 50px; width:100%;}

.order_sumrybox{position:static;overflow:hidden; margin-top:25px; padding:0 0 0;}
.summy_details-box{ padding:20px 0 0; border-top:none;}
.summry-toggle-mob{
	float:left;
	padding: 1em 0;
	text-align: left;
	width: 100%;
	cursor:pointer;
	border-bottom: 1px solid #ddd;
	}
.summry-toggle{
	float:left;
	width:65%;
	color: #000;
	font-size:20px;
	line-height:26px;
	}
.order-summary-toggle__icon{
	fill: #3c1a3f;
	display:inline-block;
	vertical-align:middle;
	margin-right: 0.75em;
	margin-top:-4px;
	}
.togle-price{
	float:right;
	width:35%;
	font-size:18px;
	line-height:22px;
	color: #333333;
	text-align:right;
	margin-top:0;
	font-weight:bold;
	}
.order-summary-toggle__dropdown {
	vertical-align: middle;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
	fill: #3c1a3f;
	}
#toggle-mob-cart.isopened{
	height: 0;
	visibility:hidden;
	overflow: hidden;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.frm_hdr_content h3{ font-size: 26px; line-height: 26px;}

.common_btn p{ font-size:14px; line-height:20px;}

.checkout_right{ padding:0 50px 20px;}
.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;}

.check_list{ 
	width:100%; 
	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%; margin-top:0; padding:0 8px; text-align:center; position:relative;} 
.check_list li img{ display:block; position:static; margin:0 auto 12px; width:70px;}
.check_list li h3{font-size: 18px;line-height: 22px;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;}

.faq_section{ border-top:none; background:#f9f9f9;}

.footer{ border-top:none;}
.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:30px;}
.top-sticky{height:30px; margin-top:-30px; top:30px;}
.topStrip{ padding:7px 0;}
.top-strip-col-1 {text-align: center;}
.top-strip-col-1 p{ font-size:16px; line-height:18px;}
.top-strip-col-1 p img {margin: -2px 3px 0;width: 15px;}

.header{ padding:15px 15px; height:auto; box-shadow:none;}

.checkout_inner_section{ border-bottom:none;}
.checkout_left{ width:100%; padding:0 0 35px;}
.secure-lock-text{ font-size: 16px; line-height: 17px;}
.secure-lock{ width:12px;}

.header_mob{ float:left; width:100%; box-shadow:0 2px 5px 1px rgba(0,0,0,0.1); padding:7px 15px;}
.check-logo{ width:100px;}
.secure-lock{ margin-top:0;  font-size:11px; line-height:14px;}
.secure-lock img {width: 34px;}

.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:24px; line-height: 26px;}
.frm_hdr_content p{ font-size:15px; line-height:18px;}

.prd-opt{ min-height: 80px; padding:15px; justify-content: space-between;margin: 20px auto 0;}
.prd-opt.pkg2 { margin: 35px auto 0;}
.sel-prd-info{ width: 64%;}
.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; top: -25px; font-size: 13px; line-height: 13px; padding: 6px 16px 5px;}
.prd-qty{ font-size: 19px; line-height: 20px; padding-left: 10px; padding-top:3px;}
.check-prod{ width: 100px;}
.product_quantity_circle{ top: 28px; right: 40px; width: 44px; height: 44px; font-size: 20px; line-height: 20px;}
.product_quantity_circle span{ font-size: 24px;}
.prd-prc span{ font-size: 28px;}
.rad-opt input[type='radio'] + span{width:20px; height:20px;}
.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: 18px; line-height: 18px;}
.check_prod_box{ margin-top: 10px;}

.check_list{ width: calc(100% + 30px); margin: 20px auto 10px -15px;}
.check_list li{ text-align:center;}
.check_list li img{ width: 65px; position:static;}
.check_list li h3{ font-size: 14px; line-height: 17px;}

.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:19px; line-height:22px; margin:25px 0 0;}
.buy_more span{ width: 22px; height: 22px; font-size: 24px; line-height: 23px; margin: 0 0 0 6px}
.pay-pal-btn{ height:60px;}
.pay-pal-btn img{ width:130px;}
.happy_customers{margin:20px auto 15px; padding:8px;}
.happy_customers p{font-size:15px; 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:15px; line-height: 16px;}
.ship_strip p img{ margin:-3px 6px 0 0;}
.total_save{font-size:15px;}
.total_saving_strip{margin:15px 0;}
.total_saving_strip img{width:16px;}
.total_saving_strip p{font-size:15px; line-height:18px;}

.form_box{ margin:0;}
.form_element label{ font-size:11px;}
.frm_flds, .select_flds{ height:55px; font-size:16px; padding: 0 10px;}

.fieldToggle{margin-top: 20px;}
.fieldToggle p{ font-size:16px;}

.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;}
.sales_text{ font-size:15px;}

/*======================*/
.paymybtn{ font-size:16px;flex-wrap: wrap;}
.payment-cards{ width:115px;}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{ width:18px; height:18px; 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:10px; height:10px;}
.payment-flds-box{ padding:10px;}
.PaypalOpt-logo {height: 23px;}
.paymybtnnew p{ margin-left:28px; font-size:12px; padding:3px 5px 2px; display:none;}

.payment_flds_box{ padding:15px 13px;}

.frm_wrap_top{ margin-top:10px;}

.payoptbox{ margin-top:10px;}
.payment-cards-box{ padding:15px 10px;}
.payment-flds-box { padding: 10px;}
.flds_cards{ width:160px;}
.paypal_text1{ font-size:16px; line-height:21px;margin-bottom: 15px;}
.paypal_txt{ font-size:13px; line-height:17px;}
.paypal_row{ display: flex;align-items: center; justify-content:start;column-gap: 10px;}
.hand{ width:25px;animation: bounce 1.2s linear infinite;}
.paypal_box{ width:75px;}

.payopt_box_pop{ margin:5px 0 0 13px;}
.payopt_box_pop p{ font-size:12px; line-height:16px;}

.contact-check input{ margin-right: 6px !important;}
.contact-check label{ font-size:14px;}

/*=======================*/


.common_btn{ font-size:25px; line-height:42px; height:60px; padding:8px 15px 10px; margin-top: 25px;}
.common_btn p{ font-size:12px; line-height:18px;}
.guaranty_seal{ max-width:300px; margin-top: 15px;}
.btn_arw{ width:22px; margin-right:6px;}

.include_block{ padding:0 15px;}
.right_box_heading{ font-size: 17px; line-height: 20px; margin-top: 30px;}
.right_box_heading img{ width: 17px;}
.include_row p{ font-size: 15px; line-height: 20px; margin-top: 8px;}
.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;}

.checkout_right{ float:left; padding:0 15px 0; width: calc(100% + 30px); background:#fff; margin-left:-15px;}	
.checkout_right:after{ display:none;}

.summry-toggle-mob{ padding: 12px 15px; background:#f8f9fa;}
.summy_details-box{ padding:20px 15px 0;}
.order_sumrybox{ margin:2px 0 0; width:calc(100% + 30px); margin-left:-15px;}
.summry-toggle{ font-size: 17px; line-height: 22px;}
.prod_name{ font-size:18px; line-height:24px;}
.prod-size{ font-size: 15px;}
.prod-prc{ font-size: 19px; line-height: 21px;}
.cart-table.ct2{ font-size: 16px;}
.save_price{ font-size: 17px;}
.cart_f_size20 td{ font-size: 18px;}

.faq_section{ padding: 30px 0 35px;}
.faq_section .common_btn{ margin-top: 20px;}
.faq-box{ margin: 10px 0 5px;}
.accordion{ background-size: 14px !important; padding: 16px 35px 16px 0; font-size: 18px; line-height: 24px;}
.acdn-content{ padding: 0 10px 5px 0; margin-top: -5px;}
.acdn-para{ font-size: 16px; line-height: 22px; margin-bottom: 8px;}

.footer{ padding:25px 0 20px;}
.footer_text{  margin-top:5px; line-height:24px;  font-size:15px;}
.footer_text a{ padding:0 3px;}
.footer_card{ margin-top:15px;}
.consent_text{font-size: 14px; line-height: 19px;}

}


