@charset "utf-8";
/* CSS Document */


body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: 'Poppins';
	font-weight:400;
	color: #444444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
	background:#fff;
}
.container, .mnu-container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	position:relative;
	}
/*.mnu-container{width:1692px;}*/
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none; color:#333;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
	    height: auto;
}
*{box-sizing:border-box;}


.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
    font-weight: 400;
    font-size: 38px;
    line-height: 42px;
    color: #252525;
    padding: 0 0 0px 0;
    text-transform: capitalize;
}
.bdfont{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #2b2b2b;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.show-767{ display:none;}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1700px){
.mnu-container{width:1170px;}
}
@media only screen and (max-width: 1185px){
.container{ max-width:1004px; width:100%; }
.mnu-container{width:1004px;}
}
@media only screen and (max-width: 1023px){
.container, .mnu-container{ max-width:760px; width:100%; }
}
@media only screen and (max-width: 767px){
.container, .mnu-container{ width:100%; max-width:640px; padding: 0 10px;}
.bdinpad{padding:0 12px;}
.bdhding1{font-size:18px; line-height:22px;}
.bdhding2{}
.bdfont{font-size: 17px; line-height: 27px;}
}

/********************************/
.age-pop-overlay {
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	opacity: 0.75;
}
.pop-up-bg-in {
	height: 297px;
    position: fixed;
    bottom: 10px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    /* opacity: 0.93; */
    /* box-shadow: rgb(0 0 0 / 25%) 4px 0px 5px 0px; */
    background-color: #fff;
    transition: left 1s ease 0s;
    z-index: 10000010;
    max-width: 100%;
    right: 10px;
    width: 99%;
    border-radius: 10px;
    left: 10px;
    overflow: hidden;
}
.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 {
	    height: auto;
    z-index: 10000100;
    background: url(../images/ageverify.png) no-repeat center top 30px;
    background-size: auto 50px;
    font-size: 14px;
    box-sizing: initial;
    padding: 40px 0px 0;
    overflow-wrap: break-word;
    line-height: 31px;
    transition: left 1s ease 0s;
    display: inline-block;
    max-width: 100%;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #000;
}
.pop-up-left-txt span{
	font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
	}
.pop-up-left-txt a{ text-decoration:underline; display: inline-block; color:#000;}
.yes-btn, .no-btn {
        cursor: pointer;
    margin-top: 30px;
    height: 40px;
    /* width: 105px; */
    color: rgb(255 255 255);
    font-size: 16px;
    min-width: 1em;
    line-height: 1em;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    padding: 0px;
    font-weight: 500;
    font-style: normal;
    background-image: none;
    border-width: 2px;
    border-style: solid;
    border-color: #f9f9f9;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    background-color: #2ec963;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
}
.yes-btn {
	
}
.chk-list {
    float: left;
    width: 100%;
    background: #000;
    padding: 30px 20px;
    border-top: 1px solid #fff;
}
ul.xhk-lst-pnt {
        display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
ul.xhk-lst-pnt li{
	    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
}
ul.xhk-lst-pnt li input[type=checkbox]{ height:16px; width:16px; line-height:16px;}

@media only screen and (max-width: 767px){
.pop-up-bg-in{ width: 100%;  overflow-y: scroll; left:0; bottom:0;}
.pop-up-left-txt span{ font-size:20px; margin-bottom: 10px;}
.pop-up-left-txt{ height:auto; font-size: 13px; line-height: 20px; padding: 15px;}
ul.xhk-lst-pnt{ flex-wrap: wrap; row-gap: 10px;  justify-content: flex-start;  column-gap: 10px;}
ul.xhk-lst-pnt li{ width:48%; font-size:13px;}
.yes-btn, .no-btn{ padding: 10px 10px; font-size: 13px; margin-top: 20px;}
.chk-list{ padding: 15px 10px;}
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 60px;    float: left;width: 100%;}
.intop-fix-bar {margin-bottom: 140px;float: left;width: 100%;}
.header{
	height: 60px;
    margin-top: -60px;
    position: relative;
    top: 60px;
    float: left;
    width: 100%;
}
.inheader{		
	height: 140px;
    margin-top: -140px;
    position: relative;
    top: 140px;
    background: #fff;
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}
.fixed-nav .header, .fixed-nav .inheader{
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
}
.fixed-nav .inheader{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
.tophdr{
	background: #eeefed;
    float: left;
    width: 100%;
    padding: 10px 0;
}
ul.tophdr-list1{float: left; margin-top: 5px;}
ul.tophdr-list1 li{
	float:left;
	display:inline-block;
	background:url(../images/tophdr-line1.png) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
	font-size:14px;
	line-height:16px;
	color:#494949;
	text-align:left;
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;background:none;}
ul.tophdr-list1 li img{vertical-align: middle; max-width: 15px;}
.tophdr-rgtbx{float:right;}
ul.tophdr-list2, ul.tophdr-list3{float:left;}
ul.tophdr-list3{}
ul.tophdr-list2 li{
	float:left;
	display:inline-block;
	font-size:14px;
	line-height:16px;
	color:#666666;
	text-align:left;
	background:url(../images/tophdr-line1.png) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
}
ul.tophdr-list2 li:last-child{background:none;padding:0;margin:0 25px 0 0;}
ul.tophdr-list2 li img{margin:0 5px 0 0;vertical-align:bottom;}
ul.tophdr-list3 li{
	float:left;
	display:inline-block;
	background:url(../images/tophdr-line2.png) right center no-repeat;
	padding:0 12px;
}
ul.tophdr-list3 li a {
    color: #000;
}
ul.tophdr-list3 li:last-child{padding:0 0 0 12px;background:none;}
.btmhdr{
	float: left;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.logo{max-width: 120px;float: left;margin-top: 0;}
ul.nav{float: right; margin:3px 0 0 0;}
ul.nav li{
	display: inline-block;
    padding: 0 0;
    margin: 0 30px 0 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    color: #000;
}
ul.nav li a{color:#000;display:block;}
ul.nav li:nth-child(7){
}
ul.nav li:last-child{margin:0;color:#589037;}
ul.nav li:last-child span.span1{color:#000;margin:0;}
ul.nav li:last-child img{margin:0 10px 0 0;vertical-align:bottom;}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#1d1d1d;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
        padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 55px;
    background: #333;	
}
#menu-container .menu-list  li a{
	font-weight:300;	
	font-size:17px;
	padding:10px 0 10px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #fff;	
}
#menu-container .menu-list  li .active{background:#128e3b;color:#fff;}

@media only screen and (max-width: 1700px){
	ul.nav li{margin:0 20px 0 0;}
	ul.nav li:nth-child(7){padding:0 20px 0 0;}
	ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1185px){
	ul.nav li{margin:0 16px 0 0;font-size:17px;}
	ul.nav li:nth-child(7){padding:0 16px 0 0;}
	ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1023px){
	ul.tophdr-list1 li, ul.tophdr-list2 li{padding:0 10px 0 0;	margin:0 10px 0 0;	font-size:13px;}
	ul.tophdr-list1 li:last-child{margin:0;padding:0;}
	ul.tophdr-list2 li:last-child{padding:0;margin:0 15px 0 0;}
	ul.tophdr-list1 li span.span1{display:none;}
	ul.tophdr-list1 li img, ul.tophdr-list2 li img{margin:0 3px 0 0;}
	.logo{max-width: 210px; margin-top: 11px;}
	ul.nav li{font-size:15px;}
	ul.nav li:nth-child(7){padding:0 7px 0 0;}
	ul.nav li:last-child{margin:0;}
	ul.nav li:last-child img{margin:0 0 0 0;}
}
@media only screen and (max-width: 767px){
	.tophdr{display:none;}
	ul.tophdr-list1, ul.tophdr-list2{padding:4px 0 0 0;}
	ul.tophdr-list2 li:last-child{margin:0 0 0 0;}
	ul.tophdr-list3{display:none;}
	.header{height:55px; top:55px; margin-top:-55px;}
	.top-fix-bar {margin-bottom: 55px;}
	.fixed-nav .header{height:55px;}

	.intop-fix-bar {margin-bottom: 100px;}
	.btmhdr{padding: 10px 15px;}
	.inheader{height:100px; margin-top:-100px; top: 100px; padding-top: 10px;}
	
	.fixed-nav .inheader{height:90px;}

	.logo {max-width: 110px; margin-top: 5px;}
	ul.nav{display:none;}
	.cart-link{position:absolute;right: 60px;top: 12px;}
	#menu-wrapper #hamburger-menu{margin-top:6px;}
}

/*===BANNER===*/
.banner{
	float: left;
    width: 100%;
    position: relative;
    background: url(../images/banner.webp) no-repeat center top;
    padding: 30px 0;
    height: 770px;
	}
.banner_cont{
	    float: left;
    width: 57%;
    padding: 130px 0 0;
    text-align: left;
    position: relative;
	}
.banner_trusted_text{
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:500;
	letter-spacing:0.3px;
	}
.banner_trusted_text img{
	display:inline-block;
	vertical-align:middle;
	width:96px;
	margin:-5px 10px 0 0;
	}
.banner_heading{
	    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
}
.banner_heading span {
    display: block;
    font-family: 'Cormorant';
    text-transform: capitalize;
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
}
	
.btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.btn_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 260px;
	text-align: center;
	}
.common_btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    background: none;
    font-family: 'Cormorant';
    text-transform: uppercase;
    border: 1px solid #000;
    transition: all 0.3s;
    cursor: pointer;
	}
.common_btn:hover, .cart-btn2:hover {
    background: linear-gradient(to right, #e57a54, #f59674);
    color: #fff;
    border: 1px solid #e57a54;
}
.common_btn img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-3px 0 0 12px;
}

/*================start section1===================*/
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
	float: left;
    width: 100%;
    background: #fff;
    padding: 60px 0;
	text-align: center;
    position: relative;
	}
.common-head {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
}
.common-head span {
	display: block;
    font-family: 'Cormorant';
    font-weight: 600;
    font-size: 50px;
    line-height: 58px;
    text-transform: capitalize;
    margin-top: 10px;
}

.common-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #151515;
	margin-top:20px;
	}
.top-0{ margin-top:0;}		
.s1-list{
	    float: left;
    width: 100%;
    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: 10px;
	}	
.s1-list li{
   	float: left;
    width: 24%;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 19px 10px 29px 10px;
    border: 1px solid;
    position: relative;
    background-size: 30px;
	z-index: 1;
	}	
.s1-list li a{color:#fff;}
.s1-list li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;object-fit: cover;
    height: 100%;
	width: 100%;
}
.s1-list li span {
    float: right;
    color: #fff;
    border: 1px dotted #c5c5c5;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px;
    font-weight: 600;
    margin: 0 20px 0 0;
}

.s1-list li p {
    font-family: 'Cormorant';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 210px;
}

.s1-list-btm {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    margin-top: 40px;
}

.s1-list-btm li {
    float: left;
    width: 24%;
    color: #070707;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    padding-left: 60px;
    text-align: left;
}

.s1-list-btm li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
}

.s1-list-btm li span {
    display: block;
    font-family: 'Cormorant';
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
.s1-list-btm li:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    border-right: 1px solid #bcbcbc;
}
.s1-list-btm li:last-child:after{
	border:none;
}


/*================start section2===================*/
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2{
	background: #fff7f4;
    float: left;
    width: 100%;
    padding: 60px 0;
}
.s2-inner {
    float: left;
    width: 100%;
    text-align: center;
}
.s2-top{
	    float: left;
    width: 100%;
    background: #effbff;
    padding: 60px 0 80px;
    color: #fff;
}
.s2-bottom{
	float:left;
	width:100%;
	background:#fff;
	padding-bottom:60px;
}
.sec2_row{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin-top: -43px;
	}
.sec2_tab-row{
	max-width:1000px;
	width:100%;
	background:#fff;
	box-shadow:0px 2px 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 5px 2px rgba(0,0,0,0.1);
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	margin:0 auto;
	border-radius:100px;
	padding:10px;
	}
.sec2_tab-col{
	width: 33%;
    text-align: center;
    padding: 12px 20px;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
    border-radius: 100px;
	}
.sec2_tab-col p{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
.sec2_tab-col img{
	display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.sec2_tab-col.active{
	background:#effbff;
	}
.sec2_tab-col:last-child{ border:none;}
/* .sec5_tab-col.active:after{
	position:absolute;
	left:50%;
	bottom:-10px;
	border-top:10px solid #1a256c;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	content:"";
	margin-left:-10px;
	} */
.sec2_tab_content-box{
	float: left;
	width: 100%;
	margin-top: 10px;
	}
.prodBox {
        float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
    column-gap: 15px;
}
.prodbox-row {
        float: left;
    width: 24%;
    background: #fff;
    border: 1px solid #d9edff;
    margin-top: 10px;
    position: relative;
}
.prod-headbox {
  float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
    background: #f8fcff;
	padding: 20px 0;
}

.prodbx-head {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #141b4d;
    font-weight: 600;
    margin-top: 15px;
    text-align: left;
}
.prc-bx {
        float: left;
    width: 100%;
    padding: 0 13px 20px;
}
p.prodbx-prc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #141b4d;
    font-weight: 700;
    margin-top: 10px;
}
.prod-1 {
	    display: inline-block;
    max-width: 70%;
}
a.order-btn {
        float: left;
    width: 80%;
    height: 46px;
    color: #ffffff;
    font-size: 18px;
    line-height: 46px;
    position: relative;
    font-weight: 500;
    border-radius: 2px;
    text-shadow: 1px 1px #00a524;
    background: #00ad48;
    margin-top: 20px;
	text-align: center;
    border-radius: 5px;
}

.prc-off-sec {
        float: left;
    width: 100%;
    margin-top: 30px;
}
.prc-off-sec ul{
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	
}
.prc-off-sec ul li{
	    background: #eef8ff;
    border-radius: 5px;
    border: 1px solid #d9edff;
    height: 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #141b4d;
    width: 32.7%;
    justify-content: space-between;
    padding: 0 10px;

}
.off-txt{
	font-size: 46px;
    font-weight: 700;
	text-align: left;

}
.prc-off-sec ul li span{ font-size: 18px; line-height: 26px; color: #218ad4; display: block;}
.prc-off-sec ul li .btl-img1{ margin-top: -26px; max-width: 110px;}

/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section3{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0;
}	
.s3-inr{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
}
.s3-bx{
	padding: 60px 290px 20px 26px;
    float: left;
    width: 100%;
    background: linear-gradient(to right, #e57a54, #f59674);
    text-align: left;
    flex: 1 1 300px;
    height: 354px;
    position: relative;
    overflow: hidden;
	z-index: 1;
}
.s3-bx:nth-child(2) {
    padding: 30px 20px 20px 210px;
    text-align: center;
}
.s3-bx:last-child {
    padding: 30px 490px 20px 26px;
	min-height: 380px;
}
.s3-stps{
	position: absolute;
    right: 0;
    top: 0;
	z-index: -1;
}
.s3-bx:last-child .s3-stps {}
.s3-stp-tx{
	font-size:22px;
	line-height:24px;
	font-weight:500;
}
.s3-bx:last-child .cart-btn2 {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
}
.stp-count{
	font-size:30px;
	line-height:32px;
	font-weight:bold;
}
.s3-bx h3{
	font-size: 20px;
    line-height: 34px;
    color: #fff;
}
.s3-bx h3 span {
    display: block;
    font-family: 'Cormorant';
    font-size: 63px;
    line-height: 63px;
    font-weight: 700;
}
.s3-bx-tx2 {
    color: #fff;
}
.s3-bx-tx1{
	font-size: 16px;
    line-height: 20px;
    width: 90%;
    background: url(../images/s3-tk.png) 10px 10px no-repeat #f1f8fe;
    padding: 5px 10px 8px 32px;
    font-weight: 500;
    margin-top: 15px;
    float: left;
}

.s3-list {
    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;
    margin-top: 70px;
}

.s3-list li {
    float: left;
    width: 32%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
	text-align: center;
}

.s3-list li span {
    display: block;
    font-family: 'Cormorant';
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.s3-list li img {
    display: block;
    margin: 0 auto 10px;
    width: 80px;
}

/*-----------------------
CSS FOR SECTION4
------------------------*/		
.section4{
	background: url(../images/sec4-bg.webp) #f79477 no-repeat center top;
    float: left;
    width: 100%;
    padding: 60px 0 0;
    text-align: center;
	}
.s4-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 810px;
}
.s4-inner .common_btn {
    border: 1px solid #fff;
}

.s4-list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 60px;
}
.s4-list li{margin:0;}

/*************************/
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin:30px 0 0;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 2px 10px 1px rgba(0,0,0,0.1);
	box-shadow:0 2px 10px 1px rgba(0,0,0,0.1);
	margin-top:15px;
	border-radius:5px;
	background:#fff;
	overflow:hidden;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right 15px center;
	padding:18px 45px 15px 15px;
	font-size:20px;
	line-height:26px;
	color:#1f1f1f;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	font-weight:700;
	
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right 15px center #fff;
	border:none;
	border-bottom:1px solid #e1e1e1;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:12px 30px 0 15px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#1f1f1f;
	margin-bottom:15px;
	}
.acdn-para a{ color:#0072ff;}
ul.acdn-lst{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-left:10px;
}
ul.acdn-lst li{
	font-size: 18px;
    line-height: 26px;
    margin-top:5px;
    position: relative;
    font-weight: 500;
    padding-left: 20px;
}
ul.acdn-lst li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: #019267;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}	
@media only screen and (max-width: 767px){
.section4{ padding:30px 0 0px;}
.s4-list{margin-top:20px;}
.s4-list li img {width: 100%;}
.faq-container{padding:0; margin:10px 0 0;}
.accordion{font-size:17px; line-height:24px;}
.acdn-para{font-size:16px; line-height:22px;}
ul.acdn-lst li{font-size:16px; line-height:20px; margin-top:10px;}
}
/*================start social bar===================*/
.slbar{
	padding: 20px 0;
    background: #1e1e1e;
}
.slbar-hding{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	color:#181818;
	text-align:center;	
}
.slbartxt{
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#181818;
	text-align:center;
	padding:5px 0 0 0;
}
ul.slbar-list{
    text-align: center;
    float: left;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
	flex-wrap: wrap;
}
ul.slbar-list li{
	    display: inline-block;
    padding: 6px 0 0 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
ul.slbar-list li:last-child{background:none;}
ul.slbar-list li img {
    position: absolute;
    left: 0;
    top: 0;
}
/*================start section6===================*/
.sec6{padding:0;}
.s6sldr-img{margin:0 auto;display:block;}
/*================start footer===================*/
.graybar{padding:20px 0;background:#0d1518;}
.ftrlogo{margin:0 auto;display:block; max-width: 210px;}
ul.graybar-list{padding:20px 0 0 0;text-align:center;}
ul.graybar-list li{
	display:inline-block;
	border-right:1px solid #979797;
	padding:0 14px 0 10px;
	font-weight:300;
	font-size:16px;
	line-height:16px;
	color:#404040;
	text-align:center;
	margin:10px 0 0 0;
}
ul.graybar-list li:last-child{border-right:none;}
/*--------------start top footer--------------*/
.topfooter{padding:10px 0 15px 0;}
ul.topftr-list {
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.topftr-list li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #404040;
    margin-right: 30px;
	position:relative;
}
ul.topftr-list li a{color:#fff;}
ul.topftr-list li:after{
	content:"";
	position:absolute;
	top:0px;
	bottom:0;
	right: -15px;
	border-right:1px solid #ccc;
}
ul.topftr-list li:last-child{margin-right:0;}
ul.topftr-list li:last-child:after{border-right:none;}
.ftr-addres {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}
/*------------start footer--------------*/
footer{padding:35px 0;border-top:1px solid #dedddd;}
.ftrtxt1, .ftrtxt2{
	font-weight:400;
	font-size:16px;
	line-height:18px;
	color:#000;	
}
.ftrtxt1{
	float:right;	
	text-align:right;
}
.ftrtxt1 a{color:#9b9b9b;}
.ftrtxt2{
	    float: left;
    text-align: center;
    width: 100%;
}
.disclmr{
	float:left; 
	width:100%;
	margin-top:20px;
	font-size:16px;
	color:#000;
	line-height:24px;
	text-align:center;
	font-weight:300;
	}	

/************SHOP PAGE*************/
.hdr-bar {
	float: left;
	width: 100%;
	padding: 15px 0 8px;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}
.hdr-bar p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #b5b5b5;
	text-transform: uppercase;
}
.hdr-bar p a {
	color: #325990;
}

.shop-pg {
	padding: 30px 0;
	border-bottom: 1px solid #dfdfdf;
}

.product-tab {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.w3-bar, .w3-container {
    float: left;
    width: 100%;
    padding: 10px;
}
.w3-bar {
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    border-radius: 130px;
    overflow: hidden;
    padding: 0;
	border: 1px solid #d7d7d7;
}
.w3-bar button {
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    color: #3a3a3a;
    padding: 0 40px;
    column-gap: 10px;
    width: 170px;
    border: none;
    cursor: pointer;
}

.w3-active {
    background: #b7b7b7;
    color: #fff !important;
}
/*=====================start-Faq===================*/
#accordion{height:auto!important;margin:0 auto 0 auto;display:block;width:100%;}
.ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	zoom: 1; 
	background:#eff3ed url(../images/uparrow.png) 98% 18px no-repeat;	
	text-align:left; 
    padding:10px 20px 10px 10px;
	margin:13px 0 0 0;	
	outline:none;
	position:relative;	
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#1d1d1d;
	text-align:left;
}
.ui-accordion .ui-accordion-header.active{
	background:#eff3ed url(../images/downarrow.png) 98% 22px no-repeat;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.ui-accordion .ui-accordion-content { 
	padding:0; 
	border-top: 0; 
	overflow: auto; 
	zoom: 1; 
	border:none;
	padding:0 0 10px 0;
	background:#fff;	
}
.accord-txt{
	box-sizing: border-box;
    float: left;
	text-align:left;
    padding: 10px 10px 10px 0;
    width: 100%;
}



/*=====================start-shop===================*/
.shop-mid{
	padding:50px 0;
	display:table;
	width:100%;
}
ul.shop-list{
	margin: 50px 0 0 0;
    float: left;
    width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap:20px;
    column-gap: 10px;
}
ul.shop-list2 {
    justify-content: flex-start;
}
ul.shop-list3 {
    justify-content: flex-end;
}
ul.shop-list li {
    float: left;
    width: 24%;
    text-align: center;
}

.list-cat {
    background: #8a3314;
    color: #fff;
    padding: 110px 10px;
    font-size: 18px;
    line-height: 28px;
	position: relative;
    z-index: 1;
}

.list-cat div span {
    font-family: 'Cormorant';
    font-size: 40px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.list-cat div  p {
    margin-bottom: 10px;
}
.list-cat .cart-btn2 {
    color: #fff;
    border: 1px solid #fff;
}

.ship-p1 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 10px 0 0px;
    text-transform: capitalize;
    font-family: 'Cormorant';
}
ul.shop-list li img {
	    display: block;
    margin: 0px auto;
    padding: 15px 0px;
    background: #fff;
}
ul.shop-list li.list-cat img {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    padding: 0;
    height: 100%;
    opacity: 0.2;
}
.shop-mg {
	    background: #f6f6f6;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    color: #b7b7b7;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    width: 100%;
}

.shop-price{
        font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin: 15px auto 10px auto;
    float: left;
    width: 100%;
}
.sec3 .bnrbtn {
    background: #ffecd8;
    color: #000;
    max-width: 100%;
    width: 220px;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    position: absolute;
    top: -26px;
    right: 0;
	}
.sec3 .bnrbtn:hover{
	color:#fff;
	}
ul.shop-list .cart-btn2 {
    /*margin-top: 12px;
	color:#fff;*/
}
.mg-red{ background:#de1821;}
.mg-orng{ background:#e68f22;}

/***********************************/
/*===========shop-oil-sec1==============*/
.oil-sec1{
	padding: 60px 0;
    width: 100%;
    float: left;
	background: #fff;
}
.oil-s1-lft{
	    float: left;
    width: 48%;
    padding: 30px 0;
    background: #fff7f4;
    text-align: center;
}
.view-ing {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin: 15px 0 0 0;
    color: #000000;
    background: #ffffff;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #d2d2d2;
    align-items: center;
    border-top: 1px solid #d2d2d2;
    padding: 5px;
}
.ing-icon {
    max-width: 20px;
}
.oil-pro{
	display:block;
	margin:0 auto;
	padding:15px 0 0 0;
}
.oil-s1-rgt{
	    float: right;
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.oil-s1-rgt-hd{
	float: left;
	width:100%;
}
.oil-s1-rgt-hd-p1{
	    font-size: 36px;
    line-height: 44px;
    text-align: left;
    font-weight: 400;
    color: #474747;
    text-transform: capitalize;
}
.oil-s1-rgt-hd-p1 span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.oil-s1-rgt-hd-p2{
	    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #262523;
    margin: 6px 0 0 0;
    font-weight: 700;
    font-family: 'Cormorant';
	width: 100%;
	float: left;
}
.oil-s1-rgt-hd-p2 img{    margin: 0 9px 0 0; max-width: 80px; filter: grayscale(1);}
.oil-s1-rgt-p1{
	font-size: 17px;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}
ul.oil-s1-rgt-list{
	margin: 20px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.oil-s1-rgt-list li{
	float: left;
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    padding: 0 0 0 60px;
    background: url(../images/faq-line.png) 80% 0px no-repeat;
    position: relative;
    width: 33%;
}
ul.oil-s1-rgt-list li span{
	font-weight:600;
	color:#434343;
	display: block;
}
ul.oil-s1-rgt-list li img{
	position:absolute;
	top:0;
	left:0;
}
ul.oil-s1-rgt-list li:nth-child(2){

}
ul.oil-s1-rgt-list li:last-child{
background:none;
}
.oil-s1-rgt-box1{
	width: 100%;
	float: left;
	margin: 0px 0px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	row-gap: 20px;
}
.oil-s1-rgt-box1 .cart-btn2{ width:300px; height: 50px; font-size: 20px; line-height: 50px;}
.prd_quantity {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
	row-gap: 20px;
	column-gap: 20px;
}
.prd_quantity span {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.oil-s1-rgt-box2{
	margin:38px 15px 0 0;
	border:2px solid #549c36;
	height:245px;
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
.oil-s1-rgt-box2-hd1{
	background:#549c36;
	font-size:21px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-weight:700;
	border-radius:3px 3px 0 0;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.size-guide-box {
	position: absolute;
	top: 7px;
	left: 160px;
	font-size: 18px;
}
.size-guide-box a {
    color: #ff0000;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.select-size .inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
	    flex-wrap: wrap;
}
.select-size .inner a {
    float: left;
    border: 1px solid #ccc;
    width: 90px;
    height: 38px;
    text-align: center;
    padding: 4px 0;
    color: #000;
    font-weight: 400;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner .active {background: #2ec963; color: #fff;}
.select-size .inner a span { font-size: 16px; line-height: 27px; margin:0;}
.select-size .inner .active span{}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .catagory-select{
	float: left;
	width: 100%;
}
.oil-s1-rgt-box-hd2 {
    text-align: left;
    margin: 10px 0;
}
.oil-s1-rgt-box2-hd2{border-radius:0 0 0 0;line-height:32px;}
.oil-s1-rgt-box-prc{
	font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
	width: 100%
}
.oil-s1-rgt-box-prc sup{
	font-weight:300;
	font-size:19px;
}
.oil-s1-rgt-box-prc span {
	font-size: 20px;
    line-height: 30px;
	font-weight: 400;
}
.prc1-3{/*margin:7px auto 0 auto;*/}
.oil-s1-rgt-box-prc-save{
	font-size:18px;
	line-height:26px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:7px auto 0 auto;
}
.oil-s1-rgt-box-prc-ship{
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:8px auto 0 auto;
}
.gray-bar{
	padding:46px 0;
	background:#f7f7f7;
}
.graybar-hding{padding:0;}
.prd-faq-box {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
ul.why-chose {
    float: left;
    width: 100%;
}
ul.why-chose li{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    background: url(../images/tick.png) no-repeat left top 10px;
    padding-left: 30px;
	font-weight:400;
	}
ul.why-chose li span{
	font-size:18px;
	display:block;
	font-weight:500;
	}
ul.prddtls1-rgtlist {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
	margin-top: 10px;
}
ul.prddtls1-rgtlist li {
	padding: 0px 0 5px 25px;
    font-size: 17px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    background: url(../images/tick.webp) left top 7px no-repeat;
    background-size: 12px;
    border-bottom: 1px solid #e1e1e1;
}
ul.prddtls1-rgtlist li span {
    width: 38%;
    display: inline-block;
	font-weight:400;
}
ul.prddtls1-rgtlist li span span {
    float: right;
    width: auto;
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 5px;
    left: 0;
    padding: 5px;
    box-shadow: 0 0 5px #141b4d;
}
ul.prddtls1-rgtlist li:last-child{border: none;}
/*SIZE SLIDE*/
.sizeChartWeb-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
	display:none;
}
.sizeChartWeb-content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px 20px 0 20px;
	scroll-behavior: smooth;
	box-shadow: 0 0 5px #d5d6d9;
	height: 100%;
	max-width: 800px;
	position: absolute;
	right: 0;
}
.sizeChartWeb-close {
    position: fixed;
    border-radius: 4px;
    top: 3px;
    right: 755px;
    padding: 8px 8px 6px;
	cursor: pointer;
}
.sizeChartWeb-button {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: #282c3f;
    font-size: 15px;
    font-weight: 700;
}
.sizeChartWeb-content h2{font-size:22px;}
.sizeChartWeb-content h3{font-size:18px; margin-top:30px;}
.sizeChartWeb-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#191919;
	margin-top:20px;
	text-align:center;
	}
.sizeChartWeb-content table th {background: #F9F9F9; font-weight:bold;}
.sizeChartWeb-content .horizontalrow {background-color: #f2f2f2; font-weight:bold;}
.sizeChartWeb-content table th,.sizeChartWeb-content table td {padding: 4px;border-right: 1px solid #DCDCDC}
.sizeChartWeb-content table th:first-child,.sizeChartWeb-content table td:first-child {border-left: 1px solid #dcdcdc}
.sizeChartWeb-content table tr {border-bottom: 1px solid #DCDCDC}
.sizeChartWeb-content table tr:first-child {border-top: 1px solid #DCDCDC}



.prd-det-sec {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

/************************************/
.oil-sec2{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff7f4;
	text-align: center;
}
.oil-s2-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: 110px;
    column-gap: 90px;
    margin: 50px 0;
}
.oil-s2-img {
	position: absolute;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	top: 200px;
	max-width: 400px;
}

.oil-s2-lst li {
        float: left;
    width: 34%;
    text-align: left;
    font-size: 17px;
    line-height: 26px;
    position: relative;
}

.oil-s2-lst li span {
    display: block;
    font-family: 'Cormorant';
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
	text-transform: capitalize;
}

.oil-s2-lst li:nth-child(even) {
    text-align: right;
}
.oil-s2-lst li:nth-child(even)::before {
    right: 0;
    left: 30px;
}

.oil-s2-lst li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 30px;
    border-bottom: 1px solid #c8c8c8;
}

.oil-s2-lst li:after {
	content: "";
    position: absolute;
    right: 20px;
    bottom: -35px;
    height: 10px;
    width: 10px;
    background: #484848;
    border-radius: 30px;
}

.oil-s2-lst li:nth-child(even):after {
    right: auto;
    left: 20px;
}
/************************************/
.oil-sec3{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.oil-s3-inner {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.oil-s3-progresss {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    column-gap: 40px;
    position: relative;
}

.oil-s3-progresss p, ul.oil-s3-lst li p {
        display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: linear-gradient(to right, #e57a54, #f59674);
    color: #fff;
    position: relative;
}
ul.oil-s3-lst li p{display:none;}
.oil-s3-progresss p:after {
	    content: "";
    position: absolute;
    background: url(../images/oil-s3-arrow.webp) #fff no-repeat center top;
    top: 15px;
    right: -200px;
    background-size: 10px;
    height: 58px;
    width: 30px;
}
.oil-s3-progresss p:last-child:after {
	background: none;
}

ul.oil-s3-lst {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
}

.oil-s3-progresss:before {
    content: "";
    position: absolute;
    left: 220px;
    right: 220px;
    top: 24px;
    border-top: 2px dotted #e57a54;
}

ul.oil-s3-lst li {
        float: left;
    width: 32%;
    font-size: 17px;
    line-height: 26px;
    padding: 20px 10px;
    border-image: linear-gradient(to right, #e67c56 0%, #f49472 100%) 1;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
}

ul.oil-s3-lst li span {
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Cormorant';
    margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
}

ul.oil-s3-lst li img {
    display: block;
    margin: 0 auto 15px;
	border-radius: 10px;
	display:none;
}

.bnrStrip {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 10px 15px;
	position: relative;
	background: #fffae2;
	border-radius: 0;
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 2px dashed #2ec963;
	}
.bnrStrip-col-1{
	width: 70px;
	}
.free-col-inr{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:64px;
	height:64px;
	text-align:center;
	padding:14px 0 0;
	}
.free-col-inr p{
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	font-weight: 900;
	position:relative;
	z-index:1;
	color:#fff;
	}
.free-seal{
	position:absolute;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
	}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.bnr-strip-prod{
	display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
	width: 20px;
	}
.bnrStrip-col-2 {
    width: 100%;
    text-align: left;
    padding-left: 8px;
	}
.strip-txt1{
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	font-weight: 400;
	}
.strip-txt2{
	font-size:17px;
	line-height:24px;
	color:#000000;
	margin-top:5px;
	}
.strip-txt2 span{
	color:#ff0000;
	}
.green-dot{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 2px 0 0;
	animation:fade 1s ease-in-out infinite
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }
.warning{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 3px 0;
	}

/***************************************/
.cart-inr {
	float: left;
	width: 100%;
	margin: 20px 0 70px;
}
.cart-lft {
	width: 60%;
	float: left;
}
.cart-row {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
.cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5 {
	float: left;
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.cart-col1 {
	width: 10%;
	padding-top: 45px;
}
.cart-remv {
	cursor: pointer;
}
.cart-col2 {
	width: 35%;
	padding-left: 65px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #7f7f7f;
	text-align: left;
}
.cart-col2 span {
	font-weight: 700;
	color: #2d2d2d;
}
.cart-col3 {
	width: 15%;
}
.cart-col4 {
	width: 25%;
	padding-top: 40px;
}
.cart-col4 .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
.cart-col4 .input-group-prepend, .cart-col4 .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.cart-col5 {
	width: 15%;
}
.cart-col3, .cart-col5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #005a39;
	padding-top: 45px;
}
.cart-prd {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.cart-rgt {
	width: 34%;
	float: right;
}
.cart-prc-det {
	padding: 5px 30px 20px;
	float: left;
	width: 100%;
	background: #f4f4f4;
}
table.prc-list {
	float: left;
	width: 100%;
}
table.prc-list tr td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
	padding: 25px 0;
	vertical-align: top;
}
table.prc-list tr td:first-child {
	text-align: left;
}
table.prc-list tr td:last-child {
	text-align: right;
}
table.prc-list tr:last-child td {
	border-bottom: none;
}
table.prc-list tr:first-child td:first-child {
	font-weight: 700;
}
table.prc-list tr:last-child td:last-child {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
table.prc-list tr td small {
	color: #878787;
	font-size: 14px;
	line-height: 18px;
}
.cart-det-btn {
	width: 310px;
}
.inp-coup {
	float: left;
	width: 60%;
	border: 2px dashed #dbdbdb;
	background: #fafafa;
	text-align: left;
	padding: 15px;
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}
.inp-coup input[type='text'] {
	border: none;
	outline: none;
	background: none;
}
.inp-coup input[type='text']:placeholder {
 font-size:16px;
 line-height:20px;
 font-family: inherit;
}
.inp-coup .coup-img {
	position: absolute;
	left: 15px;
	top: 18px;
}
.frw-img {
	position: absolute;
	right: 15px;
	top: 18px;
	outline: none;
}
.update {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	float: right;
	margin-top: 55px;
}
.conti-btn {
	background: #dedede;
	width: 310px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	margin-top: 35px;
}
.chk-inr {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.chk-inr-lft {
	width: 57%;
	float: left;
}
.frm-box {
	float: left;
	width: 100%;
	background: #f4f8f7;
	border: 1px solid #e6ebf4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.frm-hdg {
	float: left;
	width: 100%;
	background: #005a39;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 5px;
	padding-left: 70px;
}
.frm-hdg span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.frm-hdg img {
	position: absolute;
	left: 15px;
	top: 5px;
}
.frm-box-inr {
	float: left;
	width: 100%;
	padding: 20px;
}
.frm-field {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.frm-field label {
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	width: 110px;
	text-align: right;
	float: left;
	margin-top: 8px;
	font-weight: 400;
}
.frm-field input[type="text"], .frm-field select {
	border: 1px solid #bbbabb;
	padding: 12px 10px;
	width: calc(100% - 125px);
	float: right;
	border-radius: 2px;
	background: #fff;
	font-family: inherit;
	font-size: 16px;
	color: #2d2d2d;
}
.frm-field select {
	background: url(../images/sel-img.jpg) 100% center no-repeat #fff;
	-webkit-appearance: none;
}
.pay-bx .frm-box-inr {
	padding: 30px 50px;
	text-align: left;
}
.billing {
	float: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 20px;
}
.frm-checkbox {
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
}
.frm-checkbox + span {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 3px;
}
.frm-checkbox:checked + span {
	background: url(../images/frm-tike.png) center center no-repeat #fff;
	background-size: 80%;
}
.we-acp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.we-acp img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.half {
	width: 48% !important;
}
.full {
	width: 100% !important;
}
.wht-ths {
	float: left;
	margin: 10px 0 0 20px;
	color: #19abe6;
	font-style: italic;
	text-decoration: underline;
}
.default-hide {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.frm-billing {
	float: left;
	width: 100%;
	cursor: pointer;
}
.chk-btn, .mny-back-100, .secur-logo {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.chk-btn {
	margin: 40px auto 10px;
}
.secur-logo {
	margin: 25px auto;
}
.chk-inr-rgt {
	width: 40%;
	float: right;
	text-align: left;
}
.chk-prc-bx {
	float: left;
	width: 100%;
	border: 1px solid #e6ebf4;
	text-align: left;
	margin: 20px 0;
}
.chk-prc-bx-hdg {
	color: #005a39;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	background: #f4f8f7;
	border-bottom: 1px solid #e3e3e8;
	padding: 10px 20px;
}
table.chk-prd-det {
	padding: 10px 20px;
	width: 100%;
	float: left;
}
table.chk-prd-det tr td:first-child {
	width: 40%;
	text-align: left;
}
table.chk-prd-det tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.chk-prd-det tr td:last-child {
	width: 40%;
	text-align: right;
}
table.chk-prd-det tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.chk-prd-det tr:last-child td {
	border-bottom: none;
}
table.chk-prd-det .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
table.chk-prd-det .input-group-prepend, table.chk-prd-det .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.chk-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 20px;
}
.chk-inr-rgt .comn-hdg {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
	padding-bottom: 35px;
}
ul.chk-list {
	display: inline-block;
	width: 100%;
	text-align: center;
}
ul.chk-list li {
	width: 32.3%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
	border-right: 2px dotted #e3e5e5;
	font-size: 18px;
	font-weight: 500;
}
ul.chk-list li:nth-child(3), ul.chk-list li:last-child {
	border-right: none;
}
ul.chk-list li img {
	display: block;
	margin: 10px auto;
}
.chk-mny-bck {
	border: 1px solid #d0cfcb;
	border-radius: 5px;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 170px;
	position: relative;
	margin: 12px 0;
}
.chk-mny-bck h3 {
	color: #005a39;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	padding: 10px 10px 0 0;
}
.chk-mny-bck p {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 15px 0;
}
.chk-mny-bck-lft {
	width: 150px;
	background: #1c6c4f;
	padding: 15px;
	position: absolute;
	left: 0;
	height: 100%;
}
.chk-mny-bck-img {
	width: 125px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.chk-mny-bck-lft:after {
	content: '';
	background: url(../images/chk-mny-rgt-img.jpg) right center no-repeat;
	width: 11px;
	height: 61px;
	right: -11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.chk-tsti {
	width: 100%;
	margin: 0 auto;
}
.chk-tsti-bx {
	float: left;
	width: 100%;
	text-align: center;
}
.chk-tsti-bx img {
	margin-bottom: 10px;
}
.chk-tsti-bx small {
	width: 86px;
	height: 86px;
	background: #eee;
	border-radius: 50%;
	color: #8c8c8c;
	font-size: 30px;
	line-height: 86px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	display: block;
}
.chk-tx1 {
	font-size: 20px;
	line-height: 26px;
	color: #005a39;
	font-weight: 500;
	margin-bottom: 10px;
}
.chk-tx2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.chk-tx3 {
	font-size: 16px;
	line-height: 20px;
	color: #616161;
}
.chk-tx3 span {
	font-size: 18px;
	line-height: 24px;
	color: #005a39;
	font-weight: 500;
}
.resour-pg {
	margin: 30px 0 45px;
}
.resour-inr {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.resour-inr .comn-hdg {
	color: #2b2b2b;
}
.resour-inr-lft {
	width: 74%;
	float: left;
	text-align: left;
}
.res-hdg {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 15px;
}
.resour-img-bx {
	max-width: 100%;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin-bottom: 15px;
}
.resou-bx-cont {
	background: #f4f8f7;
	padding: 20px;
	border-left: 5px solid #6baf24;
}
.resour-inr-rgt {
	width: 23%;
	float: right;
	border-top: 5px solid #005a39;
	border-bottom: 2px solid #005a39;
	text-align: left;
	margin: 60px 0 20px;
}
.rec-post {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #005a39;
	margin: 15px 0;
}
.rec-post-bx {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #dcdbdb;
}
.rec-post-bx p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.rec-post-bx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 83px;
}
.faq-sec {
	width: 100%;
	float: left;
}

/**********************************/
.contact-inr {
	    padding: 30px 0 50px;
    text-align: center;
    float: left;
    width: 100%;
}
ul.contact-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    margin-top: 20px;
    column-gap: 20px;
    background: #ebebeb;
    padding: 20px;
}
ul.contact-list li {
    width: 32%;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    padding: 18px;

}
ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.contact-list li img {
    display: inline-block;
    filter: grayscale(1);
    margin-bottom: 5px;
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.thank-pg {
    padding: 40px 0;
    text-align: center;
}
.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}
.baktohme {
	font-size: 16px;
	color: #6baf24;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}


/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2{
	height: 52px;
    width: 208px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 30px 0 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-image: linear-gradient(to right, #8aa9f5 , #9d9ae7 , #bc7fd1 , #c577ca);
    padding-left: 0px;
    position: relative;
	border-radius:50px;
}
.bnrbtn span{
	display:none;
	margin:0 0 0 12px;}
.bnrbtn i, .cart-btn2 i, .s2btn i{
	    font-weight: 400;
    font-size: 20px;
    float: right;
    position: relative;
    z-index: 999;
    color: #fff;
    
    padding: 20px 30px;
	display:none;
	}
.bnrbtn:hover{ background-image: linear-gradient(to right, #8aa9f5 , #9d9ae7 , #bc7fd1 , #c577ca);}

.s2btn{   
	margin: 18px 0 0 0;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    width: 210px;
}
.s2btn i{padding: 15px 30px;}
.s3btn, .s5btn{
	border: 2px solid #589037;
    color: #589037;
    margin: 10px 0 0 0;
    width: 100%;
    height: 54px;
    line-height: 50px;
    font-size: 16px;
    max-width: 230px;
}
.view-all-cat-btn {
    border: 1px solid #ccc;
    color: #333;
}
/*.s3btn{display:none;}
ul.s3list li:hover .s3btn{display:block;}*/
.s4btn{	
	margin: 30px 0 0 0;
	border: 2px solid #589037;
	color: #589037;
}
.s5btn{	
	width:228px;
	height:64px;
	line-height:60px;
	margin:50px auto 0 auto;
	font-size:20px;
}
.cart-btn{
	border: none;
    height: 42px;
    background: #b7b7b7;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 42px;
    margin: 20px 0 0;
    border-radius: 30px;
}
.cart-btn2, .s2btn{
	width: 260px;
    height: 56px;
    font-size: 22px;
    line-height: 56px;
    background: none;
    margin: 0 0 0;
    border-radius: 0;
    color: #000;
    font-family: 'Cormorant';
    text-transform: uppercase;
    border: 1px solid #000;
}
.cart-btn2:after, .s2btn:after{width: 68px;}
.cart-btn2 i, .s2btn i{padding: 14px 20px;}
.cart-btn2:hover{
	
}

@media only screen and (max-width:1185px) {
.s2btn{width: 178px; padding-left: 10px;}
.bnrbtn:after, .cart-btn2:after, .s2btn:after{ width: 74px;}

}
@media only screen and (max-width:767px){
ul.shop-list .cart-btn2{ width:100%; }
}

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #1d2a23;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 24px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #1d2a23;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    list-style: disc;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-box {
    float: left;
    width: 500px;
    max-width: 100%;
}
.ing-box img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: 500;
}
.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: 500;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 1185px){
	.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{}
	.cart-btn{
	margin: 10px 0 0 0;
	}
}
@media only screen and (max-width: 1023px){	
.bnrbtn{margin: 25px 0 0 0;}
ul.contact-list li{width: 48%;}
}
@media only screen and (max-width: 767px){
.s2btn, .s4btn, .s5btn{margin:26px auto 0 auto;}
ul.contact-list li {width: 100%; font-size:16px;}
ul.contact-list li h3{font-size: 18px;}
}
@media only screen and (max-width: 479px){
.cart-btn2 {}

}
@media only screen and (max-width: 359px){
.bnrbtn, .s2btn{height:54px;line-height:50px;}
.cart-btn2 {font-size: 14px;margin:6px auto 0 auto;}
}
/*---------------------------*/
.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .tab-video {display:none;}
.hide-400, .hide-479{display:inline-block;}
@media only screen and (max-width: 1185px){
.show-desk{display:block;}
.show-hide{display:none;}
}
@media only screen and (max-width: 1023px){
.show-tab{display:block;}
.hide-tab{display:none;}
.tab-video{display:block;}
}

@media only screen and (max-width: 767px){
.hide-767, .show-desk{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 570px){
.hide-570{display:none;}
}
@media only screen and (max-width: 479px){

.hide-479, .tab-video{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}


.white{color:#fff;}
@media only screen and (max-width: 1185px){
	.banner{height: 650px;}
	.banner_cont{width: 63%;padding: 100px 0 0 0;}
	.banner-prod{ left: -60px;}
	.banner_heading{}
	.banner_heading span{font-size: 80px;line-height: 80px;}
	
	/*------------section1-------------*/
	.section1{ padding:50px 0;}
	.common-head{}
	.common-head span{font-size: 50px;line-height: 56px;}
	.common-para{ font-size:16px; line-height:26px;}
	.s1-list li p{font-size: 26px;}
	.s1-list-btm li{padding-left: 50px; width: 24.5%; font-size: 15px;}
	.s1-list-btm li img{width: 50px;}
	.s1-list-btm li span{font-size: 23px;line-height: 32px;}
	
	
	.section2{padding:50px 0;}
	
	.section3{padding:50px 0;}
	.s3-bx{min-height:300px; height: 100%; padding: 20px 280px 20px 26px;}
	.s3-bx:nth-child(2){padding: 30px 20px 20px 120px;}
	.s3-bx:nth-child(2) .s3-stps {width: 100%; bottom: 0;}
	.s3-bx:nth-child(2) img {width: 100%;height: 100%;object-fit: cover;}
	
	.s3-list{margin-top: 40px;}
	.s3-list li{width: 32.5%; font-size: 17px;}
	.s3-list li span{font-size: 23px; line-height: 27px}
	
	
	.oil-s1-lft{width: 43%;padding: 70px 0;}
	.oil-s1-rgt{width: 53%;}
	
	.oil-sec2{padding: 50px 0;}
	.oil-s2-lst li{width: 36%}
	.oil-s2-lst li span{font-size: 28px;line-height: 38px;}
	
	.oil-sec3{padding: 50px 0;}
	.oil-s3-inner{margin-top: 40px;}
	.oil-s3-progresss:before{left: 160px;right: 160px;}
	.oil-s3-progresss p:after{right: -160px;}
	ul.oil-s3-lst li{}
	ul.oil-s3-lst li span{font-size: 28px;line-height: 30px;}
	
	.oil-sec4{padding: 50px 0;}

}
@media only screen and (max-width: 1023px){
	.banner{ height: auto;}
	.banner_cont{width: 70%;padding: 50px 0 20px;}
	
	.banner_heading{}
	.banner_heading span{font-size: 70px;line-height: 70px;}
	
	.common-head span{font-size: 40px;line-height: 46px;}
	.s1-list li p {margin-top: 130px;}
	.s1-list li span{margin-right: 0;font-size: 12px;padding: 5px 5px;}
	.s1-list-btm li{width:49%;padding-left: 55px;}
	.s1-list-btm li:nth-child(2):after {border: none;}
	
	.s2-top{padding:40px 0 60px;}
	.sec2_tab_content-box{margin-top:0px;}
	.sec2_tab_img{margin-right:0px;}
	.s2-bottom{padding-bottom:40px;}
	.sec2_tab-col img{ display:block; margin:0 auto 5px;}
	.prodbox-row{ width: 32%;}
	.prc-off-sec ul li .btl-img1{ max-width: 60px; margin-top: -12px;}
	.prc-off-sec ul li span {font-size: 12px; line-height: 22px;}
	.prc-off-sec ul li{height: 62px;}
	img.off-icon { max-width: 30px;}
	.off-txt {font-size: 20px;}
	.prodbox-row {width: 100%;}
	
	.sec3{padding:40px 0 45px;}
	.s3-inr{margin-top:0px;}
	.s3-bx{padding: 15px 170px 15px 15px;min-height: 240px;}
	.s3-bx h3 {font-size: 20px; line-height: 26px;}
	.s3-bx h3 span{font-size: 43px;line-height: 43px;}
	.s3-bx:last-child{padding: 30px 290px 20px 20px;}

	.s3-stps{}
	.s3-stp-tx{font-size:19px; line-height:21px;}
	.stp-count{font-size:27px; line-height:29px;}
	.s3-bx:first-child .s3-stps img{width: 240px;position: relative;right: -60px;}
	.s3-stps img{}
	
	ul.shop-list {margin: 25px 0 0 0; justify-content: space-around; row-gap: 10px;}
	ul.shop-list li {width:49%;}	
	.ship-p1 {font-size: 22px;line-height: 26px;}
	.shop-price {font-size: 18px;line-height: 26px;}	
	ul.shop-list li {}
	ul.shop-list li img{width: 310px;}
	
	ul.slbar-list li {padding: 0px 0 0 48px;font-size: 18px;line-height: 26px;text-align: left;}
	ul.graybar-list li {padding: 0 6px 0 4px;}
	/*------------start footer--------------*/
	footer{padding:20px 0;}
	
	
	
	/**************************************/
	ul.oil-s1-rgt-list {}	
	ul.oil-s1-rgt-list li { font-size: 16px; padding-left:50px; background:none;}
	ul.oil-s1-rgt-list li:nth-child(2) {}
	ul.oil-s1-rgt-list li:last-child {}
	.oil-s1-rgt-box1{ margin: 30px 0px 0 0;align-items: center;}
	.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{width:auto; }
	.prd_quantity span {margin-right: 10px;}
	.oil-s1-rgt-box-prc {font-size: 26px;line-height: 38px;}
	.oil-s1-rgt-box-prc span {
	}
	.oil-s1-rgt-box1{column-gap: 5px; row-gap: 10px;text-align: center;}
	.oil-s1-rgt-box-prc-save {margin: 3px auto 0 auto;}
	.catagory-select{width: 50%; text-align: left;}
	
	
	.oil-sec2{padding: 40px 0;}
	.oil-s2-img{margin: 40px auto 10px;}
	.oil-s2-lst{column-gap: 0; row-gap: 50px;margin-bottom: 40px;}
	.oil-s2-lst li:before{bottom: -20px;}
	.oil-s2-lst li:after{bottom: -25px;}
	.oil-s2-lst li{width: 49%; font-size: 17px;}
	.oil-s2-lst li span{font-size: 28px;line-height: 38px; margin-bottom: 5px;}
	
	.oil-sec3{padding: 40px 0;}
	.oil-s3-inner{margin-top: 30px;}
	.oil-s3-progresss:before{left: 120px;right: 120px;}
	.oil-s3-progresss p:after {right: -120px;}
	ul.oil-s3-lst li{font-size: 17px;line-height: 26px;}
	.oil-s3-progresss p, ul.oil-s3-lst li p{font-size: 18px;line-height: 40px;height: 40px;width: 40px;}
	ul.oil-s3-lst li span{font-size: 28px;line-height: 30px;}
	
	.oil-sec4{padding: 40px 0;}


}
@media only screen and (max-width: 767px){
	.banner{background-size: cover; padding: 10px 0 25px; background-position: left top; overflow: hidden;}
	img.bnr-mob {float: right;width: 240px;margin: -208px -80px -20px 0px;}
	.banner_cont{  width: 100%; padding: 20px 0 0px;}
	.banner_trusted_text img{ width: 70px; margin: -2px 7px 0 0;}
	.banner_trusted_text{ font-size: 14px; line-height: 16px;}
	.banner_heading{font-size: 20px;line-height: 28px;width: 70%;}
	.banner_heading span{font-size: 40px;line-height: 43px;}

	.banner-prod-mob{ position:static; margin:25px auto 0; widows:378px;}


	.btn_box{ max-width: 327px;}
	.common_btn{ height: 55px; line-height: 54px; font-size: 18px;}
	.common_btn img{ width: 16px; margin: -2px 0 0 12px;}
	.btn_width{ margin-top: 25px; text-align:center;}

	.bnr_rev_box--for_mob{ display:inline-block; vertical-align:top; width:100%; max-width:400px; border:1px solid #bdbdbd; border-radius:10px; margin-top:30px; padding:20px 15px 22px;}
	.bnr_rev_img_box{ float:left; width:52px;}
	.bnr_rev_img_box img{ display:block; margin:0 auto; width:52px; border-radius:50%;}
	.bnr_rev_cont{ float:right; width:calc(100% - 52px); padding-left:12px; text-align:left;}
	.bnr_rev_text{ font-size:14px; line-height:20px; color: #252525; letter-spacing:0.5px;}
	.bnr-rev-star{ display:inline-block; vertical-align:top; width:66px; margin-top:15px;}
	.bnr_rev_vrfy_text{ font-size:14px; line-height:16px; color:#000; font-weight:bold; letter-spacing:0.3px; margin-top:10px;}
	.bnr_rev_vrfy_text span{ font-size:12px; color:#12b543; font-weight:400;}
	.bnr_rev_vrfy_text span img{ display:inline-block; vertical-align:middle; margin:-2px 5px 0; width:10px;}
	
	
	/*------------section1-------------*/
	.section1{ padding:30px 0;}
	.common-para{font-size: 16px; line-height: 25px; margin-top: 5px;}
	.top-0{ margin-top:0px;}
	.s1-list{margin-top: 20px;}
	.s1-list li{font-size: 16px;line-height: 25px;padding: 10px 5px;width: 49%; overflow: hidden;}
	.s1-list li span{margin: 0 5px 0 0;font-size: 12px;line-height: 20px;}
	.s1-list li p{font-size: 26px;line-height: 30px;margin-top: 70px;}
	.btnBlk{ margin-top:30px;}
	.common-head {font-size: 18px;line-height: 26px;}
	.common-head span{font-size: 30px;line-height: 34px;margin-top: 5px;}
	
	.s1-list-btm{margin-top: 20px;}
	.s1-list-btm li{width: 49%;padding: 0;text-align: center;font-size: 14px;line-height: 22px;}
	.s1-list-btm li:after{right: -5px;}
	
	.s1-list-btm li span{font-size: 22px;line-height: 29px;}
	.s1-list-btm li img{position: static;display: block;margin: 0 auto 5px;width: 45px;}
	
	
	.section2{padding: 30px 0;}
	.s2-top{padding:25px 0 20px;}
	.sec2_row{margin-top:0px;}
	.sec2_tab-row{padding:5px; justify-conent:space-between; -webkit-justify-content:space-between;}
	.sec2_tab-col{display:flex; -webkit-display:flex; align-items:center; -webkit-align-items:center; padding:4px 7px 2px; font-size:9px; line-height:9px; width:auto;}
	.sec2_tab-col img{width:13px; margin: -2px 5px 0 0;}
	.sec2_tab-col p{width:calc(100% - 18px);}
	.s2-bottom{padding-bottom:35px;}
	.sec2_tab_content{width:100%;}
	.sec2_tab_content_hd{font-size:20px; line-height:26px;}
	.tab-icn_bg{width:30px; height:30px;}
	.sec2_tab_img{max-width:250px; width:100%; margin:25px auto -30px;}
	.sec2_tab_content .comn-btn{margin-top:30px;}

	/* ----------- */
	.mob-div{padding:5px 10px;	border:1px solid #e8f5ff; float:left; width:100%; background:#fff;	margin:5px 0;}
	.sec2_tab_content-box{margin-top:10px;	padding-top:15px; border-top:1px solid #e8f5ff;}
	.accdn-hd{float:left; width:100%; font-size:18px; float:left; border-radius:5px; background:#fff; text-align:left; position: relative;}
	.accdn-hd p{display: inline-block;  vertical-align: middle;}
	.accdn-hd img{width:25px; margin-right:5px;	float:left; margin-top: 4px;}
	.accdn-hd span{float:right; display:block;}
	
	
	.section3{padding:30px 0 30px;}
	.s3-inr {row-gap: 20px;}
	.s3-bx{width:100%; height: auto; flex: 1 1 320px;}
	.s3-bx:first-child{padding: 15px 180px 15px 15px;min-height: 140px;}
	.s3-bx:nth-child(2){padding: 15px 15px 15px 80px; min-height: 160px;}
	.s3-bx:first-child .s3-stps img {width: 190px;}
	.s3-bx:last-child{min-height: auto;padding: 15px 30px 15px 15px;}
	.s3-bx h3{font-size:18px; line-height:24px;}
	.s3-bx h3 span{font-size: 32px;line-height: 36px;}
	.s3-bx-tx1{padding: 5px 10px 5px 32px;}
	.s3-bx:last-child .s3-stps {top: 0px;right: -160px;}
	.s3-bx:last-child .s3-stps img {min-width: 620px;}
	
	.s3-list{margin-top: 20px;}
	.s3-list li{width: 100%;font-size: 16px;line-height: 25px;}
	.s3-list li span{font-size: 24px;line-height: 28px;}
	.s3-list li img{width: 50px;}
	
	.shop-mid{padding:30px 0; text-align:center;}
	ul.shop-list{margin-top: 20px; row-gap: 20px; column-gap: 10px; justify-content: center;}
	ul.shop-list2 {flex-direction: column-reverse;}
	ul.shop-list li{width:100%;min-height: auto;text-align:center;}
 	ul.shop-list li img {width: 100%;padding: 20px 20px;}
	.ship-p1 {font-size: 24px;line-height: 26px;}
	.list-cat{padding: 60px 20px;}
	ul.shop-list li:nth-child(odd){}
	.sec3 .bnrbtn{ display:none;}
	
	ul.slbar-list li {font-size: 16px;line-height: 22px;width: 50%;}
	.slbartxt {font-size: 18px;line-height: 26px;}
	.graybar{padding:15px 0;}
	ul.graybar-list{padding:10px 0 0 0;}
	/*------------start footer--------------*/
	ul.topftr-list{justify-content: space-between;row-gap: 5px;}
	ul.topftr-list li:after{border:none;}
	ul.topftr-list li {   width: 49%; line-height: 24px; margin-right: 0px;}
	footer{padding:10px 0;}
	.ftrtxt1, .ftrtxt2{float:none;display:block;text-align:center;}
	.ftrtxt2{padding:7px 0 0 0;}
	
	.disclmr{margin-top: 10px; font-size: 15px;}
	.ftr-addres p{ width:100%;}
	
	/**************************************/
	.oil-sec1 { padding: 20px 0 30px;}	
	.view-ing{font-size: 18px;line-height: 28px;}
	.oil-s1-rgt-hd{border-top:none;}
	.oil-s1-lft, .oil-s1-rgt{float:none;margin:20px auto 0 auto;display:inline-block;vertical-align: middle;width:100%;text-align: center;}
	.oil-s1-lft{width:100%;padding:20px 0;}
	.oil-s1-rgt-hd-p1 {font-size: 37px;line-height: 42px;text-align: center;}
	.oil-s1-rgt-hd-p2 , .oil-s1-rgt-p1{}	
	.oil-s1-rgt-p1 {font-size: 15px;line-height: 24px;margin: 10px 0 0 0;}	
	.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {margin:10px 0px 0 0;justify-content: space-around; padding: 0;}
	.oil-s1-rgt-box2{margin:38px 9px 0 0;	}
	.oil-s1-rgt-box3{margin:60px 0 0 0;}
	ul.oil-s1-rgt-list li {padding:0; text-align:center;}
	ul.oil-s1-rgt-list li img{position:relative; display:block; margin:0 auto 5px;}
	ul.oil-s1-rgt-list li:nth-child(2) {}
	ul.oil-s1-rgt-list li:last-child {}
	.prd-faq-box{width: 100%; margin-top: 10px; border: none; padding: 0;}
	.catagory-select {width: 100%;}
	.select-size { width: 100%;}
	.select-size .inner{width: 100%; row-gap: 10px;}
	.select-size h3{font-size: 16px; line-height: 26px;}
	ul.prddtls1-rgtlist{ row-gap:8px;  margin-top: 10px;}
	ul.prddtls1-rgtlist li{padding: 0px 0 5px 20px;font-size: 15px; line-height: 22px; letter-spacing: -0.3px}
	ul.prddtls1-rgtlist li span{ width:38%;}
	ul.prddtls1-rgtlist li img{max-width: 30px;}
	.oil-s1-rgt-box-prc {}
	.prc1-3{}
	.oil-s1-rgt-box-prc span {}
	.oil-s1-rgt-box2-hd1 {font-size: 19px;}
	.oil-s1-rgt-box-hd2, .oil-s1-rgt-box2-hd2 {font-size: 21px; line-height: 32px; margin: 0 0 5px}
	.gray-bar{padding:25px 0;}

	.select-size .inner a{width: 30%;}

	.sizeChartWeb-content table{ font-size:10px;}
	.sizeChartWeb-close{right: 340px;}
	.size-guide-box{ top:2px;}
	
	
	.oil-sec2 {padding: 30px 0; text-align: left;}
	 .oil-s2-img {margin: 10px auto 10px;position: static;transform: translateX(0);display: inline-block;max-width: 100%;    }
	.oil-s2-lst{row-gap: 25px; margin-bottom: 20px; margin-top: 20px;}
	
	.oil-s2-lst li, .oil-s2-lst li:nth-child(even) {width: 100%;font-size: 16px;line-height: 24px; text-align: left;}
	.oil-s2-lst li:before, .oil-s2-lst li:nth-child(even)::before {bottom: -15px; left:0; right: 30px;}
	.oil-s2-lst li:after, .oil-s2-lst li:nth-child(even):after {bottom: -20px; right: 20px; left: auto;}
	.oil-s2-lst li span{font-size: 26px;line-height: 34px;}
	
	.oil-sec3 {padding: 30px 0;}
	.oil-s3-inner{margin-top: 20px;}
	ul.oil-s3-lst{margin-top:0;}
	ul.oil-s3-lst li{width: 100%;font-size: 16px;line-height: 24px; padding: 10px 20px;}
	ul.oil-s3-lst li span{font-size: 26px;line-height: 28px;}
	ul.oil-s3-lst li p{display:inline-block; margin: 0 auto 0px;}
}



@media only screen and (max-width: 479px){


ul.oil-s1-rgt-list li {font-size: 15px;line-height: 18px;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.oil-s1-rgt-hd-p1 {font-size: 28px;line-height: 32px;}
.oil-s1-rgt-box-prc {}
.oil-s1-rgt-box-prc sup {font-size: 16px;}
.oil-s1-rgt-box-prc span {

}
.oil-s1-rgt-box-prc { }
.slide-img {width: 178px;}
}
@media only screen and (max-width: 359px){
.oil-s1-lft{
	width:290px;
}
ul.oil-s1-rgt-list {margin: 20px 0 0 0;}	
ul.oil-s1-rgt-list li img {
    width: 30px;
	height:30px;
    position: inherit;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto 10px auto;
}
ul.oil-s1-rgt-list li{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:center;
	width:33.33%;
	background: url(../images/faq-line.png) right 25px no-repeat;
}
ul.oil-s1-rgt-list li:nth-child(2), ul.oil-s1-rgt-list li:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
}