@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: 'Inter';
	font-weight:normal;
	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;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

select{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	}
	
	
/*=========FONTS===========*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Black.woff2') format('woff2'),
        url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
		
/*-----------------------
MAIN CSS START
------------------------*/
.for-desk{display:block;}
.for-mob{display:none;}
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
	}
.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
	}

.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:600;}
.top-strip-col-1 p img{
	display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin: -3px 8px 0;
	}
.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: 'Inter';
	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: 49%;
    padding-right: 7%;
	float:left;
	padding-top: 2em;
	box-sizing:content-box;
	}
	
.right-chk{
	width: 42%;
	padding-left: 7%;
	float:right;
	padding-top: 6em;
	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;
	width:360px;
	}
.secure-lock{
    float: right;
    margin-top: 8px;
    width: 126px;
    font-size: 13px;
    line-height: 16px;
    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:40px;
	background:#feefa6;
	border-radius:5px;
	padding:10px 15px;
	text-align:left;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: 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% - 40px);
    padding-left: 10px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #000000;
    text-transform: uppercase;
	}
.view-box-col2 span{ font-weight:bold;}
	
	
ul.brdcrm{
	float:left;
	width:100%;
	text-align:center;
	margin-top: 20px;
	}
ul.brdcrm li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	color: #000000;
	}
ul.brdcrm li span{font-weight:600; 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:20px 20px 20px;
	}
.paypal-box span{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 10px;
	font-size:13px;
	line-height:13px;
	color:#000000;
	text-transform:uppercase;
	}
.paypalbtn{
	display:inline-block;
	vertical-align:middle;
	height: 56px;
	padding:7px;
	background: #ffc439;
	color: #111;
	box-sizing: border-box;
	border-radius:4px;
	width:100%;
	}
.paypalbtn img{height:22px; display:inline-block; vertical-align:middle; margin-top:10px;}

.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: 1.2em;
    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:40px;
	}
.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: 26px;
	line-height: 28px;
	text-align: left;
	}
.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(../images/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: 'Inter';
	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 #31a42c;
	box-shadow:0 0 0 1px #07af26;
	-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:15px;
	color: #000000;
	font-size:16px;
	}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:24px;
	height:24px;
	border:1px solid #000000;
	border-radius:3px;
	outline:none;
	position:relative;
	margin-right:7px;
	margin-top:-4px;
	-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;
	}
.all-checkbox:checked{
	background:#000000;
	border:1px solid #000000;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:16px;
	height:18px;
	background:url(../images/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:left;
	width:100%;
	height:80px;
	background:#07af26;
	font-size:28px;
	line-height:75px;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	outline:none;
	border-bottom: 6px solid #0b6a2a;
	text-transform:uppercase;
	letter-spacing:0.5px;
    font-family: 'Inter';
	font-weight:900;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:5px;
	}
.frm-submit img{
    display: inline-block;
    vertical-align: middle;
    margin: -8px 10px 0 0;
    width: 18px;
	}


.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:26px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	}

.prod-box{
	float:left;
	width:100%;
	min-height:60px;
	display:table;
	vertical-align:middle;
	margin:10px 0;
	}
.ord-lft{
	width:80%;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	}
.prod-img{
	display:inline-block;
	vertical-align:middle;
	width:70px;
	position:relative;
	}
.prod-img img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    width: 100%;
	}
.prod-count{
    left: 40px;
    height: 22px;
    width: 22px;
    line-height: 23px;
    top: -7px;
    position: absolute;
    background-color: #31a42c;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	display:none;
	}	
.odr-rgt{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 85px);
	padding-left:12px;
	}
.ord-lft p{
	float:left;
	width:100%;
	text-align:left;
	}
.ord-title{
	color: #323232;
    font-size: 17px;
    line-height: 23px;
	font-weight:500;
	}
.ord-title span{
	font-size:12px;
	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: 22px;
	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;
	}
.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:normal;
	font-family: 'Inter';
	outline:none;
	}
/*------------------------
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:35px;
	}
.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: 4px;
	position:relative;
	}
.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;
	}
.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;
	}
.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%;
	font-weight: 500;
    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: 11px;
    line-height: 20px;
    margin-top: 15px;
    text-align: left;
	position:relative;
	padding-left:30px;
	}
.security-text img{
	position:absolute;
	left:0;
	top:0;
	width: 20px;
	}
.guaranty-row{
	float:left;
	width:100%;
	text-align:left;
	margin-top:25px;
	display: flex;
    align-items: center;
	}
.grnty-seal{
	display:inline-block;
	vertical-align: middle;
	}
.guaranty-row p{
    width: calc(100% - 120px);
    padding-left: 20px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #000000;
	}
a.afterpay-btn{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    background: #000;
    padding:18px 15px;
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
	}
a.afterpay-btn img{
	display:inline-block;
	vertical-align:middle;
	width:130px;
	}
a.afterpay-btn:hover {
    background: #6fb620;
	}
/*------------------------
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: #000000;
    font-size:16px;
    line-height: 18px;
	font-weight:600;
    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;
	position:relative;
	text-align:left;
	border-radius:10px;
	margin-top:25px;
	
	box-shadow: 0 3px 9px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.1);	
	}	
.s6-testi-head{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:700;
	letter-spacing:0.5px;	
	}		
.s6-testi-star{
	display:inline-block;
	vertical-align:top;
	width:100px;
	}
.s6-t-para{ 
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.7px;
    margin-top: 10px;
	}		
.s6-testi-nm{
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.s6-testi-nm span{
	font-size:15px;
	color:#31a42c;
	font-weight:500;
	}
.s6-testi-nm span img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 10px;
	}

.choose-box{
	float:left;
	width:100%;
	margin-top:70px;
	}
.choose-col{
	float:left;
	width:100%;
	margin-top:30px;
	padding-left:80px;
	text-align:left;
	position:relative;
	}
.choose-col img{
	position:absolute;
	left:0;
	top:3px;
	}
.choose-col span{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.choose-col p{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:5px;
	}

/*-----------------------
CSS FOR FOOTER
-------------------------*/
.footer{
	float:left;
	width:100%;
	padding:1.3em 0;
	margin:25px 0;
	border-top: 1px solid #e6e6e6;
	}
.footer p {
	float: left;
	width: 100%;
	font-size:15px;
	line-height:28px;
    color: #000000;
	text-align:center;
	}
.footer p a{ padding:0 10px;color: #000000;}
#toggle-mob-cart{
	width:100%;
	}
	


@media only screen and (max-width:1200px){
.lft-chk{padding-right: 4%;}
.right-chk{ padding-left: 4%;}
.footer p{ font-size:11px;}
}	

@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:8px; height:56px;}
.top-strip-col-1 p img{ width: 20px; margin: -3px 8px 3px;}
.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: 10px;}
.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;
	}

.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;}
.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{width:100%; height:54px; margin-top:5px;}

.devider-cp{margin:10px 0;}
.prod-img{width:55px;}
.odr-rgt { width: calc(100% - 60px); padding-left: 10px;}
.ord-right p, .cart-table span{ font-size:15px;}
.prod-box{min-height:50px;margin: 5px 0;}
.odr-remv{ top:14px;}

.frm-submit{width:100%;}

.summry-toggle-mob{	
	border-top: 1px solid #e6e6e6;
	padding: 1.20em 0;
	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: 1em 0;}
.logo{ width:190px; margin-top:5px;}
.secure-lock{ margin-top:0;}
.viewBx{ margin-top:10px;padding: 8px 8px;}
.view-box-col1,.view-box-col1 img{width: 24px; height: 24px;}
.view-box-col1 span{font-size: 14px;line-height: 24px;}
.view-box-col2 { width: calc(100% - 24px); padding-left: 6px; font-size: 10px; line-height: 14px; letter-spacing:0.2px;}

.paypal-box{margin-top: 20px; padding: 15px 15px 15px;}

.cp-contact, .cp-prospect, .cp-shipping{ margin-top:25px;}
.chk-head{ font-size: 22px; line-height: 26px;}

.label-checkbox{ font-size:14px;}
.all-checkbox{width: 18px;  height: 18px; margin-top:-2px; margin-right:5px;}
.all-checkbox:after{width: 14px; height: 14px;left: 1px; top: 1px;}

.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: 14px; line-height: 18px; letter-spacing:0.3px;}
.payment-flds-box{padding: 12px 15px;}
.payment-field label{ font-size:14px;}
.security-text{ font-size: 12px; letter-spacing: 0.5px; line-height: 16px;}

.all-sumbit{ margin-top:25px;}
.frm-submit{ height: 70px; line-height: 65px; font-size: 22px;}

.s6-mid-row{ margin-top:5px;}
.s6-testi-head{ font-size:18px; line-height:20px;}
.s6-testi-nm span{ font-size:14px;}
.s6-t-para{ letter-spacing:0.5px;}

.footer{ margin-bottom:0;}
.footer p { font-size:14px; line-height:24px;}
.footer p a{padding:0 7px 0 0;}
}

/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}