@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	}
*{box-sizing: border-box;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
a[href^=tel] {text-decoration:inherit;   color: inherit;}
p, h1, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color:#000;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
.position {
	position: relative;
}
.forMob,.forTab{ display:none ;}
.dsplay {
	width: 100%;
	float: left;
}
.bdfont {
	font-size: 20px;
	line-height: 30px;
}
@media only screen and (max-width: 1185px) {
.container {
	max-width: 1004px;
	width: 100%;
}
.prod-col .shop-prd-name{font-size:16px; }
}
@media only screen and (max-width: 1023px) {
.container {
	max-width: 760px;
	width: 100%;
}
.bdfont {
	font-size: 18px;
	line-height: 26px;
}
}
@media only screen and (max-width: 767px) {
.container {
	width: 100%;
	max-width: 640px;
	padding: 0 10px;
}
.bdfont {
	font-size: 17px;
	line-height: 25px;
}
}
/************************************/
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #182b51;
    padding:5px 0;
}
.topStrip .top-date{
    float: left;
    color: #ffffff;
    font-size:17px;
	line-height:26px;
}
.top-menu{
	float:right;
}
.top-menu li{
	float:left;
	margin-right:30px;
	font-size:17px;
	line-height:24px;
	color:#fff;	
	position: relative;
}
.top-menu li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 4px;
    bottom: 4px;
    border-right: 1px solid #fff;
}
.top-menu li:last-child{
	margin-right:0;
}
.top-menu li:last-child:after {
    border: none;
}
.fr-sh{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
.phn-ic{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	padding: 10px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-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);
	}

.logo{
	float: left;
    max-width: 185px;
	}
a.header-btn{ 
	float:right; 
	width:220px;
	font-size:18px;
	color:#ffffff;
	height:50px;
	line-height:50px;
	margin-top:14px;
	background:#c3a472;
	}
	
ul.mainMenu{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	border-right:1px solid #ddd;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:18px;
	line-height:24px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}

.hdr-rght{
	float:right;
	margin-top:6px;
	}
.hdr-rght ul li{
	display:inline-block;
	vertical-align:middle;
	padding: 0px 10px;
	}
.hdr-rght ul li img{
	display:inline-block;
	vertical-align:middle;
	}
.hdr-rght ul li:last-child{ border-left:1px solid #ddd;}

.form-search{
	position:absolute;
	right:0;
	bottom:-80px;
	padding:10px;
    background: white;
	width:370px;
	z-index:9;
	}
.srch-fld{
	float:left;
	width:100%;
	background:#f8f7f5;
	height:44px;
	padding:5px 10px;
	}
.srch-fld input{
	float:left;
	width:80%;
	height:100%;
	text-align:left;
	outline:none;
	-webkit-appearance:none;
	font-size:14px;
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	border:none;
	background:none;
	}
.srch-fld a{
	float:right;
	padding:5px 0;
	}
.srch-fld a svg{ fill:#9d9999;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    left:20px;
    top:28px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #182b51;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#182b51;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#182b51;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:120px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
.mobilemenu li:last-child a{ }

/*==============banner===============*/

.section1 {
	float: left;
    width: 100%;
    text-align: center;
    background: url(../images/section1.jpg) center top no-repeat;
    padding: 65px 0 50px;
	height: 506px;
}
.banner{
	float:left;
	width:100%;
	position:relative;
	}
.s1-inner{
	float: left;
	width: 48%;
	text-align:left;	
}
.s1-txt {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.7px;
    padding-top: 10px;
}
.s1-txt:before{
	content: "";
    position: absolute;
    left: 1px;
    top: 0px;
    width: 40px;
    border: 1px solid #038fd6;
}
.s1-txt1 {
    color: #000;
    font-size: 60px;
    line-height: 68px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
}
.s1-txt1 span{color:#ff7e00;}
.s1-txt2 {
	display: inline-block;
    width:100%;
    font-size: 18px;
    line-height:28px;
    color: #000;
	margin-top:15px;
}
.s1-lst {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}
.s1-lst li {
	float: left;
    width: 32%;
    padding: 0 0px;
	position:relative;
	text-align:center;
	
}
.s1-lst li p{
	padding:0 30px;
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	}
.s1-lst li h1{
    
	}
.s1-lst li span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.s1-lst li img {
    display: block;
    margin: 0 auto 15px;
}
.s1-lst li:nth-child(2){}
.s1-lst li:last-child{ margin-right:0;}



.bnr-price{
	float:left;
	width:100%;
	color:#ff4444;
	font-size:48px;
	font-weight:800;
	margin-top:20px;
	}
.bnr-price sup{ 
	font-size:16px;
	color: #2b2b2b;
	font-weight:500;
	margin-right:10px;
	}
.bnr-price span{ font-size:27px;}
.s1-pro, .s1-pro1 {
	position: absolute;
	right: 50px;
	top: 38px;
	max-width: 33%;
}
.s1-pro1 { top:0;}
.s1-ord-btn {
	display: inline-block;
	margin: 0px auto 0 auto;
}
.bnr-btn{
	float:left;
	margin-top:10px;
	}
.s1-prod{
	float:right;
	width:40%;
	text-align:center;
	overflow:hidden;
	}
.s1-prod img{
	position: absolute;
    right: 110px;
    max-width: 700px;
    top: 305px;
	}
.s1-img-mob{
	display:none;
	}
/*============== sec2 =================*/
.sec2{
	float:left;
	width:100%;
	padding:40px 0;
	}
ul.s2-lst {
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
	margin-top: 20px;
}
ul.s2-lst li {
    float: left;
    font-size: 18px;
    line-height: 29px;
    color: #000;
    width: 32%;
    position: relative;
    padding: 0px 30px 0 85px;
    text-align: left;
}
ul.s2-lst li span {
    display: block;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
	padding-bottom:4px;
}
ul.s2-lst li img{
	position: absolute;
    left: 0px;
	top:0;
	}
/*============== sec2 ===================*/
/*******************************/
.s1-strip{
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
	}
.comn-btn {
    width: 230px;
    display: inline-block;
    height: 54px;
    background: #ff7e00;
    font-size: 24px;
    line-height: 54px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    margin-top: 28px;
    text-shadow: 0 0 3px rgb(0 0 0 / 30%);
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase;
    text-align: center;
}
/*=================== start section1 ===================*/
/*==========sectionOne============*/
.section1-btttom {
	float: left;
    width: 100%;
    background: #849430;
    padding: 28px 0;
    text-align: center;
}
ul.s1btm-list {
	float:left;
	width:100%;
}
ul.s1btm-list li {
	float: left;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    width: 25%;
    position: relative;
    padding: 4px 0 0 56px;
    text-align: left;
}
.s1btm-list li span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
ul.s1btm-list li img{
	position: absolute;
    left: -8px;
	top:0;
	}
	
.sty-prods{
	float: left;
    width: 100%;
    padding: 50px 0;
}
ul.sty-prods-lst{
	float:left;
	width:100%;
	text-align:center;
	}
ul.sty-prods-lst li{
	display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 6px;
	position:relative;
	}
ul.sty-prods-lst li .pro-p1{ }
ul.sty-prods-lst li a {
    padding: 30px 20px;
    float: left;
    width: 100%;
    transition: all 0.3s;
    transform: scale(0.99);
	position:relative;
	overflow:hidden;
	display:block;
}
p.sty-bx-price {
    font-size: 22px;
    font-weight: 600;
}
ul.sty-prods-lst li a:hover{
	padding:30px 20px;
	transition: all 0.3s;
    transform: scale(1.05);
	box-shadow:0 0 5px #d2d2d2;
	}
ul.sty-prods-lst li .prd-box-txt{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	}
ul.sty-prods-lst li:nth-child(2){
	background:#cadfd8;
	}
ul.sty-prods-lst li:nth-child(3){
	background:#fce66c;
	}
ul.sty-prods-lst li:nth-child(1){
	background:#ebc8cc;
	}
ul.sty-prods-lst li a::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}
ul.sty-prods-lst li a:hover::before {
    left: 180%;
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

/*=============sectionTwo============*/
.section3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0;
	background: #f6f6f6;
}
.s3-rgt{
	display: inline-block;
	width:85%;
	text-align: center;
	}
.s3-prodt{
	display:inline-block;
	max-width:100%;
	margin-top:25px;
	}	
.s3bg{
	background: #fff;
	}
.s2-txt1 {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 46px;
    color: #000;
    margin: 0px 0 0px 0px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.s3-prod-sec .prd-box1 {
    padding-top: 0;
}
.s3-prod-sec .prd-box1:after {
    content: "";
    position: absolute;
    bottom: 80px;
    right: -20px;
    left: -30px;
    top: 160px;
    border-radius: 15px;
    background: #fff;
    transform: rotate(16deg);
}
.s3-img {
    float: left;
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.s3-img .pro-p1 {
    max-width: 100%;
    margin: 0;
}
.s3-prod-sec .size {
    bottom: 90px;
    font-size: 24px;
    line-height: 30px;
    background: #333;
    right: -180px;
}
.s2-txt1 span {
    color: #ff7e00;
}
.s2-txt2 {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 35px;
	color: #000;
	margin: 0px 0 0px 0px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}
.hdg-line, .hdg-line2{
    display: block;
    margin: 18px auto 10px;
    width: 348px;
    max-width: 100%;
}
.hdg-line2{
	width:386px;}

.s2-hd-txt {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size:18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 16px;
}
.section3 .s2-box-txt{
	margin-top:0;
	}
.s3-btn1 {
    display: inline-block;
    margin: 10px auto 0 auto;
    border: 0px solid #009bf6;
    font-size: 20px;
    background: #ff7e00;
    padding: 10px 0px;
    width: 280px;
    text-align: center;
    font-weight: 600;
    color: #fff;
	text-transform: uppercase;
	position: relative;
    z-index: 1;
}
.s3-btn1:hover{
	color:#fff;
	background:#000;
	}
.prd-btm{
    width: 100%;
    text-align: center;
	float: left;
	position:relative;}
.product-sec {
    float: left;
    width: 100%;
	
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;   
    text-align: center;
    margin-top: 30px;    
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 13px;
	
}
.prd-box1 {
    width: 24%;
    position: relative;
    text-align: center;
    padding: 23px 0 0px;
    overflow: hidden;
    float: left;
    border:1px solid #dedede;
    border-radius: 15px;
	background:#fff;
}

.pro-p1 {
    display: inline-block;
    max-width: 100%;  
    transition: all 0.3s;
}
.prd-box1:hover .pro-p1{
	/*max-width:300px;
	transform:rotate(-45deg);*/
}
.prd-box2 {
    text-align: center;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.prd-box-txt {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #161616;
    line-height: 26px;
    font-weight: 300;
    padding: 0 15px;
}
.size {
	position: absolute;
    padding: 0px 0px;
    color: #e7e7e7;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    bottom: 100px;
    right: -57%;
    transform: rotate(-90deg);
    font-weight: 700;
    transform-origin: 0 0;
    width: 210px;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
.prd_price {
	display: inline-block;
	width: 100%;
	font-size: 28px;
	color: #000;
	font-weight: 700;
	line-height: 24px;
	margin: 5px 0 0;
}
.prd_price span {
    font-size: 28px;
    line-height: 34px;
}
.view-all {
    margin-top: 30px;
}

/*===================================*/
.s1-strop{
	background: #fff;
    float: left;
    width: 100%;
    padding: 45px 0 70px;
    text-align: left;
    position: relative;
	}
.s1-strop-rit{
	float:right;
	width:48%;
	text-align:left;
	position:relative;
	}
.sec3-model{
    float: left;
    max-width: 570px;
	}
.smart-watch{
	    position: absolute;
    top: 250px;
    left: 340px;
    max-width: 300px;
	}
.s1-strop-rit .comn-btn{
}

p.strip-txt{
	font-size:18px;
	line-height:26px;
	color:#fff;
	width:55%;
	float:left;
	margin:10px 0 20px;
	}
.strop-lst{
	float:left;
    width: 100%;
    margin-top: 20px;
}
.strop-lst li {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 25px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
	font-weight:600;
}

.strop-lst li img{
	position:absolute;
	top:10px;
	left:0;
	}
.strop-lst li:last-child{}
/**************************************/
.strip{
	float:left;
	width:100%;
	padding:35px 0;
	}
.strp-list{
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.strp-list li {
    float: left;
    width: 32%;
    padding: 20px 20px 20px 90px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    position: relative;
    margin-right: 23px;
}
.strp-list li span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
}
.strp-icons{
	position:absolute;
	top:24px;
	left:0;
	width:77px;
	}
.strp-list li:last-child{ margin-right:0;}

/*======================= start footer ===================*/
/*===========================
SHOP_PAGE
===========================*/
.shop-section{
	float:left;
	width:100%;
	padding:40px 0 50px;
	}
.prod-sec-left {
    float: left;
    width: 26%;
    border: 1px solid #10b3f0;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
	}
.prodNameHdng{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#141b4d;
	font-weight:bold;
	text-align:left;
	padding:15px;
	background:#f1f7fb;
	border-bottom:1px solid #10b3f0;
	}
ul.prodName-list{
	float:left;
	width:100%;
	}
ul.prodName-list li{
	float: left;
    width: 100%;
    padding: 30px 15px 21px 115px;
    font-size: 20px;
    line-height: 24px;
    color: #141b4d;
    font-weight: 500;
    border-bottom: 1px solid #a9d1e3;
    text-align: left;
    cursor: pointer;
    position: relative;
	}

ul.prodName-list li:last-child{ border:none;}
ul.prodName-list li.active{
	background:#f1f7fb;
	}
ul.prodName-list li img{
	position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    background: #fff;
    padding: 5px;
    border-right: 1px solid #e7e7e7;
}
ul.prodName-list li:hover img{
	border-right: 1px solid #f1f7fb;
}

.prod-sec-right{
	float:right;
	width:70%;
	text-align:left;
	}
.prod-row{
	float:left;
	width:100%;
	}
.prodct-name{
	float:left;
	width:100%;
	font-size:30px;
	line-height:35px;
	color: #141b4d;
	position:relative;
	padding-bottom:15px;
	}
.prodct-name:after {
    position: absolute;
    left: 5px;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #d2ddf1;
    content: "";
	}
.mrgn15{ margin-top:15px;}
.prod-subHdng{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color: #141b4d;
	margin-top:25px;
	}
.shop-pg, .thank-pg {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.product-wrap{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	}
.prod-col{
	    float: left;
    width: 32.333%;
    margin: 25px 0.5% 0;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0 7px 15px;
    transition: all 0.3s;
	}

.shop-prod{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	transition:all 0.3s;
}
.prod-col:hover .shop-prod{}
.shop-prd-name{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #141b4d;
	text-transform: capitalize;
	}
.shop-prd-prc{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #141b4d;
    margin-top: 6px;
    letter-spacing: 0.3px;
	}
.shop-prd-btn{
	display: inline-block;
    vertical-align: middle;
   	width: 140px;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
    color: #141b4d;
    border: 1px solid #141b4d;
    margin-top: 20px;
    text-align: center;
	cursor:pointer;
	}
.prod-col:hover a.shop-prd-btn{
	background:#009bf6;
	color:#fff;
	border:1px solid #009bf6;
	}
/*============mail-strip============*/
.mail-strip{
	float:left;
	width:100%;
	background:#141c4d;
	padding:60px 0;
	}
.signupHdng{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
	}
.signup-para{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
	margin-top:15px;
	}
.mail-field {
	display:inline-block;
	vertical-align:middle;
    width:100%;
	max-width:650px;
	border:1px solid #d2ddf1;
	background:#fff;
	border-radius:5px;
    height: 65px;
	margin-top: 40px;
	overflow:hidden;
	padding:8px;
	position:relative;
	}
.mail-field input {
    float: left;
    width: 70%;
    border: none;
    outline: none;
    color: #000;
    font-size:20px;
    height:100%;
    padding: 0 20px;
	background:#fff;
	font-family:inherit;
	}
.signUp {
    position: absolute;
    width: 180px;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    top: 6px;
    right: 5px;
	}
a.signUp  img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px -15px 0 15px;
    width: 9px;
	}

/*-------------------------
    CSS FOR FOOTERLINK
--------------------------*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #e6e6e6;
	padding:30px 0;
}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align: center;
	}
.ftr-links-col, .ftr-links-col-2, .ftr-links-col-3{float:left;width:100%;}
.ftr-links-col-1{text-align:center}
.ftr-links-col-2, .ftr-links-col-3{width:30%;}
.ftr-links-col-3{}
.ftr-links-col-4{}
.ftr-log {max-width: 140px;
    display: inline-block;}
.address-ftr{
	float:left;
	width:100%;
	margin:15px 0 0;
	font-size:15px;
	line-height:26px;
	color:#505050;
	text-align: center;
}

.ftr-links-hd {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #2f2422;
    font-weight: bold;
    margin-bottom: 10px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:8px 0 0;
	font-size:16px;
	line-height:24px;
	color:#505050;
	text-align:left;
	letter-spacing:0.3px;
	}
.ftr-links-list li a{color:#505050;}
.ftr-links-list li a img{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	}
.ftr-txt{
	font-size:16px;
	line-height:28px;
	color:#727272;
	}
.ftr-txt a{color:#727272; margin:0 5px; display: inline-block;}
/*=============================================
			 START PRODUCT PAGE
==============================================*/
.inner-menu {
    padding: 10px 0 10px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}
ul.inmnu-list {
	text-align: left;
}
ul.inmnu-list li {
    display: inline-block;
    margin: 0 13px 0 0;
    font-size: 16px;
    line-height: 18px;
	font-weight:700;
    color: #ff7e00;
    text-align: left;
    text-transform: uppercase;
}
ul.inmnu-list li a {
	color: #635a5a;
}
.disc {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #787878;
	margin: 0 0 2px 0;
}
/*===============product sec1================*/
.prd-sec1 {
	padding: 20px 0 100px 0;
	background: url(../images/prd-s1bg.jpg) left top repeat-x;
}
@media only screen and (max-width: 1013px) {
.prd-sec1 {
	padding: 20px 0 60px 0;
}
}
@media only screen and (max-width: 767px) {
.inner-menu {
	padding: 15px 0 6px 0;
}
.prd-sec1 {
	background: #e6f9fd;
}
.prd-sec1 {
	padding: 10px 0 40px 0;
}
.s2ltxt {
	min-height: auto;
}
}
@media only screen and (max-width: 479px) {
}
/*=============================================
		  START PRODUCT DETAIL PAGE
==============================================*/
.prddtl-sec1 {
	padding: 60px 0;
	float:left;
	width:100%;
	background:#f6f6f6;
}
.prddtls1-lft, .prddtls1-rgt {
	float: left;
	width: 34.57%;
}
.prddtls1-rgt {
    width: 63%;
    float: right;
    text-align: left;
    padding-left: 30px;
    border-left: 1px solid #eaeaea;
}
.slide-img {
	margin: 10px auto;
	display: block;
}
.prddtls1-rgthding1 {
    font-size: 20px;
    line-height: 28px;
    color: #212121;
    text-align: left;
    font-weight: 300;
    text-transform: capitalize;
}
.prddtls1-rgthding2 {
    font-weight: bold;
    font-size: 44px;
    line-height: 48px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.oil-s1-rgt-box-prc2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	margin-top:15px;
}
.s1-p2 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
	margin-top:5px;
}
.prddtls1-rgttxt {
	color: #000000;
	text-align: left;
	padding: 12px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-top:20px;
}
ul.prddtls1-rgtlist {
	padding: 15px 0 0 0;
    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;
    row-gap: 10px;
}
ul.prddtls1-rgtlist li {
	padding: 0px 0 0 17px;
    font-size: 18px;
    line-height: 24px;
    float: left;
	width:100%;
    text-align: left;
    position: relative;
}
ul.prddtls1-rgtlist li:first-child {}
ul.prddtls1-rgtlist li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 10px;
    width: 10px;
    background: #ff7e00;
    transform: rotate(45deg);
}
ul.prddtls1-rgtlist li:first-child:before {}
ul.prddtls1-rgtlist li strong {
    width: 30%;
    float: left;
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 4px;
    left: 0;
    padding: 5px;
    box-shadow: 0 0 5px #97d0f1;
}
ul.prddtls1-rgtlist li span{
	width:40%;
    display: inline-block;
    font-weight: 600;
}
ul.prddtls1-rgtlist li span span{
	float:right;
	width: auto;
	}
ul.prddtl-prclist {
border-top: 1px solid #ff7e00;
	margin: 22px 0 0 0;
}
ul.prddtl-prclist li {
	float: left;
    width: 40%;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #010101;
    text-align: left;
    padding: 15px 0;
}
ul.prddtl-prclist li:nth-child(2) {}
ul.prddtl-prclist li span {
	font-weight: bold;
    font-size: 28px;
    color: #082f51;
	margin-top:5px;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.size-guide-box {
	position: absolute;
	top: 1px;
	right: 90px;
	font-size: 16px;
}
.size-guide-box a {
    color: #b7953a;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.select-size .inner {
    float: left;
    width: 100%;
}
.select-size .inner a {
        float: left;
    border: 1px solid #ccc;
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 1px 0;
    margin-right: 10px;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner a.active {background: #009bf6;}
.select-size .inner a span { font-size: 18px; line-height: 27px; margin:0;}
.select-size .inner a.active span{color:#fff;}

.inpg-dvdr {
	height: 1px;
	background: #f1f1f1;
	margin: 72px auto 60px auto;
	display: block;
}
.tab-txt1, .tab-txt2 {
	float: left;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
}
.prod-desc {
    max-width: 160px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.tab-txt2 {
	padding: 10px 0 0;
}
ul.prddtl-tablist {
	float: left;
	width: 100%;
}
ul.prddtl-tablist li {
	background: url(../images/bullet.png) left 6px no-repeat;
	padding: 0 0 0 22px;
	font-size: 18px;
	line-height: 24px;
	margin: 11px 0 0 0;
}
@media only screen and (max-width: 1179px) {
ul.prddtl-prclist li {
	padding: 15px 0px 12px 0;
}
ul.prddtl-prclist li:last-child {
	padding: 15px 0 12px 0px;
}
ul.prddtls1-rgtlist li span{width:43%;}

}
@media only screen and (max-width: 1013px) {
.prddtl-sec1 {
	padding: 60px 0;
}
.slide-img {
	max-width: 220px;
}
.prddtls1-rgthding1 {
	font-size: 18px;
	line-height: 22px;
}
.prddtls1-rgthding2 {
	font-size: 30px;
	line-height: 34px;
	padding: 8px 0 0 0;
}
.prddtls1-rgttxt {
	padding: 15px 0 0 0;
}
ul.prddtls1-rgtlist li {
	width:100%;
}
ul.prddtl-prclist li {
	padding: 10px 0px 0px 0 !important;
}
.inpg-dvdr {
	margin: 50px auto 45px auto;
}
.prddtls1-lft, .prddtls1-rgt {
	width: 40%;
}
.prddtls1-lft .slider-nav-thumbnails{height: 240px;}
.prddtls1-rgt {
	width: 55%;
}
.tab-txt1 {
	padding: 0 0 0 0;
	width: 100%
}
.tab-txt2 {
	padding: 30px 0 0 0;
}
ul.prddtls1-rgtlist li span{width: 25%;}
ul.prddtl-prclist li{ width:100%;}
ul.prddtl-prclist li:nth-child(2){ width:100%;}
.size-guide-box{ right: 110px;}
}
@media only screen and (max-width: 767px) {
.prddtl-sec1 {
	padding: 30px 0 30px 0;
}
.prddtls1-rgt .addto-btn { margin: 20px 0 0 0; width: 100%;}

.prddtls1-lft, .prddtls1-rgt {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    border-left: none;
}
.prddtls1-lft .slider-nav-thumbnails{height: 312px;}
.prddtls1-lft {
	width: 400px;
	float: none;
	margin: 0 auto;
	display: block;
}
ul.prddtls1-rgtlist li, ul.prddtl-tablist li {
	font-size: 16px;
	line-height: 24px;
}
.inpg-dvdr {
	margin: 30px auto 35px auto;
}
ul.prddtls1-rgtlist li span {width: 20%;}
.size-guide-box {right: 200px;}
}
@media only screen and (max-width: 479px) {
.prddtls1-lft {
	width: 290px;
}
.prddtls1-lft .slider-nav-thumbnails {height: 240px !important;}
.prddtls1-rgt {
	margin: 15px 0 0 0;
}
.prddtls1-rgthding1 {
	font-size: 18px;
	line-height: 22px;
}
.prddtls1-rgthding2 {
	font-size: 28px;
	line-height: 32px;
}
.slide-img {
	max-width: 190px;
}
}
@media only screen and (max-width: 400px) {
ul.prddtl-prclist li {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 6px 8px 0;
}
ul.prddtl-prclist li span {
	font-size: 22px;
}
ul.prddtl-prclist li:last-child {
	padding: 10px 0 8px 8px;
}
}
/*===============product detail sec2================*/
.prddtl-s2 {
	background: #333;
    padding: 60px 0;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
ul.prddtl-s2list {
	padding: 20px 60px 0 60px;
}
ul.prddtl-s2list li {
	float: left;
	display: inline-block;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 3%;
}
ul.prddtl-s2list li p {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #082f51;
	text-align: center;
	text-transform: uppercase;
}
.prddtls2l-imgbox {
	float: left;
    width: 100%;
    margin-bottom: 20px;
}
.softgel, .oildrop, .sleeppatch {
	margin: 0 auto;
	display: block;
}
.softgel {
	width: 300px;
}
.oildrop {
	width: 101px;
}
.sleeppatch {
	
}
@media only screen and (max-width: 1013px) {
ul.prddtl-s2list {
	padding: 20px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.prddtl-s2 {
	padding: 30px 0;
	text-align:center;
	margin-top:0;
}
ul.prddtl-s2list {
	padding: 0;
}
ul.prddtl-s2list li {
	padding: 15px 0;
	width: 400px;
	border: 1px solid #9bc4cd;
	border-radius: 5px;
	float: none;
	margin: 30px auto 0 auto;
	display: block;
	background: #fff;
}
.prddtls2l-imgbox {
	height: auto;
	margin: 0 auto 15px auto;
}
.softgel, .oildrop, .sleeppatch {
	padding: 0 0;
}
.sleeppatch {
}
}
@media only screen and (max-width: 420px) {
ul.prddtl-s2list li {
	width: 100%;
}
}
/*==============================================
				START CART PAGE
===============================================*/
.cart-sec1, .chk-sec1 {
	padding: 40px 0;
	border-bottom: 1px solid #e1e1e1;
	float:left;
	width:100%;
}
.cart-txt1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #2d2d2d;
	text-align: left;
}
.cart-box1 {
	background: #ff7e00;
	font-family: inherit;
	font-weight: bold;
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	text-align: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #b6b6b6;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.one, .two, .three, .four {
	float: left;
	display: inline-block;
	width: 46%;
	box-sizing: border-box;
	text-transform: uppercase;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.one {
	padding: 0 0 0 20px;
	position: relative;
}
.cart-remv {
    max-width: 14px;
    margin-right: 6px;
}
.cart-box2 .one {
        display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
}
.odrsmry-icon {
	margin: 0 5px -4px 0;
}
.cart-box2, .card-box3, .card-box4 {
	border-bottom: 1px solid #b6b6b6;
	padding: 20px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.card-box3 {
	    padding: 0px 0;
}
.card-box4{
	border:none;
	padding-bottom:0;
	}
.cart-prdname {
	font-size: 17px;
	line-height: 25px;
	float: left;
	text-transform: capitalize;
	text-align:left;
}
.cart-prdname span.span1 {
	font-weight: bold;
	font-size: 22px;
	color: #292929;
	text-transform: capitalize;
}
.cart-prdname .span2 {
	display: block
}
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prd4 {
	border: 1px solid #dcdcdc;
    width: 110px;
    float: left;
}
.cart-prd1 img, .cart-prd2 img, .cart-prd3 img, .cart-prd4 img {
	margin: 0 auto;
    display: block;
    padding: 0px;
    max-width: 90px;
}
.cart-prd4 img {
}
.unit-price, .sub-total, .qtybox {
	font-family: inherit;
	font-weight: bold;
	font-size: 22px;
	color: #292929;
	text-align: center;
	float: left;
	width: 100%;
}
.sub-total {
	text-align: right;
}
.card-box3lft, .card-box3rgt {
	float: left;
	display: inline-block;
	width: 60%;
	box-sizing: border-box;
}
.card-box3rgt {
	width: 50%;
    float: right;
    background: #f3f3f3;
    padding: 30px;
}
.promo-fld {
	float: left;
	margin: 0;
	display: none;
}
.promo-fld label, .promo-fld input, .apply {
	float: left;
	display: inline-block;
}
.promo-fld label {
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	color: #292929;
	text-align: left;
	margin: 0 15px 0 0;
}
.promo-fld input {
	width: 200px;
	border: 1px solid #c2c2c2;
	height: 37px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 6px;
	margin: 0 5px 0 0;
}
.apply {
	width: 60px;
	height: 35px;
	background: #009bf6;
	border-radius: 5px;
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	border-bottom: 1px solid #b6b6b6;
	font-weight: normal;
	font-size: 22px;
	line-height: 34px;
	color: #292929;
	text-align: left;
	padding: 10px 0;
}
ul.cart-prclist li:first-child {
}
ul.cart-prclist li:last-child {
	border-bottom: none;
}
ul.cart-prclist li span.span1 {
	width: 100px;
	float: right;
	text-align: right;
}
ul.cart-prclist li span.span2 {
	font-weight: bold;
}
#cartBox{
	float:left;
	width:100%;
	}
#cartBox p{}
#cartBox #browse{
	display:inline-block;
	float:none;
	margin-top:10px;
	height: 48px;
	width: 250px;
	background: #ff7e00;
	border-radius: 4px;
	font-family: inherit;
	font-weight: bold;
	font-size: 20px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	}
.continue-shpbtn, .proceed-chkbtn {
	height: 48px;
	width: 250px;
	background: #8f8f8f;
	float: left;
	border-radius: 4px;
	font-family: inherit;
	font-weight: bold;
	font-size: 20px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	margin: 27px 10px 0 0;
	border: none;
	outline: none;
	cursor: pointer;
}
.proceed-chkbtn {
	float: right;
	background: #ff7e00;
	margin-right:0;
}
@media only screen and (max-width: 1179px) {
.cart-prdname,.cart-box2 {
	padding: 10px 0px;
}
.unit-price, .sub-total, .qtybox{padding-top:20px;}
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prd4 {
	display:none;
}
}
@media only screen and (max-width: 1013px) {
.cart-sec1 {
	padding: 25px 0 60px 0;
}
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prd4 {
	width: 100px;
	display:none;
}
.continue-shpbtn, .proceed-chkbtn{}
.cart-prdname {
	/*padding: 29px 0 24px 100px;*/
}
.cart-box1 {
	font-size: 16px;
}
.cart-prdname {
	font-size: 18px;
	line-height: 26px;
}
.cart-prdname span.span1, .promo-fld label, ul.cart-prclist li, .unit-price, .sub-total {
	font-size: 20px;
}
.promo-fld input {}
ul.cart-prclist li {
	font-size: 20px;
	line-height: 32px;
}
}
@media only screen and (max-width: 767px) {
.cart-sec1 {padding: 20px 0;}
.cart-txt1 {
	font-size: 18px;
	line-height: 22px;
}
.one {
	width: 40%;
}
.two, .three, .four {
	width: 20%;
}
.one {
	padding: 0 0 0 6px;
}
.four {
	padding: 0 6px 0 0;
}
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prd4 {
	display: none;
}
.cart-prdname {
	padding: 0 0 0 0;
	line-height: 18px;
}
.unit-price, .sub-total, .qtybox {
	padding: 0;
}
.card-box3 {
	padding: 15px 0;
}
.card-box3lft, .card-box3rgt {width: 100%;}
.promo-fld label{float:left !important; margin:0 10px 0 0 !important;}
.promo-fld input{width: 160px;}
.card-box3rgt {margin: 10px 0 0 0;padding: 10px;}
.card-box4 .continue-shpbtn, .card-box4 .proceed-chkbtn {
	width: 180px ;
}
.card-box4 .proceed-chkbtn {
	width:200px;
}
.cart-box1, .cart-prdname {
	font-size: 15px;
}
.cart-box1 {
	margin: 10px 0 0 0;
}
.cart-box2, .card-box3 {
	min-height: auto;
}
.cart-remv{margin: 0; position: absolute;  left: 0;  top: 14px;}
.cart-prdname span.span1, .promo-fld label, ul.cart-prclist li, .unit-price, .sub-total, .qtybox {font-size: 16px; font-weight: 400;}
}
@media only screen and (max-width: 640px) {
	#cartBox p{
		width:100%;
		word-wrap: break-word;
		padding: 0 0 0 10px;
		}
	#cartBox #browse{
		margin-top:15px;
		}
.card-box4 .continue-shpbtn, .card-box4 .proceed-chkbtn {
	display:block;
	margin:0 auto 10px;
	float:none;
	width:100%;
	max-width:100%;
}
.card-box4 .proceed-chkbtn {margin-bottom:0;}
}

@media only screen and (max-width: 479px) {
.one, .two, .three, .four {
	width: 21%;
	font-weight: normal
}
.two{display:none;}
.one{width: 44%;}
.cart-box1 {
	font-size: 14px;
}
.cart-box1 {
	line-height: 18px;
	padding: 6px 0;
}
.cart-prdname span.span1, .promo-fld label, ul.cart-prclist li, .unit-price, .sub-total {
	font-size: 16px;
}
.cart-prdname span.span2 {
	display: none;
}
.continue-shpbtn, .proceed-chkbtn {
	width: 210px;
	font-size: 18px;
	float: none;
	margin: 10px auto 0 auto;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 35px;
}
.proceed-chkbtn {
	margin: 10px auto 0 auto;
}
ul.cart-prclist li {
	line-height: 24px;
}
.promo-fld label {
	margin: 0 5px 0 0;
	display: block;
	float: none;
}
.promo-fld input {
	width: 200px;
}
}
@media only screen and (max-width: 359px) {
.one, .two, .four {
	width: 24%;
}
.three {
	width: 28%;
}
.one {
	padding: 0 0 0 2px;
}
.four {
	padding: 0 2px 0 0;
}
.card-box3 {
	padding: 5px 0 10px 0;
}
.cart-box1 {
	font-size: 13px;
	line-height: 14px;
}
.cart-prdname span.span1 {
	font-size: 15px;
	line-height: 17px;
}
}
/*==============================================
			 START CHECKOUT PAGE
===============================================*/
.chk-sec1 {}
.chk-lft, .chk-rgt {
	float: left;
	display: inline-block;
	width: 49%;
	margin: 0 0 0 0;
}
.chk-rgt {
	width: 47.72%;
	margin: 0;
	float: right;
}
.frm1, .frm2 {
	border: 1px solid #e3e7d8;
	padding: 0 0 34px 0;
}
.frm2 {
	margin: 23px 0 0 0;
}
.shp-hding, .pmt-hding {
	font-family: inherit;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	padding: 18px 10px 14px 48px;
	background: #ff7e00 url(../images/ship-icon.png) 10px 20px no-repeat;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
.pmt-hding {
	background: #ff7e00 url(../images/pmt-icon.png) 10px 20px no-repeat;
}
/*----------form start------------*/
.frm-inner {
    float: left;
    width: 100%;
    padding: 0 20px;
}
.frmElmnts {
	float: left;
	margin: 12px 0 0 0;
	width: 100%;
	box-sizing: border-box;
}
.frmfld, .frmfld-short1, .frmfld-short2, .frmfld-short3 {
	float: left;
	display: inline-block;
}
.frmElmnts label, .weaccept {
	width: 100%;
	margin: 0;
	display: block;
	font-weight: 500;
	font-size: 17px;
	line-height: 40px;
	text-align: left;
	color: #393939;
	padding: 0 0 3px 0;
}
.frmElmnts label {
	width: 100%;
	margin: 0;
	line-height: 30px;
}
.cards {
	display: inline-block;
    margin: 0 0 0 20px;
}
.sameas {
	font-size: 17px;
    line-height: 28px;
    text-align: left;
    position: relative;
    padding: 0 0 0 28px;
    margin: 13px 0 0;
    float: left;
    width: 100%;
}
.chkbx {
	position: absolute;
    left: 0;
    top: 10px;
    height: 13px;
    width: 13px;
    background: url(../images/chkbx.png) left top no-repeat;
    appearance: normal;
    -webkit-appearance: none;
    margin: 0;
}
.chkbx:checked {
	background: url(../images/chkbx-checked.png) left top no-repeat
}
.topmar2 {
	margin-top: 10px;
}
.frmfld {
	width: 100%;
	height: 39px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 0px 0 40px;
	position: relative;
	background: #fff;
}
.frmfld-short1, .frmfld-short2, .frmfld-short3 {
	width: 48.5%;
}
.frmfld-short1, .frmfld-short3 {
	margin-right: 3%;
}
.frmfld input, .frmfld select {
	width: 100%;
	height: 37px;
	border: none;
	outline: none;
	box-sizing: border-box;
	font-family: inherit;
	font-weight: 300;
	font-size: 17px;
	color: #000;
	text-align: left;
}
.frmfld select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/select-fldbg.png) 98% center no-repeat;
	padding-left:5px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #818080;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #818080;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #818080;
}
:-moz-placeholder { /* Firefox 18- */
 color: #818080;
}
.icon {
	position: absolute;
	left: 10px;
	top: 12px;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
a.what {
	font-weight: 500;
	font-size: 17px;
	line-height: 39px;
	color: #393939;
	text-align: left;
	text-decoration: underline;
}
.trm {
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 23px;
}
.trm a {
    text-decoration: underline;
}
.agreetxt {
    margin: 20px 0 20px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    text-align: left;
    position: relative;
    width: 100%;
    float: left;
}
.agreetxt a {
	color: #071eff;
	text-decoration: underline;
}
/*----------right side--------------*/
.smry-box {
	border: 1px solid #dedede;
	padding: 15px 15px 15px 15px;
}
.smry-box #cartBox p{
	margin-top:0;
	padding: 0 0 0 20px;
	}
.smry-box #browse{
	margin-top:10px;
	}
.smry-box .cart-box1{
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #2d2d2d;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 0px;
	background:#fff;
	margin:0;
	height:auto;
}
.smry-box .one{
	padding: 0px 0 10px 0;
	width:60%;
	}
.smry-box .odrsmry-icon{
	display:none;
	}
.smry-box .cart-box1 .two{width:40%; text-align:right}
.smry-box .cart-box1 .three, .smry-box .cart-box1 .four{
	display:none;
	} 
.smry-box .cart-box2 .cart-prd1{
	display:none;
	}
.smry-box .cart-box2 .cart-prdname{
	padding:0;
	}
.smry-box .cart-box2 .cart-prdname .span2{
	display:none;
	}
.smry-box .cart-box2 .cart-prdname .span1, .smry-box .four .sub-total, ul.cart-prclist li{
	font-weight: normal;
	font-size: 19px;
	line-height: 20px;
	text-align: left;
	color: #252525;
	}
.smry-box .two .unit-price, .smry-box .three .qtybox{
	display:none;
	}
.smry-box .four{
	float: right;
	padding: 0;
	width: 25%;
	}
.smry-box .four .sub-total{
	padding:0;
	text-align:right;
	}
.smry-box .cart-box2 .one{padding-bottom:0;width:70%	}
.smry-box .card-box3 {
    padding: 15px 0;
	border-bottom:none;
}
.smry-box .card-box3lft .promo-fld{
	display:none;
	}
.smry-box .card-box3rgt{
	width:100%;
	}
.smry-box .card-box3rgt ul.cart-prclist li{
	padding:10px 0;
	border:none;
	}
.smry-box .card-box3rgt ul.cart-prclist li:last-child{
	background: #f3f3f3;
    padding: 15px 10px 15px 10px;
    font-weight: bold;
    font-size: 22px;
	border-top: 1px solid #d4d4d4;
	margin-top:15px;
	}
.smry-box .card-box4{
	display:none;
	}



.chkqtbox {
	border: 1px solid #ededed;
	margin: 77px auto 0 auto;
	position: relative;
}
.chkqt {
	position: absolute;
	left: 0;
	right: 0;
	margin: -40px auto 0 auto;
	display: block;
}
.chkqt-txt {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 50px 25px 0 25px;
}
.chkqt-txt2 {
	padding: 22px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #018abd;
	text-align: center;
	text-transform: uppercase;
}
.chkqt-txt3 {
	font-size: 18px;
	text-align: center;
	padding: 0 20px 30px 20px;
}
.chkqt-txt3 span {
	color: #018abd;
}
.chkrgt-subhding {
	font-weight: normal;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
	padding: 42px 10px 0 10px;
}
.chkrgt-subhding span {
	font-weight: bold;
	font-size: 35px;
}
ul.chk-nohidlist {
	padding: 35px 0 0 0;
	text-align: center;
}
ul.chk-nohidlist li {
	display: inline-block;
	margin: 0 8px;
}
ul.chk-nohidlist li img {
	width: 102px;
}
.chk-hding {
}
@media only screen and (max-width: 1179px) {
.agreetxt {
	font-size: 17px;
}
ul.chk-nohidlist li {
	margin: 0 6px;
}
}
@media only screen and (max-width: 1013px) {
.chk-sec1 {
	padding: 25px 0 50px 0;
}
.shp-hding, .pmt-hding {
	margin: 0 0 10px 0;
}
.frm1, .frm2 {
	padding: 0 0 20px 0;
}
.frmElmnts {}
.frmElmnts label, .sameas, .weaccept, .agreetxt, a.what {
	font-size: 16px;
}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	font-size: 14px;
}
.weaccept {
	margin: 21px 1.96% 0 2.96%;
	width: 95.08%;
}
.sameas {
	line-height: 20px;
	padding: 6px 0 0 28px;
}
.logos {
	margin: 20px auto 0 auto;
	max-width: 90%;
}
/*----------right side--------------*/
.smry-box {
	border: 1px solid #dedede;
	padding: 10px 10px 10px 10px;
}
.smry-hding {
	font-size: 18px;
	line-height: 20px;
	padding: 5px 5px 6px 5px;
}
ul.smrylist li {
	font-size: 16px;
	line-height: 19px;
	padding: 6px 5px;
}
ul.smrylist li span.span1 {
	width: 70px;
}
.chkqt-txt {
	padding: 50px 15px 0 15px;
}
ul.chk-nohidlist {
	padding: 40px 0 0 0;
}
ul.chk-nohidlist li {
	margin: 0 3px;
}
ul.chk-nohidlist li img {
	width: 80px;
}
}
@media only screen and (max-width: 767px) {
.chk-lft, .chk-rgt {
	width: 100%;
	margin: 0;
}
.chk-lft {
	margin: 20px 0 0 0;
}
.cards { margin: 10px 0 0 0px;}
.frmElmnts {}
.frm-inner{padding:0 15px;}
.sameas {
	margin: 16px 0 0 0;
	padding: 6px 0 0 19px;
}
.smry-box {
	padding: 15px 11px 10px 11px;
}
.smry-hding {
	background: url(../images/plus2.png) 98% center no-repeat;
}
.minus {
	background: url(../images/minus2.png) 98% center no-repeat;
}
ul.smrylist {
	display: none;
}
.weaccept, .agreetxt {}
.agreetxt, .sameas {}
}
@media only screen and (max-width: 479px) {
.shp-hding, .pmt-hding {
	font-size: 19px;
}
.frm1, .frm2 {
	padding: 0 0 20px 0;
}
.frmfld {
	width: 100%;
	padding-left:30px;
}
.frmfld-short1, .frmfld-short2, .frmfld-short3 {
	width: 48.5%;
}
.weaccept {
	margin: 5px 2% 0 2%;
	width: 96%;
}
.weaccept span.span1 {
	float: none;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.weaccept img {margin: 0 0 0 10px;}
.chkrgt-subhding {
	line-height: 28px;
	padding: 32px 10px 0 10px;
}
.chkrgt-subhding span {
	font-weight: bold;
	font-size: 32px;
}
ul.chk-nohidlist {
	padding: 25px 0 0 0;
	text-align: center;
}
ul.chk-nohidlist li img {
	width: 62px;
}
}
/*==============================
	START CONTACT PAGE
===============================*/
.cont-sec1 {
	padding: 40px 0;
}
.cont-mid-lft, .cont-mid-rgt {
	float: left;
	width:100%;
	margin: 0 0 0 0;
}
.cont-mid-rgt {
	position: relative;
	width: 47.69%;
	background: #f7f6f6;
	float:right;
}
.cont-p1 {
	font-size: 26px;
	line-height: 40px;
	text-align: left;
	color: #000000;
	margin: 0 0 0 0;
}
.cont-p2 {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #272727;
	margin: 30px 0 0 0;
}
.cont-p2-1, .cont-p2-2, .cont-p2-3, .cont-p2-4 {
	background: url(../images/location.png) left 7px no-repeat;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	color: #3a3a3a;
	padding: 11px 0 10px 52px;
}
.cont-p2-2 {
	background: url(../images/ph.png) left 7px no-repeat;
}
.cont-p2-3 {
	background: url(../images/mail.png) left 7px no-repeat;
}
.cont-p2-4 {
	background: url(../images/time.png) left 7px no-repeat;
}
.cont-p3 {
	font-size: 16px;
    line-height: 24px;
	text-align: left;
	color: #3a3a3a;
	margin: 0 0 0 52px;
}
.cot-brd {
	border-bottom: 1px solid #f2f2f2;
	margin: 26px 0 0 0;
}
.cont-arw {
	position: absolute;
	top: 79px;
	left: -26px;
}
/*==========right=======================*/
.cont-frm {
	width: 77.06%;
	margin: 0 auto 0 auto;
	padding: 35px 0 35px 0;
}
.cot-rgt-p1 {
	font-size: 28px;
	line-height: 40px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
}
.cont-frmElmnts {
	float: left;
	width: 100%;
	margin: 12px 0 0 0;
	display: block;
	position: relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea {
	width: 100%;
	background: #fff;
	height: 54px;
	border: 1px solid #d2cfcc;
	box-sizing: border-box;
	padding: 0 10px 0 57px;
	font-family:inherit;
	font-size: 16px;
	color: #000;
	border-radius: 6px;
	text-align: left;
}
.cont-frmElmnts textarea {
	height: 215px;
	width: 99.83%;
	padding: 14px 10px 0 20px;
	border: 1px solid #d2cfcc;
	resize: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #8b8b8b;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #8b8b8b;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #8b8b8b;
}
:-moz-placeholder { /* Firefox 18- */
 color: #8b8b8b;
}
.fldicon, .fldicon2 {
	position: absolute;
	left: 14px;
	top: 18px;
}
.fldicon2 {
	top: 13px;
}
@media only screen and (max-width: 1013px) {
.cont-midd {
	margin: 60px auto;
}
.cont-p1 {
	font-size: 26px;
	line-height: 31px;
}
.cont-p2 {
	font-size: 17px;
	line-height: 25px;
	margin: 20px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.cont-sec1, .thank-pg {
	padding: 30px 0 !important;
}
.cont-mid-lft, .cont-mid-rgt {
	width: 100%;
	margin: 0 0 0 0;
}
.cont-mid-rgt {
	margin: 30px 0 0 0;
}
.cont-p2-1, .cont-p2-2, .cont-p2-3, .cont-p2-4 {
	margin: 4px 0 0 0;
}
.cot-brd {
	margin: 14px 0 0 0;
}
.cont-frm {
	width: 100%;
	padding: 20px 10px;
}
}
@media only screen and (max-width: 479px) {
.cont-midd {
	margin: 30px auto 40px auto;
}
.cont-p1 {
	font-size: 21px;
	line-height: 24px;
}
.cot-rgt-p1 {
	font-size: 25px;
	line-height: 31px;
}
.cont-p2-1, .cont-p2-2, .cont-p2-3, .cont-p2-4 {
	font-size: 18px;
}
.cont-p3 {
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 0 55px;
}
.cont-frmElmnts {
	margin: 8px 0 0 0;
}
.cont-frmElmnts input, .cont-frmElmnts textarea {
	font-size: 16px;
	height: 44px;
	padding: 0 10px 0 60px;
}
.cont-frmElmnts textarea {
	height: 100px;
	padding: 10px 10px 0 17px;
}
.fldicon, .fldicon2 {
	left: 14px;
	top: 14px;
}
}

/*======================================================
==========================================================/
/*==============Media=============*/


@media only screen and (max-width:1187px){
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prd4 {
}
.section1 { padding: 55px 0;}
.s1-prod img{max-width: 340px; right: 170px; top: 112px;}
.s1-txt1 { font-size: 50px; line-height: 56px;}
.s1-txt2{}

.s1-strop { padding:40px 0;}
.sec3-model{ max-width: 500px;}
.smart-watch{top: 330px;left: 240px;}

.s2-txt1 {font-size: 38px;line-height: 44px;}

.prd-box-txt {
    font-size: 18px;}

.s1-strip{ padding:40px 0;}
.s1-lst li{ }

.strp-list li{ margin-right:20px; font-size:16px; padding-right:10px;}

.bnr-prod {/*top: 185px;width: 630px;*/}
ul.s2-list:before,ul.s2-list:after{width: 100px;}

ul.sty-prods-lst li{ width:31.8%;}
ul.sty-prods-lst li .prd-box-txt{ font-size:22px;}

.s3-rgt {width: 100%;}

.s3-left{ width:63%;}
.s3-img{height: 170px;}
.s3-img .pro-p1{}
.s3-prod-sec .prd-box1:after{transform: rotate(10deg);top: 150px;}

.s4-col{ width:24%;}
.s4-cont{ padding:10px 5px 20px;}

.s7-blog-col{width: 32.33%;}
.blg-date{ font-size:11px;}

.signupHdng{font-size: 36px;line-height: 50px;}
.signup-para{font-size: 24px;line-height: 26px;}

/*==================================
CSS FOR PRODUCT_DETAILS_PAGE
=====================================*/
.prdDtls1-strip{ width:90%;}
.prd-det-s2-cont .comnHdng {font-size: 36px;line-height: 48px;}
ul.prodDtls-s3-item{width: 40%;}
.prodDtls-s3-prod {margin-left: -90px;width: 180px;}
.prodDtls-s4-inr-bx{ padding:0 15px;}
.prodDtls-s5-left{width: 47%;}
.probiotic-suplement-img { top: 0px;width: 390px;}
ul.prodDtls-s5-list{left: 495px;}
ul.prodDtls-s6-list li span{font-size: 21px;line-height: 28px;}

/*=======ALKALINE SILVER_SOLUTION=========*/
.prd-strp-txt{ width:100%; text-align:center;}
.alkln-slvr-prd-stp{ margin-top:15px;}
ul.alkln-slvr-s3-item li{ padding-left:120px; margin:35px 0 0;}
ul.alkln-slvr-s3-item.fr li{ padding-right:120px;margin:40px 0 0;}
.alkln-slvr-s4-inr{ padding:0 0 15px;}
.alkln-slvr-s4-colm-list{ width:30%;}
.alkln-slvr-s4-colm-list span{ font-size:21px;}
.slvr-gel-s4-col span{ font-size:26px;}
.alkln-slvr-lft{ width:49%;}

.prdDtls1-strip li{ width:33.33%;}
ul.about-prm-list li{padding: 0 30px;}
.silver-soap-s5-rght{width: 38%;padding: 30px 25px;}

.silver-soap-s2-tab{ padding:0;}

/**************/

.prd-box1{}
/*===========================
SHOP_PAGE
===========================*/
ul.prodName-list li{padding: 30px 15px 30px 100px;font-size: 19px;}


/*=========================
ABOUT PAGE
===========================*/
.abt-sec1-rgt{ width:47%; padding:35px 0;}
.s2-col-txt1{ padding:0 10px;}
.sec2-btmbx-lft{ width:57%;}
.abt-sec2-btmbx-img1 {width: 470px; top:80px;}
/*=========================
BLOG PAGE
===========================*/
.blog-sec-right{ width:32%;}
.blg-rtd-imgbx{ width:100px; height:100px;}
.blg-rtd-cont{ width:210px;}


/*============AFFLIATE-PAGE==============*/	
.aflt-sec1-prodt{ width:500px; right:0; top: 70px;}
.aflt-s2-Box{ padding:0;}


/*=======================
WHOLESALE-PAGE
=======================*/
.wholesale-s2-rght{width: 69%;}
.wholesale-s2-Drimg {width: 700px;top: 168px;}

/*=============================
DAVE_ASPREY_PAGE
============================*/
.daveAsprey-s1-left{ width:72%;}
.daveAsprey-s1-txt1{ font-size:28px;}
.daveAsprey-feature-sec ul{display: flex;align-items: center;}
.daveAsprey-feature-sec ul li{ padding:0 10px;}

.daveAsprey-s4-img{ width:400px;}

.biohacking-list-col{ padding:0 17px;}

}

@media only screen and (max-width:1013px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

ul.mainMenu li{ padding:0 10px;}
.hdr-rght ul li{padding: 5px 3px;}

.section1{ padding:50px 0 120px;}
.s1-inner { width: 60%;}
.s1-prod img{ right:40px;}
.s1-txt1{ font-size:40px; margin:0 0 5px; line-height:50px;}
.s1-txt2{ font-size:16px; line-height:26px; margin-bottom:25px;}
.s1-ord-btn{ max-width:170px;}
.s1-strip{ margin-top:0;}
.s1-lst li{padding: 10px;}
.s1-lst li h1 { font-size: 16px; line-height: 24px; font-weight: 400; padding: 0 10px;}
.s1-lst li img{ margin: 0 auto 10px;}
.s1-lst li span{ font-size:20px; margin-bottom:5px;}

.strip{ padding:30px 0;}
.strp-list li { margin-right: 15px; padding: 0; text-align: center; line-height:26px;}
.strp-icons{ position:relative; display:block; margin:0 auto 15px; top:0; left:0;}

.prd-box1{width:49%}
.s3-btn1{ width:100%;}
.prd-box-txt{font-size:18px; padding:0}
.sec3-model {margin-left: -310px; }
.s1-strop-rit{ width:50%;}
.s2-txt1{ font-size:30px; line-height:38px;}
.s2-txt2{font-size: 24px;  line-height: 30px;}
.s2-hd-txt{ font-size:17px;}
.smart-watch{ left: 110px;}

ul.sty-prods-lst li { width: 31%;}
ul.sty-prods-lst li .prd-box-txt{ min-height:auto;}
p.strip-txt{ width:80%;}

.bnr-btm-sec{ padding:20px 0;}
ul.promise-list li{ padding:0 12px;}

.comnpara{ font-size:17px;}
.comnpdng{ padding:0;}
.s1-list-col{ width:15%;}

ul.s2-list li{padding: 3px 10px; font-size: 18px; line-height: 24px;}
ul.s2-list:before, ul.s2-list:after {width: 45px;}

/*.s1-strip{ margin-top:0;}
.s1-lst li{padding: 20px 14px 20px; font-size: 16px; line-height: 26px;}
.s1-lst li img{ margin: 0 auto 10px;}
.s1-lst li span{ font-size:20px; margin-bottom:5px;}*/

.ftr-links-col-1{/*width: 32%;*/}
.ftr-links-col-2 {/*width: 19%;*/}
.ftr-links-col-3 {/*width: 18%;*/}
.ftr-links-col-4{ /*width:31%;*/}
.ftr-links-list li{font-size: 16px;line-height: 22px;}

/*==================================
CSS FOR PRODUCT_DETAILS_PAGE
=====================================*/
.prod-nameHdng{font-size: 32px; line-height: 42px;}
.dtls-s1-tab-dwn{padding: 10px 20px 10px 60px;font-size: 16px;line-height: 20px;}
.prdDtls1-strip {width: 100%;}
.prdDtls1-strip li{padding: 10px 10px 10px 50px;font-size: 15px; line-height: 21px;}
.prod-prc{font-size: 36px;line-height: 36px;}
.prd-qty-col {margin: 0 0 0 20px;}
.prd-qty-col p{font-size: 18px;}
ul.acceptCards-list li{padding-left: 50px; margin-right: 10px;}
ul.acceptCards-list li .bnr-buy-seals {width: 40px;margin-top: -19px;}

.prd-det-s2-cont .comnHdng {font-size: 28px;line-height: 37px;}
.prodDtls-s3-prod{ position:static; display:block; margin:0 auto;}
ul.prodDtls-s3-item {width: 46%;}

.prodDtls-s5-left{ width:100%; text-align:center;}
.probiotic-suplement-img {position: static;vertical-align: middle;display: inline-block; margin:20px 10px 0; max-width:100%;}
ul.prodDtls-s5-list { position: static;display: inline-block;vertical-align: middle; margin:20px 0 0;}

ul.prodDtls-s6-list li{padding: 0 10px;}
ul.prodDtls-s6-list li p{font-size: 17px;line-height: 25px;}
.grntyBx-inr{padding: 30px 20px 30px 200px;}
.granty-seal60day {left: 20px;top: 50%;width: 160px;margin-top: -80px;}
.grntyBx-inr h2{font-size: 30px;line-height: 30px;}
.grntyBx-inr p{font-size: 17px;line-height: 26px;margin-top: 20px;}


/*===========================
SHOP_PAGE
===========================*/
.prod-sec-left{ width:100%;margin-bottom: 20px;}
ul.prodName-list li {padding: 20px 15px 20px 100px;}
ul.prodName-list li img{width: 70px;}
.prod-sec-right{ width:100%;}

/*=========================
CONTACT PAGE
===========================*/
.contc-col-1{width: 47%;}
.contct-txt1{font-size: 36px;line-height: 44px;}
.contct-txt2{ font-size:17px;}
.contc-col-1 ul li span{font-size: 22px; line-height: 26px;}
.contc-col-1 ul li p{font-size: 16px;line-height: 24px;}
.contc-col-2{ padding:35px 20px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

ul.mainMenu{ display:none;}
.top-fix-bar{ margin-bottom:60px;}
.header{ height:60px; margin-top:-60px; top:60px;}
.logo{max-width:160px}
.mob-mnu-ic{ right:15px; top:10px; left:auto;}
.mobilemenu{ top:60px;}
.mobimenu-top{ top:60px;}


.topStrip{ overflow:hidden; display:none;}
.topStrip .top-date, .top-menu li{font-size: 15px;line-height:22px; width:100%;}
.top-menu{float:none; width:100%; display:inline-block;}
.top-menu li{margin:0;}
.top-menu li:after{border:none;}
#caption {
    width: 100%;
    white-space: nowrap;
    -moz-animation:  caption 15s linear 0s infinite;
    -webkit-animation:  caption 15s linear 0s infinite;
}


.hdr-rght{ margin:6px 40px 0 0;}
.hdr-rght ul li {padding: 5px 5px;}
.hdr-rght ul li:nth-child(1),.hdr-rght ul li:nth-child(2),.hdr-rght ul li:nth-child(4){ display:none;}
.hdr-rght ul li:nth-child(3) img{ width:40px;}

.form-search {bottom: -114px;padding: 5px;width: 100%;}

.section1 { margin-top: 0px; padding:25px 0 30px; background: #f5f5f5; height: auto;}
.s1-inner {width: 100%; text-align: center;}
.s1-txt1 {font-size: 35px;
        margin: 0 0 0px;
        line-height: 42px;}
.s1-txt:before{ left:50%; margin-left:-20px;}
.s1-txt2{ margin-bottom:0px; width:100%;}
.s1-prod{ display:none;}
.s1-img-mob{display: block; max-width:100%;  margin:14px auto 0;}
.s1-inner .comn-btn{ margin-top:20px;}
.hdg-line, .hdg-line2{ width:300px;}
.transparent-btns_tabs{ bottom:-30px;}
.s1-ord-btn{ max-width:100%;}
.s1-strip{ padding:30px 0 20px;}
.s1-lst li{ width: 100%; padding: 20px; font-size: 18px; line-height: 28px; }
.cont-list{ margin-top:30px;}
.cont-list li{ width:50%; margin-bottom:10px;}

.sec2{padding:30px 0;}
ul.s2-lst li{width:100%;}

ul.sty-prods-lst li { width: 47%;}
ul.sty-prods-lst li:nth-child(3){ margin-top:20px;}
.product-sec{ margin-top:15px;column-gap: 7px;}
.section3{ padding:30px 0px !important;}
.s3-btn1{ width:100%; }
.s3-prod-sec .size{font-size: 17px;right: -100px; bottom: 110px;}
.prd-box1 {padding:0 0 0 0; width:100%;}
.size{background: #333;  font-size: 20px; width: 140px; }
.pro-p1{margin:0;}
.s2-txt1 span{}
.s2-hd-txt{ width:100%;}
.s1-strop{ text-align:center; padding: 20px 0;}
p.strip-hed{ font-size:30px;}
p.strip-txt { width: 100%;}

.s1-strop{ text-align:center; padding: 0px 0 30px;}
.s1-strop-rit{ display:inline-block; width:100%; }
.sec3-model{ display:block; max-width:100%; margin:15px 0 0px;}
.smart-watch{ position:static; left:0; right:0; margin:10px auto 0;}
.strop-lst li { font-size: 17px; line-height: 27px; margin-bottom: 5px;}
.s1-strop-rit .comn-btn { margin-top: 15px;}
.s1-strip{ padding:30px 0 30px;}
.s1-lst{ margin-top:20px;}
.s1-lst li{ width: 100%; padding: 0px; }
.s1-strip .s2-txt1 span {}
.s1-lst li h1{ padding:0 20px;}
.strip { padding: 30px 0;}
.strp-list li {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 2px #ccc;
    padding: 15px 32px;
}
.strp-icons {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto 10px;
}

.ftr-links-sec{ padding:20px 0;}
.address-ftr{text-align:center;}
.ftr-links-col-1{ width:100%;}
.ftr-log{ width:130px; float:none; display:inline-block;}
.ftr-links-col-2, .ftr-links-col-3{ width:50%; margin-top:20px;}
.ftr-links-col-2{}
.ftr-links-col-4{ width:100%; margin-top:30px;}
.ftr-links-hd{font-size: 18px;line-height: 22px; margin-bottom: 5px;}

.footer{ padding:20px 0;}
.ftr-txt{ width:100%; margin:5px 0;font-size: 14px;line-height: 17px;}
.ftr-txt a {margin: 0 2px;}
.tems_bg{padding:20px 0 !important;}

/*==================================
CSS FOR PRODUCT_DETAILS_PAGE
=====================================*/
.prodBreadcrm{font-size: 13px;line-height: 15px;}
.prodDtls1-left{ width:100%;}
.prodDetails-sec1{ padding:15px 0 25px;}
.dtls-s1-tab{ margin:0;}

.study-pop-header{	padding: 10px 30px 10px 15px;}
.study-pop-body{padding: 0 20px 20px 20px;}
.study-pop-header h4{font-size: 18px;line-height: 26px;}
.pop-para{ width:100%; font-size:16px; line-height:24px; margin-top:16px;}
.ph-grph1{ width:100%; margin:5px 0 0;}

.prodDtls1-rght{ width:100%; margin-top:10px;}
.prod-nameHdng {font-size: 25px;line-height: 33px;}
.prd-rat { font-size: 14px;line-height: 16px;}
.prd-rat img {margin: -5px 3px 0 0;}
.prd-det-disc{font-size: 16px;line-height: 24px;}

.prdDtls1-strip li {padding: 8px 5px 8px 50px;font-size: 15px;line-height: 18px;width: 33.33%;}
.prdDtls1-strip li img {left: 8px;top: 8px;}
ul.proDetls1-rgt-list li{font-size: 16px;line-height: 24px;}

.prc-sec{ margin:10px 0; text-align:center;}
.prod-prc{ float:none; display:inline-block; vertical-align:middle; text-align:center; margin-top:28px;}

.prd-qty-col{ float:none; display:inline-block; vertical-align:middle; width:50%; margin:0 0 0;text-align:center;}
.prd-qty-col p{ width:100%; margin-bottom:5px;}
.qty-div{ padding:0 10px;}
.qty-div input{ width:60px;}
.pkg-row{padding: 10px 10px 10px 40px;}
.pkg-row input[type=radio] + span{ left:10px;}
.pkg-row p{font-size: 20px;line-height: 25px;}
a.cart-btn{ margin-top:20px;}
ul.acceptCards-list li {width: 33.33%;padding: 0;text-align: center;margin: 0 0 0;}
ul.acceptCards-list li .bnr-buy-seals { position: static;display: block;margin: 0 auto;}
ul.acceptCards-list li span {font-size: 12px;line-height: 23px;}
ul.acceptCards-list li p{font-size: 10px;line-height: 12px;}
ul.acceptCards-list li p .cards {max-width: 90%;}

.prodDetails-sec2{ padding:30px 0 0;}
.prodDtls-s2-row{ margin:0 0 30px;}
.prd-det-s2-cont{ width:100%; text-align:center;}
.prd-det-s2-cont .comnHdng {font-size: 22px;line-height: 30px;}
.prd-det-s2-imgbx-rgt{ display:none;}
.prd-det-s2-imgbx-rgt-m{ width:100%; display:inline-block; vertical-align:middle; margin:20px 0 10px; max-width:419px;padding: 10px 10px 0 0; position:relative;}
.prd-det-s2-imgbx-rgt-m:after {
    position: absolute;
    right: 0;
    top: 0;
    left: 15px;
    bottom: 15px;
    border: 1px solid #abb0d1;
    border-radius: 0 0 0 100px;
    content: "";
	}
.prd-det-s2-imgbx-left-m{width:100%; display:inline-block; vertical-align:middle; margin:20px 0 10px; max-width:419px;padding: 10px 0 0 10px; position:relative;}
.prd-det-s2-imgbx-left-m:after{
	 position: absolute;
    left: 0;
    top: 0;
    right: 15px;
    bottom: 15px;
    border: 1px solid #abb0d1;
    border-radius: 0 0 100px 0;
    content: "";
	}
.red-bx{ padding:10px 10px 10px 110px;font-size: 17px;line-height: 24px;}
.red-bx span{left: 15px;top: 17px;font-size: 40px;line-height: 40px;}
.blue-bx{ width:100%;padding:10px 10px 10px 110px;font-size: 16px;line-height: 24px;}
.blue-bx span{left: 15px;top: 17px;font-size: 40px;line-height: 40px;}
.prd-det-s2-prod{ width:90px;}


.prodDetails-sec3{ padding:30px 0;}
.prodDtls-s3-content{ margin:20px 0 0;}
.prodDtls-s3-prod{ width:120px;}
ul.prodDtls-s3-item{ width:100%;}
ul.prodDtls-s3-item li,ul.prodDtls-s3-item.fr li{ text-align:center; padding:0 15px; margin:25px 0 0;}
ul.prodDtls-s3-item li:after, ul.prodDtls-s3-item.fr li:after{ display:none;}
.prodDtls-s3-icon{ position:static; display:inline-block; vertical-align:middle; margin-bottom:8px;}
ul.prodDtls-s3-item li p{ font-size:17px;}

ul.prodDtls-s3-item.fr li:nth-child(1) .prodDtls-s3-icon{background: #009bf6;}
ul.prodDtls-s3-item.fr li:nth-child(2) .prodDtls-s3-icon{background: #141b4d;}
ul.prodDtls-s3-item.fr li:nth-child(3) .prodDtls-s3-icon{background: #009bf6;}

.prodDetails-sec4{ padding:30px 0;}
.prodDtls-s4-inr{ margin:0;}
.prodDtls-s4-inr-bx{ width:100%; margin:10px 0 0;}
.prodDtls-s4-inr h3{font-size: 22px;line-height: 28px;}
.prodDtls-s4-inr p{font-size: 17px;line-height: 24px;}

.prodDetails-sec5{ padding:30px 0;}
.probiotic-suplement-img{ margin:20px 0 0;}
ul.prodDtls-s5-list{ width:100%; padding:0;}
ul.prodDtls-s5-list li{ width:25%; text-align:center; border:none;border-right: 1px solid #f5f7f8;}
ul.prodDtls-s5-list li img{ height:25px;}

.prodDetails-sec6{ padding:30px 0;}
ul.prodDtls-s6-list li{ width:100%; padding:0 30px;}
ul.prodDtls-s6-list li:after{ display:none;}
.grntyBx-inr{ padding:25px 15px; text-align:center;}
.prodDtls-s6-guarntyBx{ margin:25px 0 0;}
.granty-seal60day{ position:static; display:block; margin:0 auto 15px;}
.grntyBx-inr h2 {font-size: 20px;line-height: 24px;}
.grntyBx-inr p {margin-top: 10px;}

.prodDetails-sec7{ padding:30px 0;}
.testi-sec{ margin-top:15px;}
.tsti-txt2{font-size: 13px;line-height: 18px;}
.tsti-abt{font-size: 16px;line-height: 24px;}
.testi-bx:last-child{ padding-bottom:0;}

.prodDetails-sec8{ padding:30px 0;}
.prodDetails-sec8 .comnHdng{ font-size:25px;}
.faq-container{ margin:20px 0 0;}
.accordion{padding: 15px 30px 15px 0;font-size: 18px;line-height: 26px;}
.acdn-content{ padding:10px 0 0;}
.acdn-para{font-size: 17px;line-height: 24px;}

.prodDetails-sec9{ padding:30px 0;}
.prodDtls-s9-prdctBox{ margin-top:25px;}



/*===========================
SHOP_PAGE
===========================*/
.shop-section{ padding:10px 0 30px;}
.prod-sec-left{ margin-top:15px;border-radius: 0; margin-bottom:0;}
ul.prodName-list li {font-size:18px;line-height:24px; padding: 20px 15px 20px 70px;}
ul.prodName-list li img {width: 50px;top: 8px;}
.prodNameHdng{ font-size:18px; line-height:20px;font-weight: 500; border:none;}
.prod-drower { float:left; width:100%; display:none;border-top: 1px solid #10b3f0;}
#prodct-tog{position:relative;}
#prodct-tog:after {
    content: '+';
    position: absolute;
    right:12px;
    top: 50%;
	margin-top:-12px;
	font-size:24px;
	line-height:24px;
    background-size: 100%;
}
	
.prod-row{ margin-top:25px;}
.prodct-name{font-size: 26px;line-height: 32px;}
.prod-subHdng{font-size: 20px;line-height: 24px;margin-top: 20px;}
.prod-col{ width:48%; margin:20px 1% 0; padding:10px;}
.shop-prd-name{font-size: 15px;/*line-height: 24px; min-height:50px*/}
.shop-prd-name2{ min-height:72px;}
.prod-col .s2-prd-rvw{ font-size:11px;}
.prod-col .s2-prd-rvw img{ width:70px;}

/*=========================
CONTACT PAGE
===========================*/
.contact-section{ padding:30px 0;}
.contc-col-1{ width:100%;}
.contct-txt1 {font-size: 28px;line-height: 32px;}
.contc-col-1 ul{ margin:10px 0 0;}
.contc-col-1 ul li{padding-left: 55px;padding-bottom: 15px;}
.contc-col-2{ width:100%; margin-top:15px; padding:20px;}
.contc-col-2 h2{font-size: 28px;line-height: 30px;}


}
@media only screen and (max-width:580px){
	.prod-col{/*width:100%;*/ margin:10px 3px 0 ;max-width: 260px; float:none; display:inline-block;}
	.shop-prd-name {line-height: 24px;min-height: 48px;}
	ul.prddtls1-rgtlist li span {width:auto;}
	.size-guide-box {right: 0;}
	
	.sty-prods{ padding:20px 0;}
	ul.sty-prods-lst li { width: 100%; margin:10px 0;}
	ul.sty-prods-lst li a::before{ display:none;}
	ul.sty-prods-lst li:nth-child(3){ margin-top:10px; margin-bottom:0;}
	
	.section3 {padding: 10px 0 10px;}
	
}

@-moz-keyframes caption { 
    0% { margin-left:100%; } 100% { margin-left:-600px; }  
}
@-webkit-keyframes caption { 
    0% { margin-left:100%; } 100% { margin-left:-600px; }  
}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #182b51;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #182b51;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
	text-align:left;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
	text-transform:capitalize;
}