@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	color: #1e1e1e;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	background:#fff;
}
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;
	color: #000;
	text-decoration: none;*/
}
img {border: none; max-width: 100%; height: auto;}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.blue-strip {
    float: left;
    width: 100%;
    background: #3f4d67;
    padding: 5px 0;
}
.blue-rgt{ display:inline-block;}
.blue-p1{
	float:left;
	font-size:12px;
	line-height:16px;
	color:#fff;
	font-weight:300;
}
.blue-p2{
	display:inline-block;
	vertical-align:inherit;
	font-size:15px;
	line-height:16px;
	color:#fff;
	margin-left:10px;
}
.blue-ship-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
}
.brd-blue-lft{
	border-left:1px solid #fff;
	padding-left:10px;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.top-bar {
	float: left;
    width: 100%;
    background:#fff;
    height: 80px;
    margin-top: -80px;
    position: relative;
    top: 80px;
	padding: 8px 0;
}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	border-top: 7px solid #FF9800;
}
/*----------------
MENU BAR CSS
-----------------*/
.logo{
	float: left;
    max-width: 230px;
    margin-top: 9px;
}
.menu-bar {
    float: right;
    padding: 16px 0 0 0px;
}
.menu-bar li {
	float: left;
	position:relative;
}
.menu-bar li a {
   	float: left;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding: 0px 12px;
    font-weight: 400;
}
.menu-bar li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    background: #b8b8b8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.menu-bar li:last-child:after{
	display:none;
}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #000;
    text-decoration: none;
}
a.cart-top{
	border:1px solid #cbd3df;
	border-radius:5px;
	padding: 8px 10px;
	float:right;
	font-size:18px;
	line-height:16px;
	color:#2d2d2d;
	margin-top:4px;
}
a.cart-top img, a.cart-top span{
	display:inline-block;
	vertical-align:middle;
}
a.cart-top span{
	border-left:1px solid #e1e1e1;
	padding-left:6px;
	margin-left:6px;
}
.fixed-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #efede7;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
/*==============banner===============*/
.banner-section{
	background:url(../images/bnr-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    height: 669px;
    padding:145px 0 0;
    overflow: hidden;
}
.bnr-content{
	float: left;
    width: 52%;
    text-align: left;
    margin-top: 0px;
}
.bnr-tag-txt{
	font-size:20px;
	line-height:22px;
	color:#006e63;
	font-weight:600;
	text-transform:uppercase;
	}
.bnr-heading{
	font-size: 65px;
    line-height: 75px;
    color: #fff;
    font-weight: 400;
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-family: "Playball", cursive;
	}
.bnr-heading span{
	display: block;
    font-size: 45px;
    line-height: 70px;
	}	
.bnr-para{
	font-size: 19px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 27px;
    width: 85%;
    display: inline-block;
	}
.btn-box{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width:210px;
    max-width: 100%;
    position: relative;
    margin-top:26px;
	}
.shop-btn{
	display: inline-block;
    vertical-align: middle;
    width:210px;
    max-width: 100%;
    margin-top:26px;
    background: #FF9800;
    height: 46px;
    color: #fff;
    font-size: 19px;
    line-height: 46px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    font-family: inherit;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    border: none;
    transition: all 0.3s;
	}
.btn-arw{
	display:inline-block !important;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	}
.btn-guaranty{
	float:left;
	width:100%;
	position:relative;
	font-size:13px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	margin-top:7px;
	}  
.btn-guaranty span{ position:relative;}	
.btn-guaranty span:before, .btn-guaranty span:after{
	content:'';
	position:absolute;
	top:8px;
	left:-60px;
	background:#000;
	width:50px;
	height:1px;
	}
.btn-guaranty span:after{
	left:auto;
	right:-60px;
	}	
.bnr-imgs {
    position: absolute;
    max-width: 100%;
    top: -118px;
    right: -315px;
}
.bnr-model {
    position: absolute;
    top: 0px;
    left:0;
}

/*==========sectionOne============*/
.sectionOne{
	background: #fff;
    float: left;
    width: 100%;
    padding: 50px 0 65px;
    position: relative;
	}
.sectionOne:after{}	
.s1-inner {
    float: right;
    width: 46%;
    padding: 0 0 0px;
    text-align: left;
}
.s1-inner .s1-text{
	font-size:105px;
	line-height:95px;
	color:#f0f0f0;
} 
.s1-inner .common-para {}	
.sec1-prodt{
	position:absolute;
	left:0;
	top:0;
	}
.sec1-prodt2{
	position:absolute;
	left:27%;
	top:0;
	}	
.s1-text{
	display: inline-block;
    width: 100%;
    font-size: 45px;
    line-height: 55px;
    color: #156018;
    margin-top: 10px;
    text-transform: capitalize;
    vertical-align: middle;
	}	
ul.s1-list .slick-prev, ul.s1-list .slick-next {
    left: -260px;
    top: 138px;
    width: 18px;
}
ul.s1-list .slick-next {
    left: -206px;
}
.common-tag-txt{
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 7px;
	float:left;
	width:100%;
}
.color-1{}	
.common-heading{
	font-size: 38px;
    line-height: 46px;
    color: #292929;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-family: "Playball", cursive;
    vertical-align: middle;
	}
.common-heading span{}
.common-heading2{}	
.common-para {
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2b2b2b;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}
.white{ color:#fff;}		

ul.s1-list{
	float: right;
    width: 73%;
    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: 65px;
	}
ul.s1-list li{
	float: left;
    width: 25%;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    padding: 0 5px;
    text-align: center;
	}	
ul.s1-list li span {
        display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #FF9800;
    font-family: "Playball", cursive;
}	
ul.s1-list li img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-bottom:6px;
	}
ul.s1-list li p{
	font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
}	
ul.s1-list li .shop-btn { margin-top:7px;}
/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:0px 0 40px;
	overflow:hidden;
}
.s2-lft{
	display: inline-block;
    width: 100%;
    height: 411px;
    text-align: center;
    margin: 0px 0 0px;
    padding: 50px 0px 0px;
    background: url(../images/sec2.jpg) no-repeat center top;
    overflow: hidden;
    position: relative;
	}
.s2-lft .common-para {width:60%;}	
.s2-prodt{
	position:absolute;
	right:0;
	top:0;
	}	
.sec2-prod {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.sec2-prod li {
    float: left;
    position: relative;
    width: 100%;
    background: #f1f1f1;
    height: 270px;
    overflow: hidden;
    max-width: 570px;
}

.s2img1 {position: absolute; left: -82px;  bottom: 0;}
.sec2-prod li:first-child {height: 572px; grid-row: 1 / span 2;}
.s2-prod { position: absolute;  right: 30px;  bottom: 10px;}
.sec2-prod li p {
        position: absolute;
    right: 30px;
    top: 153px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    width: 170px;
    text-align: right;
    letter-spacing: 1.1px;
}

.sec2-prod li p:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    border-right: 2px solid #393939;
}

.sec2-prod li:nth-child(2) .s2-prod {right: auto;left: 43px; bottom: -16px;}
.sec2-prod li:nth-child(2) p {width: 190px;top: 105px;right: 22px;}
.sec2-prod li:last-child .s2-prod {right: 27px; bottom: 6px;}

.sec2-prod li:last-child p {
    right: auto;
    left: 32px;
    text-align: left;
    top: 170px;
}

.sec2-prod li:last-child p:after {
    border: none;
    border-left: 2px solid #393939;
    right: auto;
    left: -10px;
}

/*===============sectionThree==========*/
.sectionThree{
	background:#fff;
	float:left;
	width:100%;
	padding:50px 0 50px;
	overflow:hidden;
}
ul.tab-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
    row-gap: 10px;
    column-gap: 10px;
	}
ul.tab-list li {
	float: left;
	width: auto;
	position: relative;
	padding: 5px 17px;
	margin-top: 0px;
	text-align: center;
	font-size: 30px;
	line-height: 33px;
	color: #b8b8b8;
	text-transform: capitalize;
}
ul.tab-list li:hover, ul.tab-list li.active, ul.tab-list li:hover a, ul.tab-list li.active a{
	color: #000;
    text-decoration: underline;
}
.s2-product-wrap{
	    margin: 30px auto 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    float: left;
    row-gap: 20px;
    column-gap: 20px;
	}
.s2-product-col{
	    float: left;
    width:32%;
    text-align: center;
    padding: 10px 8px;
    background: #fff;
    border: 1px solid #cfcfcf;
    position: relative;
	}
.s2-prdbox{
	display: inline-block;
    padding: 8px 20px;
    position: relative;
	overflow: hidden;
}
.s2-product-col:hover .s2-prdbox:before{
	}	
.s2-prods{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}		
.s2-prod-details{
	float: left;
    width: 100%;
    text-align: center;
    padding: 16px 8px;
    background: #fff3f2;
	}		
.s2-prod-name{
    font-size: 18px;
    line-height: 30px;
    color: #070707;
    font-weight: bold;
    margin-bottom: 5px;
	}
.s2-prod-prcbox{
	width: 100%;
	float: left;		
	}
.s2-prod-prcbox h4{
	font-size: 20px;
    line-height: 30px;
    color: #070707;
    font-weight: 700;
    margin-top: 0px;
	}
.s2-product-col .shop-btn{
	margin-top: 12px;
    width: 82%;
	}
.s2-product-col:hover .shop-btn{}	
a.s2-order-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 20px;
	}	


/*==========sectionFour================*/
.sectionFour{
	background: #fff;
    float: left;
    width: 100%;
    padding:0px 0 0px;
    overflow: hidden;
}
.s4-inr{
	display:inline-block;
	width:100%;
	position:relative;
	margin-top:50px;
	}
.s4-lft{
	float: left;
    width: 50%;
    text-align: left;
    padding: 0px 0 0;
	}
.sec4-img1{
	position:absolute;
	right:0;
	top:0;
	}	
.s4-img-div{
	float:left;
	width:40%;
	text-align:left;
	position:relative;
	}	
.s4-img-div p{
	position: absolute;
    left: 11%;
    bottom: 55px;
    font-size: 39px;
    line-height: 44px;
    color: #2d2324;
    font-weight: 700;
    z-index: 1;
	}		
.sec4-lst {
    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: 20px;
}

.sec4-lst li {
	float: left;
    width: 32%;
    position: relative;
    padding: 15px 200px 15px 15px;
    text-align: left;
    overflow: hidden;
    border: 1px solid #cfcfcf;
}
.sec4-lst li p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #000;
	font-weight:bold;
    margin-top: 0;
}
.sec4-lst li span {
    display: block;
    font-size: 24px;
    line-height:34px;
	color: #000;
	font-weight:bold;
	text-transform:uppercase;
    margin-bottom:100px;
}
.sec4-lst li h3 {
	position: absolute;
    right: -180px;
    top: 240px;
    transform: rotate(-90deg);
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    transform-origin: 0 0;
}
.sec4-lst li img{position: absolute;right: -20px;top: 0px;max-width: 250px;}
.sec4-lst li:nth-child(2){ padding:0 0 15px; text-align:center;}	
.sec4-lst li:nth-child(2) img {position: static;max-width: 220px;margin: -20px 0 0;}
.sec4-lst li:nth-child(3) img {right: 0;max-width: 230px;}


.sec4-lst1 {
    float: left;
    width: 98%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0px;
    row-gap: 15px;
    margin-top: 20px;
}

.sec4-lst1 li {
    float: left;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    padding: 0 0 0 35px;
    text-align: left;
}

.sec4-lst1 li img {
	position: absolute;
	left:0;
	top:5px;
	}
.sec4-lst1 li span {
	margin: 0px 0 10px;
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #070707;
	}	
.s4-box{
	display: inline-block;
    width: 80%;
    margin-top: 60px;
    text-align: center;
    position: relative;
    z-index: 2;
    vertical-align: middle;
	}
.s4-box p{
	font-size:50px;
    line-height: 65px;
    color: #292929;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Playball", cursive;
    padding: 30px 0px;
    background: #fff0db;
    text-align: center;
    border-radius: 110px;
	}	
.s4-box p span{ color: #FF9800;display: block;}
.s4-box:after {
    content: "";
    position: absolute;
    left: -160px;
    right: -160px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #FF9800;
    z-index: -1;
}
/*==============sectionFive===============*/
.sectionFive{
	float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding:0px 0 50px;
	}
.s5-mid-wrap{
	display:inline-block;
    width: 100%;
	height:365px;
    border: 2px solid #dedede;
	position:relative;
	overflow:hidden;
	}	
.sec5-innr {
	display: inline-block;
    width: 100%;
    background: #fff0db;
    border-radius: 70px;
    padding: 20px 30px;
}
.s5-img1{
	position:absolute;
	left:0;
	top:0;}
.s5-txt1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.s5-mid-inr {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 16px 0 0 0;
}
.s5-txt2 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}
.s5-lst {
	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: 18px;
    margin: 0px 0 0 0;
}
.s5-lst li {
	float: left;
    width: 32%;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-align: left;
    padding: 0 20px 0 80px;
}
.s5-lst li span {
	display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 3px;
    font-family: "Playball", cursive;
    color: #FF9800;
	}
.s5-lst li img{
	position: absolute;
    left: 6px;
    top: 10px;
	}	
.s5-mid-inr .shop-btn {
    margin-top: 28px;
    font-size: 16px;
    line-height: 38px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    background: #000;
    width: 180px;
    border: none;
    height: 38px;
}

/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer, .foo-btm {
	float: left;
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
    border-top: 2px solid #181818;
}
.foo-logo{
	display:inline-block;
	vertical-align: middle;
	max-width: 240px;
	margin-bottom:5px;
}
.ftrBox2 {
    float: left;
    width: 100%;
}
.ftr-nav {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:10px 0;
}
.ftr-nav li {
	width: 100%;
	line-height: 30px;
}
.ftr-nav li img{     display: inline-block;
    vertical-align: middle;}
.ftr-nav li:last-child{margin-right:0;}
.other-links {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.other-links li{
	    position: relative;
    margin-right: 20px;
    line-height: 28px;
}
.other-links li:last-child{margin-right:0;}
.other-links li:after{
	content:"";
	position:absolute;
	top:2px;
	bottom:2px;
	right:-10px;
	border-right:1px solid #ccc;
}
.other-links li:last-child:after{
	border:none;
}
footer p, .foo-btm p {
    float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 20px;
	margin-top:12px;
	font-weight:300;
}
footer .ftr-txt2{
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 22px;
	margin-top:15px;
	}
footer p a{
	color: #2d2d2d;
	padding:0 5px;
}
.foo-btm{
    padding: 15px 0;
	border-top:1px solid #cfd2d9;
}
.foo-btm p{
	margin:0;
}
/*-============================================
CSS FOR INNER PAGE
============================================-*/
.innrBreadcrm {
    float: left;
    width: 100%;
    color: #1d1c1a;
    font-size: 16px;
    text-align: center;
    background: #f5f5f5;
    padding: 20px 0;
    font-weight: 500;
	border-bottom: 1px solid #fff;
}
.innrBreadcrm a, .innrBreadcrm a:hover {
    color: #1d1c1a;
}
.innrBreadcrm span{}
.prd-sec-1 {
    float: left;
    width: 100%;
    padding: 40px 0 ;
	background:#fff;
}
.img-box {
    float: left;
    width: 100%;
}
.img-box li {
       width: 30%;
    border: 6px solid #fff;
    /* max-width: 380px; */
    display: inline-block;
    box-shadow: 0 0 5px #d2d2d2;
    overflow: hidden;
    height: 133px;
    margin: 1px 4px;
}
.img-box img{ max-width:100%;}
.prd-s1-lft {
    float: left;
    width: 42%;
    margin: 0px 0 0;
    border: 1px solid #f5f5f5;
	border-radius:10px;
	box-shadow:0px 0px 5px #f5f5f5;
	padding: 10px
}
.prd-slide-div{
    float: left;
    width: 100%;
    position: relative;
}
.prd-slide-div img{max-width: 95%;}
.prod-lft-list {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.prod-lft-list li {
        float: left;
    width: 16%;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}
.prod-lft-list li img{
	max-width:70px;
	}
.prd-lft-prc-box{
	float: left;
    width: 100%;
	margin:28px 0 0;
}
.prd-lft-row{
	float: left;
    width: 100%;
	padding:0 18px 0 0;
}
.prd-s1-lft-p1{
	float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 35px;
	text-align:left;
	position:relative;
	padding-left:65px;
	text-transform:uppercase;
}
.prd-s1-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.prd-s1-lft-p2{
	float: right;
    color: #3f4d67;
    font-size: 22px;
    line-height: 35px;
	text-align:right;
	font-weight:500;
}
.prd-s1-hr{
	float: left;
    width: 100%;
	border:none;
	height:1px;
	background-color:#d2daea;
	margin:15px 0;
}

.prd-s1-rit {
    float: right;
    width: 56%;
    text-align: left;
}
.prd-s1-rit .shop-btn { width:65%; margin-top:30px;}
.prd-s1-p1 {
    float: left;
    width: 100%;
    color: #FF9800;
    font-size: 40px;
    line-height: 50px;
    padding: 5px 20px 10px;
    background: #f5f5f5;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: "Playball", cursive;
}
.prd-s1-p1 span{
	display:block;
	font-size:22px;
	line-height:32px;
	color:#000;
	}
.prd-s1-p2{
    float: left;
    width: 100%;
    color: #3f4d67;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0px;
}
.prd-s1-p2 span{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
}
.prd-s1-p3{
	    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #4a4a4a;
    font-size: 17px;
    line-height: 28px;
    padding: 6px 0;
    margin: 12px 0;
}
.prd-s1-p3 img {
    vertical-align: middle;
    margin: -6px 5px 0 0;
}
.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin:15px 0 3px;
}			
.s1-p2 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
	margin-top: 10px;
}		
.prd-s1-ul{
	float: left;
    width: 100%;
    margin: 18px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.prd-s1-ul li{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    padding: 0px 0 0px 24px;
    text-align: left;
    background: url(../images/prd-tik.png) no-repeat left 6px;
}
.prd-s1-ul li span{
	float:left;
	width:45%;
	font-weight:600;}
.prd-strength-row{
	    float: left;
    width: 100%;
    padding: 0px 0 0px;
}
.prd-strength-p1{
       display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
}
.switch-opt{
	    float: left;
    width: 100%;
    margin:10px 0 10px;
	}
.switch-opt .buyopt{
	float: left;
    width:100%;
    text-align: left;
    font-size: 20px;
    line-height:30px;
	color:#000;
    font-weight: 700;
    position: relative;
	}	
.pkg-sec{
	    float: left;
    width: 100%;
    position: relative;
    margin:5px 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: flex-start;
    column-gap: 14px;
	}
.pkg-bx{
	width: 31%;
    float: left;
    border-radius: 15px;
    -webkit-box-shadow: 0 9px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 10px 15px;
    cursor: pointer;
    transition: all ease 1.5s;
    border: 2px solid #cbcbcb;
    font-size: 18px;
	}
.pkg-bx.addprice{
	border:2px solid #FF9800;
	animation: shadow-pulse 0.5s infinite;
	}
.pkg-bx:hover{
	animation: shadow-pulse 0.5s infinite;
 	border:2px solid  #FF9800;  
 	-webkit-box-shadow: 0 9px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.2); 
	}
p.price {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
}
.pkg-bx1{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-2px;
	}
.jar-txt{
	    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 auto 0;
    border-bottom: 1px solid #dadedc;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3px;
    display: inline-block;
	width:100%;
	}	
.pck-prc{
	float:left;
	width:100%;
	margin:4px 0 5px;
	font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
	}
.pck-prc p{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#0a0a0a;
	display:inline-block;
	vertical-align:middle;
	}
.pck-prc small{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	font-weight:normal;
	font-style:normal;
	position:relative;
	font-size:20px;
	line-height:20px;
	margin-top:3px;
	padding-top:1px;
	color:#929292;
	}
.prd-strength-row .option-field {
	width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    outline: none;
    font-weight: 500;
    margin: 4px 0 7px 0;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 10px;
    column-gap: 10px;
}
.prd-strength-row .option-field li {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ebebeb;
	cursor:pointer;
	font-size: 17px;
    line-height: 24px;
}
.prd-strength-row .option-field li.addprice{
	background: #3f4d67;
    border: 1px solid #3f4d67;
    color: #fff;
}
.prd_quantity {
        float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin: 0px 0 0;
}
.price {
        font-size: 30px;
    margin: 15px 0;
    float: left;
    width: 100%;
    font-weight: 700;
    color: #000;
}
.buyOpt-row {
    float: left;
    width: 48%;
    cursor: pointer;
    position: relative;
    border: 1px solid #3f4d67;
    border-radius: 7px;
    background: #eaeff6;
	text-align:left;
}

.buyOpt-pkg{
	float: left;
    width: 100%;
	text-align: left;
    position: relative;
    padding-left: 55px;
}
.buyOpt-pkg input[type=radio] + span {
    left: 18px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.buyOpt-pkg p {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 29px;
	background: #fff;
	border-radius:0 7px 7px 0;
	padding:12px 12px;
}
.buyOpt-pkg input[type=radio]:checked + span:after {
    background: #3f4d67;
	left: 4px;
    top: 4px;
}
/*.buyOpt-row.active .buyOpt-pkg p{
    background: #eaeff6;
}*/
.prd-s1-btn-row{
        width: 100%;
    margin: 20px 0 0px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 10px;
}
.prd-s1-btn-row .shop-btn{
    margin: 0;
	width: 280px;
}
.prd-mbg-p{
	float: left;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
	text-align:left;
	padding-left:62px;
	position:relative;
	margin:10px 0 0 15px;
}
.prd-mbg-p img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.prd-cards{
	display: inline-block;
    vertical-align: middle;
    margin: 22px 0 0 10px;
}

/*-============================================
CSS FOR CONTACT PAGE
============================================-*/
.cont-sec-1{
	float:left;
	width:100%;
	padding:60px 0;
}
.cont-box{
	    float: left;
    width: 100%;
    -webkit-box-shadow: 1px 1px 15px 3px #e6e6e6;
    box-shadow: 1px 1px 15px 3px #e6e6e6;
    border: 1px solid #e6e6e6;
}
.cont-lft{
	    float: left;
    width:100%;
    padding: 25px 32px 35px 35px;
    text-align: left;
}
.cont-right{
	float:right;
	width:643px;
	padding:35px 65px 35px 58px;
	background:#fff;
}
.cont-p1{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
	margin-bottom:12px;
	text-align:left;
}
.cont-ul{
	float: left;
    width: 100%;
}
.cont-ul li{
	float: left;
    width: 100%;
    padding: 0 0 0 62px;
    margin-top: 25px;
    position: relative;
}
.cont-ul li .s4-p2{
	margin-bottom:4px;
	font-size: 23px;
    line-height: 30px;
}
.cont-ul li .s4-p1 {
    font-size: 18px;
    line-height: 24px;
}
.cont-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.cont-frm-box{
	float: left;
    width: 100%;
}
.cont-input-box{
	float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #ffffff;
    outline: none;
    margin: 15px 0;
    position: relative;
}
.cont-hlf{
	width: 46%;
}
.cont-frm-ic-1 {
    position: absolute;
    left: 8px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.cont-field-all, .cont-input-box textarea {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #24334a;
    outline: none;
    height: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0px 0 49px;
    font-family: inherit;
}
.cont-btn {
    -webkit-appearance: none;
    margin: 30px 0 0;
}




/*================checkout_section===============*/
.checkout_section{
	float:left;
	width:100%;
	padding:50px 0;
	background:#ffffff;
	}
.chk-container-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	}
.chk-left{
	float:left;
	width:62%;
	}
.steps-chk{
	float:left;
	width:50%;
	text-align:center;
	border:1px solid #d7d7d7;
	font-size:20px;
	line-height:20px;
	color:#1e1e1e;
	font-weight:300;
	background:#f6f6f6;
	padding:15px 0;
	border-radius:5px 5px 0 0;
	}
.steps-chk.actv{
	background:#3f4d67;
	color:#fff;
	font-weight:500;
	}
.frmBox {
	float: left;
	width: 100%;
	padding:25px 24px;
	border:1px solid #d7d7d7;
	border-radius:0 0 5px 5px;
	text-align:left;
	border-top:none;
	}
.input-box {
	float: left;
	width: 100%;
	height: 44px;
	border: 1px solid #cfcfcf;
	text-align: left;
	padding: 0 0px 0 40px;
	border-radius: 3px;
	background-color: #ffffff;
	outline: none;
	margin:7px 0;
	position: relative;
	}
.input-box.hlf {width: 48%;}
.input-box.fr {float: right;}
.input-box.payfld {padding:0 0 0 15px;}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
	}
.field-all {
	float: left;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 16px;
	padding: 0 10px 0 5px;
	font-family: inherit;
	border-radius:0 3px 3px 0;
	}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.jpg) no-repeat right center;
	padding: 3px 42px 0 5px;
	}
a.continue-btn{
	float:left;
	width:355px;
	max-width:100%;
	font-size: 22px;
    line-height: 50px;
    color: #24334a;
	margin-top:25px;
    letter-spacing: 1px;
    border: 2px solid #24334a;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 3px;
    position: relative;
    transition: all ease 0.2s;
	}
a.continue-btn i {
    margin: -1px 0 0 9px;
    vertical-align: middle;
    font-size: 13px;
	}
a.continue-btn:hover{
	color:#fff;
	background:#24334a;
	transition:all ease 0.2s;
	}
.cvv-img{
	float:left;
	margin:10px;
	}
/*==================*/
.chk-right{
	float:right;
	width:36%;
	background:#f7f7f7;
	padding:15px;
	}
.order-smry-hdng{
	float:left;
	width:100%;
	font-size:23px;
	line-height:26px;
	color:#104775;
	font-weight:500;
	padding-bottom:15px;
	border-bottom:1px solid #d0d0d0;
	text-align:left;
	}
.prc-p1{
	float:left;
	width:75%;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	margin-top:20px;
	}
.prc-p1 span{ 
	color:#4e4e4e;
	font-size:16px;
	font-weight:300;
	}
.prc-p2{
	float:right;
	width:25%;
	text-align:right;
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	margin-top:20px;
	}
.rvw-hr {
    float: left;
    width: 100%;
    height: 1px;
    border: none;
    background: #d0d0d0;
	margin-top:20px;
	margin-bottom:0;
	}
.mrgn-10{ margin-top:12px;}
/*================Payment-section===========*/
.frmBox2{
	padding:20px 30px;
	}
.fieldToggle {
	display:inline-block;
	vertical-align:middle;
    color: #363636;
    font-size: 18px;
    line-height: 22px;
    margin:5px 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
	text-align:left;
	}
.fieldToggle input[type=checkbox]{
	position:absolute;
	opacity:0;
	}
.fieldToggle input[type=checkbox] + span,
.protectionHeading label input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width:18px;
	height:18px;
	border:1px solid #808080;
	border-radius:2px;
	position:relative;
	}
.fieldToggle input[type=checkbox] + span{position:absolute; left:0; top:3px;}
.fieldToggle input[type=checkbox]:checked + span:after{
	position:absolute;
	content:'';
	width:13px;
	height:13px;
	background:url(../images/tik-blk.png) no-repeat center center;
	background-size:100%;
	left:1px;
	top:1px;
	}
a.whats-dis {
    float: left;
    color: #257d20;
    font-size: 19px;
    margin: 17px 0 0 20px;
    text-decoration: underline;
	}
.card-accept {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #2d2d2d;
    font-size: 16px;
    text-align: left;
	}
.card-accept img {
    display: inline-block;
    vertical-align: middle;
	}

/*******************/
.thank-pg {
    float: left;
    width: 100%;
    padding: 40px 0;
}

/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 26px;
	padding:15px;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #FF9800;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #FF9800;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
	/*text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 10px;*/
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 26px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

.thank-hdg {margin: 10px 0;}
/********************************/
.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;
    opacity: 0.3;
    background: #000;
}
.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: #FF9800;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #636060;
}
.error-sec{
	float:left;
	width:100%;
	text-align:center;
	}
.error-hed {
    color: red;
    font-size: 32px;
}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}	