@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
    font-family: 'Outfit', sans-serif;
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; max-width:100%; vertical-align:middle; height: auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
:root {
    --cream: #F5F0E8;
    --forest: #1C3A2A;
    --sage: #4A7C59;
    --gold: #C9A84C;
    --leaf: #7AB87A;
    --clay: #B5593A;
    --dark: #0F1F16;
    --light-sage: #EBF3EC;
    --text: #2A3D32;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }


 /* ANIMATIONS */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes float {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-12px); }
  }

	
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.fl{ float:left;}
.fr{ float:right;}	
	
.topStrip{
	background: #523574;
	float:left;
	width:100%;
	padding:6px 0 8px;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:16px;
	color:#fff;
	
	letter-spacing:0.5px;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
	}		
	
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.nav-sec{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	padding:15px 0;
    overflow: hidden;
}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	background:#fff;		
	}
.logo{ 
	float: left;
    max-width: 150px;
    margin-top: -8px;
	}	
ul.menu-list{
	float: right;
    margin: 8px 0 0;
	z-index: 1;
    position: relative;
	}
ul.menu-list li{
	float: left;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s;
	}

ul.menu-list li.active a, ul.menu-list li a:hover{color: #c9a84c;}
ul.menu-list li:last-child:after{display:none;}	
ul.menu-list li a{color: #1c3a2a;
    font-weight: 400;
    padding: 0px 15px;
    transition: all 0.3s;
    border-radius: 0px 0px 0 0;}
ul.menu-list li a.active:hover{color:#2d2d2d;}
ul.menu-list li a:hover{ }

ul.nav-rgt{
	width:auto;
	text-align:left;
	margin:21px 20px 0 0;
	}
ul.nav-rgt li{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:18px;
	border-radius:20px;
	color:#484848;
	
	}
ul.nav-rgt li a{
	float:left;
	width:100%;
	height:100%;
	color:#484848;
	line-height:36px;
	position:relative;
	}
ul.nav-rgt li img{
    display: inline-block;
    vertical-align: middle;
    margin: -7px 5px 0 0;	
	}
ul.nav-rgt li a span{
	float:right;
	height:100%;
	border-left:1px solid #ffe2ae;
	text-align:center;
	width:35px;
	}	
a.nav-btn{
    float: right;
	background:#ed3131;
    color: #fff;
    font-size:16px;
    text-align: center;
    width: 138px;
    height: 40px;
    line-height:38px;
	
	font-weight:600;
	margin-top:20px;
	letter-spacing:0.5px;
	}	

/***************************/
	
	
/************BANNER************/
.banner-sec{
	float:left;
	width:100%;
    min-height: 100vh;
    background:#1C3A2A;
    position: relative; overflow: hidden;
    padding-top: 70px;
  }
.banner-sec::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(122,184,122,0.12) 0%, transparent 65%);
  }
  .hero-left {
   	float: left;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0% 7% 8% 0%;
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 0.6rem;
    background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.4);
    color: var(--gold); padding: 0.4rem 1rem;
    border-radius: 50px; font-size: 0.78rem; letter-spacing: 2px;
    text-transform: uppercase; font-weight: 600;
    margin-bottom: 2rem; width: fit-content;
    animation: fadeUp 0.8s ease both;
  }
  .hero-eyebrow::before { content: '✦'; font-size: 0.7rem; }
  .hero-title {
   	font-family: 'Playfair Display', serif;
    font-size: 70px;
    line-height: 1.08;
    font-weight: 900;
    text-transform: capitalize;
    color: #fff;
    animation: fadeUp 0.8s 0.15s ease both;
  }
  .hero-title em { font-style: italic;color: #7ab87a; }
  .hero-subtitle {
    margin-top: 27px;
    font-size: 17px;
    line-height: 27px;
    color: rgba(245, 240, 232, 0.7);
    max-width: 93%;
    animation: fadeUp 0.8s 0.3s ease both;
    font-weight: 300;
  }
  .hero-btns {
	  display:inline-block;
    animation: fadeUp 0.8s 0.45s ease both;
  }
  .btn-primary, .bnrbtn, .s1prdbtn, a.s2btn, a.s3btn, a.s3btn2 {
    margin-top: 35px;
    display: inline-block;
    /* float: left; */
    background: #c9a84c;
    color: #000;
    width: 260px;
    height: 50px;
    line-height: 50px;
    /* padding: 1rem 2rem; */
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.92rem;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(201, 168, 76, 0.4);
    text-transform: capitalize;

  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,168,76,0.5); }
  .btn-secondary {
    border: 1.5px solid rgba(245,240,232,0.3); color: var(--cream);
    padding: 0.85rem 2rem; border-radius: 50px;
    font-weight: 500; font-size: 0.92rem;
    text-decoration: none; letter-spacing: 0.3px;
    transition: border-color 0.2s, background 0.2s;
  }
  .btn-secondary:hover { border-color: var(--leaf); background: rgba(122,184,122,0.1); }
  .hero-stats {
    display: flex; gap: 2.5rem; margin-top: 3.5rem;
    animation: fadeUp 0.8s 0.6s ease both;
  }
  .stat-item { text-align: left; }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem; font-weight: 900; color: var(--cream);
    line-height: 1;
  }
  .stat-label { font-size: 0.78rem; color: rgba(245,240,232,0.5); margin-top: 0.2rem; text-transform: uppercase; letter-spacing: 0.5px; }

  .hero-right {
    display: flex; align-items: center; justify-content: center;
    position: relative; z-index: 2; padding: 4rem 2rem;
  }
  .hero-visual {position: relative;width: 385px; height: 486px;}
  .hero-card-main {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    height: 440px;
    padding: 25px 10px;
    background: linear-gradient(145deg, #2D5A3D, #1C3A2A);
    border-radius: 24px;
    border: 1px solid rgba(122, 184, 122, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
    animation: float 4s ease-in-out infinite;
  }
  .bottle-icon { font-size: 5rem; line-height: 1; }
  .card-product-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem; font-weight: 700;
    color: var(--cream); text-align: center;
  }
  .card-badge {
    background: var(--gold); color: var(--dark);
    padding: 0.3rem 0.8rem; border-radius: 50px;
    font-size: 0.72rem; font-weight: 700; letter-spacing: 1px;
    text-transform: uppercase;
  }
  .float-card {
    position: absolute;
    background: rgba(245,240,232,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(245,240,232,0.12);
    border-radius: 16px; padding: 0.9rem 1.1rem;
    color: var(--cream); font-size: 0.82rem;
  }
  .float-card.fc1 {top: 0%; right: 0; animation: float 4s 1s ease-in-out infinite; }
  .float-card.fc2 { bottom: 9%; left: 0; animation: float 4s 2s ease-in-out infinite; }
  .float-card .fc-label { font-size: 0.7rem; opacity: 0.6; margin-bottom: 0.2rem; text-transform: uppercase; letter-spacing: 0.5px; }
  .float-card .fc-value { font-weight: 700; color: var(--leaf); font-size: 1rem; }

/*.banner-sec {
	float: left;
	width: 100%;
	height:662px;
	background: url(../images/banner.jpg) no-repeat center top;
	position: relative;
	overflow: hidden;
	padding:0px 0;
}
.bnr-right {
    float: left;
    width:63%;
    text-align:center;
    margin-top: 140px;
}
.bnrhd1{	
	    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.bnrhd2{
	font-size: 67px;
    line-height: 75px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
.bnrhd2 span{color: #ce0701;
    font-size: 47px;
    line-height: 54px;
    display: block;
    text-transform: uppercase;
}
.bnrtxt{
	font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    margin: 20px 0 0 0;
	display: inline-block;
    vertical-align: middle;
    width: 89%;
}
.bnrbtn, .continue-btn{
	height: 65px;
    width: 250px;
    background: #ce0701;
    border-radius: 5px;
    margin: 30px 0 0 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
	position: relative;
	overflow: hidden;
}
.bnrbtn:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #970d09;
    width: 20px;
	transition: all 0.3s;
}

.bnrbtn:hover:before{
	transform: scale(1.5) rotate(45deg);
	left: -20px;
    top: -20px;
    width: 40px;
}
.continue-btn{float:left;display:inline-block;margin:55px auto 0 auto;}
.bnrprd1, .bnrprd2{position:absolute;}
.bnrprd1{
	position: absolute;
    right: 0;
    top: 22px;
	}
.bnrprd2{left:0;top:330px;max-width:100%;}
*/	
/*.btn1-buy:hover{color:#000;}*/
/***********BANNER-STRIP**************/

  /* TRUST BAR */
  .trust-bar {
   background: #ebf3ec;
    padding: 5px 0;
    display: flex;
    justify-content: space-around;
    gap: 4rem;
    float: left;
    /* flex-wrap: wrap; */
    width: 100%;
  }
.trust-icon {font-size: 1.1rem;}
.trust-item {
    display: flex;
    gap: 0.6rem;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: var(--forest);
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
.trust-icon { font-size: 1.1rem; }


.bnr-strip{
	float: left;
    width: 100%;
    text-align: center;
    background: #ebf3ec;
    padding: 6px 0;
    border-top: 1px solid rgba(74, 124, 89, 0.15);
    border-bottom: 1px solid rgba(74, 124, 89, 0.15);

	}
/*ul.s2-list2 {
        float: left;
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 20px 20px;
    background: #fff;
    margin-top: -40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
ul.s2-list2 li {
	float: left;
    width: 24%;
    font-size: 18px;
    line-height: 28px;
    color: #454545;
    position: relative;
	z-index: 1;
}
ul.s2-list2 li:before{
	    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    width: 80px;
    height: 80px;
    z-index: -1;
}

ul.s2-list2 li:after {
    position: absolute;
    right:13px;
    content: "";
    top: 0;
    bottom: 0;
    border-right: 1px solid #ebebeb;
}
ul.s2-list2 li span{
	display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
	}
ul.s2-list2 li img{
	display: block;
    margin: -50px auto 5px;
	}	
ul.s2-list2 li:last-child:after{ display:none;}	


*//***********STRIP1**************/
  /* ABOUT */
  .strip-section {
	float: left;
    width: 100%;
    padding: 60px 0 80px;
    overflow: hidden;
    background: #f5f0e8;
}

.section-eyebrow {
   float: left;
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #4a7c59;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal {
   float: left;
   width: 100%;
   text-align: left;
   transform: translateY(3px);
   transition: opacity 0.6s ease, transform 0.6s ease;
}

  .about { background: var(--cream); }
  .about-grid {
    float: left;
    width: 100%;
  }
  .about-visual {
    float: left;
    width: 525px;
    background: #1c3a2a;
    border-radius: 32px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
 .stp-img{
	     position: absolute;
    top: 0;
    left: 0;
	 } 
  
  .section-title {
        float: left;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #1c3a2a;
    text-align: left;
	animation: fadeUp 0.8s 0.3s ease both;
}
  
  .about-content{
	float: right;
    width: 50%;
    text-align: left;
    margin: 0 0 0;
	  }
  .about-visual::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 20%, rgba(122,184,122,0.2) 0%, transparent 60%);
  }
  .about-bg-text {
    position: absolute; top: -10px; right: -10px;
    font-family: 'Playfair Display', serif;
    font-size: 9rem; font-weight: 900;
    color: rgba(255,255,255,0.04); line-height: 1;
    user-select: none; pointer-events: none;
  }
  .about-pills {
    float: left;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.6rem;
    position: relative;
    z-index: 1;
    margin: 0 0 0 0;
  }
  .pill {
   float: left;
    width: 48%;
    background: rgba(245, 240, 232, 0.1);
    border: 1px solid rgba(245, 240, 232, 0.15);
    color: #fff;
    margin: 11px 6px 0 0;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
  }
  .about-quote {
        font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 1.4;
    position: relative;
    z-index: 1;
  }
  .about-content p {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 300;
    margin: 14px 0 0;
    animation: fadeUp 0.8s 0.3s ease both;
  }
  .about-features {
	  float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 20px;
}
  .about-feature {
        display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 19px;
    background: #ebf3ec;
    border-radius: 16px;
    border: 1px solid rgba(74, 124, 89, 0.1);
	animation: fadeUp 0.8s 0.3s ease both;
  }
  .feature-icon-box {
   width: 50px;
    height: 50px;
    min-width: 45px;
    background: #1c3a2a;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
  }
  .feature-title {
	     font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #1c3a2a;
    margin-bottom: 0.2rem; }
  .feature-desc { font-size: 16px;
    color: rgba(42, 61, 50, 0.65);
    line-height: 1.5; }


/*ul.strip-list {
	float: left;
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    margin-top: 35px;
	}
ul.strip-list li {
	float: left;
    width:100%;
	font-size:18px;
	line-height:28px;
	color:#000;
    padding: 0px 0 0 35px;
    position: relative;
    text-align: left;
}
ul.strip-list li span{
	display:block;
	font-weight:bold;
	}
ul.strip-list li img{
	position:absolute;
	left:0;
	top:8px;
}
.strip-hding{
	font-size: 28px;
	line-height: 37px;
	color: #2f2f2f;
	text-align: center;
	font-weight: 600;
}
.strip-txt{
	
}
.white{color:#fff;}
.strp-box{
	    float: right;
    width: 50%;
    text-align: left;
    margin-top: 0px;
	padding-right: 50px;
	}
.strip-prodts{
	position: absolute;
    left: 183px;
    top: 90px;
	}	
.strip-txt{
	font-size: 47px;
    line-height: 55px;
    text-align: left;
    font-weight: 700;
    color: #eeeeee;
    position: absolute;
    top: 0;
    left: -49px;
    text-transform: uppercase;
    width: 30%;
}	
*/
/************SECTION1************/
.section1 {
	float: left;
    width: 100%;
    padding: 50px 0 100px;
    background: #e0e9e4;
    overflow-x: clip;
}

  .benefits-grid {
   float: left;
    width: 100%;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .benefit-card {
    float: left;
    width: 48%;
    padding: 50px 50px;
    border-radius: 24px;
    position: relative;
    text-align: left;
    overflow: hidden;
    border: 1px solid rgba(74, 124, 89, 0.12);
    background: #ebf3ec;
    transition: .3s;
  }
  .benefit-card:hover { transform: translateY(-6px); }
  .benefit-card.dark {
    background: #1c3a2a; border-color: transparent;
  }
  .benefit-card.dark .benefit-title { color:#f5f0e8; }
  .benefit-card.dark .benefit-desc { color: rgba(245,240,232,0.6); }
  .benefit-num {
    font-family: 'Playfair Display', serif;
    font-size: 6rem; font-weight: 900;
    position: absolute; top: 5px; right: 20px;
    opacity: 0.06; color: var(--forest); line-height: 1;
  }
  .benefit-card.dark .benefit-num { color: var(--cream); }
  .benefit-icon { font-size: 2.2rem; margin-bottom: 1.2rem; display: block; }
  .benefit-title {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    color: var(--forest);
    margin-bottom: 0.8rem;
  }
  .benefit-desc { float: left;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(42, 61, 50, 0.7);
    width: 89%; }
  .benefit-highlight {
    display: inline-flex; align-items: center; gap: 0.4rem;
    margin-top: 1rem; color: #4a7c59;
    font-size: 0.82rem; font-weight: 600;
  }

/*.s1lft {
    width: 54%;
    float: left;
    padding: 0 0 0 0px;
    text-align: left;
}
.s1hd1, .s2hd1{	
	font-weight:500;
	font-size:20px;
	line-height:22px;
	color:#388f3e;
	text-align:left;
}
.s1-uls{
    width: 100%;
    margin: 20px 0 0;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}
.s1-uls li {
    float: left;
    width: 45%;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}
.s1-uls li:nth-child(2), .s1-uls li:last-child{ float:right;}
.s1-uls li span{
	    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
	margin-bottom: 5px;
	}	
.s1-imgs{
	display: block;
    margin: 0 0 5px;
	}
.s1-prd{
	position:absolute;
	top: 239px;
    right: 378px;
    width: 120px;
	}		
.s2hd1{text-align:center;}

.comn-hding{
	    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
	width:100%
}
.comn-hding span{
	    display: block;
    color: #ce0701;
    font-size: 23px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.s1txt, .s2txt{
	    font-size: 18px;
    line-height: 29px;
    color: #353535;
    margin: 20px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.hdng-line{
	display:inline-block;
	max-width:100%;
	margin-top:5px;
	}
.s1img {
        position: absolute;
    top: 52px;
    right: 15px;
    width: 235px;
}
.s1prd{
	position: absolute;
    right: 0;
    top:75px;
}
*/.section-2 {
	float: left;
	width: 100%;
	padding: 60px 0 80px 0;
	position: relative;
	background:#f8f9fa;
}
.txlncntr{}
.s2bx{}
.s2lft, .s2mid, .s2rgt{
	    float: left;
    display: inline-block;
    width: 35%;
    position: relative;
}
.s2mid{width:30%;}
.s2prd1{margin:90px auto 0 auto;display:block;max-width:170px;position:relative;}
.s2prd2, .s2prd3{
	    max-width: 333px;
    margin-top: 30px;
}
.s2prd2{left:10px;}
.s2prd3{right:10px;}

.s2lfttxtbx1, .s2lfttxtbx2, .s2rgttxtbx1, .s2rgttxtbx2{
	    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 70px 20px 0px;
    position: relative;
    margin: 44px 0 0 0;
}
.s2rgttxtbx1, .s2rgttxtbx2{padding:20px 0px 20px 70px}
.s2lfttxtbx1, .s2rgttxtbx2{margin:44px 0 0 0%;}
.s2lfticon{position:absolute;right:17px;top:26px;}
.s2rgticon{position:absolute;left:17px;top:26px;}
.s2lfthding, .s2rgthding{
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    font-weight: 600;
    margin-bottom: 10px;
}
.s2rgthding{text-align:left;}
.s2lfttxt, .s2rgttxt{
	font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    margin-top: 8px 0 0 0;
}
.s2rgttxt{text-align:left;}	
.s2btn{margin:20px auto 0 auto;}
/************SECTION2************/
.section2 {
	float: left;
    width: 100%;
    padding: 50px 0px 100px;
	    background: #1c3a2a;
    text-align: center;
}
.section2 .section-title {
    color: #fff;
	text-align: center;
}

  .products { background: var(--forest); position: relative; overflow: hidden; }
/*  .section2:before {
    content: '';
    position: absolute; top: -200px; right: -200px;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(122,184,122,0.08) 0%, transparent 70%);
  }
*/  .section2 .section-title { #fff;}
  .section2 .section-eyebrow { color:#c9a84c; text-align:center; width:100%; }
  .products-header {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 3.5rem;
  }
  .products-tagline { color: rgba(245,240,232,0.6); font-size: 0.95rem; max-width: 300px; line-height: 1.6; }
  .products-grid { 
  	float: left;
    width: 100%;
    column-gap: 55px;
    display: flex;
    border-radius: 24px;
    padding: 0;
    cursor: pointer;
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
	 }
  .product-card {
   float: left;
    width: 40%;
    background: rgba(245, 240, 232, 0.05);
    border: 1px solid rgba(245, 240, 232, 0.1);
    border-radius: 24px;
    padding: 2rem;
    transition: transform 0.3s, border-color 0.3s, background 0.3s;
    cursor: pointer;
    text-align: left;
  }
  .product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201,168,76,0.4);
    background: rgba(245,240,232,0.08);
  }
  .product-card.featured {
    background:#c9a84c;
    border-color:#c9a84c;
  }
  .product-card.featured .product-name,
  .product-card.featured .product-tagline,
  .product-card.featured .product-price-label,
  .product-card.featured .product-from { color: var(--dark); }
  .product-card.featured .product-tag { background: rgba(15,31,22,0.15); color: var(--dark); }
  .product-card.featured .product-btn { background:#000; color: #fff); }
  .product-emoji { font-size: 3.5rem; margin-bottom: 1.2rem; display: block; }
  .product-emoji img{ max-width:90%;}
  .product-tag {
    display: inline-block;
    background: rgba(122,184,122,0.15); color:#7ab87a;
    padding: 0.25rem 0.7rem; border-radius: 50px;
    font-size: 0.72rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 600;
    margin-bottom: 1rem;
  }
  .product-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    line-height: 1.50;
    font-weight: 700;
    color: #f5f0e8;
    margin-bottom: 0.5rem;
  }
  .product-tagline { font-size: 0.85rem; color: rgba(245,240,232,0.55); line-height: 1.6; margin-bottom: 1.5rem; }
  .product-ingredients { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem; }
  .ingredient-tag {
    background: rgba(245,240,232,0.08); color: rgba(245,240,232,0.7);
    padding: 0.2rem 0.6rem; border-radius: 50px;
    font-size: 0.72rem;
	text-transform: capitalize;
  }
  .product-card.featured .ingredient-tag { background: rgba(15,31,22,0.12); color: var(--dark); }
  .product-price {
    display: flex; align-items: baseline; gap: 0.5rem;
    margin-bottom: 1.2rem;
  }
  .product-from { font-size: 0.99rem; color: rgba(245,240,232,0.5); }
  .product-price-label {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem; font-weight: 900; color: #f5f0e8;
  }
  .product-btn {
    float: left;
    font-size: 17px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    /* padding: 0.75rem; */
    background: rgba(245, 240, 232, 0.1);
    border: 1px solid rgba(245, 240, 232, 0.15);
    color: #f5f0e8;
    border-radius: 50px;
    /* font-size: 0.88rem; */
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.3px;
  }
  .product-btn:hover { background: #c9a84c; color:#000;}

.sec2-innr{
	float: left;
    width: 100%;
    text-align: center;
    padding:0px 32px 0px;
	}
.section2  .comn-hdng span{}
.section2 .cmntxt {
}
.hdng1div2 {
	width: 70%;
	display: table;
	margin: 0 auto;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #388f3e;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 {
	background: #eeeeee;
}
.p2-sec2 {
	text-align: center;
}
.p3-sec2 {
	    width: 80%;
    display: inline-block;
    margin-top: 12px;
    text-align: center;
}
.sec2-in, .sec2-in1 {
    width: 100%;
    float: left;
    margin: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    column-gap: 22px;
}
.prod-div-sec2 {
	width:32%;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 0px;
    padding:25px 14px 24px;
	background:#fff;
	border:1px solid #dfd5ca;
	border-radius: 15px;
}

.sec2-in .prod-div-sec2:last-child {}
.s2detls {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    padding: 5px 0px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.padd1-sec2 {
}
.mrgn1-sec2 {
	margin-left: 30px;
}
.p4-sec2 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 21px;
    line-height: 31px;
    height: auto;
    font-weight: bold;
    padding: 0px 0px;
}
.p5-sec2 {
        float: left;
    width: 100%;
    color: #060606;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 10px 0 0px;
    padding: 0px 0 0px;
    text-transform: capitalize;
}
.p5-sec2 span{ 
	display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3e3a3a;
    margin: 0px 0 0px;
}
.padd1-sec2a {
	width:52%;
}

.clr1-sec2 {
	color: #0398d0;
}
.p6-sec2 {
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin: 12px 0 10px;
}
ul.list-sec2 {
	width: 100%;
	float: left;
	margin: 18px 0 24px;
}
ul.list-sec2 li {
	width: 100%;
	float: left;
	color: #000;
	padding-left: 27px;
	margin-bottom: 8px;
	background: url(../images/bullet-sec2.png) no-repeat 5px 3px;
}
ul.list-sec2 li:last-child {
	margin-bottom: 0;
}
.prod-divin-sec2 {
	display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}
.prod-div-sec2:hover .prod-divin-sec2{}
.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width:280px;
}
.prod-sec3{
	position: relative;
    z-index: 7;
    left: auto;
    right: 16%;
    max-width: 104px;
	}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3), .prod-sec2:nth-child(4), .prod-sec2:nth-child(5),.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
    position: absolute;
    z-index: 5;
    max-width: 100px;
    left: 9%; 
    top:15px;
}
.prod-sec2:nth-child(3) { left: auto; right:9%;}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5) { z-index: 3; left:0%; max-width: 90px; top:28px;}
.prod-sec2:nth-child(5) {left: auto;right:0%;}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
	z-index: 0;
    left: 7%;
    max-width: 80px;
    top:40px;
}
.prod-sec2:nth-child(7){left:auto; right:0%;}

.stars-sec2 {margin: 0 auto 0;}
.p7-sec2 {
    color: #000;
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 8px;
    position: relative;
    float: left;
    width: 100%;
}
.padd1-sec2b{
	width:100%;}
.price-cut {
	position: relative;
	font-size: 20px;
	margin: 0 0 0 12px;
}
.price-cut img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 3px;
}
.btndiv-sec2 {
	width: 100%;
	float: left;
	background: #eeeeee;
	padding: 15px;
}
.btn-sec2 {
    margin:20px 0 0 0;
}

/************SECTION3************/
.section3 {
	    float: left;
    width: 100%;
    padding:50px 0;
    background: #a0b101;
    text-align: center;
}
.s3rgt{
	float:right;
	width:65%;
	text-align:left;}
.s3rgt .s2txt{ width:50%; color: #fff;}	
.s3-lft {
    float: left;
    width: 30%;
    background: #fff;
    margin: -219px 0 0 0;
    text-align: center;
    border-radius: 8px;
    padding: 30px 20px;
}
.s3-btls{
	display:block;
	margin:0 auto;
	width:200px;
	}
.s3-lft-txt1{
	font-size:32px;
	line-height:40px;
	color:#000000;
	text-transform:uppercase;
	margin:20px 0 0;
	}
.s3-lft-txt1 span{
	display:block;
	font-weight:700;}	
.s3-lft-txt2{
	font-size:32px;
	line-height:40px;
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
	margin:20px 0 0;
	}	
/************SECTION2************/
.prod-section {
        float: left;
    width: 100%;
    padding: 60px 0px;
    background: #1c3a2a;
}
.sec2-innr{
	float: left;
    width: 100%;
    text-align: center;
    padding:0px 32px 0px;
	}
.section2  .comn-hdng span{}
.section2 .cmntxt {}
.hdng1div2 {
	width: 70%;
	display: table;
	margin: 0 auto;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #0c64c5;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 {
	background: #eeeeee;
}
.p2-sec2 {
	text-align: center;
}
.p3-sec2 {
	    width: 80%;
    display: inline-block;
    margin-top: 12px;
    text-align: center;
}



/*-----------------------
 Scroll Strip
------------------------*/
.scrollStrip{
	width:100%;
	padding-bottom: 0;
	overflow: hidden;
	background: #006dc7;
	position: relative;
	}
.scrollStrip .item-wrap {
	transform: translateX(0px);
	width: 400%;
	position: relative;
	white-space: nowrap;
	display: flex;
	}
.item {
	display:inline-block;
	vertical-align:middle;
	background: #006dc7;
	padding:15px 40px;
	font-size:16px;
	line-height:26px;
	font-family: inherit;
	color:#ffffff;
	letter-spacing:0.5px;
	}
.item  img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 5px 0 0;
	}
	
/*-----------------------
CSS FOR SECTION3
------------------------*/		
/*.section3{
    float: left;
    width: 100%;
    padding:70px 0px 70px;
}	
.s3-cont{
	float:left;
	width:100%;
	}
.s3-cont .common-head2{ font-size:30px; line-height:38px;}
.s3-list{
	float: left;
    width: 80%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
    justify-content: space-between;
}
.s3-list li{
      float: left;
    width: 100%;
    position: relative;
    padding: 0px;
    margin-top: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
    padding: 7px 0 0 105px;
	}
.s3-list li:after{
	content: '';
    width: 4px;
    height: 32px;
    background: #333;
    top: 85px;
    bottom: 0px;
    position: absolute;
    left: 48px;
	}	
.s3-list li:nth-child(3):after{
	display:none;
}
.s3-list li img{
    position: absolute;
    top: 0px;
    left: 0px;
	}
.s3-list li span{
	display:block;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	  text-transform: capitalize;
	}
.s3-imgbx{
	float:right;
	width:37.3%;
	}			
.s3-image{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	border-radius:12px;
	}*/	
	
/*-----------------------
CSS FOR SECTION4
------------------------*/		
.section4{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.section4 .common-para {width: 100%;}
.s4-mid{
	float:left;
	width:100%;
	margin-top:40px;
	display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
    justify-content: space-between;
	}
.s4-lft{
	float: left;
    width: 33%;
    background: #f7f7f7;
    position: relative;
	}
.s4-lft-bx{
    float: left;
    width: 100%;
    padding: 45px 40px 0;
    text-align: left;
	}
.lft-bx-cont{
	     float: left;
    width: 100%;
    text-align: center;
}
.s4-lft-prdt{
    display: block;
    margin: 0 auto;
    max-width: 205px;	}
.bx-hdng{
         float: left;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333;
       min-height: 95px;
    text-transform: capitalize;
    padding: 15px 15px;
    border: 2px solid #7486ec;
	}
.bx-hdng:hover{ background:#7486ec; color:#fff;} 
.bx-pric:hover{ background:#7486ec; color:#fff;} 
.bx-para{
	    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #4f4e4e;
	}
.bx-pric{
	    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #333;
    text-transform: capitalize;
	}
.s4-rit{
	float: right;
	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: 20px;
	}
.s4-rit .rit-bx1, .s4-rit .rit-bx2 {}
.rit-bx1, .rit-bx2{
    float: left;
    width: 32%;
    text-align: left;
    padding: 36px 0px;
    position: relative;
    background: #f7f7f7;
	border:2px solid #7486ec;
	}	
.rit-bx-content{
   float: left;
    width: 100%;
    text-align: center;}
.s4-rit-prdt1, .s4-rit-prdt2{
	    max-width: 160px;
    display: block;
    margin: 0 auto;
}
.rit-bx1:hover, .rit-bx2:hover{
	cursor:pointer;
	background:#f6faf6;
	border:2px solid #7486ec;
}
	
.s4-image{
	max-width:100%;
	margin:50px auto 0;
	display:block;
	}			
.s4-list{
	float:left;
	width:100%;
	text-align:center;
	margin-top:50px;
	}
.s4-list li{
	float:left;
	width:33.33%;
	padding:0 30px;
    position: relative;
	}
.s4-list li:before{
    content: '';
    border-right: 1px solid #d6dfd9;
    top: 15px;
    bottom: 0;
    right: 0;
    position: absolute;
	}
.s4-list li:last-child:before{ display:none;}			
.s4-list li img{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}	
.s4-list span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#292929;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:15px;
	}	
.s4-list p{ margin-top:7px;}		
		
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;	
	text-align:center;
	}
.footerBox1{
	float: left;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 20px;
	}			
.ftrBox1{
	float: left;
    width: 36%;
    position: relative;
	}
.ftrBox1:last-child{ border-right:none;}
.ftrbx1-hd{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #292929;
    letter-spacing: 0.5px;
    font-weight: 600;
	}
.ftrbx1-hd a, .ftrbx1-hd a:hover{text-decoration:underline; color:#333;}	
.ftrbx1-t1{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    /* color: #1e1e1e; */
    color: #4d4d4d;
    letter-spacing: 0.5px;
    margin-top: 5px;
	}
	
.ftr-midBox{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:30px 0;	
	    border-bottom: 1px solid #d2d2d2;
	}
.ftr-logo {
    margin: 0 auto 0;
    display: block;
    max-width: 260px;
	}	
.ftr-link2{
	float:left;
	width:100%;
	font-size:16px;
	color:#4d4d4d;
	letter-spacing:0.5px;
	
	margin-top:17px;	
	}
.ftr-link2 a, .ftr-link2 a:hover{ color:#4d4d4d; padding:0 8px;}
.ftr-txt {
	float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;}
								
.footerBox2{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:40px 0;
	font-size:14px;
	line-height:24px;
	color:#4d4d4d;
	letter-spacing:0.5px;
	
	border-top:1px solid #d2d2d2;
	}		
.ftr-link{float: right;
    width: 25%;
    text-align: left;
	margin-top:-100px;}	
.ftr-link a{float: right;
    width: 100%;
    color: #4d4d4d;
    padding:4px 0px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;}	
.ftr-link a:hover{color:#c9a84c;}		
.ftr-cpyrght{float: right; width:100%}	
					
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}


/*------------------------------
          INNER SECTION
--------------------------------*/

					
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity:0;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	
.drawer__header{
	float:left;
	height:50px;
	width: 100%;
	background:#523574;
	padding:15px;
	}
.table-cell{
	float:left;
	width: 50%;
	font-size:20px;
	line-height:22px;
	font-weight:600;
	color:#ffffff;
	letter-spacing:0.5px;
	text-align:left;
	}
.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span{
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:4px 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	margin-top:4px;
	}
.drower-mdlbx{
	float:left;
	width:100%;
	padding:0 20px 20px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
	}
.drawer-prod-lft{
	float:left;
	width:44px;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
	
	font-weight:600;
	}
.drwer-prod-name span{}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	color:#3e3e3e;
	
	font-weight:500;
	letter-spacing:0.5px;
	}
.drwer-txt1 span{}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:12px;
	line-height:17px;
	color:#393733;
	font-weight:500;
	}
.drwer-prod-name a{
	float:right;
	font-size:14px;
	color:#959595;
	}
.cart-remv img{
	display:inline-block;
	vertical-align:middle;
	}	
.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
.sub, .add {
    float: left;
    width: 35px;
    border: 1px solid #ced4da;
    height: 36px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
    outline: none;
	
    cursor: pointer;
	}
.cart-qty-div input{
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width: 50px;
    text-align: center;
    height: 36px;
    font-size: 18px;
	font-weight:normal;
    color: #2d2d2d;
	
	font-weight:normal;
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}
a.chk-btn{
    float: left;
    width: 100%;
	background:#523574;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 15px 0 15px;
	text-align:center;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:20px;
	}
a.continue-btn{
	float: left;
    width: 100%;
	border:2px solid #523574;
    color: #000;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0;
	text-align:center;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:8px;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
.cart-smry{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.crt-smry-hdng{
	float:left;
	width:100%;
	font-size:19px;
	line-height:23px;
	color:#363636;
	
	font-weight:600;
	padding:0 0 8px 0;
	text-align:left;
	letter-spacing:0.5px;
	border-bottom:1px solid #eaeaea;
	}
.cart-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:15px;
	line-height:18px;
	letter-spacing:0.5px;
	
	padding:5px 0;
	}
.cart-prc-p1 span{
	float:right;
	}
.cart-prc-p2{ font-weight:600;}

/*==================================
CSS FOR DETAILS_PAGE
=====================================*/
.prodBreadcrm{
    float: left;
    width: 100%;
    text-align: left;
	background:#b2a06a;
	}
.prodBreadcrm p{
    float: left;
    width: 100%;
    font-size: 14px;
	line-height:18px;
	color: #fff;	
	
	font-weight:600;
	padding:8px 0;	
	}	
.prodBreadcrm p a{ color:#fff; font-weight:normal;}	

.products-sec{
	background:#fff;	
    float: left;
    width: 100%;
    padding:55px 0 65px;
	}
	
	
/*==========PRODUCT DETAILS PAGE==========*/
.prodDtls1-left{
	float:left;
	width:43%;
	text-align:center;
	}
.prod-dtls1-slide{
	float:left;
	width:100%;
	position:relative;
	}	
.prod-lft-list{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	padding-left:125px;
	}
.prod-lft-list li{
	float:left;
	width:33.33%;
    position: relative;
	margin-top:25px;
	}			
.prod-lft-list li img{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	width:60px;
	}	
.prod-lft-list p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#292929;
	
	letter-spacing:0.5px;
	margin-top:10px;
	}
			
/*============RIGHT============*/
.prodDtls1-rght{
	float:right;
	width:51%;
	text-align:left;
	}
.prod-nameHdng{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 38px;
    color: #2c1a4d;
	
    font-weight: 600;
    letter-spacing: 0.5px;
	}	
.prod-namesubHdng{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #292929;
	
    font-weight: 500;
    letter-spacing: 0.5px;
	margin-top:7px;
	}		
.prod-str{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
.proDetls1-rgt-pnts{
	float:left;
	width:100%;
	margin-top:20px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:5px 0;
	}	
.proDetls1-rgt-pnts li{
	float:left;
	text-align:left;
	position:relative;
	border-right:1px solid #d7d7d7;
	padding:8px 25px 8px 40px;
	}
.proDetls1-rgt-pnts li:nth-child(2){ margin:0 3%;}	
.proDetls1-rgt-pnts li:last-child{ border:none;}	
.proDetls1-rgt-pnts li img{
	position:absolute;
	top:3px;
	left:0;
	}
.proDetls1-rgt-pnts li p{
	font-size:18px;
	line-height:20px;
	color:#292929;
	
	}
.details-para{
	float: left;
    width: 100%;
	color:#000000;
	font-size:17px;
	line-height:24px;
	margin-top:15px;
	
	letter-spacing:0.5px;
	}		
ul.proDetls1-rgt-list{
	float: left;
    width: 100%;
    margin-top: 12px;
	}
ul.proDetls1-rgt-list li{
    background: url(../images/prd-dot.png) no-repeat left center;	
	float: left;
    width: 100%;
	text-align: left;
    font-size:18px;
    line-height: 24px;
    color: #000;
    padding-left: 22px;
    margin-top:8px;
	
	letter-spacing:0.5px;
	}
.select-txt{
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	line-height:22px;
	color:#292929;
		
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:35px;
	}	
	
.pack-sec{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
	margin-top:25px;
	}
.package{
	width:31%;
	float:left;
	border-radius:5px;
	border:2px solid #d0d0d0;
	cursor:pointer;
	}
.package.left{ float:left;}	
.package.right{ float:right;}	
.package.mid{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-15.5%;
	}	
.package.active{
	background:#fffef1;
	border:2px solid #523574;
	}		
.pkgInner{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:12px 12px 12px;
	border-radius:5px;
	position:relative;
	}	
.pkgInner:before{
	content:'';
	position:absolute;
	top:-13px;
	left:9px;
	width:26px;
	height:26px;
	background:url(../images/pkg-deactive.png) no-repeat;
	}	
.package.active .pkgInner:before{
	background:url(../images/pkg-active.png) no-repeat;
	}	
.prod-items{
	float: left;
    width: 100%;
    font-size: 18px;
    color: #292929;
	
	font-weight:500;
	letter-spacing:0.5px;	
	}
.prod-price{
	float: left;
    width: 100%;
    font-size: 28px;
	line-height:30px;
    color: #1a1a1a;
	
	letter-spacing:0.5px;
	margin-top:10px;	
	}	
.save-text{
	float: left;
    width: 100%;
    font-size: 18px;
    color: #553876;
	
	letter-spacing:0.5px;
	margin-top:5px;	
	}
.pkg1, .pkg2, .pkg3{
	position:absolute;
	top:15px;
	right:4px;
	}
.pkg2{ right:17px;}	
.pkg3{ right:30px;}		
	
.switch-opt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.buyopt{
	float:left;
	width:48.5%;
	background:#fff;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	padding:11px 5px 13px 32px;
	border:1px solid #efedd1;
	border-radius:4px;
	}
.buyopt.fr{float:right;}
.buyopt.active{ background:#fffef1; border:1px solid #d7d185;}
.buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.buyopt input[type=radio] + span{
	position:absolute;
	left:10px;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#361758;
	border:1px solid #888888;
	top:15px;
	background:#fff;
	}
.buyopt input[type=radio]:checked + span:after{
	content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #523574;
    border-radius: 50%;
    left: 3px;
    top: 3px;
	}
.buy-opt-t1{
	font-size:18px;
	line-height:20px;
	color:#1f1f1f;
	
	}	
.cart-btn-box{
	float:left;
	width:100%;
	margin-top:27px;
	}

.prd-sec1-rgt a.bnrbtn{ width:400px !important;}
.purchase-price{
	float:left;
	width:100%;
	text-align:left;
	margin-top:30px;
	}
.retail-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 20px;
    color: #505050;
	}
.retail-prc span{
	position:relative;
	padding:0 2px;
	}
.retail-prc span img{
	position:absolute;
	top:7px;
	left:2px;
	}
.disct-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 40px;
    color: #141b4d;
	font-weight:600;
	margin-left:10px;	
	}

/*=========PRODUCT TAB SECTION=========*/	
.prod-tab-sec{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fcf8ff;
	position:relative;
	}
.prod-tab-sec .container{
	height:100%;
	position:static;
	}
.pro-set-bg{
	position:absolute;
	top:0;
	bottom:0;
	background:#f6f0fc;
	width:398px;
	}
.pro-set-bg:after{
	content:'';
	position:absolute;
	left:-4000px;
	width:4000px;
	top:0;
	bottom:0;
	background:#f6f0fc;
	}
.tab-logo{
	float:left;
	position:relative;
	z-index:1;
	}
.prd-s2-hdng{
    float: left;
    width: 100%;	
    font-size: 30px;
    line-height: 44px;
	color:#202020;
	
    font-weight: 500;
	letter-spacing:0.5px;
	}
.prd-s2-txt1{
    float: left;
    width: 100%;	
    font-size: 22px;
    line-height: 28px;
	color:#202020;
	
    font-weight: 500;
	letter-spacing:0.5px;
	margin-top:25px;	
	}	
ul.prd-s2-list{
	float: left;
    width: 100%;
    margin-top: 5px;
	}
ul.prd-s2-list li{
    background: url(../images/prd-s2-tk.png) no-repeat left 8px;	
	float: left;
    width: 100%;
	text-align: left;
    font-size:20px;
    line-height: 28px;
    color: #202020;
    padding-left: 28px;
    margin-top:12px;
	
	letter-spacing:0.5px;
	}	
.bott2-bg{
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/botl2-bg.png) no-repeat center top;
	width:319px;
	height:303px;
	}
.bott2-bg img{
	max-width:100%;
	margin:20px auto 0;
	display:block;
	width:141px;
	}
.label-img{
	float:left;
	max-width:100%;
	margin-top:25px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}				
.revw-row{
	float:left;
	width:100%;
	}	
.revw-row{
	float: left;
    width: 100%;
    padding: 15px 0 25px 73px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
	}
.rvw-nm {
    position: absolute;
    left: 0;
    top: 25px;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 52px;
    border: 1px solid #d3d3d3;
    background: #e3e3e3;
    border-radius: 50%;
    text-align: center;
    color: #23262d;
    
    font-weight: 500;
    text-transform: uppercase;
	}
.rev-star{
	float: left;
    max-width: 100%;
	margin:8px 0 0;
	}
.revw-tik {
    position: absolute;
    left: 37px;
    top: 35px;
	}
.revw-p1{
	float: left;
    width: 100%;
	font-size:20px;
	line-height:26px;
	color: #2c1a4d;
    
    font-weight: 600;
	letter-spacing:0.5px;
	}
.revw-p2{
	float: left;
    width: 100%;	
    color: #282828;
	
    font-weight: 600;
	margin-top:15px;
	font-size: 18px;
	}
.revw-p2 .prd-dtl-vari-cust{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 0 0 8px;
	}
.revw-hr{
	float: left;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
	border:none;
    margin: 8px 0;
	}
.products-sec .prodBox{ margin-top:40px;}	
.products-sec .prodbox-row{ margin:2% 0.5% 0;}			
.prd-slide2{
    max-width: 80%;
    margin: 0 auto 0;
    display: block;
	}

/*------------------------------
		FAQ SECTION
--------------------------------*/
.faq-container {
	display: inline-block;
	vertical-align:middle;
	max-width:775px;
	width: 100%;
	text-align: left;
	margin:40px 0 20px;
	}
.up-slide-dwn {
	float: left;
	width: 100%;
	border-bottom:1px solid #dedede;
	}
.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/dwn-arw.png) no-repeat 100% center #fff;
	padding:18px 40px 18px 0;
	font-size:22px;
	line-height:24px;
	color: #141b4d;
	cursor: pointer;
	font-weight:500;
	letter-spacing:0.3px;
	
	}
.acdn-heading.accordion-open {
	background: url(../images/arw-up.png) no-repeat 100% center;
	}
.acdn-content {
	float: left;
	width: 100%;
	padding:10px 20px 10px 0;
	border-top:1px solid #d3d3d3;
	}
.acdn-para{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #292929;
    letter-spacing: 0.5px;
    
    margin-bottom: 20px;
	}
.lab-cont{
	float:left;
	width:69%;
	}
.cert-blk{
	float:right;
	width:30%;
	margin-top:25px;
	}	
.prod-cert{ max-width:100%; margin:0 auto; display:block;}	
.qr-box{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	    border: 1px solid #eadeff;
	padding:10px;
	margin-top:17px;
	}	
.qr-img{ float:left; width:111px;}	
.qr-cont{
	float:left;
	width:calc(100% - 111px);
	padding-left:15px;
	}	
.qr-hd{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #2c1a4d;
    
    font-weight: 600;
    letter-spacing: 0.5px;
	}
.qr-cont .details-para{ margin-top:7px;}		
/*------------------------------
		CONTACT SECTION
--------------------------------*/	
ul.cont-list{}
ul.cont-list li{
	float:left;
	width:33.33%;
	text-align:center;
	}
ul.cont-list li img{
	display:block;
	margin:0 auto;
	}
.cont-list-p1{
	float:left;
	width:100%;
    color: #333333;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
	
	font-weight: 500;
	letter-spacing:0.5px;
	margin-top:15px;	
	}
.cont-list-p2{
	float:left;
	width:100%;
	color:#4b4d4a;
	
	letter-spacing:0.5px;
	}
.cont-frm{
	width:71.11%;
	display:table;
	margin:30px auto 0 auto;
	}
.cont-frmElmnts{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	display:block;
	position:relative;
	}
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#f9f9f9;
	height:41px;
	border:1px solid #ebebeb;
	box-sizing:border-box;
	padding:0 10px 0 10px;
	
	font-size:14px;
	color:#000;
	border-radius:4px;
	text-align:left;
	}
.cont-lft{}
.cont-rgt{}
.cont-frmElmnts textarea{
	height:141px;
    width: 99.83%;
    padding:14px 10px 0 10px;
    border: 1px solid #d2cfcc;}
::-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;
}
.contact-btn{
	display:inline-block;
	vertical-align:middle;
	width: 300px;
	text-align:center;
	height:55px;
	overflow: hidden;
	color: #ffffff;
	font-size: 24px;
	line-height:53px;
	position: relative;
    
    font-weight: 600;	
	border-radius: 34px;
	background: #006dc7;
	outline:none;
	border:none;
	letter-spacing:0.5px;
	margin-top:30px;
	}	
	
/*=============Fooetr Link============*/	
.terms-cont{
	float:left;
	width:100%;
	text-align:left;
	}
.terms-cont .common-para{
	font-size:17px;
	line-height:25px;
	margin-top:17px;
	}	
.terms-cont .common-para a{ color:#3279b2;}	
.terms-hd{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	color:#000;
	}	
.terms-subhd{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:30px;	
	}	
.terms-cont ul{
	float:left;
	width:100%;
	margin-top:17px;
	padding-left:40px;
	}
.terms-cont ul li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	list-style:disc;
	margin-bottom:10px;	
	}	
.terms-cont ul li:last-child{ margin-bottom:0;}		

/*=========Thankyou========*/
.thank-section-1{
	float:left;
	width:100%;
	font-weight:normal;
	padding:0 100px;
	}
.thnk-txt1{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #393733;
	
    font-weight: 600;
	letter-spacing:0.5px;
	}
.thnk-txt2{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #1c1c1c;
	
	margin-top:10px;
	letter-spacing:0.5px;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width: 20%;
	}
.cart-col-1{
	width: 60%;
	padding: 0 0 0 20px;
	text-align: left;
	position: relative;
	}
.cart-col-4{
	text-align: right;
	padding: 0 20px 0 0;
	}
.cart-prd-row .cart-col-3, .cart-prd-row .cart-col-4{margin-top:20px;}
.cart-prd-row{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 25px 0;
	}
.cart-prd-row:last-child{
	border: none;
	}
.cart-prd-1{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 72px;
	}
.thank-p1{
	float: left;
	width: 100%;
	font-size: 23px;
	line-height: 30px;
	color: #393733;
	
	font-weight: 600;
	margin:40px 0 -17px;
	position:relative;
	z-index:1;
	letter-spacing:0.5px;
	}
.thank-p1 span{
	background:#fff;
	padding:0 8px;
	}
.thank-ord{
	float: left;
	width: 100%;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:18px 7px;
	font-size: 17px;
	line-height: 22px;
	
	color: #2d2d2d;
	letter-spacing:0.5px;
	}
.thank-dtl-box{
	float: left;
	width: 100%;
	margin:30px 0;
	}
.cart-heading-row{
	float:left;
	width:100%;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	
	font-weight:500;
	letter-spacing:0.5px;
	background: #523574;
	}
.cart-prd-name{
	float: left;
	width: 100%;
	padding: 0 0 0px 80px;
	color:#666;
	
	font-size: 15px;
	line-height: 22px;
	letter-spacing:0.5px;
	}
.cart-prd-name span{
	font-size: 18px;
	color: #393733;
	font-weight: 500;
	}
.unit-price{
	float: left;
	width: 100%;
	color: #393733;
	
	font-size: 18px;
	line-height: 22px;
	}
.thnk-rit-price-row{
	float: right;
	width: 46%;
	padding: 10px 0;
	}
.cart-rit-price{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    line-height: 22px;
    color: #1e1e1e;
    text-align: left;
    padding: 12px 3px;
	
    font-weight: 500;
	}
.cart-prc-spn{
	float: right;
	text-align: right;
	}
.thnk-rit-price-row .cart-rit-price{
	font-size: 18px;
	padding: 15px 3px;
	font-weight: normal;
	}
.thnk-rit-price-row .cart-prc-spn{
	text-align: left;
	width: 90px;
	}
.thnk-Addressinfo{
	float: left;
	width: 100%;
	}
.ty-lft-Address, .ty-rgt-Address{
	float: left;
	width: 48%;
	text-align: left;
	}
.sh-heading{
	float: left;
	width: 100%;
	color: #393733;
	font-size: 22px;
	
	font-weight:600;
	line-height:38px;
	letter-spacing:0.5px;
	}
ul.user-info{
	float: left;
	width: 100%;
	margin-top: 10px;
	border:5px solid #ebebeb;
	padding:15px;
	background:#fff;
	}
ul.user-info li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 110px;
	margin: 5px 0;
	color: #393733;
	font-size: 16px;
	line-height: 21px;
	
	word-break:break-all;
	}
ul.user-info li span{
	position: absolute;
	left: 0;
	color: #2b2b2b;
	font-weight: 500;
	}
.ty-rgt-Address{float: right;}	

/*-------------------------
CANCELLATION
--------------------------*/
/* The Modal (background) */
.modal {
  z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
	display:inline-block;
}

/* Modal Content */
.modal-content {
       background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /* border: 1px solid #888; */
    width: 70%;
    display: inline-block;
    box-shadow: 0 0 5px #d2d2d2;
}

/* The Close Button */
.close {
  color: #aaaaaa;
    float: right;
    font-size: 38px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cancel-form{
	float: left;
    width: 100%;
    text-align: left;
    min-height: 270px;
	}
.cancel-form .btn-box{
	margin-top:20px;
	}
.modal__title, .modal__title-result {
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	}
.cancel-form label.radio {
	float: left;
	width: 100%;
	margin: 5px 0;
	}
.cancel-form__item input[type=text], textarea {
	    height: auto;
    padding: 10px 11px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-appearance: none;
    font-weight: 400;
    margin-top: 10px;
    font-family: inherit;

	}
.cancel-form .btn{ max-width:100%;}		


.dsplay.pro-sec1 {
        float: left;
    width: 100%;
    padding: 120px 0;
    line-height: 32px;
}


@media only screen and (max-width: 767px){
.modal-content	{ width:100%;}
}


/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 0px 0 40px;
}
.page-header.text-center {
    float: left;
    width: 100%;
    background: #f3f3f3;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 30px;
}
.trm-bx img {
    display: block;
    margin: 10px 0;
	max-width:100%;
}
.ingredients-pannel {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 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 5px;
    color: #333;
    font-weight: 600;
}
.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 li {
	font-size: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    list-style: disc;
    color: #6e6a6a;
}
.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;
}
.trm-bx p {
	font-size: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 300;
    color: #6e6a6a;
}
.trm-bx p br{display:none;}
.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;
}


/*----------- popup ---------------- */
a.prod-ingd.sccode {
    /* float: left; */
    /* width: 100%; */
    font-size: 18px;
    text-decoration: underline;
    padding-bottom: 20px;
    padding: 0;
    margin: 0 0 1.5rem;
    display: inline-block;
}
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	max-width:96%;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
#pop_content_ing {
    max-width: 960px;
    background-color: white;
    border-radius: 4px;
    margin: 5% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 10px 20px;
    overflow: scroll;
    width: 100%;
}

#pop_content_ing img {
    max-width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
#pop_content_ing .select-txt {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    background: #578265;
    padding: 10px 0;
    color: #fff;
}
.cross {
	position: sticky;
    cursor: pointer;
    background: rgba(255,255,255,0.7);
    padding: 10px;
	top: 0;
    float: right;
    right: 10px;
}

/********************************/
.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.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: rgba(0,0,0,0.8);
    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: #1c3a2a;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 50px;
    border: none;
}
.no-btn {
    background: #333;
}
.yes-btn {
	
}	

@media(max-device-width:767px){
	.pop-innr {
    width: calc(100% - 10px);
}
	}


#pop_overlay-ing {
    background-color: rgba(0, 0, 0, 0.6);
    clear: none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#pop_content-ing {
        width: 100%;
    background-color: white;
    border-radius: 4px;
    margin: 6% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px 20px;
    max-width: 900px;
    height: 599px;
    
}
#pop_content-ing .ing-img{ max-width:60%;}
.cross1 {
    position: sticky;
    background: #ffffff;
    border-radius: 30px;
    padding: 5px;
    float: right;
    filter: drop-shadow(2px 4px 6px black);
    margin-right: 0;
	cursor: pointer;
}
.shop-ing {
    max-width: 590px;
	width: 100%;
}
@media only screen and (max-width:767px) {
	#pop_content-ing{height: auto;}
	#pop_content-ing .ing-img {
		max-width: 90%;
	}
}

.card-error {
    max-width: 250px;
    margin-bottom: 20px;
    display: inline-block;
}	