@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#333333;
	text-align:center;	
	font-family: 'Figtree';
	overflow-x: hidden;
	font-size:14px;
	}
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:#064870; text-decoration:none;}
a:hover {outline: none; color:#6ecddd; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%; height:auto;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

select{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	}
	
.for-desk{display:block;}
.for-mob{display:none;}
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
	}
/*-----------------------
	MAIN CSS font
------------------------*/
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-Bold.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/03a73462-8945-48ec-a707-6e59fa537720/2faa5943-bc39-4803-b9a9-ccbda86b0a96/Figtree-Bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-Medium.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/03a73462-8945-48ec-a707-6e59fa537720/2faa5943-bc39-4803-b9a9-ccbda86b0a96/Figtree-Medium.woff") format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-SemiBold.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/03a73462-8945-48ec-a707-6e59fa537720/2faa5943-bc39-4803-b9a9-ccbda86b0a96/Figtree-SemiBold.woff") format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-Regular.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/03a73462-8945-48ec-a707-6e59fa537720/2faa5943-bc39-4803-b9a9-ccbda86b0a96/Figtree-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Bold.woff2') format('woff2'),
	url("https://assets.checkoutchamp.com/Funnel/assets/images/03a73462-8945-48ec-a707-6e59fa537720/2faa5943-bc39-4803-b9a9-ccbda86b0a96/Poppins-Bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
/*===========================*/



.chkout-bg, .lft-chk, body{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
	}

.scraped-container{
	padding: 0 5%;
    width: 90%;
    max-width: 78.57143em;
	margin:0 auto;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	box-sizing:content-box;
	flex:1;	
	}	
/*============TOP==============*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:60px;
	}
.top-sticky{
	float: left;
	width: 100%;
	height:60px;
	margin-top: -60px;
    position: relative;
    top:60px;
	}
.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: #dcff8e;
    padding:19px 15px;
	}
.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:inline-block;
	vertical-align:middle;
	text-align:left;
	}
.top-strip-col-1 p{
	 color: #000;
    font-size:18px;
	line-height:19px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.top-strip-col-1 p strong{ font-weight:500;}
.top-strip-col-2{
	display:inline-block;
	vertical-align:middle;
	width:130px;
	padding-left:5px;
	text-align: right;
	}
.top-strip-col-2 p{
	display:inline-block;
	vertical-align:middle;
	font-size:10px;
	line-height:11px;
	color:#000;
	letter-spacing:0.3px;
	text-transform:uppercase;
	font-weight:500;
	text-align:right;
	}
.top-strip-col-2 span{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:22px;
	font-family: 'Figtree';
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	}

/*==========================*/
.frm-main{
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	}
.lft-chk{
	width: 51%;
    padding-right: 5%;
	float:left;
	padding-top: 2em;
	box-sizing:content-box;
	}
	
.right-chk{
	width: 44%;
	padding-left: 5%;
	float:right;
	padding-top: 2.5em;
	padding-bottom:40px;
	position:relative;
	box-sizing:content-box;
	}	
.right-chk:after{
	content: "";
	display: block;
	width: 300%;
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	-webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
	box-shadow: 1px 0 0 #e1e1e1 inset;
	}
		
/*-----------------------
CSS FOR SEC1
-------------------------*/
.logo-box{
	float: left;
	width: 100%;
	}
.logo{
	float:left;
	max-width:100%;
	width:180px;
	}
.secure-lock{
	float: right;
    width: 120px;
    font-size: 12px;
    line-height: 13px;
    color: #000;
    text-align: left;
    letter-spacing: 0.5px;
	}
.secure-lock img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
    filter: grayscale(100%);	
	}
.secure-lock span{
	display:inline-block;
	vertical-align:middle;
	}
.viewBx{
	float:left;
	width:100%;
	margin-top:35px;
	background:#fff1aa;
	border-radius:5px;
	padding:10px 15px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	}
.view-box-col1{
	width:40px;
	height:40px;
	position:relative;
	text-align:center;
	}
.view-box-col1 img{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	}
.view-box-col1 span{
	font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    z-index: 1;
    color: #fff;
	}
.view-box-col2{
	/*width:calc(100% - 45px);*/
	padding-left:10px;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#000000;
	text-transform:uppercase;
	margin-top:2px;
	}
.view-box-col2 span{ font-weight:bold; display:inline-block; width:47px;}
	
	
ul.brdcrm{
	float:left;
	width:100%;
	text-align:center;
	margin-top:25px;
	}
ul.brdcrm li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	color: #000000;
	}
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:0 15px;
	}
.paypal-box{
	float:left;
	width:100%;
	border:1px solid #282d3e;
	background:#fff;
	border-radius:5px;
	margin-top:30px;
	text-align:center;
	padding:15px 20px;
	}
.paypal-box span{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 15px;
	font-size:13px;
	line-height:13px;
	color:#000000;
	text-transform:uppercase;
	}
.pay-btns{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}	
.paypalbtn{
	width:48%;
	height: 55px;
	padding:7px;
	background: #ffc439;
	color: #111;
	box-sizing: border-box;
	border-radius:4px;
	}
.paypalbtn img{height:22px; display:inline-block; vertical-align:middle; margin-top:10px;}

.pay-btn{
	width:48%;
	height: 55px;
	padding:7px;
	background: #000000;
	color: #111;
	box-sizing: border-box;
	border-radius:4px;
	}
.pay-btn img{ 
	display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
    width: 50px;
	}


.alternate-payment-opt{
	float:left;
	width:100%;
	text-align:center;
	margin-top:1.5em;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
	}
.alternate-payment-opt span{
	display: inline-block;
    padding: 0 1em;
	}
.alternate-payment-opt span img{
	display: inline-block;
	vertical-align:middle;
	margin-top:-3px;
	}
.alternate-payment-opt::after, .alternate-payment-opt::before {
	content: '';
	display: inline-block;
	height: 1px;
	background: #e6e6e6;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	}
	
.cp-contact, .cp-prospect{
	float:left;
	width:100%;
	margin-top:60px;
	}
.cp-prospect{margin-top:40px;}
.heading-box{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
.chk-head{
	float: left;
	font-weight:bold;
	color: #000000;
	font-size: 23px;
	line-height: 28px;
	text-align: left;
	font-family: 'Poppins';
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:5px 0;
	}
.frm-flds.fl{float:left;}
.frm-flds.fr{float:right;}
.frm-flds.half-fld{width:49%;}
.frm-flds.drop-fld, .frm-flds.city-fld{width:34%; margin-right:1%;}
.frm-flds.zip-fld{width:30%;}
.frm-flds.exp-flds{width:60%;}
.frm-flds.cvv-flds{width:38%;}


.selcet-fld {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/03a73462-8945-48ec-a707-6e59fa537720/2faa5943-bc39-4803-b9a9-ccbda86b0a96/select.svg") no-repeat 94% center #fff;
    padding-right: 40px;
}
	
.frm-flds label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:7px;
    left: 15px;
    font-size: 0.8571428571em;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    border-radius-top-left: 3px;
    transition: all .2s ease-in-out;
    z-index: 1;
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	}
.frm-flds .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}

.input-flds, .selcet-fld{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #bbb9b7;
	height:50px;
	padding:10px 15px;
	border-radius: 5px;
	color: #000;
	font-family: 'Figtree';
	font-weight:normal;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:16px;
	}
.input-flds::placeholder, .selcet-fld::placeholder{ color:#000000;}	
.frm-flds .fl-is-active .input-flds{	
	padding-top: 1em;
    padding-bottom: 0.35714em;
	}
.input-flds:focus{
	border:1px solid #0074d9;
	box-shadow:0 0 0 1px #0074d9;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.frm-flds .fl-is-active .selcet-fld {
    padding-top: 1em;
    padding-bottom: 0.3571428571em;
	}
.payment-field{
	float:left;
	width:100%;
	}
.payment-field.hlf{width: 49%;}
.payment-field.fr{ float:right;}
.payment-field label{
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    text-align: left;
	}
.label-checkbox{
	float:left;
	width:100%;
	text-align:left;
	cursor:pointer;
	margin-top:30px;
	color: #545454;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.3px;
	position:relative;
	padding:0 0 0 30px;
	}
.all-checkbox{
	position:absolute;
	top:0;
	left:0;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:1px solid #898989;
	border-radius:3px;
	outline: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;
	cursor:pointer;
	}
.all-checkbox:checked{
	background:#000000;
	border:1px solid #000000;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:14px;
	height:16px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/03a73462-8945-48ec-a707-6e59fa537720/2faa5943-bc39-4803-b9a9-ccbda86b0a96/tik.svg") no-repeat center center;
	left:2px;
	top:2px;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	}
.all-checkbox:checked:after{	
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}
.label-checkbox > div{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 35px);
	text-align:left;
	}
.label-checkbox > div span{
	font-size:16px;
	line-height:16px;
	color:#000000;
	font-weight:bold;
	}
.label-checkbox > div p{
	font-size:12px;
	line-height:14px;
	color:#000000;
	margin-top:5px;
	}
.all-sumbit{
	float:left;
	width:100%;
	margin-top:30px;
	}
.frm-submit{
	float:right;
	width:100%;
	background:#04b662;
	padding:15px 15px 16px;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	outline:none;
	text-transform:uppercase;
	letter-spacing:0.5px;
    font-family: 'Figtree';
	text-transform:uppercase;
	cursor:pointer;
	border-radius: 6px;
	}
.frm-submit span{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	}
.frm-submit span img{
    display: inline-block;
    vertical-align: middle;
    margin: -8px 5px 0 0;
    width:17px;
	}
.frm-submit p{
	font-size:14px;
	line-height:16px;
	margin-top:3px;
	}
.pay_card{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:450px;
	margin-top:25px;
	}
.sucure_text{
	float:left;
	width:100%;
	margin-top:20px;
	color: #545454;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.3px;
	position:relative;
	}
.sucure_text img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-5px 5px 0 0;
	}
.paypl-btn{
	float:right;
	}
.paypl-btn img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}

.call-qsn{
	position:absolute;
	right:15px;
	top:17px;
	}

/*RIGHT SIDE*/

.sumry-hdng{
	text-align:left;
	font-size:21px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:12px;
	border-bottom:1px solid #a9a9a9;
	}
.prod-box{
	float:left;
	width:100%;
	min-height:60px;
	display:table;
	vertical-align:middle;
	margin:10px 0;
	}
.ord-lft{
	width:85%;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	}
.prod-img{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	position:relative;
	}
.prod-img img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.odr-rgt{
	display:inline-block;
	vertical-align:middle;
	width: calc(100% - 60px);
	padding-left:10px;
	}
.ord-lft p{
	float:left;
	width:100%;
	text-align:left;
	}
.ord-title{
	color: #323232;
    font-size:16px;
    line-height: 22px;
	}
.ord-title strong{
	font-size:19px;
	display: inline-block;
    margin-bottom:4px;
	}
.ord-title span{
	font-size:13px;
	font-weight:normal;
	color:#959595;
	}
.ord-desc{
	color: #717171;
	font-size:13px;
	}
.ord-right{
	display:table-cell;
	vertical-align:middle;
	}
.ord-right p{
	float:right;
	color: #323232;
	font-size:16px;
	line-height:26px;
	text-align:right;
	font-weight:bold;
	}
.ord-right p span{
	font-weight:normal;
	text-decoration:line-through;
	}
.devider-cp{
	float:left;
	width:100%;
	margin:10px 0;
	height:1px;
	background:#a9a9a9;
	}
.cart-table{
	width:100%;
	color: #000;
	font-size:14px;
	line-height:30px;
	letter-spacing:0.3px;
	}
.cart-table span{
	font-size:16px;
	color:#323232;
	font-weight:bold;
	}
.tot-txt-l{
	font-size:18px;
	color:#000000;
	font-weight:bold;
	}
.cart-table .total-txt  span{
	font-size:18px;
	color:#191919;
	font-weight:bold;
	}

.qsn{
	display:inline-block; 
	vertical-align:middle;
	}

.cart-qty-div{
	float:left;
	margin:10px 0 0;
	border: 1px solid #2d2d2d;
	position:relative;
	overflow:hidden;
	border-radius:3px;
	}
.sub, .add {
    float: left;
    width: 20px;
    height: 28px;
    padding: 0 0px 0;
    text-align: center;
	border: none;
    outline: none;
    cursor: pointer;
	background:#fff;
	font-family: inherit;
	color:#000;
	font-size:18px;
	line-height:22px;
	}
.cart-qty-div input{
    float: left;
    border: none;
    background: none;
    width: 20px;
    text-align: center;
    height: 28px;
    font-size: 14px;
    color: #000;
	font-weight:400;
	font-family: 'Figtree';
	outline:none;
	}
.postalBox{
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 20px;
	}
.postalBox p{
	display:inline-block;
	vertical-align:middle;
    font-size: 17px;
    line-height: 25px;
    color: #333333;
	border-left:1px solid #ddd;
	padding-left:10px;
	margin-left:10px;	
	}	
.postalBox p span{
	font-weight:700;
	}	
.us-logo{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	
/*------------------------
CSS FOR SHIPPING PART
-------------------------*/
.contact-editor{
	float:left;
	width:100%;
	border: 1px solid #d9d9d9;
	padding:0 15px;
	border-radius:4px;
	margin-top:30px;
	}
.data-row{
	float:left;
	width:100%;
	border-bottom: 1px solid #d9d9d9;
	padding:12px 0;
	position:relative;
	padding-right:60px;
	}
.data-row:last-child{border-bottom:0;}
.label-type{
	float:left;
	width:25%;
	color: #737373;
	font-size:14px;
	text-align:left;
	}
.get-info{
	float:left;
	width:75%;
	color: #333333;
	font-size:14px;
	text-align:left;
	}
a.change-info{
	position:absolute;
	right:0;
	top:10px;
	color:#3c1a3f;
	font-size:14px;
	}
.cp-shipping{
	float:left;
	width:100%;
	margin-top:50px;
	}
.shippingtypebox{
	float:left;
	width:100%;
	/*border: 1px solid #d9d9d9;*/
	padding:15px;
	/*border-radius:4px;*/
	}
.standrd_ship{
	float:left;
	width:100%;
	text-align:left;
	color: #545454;
	font-size:14px;
	cursor:pointer;
	}
.standrd_ship span{
	float:right;
	font-weight: 500;
	color: #333333;
	}
.shipping-icon{
	float:left;
	width:100%;
	color: #ec5246;
	font-size:18px;
	text-align:left;
	font-weight:500;
	margin:20px 0;
	}
.shipping-icon img{
	width:48px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
.chk-subheading{
	float:left;
	width:100%;
	color: #000;
	font-size:16px;
	line-height:24px;
	margin-top:5px;
	text-align:left;
	}
.chk-subheading img{
	display: inline-block;
    vertical-align: middle;
    margin: -6px 4px 0 0;
    width: 12px;
	}	
	
/*------------------------
CSS FOR SHIPPING PART
-------------------------*/
.payoptbox{
	float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
	background:#fff;
	border-radius:6px;
	position:relative;
	margin-top:5px;
	}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 10px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-top: 1px solid #d9d9d9;
	}
.payment-cards-box.open{
	border-bottom: 1px solid #d9d9d9;
	}
.payment-cards-box p{
	float:left;
	font-weight: 500;
    color: #333333;
	font-size:17px;
	}
.payment-cards-box img{
	float:right;
	width:190px;
	}
.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;
	border-radius:0 0 7px 7px;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
	cursor:pointer;
	}
.frm-flds.card-nme-fld{
	width:46%;
	}
.frm-flds.card-sm-fld{
	width:25%;
	margin-left:2%;
	}
.billingtogglbtn, .paymybtn{
	float:left;
	width:100%;
    color: #333333;
	font-size:16px;
	text-align:left;
	cursor:pointer;
	}
.paymybtn{float:left; width:50%;}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	width: 18px;
	height: 18px;
	-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;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:1px solid #d9d9d9;
	border-radius:50%;
	outline:none;
	margin-top:-5px;
	}
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#fff;
	}
.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:#000000;
	position:absolute;
	content:'';
	left:3px;
	top:3px;
	}
.payplsvg{
	display:inline-block;
	vertical-align:middle;
	}
.paypal-txt{
	float:left;
	width:100%;
	padding:0 12%;
	padding-bottom:20px;
	color: #545454;
	font-size:14px;
	line-height:20px;
	}
.security-text{
	float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    text-align: left;
	position:relative;
	padding-left:30px;
	}
.security-text img{
	position:absolute;
	left:0;
	top:0;
	}

.bnr_testi{
	float:left;
	width:100%;
	max-width:100%;
	margin-top:25px;
	
	background:#fff;
	border:1px solid #e5b7cc;
	border-radius:8px;
	text-align:left;
	padding:12px 0;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}	
.bnr_t_img{
	width:70px;
	}	
.bnr_t_img img{
	margin:0 auto 0;
	display:block;
	}	
.bnr_t_cont{
	width:calc(100% - 70px);
	border-left:1px solid #e5b7cc;
	padding:0 20px;
	}
.bnr_t_cont p{
	font-size:16px;
	line-height:22px;
	color:#000;
	letter-spacing:0.3px;
	}
/*------------------------
Reviews
------------------------*/
.review-box{
	float:left;
	width:100%;
	margin-top:50px;
	}
.rgt-label{
	float:left;
	width:100%;
	border-top:1px solid #c9c9c9;
	margin-bottom:-15px;
	}
.rgt-label span{
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
    color: #444444;
    font-size:14px;
    line-height: 18px;
	font-weight:500;
    padding: 0 13px;
	letter-spacing:0.3px;
	text-transform:uppercase;
	}	
.s6-mid-row {
    float: left;
    width: 100%;
    margin-top: 10px;
	}
.s6-mid-col{
	float:left;
	width:100%;
	background:#fff;
	padding:20px 20px 25px;
	position:relative;
	text-align:left;
	border-radius:10px;
	margin-top:20px;
	border:1px solid #cbcbcb;
	}	
.rev_head{
	float:left;
	width:100%;
	font-size:19px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}	
.s6-testi-star{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	width:90px;
	margin-top:10px;
	}
.s6-t-para{ 
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    letter-spacing: 0.5px;
	margin-top:15px;
	}		
.s6-testi-nm{
	float: left;
    width: 100%;
    font-size:16px;
    line-height:20px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top:30px;
    position: relative;
    padding: 0 0 0 70px;
	font-weight:700;
	}
.t-img1{
	position:absolute;
	top:50%;
	left:0;
	max-width:100%;
	border-radius:50%;
	margin-top:-29px;
	}	
.s6-testi-nm span{
	font-size:13px;
	color:#77c44f;
	font-weight:400;
	}
.s6-testi-nm span img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 3px 0 0;
	}

/*-----------------------
CSS FOR FOOTER
-------------------------*/
.footer{
	float:left;
	width:100%;
	padding:1.5em 0;
	margin:30px 0;
	border-top: 1px solid #e6e6e6;
	}
.footer p {
	float: left;
	width: 100%;
	font-weight:400;
	font-size:15px;
	line-height:28px;
	letter-spacing:0.3px;
    color: #3b3b3b;
	text-align:center;
	}
.footer p a{ padding:0 5px;color: #3b3b3b;}
#toggle-mob-cart{
	width:100%;
	}
/*==========media===================*/

@media only screen and (max-width:1200px){
	
.postalBox{ padding-left:0;}
.us-logo{ width:180px;}	
.lft-chk{padding-right: 4%;}
.right-chk{ padding-left: 4%;}
.all-checkbox {top: 2px;}
.ord-lft {width: 82%;}
.view-box-col2{ font-size:15px;}

}	

@media only screen and (max-width:999px){
.for-desk{display:none;}
.for-mob{display:block;}

.top-fix-bar{ margin-bottom:56px;}
.top-sticky{height: 56px;margin-top: -56px;top: 56px;}
.topStrip{ padding:10px 8px 6px; height:56px;}
.top-strip-row{flex-direction: row-reverse;}
.top-strip-col-2 {width: 75px;text-align: left;padding: 0 5px 0 0;}
.top-strip-col-2 p{text-align: left;font-size: 9px;line-height: 8px;}
.top-strip-col-2 span{font-size: 21px; line-height: 21px;}
.top-strip-col-1 {text-align: center;}
.top-strip-col-1 p{ font-size:14px; line-height:18px;}

.top-header{
	width:100%;
	padding:1.3em 0;
	}
.mob-logo{
	float:left;
	width:120px;
	}

.scraped-container{	
	width:100%;
	padding:0 1em;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	max-width: 40em;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	box-sizing:border-box;
	}

.lft-chk{width:100%; padding-right:0; float:none; padding-top:0;}
.right-chk{width:100%; padding-left:0; float:none; padding:0; margin-bottom: 10px;}
.right-chk:after{left:-100%; box-shadow:none;}


ul.brdcrm li{ font-size:13px;}
ul.brdcrm li svg{ margin:-3px 8px 0;width: 9px;  height: 10px;}
.paypalbtn, .pay-btn{ height:54px;}
.cp-shipping { margin-top: 30px;}

.devider-cp{margin:10px 0;}
.prod-img{width:50px;}
.odr-rgt { width: calc(100% - 60px);}
.ord-right p, .cart-table span{ font-size:15px;}
.prod-box{min-height:50px;margin: 0 0; padding:15px 0 5px; border-top:1px solid #a9a9a9;}
.odr-remv{ top:14px;}

.viewBx{ margin-top:10px;}

.postalBox { width: 100%;}
.mob-us-logo {position: absolute; top: 7px;    left: 0;}
.postalBox p {font-size: 15px; line-height: 21px;}

.offer-txt {font-size: 14px;line-height: 22px; margin-top: 0; margin-bottom:10px;}

.frm-submit{width:100%;}

.summry-toggle-mob{	
	border-top: 1px solid #e6e6e6;
	padding: 15px 0 10px;
	text-align: left;
	width: 100%;
	cursor:pointer;
	}
.summry-toggle{
	float:left;
	width:65%;
	color: #000;
	font-size:17px;
	font-weight:500;
	}
.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:15px;
	line-height:20px;
	color: #333333;
	text-align:right;
	margin-top:3px;
	}
.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;
	}
a.back-btn{float:none; display:inline-block; vertical-align:middle;}
.contact-editor{margin-top:10px;}

.tooltip{ right:-15px;}
.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 24px;
    width: 0;
    border: 6px solid transparent;
    border-top-color: rgba(51,51,51,0.9);
}

.ty-coupon-col{max-width:100%;}

}


@media only screen and (max-width:749px){
	
.top-header{padding: 10px 0;}
.logo{ width: 130px;margin-top:2px;}
.secure-lock{ margin-top:0;}
.secure-lock img {width: 34px;}
.viewBx{ margin-top:0;padding: 8px 8px 7px;}
.view-box-col1,.view-box-col1 img{width: 24px; height: 24px;}
.view-box-col1 span{font-size: 14px;line-height: 25px;}
.view-box-col2 { /*width: calc(100% - 24px);*/ padding-left:6px; font-size:12px; line-height: 16px; letter-spacing:0.2px;}
.view-box-col2 span{ width:35px;}

.paypal-box{margin-top: 20px; padding: 15px 10px 15px;}
.paypalbtn, .pay-btn{ height:45px;}
.pay-btn img {margin-top: 9px;width: 40px;}
.paypalbtn img { height:20px;margin-top: 6px;}

.cp-contact, .cp-prospect{ margin-top:30px;}
.chk-head{font-size: 20px;line-height: 22px;}

.label-checkbox{ font-size:13px; line-height:20px;margin-top: 20px;}
.all-checkbox{width: 18px;  height: 18px; margin-top:0; margin-right:5px;}
.all-checkbox:after{width: 14px; height: 14px;left: 1px; top: 2px;}

.frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld,.frm-flds.city-fld {width: 100%;margin-right: 0;}
.alternate-payment-opt{font-size: 1em;}
.input-flds, .selcet-fld{ font-size:15px;}


.chk-subheading{font-size: 15px; line-height: 18px; letter-spacing:0.3px;}
.payment-flds-box{padding: 12px 15px;}
.payment-field label{ font-size:14px;}
.security-text{font-size: 11px;  line-height: 13px;}

.all-sumbit{ margin-top:30px;}
.frm-submit{padding: 10px 10px 12px;}
.frm-submit span{ font-size:24px;}
.frm-submit p {font-size:12px;line-height:14px;margin-top: 3px;}
.frm-submit span img{ width:15px;}
.sucure_text{ font-size:14px;}
.sucure_text img{ width:12px;}
.pay_card{ width:330px; margin-top:20px;}

.postalBox{width:100%; margin-top: 15px;}
.us-logo {width: 140px;}
.postalBox p{width: calc(100% - 150px); font-size:14px; line-height:20px; margin-left:5px; padding-left:8px;}
.mob-us-logo{ position:absolute; top:7px; left:0;}
	
.grnty-seal{ width:60px;}
.guaranty-row p {width: calc(100% - 60px); padding-left: 10px; font-size: 13px; line-height: 20px;}

.review-box,.choose-box{ margin-top:40px;}
.rev_head{ font-size:18px; line-height:20px;}
.s6-testi-nm{ font-size:16px; line-height:18px; margin-top:25px;}
.s6-t-para{ font-size:15px; line-height:21px;}
.brand-img {margin: 35px auto 0;max-width: 95%;}
.guty-logo {margin: 30px auto 0;}

.prod-img {width:50px; display:none;}
.odr-rgt {width:100%; padding-left:0;}
.ord-title{font-size:14px; line-height:18px;}
.ord-title strong { font-size:16px; margin-bottom:5px;}
.ord-right p, .cart-table span{ line-height:21px;}
.tot-txt-l{ font-size:17px;}

.footer{ margin-bottom:0; margin:30px 0 0;}
.footer p { font-size:14px; line-height:23px;}
.footer p a:last-child{padding-right:0;}

.bnr_testi{ margin-top: 20px; padding: 8px 0;}
.bnr_t_img{ width: 60px;}
.bnr_t_cont{ width: calc(100% - 60px);  padding: 0 11px 0 12px;}
.bnr_t_cont p{ font-size: 14px; line-height: 20px;}
}

/*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/03a73462-8945-48ec-a707-6e59fa537720/2faa5943-bc39-4803-b9a9-ccbda86b0a96/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}}
