@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Oswald:wght@200..700&display=swap'); */

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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*====Fonts====*/
/* @font-face {
	font-family: 'Inter';
	src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
	font-weight: 300;
	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;
	}
@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: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Oswald';
	src: url('Oswald-DemiBold.woff2') format('woff2'),
	url('Oswald-DemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	} */

/*=====MAIN_CSS_START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top_strip{
	float:left;
	width:100%;
	padding:8px 0;
	background:#0f0f0f;
	}
.top_strip_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#fff;
	font-weight:500;
	letter-spacing:0.3px;
	}
/*===Header====*/
.header{
	float:left;
	width:100%;
	height:90px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	background:#fff;
	position:relative;
	}
.logo{
	float:left;
	width:200px;
	margin-top:12px;
	}
.secure_chek{
	float:right;
	width:225px;
	margin-top:23px;
	}
.strip_timer_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:30%;
	margin-top:9px;
	}
.strip_chance_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:400;
	letter-spacing:0.5px;
	text-transform:uppercase;
	margin-bottom:4px;
	}
#clockdiv, #clockdiv2 {
    display: inline-block;
    vertical-align: middle;
	width:162px;
	}
#clockdiv > div, #clockdiv2 > div{
	float:left;
	width:44px;
	height:42px;
	background:#fff;
	border-radius: 5px;
	padding:2px 0 3px;
	border:1px solid #4d4d4d;
	}
#clockdiv div > span, #clockdiv2 div > span{
	float:left;
	width:100%;
    text-align:center;
    color: #1f1f1f;
    font-size:17px;
    line-height:22px;
    font-weight:600;
	}
.smalltext {
	float: left;
	width:100%;
    font-size:10px;
    line-height:12px;
    color: #1f1f1f;
    text-align: center;
	letter-spacing: 0.5px;
	text-transform:uppercase;
	}
#clockdiv p, #clockdiv2 p {
    float: left;
    width:15px;
    color: #000;
    font-size:25px;
    text-align: center;
    padding: 0 0 0 0;
	font-weight:600;
	}

/*====package_section====*/
.package_section{
	float:left;
	width:100%;
	padding:50px 0 80px;
	background:#fff;
	}
.package_people_pop{
	display:inline-block;
	vertical-align:middle;
	padding:15px 65px 17px;
	background:#fff;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	border-radius:15px;
	position:relative;
	border:1px solid #5d9dde;
	}
.package_people_pop:after{
	position:absolute;
	content:"";
	left:50px;
	bottom:-22px;
	background:url(../../images/checkout-images/people_choose_arw.png) no-repeat left bottom;
	width:42px;
	height:24px;
	background-size:100%;
	}
.face_img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:35px;
	}
.face_img1{ left:15px;}
.face_img2{ right:15px;}

.package_row{
	float:left;
	width:100%;
	margin-top:80px;
	
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.package{
	width:31.5%;
	border:3px solid #b5b5b5;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	padding:15px 10px 20px;
	}
.package.pakge2{
	border:3px solid #5d9dde;
	box-shadow:0 0 15px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 15px 5px rgba(0,0,0,0.1);
	margin:-25px 0 -20px;
	padding:25px 10px 20px
	}
.pakge_type{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:300;
	margin-bottom:2px;
	}
.pakge_heading{
	float:left;
	width:100%;
	font-size:37px;
	line-height:42px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.3px;
	font-family: 'Oswald';
	}
.pkgge_benefit_strip{
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	color:#000;
	background:#fdee4c;
	padding:5px 10px;
	margin-top:15px;
	}
.pkgge_benefit_strip span{
	font-weight:bold;
	padding:0 10px;
	}
.pakge_prod_box{
	float:left;
	width:100%;
	padding:20px 0 0;
	position:relative;
	}
.package.pakge2 .pakge_prod_box{ padding:20px 0 0;}
.pakge_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pakge_seal{
	position:absolute;
	right:10px;
	top:15px;
	background:url(../../images/checkout-images/pakge_seal.png) no-repeat center center;
	width:99px;
	height:99px;
	background-size:100%;
	font-weight:600;
	font-family: 'Oswald';
	font-size:22px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
	padding:25px 0 0;
	text-align:center;
	}
.package.pakge3 .pakge_seal{ right:60px;}
.pakge_decp_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:500;
	padding:0 10px;
	letter-spacing:0.3px;
	}
.pakge_price_box{
	float:left;
	width:100%;
	padding:5px 0 10px;
	}
.package.pakge2 .pakge_price_box{ padding:15px 0 15px;}
.cut_price{
	float:left;
	width:100%;
	font-size:20px;
	line-height:27px;
	color:#5b5b5b;
	font-weight:500;
	position:relative;
	}
.cut_price span{ position:relative;}
.cut_price span:after{
	position:absolute;
	content:"";
	left:-4px;
	right:-3px;
	top:12px;
	transform:rotate(-9deg);
	border-top:2px solid #ff1800;
	}
.recent_price{
	float:left;
	width:100%;
	font-size:50px;
	line-height:50px;
	color:#000;
	font-weight:bold;
	margin-top:7px;
	letter-spacing:0.3px;
	}
.recent_price small{
	display:inline-block;
	vertical-align:middle;
	margin-top:8px;
	font-size:17px;
	line-height:26px;
	color:#000;
	font-weight:500;
	}
.pkage_ship_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#4789cd;
	font-weight:600;
	margin-top:12px;
	}
.pkage_ship_text img{
	width:28px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 7px 0 0;
	}
.life_time_mbg{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	color:#000000;
	line-height:18px;
	font-weight:400;
	margin-top:12px;
	text-decoration:underline;
	}
a.pakge_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:90%;
	background:#00c609;
	color:#fff;
	border-radius:5px;
	padding:10px 10px;
	height:70px;
	}
a.pakge_btn p{
	font-size:22px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
a.pakge_btn span{
	font-size:14px;
	line-height:18px;
	color:#fff;
	font-weight:400;
	display:block;
	}
.active.pakge_btn{
	background:#f79e1b;
	color:#fff;
	}
.active.pakge_btn span{color:#fff;}
a.pakge_btn img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-4px 10px 0 0;
	}
.pakge_pay_card{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	max-width:100%;
	width:165px;
	}
.pakge_btn_text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:15px auto 0;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	}
.pkg_popular{
	position:absolute;
	left:-53px;
	top:-15px;
	background:#ff0000;
	transform:rotate(-45deg);
	color:#fff;
	font-size:17px;
	line-height:17px;
	font-weight:600;
	text-transform:uppercase;
	padding:30px 40px 6px;
	width:145px;
	}
/*====checkout_section====*/
.checkout_section{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f9faff;
	}
.checkout_left{
	float:left;
	width:49%;
	}
.chk_ship_sec{
	float:left;
	width:100%;
	}
.chk_heading_box{
	float:left;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #d7d7d7;
	text-align:left;
	position:relative;
	margin-bottom:15px;
	}
.chk_heading_box p{
	float:left;
	width:100%;
	font-size:28px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}
.chk_heading_box span{
	float:left;
	width:100%;
	margin-top:5px;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:normal;
	letter-spacing:0.5px;
	}
.chk_head_seal{
	position:absolute;
	right:0;
	top:15px;
	}
.pay_card{
	position:absolute;
	right:0;
	top:0;
	}
.note_strip{
	float:left;
	width:100%;
	padding:10px 15px 10px 15px;
	text-align:left;
	background:#fff9e8;
	border:1px dashed #d0a635;
	border-radius:6px;
	margin-bottom:10px;
	}
.note_strip p {
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	letter-spacing:0.3px;
	padding-left:30px;
	position:relative;
	font-weight:600;
	}
.note_strip p:after{
	position:absolute;
	content:"";
	left:3px;
	top:50%;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#419b0a;
	margin-top:-6px;
	animation:fade 0.5s ease-in-out infinite;
	box-shadow:0 0 6px 2px rgba(65,155,10,0.3);
	-webkit-box-shadow:0 0 6px 2px rgba(65,155,10,0.3);
	border:1px solid #fff;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	100%{opacity:100%;}
	70%{opacity:30%;}
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:5px 0 10px;
	}
.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:12px;
    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);
	font-family:'Inter';
	}
.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 #c4c4c4;
	height:52px !important;
	padding:12px 15px 12px !important;
	border-radius: 5px;
	color: #000;
	font-weight:normal;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:16px !important;
	-webkit-appearance:none;
	font-family:'Inter';
	}
select.input-flds {
    background: url(../../images/checkout-images/select.png) right 15px center no-repeat #fff;
	}
.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 #31a42c;*/
	-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;}

.date_strip{
	float:left;
	width:100%;
	margin-top:35px;
	padding:0 0 35px 85px;
	position:relative;
	font-size:17px;
	line-height:25px;
	color:#000;
	text-align:left;
	letter-spacing:0.5px;
	border-bottom:1px solid #949494;
	}
.date_strip span{
	font-weight:700;
	color:#327ecc;
	}
.date_strip img{
	position:absolute;
	left:0;
	top:3px;
	}
.check_pay_sec{
	float:left;
	width:100%;
	margin-top:55px;
	}
.label-checkbox{
	float:left;
	text-align:left;
	cursor:pointer;
	margin:25px 0 15px;
	color:#000;
	font-size:16px;
	}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	margin-top:-5px;
	-webkit-appearance:none;
	width:22px;
	height:22px;
	border:1px solid #6b6b6b;
	border-radius:3px;
	outline:none;
	position:relative;
	margin-right:8px;
	-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:#fff;
	border:1px solid #6b6b6b;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background:url(../../images/checkout-images/blk_tik.svg) no-repeat center center;
	background-size:85%;
	left:1px;
	top:1px;
	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-checkbox2{
	float:left;
	text-align:left;
	cursor:pointer;
	margin:25px 0 15px;
	color:#000;
	font-size:16px;
	}
.label-checkbox2 a{ text-decoration:underline;}
.payoptbox{
	float: left;
    width: 100%;
	position:relative;
	margin-top:20px;
	}
.payment-cards-box{
	float: left;
    width: 100%;
	padding:15px 0;
	}
.payment-cards-box p{
	float:left;
	font-weight: 500;
    color: #000000;
	font-size:17px;
	}
.payment-cards-box img{
	float:left;
	margin:-5px 0 0 25px;
	height:34px;
	}
.payment-cards-box small{
	float:right;
	margin:5px 0 0 5px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:26px;
	top:0px;
	cursor:pointer;
	} 
.lock-bg{ top:50%; width:16px; margin-top:-8px; right:26px;}
.frm-submit{
	float:right;
	width:100%;
	background:#00c609;
	padding:20px 15px 17px;
	color:#fff;
	-webkit-appearance:none;
	border:none;
	outline:none;
	text-transform:uppercase;
	letter-spacing:0.5px;
    font-family:'Inter';
	text-transform:uppercase;
	cursor:pointer;
	border-radius: 5px;
	margin-top:15px;
	}
.frm-submit span{
	font-weight:bold;
	font-size:30px;
	line-height:38px;
	}
.frm-submit span img{
    display: inline-block;
    vertical-align: middle;
    margin: -8px 3px 0 0;
    width: 18px;
	}
.frm-submit p{
	font-size:13px;
	line-height:18px;
	margin-top:3px;
	}
.chek_gurnt_seal{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:25px auto 0;
	}
/*====checkout_right====*/
.checkout_right{
	float:right;
	width:45%;
	}
.order_summary_box{
	float:left;
	width:100%;
	}
.summary_head{
	float:left;
	width:100%;
	font-size:21px;
	line-height:28px;
	color:#000;
	font-weight:400;
	letter-spacing:0.3px;
	text-align:left;
	}
.order_summ_prod_row{
	float:left;
	width:100%;
	padding:15px 0;
	}
.order_sum_lft{
	float:left;
	width:70%;
	text-align:left;
	}
.prod_img_bx{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	height:70px;
	line-height:58px;
	border:1px solid #979797;
	border-radius:4px;
	background:#fff;
	text-align: center;
	position:relative;
	padding:5px 0;
	}
.prod_img_bx img{
	display:inline-block;
	vertical-align:middle;
	max-height:100%;
    height: 100%; 
	}
.prod_count{
    right: -6px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    top: -6px;
    position: absolute;
    background-color:#5d9dde;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
	text-align:center;
	}
.sum_ord_title{
	display:inline-block;
	vertical-align:middle;
	width: calc(100% - 85px);
	color: #000000;
	font-size:17px;
	line-height:25px;
	font-weight:400;
	letter-spacing: 0.5px;
	padding-left:15px;
	}
.sum_ord_title span{
	font-size:21px;
	line-height:27px;
	font-weight:700;
	}
.ord_right{
	float:right;
	margin-top:17px;
	text-align:right;
	}
.ord_right p{
	float:right;
	color: #161616;
	font-size:18px;
	line-height:20px;
	text-align:right;
	font-weight:400;
	position:relative;
	}
.ord_right p:after{
	position:absolute;
	content:"";
	right:0;
	top:49%;
	border-top:1px solid #f50808;
	transform:rotate(-9deg);
	left:0;
	}
.ord_right span{
	font-size:21px;
	line-height:27px;
	color:#000;
	font-weight:bold;
	}
.cart_table{
	color:#000;
    width:100%;
    font-size:16px;
    line-height:24px;
	}
.cart_table tr td{ padding:4px 0;}	
.cart_table span{color:#000;}
.bdr{     
    padding-top:10px;
    margin-top:10px;
	border-top:2px solid #ddd;
	}	
.total_txt{
	font-size:17px;
	}

.money_back_box{
	float:left;
	width:100%;
	margin-top:90px;
	border:2px solid #e1e1e1;
	background:#fff;
	border-radius:10px;
	padding-bottom:30px;
	}
.mbg_seal{
	display:inline-block;
	vertical-align:middle;
	margin:-64px auto 0;
	}
.money_back_head{
	float:left;
	width:100%;
	font-size:28px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	padding:18px 40px 18px;
	margin-top:20px;
	background:#f2f2f2;
	}
.money_back_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	color:#000;
	font-weight:normal;
	padding:20px 55px 0;
	letter-spacing:0.5px;
	}
.chk_right_head{
	float:left;
	width:100%;
	position:relative;
	margin-top:35px;
	font-size:24px;
	line-height:30px;
	font-weight:600;
	}
.chk_head_img{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	margin:0 8px 0 0;
	}
.chk_head_img2{ margin:0 0 0 8px;}
.chk_right_head:before{
	position:absolute;
	content:"";
	border-top:1px solid #9a9a9a;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	}
.chk_right_head span{ position:relative; background:#f9faff; padding:0 10px;}
ul.chk_right_list{
	float:left;
	width:100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.chk_right_list li{
	float:left;
	width:33.33%;
	text-align:center;
	margin-top:18px;
	}
ul.chk_right_list li img{
	display:block;
	margin:0 auto 10px;
	width:50px;
	}
ul.chk_right_list li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	letter-spacing:0.3px;
	border-right:1px solid #919191;
	}
ul.chk_right_list li:nth-child(3n) p{ border:none;}
ul.brand_trust_list{
	float:left;
	width:100%;
	margin-top:30px;
	border-top:1px solid #cfd5f4;
	}
ul.brand_trust_list li{
	float:left;
	width:100%;
	margin-top:25px;
	padding:0 0 25px 50px;
	position:relative;
	border-bottom:1px solid #d7d7d7;
	text-align:left;
	}
ul.brand_trust_list li:last-child{ border:none; padding-bottom:0;}
ul.brand_trust_list li img{
	position:absolute;
	left:0;
	top:5px;
	width:30px;
	}
ul.brand_trust_list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}
ul.brand_trust_list li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	letter-spacing:0.3px;
	margin-top:10px;
	}

/*====reviews_section====*/
.reviews_section{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffffff;
	overflow:hidden;
	}
.review_heading{
	float:left;
	width:100%;
	font-size:40px;
	line-height:46px;
	color:#000000;
	font-weight:700;
	}

/* footer style */
.ftrlist{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
    gap: 15px;
}


.footer{
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #dbdbdb;
	}
.footer_disc{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#000000;
	font-weight:normal;
	letter-spacing:0.3px;
	margin-bottom:10px;
	}
.footer_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#000;
	font-weight:normal;
	margin:10px 0 0;
	letter-spacing:0.3px;
	}
.footer_text a{ padding:0 10px;}	

/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}


.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}
/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.pkgge_benefit_strip{ font-size:14px; line-height:22px;}
.pkgge_benefit_strip span{ padding:0 6px;}
.pakge_decp_text{ font-size:13px; padding:0 5px; letter-spacing:0;}
.pakge_heading{ font-size:30px; line-height:36px;}

.checkout_left{ width:51%;}
.chk_heading_box p{ font-size:26px; line-height:30px;}
.chk_head_seal{ width:150px;}
.note_strip{ padding:10px;}

.money_back_text{ padding:20px 30px 0;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.package_people_pop{ padding:13px 55px 14px;font-size:14px;line-height:20px;}
.face_img{width:30px;}
.face_img1{left:15px;}
.face_img2{right:15px;}
.package_people_pop:after{left:70px;bottom:-16px;width:32px;}
.package_row{ margin-top:55px;}
.package{ width:32%;}
.package.pakge2{ margin:-15px 0 -10px;}
.pakge_type{ font-size:17px; line-height:22px;}
.pakge_heading{ font-size:28px; line-height:32px;}
.pkgge_benefit_strip{ font-size:11px; line-height:18px; padding:5px 2px;}
.pkgge_benefit_strip span{ padding:0 4px;}
.pakge_seal{width:75px;height:75px;font-size:17px;line-height:19px; padding:19px 0 0; top:10px;}
.package.pakge3 .pakge_seal{ right:30px;}
.recent_price{ font-size:45px; line-height:45px;}
.recent_price small{ font-size:15px; line-height:17px;}
.life_time_mbg{ font-size:13px;}
a.pakge_btn{border-radius:8px;max-width:100%; height:58px; padding:6px 5px;}
a.pakge_btn p{ font-size:19px; line-height:27px;}
a.pakge_btn span{ font-size:13px; line-height:17px;}
a.pakge_btn img{ width:19px;}
.pakge_btn_text{ font-size:13px; line-height:17px;}
.pakge_pay_card{ width:150px;}
.pkg_popular{left:-57px;top:-13px;font-size:11px;line-height:12px;padding:20px 51px 6px;width:137px;}


.checkout_left{ width:50%;}
.chk_heading_box p{ font-size:21px; line-height:26px;}
.chk_heading_box span{ font-size:15px; line-height:20px;}
.chk_head_seal{ width:110px;}
.money_back_head{ padding:15px 20px 15px; font-size:22px; line-height:28px;}
.money_back_text{ padding:15px 15px 0; font-size:15px; line-height:22px;}
.date_strip{padding:0 0 15px 60px;font-size:14px; line-height:19px;}
.date_strip img{ width:50px; top:6px;}
.note_strip p{ font-size:11px; line-height:14px; letter-spacing:0; padding-left:25px;}
.pay_card{ width:70px; top:5px;}
.label-checkbox{ font-size:15px;}
.input-flds, .selcet-fld{ font-size:15px;}

.frm-submit{ padding:15px 10px 13px; border-radius:9px;}
.frm-submit span{ font-size:25px; line-height:28px;}
.frm-submit p{ font-size:13px; line-height:17px;}

.chk_right_head{ font-size:16px; line-height:24px;}
.chk_head_img{ width:20px;}

.order_sum_lft{ width:72%;}
.prod_img_bx{ width:70px; height:60px; padding:2px 0;}
.sum_ord_title span{ font-size:15px; line-height:22px;}
.sum_ord_title{ font-size:12px; padding-left:10px; line-height:17px;}
.ord_right{ margin-top:13px;}
.ord_right p{ font-size:15px; line-height:15px;}
.ord_right span{ font-size:18px; line-height:20px;}
.cart_table{ font-size:14px;}
.total_txt{ font-size:15px;}
.cart_table tr td{ padding:2px 0;}

ul.chk_right_list li img{ width:40px;}
ul.chk_right_list li p{ font-size:12px; line-height:18px;}
ul.brand_trust_list li{ padding:0 0 20px 45px;}
ul.brand_trust_list li span{ font-size:18px; line-height:26px;}
ul.brand_trust_list li p{ margin-top:5px; font-size:15px; line-height:22px;}

.review_heading{ font-size:35px; line-height:40px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top_strip_text{ font-size:14px;}

.header{height:66px; padding:0 0;}
.logo{ width:140px; margin-top:9px;}
.secure_chek{ width:150px; margin-top:8px; display:none;}
.strip_timer_row{ float:right; max-width:45%; margin:6px 0 0;}
.strip_chance_text{ font-size:11px; line-height:12px;}
#clockdiv, #clockdiv2{ width:146px;}
#clockdiv > div, #clockdiv2 > div{ width:38px; height:36px;}
#clockdiv div > span, #clockdiv2 div > span{ font-size:13px; line-height:16px;}
.smalltext{ font-size:9px; line-height:12px;}
#clockdiv p, #clockdiv2 p{ font-size:23px;}

.package_section{ padding:20px 0 30px;}
.package_people_pop{padding:9px 55px 10px;font-size:13px;line-height:18px; border-radius:10px;}
.face_img{width:30px;}
.face_img1{left:10px;}
.face_img2{right:10px;}

.package_row{display:flex;flex-wrap:wrap;justify-content:space-between; margin-top:0;}
.package, .package.pakge2{ margin:30px 0 0; width:100%; padding:10px 15px 15px;}
.pakge1{order:3;}
.package.pakge2{order:2; margin-top:40px;}
.package.pakge2 .pakge_price_box{ padding:15px 0 5px;}
.pakge3{order:3;}
.pakge_type{ margin-bottom:6px;}
.pkgge_benefit_strip{ font-size:14px; line-height:20px; padding:5px 10px 6px; margin-top:10px;}
.pkgge_benefit_strip span{ padding:0 8px;}
.mobile_pkg_box{ float:left; width:100%;display:flex;flex-wrap:wrap;align-items: center;justify-content:space-between; padding:12px 0 15px;}
.pakge_prod_box{ width:54%;}
/*.pakge_prod{height:100px;object-fit:cover;}*/
.pakge_price_box{ width:42%; padding:0; text-align:left;}
.cut_price{ font-size:17px; line-height:24px;}
.recent_price{ font-size:36px; line-height:36px;}
.recent_price small{ font-size:13px; line-height:13px;}
.pkage_ship_text{ font-size:14px; line-height:20px; margin-top:8px;}
.pkage_ship_text img{ width:24px;}
.pakge_decp_text{ display:none;}
.pakge_pay_text{ font-size:10px; line-height:17px; letter-spacing:0; margin-top:5px;}
.pakge_pay_text img{ width:35px;}
.pakge_btn_text{ margin-top:10px; line-height:13px;}
.pakge_pay_card{ margin:10px auto 0; width:200px;}
.pkg_popular {left:-51px;top:-9px;}
.pakge_seal{ right:auto; left:5px; top:-5px;width: 70px;height: 70px;font-size:16px;line-height:19px;padding: 17px 0 0;}
.life_time_mbg{ margin-top:10px;}

.checkout_section{ padding:30px 0;}
.checkout_left{ width:100%;}
.chk_heading_box{ margin-bottom:15px;}
.chk_heading_box p{ font-size:19px; line-height:26px;}
.chk_head_seal{ width:100px;}
.chk_heading_box span{ font-size:14px; line-height:18px; letter-spacing:0; margin-top:3px;}

.note_strip{ padding:8px 7px;}
.note_strip p{ padding-left:20px;}
.note_strip p:after{ width:7px; height:7px; margin-top:-3.5px; left:0;}

.frm-flds{ margin:5px 0;}
.frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld,.frm-flds.city-fld {width: 100%;margin-right: 0;}
.input-flds, .selcet-fld{ height:50px;}
.alternate-payment-opt{font-size: 1em;}
.payment-flds-box .frm-flds.half-fld{ width:49%;}

.check_pay_sec{ margin-top:30px;}
.paypal-box{ padding:0 10px 10px;}
.paypal-box span{ margin:-15px 0 5px;}
.klarna_pay_btn img{ width:80px; height:43px;}
.paypalbtn{height:50px; width:100%; margin-top:10px;}
.klarna_pay_btn{padding: 6px 0; margin:0;}
.alternate-payment-opt{ margin-top:15px;}
.payoptbox{ margin-top:10px;}
.payment-cards-box{ padding:5px 0 10px;}

.date_strip{ font-size:15px; line-height:22px; letter-spacing:0.3px; margin-top:25px;}
.pay_card{ width:60px;}
.frm-submit{ padding:8px 10px 10px;}
.frm-submit span{ font-size:23px; line-height:30px;}
.frm-submit p{ font-size:11px; line-height:14px;}
.frm-submit span img{ width:15px; margin:-5px 2px 0 0;}

.label-checkbox{ margin:15px 0; font-size:13px; line-height:18px;}
.all-checkbox{ margin-top:-3.5px;}
.chek_gurnt_seal{ margin:15px auto 0;}

.checkout_right{ width:100%; margin-top:30px;}
.summary_head { font-size:19px; line-height:27px;}

.money_back_box{margin-top:80px;border:1.9px solid #e1e1e1; padding-bottom:20px;}
.mbg_seal{margin:-50px auto 0;width:150px;}
.money_back_head{padding: 15px 20px 10px;font-size: 20px;line-height: 22px; margin-top:15px;}
.money_back_text{ padding:15px 12px 0; font-size:15px; line-height:22px;}

.chk_right_head{ margin-top:30px;}
ul.chk_right_list li{ margin-top:20px;}
ul.chk_right_list li p{ font-size:12px;}
ul.chk_right_list li img{ margin:0 auto 5px;}
ul.brand_trust_list li{ margin-top:20px;}
ul.brand_trust_list li p{ font-size:14px; line-height:22px;}

.reviews_section{ padding:30px 0 0;}
.review_heading{ font-size:26px; line-height:32px; margin-bottom:20px;}

.footer{ padding:25px 0 20px;}
.footer_disc{ font-size:12px; line-height:20px;}
.footer_text{ font-size:13px; margin:5px 0;}
.footer_text a{ padding:0 5px;}
}


/*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://www.tommychongshemp.com/ten-things-nc/app/desktop/images/checkout-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}}

#error_handler_overlay ul li {
    text-align: left;
}
span.product-supply {
    font-weight: 400;
    font-size: 17px;
}
.frm-submit:hover {
    background: #00c609 !important;
}
.footerLinks a {
    padding: 0 10px;
}
a.linkOpt {
    border-right: 1px solid #000;
}
.footerLinks {
    float: left;
    width: 100%;
    margin: 10px 0; 
}

@media (max-width: 490px) {
    .footerLinks {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    a.linkOpt {
        border-right: none;
    }
}



#app_common_modal .app_modal_body iframe {
    min-height: 344px;
}
#error_handler_overlay .error_handler_body ul {
    padding: 0;
}
#error_handler_overlay .error_handler_body,
#app_common_modal .app_modal_body {
    min-height: auto;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}
#app_common_modal, #error_handler_overlay {
    overflow-y: hidden !important;
}
#app_common_modal_close, #error_handler_overlay_close {
    line-height: 26px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : landscape)
{
#error_handler_overlay .error_handler_body,
#app_common_modal .app_modal_body {
    min-height: 280px;
}
#app_common_modal .app_modal_body iframe {
    min-height: 242px;
}
}