@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*====Fonts====*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Italic.woff2') format('woff2'),
	url('Inter-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	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-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/

.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: 70.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;	
	}


/*==========================*/
.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: 5%;
    float: left;
    padding-top: 2em;
	padding-bottom:60px;
    box-sizing: content-box;
	}
	
.right-chk{
	width: 44%;
    padding-left: 5%;
    float: right;
    padding-top: 2.5em;
    padding-bottom: 60px;
    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{
	width: 100%;
	margin:0 auto;
    display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
	}
.logo{
	float:left;
	width:172px;
	}
.secure-lock{
	float: right;
    font-size: 12px;
    line-height: 18px;
    color: #787878;
    text-align: left;
    letter-spacing: 0.3px;
	position:relative;
	padding-left:45px;
	text-transform:uppercase;
	}
.secure-lock img{
	position:absolute;
	top:50%;
	left:0;
	width:40px;
	margin-top:-20px;
    filter: grayscale(100%);	
	}
.viewBx{
	width:100%;
	max-width:490px;
	margin:40px auto 0;
	background:#fff1aa;
	border:1px solid #e3d37f;
	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;
	justify-content:center;
	}
.view-box-col1{
	width:26px;
	position:relative;
	text-align:center;
	}
.view-box-col1 img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.view-box-col2{
	width:calc(100% - 26px);
	padding-left:10px;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	font-weight:bold;
	}

	

/*.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:35px;
	}
.heading-box{
	float:left;
	width:100%;
	margin-bottom:15px;
	}
.chk-head{
	font-size: 22px;
	line-height:28px;
	color: #000000;
	font-weight:700;
	text-align: left;
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:7px 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%;}*/
	
.frm-flds label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:7px;
    left: 15px;
    font-size: 0.7571428571em;
    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 #c9c9c9;
	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;
	-webkit-appearance: none;
	}
.selcet-fld {
    background: url(../images/select-arrow.png) no-repeat right 10px  center #fff;
    padding-right:25px;
	}
.payment-flds-box .selcet-fld {
	height:59px;
}
.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 #096795;
	box-shadow:0 0 0 1px #096795;
	-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-option-row{
	float:left;
	width:100%;
	margin-top:5px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.payment-option-col{
	width:48%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	border:1px solid #ccc;
	border-radius:5px;
	height:60px;
	cursor:pointer;
	}
.payment-option-col.active{
	background:#13a0e6;
	border-color:#13a0e6;
	}
.payment-option-col p{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	}
.payment-option-col.active p{
	color:#fff;
	}
.payment-option-col img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
	width:auto;
	height:24px;
	}
.payment-option-col.active img{
	filter:brightness(1) invert(1);
	}	
	
	
/*.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;
	}*/
.billingsame {
    float: left;
    width: 100%;
    margin-top: 15px;
	}
.label-checkbox{
	float:left;
	width:100%;
	text-align:left;
	cursor:pointer;
	margin-bottom: 15px;
	color: #000000;
	font-size:14px;
	display: flex;
	align-items: center;
	}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	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:1px;
	top:0;
	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;
	}
.all-sumbit{
	float:left;
	width:100%;
	}
.jcf-checkbox, .jcf-radio {
	cursor: pointer !important;
	background: #000 !important;
	border: 1px solid #000 !important;
	border-radius: 4px;
	height: 20px !important;
	width: 20px !important;
	}
.jcf-checkbox span {
	height: 6px !important;
	width: 12px !important;
	top: 45% !important;
	left: 46% !important;
	border: 3px solid #fff !important;
	}
.jcf-checked {
	background: #000 !important;
	}
.jcf-unchecked {
	background-color: #fff !important;
	}
.jcf-focus,
.jcf-focus * {
	border-color: #000 !important
	}
.jcf-range.jcf-focus .jcf-active-handle {
	border:1px solid #000 !important;
	}	  
#SmsOptIn {
	opacity: 1 !important;
	}
#shipping_check, .all-checkbox {
	cursor: pointer;
	}
.frm-submit{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:linear-gradient(180deg, #f6d793, #f6af1a);
	border-radius:45px;
	border:2px solid #dd920f;
	height:75px;
	color:#000;
	font-weight:700;
	font-size:26px;
	line-height:73px;
	-webkit-appearance:none;
	outline:none;
	letter-spacing:0.3px;
    font-family: 'Inter';
	text-transform:uppercase;
	cursor:pointer;
	}
.frm-submit img{
    display: inline-block;
    vertical-align: middle;
    margin: -10px 12px 0 0;
    width:18px;
	object-fit: contain;
	margin: auto 0;
	transform: translate(-4px, -3px);
	}
.card-icons-wrapper {
	gap: 5px;
}
.card-icon {
	object-fit: contain;
	width: 40px;
}
.save-checkout-img{
	display:block;
	margin:25px auto 0;
	max-width:100%;
	object-fit: contain;
	width: 360px;
	image-rendering: smooth;
	}
.paypal_btn-box{
	float: left;
    width: 100%;
    margin-top: 30px;
	outline:none !important;
	}
.paypalbtn{
	display: flex;
    align-items: center;
    justify-content: center;
    padding:18px 15px;
    width: 100%;
    background: #ffc439;
    color: #111;
    box-sizing: border-box;
    border-radius: 45px;
	}
.paypalbtn img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:0 2px;
	}
.paypalbtn p{
	font-size:19px;
	font-weight:500;
	color:#000;
	padding-left:10px;
	}


/*RIGHT SIDE*/
.secure-pay-row{
	width:100%;
	margin:0 auto;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	}
.secure-pay-col{
	width:33.33%;
	border-right:1px solid #a4a4a4;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:10px;
	}
.secure-pay-col:last-child{
	border-right:none;
	padding-right:0;
	justify-content:end;
	}
.secure-pay-col:first-child{
	padding-left:0;
	justify-content:start;
	}
.secure-pay-col-icn{
	width:29px;
	}
.secure-pay-col-icn img{
	display:block;
	margin:0 auto;
	width:29px;
	max-width:100%;
	}
.secure-pay-col-content{
	text-align:left;
	}
.secure-pay-col-text{
	font-size:13px;
	line-height:17px;
	color:#000;
	font-weight:700;
	}


.order-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:30px auto 0;
	}
.order-left{
	width:78%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.order-left-prod-box{
	width:70px;
	position:relative;
    border: 1px solid #096795;
    border-radius: 5px;
    background: #fff;
	padding:5px 0;
	}
.order-left-prod-box img{
	display:block;
	margin:0 auto;
	width:30px;
	max-width:100%;
	}
.order-prod-count{
    left: 40px;
    height:18px;
    width:18px;
    line-height:18px;
    top:5px;
    position: absolute;
    background-color: #096795;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
	}	
.order-prod-info{
	width:calc(100% - 90px);
	text-align:left;
	}
.order-prod-info-text1{
	font-size:17px;
	line-height:23px;
	color:#000;
	font-weight:700;
	}
.order-prod-info-text2{
	font-size:15px;
	line-height:21px;
	color:#000;
	margin-top:5px;
	}
.order-prod-price{
	width:20%;
	text-align:right;
	}
.order-prod-price-text{
	font-size:17px;
	line-height:23px;
	color:#000;
	margin-top:5px;
	font-weight:700;
	}
.order-prod-cut-price{
	font-size:17px;
	line-height:23px;
	color:#000;
	}
.order-prod-cut-price span{
	display:inline-block;
	position:relative;
	}
.order-prod-cut-price span:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:10px;
	border:1px solid #f00;
	transform:rotate(-15deg);
	}
/*.devider-cp{
	float:left;
	width:100%;
	margin:8px 0;
	height:1px;
	background:#a9a9a9;
	}*/
.cart-box{
	width:100%;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin:30px 0 15px;
	padding:10px 0;
	}
.cart-table{
	width:100%;
	color: #1e1e1e;
	font-size:16px;
	line-height:22px;
	padding:5px 3px;
	}
.cart-table span{
	font-size:16px;
	color:#323232;
	font-weight:500;
	}
.tot-txt-l{
	font-size:18px;
	color:#000000;
	font-weight:bold;
	}
.cart-table .total-txt  span{
	font-size:18px;
	color:#191919;
	font-weight:bold;
	}
.cart-save-text{
	font-size:18px;
	line-height:24px;
	color:#00a600;
	font-weight:700;
	text-align:left;
	margin-top:10px;
	font-style:italic;
	padding-left:20px;
	}
.cart-save-text span{
	float:right;
	}
.cp-shipping{
	float:left;
	width:100%;
	margin-top:35px;
	}
	
	
/*------------------------
CSS FOR PAYMENT 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;
	}
.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;
    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%;
	}
#card-btn {
	justify-content: center;
	gap: 10px;
	}
.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: 12px;
    line-height:18px;
    margin-top: 10px;
    text-align: left;
	position:relative;
	padding-left:28px;
	}
.security-text img{
	position:absolute;
	left:0;
	top:-4px;
	width:21px;
	}
.next-order-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	margin-top:25px;
	position:relative;
	padding-left:25px;
	text-align:left;
	display:flex;
	flex-direction:row;
	gap:5px;
	align-items:center;
	cursor: pointer;
	transform: translate(-24px, 9px);
	} 
.next-order-text img{
	position:absolute;
	left:0;
	top:3px;
	width:16px;
	}
.term-text{
	font-size:12px;
	line-height:18px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:15px;
	text-align:left;
	}
#kount-ajax-loading-modal {
	display: none;
	}
#paypal-btn {
	display: none;
	}
.transparent-btn {
	background-color: transparent;
	border: none;
	}
.hidden {
	display: none !important;
	}
.show-f {
	display: flex !important;
	}
.tokenex-container {
	height: 59px;
  	border: 1px solid #C7C7C7;
    padding: 0 15px;
	border-radius: 4px;
	overflow:hidden;
	}
.tokenex-field {
	display: none !important;
}
.help-block {
	color: #a94442;
    display: block;
    padding-top: 5px;
	}
.has-error input, .has-error select {
	border-color: #a94442 !important;
	}

/*------------------------
Reviews
------------------------*/
.choose-logo{
	display:block;
	margin:10px auto 0;
	width:448px;
	max-width:100%;
	}
.guarantee-box{
	width:100%;
	background:#ebf8ff;
	border:1px solid #096795;
	border-radius:10px;
	padding:20px 25px;
	text-align:left;
	margin:40px auto 0;
	}
.guarantee-heading{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.guarantee-seal-box{
	width:110px;
	}
.guarantee-seal-box img{
	display:block;
	margin:0 auto;
	width:108px;
	max-width:100%;
	}
.guarantee-heading-right{
	width:calc(100% - 125px);
	text-align:left;
	}
.guarantee-heading-text{
	font-size:25px;
    line-height:31px;
    color: #000;
	font-weight:700;
	}
.guarantee-text{
	font-size:16px;
    line-height:24px;
	letter-spacing:0.3px;
    color: #000;
	font-weight:500;
	margin-top:15px;
	}
.checkout-review-heading{
	font-size:24px;
    line-height:30px;
    color: #000;
	font-weight:700;
	border-top:1px solid #b2b2b2;
	margin-top:60px;
	}	
.checkout-review-heading span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:0 15px;
	margin-top:-18px;
	}
.review-box{
	width:100%;
	margin:20px auto 0;
	display:flex;
	flex-wrap:wrap;
	row-gap:15px;
	}
.review-col{
	float:left;
	width:100%;
	border:1px solid #b2b2b2;
	border-radius:5px;
	padding:20px 20px 25px;
	text-align:left;	
	}	
.review-col-text1{
	font-size:19px;
	line-height:25px;
	color:#000;
	font-weight:700;	
	}		
.review-star{
	display:block;
	width:110px;
	margin-top:10px;
	}
.review-col-text2{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:10px;	
	}		
.verify-row{
	float:left;
	width:100%;
	margin-top:25px;
	position:relative;
	padding-left:70px;
	}
.verify-img{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-28px;
	width:57px;
	border-radius:50%;
	}
.verify-name{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:700;
	}
.verify-text{
	font-size:13px;
	line-height:19px;
	color:#77c44f;
	margin-top:5px;
	}
.verify-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	width:14px;
	}

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	padding:30px 0 45px;
	}
.footer .container{
	justify-content:center;
	flex-wrap:wrap;
	flex-direction:column;
	}
.footer-txt1{
	font-size:15px;
	line-height:21px;
	color:#3b3b3b;
	margin-top:10px;
	}
.footer-txt1 a{ padding:0 5px;}


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

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

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

.lft-chk{padding-right: 4%;}
.view-box-col2 {font-size: 19px; line-height: 25px;}
.next-order-text {font-size: 14px; line-height: 20px;}
.right-chk{ padding-left: 4%;}
.secure-pay-col-text { font-size: 12px;}
.guarantee-heading-right { width: calc(100% - 120px);}
.guarantee-heading-text { font-size: 22px; line-height: 28px;}

}


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

.fordesk{display: none;}
.fortab{display: block;}

.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; padding-bottom:60px;}
.right-chk{width:100%; padding-left:0; float:none; padding:1rem 0 0;}
.right-chk:after{left:-100%; box-shadow:none;}
.secure-pay-row{ margin:30px auto 0;}
.secure-pay-col-text { font-size: 13px;}

.checkout-review-heading{ margin-top:80px;}
}


@media only screen and (max-width:767px){
/*.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}*/

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

#card-btn { gap: 0; }

.card-icon { width: 30px; }

.jcf-checkbox, .jcf-radio { width: 32px !important; }

.lft-chk{width:100%; padding-right:0; float:none; padding-top:0; padding-bottom:30px;}
.right-chk{width:100%; padding-left:0; float:none; padding:1rem 0 0;}
.right-chk:after{left:-100%; box-shadow:none;}

.logo { width: 135px;}
.secure-lock { font-size: 11px; line-height: 15px; padding-left: 40px;}
.secure-lock img { width: 35px; margin-top:-17px;}

.secure-pay-row{ margin:30px auto 0;}
.secure-pay-col { column-gap: 5px;}
.secure-pay-col-text {font-size: 12px; line-height:15px;}

.order-left-prod-box { width: 55px;}
.order-left-prod-box img {width: 22px;}
.order-prod-count { left: 32px; height: 15px; width: 15px;line-height: 15px; top: 7px; font-size: 10px;}	
.order-prod-info { width: calc(100% - 70px);}
.order-prod-info-text1 { font-size: 15px; line-height: 21px;}
.order-prod-info-text2 { font-size: 13px; line-height: 19px;}
.order-prod-cut-price { font-size: 15px; line-height: 21px;}
.order-prod-price-text { font-size: 15px; line-height: 21px;}

.cp-contact, .cp-prospect {margin-top: 25px;}
.frm-flds{ margin:5px 0;}
.payment-option-row{ margin-top:0;}
.payment-option-col{ height: 55px;}
.payment-option-col p {font-size: 15px;line-height: 24px;}
.payment-flds-box{ padding:15px;}
.cp-shipping {margin-top: 25px;}
.security-text{font-size: 11px; line-height: 16px;}
.term-text {font-size: 11px;line-height: 17px;}

.frm-submit{height: 70px;font-size: 22px; line-height: 68px;}
.frm-submit img { margin: -7px 10px 0 0;width: 16px;}
.paypal_btn-box {margin-top: 25px;}
.paypalbtn{padding: 15px 15px;}
.paypalbtn p{font-size:17px;}

.payment-flds-box .selcet-fld { height: 50px; }

.checkout-review-heading { margin-top: 50px;font-size: 20px;}
.guarantee-box{padding: 20px 20px;margin: 30px auto 0;}
.guarantee-seal-box {width: 100px;}
.guarantee-heading-right {width: calc(100% - 110px);}
.guarantee-heading-text {font-size: 20px;line-height: 28px;}

.cart-box { margin: 20px 0 10px; padding: 5px 0;}
.cart-table { font-size: 14px; line-height: 20px;}
.cart-table span { font-size: 14px;}
.tot-txt-l { font-size: 16px;}
.cart-table .total-txt span { font-size: 16px;}
.cart-save-text { font-size: 16px; line-height: 22px; margin-top: 5px;}

.security-text img{top:2px;}

.viewBx { margin: 25px auto 0; padding: 8px 10px;}
.view-box-col1 { width: 20px;}
.view-box-col2 { font-size: 14px; line-height: 21px;padding-left: 7px;}

.chk-head { font-size: 20px; line-height: 26px;}

.review-box { margin: 5px auto 0;}
.review-col { padding: 15px 15px 20px;}
.review-star { width: 100px;}
.review-col-text1 { font-size: 18px; line-height: 24px; letter-spacing: 0.3px;}
.review-col-text2 { font-size: 15px; line-height: 23px;}
.verify-row { margin-top: 20px; padding-left: 60px;}
.verify-img { margin-top: -25px; width: 50px;}
.verify-icn { margin: 0px 3px 0 0;}

.footer { padding: 15px 0 25px;}
.footer-txt1 {font-size: 13px; line-height: 19px;}
}



