@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

:root{
  --teal:#0f4c4a;
  --teal-2:#2fb8ad;
  --clay:#c8623d;
  --clay-soft:#f2c9b8;
  --cream:#f6efe6;
  --ink:#0a1f1e;
  --text:#1b2b2a;
  --muted:#6b7a78;
  --line:rgba(15,76,74,.15);
  --glass:rgba(255,255,255,.55);
  --shadow:0 20px 60px -20px rgba(10,31,30,.25);
  --grad:linear-gradient(135deg,var(--teal-2) 0%,var(--clay) 100%);
}
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	text-align:center;
	font-family:"Helvetica Neue",Arial,sans-serif;
	color:var(--text);
	background:var(--cream);
	line-height:1.55;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	}
*{box-sizing: border-box;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
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: 16px;
    line-height: 26px;
    font-weight: 300;
}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--ink);font-weight:600;letter-spacing:-.01em;text-transform: capitalize;}
h1{font-size:clamp(40px,6vw,76px);line-height:1.05}
h2{font-size:clamp(28px,3.6vw,46px);line-height:1.1;margin-bottom:14px}
h3{font-size:20px;line-height:1.3}
p{color:var(--muted)}
/************************************/
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.8);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
    }
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    }
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    }
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #4ba898;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 50px;
    border: none;
    }
.no-btn {background:#c8623d;}
.yes-btn {}
/*==========Header==============*/
.topStrip{
	float: left;
	width: 100%;
	background: linear-gradient(90deg, #3f1c39, #5b2a52);
	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: 13px;
    line-height: 23px;
    color: #fff;
    letter-spacing: 0.5px;
    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:75px;
	}
.header{
	float: left;
    width: 100%;
    height: 75px;
    margin-top: -75px;
    position: relative;
    top: 75px;
    padding: 10px 0;
    z-index: 9;
	background: rgba(246, 239, 230, .85);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
	}
.fixed-nav .header{
	position: fixed;
    z-index: 11;
    top: 0;
    -webkit-transition: margin .3s ease-out;
    margin-top: 0;
	}

.logo{
	float: left;
    max-width: 150px;
    margin-top: 0px;
}
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 15px;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
    font-size: 15px;
    line-height: 25px;
    color: var(--ink);
    opacity: .75;
    font-weight: 500;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{opacity:1;color:var(--clay); }

.hdr-rght{
	float:right;
	margin-top:0;
	}
.hdr-rght ul li{
	margin-top: 7px;
	display: inline-block;
    vertical-align: middle;
    padding: 10px 35px;
    font-size: 12px;
    letter-spacing: 1px;
    background: var(--glass);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .6);
    color: var(--ink);
    border-radius: 50px;
	cursor:pointer;
	}
.hdr-rght ul li:hover{background:#fff;box-shadow:0 0 30px rgba(47,184,173,.35)}	
.hdr-rght ul li img{
	display:inline-block;
	vertical-align:middle;
	}
.hdr-rght ul li:last-child{}

.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: 'Inter', 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:#b36e4d;
	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:#b36e4d;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#b36e4d;
	}
	
.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===============*/
/* Buttons */
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;font-size:14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:0;transition:all .3s ease}
.btn-primary{color:#fff;background:var(--grad);border-radius:999px;box-shadow:0 10px 30px -10px rgba(47,184,173,.6)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px -10px rgba(200,98,61,.55)}
.btn-outline{color:var(--clay);background:transparent;border:2px solid var(--clay);border-radius:999px}
.btn-outline:hover{background:var(--clay);color:#fff}
.btn-glass{color: var(--ink);padding: 14px 0px;text-decoration:underline;}
.btn-glass:hover{}
.btn-link{color:var(--teal);font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:13px;border-bottom:1px solid var(--teal);padding-bottom:2px}
.btn-checkout{width:100%;justify-content:center;padding:18px;background:var(--grad);color:#fff;border-radius:14px;font-size:15px}

/* Hero */
.hero{
	float:left;
	width:100%;position:relative;overflow:hidden;padding:80px 0 100px}
.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;filter:blur(90px);z-index:0}
.hero::before{width:520px;height:520px;background:var(--teal-2);opacity:.35;top:-100px;left:-120px}
.hero::after{width:460px;height:460px;background:var(--clay);opacity:.28;bottom:-140px;right:-100px}
.hero-grid{text-align: left;position:relative;z-index:1;display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center}
.hero-eyebrow{display:inline-block;padding:8px 16px;background:var(--glass);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);border-radius:999px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:24px}
.hero h1{margin-bottom:22px}
.hero h1 em{font-style:italic;color:var(--clay)}
.hero-sub{font-size: 17px;max-width: 480px;margin-bottom: 36px;}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}
.hero-meta{display:flex;gap:36px;font-size:13px;color:var(--muted)}
.hero-meta strong{display:block;font-size:24px;color:var(--ink);font-family:Georgia,serif;margin-bottom:2px}
.hero-visual{position:relative}
.hero-visual img{border-radius:24px;box-shadow:var(--shadow);position:relative;z-index:1;width:100%;display:block}
.hero-visual-bg::before{content:"";position:absolute;inset:-40px -30px -30px -40px;background:radial-gradient(circle at 20% 30%, rgba(15,76,74,.35), transparent 55%), radial-gradient(circle at 80% 70%, rgba(200,98,61,.35), transparent 55%), linear-gradient(135deg,#e9ded1,#d7c9b8);border-radius:32px;filter:blur(2px);z-index:0}
.trust-badge{position:absolute;bottom:24px;left:-30px;background:var(--glass);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);padding:16px 22px;border-radius:18px;display:flex;gap:12px;align-items:center;box-shadow:var(--shadow); z-index:1;}
.trust-badge .dot{width:10px;height:10px;background:var(--teal-2);border-radius:50%;box-shadow:0 0 12px var(--teal-2)}
.trust-badge b{color:var(--ink);font-size:14px}
.trust-badge span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}


.shop-btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight:600;
    width: 250px;
    height: 60px;
    border-radius:50px;
    cursor: pointer;
	background: var(--grad);
    border-radius: 999px;
    box-shadow: 0 10px 30px -10px rgba(47, 184, 173, .6);
	transition: all .3s ease;
	}
.shop-btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px -10px rgba(200,98,61,.55)}

/*=================== start section1 ===================*/
/* Intro / Behind the Tools */
.intro{ float:left; width:100%;padding:100px 0;background:#fff;overflow: hidden;}
.intro-grid{ text-align:left;display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center}
.intro small{color:var(--clay);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}
.intro h2{margin-top:12px}
.intro p{margin-top:18px;font-size:16px}
.intro-list{margin-top:32px;display:grid;gap:14px}
.intro-list div{padding:16px 20px;border:1px solid var(--line);border-radius:14px;display:flex;justify-content:space-between;align-items:center;transition:.3s;cursor:pointer}
.intro-list div:hover{border-color:var(--teal-2);background:#f6fbfa;transform:translateX(4px)}
.intro-list b{color:var(--ink)}
.intro-list span{color:var(--clay);font-size:13px;font-weight:600}
.intro-img{position:relative}
.intro-img img{border-radius:20px;box-shadow:var(--shadow)}
.floating-badge{position:absolute;top:24px;right:-20px;background:#fff;padding:14px 20px;border-radius:14px;box-shadow:var(--shadow);font-size:13px}
.floating-badge b{text-transform: capitalize;display:block;color:var(--ink);font-size:22px;font-family:Georgia,serif}
.floating-badge span{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em}

/* Why choose (dark) */
.why{float:left; width:100%;background:var(--ink);color:#e8eeed;padding:100px 0;position:relative;overflow:hidden}
.why::before{content:"";position:absolute;width:500px;height:500px;background:var(--teal-2);opacity:.15;filter:blur(120px);top:-100px;right:-100px;border-radius:50%}
.why-grid{text-align:left;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.why img{border-radius:22px;box-shadow:0 30px 80px -30px rgba(0,0,0,.6)}
.why small{color:var(--teal-2);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}
.why h2{color:#fff;margin-top:12px;margin-bottom:14px}
.why > .container > div p{color:#a8bab7;font-size:16px;margin-bottom:32px}
.acc{margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12)}
.acc summary{list-style:none;padding:20px 0;cursor:pointer;font-size:17px;font-weight:600;color:#fff;display:flex;justify-content:space-between;align-items:center;text-transform: capitalize;}
.acc summary::-webkit-details-marker{display:none}
.acc summary::after{content:"+";font-size:24px;color:var(--teal-2);transition:.3s}
.acc[open] summary::after{transform:rotate(45deg)}
.acc p{padding:0 0 20px;color:#a8bab7;font-size:15px}
.why .btn-outline{margin-top:28px}
/* Lifestyle strip */
.lifestyle{
	float:left;
	width:100%;position:relative;height:520px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}
.lifestyle img{width:100%;height:100%;object-fit:cover;transition:.6s}
.lifestyle:hover img{filter:brightness(.55)}
.lifestyle-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(180deg,transparent 40%,rgba(10,31,30,.5) 100%);pointer-events:none;padding:0 24px}
.lifestyle-overlay h2{color:#fff;margin-bottom:20px;text-shadow:0 4px 20px rgba(0,0,0,.4)}
.lifestyle-overlay .btn{}
.play-btn{background:var(--glass);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.5);color:#fff;padding:14px 26px;border-radius:999px;font-weight:600;display:inline-flex;gap:10px;align-items:center;text-transform:uppercase;font-size:13px;letter-spacing:.08em;cursor:pointer; position:relative; z-index:2;}
/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	background:#fff;
	padding:0px 0 100px;
	text-align:center;
	position: relative;
	/*overflow:hidden;*/
	height:auto;
	}
.s1-img1{
	display:inline-block;
	max-width:100%;
	}	
.s1-modl{
    position: absolute;
    right: 4%;
    top: 205px;
	}	
.s1-rgt{
    float: left;
    width: 47%;
    text-align: left;
    padding: 30px 0 0px;
	}	
.comnHdng{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 1.18;
    font-weight:600;
    text-transform: capitalize;
	font-family: var(--display);
    color: var(--orchid-deep);
    letter-spacing: 0.005em;
}
.comnHdng span{
	display:block;
	font-size:48px;
	line-height:58px;
	color:#ea7b01;
	font-weight:bold;
	}  
.comn-para {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.75;
}
.sub-hdng{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
    padding-bottom: 26px;
	}
ul.s1-list{
	float: left;
    width: 100%;
    margin-top: 25px;
	}
ul.s1-list li {
	float: left;
    width: 46%;
	position:relative;
	font-size:17px;
	line-height:23px;
	color:#000;
	padding:0 0 0 72px;
	margin:30px 0 0 0;
}
ul.s1-list li:nth-child(2), ul.s1-list li:last-child{ float:right;}
ul.s1-list li img{
	position:absolute;
	top:5px;
	left:0;
	max-width:100%;
	}
ul.s1-list li span{
	float:left;
	width:100%;
	font-size:21px;
	color:#243a5e;
	font-weight:700;
	line-height:30px;
	}
.s1-prd{
    position: absolute;
    top: 300px;
    right: 400px;
    max-width: 330px;
}	
ul.tab-icons{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
    row-gap: 20px;
    column-gap: 15px;
	}
ul.tab-icons li{
	display:inline-block;
	font-size:20px;
	line-height:28px;
	font-weight:400;
	padding:5px 10px;
	border:1px solid #ccc; 
	}
ul.sec1-lst{
	float: left;
    width: 100%;
    margin-top: 45px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
	column-gap:15px;
	}
ul.sec1-lst li {
        float: left;
    width: 48%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    padding: 0px 0 7px 56px;
    text-align: left;
}
ul.sec1-lst li img{
	position:absolute;
	top:0;
	left:0;
	max-width: 50px;
	}
.s1-bx{
	float:left;
	width:100%;
	margin:142px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
	column-gap:15px;
	}
.s1-bx1, .s1-bx2{
	float:left;
	width:49%;
	background: url(../images/s1-bx1-bg.png) no-repeat center top;
	height:362px;
	padding:50px 0 0 40px;
	position:relative;
}
.s1-bx2{
	background: url(../images/s1-bx2-bg.png) no-repeat center top;
	}
.box-cont{
	float:left;
	width:60%;
	text-align:left;
	position:relative;
	}
.box-cont-hdg{
	    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
	}
.box-cont .shop-btn{
	color:#fff;
	background:#000;
	margin-top:60px;
	}
.bx-pdts{
	position: absolute;
    top: 145px;
    right: 60px;

	}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:70px 0;
	text-align:center;
	}
ul.s2-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s2-list li{
	float:left;
	width:48%;
	font-size:18px;
	line-height:23px;
	color:#1f1f22;
	font-weight:300;
	text-align:left;
	}
ul.s2-list li span{
	display:block;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:10px;
	}
ul.s2-list li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-bottom:18px;
	border-radius:4px;
	}				
.s2-strip{
	float:left;
	width:100%;
	background:url(../images/s2-strip-bg.jpg) no-repeat center top;
	padding:60px 0;
	margin-top:30px;
	}
.s2-strip-lft{
	float:left;
	width:50%;
	text-align:right;
	padding:0 40px 0 160px;
	position:relative;
	}
.s2-strp-txt1{
	font-size:16px;
	line-height:22px;
	color:#1d2c4c;
	font-weight:600;
	}
.s2-strp-txt2{
	font-size:26px;
	line-height:32px;
	color:#1d2c4c;
	font-weight:600;
	margin-top:20px;
	}
.s2-strp-txt3{
	font-size:18px;
	line-height:22px;
	color:#1d2c4c;
	font-weight:600;
	padding:8px 0;
	margin-top:15px;
	border-bottom:1px solid #c5ccd9;
	border-top:1px solid #c5ccd9;
	}
ul.s2-strp-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
ul.s2-strp-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	color:#1d2c4c;
	font-weight:500;
	}
a.shop-more{
	font-size:14px;
	line-height:16px;
	margin-top:20px;
	}
.s2-prod{
	position:absolute;
	left:-25px;
	top:20px;
	}
.s2-add-icon{
	position:absolute;
	left:50%;
	top: 120px;
    margin-left: -25px;
	}
.s2-strip-rght{
	float:right;
	text-align:left;
	padding:0 170px 0 40px;
	}
ul.s2-strp-list .s2-lst-list{
	margin-top:30px;}


/*===============sectionThree==========*/
.sectionThree{
    float: left;
    width: 100%;
    text-align: center;
    padding:100px 0 100px;
	background: #fff;
	}
.sectionThree small{color:var(--clay);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}
.sectionThree h2{margin-top:10px}	
.comn-hdg-line{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 0;}
.sectionThree .comnHdng{ margin-top:0px;}	
ul.s3-prdcts-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    justify-content: space-evenly;
    row-gap: 20px;
}
ul.s3-prdcts-list li {
	display: inline-block;
    vertical-align: middle;
    width:40%;
    padding: 0 0 26px 0;
    background: var(--cream);
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    transition: .3s;
}
ul.s3-prdcts-list li:hover{transform:translateY(-6px);box-shadow:var(--shadow); }
.s3-prod{
	display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px 40px;
    background: #f9e3d5;
	transition:.5s
	}
ul.s3-prdcts-list li:hover .tile-img img{transform:scale(1.06);}	
.prod-type {
    color: #929292;
    line-height: 18px;
    text-transform: capitalize;
    font-size: 18px;
    float: left;
    width: 100%;
    transition: .3s;
    margin: 10px 0;
}
ul.s3-prdcts-list li span{
	float: left;
    width: 100%;
	margin-top:20px;
    font-size: 20px;
    line-height:1.13;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: -.01em;
}
.shop-prc {
   float: left;
    width: 100%;
    font-family: Georgia, serif;
    font-size: 22px;
	line-height:1.13;
    color: var(--ink);
	margin-top:10px;
}
ul.s3-prdcts-list li p{}
.star{
	display: none;
    margin: 5px auto;
}
a.shop-btn2{
    margin-top: 25px;
    width: 100%;
    max-width:80%;
    height: 50px;
    line-height: 50px;
	}
a.View-btn{
	width: 245px;
    height: 60px;
    line-height: 60px;
	background: #000;
    color: #fff;
	}	
.s3-Box{
	float: right;
    width: 56%;
    padding: 20px 0;
    text-align: left;
	}	
.strip-img1{
	position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
	}	
.s3-Box-inr{
    float: left;
    width: 66%;
    text-align: center;
    padding: 120px 30px 0px;
	}
.s3-Box .bnrHdng{
    font-size: 38px;
    line-height: 48px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
	}
.s3-Box .bnrHdng span{
	    font-size: 44px;
    line-height: 52px;
    text-transform: capitalize;
    margin-top: 10px;
	}	
.s3-Box .bnr-para{
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-weight: 400;
    margin-top: 10px;
	display:inline-block;
	}	
.s3-bx-prdt1{
	position: absolute;
    left: 5%;
    top: 12px;
    max-width: 200px;
	}
.s3-bx-prdt2{
	position: absolute;
    right: 3%;
    top: 9px;
    max-width: 200px;
	}	

/*============strip2============*/
.strip2{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 30px;
}
.strip2-inr{
	float:left;
	width:100%;
	margin-top:70px;
	position:relative;
	}
.s3-lft-bx{
	float: right;
	width:62%;
	margin-top:50px;
	}
.s3-lft-bx ul.s3-prdcts-list{
	justify-content: center;
    row-gap: 20px;
    column-gap: 15px;
	}
.s3-lft-bx ul.s3-prdcts-list li{
	width: 48%;
	}
ul.stp-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
    row-gap: 50px;
	}
ul.stp-list li{
    float: left;
    width: 24%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 0px 15px 25px;
    position: relative;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    background: #ececec;
    border-radius: 15px;
}

ul.stp-list li span{
	display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
	}
ul.stp-list li img{
    display: block;
    margin: -40px auto 12px;
	}	
ul.stp-list2{
	float:left;
	width:60%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
	}
ul.stp-list2 li{
	float: left;
    width: 100%;
    padding: 50px 15px 0 145px;
    text-align: center;
    background: #ececec;
    margin: 0 0 9px;
    height: 181px;
    position: relative;
	}	
ul.stp-list2 li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:32px;
	color:#000;
	}	
ul.stp-list2 li p span{
	display:block;
	font-size:24px;
	line-height:32px;
	font-weight:600;
	}	
ul.stp-list2 li img{
	position:absolute;
	left:0;
	top:0;
	max-width:180px;
	}	
ul.stp-list2 li .shop-btn{
	background:none;
	width:auto;
	height:auto;
	margin-top:8px;
	font-size:24px;
	line-height:30px;
	font-weight:600;
	text-decoration:underline;
	text-transform:capitalize;
	color:#000;
	}	
ul.stp-list3{
	float:right;
	width:39.33%;
	}	
ul.stp-list3 li{
	    padding: 10px 15px 50px;
    height: 376px;
	}	
ul.stp-list3 li img{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	max-width: 245px;
	}		
/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:60px 0;
	background: #f5f5f5;
	}
.s4-chooseBx{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:15px;
	}
.s4-col{
	width:23%;
	background:#f5f7f9;
	text-align:center;
	margin-top:50px;
	}
.s4-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s4-cont{
	float: left;
    width: 100%;
    background: #f5f7f9;
    padding: 20px 5px 25px;
	}
.s4-icon{
	display:block;
	margin:-30px auto 15px;
	background:#fbfcfc;
	width:70px;
	height:70px;
	position:relative;
	border-radius:50%;
	padding:15px 5px;
	box-shadow:2px 3px 9px 1px rgba(0,0,0,0.1);
	}
.s4-icon img{ max-width:100%;}
.s4-cont span{
	float: left;
    width: 100%;
    font-size:22px;
    line-height: 30px;
	letter-spacing:-0.5px;
    color: #2a6f91;
	}
.s4-cont p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 10px;
    letter-spacing: 0.3px;
	}
/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:100px 0 90px;
	background:#f5f7f8;
	position:relative;
	}
.s5-left{
	float:left;
	width:24%;
	text-align:left;
	}
.s5-rtng{
	float:left;
	width:100%;
	margin-top:22px;
	font-size:18px;
	line-height:24px;
	color:#000;
	}
.s5-rtng img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}
.s5-rtng span{
	font-size:14px;
	color:#333;
	}
.s5-rght{
	float:right;
	width:66%;
	text-align:left;
	}
.s5-testiBx{
	float:left;
	width:100%;
	}
.s5-testi-col{
	float:left;
	width:100%;
	padding-bottom: 80px;
	}
.s5-t-hdng{
	float: left;
    width: 100%;
    font-size: 30px;
    line-height: 32px;
    color: #2a6f91;
	margin-bottom:10px;
	}
.t-star{
	display:block;
	margin:0 0;
	}
.s5-t-abt{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	font-style:italic;
	margin-top:20px;
	letter-spacing:0.3px;
	}
.t-name{
	float:left;
	width:100%;
	margin-top:20px;
	padding-left:60px;
	text-align:left;
	position:relative;
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.5px;
	}
.t-name img{
	position:absolute;
	left:0;
	top:0;
	}
.t-name span{
	font-size:14px;
	color:#333;
	font-weight:normal;
	}
/*======================= start footer ===================*/
/*===========================
SHOP_PAGE
===========================*/
.shop-section{
	float:left;
	width:100%;
	padding:40px 0 50px;
	background:#fff;
	}
.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;
	display:none;
	}
.prodNameHdng{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#2a6f91;
	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: #2a6f91;
    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: 100%;
    text-align: left;
	}
.prod-row{
	float:left;
	width:100%;
	}
.prodct-name{
	float:left;
	width:100%;
	font-size:30px;
	line-height:35px;
	color: #333;
	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: #2a6f91;
	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: space-between;
    row-gap: 15px;
    margin-top: 30px;
	}
.prod-col{
	float: left;
	width: 24%;
	text-align: center;
	border: 1px solid #ddd;
	padding: 0 11px 15px;
	transition: all 0.3s;
	position: relative;
}

.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: 33px;
    margin: 10px 0 0;
    font-weight: 600;
    color: #1d2c4c;
    text-transform: capitalize;
	}
.size {
    line-height: 25px;
    font-size: 16px;
    width: 100%;
    margin: 0px 0 0;
    display: inline-block;
    font-weight: 600;
}	
.shop-prd-prc{
	float: left;
    width: 100%;
    font-size: 22px;
	    font-weight: 700;
    line-height: 26px;
    color: #000;
    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: #2a6f91;
    border: 1px solid #2a6f91;
    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:linear-gradient(45deg, #333, #767676);
	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;
	padding: 7px 0;
	}
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%;
	padding:30px 0;
	background: var(--ink);
    color: #a8bab7;
}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	}
.ftr-links-col, .ftr-links-col-2, .ftr-links-col-3{float:left;width:60%;}
.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-links-col-3 a {
    color: #333;
    display: inline-block;
    padding: 4px;
    background: #fff;
    margin: 3px;
}
.ftr-log {max-width: 155px;
    float: left;
    filter: brightness(0) invert(1);}
.address-ftr{
	float: left;
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 29px;
   color: var(--muted);
    text-align: left;
	}

.ftr-links-hd {
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff;
    font-family: var(--body);
    text-transform: uppercase;
    letter-spacing: 1.5px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:8px 0 0;
	font-size:14px;
	line-height:24px;
	color: #C2AEC1;
	text-align:left;
	letter-spacing:0.3px;
	font-weight:400;
	}
.ftr-links-list li a{color: #7f8f8d;}
.ftr-links-list li a:hover{color: var(--clay);}	
.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: 15px;
    line-height: 25px;
    color: #7f8f8d;
    float: left;
    width: 100%;
    padding: 20px 0 0;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
.ftr-txt a{color: #C2AEC1; margin:0 5px;}
/*=============================================
			 START PRODUCT PAGE
==============================================*/
.inner-menu {
	padding: 8px 0 8px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dedede;
}
ul.inmnu-list {
	text-align: left;
}
ul.inmnu-list li {
	display: inline-block;
	margin: 0 13px 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: left;
	text-transform: capitalize;
}
ul.inmnu-list li:last-child {
   color: var(--ink-soft);
	margin-right:0;
}
ul.inmnu-list li a {
	color: var(--coral-deep);
}
ul.inmnu-list li:last-child a{}
.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;
}

/*=============================================
		  START PRODUCT DETAIL PAGE
==============================================*/
.prddtl-sec1 {
	padding: 60px 0;
	float:left;
	width:100%;
}
.prddtls1-rgt {
	float: left;
	width: 100%;
}
.prddtls1-lft {

}
.prddtl-sec1-img{
    position: absolute;
    left: 15px;
    top: 26px;
    max-width: 440px;
    background: #f9e3d5;
    border-radius: 15px;
    padding: 0 10px;
}
.prddtls1-rgt {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    padding: 30px 30px 30px 500px;
    position: relative;
}
.slide-img {
	margin: 10px auto;
	display: block;
}
.prddtls1-rgthding1 {
	color: var(--clay);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 700;
	text-align:left;
	margin-bottom:10px;
}
.prddtls1-rgthding2 {
	    font-weight: bold;
    font-size:30px;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    margin-top: 10px;
	font-family: Georgia, "Times New Roman", serif;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: -.01em;
}
.prddtls1-rgttxt {
	color: var(--ink-soft);
    text-align: left;
    padding: 15px 0 0 0;
}
ul.prddtls1-rgtlist {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 14px;
}
.other-prd {
    float: right;
    width: 48%;
}
.other-prod .prod-col {
    width: 49%;
}
.other-prod ul.s3-prdcts-list{ float: left; width:100%;}
.other-prod ul.s3-prdcts-list li{width:100% !important;}
.s2-mdl-box2{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	margin-top:30px;
}
.s2-mdl-box2 .s2-prodBx-col {
	width: 49%;
	margin: 0;
	padding: 15px 13px;
}
ul.prddtls1-rgtlist li {
	padding: 0px 0 0 21px;
    font-size: 16px;
    line-height: 25px;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    color: var(--ink);
}
ul.prddtls1-rgtlist li:first-child {
}
ul.prddtls1-rgtlist li:before {
   content: "\2714";
    position: absolute;
    top: 0px;
    left: 0;
    height: 10px;
    width: 9px;
    color: #c8623d;
    font-size: 19px;
}
ul.prddtls1-rgtlist li:first-child:before {
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 4px;
    left: 0;
    /* border: 1px solid #f1f1f1; */
    padding: 5px;
    box-shadow: 0 0 5px #97d0f1;
}
ul.prddtls1-rgtlist li span{
    display: inline-block;
    font-weight: 600;
}
ul.prddtls1-rgtlist li span span{
	float:right;
	width: auto;
	}
ul.prddtl-prclist {
	border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 22px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.prddtl-prclist li {
	float: left;
    width: 50%;
    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: #333;
	margin-top:5px;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.prddtl-prclist.dsplay {
    float: left;
    width: 100%;
    text-align: left;
}
.prd-strength-row{
	float: left;
    width: 100%;
    padding: 19px 0 8px;
}
.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    color: #161d25;
    font-weight: bold;
    margin-top: 12px;
}
.option-field1{
	float: left;
    width: 100%;
    margin-top: 20px;
}

.option-field1 li.option {
	z-index: 1;
    padding: 15px 30px 15px 20px;
    display: none;
    float: left;
    width: 100%;
    height: 50px;
	background-color: #f4f8ff;
	box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	-webkit-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	-moz-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.option-field1 li:first-child:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../images/s2-prc-arw.png) no-repeat center right;
    width: 24px;
    height: 15px;
    filter: brightness(0.5);
    background-size: 15px;
    transform: translateY(-50%);
}

.option-field1 li.option span {
    float: right;
}
.option-field1 li.option:hover {
  background-color: #f5f5f5;
}

.option-field1 li:first-child {
  display: block;
}
.price{
    float: left;
    width: 100%;
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight:400;
	margin-top:10px;
}	
.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;
}

/*===============product detail sec2================*/
.prddtl-s2 {
	background: #f9f9f9;
    padding: 60px 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    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 {
	
}

/*==============================================
				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:#58ad9f;
	font-family: inherit;
	font-weight:500;
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	text-align: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #b6b6b6;
}
.one, .two, .three, .four {
	float: left;
	display: inline-block;
	width: 64%;
	box-sizing: border-box;
	text-transform: capitalize;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.two{display:none;}
.one {
	padding: 0 0 0 20px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
}
.odrsmry-icon {
	margin: 0 5px -4px 0;
}
.cart-box2 .one {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.cart-box2, .card-box3, .card-box4 {
	border-bottom: 1px solid #b6b6b6;
	padding: 20px 0;
	float: left;
	width: 100%;
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-box3 {
	padding: 30px 0;
	flex-wrap: wrap;
}
.card-box4{
	border:none;
	padding-bottom:0;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 10px;
	}
.cart-prdname {
	padding: 0;
    font-size: 17px;
    line-height: 25px;
    float: left;
    width: 100%;
    text-transform: capitalize;
    text-align: left;
}
.cart-prdname span.span1 {
	font-size: 18px;
    color: #292929;
    text-transform: capitalize;
    line-height: 23px;
}
.cart-prdname .span2 {
	display: block
}
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prd4 {
	    border: 1px solid #dcdcdc;
    width: 120px;
    float: left;
    position: relative;
}
.cart-prd1 img, .cart-prd2 img, .cart-prd3 img, .cart-prd4 img {
	margin: 0 auto;
	display: block;
	padding: 10px;
}
.cart-prd4 img {
}
.unit-price, .sub-total, .qtybox {
	font-family: inherit;
	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: 40%;
}
.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: 18px;
	line-height: 34px;
	color: #292929;
	text-align: left;
	padding: 6px 0;
}
ul.cart-prclist li:first-child {
	padding: 0 0 6px 0;
}
ul.cart-prclist li:last-child {
	border-bottom: none;
	padding: 6px 0 0 0;
}
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{padding: 0 30px;width: auto;}
.continue-shpbtn, .proceed-chkbtn {width: auto;padding: 0px 20px; margin: 0;}
.proceed-chkbtn {background: #333; color: #fff;}
/*==============================================
			 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 {
	display: inline-block;
	border: 1px solid #58ad9f;
	padding: 0 0 34px 0;
}
.frm2 {
	margin: 23px 0 0 0;
}
.shp-hding, .pmt-hding {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size:22px;
	line-height: 28px;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
	padding: 18px 10px 14px 48px;
	background: #58ad9f url(../images/ship-icon.png) 10px 20px no-repeat;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
.pmt-hding {
	background: #58ad9f 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: 92%;
	margin: 20px 4% 5px 4%;
	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 {
	float: right;
}
.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: 5px;
	height: 13px;
	width: 13px;
	background: url(../images/chkbx.png) left top no-repeat;
	appearance: normal;
	-webkit-appearance: none;
}
.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;
    color: var(--ink-soft);
    font-weight: 300;
}
.trm a{color: var(--ink-soft);}
.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 #58ad9f;
	padding: 15px 15px 15px 15px;
}
.smry-box #cartBox p{
	margin-top:0;
	}
.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: 5px 0 5px 8px;
	width:60%;
	}
.smry-box .odrsmry-icon{
	display:none;
	}
.smry-box .cart-box1 .two{width:40%; text-align:right}
.smry-box .cart-box1 .three{
	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;
	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: 33%;
	padding: 5px 10px 5px 0;
	}
.smry-box .four .sub-total{
	padding:0;
	text-align:right;
	}
.smry-box .cart-box2 .one{
	padding-bottom:0;
	}
.smry-box .cart-box2 .two, .smry-box .cart-box2 .three{display:none;}
.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 {
}

/*==============================
	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: 35px;
    line-height: 45px;
    color: #ea7b01;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0 0;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ink);
    font-weight: 600;
}
.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: 600;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #3a3a3a;
    margin: 0px 0 0 0;
    padding: 8px 0 10px 52px;
    filter: hue-rotate(336deg);
}
.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: var(--ink-soft); */
    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;
}
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 0px 0 40px;
	background: #fff;
}
.trm-bx {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 30px;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #333;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #333;
    padding-bottom: 5px;
}
.trm-bx h3 {
	line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #fff;
    font-weight: 600;
    background:#66b3a3;
    padding: 5px;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.trm-bx strong {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
	display:block;
	font-weight:700;
}
.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: 10px 0;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.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 {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
}
.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;
}
.card-error {
    max-width: 260px;
    margin:30px 0 15px;
}