@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: 'Arial';
	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: 'Bebas Neue';
	src: url('BebasNeue-Regular.woff2') format('woff2'),
	url('BebasNeue-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Arial';
	src: url('ArialMT.woff2') format('woff2'),
	url('ArialMT.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Arial';
	src: url('Arial-BoldMT.woff2') format('woff2'),
	url('Arial-BoldMT.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*=====Main_Css=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*====Top_Strip====*/	
.top_strip{
	float:left;
	width:100%;
	padding:5px 0;
	background:#e1b04a;
	}
ul.top_strip_list{
	display:flex;
    display:-webkit-flex;
	align-items:center;
    justify-content:center;
	width:100%;
	}
ul.top_strip_list li{
	display:flex;
    display:-webkit-flex;
	align-items:center;
    justify-content:start;
	column-gap:5px;
	text-align:left;
	padding:0 20px;
	position:relative;
	}
ul.top_strip_list li:after{
	position:absolute;
	content:"";
	border-top:1px solid #000;
	width:4px;
	right:-2px;
	top:50%;
	transform:translateY(-50%);
	}
ul.top_strip_list li:last-child:after{ display:none;}
.top_strip_list li img{
	width:9px;
	flex-shrink:0;
	margin-top:-1px;
	}
ul.top_strip_list li p{
	font-size:12px;
	line-height:18px;
	color:#000000;
	text-transform:uppercase;
	}
/*====HEADER====*/
.fixed_header_bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	height:75px;
	margin-top:-75px;
	top:75px;
	position:relative;
	background:#0a0a0a;
	}
.fixed_nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-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);
	}
.header_row{
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content: space-between;
    flex-shrink:0;	
	width:100%;
	margin:0 auto 0;
	}
.logo{
	flex-shrink:0;
	width:103px;
	margin-top:-28px;
	}
.log_anim.logo{
    width:69px;
    margin-top: 0;	
	}				
ul.topMenu{
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content:center;
	margin:0 auto 0;
	}
ul.topMenu li{
	float:left;
	padding:0 18px;
	position:relative;
	}
ul.topMenu li a{
	color:#fff;
	font-size:12px;
	line-height:12px;
	letter-spacing:0.3px;
	position:relative;
	text-transform:uppercase;
	}

ul.hdr_rgt_list{ float:right; margin-top:0;}
ul.hdr_rgt_list li{
	display:inline-block;
	vertical-align:top;
	margin-left:16px;
	}
ul.hdr_rgt_list li img{
	margin:0 auto 0;
	display:block;
	width:22px;
	}
/*====Banner====*/
.banner{
	float:left;
	width:100%;
	padding:80px 0 80px;
	background:#0d0c09;
	position:relative;
	overflow: hidden;
	}
.banner_video {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width:100%;
    height:auto;
    z-index:0;
	background:none;
	}
/*.banner::after {
	content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
	}*/
.banner:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:220px;
	background: #E1B04A;
	background: linear-gradient(180deg, rgba(225, 176, 74, 0.19) 0%, rgba(225, 176, 74, 0) 35%, rgba(225, 176, 74, 0) 100%);
	z-index: 2;
	}
.banner_content{
	float:left;
	width:47%;
	text-align:left;
	position: relative;
	z-index: 2;
	}
.banner_text1{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	line-height:14px;
	color:#a3a3a3;
	padding:5px 15px 5px 25px;
	position:relative;
	border:1px solid rgba(225,174,74,0.3);
	text-transform:uppercase;
	}
.banner_text1:after{
    content: '';
    position: absolute;
    top:50%;
	transform:translateY(-50%);
    left:10px;
    width:6px;
    height:6px;
    border-radius: 50%;
    background:#edac3a;
    /*animation:breath 1.3s infinite;*/
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}
.banner_title{
	font-size:100px;
	line-height:92px;
	color:#fff;
	font-family: 'Bebas Neue';
	letter-spacing:-1px;
	margin-top:30px;
	}
.banner_title span{ color:#e1b04a;}
.banner_text2{
	font-size:16px;
	line-height:22px;
	color:#edac3a;
	margin-top:25px;
	}
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:410px;
	text-align:center;
	margin-top:40px;
	}
.common_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:0 auto;
	-webkit-appearance:none;
	outline:none;
	border:none;
	width:100%;
	font-size:16px;
	line-height:60px;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	background:#e1b04a;
	border-radius:5px;
	height:58px;
	font-family: 'Arial';
	box-shadow:0 10px 30px 0 rgba(237,172,58,0.6);
	}
.button_list{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top:18px;
	}
.button_list li{
	font-size:14px;
	line-height:18px;
	color:#b9b9b9;
	padding:0 10px;
	position:relative;
	}	
.button_list li:after{
	position:absolute;
	content:"";
	width:4px;
	border-top:2px solid #e1b04a;
	right:-3px;
	top:50%;
	}
.button_list li:first-child{ padding-left:0;}
.button_list li:last-child{ padding-right:0;}
.button_list li:last-child:after{ display:none;}
/*====Slider_Strip====*/
.slider_strip{
	float:left;
	width:100%;
	padding:20px 0;
	background:#0d0c09;
	border-top:1px solid rgba(255,255,255,0.1)
	}
.slider_strip_scroll_row{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:nowrap;
	}
ul.slider_strip_scroll_list{
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 25s linear infinite;
	row-gap:0;
	}
ul.slider_strip_scroll_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 20px;
	position: relative;
	column-gap:6px;
	width:auto;
	}
ul.slider_strip_scroll_list li p{
	font-size:14px;
	line-height:20px;
	color:#fff;
	font-weight:400;
	letter-spacing:0.3px;
	}
.secure_scroll_icon{
	width:26px;
	display: inline-block;
    vertical-align: middle;
	margin:0 0 0;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
/*====Section1====*/
.section1{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.section1_top{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	}
.common_heading{
	font-size:70px;
	line-height:60px;
	color:#000;
	font-family: 'Bebas Neue';
	}
.common_heading span{ color:#edac3a;}
.common_tparagraph{
	font-size:16px;
	line-height:22px;
	color:#000000;
	margin-top:20px;
	}
.section1_shop_wrap{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
	width:100%;
	margin:40px auto 0;
	column-gap:2.45%;
	}
.section1_shop_col{
	width:31.7%;
	border:1px solid #000000;
	background:#fff;
	padding:10px;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.sec1_shop_prodBox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	padding:25px 20px 20px;
	}
.hero_stock{
	position:absolute;
	top:2px;
	right:2px;
	font-size:12px;
	line-height:12px;
	color:#000;
	padding:6px 8px;
	background:#e5e5e5;
	}
.hero_stock p{ position:relative;}
.hero_stock p:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:6px;
	height:6px;
	margin:-2px 6px 0 0;
	border-radius:50%;
	background:#31e98d;
    animation: breath 1.3s infinite;
	}
.sec1_shop_prodbox_icon{
	position:absolute;
	left:5px;
	top:0;
	width:11px;
	}
.sec1_shop_prod{
	display:block;
	margin:0 auto;
	width:105px;
	}
.sec1_shopCol_content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	text-align:left;
	padding:0 5px;
	}
.s1_shop_product_name{
	font-size:36px;
	line-height:36px;
	color:#000000;
	font-family: 'Bebas Neue';
	}
.shop_col_quality_text{
	font-size:11px;
	line-height:14px;
	color:#999999;
	text-transform:uppercase;
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #cccccc;
	}
.s1_shop_cont_row{
	display:-webkit-flex;
    display:flex;
    justify-content:start;
	align-items:flex-start;
	width:100%;
	margin-top:15px;
	}
.s1_col_text{
	font-size:12px;
	line-height:18px;
	color:#000;
	text-align:left;
	width:calc(100% - 80px);
	padding-right:5px;
	}
.shop_col_price_box{
	float:right;
	text-align:left;
	}
.shop_col_price_box p{
	font-size:10px;
	line-height:14px;
	color:#999999;
	}
.shop_col_price_box h3{
	font-size:30px;
	line-height:30px;
	color:#000;
	font-weight:400;
	font-family: 'Bebas Neue';
	}
.shop_button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	text-align:center;
	padding:0 5px 5px;
	}
.common_button.shop_button{
	box-shadow:none;
	font-size:12px;
	line-height:49px;
	height:46px;
	border-radius:0;
	}
.btn_arrow{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-2px 0 0 10px;
	}
/*====Section2====*/
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	background:#000000;
	}
.section2_row{
	margin:50px auto 10px;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.section2_col{
	width:31.3%;
	background:#fff;
	padding:35px 21px 20px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	height:auto;
	}
.se2_col_inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
	height:100%;
	}
.sectio2_col_top{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-bottom:20px;
	}
.sec2_step_number{
	position:absolute;
	left:50%;
	margin-left:-25px;
	top:-26px;
	width:50px;
	height:50px;
	background:#edac3a;
	border:5px solid #000;
	border-radius:50%;
	font-family: 'Bebas Neue';
	font-size:26px;
	line-height:26px;
	
	display:flex;
	display:-webkit-flex;
    -webkit-box-align:center;
    align-items:center;
    justify-content:center;
	}
.s2_col_title{
	font-size:40px;
	line-height:40px;
	color:#000;
	font-family: 'Bebas Neue';
	}
.s2_col_sub_title{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:10px;
	padding:0 8px;
	}
.sec2_col_image_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.sec2_col_image{
	display:block;
	max-width:100%;
	}
/*====Section3====*/
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffffff;
	}
.section3_left{
	width:61.6%;
	text-align:left;
	float:left;
	}
.section3_accordion_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	}
.sec3_accordion_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border-bottom:1px solid #d7d7d7;
	border-left:3px solid #fff;
	}
.sec3_accordion_row.active{
	border-left:3px solid #edac3a;
	}
.sec3_accordion_heading{
	float:left;
	width:100%;
	padding:20px 35px 20px 20px;
	
	text-align:left;
	background:url(../images/s3_acdn_close.webp) no-repeat right 5px center;
	background-size:30px;
	position:relative;
	cursor:pointer;
	}
.sec3_accordion_heading_open{
	background:url(../images/s3_acdn_open.webp) no-repeat right 5px center;
	background-size:30px;
	}
.sec3_accordion_heading p{
	font-size:12px;
	line-height:16px;
	color:#010101;
	text-transform:uppercase;
	margin-bottom:3px;
	}
.sec3_accordion_heading h3{
	font-size:30px;
	line-height:36px;
	color:#000;
	font-weight:400;
	font-family: 'Bebas Neue';
	}
.sec3_accordion_content{
	float:left;
	width:100%;
	padding:0 30px 5px 20px;
	text-align:left;
	}
.sec3_accordion_text{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-bottom:15px;
	}
.section3_right{
	width:38%;
	float:right;
	position:relative;
	}
.s3_right_round{
	background:#f9f3e8;
	width:339px;
	height:339px;
	border-radius:50%;
	position:absolute;
	right:0;
	top:140px;
	}
.section3_prod1{
	position:absolute;
	right: 35px;
	top: -90px;
	z-index:1;
	width:235px;
	}
.section3_prod2{
	position:absolute;
	left: 60px;
	top:270px;
	z-index:1;
	width:301px;
	}
/*====Section4====*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#000000;
	}
.section4_row{
	margin:30px auto 0;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:55px;
	}
.section4_col{
	width:31.4%;
	padding:25px 10px 25px;
	position:relative;
	border:1px solid #111111;
	text-align:center;
	}
.s4_col_icon_box{
	display:inline-block;
	vertical-align:middle;
	width:52px;
	min-height:52px;
	margin:0 auto 20px;
	}
.s4_col_icon{
	display:block;
	width:100%;
	}
.s4_col_heading{
	font-size:30px;
	line-height:36px;
	color:#fff;
	font-weight:400;
	font-family: 'Bebas Neue';
	text-transform:uppercase;
	}
.s4_col_heading span{
	color:#e1b04a;
	}
.section4_col p{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-top:15px;
	}
.section4_col2{ border:none; padding:0;position:relative;z-index:1;}
.s4_col_logo{
	display:block;
	width:323px;
	margin:0 auto -110px;
	position:relative;
	z-index:1;
	max-width:100%;
	}
/*====Section5====*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffffff;
	}
.question_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:775px;
	margin-top:15px;
	}
.faq_slide_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#faf7f2;
	border:1px solid #e1e1e1;
	margin-top:20px;
	}
.faq_slide_row.active{border:1px solid #000000;}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat right 15px center;
	background-size:11px;
	padding:20px 20px 20px 25px;
	position:relative;
	cursor:pointer;
	font-size:26px;
	line-height:26px;
	color:#000;
	font-weight:400;
	font-family: 'Bebas Neue';
	}
.acdn_heading.accordion_open{
	background:url(../images/open.webp) no-repeat right 15px center;
	background-size:11px;
	border-bottom:none;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 5px 25px;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	font-size:16px;
	line-height:22px;
	color:#000000;
	margin-bottom:20px;
	font-weight:400;
	}
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#0a0a0a;
	position:relative;
	overflow:hidden;
	padding:40px 0 35px;
	}
.footer_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:40px;
	border-bottom:1px solid rgba(215,215,215,0.2);
	}
.footer_col{
	width:22%;
	text-align:left;
	}
.footer_col1{
	width:31%;
	}
.footer_logo{
	width:101px;
	display:block;
	}
.footer_col1_text{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-top:5px;
	}
.footer_col_heading{
	font-size:18px;
	line-height:24px;
	color:#e1b04a;
	}
ul.footer_list{
	float:left;
    width:100%;
    margin-top:25px;
	}
ul.footer_list li{
	color:#fff;
    font-size:16px;
	line-height:22px;
	text-align:left;
	letter-spacing:0.3px;
    margin-top:10px;
	}
ul.footer_list li a{ color:#fff;}	
ul.footer_list li:first-child{ margin-top:0;}
.footer_col4{ width:25%;}
.footer_box{
	float:left;
	width:100%;
	padding-top:30px;
	}
.footer_box p{
	font-size:16px;
	line-height:22px;
	color:#fff;
	}
/*==================
	PDP CSS
==================*/
.pdp-section1{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 30px;
	}
.pdp-sec1-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.pdp-sec1-left{
	width:46.5%;
	}
.pdp-sec1-left-inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.lab-analysis-box{
	width:100%;
	max-width:260px;
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:8px;
	padding:8px 10px;
	margin:30px auto 0;
	border:1px solid #edac3a;
	}
.lab-analysis-icn{
	width:13px;
	}
.lab-analysis-text{
	font-size:14px;
	line-height:20px;
	color:#000;
	text-transform:uppercase;
	cursor:pointer;
	}
	
.pdp-sec1-right{
	width:49%;
	text-align:left;
	}
.pdp-sec1-point{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	column-gap:7px;
	margin:15px auto 0;
	}
.pdp-sec1-point li{
	font-size:14px;
	line-height:20px;
	color:#000;
	text-transform:uppercase;
	border:1px solid #edac3a;
	padding:1px 10px;
	}
.pdp-sec1-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:30px 0 0;
	border-top:1px solid #d6d6d6;
	padding:15px 0 0;
	}
.pdp-sec1-list li{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;	
	align-items:start;
	column-gap:10px;	
	
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:12px;
	}
.pdp-sec1-list li img{
	width:18px;
	flex-shrink:0;
	margin:2px 0 0;
	}
.pdp-sec1-warning{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;	
	align-items:start;
	column-gap:8px;
	background:#fffaf0;
	border:1px solid #000;
	margin:30px auto 0;
	padding:10px 15px;
	}
.pdp-s1-alert-icn{
	width:15px;
	flex-shrink:0;
	margin:3px 0 0;
	}
.pdp-sec1-warning p{
	font-size:14px;
	line-height:20px;
	color:#000;
	}	
.package-heading{
	font-size:26px;
	line-height:32px;
	color:#000;
    font-family: 'Bebas Neue';
	margin-top:30px;
	}	
.package_row{
	width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:20px;
	}
.package_col{
	width: 100%;
    float: left;
	min-height:90px;
    background: #fff;
    border:1px solid #b7b7b7;
    cursor: pointer;
	position:relative;
	padding:10px 15px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	}
.package_col.active {
    border:1px solid #edac3a;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background:#fff9ee;
	}
.radio_opt{
	width:20px;
	padding:0;
	margin-top:0;
	}
.best_strip{
	position:absolute;
	left:45px;
	top:-12px;
	padding:4px 7px 3px;
	background:#66e8ce;
	font-size:11px;
	line-height:15px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	}
.most_popular{
	background:#d7a640;
	color:#fff;
	}
.radio_opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.radio_opt input[type='radio'] + span{
	width:20px;
	height:20px;
	border-radius:50%;
	border:1px solid #000;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.radio_opt input[type='radio']:checked + span{background:#fff; border:1px solid #edac3a;}
.radio_opt input[type='radio']:checked + span:before{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	background:#edac3a;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	}
.package_col.active .radio_opt input[type='radio']:checked + span{border:1px solid #edac3a; background:#fff;}
.package_col.active .radio_opt input[type='radio']:checked + span:before{background: #edac3a;}
.purchase_info{
	width:37%;
	text-align:left;
	padding-left:10px;
	}
.pkg-qty{
	font-size:26px;
	line-height:28px;

	color:#000000;
    font-family: 'Bebas Neue';
	}
.pkg-free-text{
	font-size:12px;
	line-height:16px;
	color:#d48700;
	margin-top:3px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}	
.purchase_prod_box{
	width:38%;
	}	
.purchase_prod{
	display:block;
	margin:0 auto;
	max-width:126px;
	width:100%;
	}
.purchase_priceBx{
	width:22%;
	text-align:right;
	padding-right:0;
	position:relative;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
	}
.package_price{
	font-size:30px;
	line-height:30px;
	color:#000;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
	}
.package_price span{
	font-size:13px;
	line-height:13px;
	color:#626363;
	}
.package_total_price{
	font-size:18px;
	line-height:18px;
	color:#626363;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
	margin-top:2px;
	}
	
.size-row{
	width:100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	margin-top:30px;
	}
.size-col{
	width:48%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:18px;
	}
.select-hdng{
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-family: 'Bebas Neue';
	text-transform:uppercase;
	}
.select_size-field{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 135px;
	height:40px;
    border: 1px solid #252525;
    background: #fff;
    overflow: hidden;
	padding:5px 10px;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-family: 'Bebas Neue';
	outline:none;
	cursor:pointer;
	-webkit-appearance:none;
	background:url(../images/down-arw.webp) no-repeat right 15px center #fff;
	background-size:8px;
	}
.quantity-col{
	width:46%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:18px;
	}
.cart-qty-div{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex;
	align-items: center;
	width:135px;
	border: 1px solid #252525;
	background:#fff;
	overflow:hidden;
    flex-shrink: 0;
	}
.sub, .add {
    float: left;
    width: 44px;
    height:40px;
    padding:0;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	font-size:20px;
	line-height:24px;
	color:#000;
    font-family: 'Arial';
	border:none;
	}
.cart-qty-div input {
    float: left;
    border: none;
    background: none;
    width: 55px;
    text-align: center;
    height:40px;
    font-size:15px;
    color: #000;
	font-weight:normal;
	-webkit-appearance:none;
	border-radius:0;
	font-family: 'Bebas Neue';
	outline:none;
	}
.package-card{
	display:block;
	margin:30px auto 0;
	width:370px;
	max-width:100%;
	}
.pdp-button_box{
	max-width:100%;
	}
.pdp-button_box .button_list li:after{
	border:none;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#e1b04a;
	right:-1px;
	}	





/*=======================*/
.showTab, .showMob{ display:none;}
.hideDesk{ display:none;}

.color_white{ color:#fff;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_content{ width:53%;}
.banner_title{ font-size:95px; line-height:88px;}

.section1_shop_wrap{ column-gap:1.25%;}
.section1_shop_col{ width:32.5%;}
.s1_col_text{ font-size:11px; line-height:15px;}
.section2_col{ width:32.2%;}

.section3_product{ right:0;}

.section4_col{ width:32.5%; padding:25px 5px 25px;}
.section4_col p{ font-size:15px;}
.s4_col_logo{ margin:30px auto -160px; width:290px;}

.section3_prod1{ right:20px; top:-110px;}

/*=====PDP CSS=====*/
.purchase_info { width: 45%;}
.purchase_prod_box { width: 30%;}

.size-col { column-gap: 10px;}
.select-hdng { font-size: 18px; line-height: 24px;}
.select_size-field{ width:125px;}
.quantity-col { width:48%; column-gap: 10px;}
.cart-qty-div{ width:125px;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.banner{ padding:50px 0;}
.banner_content{ width:58%;}
.banner_title{ font-size:73px; line-height:65px; margin-top:15px;}
.banner_text2{ font-size:14px; line-height:20px;}

.section1_shop_wrap{column-gap: 4%; row-gap:30px;}
.section1_shop_col{ width:48%;}
.s1_col_text{ font-size:12px; line-height:18px;}

.common_heading{ font-size:55px; line-height:55px;}
.common_tparagraph{ font-size:15px;}

.section2_col{ padding:25px 10px 10px;}
.s2_col_title{ font-size:30px; line-height:30px;}
.s2_col_sub_title{ padding:0;}

.section3_left{ width:64%;}
.section3_right{ width:35%;}
.s3_right_round{ width:240px; height:240px;}
.section3_prod1{ right:0; width:190px;}
.section3_prod2{left: 20px;top: 240px;width: 250px;}

.section4_row{ row-gap:25px;}
.s4_col_heading{ font-size:26px; line-height:30px;}
.s4_col_logo{ margin:90px auto -150px;}

.footer_col1{ widows:25%; padding-right:20px;}
.footer_col1_text{ font-size:14px;}
ul.footer_list li{ font-size:14px; line-height:18px;}

/*=====PDP CSS=====*/
.pdp-sec1-row{ max-width:550px; margin:0 auto 0;}
.pdp-sec1-left { width: 100%;}
.pdp-sec1-right { width: 100%; margin-top:35px;}

.quantity-col { width: 42%;}

}

@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_row_m{width:100%;overflow:hidden;display:flex;flex-wrap:nowrap;}
ul.top_strip_list{display: flex;flex-wrap: nowrap;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;flex-shrink: 0;animation: marquee-horizontal 25s linear infinite;row-gap:0; width:auto;}
ul.top_strip_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 20px;
	position: relative;
	column-gap:6px;
	width:auto;
	}
ul.top_strip_list li p{
	font-size:13px;
	line-height:20px;
	color:#000;
	font-weight:400;
	letter-spacing:0.3px;
	}
ul.top_strip_list li img{
	width:10px;
	display: inline-block;
    vertical-align: middle;
	margin:0 0 0;
	}
ul.top_strip_list li:last-child:after{ display:block;}

.fixed_header_bar{margin-bottom:60px;}
.header{height:60px;margin-top:-60px;top:60px;}
.header_row{ display:inline-block; vertical-align:middle;}
.logo{ width:59px;margin:0; position:absolute;top:0; left:50%; margin-left: -29.5px;}
.log_anim.logo{ width:59px;}
ul.hdr_rgt_list{ margin-top:19px;}
ul.hdr_rgt_list li{ margin-left:12px;}
ul.hdr_rgt_list li img{ width:18px;}
/*=====Menu-Css========*/
.mob-mnu-ic{
    cursor: pointer;
	position:absolute;
    left:15px;
    top:20px;
	z-index:16;
	height:20px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:21px;
	height:2px;
	background-color: #fff;
	transition: 0.4s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 5px);
	transform: rotate(-45deg) translate(-4px, 5px);
	background:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-4px, -4px);
	transform: rotate(45deg) translate(-4px, -4px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:90px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:60px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:14px 15px;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:0.3px;
	}

.banner{ padding:0 0 30px;}
.banner:before{ display:none;}
.banner::after { display:none;}
.banner_content{ text-align:center; width:100%;}
.banner_title{font-size: 60px;line-height: 52px;margin-top:15px;}
.banner_text2{font-size: 14px;line-height:20px;margin-top: 15px; letter-spacing:0.3px;}

.button_box{ margin-top:30px;}
.common_button{ height:52px; line-height:53px; box-shadow:0 7px 17px 0 rgba(237,172,58,0.6);}
.banner .button_box{ margin-top:25px;}
.button_list li{ font-size:11px; line-height:15px;}
.mobile_videobx{ width:calc(100% + 30px); margin:0 0 15px -15px; min-height:210px; position:relative;}
.banner_video{ background:none;}

.slider_strip{ padding:15px 0 17px;}
ul.slider_strip_scroll_list{animation: marquee-horizontal 40s linear infinite;}

.section1{ padding:28px 0 35px;}
.common_heading{ font-size:42px; line-height:40px;}
.common_tparagraph{ margin-top:10px;}
.section1_shop_wrap{ margin:30px auto 0; padding:0 10px;row-gap: 25px;}
.section1_shop_col{ width:100%;}
.s1_col_text{ font-size:11px; line-height:16px; padding-right:10px;}
.shop_col_price_box h3{ font-size:27px; line-height:22px;}

.section2{ padding:30px 0 35px;}
.section2_row{display:block; width:calc(100% + 30px);margin:10px 0 0 -15px;overflow-x:scroll;overflow-Y:hidden; white-space:nowrap;border-bottom:none;
-ms-overflow-style: none;scrollbar-width: none;padding:0 15px 10px;flex-wrap: nowrap;}
.section2_row::-webkit-scrollbar { display: none;}
.section2_col{ width:310px; margin:35px 10px 0 0; padding:40px 15px 15px; white-space: normal;display: inline-block; vertical-align:middle; float:none; position:relative;}
.section2_col:last-child{ margin-right:0;}
.s2_col_sub_title{ padding:0 0;}
.se2_col_inner{ min-height:406px;}

.section3{ padding:30px 0 35px;}
.section3_left{ width:100%;}
.section3_accordion_box{ margin:25px auto 0;}
.sec3_accordion_heading{padding: 15px 35px 15px 15px; background-size:25px;}
.sec3_accordion_heading_open{ background-size:25px;}
.sec3_accordion_heading h3{ font-size:25px; line-height:25px;}
.sec3_accordion_content{ padding:0 0 5px 15px;}
.sec3_accordion_text{ font-size:15px;}
.section3_prod1{right:10px;top:-15px;z-index:1;width: 120px;}

.section4{ padding:30px 0 35px;}
.section4_row{ padding:0 15px;}
.section4_col{ width:100%; padding:25px 15px;}
.section4_col2{ display:none;}
.s4_col_icon_box{ margin:0 auto 15px;}
.s4_col_heading{ font-size:24px; line-height:26px;}

.section5{ padding:30px 0 35px;}
.faq_slide_row{ margin-top:15px;}
.accordion {padding:16px 25px 16px 15px; font-size:22px; line-height:22px; background-position:right 10px center;}
.acdn_heading.accordion_open{background-position:right 10px center;}
.acdn_content{ padding:0 15px 0 15px;}
.acdn_para{ font-size:15px;}

.footer{ padding:25px 0 25px; overflow:hidden;}
.footer_logo{ width:90px; margin-left:-10px;}
.footer_row{ padding-bottom:25px;}
.footer_col, .footer_col1, .footer_col4{ width:100%;}
.footer_col1{ padding-bottom:15px;}
ul.footer_list { display: none; margin:10px 0;}
.footer_col_heading {cursor: pointer;display: flex;justify-content: space-between;align-items: center;padding:7px 0;}
.footer_col4 .footer_col_heading{ border-bottom:none;}
.footer_col_heading::after {content: '+';font-size:20px;transition: content 0s, transform 0.3s ease;}
.footer_col_heading.active::after {content: '−';}
.footer_col_heading{ font-size:17px; line-height:25px;}
ul.footer_list li{ font-size:14px; line-height:20px;}
.footer_box{ padding-top:20px;}
.footer_box p{ font-size:14px;}


/*=====PDP CSS=====*/
.pdp-section1 { padding: 20px 0 30px;}
.lab-analysis-box { max-width: 220px; padding: 8px 10px; margin:15px 0 0;}
.lab-analysis-text {font-size: 12px; line-height: 16px;}

.pdp-sec1-right { margin-top:25px;}
.pdp-sec1-point li { font-size: 13px;line-height: 20px; padding: 1px 10px 0;}
.pdp-sec1-list { margin:12px 0 0; padding: 0 0 0; border-top:none;}
.pdp-sec1-list li {font-size: 15px; line-height: 21px; margin-top: 10px;}
.pdp-sec1-list li img { width: 17px;}
.pdp-sec1-warning { margin: 25px auto 0; padding:8px 10px 8px 15px;}
.pdp-sec1-warning p { font-size: 13px; line-height: 19px;}

.package_row { row-gap: 17px;}
.package_col { padding: 15px 10px; min-height:85px;}
.best_strip {left: 36px; top: -10px; padding:2px 7px 1px;}
.radio_opt input[type='radio'] + span { width: 18px; height: 18px;}
.radio_opt input[type='radio']:checked + span:before { width: 8px; height: 8px;}
.purchase_info { width: 38%; padding-left:7px;}
.pkg-qty {font-size: 24px; line-height: 26px;}
.pkg-free-text { font-size: 11px; line-height:14px; margin-top: 3px;}
.purchase_prod_box { width: 34%;}
.purchase_prod { max-width: 100px;}
.package_price { font-size: 26px; line-height: 26px;}
.package_price span {font-size: 12px;line-height: 12px;letter-spacing: 0.2px;}
.package_total_price { font-size: 17px; line-height: 17px; margin-top: 2px;}

.size-row{ margin-top:25px;}
.size-col {width: 47%; column-gap: 10px; flex-wrap: wrap; flex-direction: column; align-items: flex-start; row-gap: 5px;}
.select_size-field { width: 100%;}
.quantity-col { width: 47%; column-gap: 10px; flex-wrap: wrap; flex-direction: column; align-items: flex-start; row-gap: 5px;}
.cart-qty-div { width: 100%;}
.package-card { margin: 20px auto 0; width: 300px;}
}


/*POPUP*/
.popup_overally{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
	display: -webkit-flex;
    align-items: center;
    opacity: 1;
    z-index:999;
    transition: all ease 0.5s;
	}
.pop-content {
    float: left;
    width: 100%;
    max-height: 100%;
    padding: 30px 0;
    text-align: center;
    overflow-y: auto;
	}
.popUp-box {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    max-width: 95%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    position: relative;
	padding: 15px;
	}
.pop_close{
	position: absolute;
    right: -8px;
    top: -8px;
    color: #FFF;
    background-color: #333;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
	font-size:16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
	}
.pop-box-body{
    float: left;
    width: 100%;
	background:#fff8ee;
	}
.analysis_results{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
@media only screen and (max-width:420px){
.popUp-box{padding: 10px;}	
.pop_close{width: 25px; height: 25px;font-size: 14px;line-height: 20px;right: -6px;}
}