@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	color: #444444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
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;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

/*-----------------------
BLUE BAR
------------------------*/
.blue-bar{
	float:left;
	width:100%;
	background:#6baf24;
	padding:10px 0 5px;
}
ul.blue-bar-lst{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	padding:0 30px;
}
ul.blue-bar-lst li{
	text-align:left;
	float:left;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.3px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
}
ul.blue-bar-lst li img{
	float:left;
	margin:-1px 8px 0 0;
	width:20px;
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {float:left;width:100%; margin-bottom: 75px}
.header{		
    position: relative;	
	float:left;
	width:100%;
	height: 75px;
    top: 75px;
    margin-top: -75px;
	padding: 15px 0;
}

.fixed-nav .header, .fixed-nav .inheader{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	border-bottom:1px solid #dedede;
	background:#fff;
}
.tophdr{
	background: #eeefed;
    float: left;
    width: 100%;
    padding: 10px 0;
}
ul.tophdr-list1{float:left;}
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%; }
.logo img{ max-width: 240px; float: left; margin-top: -4px;}
ul.nav{float:right;margin:13px 0 0 0;}
ul.nav li{
	float:left;
	display:inline-block;	
	padding:0 0;
	margin:0 30px 0 0;	
	font-weight:400;
	
	font-size:17px;
	line-height:23px;
	text-align:left;
	color:#000;
}
ul.nav li a{color:#000;display:block;}
ul.nav li:hover a{ color:#619845;}
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;
	z-index: 9;
    position: relative;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 2px 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: white;
	background-color: #000;
	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: #6baf24;	
}
#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;}

/*================Start Section 1===================*/
.sec-1{
	float: left;
    width: 100%;
    background: url(../images/sec1.jpg) center top no-repeat;
    height:600px;
    text-align: center;
}
.sec-1 .container{}
.sec1_content{
	float: right;
	width: 50%;
	text-align: left;
	margin-top: 90px;
}
.sec1-hd{
	font-size: 62px;
	line-height: 70px;
	color: #000;
	font-weight: bold;
	float: left;
	width: 100%;
	text-transform: capitalize;
	font-family: "Playfair Display", serif;
}
.sec1-hd span{
	display: block;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 6px;
	font-family: "Montserrat", sans-serif;
	}
.bnr-inr-box{
	display: inline-block;
    width: 96%;
    text-align: center;
    position: relative;
    margin: 25px 0 25px;
	}
.bnr-erw-txt{
	float: left;
    width: 100%;
    color: #f00011;
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
	}
.left-arw-ofr {
   position: absolute;
    left: 86px;
    top: 5px;
    max-width: 36px;
}
.rgt-arw-ofr {
    position: absolute;
    right: 109px;
    top: 5px;
	max-width: 36px;
	}			
.sec1-rat-tx{
	    font-size: 17px;
    line-height: 28px;
    color: #191919;
    width: 100%;
    margin-top: 7px;
    float: left;
}
.sec1-rat-tx span{
	display: block;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
        color: #f00711;

    padding-bottom: 4px;
	}
.ofr-box-txt{
	float: left;
    width: 100%;
    padding: 15px 10px 15px 146px;
    position: relative;
    text-align: left;
    border: 2px dashed #002d79;
    border-radius: 12px;
    margin: 21px 0 0;
	background: #fff;

	}
.bnr-bal-food{
	    position: absolute;
    top: 16px;
    left: 10px;
	}	
.sec1-rat-tx img{
	display:inline-block;
	vertical-align:middle;
	width:125px;
	margin:-5px 10px 0 0;
}
.btn-bx{
	display: inline-block;
	vertical-align: top;
	max-width: 250px;
	width: 100%;
	text-align: center;
	    margin-top: 7px;
	position: relative;
	z-index: 1;
}
.comn-btn{
	float: left;
    width: 100%;
    height: 50px;
    background: #5c9305;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: inherit;
}
.comn-btn img{
	display:none;
	vertical-align:middle;
	width:21px;
	margin:-4px 0 0 8px;
}
.btn-tx{
	display: none;
	vertical-align:top;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
}
.btn-tx img{
	width:19px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
}
.white{
	color:#fff;
}
.white .btn-tx img{filter: brightness(0) invert(1);}
ul.sec1-lst{
	float: left;
    width: 100%;
    margin-top: 24px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 9px;
    row-gap: 10px;
}
ul.sec1-lst li{
	float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 5px 0px 5px 50px;
    background: url(../images/s1-tik.png) left top no-repeat;
}
/*================Sextion 1 Strip===================*/
.s1-icon-list{
	float: left;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.s1-icon-list__inner{
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap:0px;
    row-gap: 15px;

}
.s1-icon-list__inner__box{
	float: left;
	width: 25%;
	padding: 0px 0 0 0;
	text-align: center;
	position: relative;
}
.s1-icon-list__inner__box img{
	position:absolute;
	left:0;
	top:0;
}
.s1-icon-list__inner__box:last-child:after{display:none;}
.s1-icon-list__inner__box p{
	font-size: 17px;
	line-height: 26px;
	color: #000;
	margin-top: 0px;
}
.s1-icon-list__inner__box p span{ 
	    display: block;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 30px;
	}

/*================Start Section 2===================*/
.sec-2{
	float:left;
	width:100%;
	padding:50px 0 85px;
	text-align:center;
}
.sub-hdg{
	font-size:20px;
	line-height:26px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:8px;
}
.heading{
	display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: bold;
    position: relative;
    z-index: 1;
    font-family: "Playfair Display", serif;	
}
.heading span{ color:#6baf24; }
.comn-txt{
	display: inline-block;
    width: 100%;
        font-size: 17px;
    line-height: 27px;
    color: #000;
    margin-top: 16px;
	position: relative;
    z-index: 1;
}
.sec2_lft .comn-txt{ max-width:90%;}
.sec2_rgt{
	width:48.71%;
	float:left;
	text-align:left;
}
.sec2_lft{ 
	float: right;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 1;
	}
.comn-txt .comn-txt{ max-width:90%;}
.sec2_rgt{float:right; margin-top:20px;}
.sec2_img{
	max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.s2-acdn_bx{
	display:flex;
	border-bottom:1px solid #d7d7d7;
	padding:20px 0;
}
.s2-acdn-icn{
	max-width:47px;
	width:100%;
	margin-right:20px;
}
.s2-acdn-icn img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}
.s2-acdn-info{
	display:flex;
	align-items:center;
	width:100%;
}
.s2-acdn-info-inr{
	float:left;
	width:100%;
}
.s2-acdn-hd{
	width:100%;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#6baf24;
	background:url(../images/s2-acdn-close.png)  98% center no-repeat;
	background-size:22px;
	cursor:pointer;
}
.s2-acdn-hd.active{background:url(../images/s2-acdn-open.png) 98% center no-repeat; background-size:22px;}
.s2-acdn-content{
	padding-right:30px;
}
.s2-acdn-tx{
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	padding-top:12px;
}
ul.sec2-list{
	float: left;
    width: 100%;
    margin-top:65px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 15px;
}
ul.sec2-list li{
    float: left;
    width: 24%;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding: 0px 12px 24px;
    background: #fff;
    border: 1px solid #5c9305;
    border-radius: 18px;
}
ul.sec2-list li span{
	display:block;
	font-size: 20px;
    line-height: 27px;
    font-weight:700;
	margin-bottom:8px;
	font-family: "Playfair Display", serif;
}
ul.sec2-list li img{
	display:block;
	margin:-38px auto 12px;
	max-width:100%;
	}

/*-----------------------
SECTION-3
------------------------*/
.sec-3{
	float: left;
    width: 100%;
    padding: 50px 0 50px;
    background: #fff;
    text-align: center;
}
.index_shop{
	float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 30px;
}
.shop_bx{
	float:left;
	width: 32%;
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);*/
    border-radius: 0px;
    
    overflow: hidden;
    position: relative;

}
.product-pg .shop_bx{ display:block;}
.shop_bx_img_bg{
	display: inline-block;
	width: 100%;
	border: 1px solid #ebe3de;
	background: #fffcfa;
	text-align: center;
	padding: 15px 0px;
	border-radius: 15px 15px;
	}
.shop_bx-img{
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	max-width: 230px;
	margin-top: 0px;
	width: 100%;
	padding: 10px 0;
}
.shop_bx_cont{
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 0px 0px;
    text-align: center;
    position: relative;
}
.shop-prd_nm{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #000;
}
.off-tx{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	background:#9ff1ff;
	float:right;
	width:70px;
	padding:3px 10px;
	border-radius:100px;
	text-align:center;
	margin-top:4px;
}
.shop-rat-tx{
	font-size:14px;
	line-height:16px;
	margin-top:12px;
}
.shop-rat-tx img{
	width:70px;
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
}
ul.shop_bx-list{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	display:none;
}
ul.shop_bx-list li{
	font-size: 18px;
    line-height: 28px;
    padding-left: 0;
    margin-top: 0;
    font-weight: 400;
	min-height:85px;
}
.shop_bx-prc{
    font-size: 26px;
    line-height: 34px;
    margin-top: 5px;
}
.shop_bx-prc span{
	color:#535353;
	font-weight:500;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.shop_bx-prc span:before{
	content:'';
	position:absolute;
	left:0;
	top:12px;
	width:calc(100% + 10px);
	margin-left:-4px;
	border-top:2px solid #f00;
}
.shop_bx-prc p{
	color:#000;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
}
.shop-btn{
	    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 240px;
    height: 50px;
    background: #5c9305;
    /* border-radius: 50px; */
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: inherit;
}
.shop-btn img{
	display: none;
	vertical-align:middle;
	width:21px;
	margin:-4px 0 0 8px;
}
.best-sell{
	font-size:14px;
	line-height:18px;
	font-weight:500;
	position:absolute;
	left:15px;
	top:15px;
	background:#ffc323;
	border-radius:100px;
	padding:3px 10px;
}
.thai_bank{
	display:inline-block;
	vertical-align:top;
	margin-top:40px;
}
.thai_bank h3{
	font-size:30px;
	line-height:35px;
	font-weight:bold;
	color:#6baf24;
}
.thai_bank p{
	font-size:20px;
	line-height:25px;
	color:#6baf24;
	margin-top:15px;
}
.bank-lst{
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
}
.bank-lst img{
	display:inline-block;
	vertical-align:middle;
}
/*-----------------------
SECTION-BAr
------------------------*/
.sec-bar{
	    float: left;
    width: 100%;
    padding: 30px 0 30px;
    text-align: center;
    background: #ebe3de;
    position: relative;
}
.sec-bar-inr{
	display: inline-block;
    width: 76%;
    text-align: center;
    padding: 0 0 0 0px;
	}

/*-----------------------
SECTION-4
------------------------*/
.sec-4{
	float:left;
	width:100%;
	padding:0px 0 0px;
	text-align:center;
}
.sec-4_innr{
	float: left;
	width: 49%;
	text-align: left;
	padding: 20px 0px;
	}
.s4-prodts{
	position:absolute;
	right:0;
	top:0;
	}
.category{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 13px;
    margin-top: 35px;
    justify-content: space-between;
    float: left;
    width: 100%;
}
.category_bx{
	float: left;
    position: relative;
    width: 32%;
    text-align: center;
}
.category_img{
    max-width: 100%;
    display: block;
    margin: 0px auto 10px;
    border-radius: 10px;
}
.category_content{
	width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.category_content h3{
	font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}
.category_content p{
	font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    color: #fff;
    padding: 0px 18px;
}
.category_content a{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	color:#000;
}
.category_content a:before{
	content:'';
	position:absolute;
	border-bottom:1px solid #000;
	width:100%;
	bottom:0;
	left:0;
}
.category_content a:after{
	content: '';
    background: url(../images/btn-arw.png) center center no-repeat;
    background-size: 14px;
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
    filter: brightness(0) invert(0);
    width: 20px;
    height: 20px;	
}
/*-----------------------
EXPERT INFO
------------------------*/
.exper_info{
	float:left;
	width:100%;
	background:#d7e0ff;
	padding:30px 0;
}

.ben_sld{
	float:left;
	width:100%;
	background:#F8F8F8;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
	height:60px;
	}
.ben_sld_track{
	position: absolute;
    white-space: nowrap;
    animation: marquee-horizontal 50s linear infinite;
	white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    align-items: center;
    display: flex;
	}
.ben_sld_bx{
	flex: none;
    margin-right:35px;
	position:relative;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform;
	}
.point {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
}
.point img{
	width:40px;
	display:inline-block;
	vertical-align:middle;
}
.ben_sld_bx p{
	font-size:16px;
	line-height:16px;
	color:#000;
	letter-spacing:0.5px;
	display:inline-block;
	vertical-align:middle;
	}
@keyframes marquee-horizontal {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/*-----------------------
SECTION-5
------------------------*/
.sec-5{
	float: left;
    width: 100%;
    padding: 55px 0 55px;
    text-align: center;
    background: #fff;
    position: relative;
}
.sec5_inner{
	display:inline-block;
	width:100%;
	position:relative;
	margin-top:0px;
	}
.sec5_inner_lft{
	float: left;
    width: 51%;
    position: relative;
	}
.sec5_inner_rit{
	float: right;
    width: 48%;
    text-align: left;
	}
.sec5-model{
	float: left;
    max-width: 81%;
	}
.sec5-btls{
	position: absolute;
    top: 11%;
    right: 1%;
    max-width: 44%;
	}
.sec-5_inner{
	float:left; 
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	margin-top:50px;
    }
.sec-5_box{
	position:relative;
	padding:0 60px;
    }
.sec-5_box:before{
	content:'';
	position:absolute;
	right:0;
	top:30px;
	height:147px;
	border-right:1px solid #d1d1d1;
}
.sec-5_box:last-child:before{display:none;}
.s5-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
    margin-top: 25px;
}
.s5-list li{
	float: left;
    width: 100%;
	font-size:18px;
	line-height:26px;
	font-weight:600;
	color:#000;
	padding:0 0 0 32px;
	text-align:left;
	position:relative;
	}
.s5-list li img{
	position:absolute;
	left:0;
	top:0;
	}	
/*-----------------------
SECTION-6
------------------------*/
.sec-6{
	float:left;
	width:100%;
	padding:0px 0 50px;
	text-align:center;
}
.sec-6_innr{
	display: inline-block;
	width: 100%;
	height: 360px;
	text-align: left;
	padding: 32px 22px 0 535px;
	position: relative;
	overflow: hidden;
	background: #fffcfa;
	border: 1px solid #ebe3de;
	border-radius: 12px;
	}
.sec-6_innr .comn-txt{ width:90%;}
.s6-image{
	position:absolute;
	left:0;
	top:0;
	}	
/*--------------start top footer--------------*/
.topfooter{padding:10px 0 15px 0; background:#000000;}
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;}
footer{
	float:left; width:100%; background:#ebe4de;
}
.ftr-addres, .ftr-link, .ftr-crop  {
        float: left;
    width: 36%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 12px;
    font-weight: 400;
    text-align: left;
    border-right: 1px solid #fff;
    margin-right: 20px;
}
.ftr-addres p{ float:left; width:100%;}
.ftr-link{ width:24%;}
.ftr-crop{width:30%; border:none; margin:0;}
img.ftr-logo {    
	max-width: 230px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.ftr-header{ font-weight:600;}
.ftr-declmr {
    float: left;
    width: 100%;
    background: #333;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    margin: 30px 0 0 0;
}
/*------------start footer--------------*/
footer{padding:35px 0;border-top:1px solid #dedddd;}
.ftrtxt1, .ftrtxt2{
	font-weight:400;
	font-size:16px;
	line-height:18px;
	color:#000;
	float:left; width:100%;
}
.ftrtxt1 a{color:#000;}
.ftrtxt2{float:left; text-align:left;}	
@media only screen and (max-width: 1187px){
}
@media only screen and (max-width: 1023px){
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;}

}
@media only screen and (max-width: 767px){
ul.slbar-list li {
    font-size: 16px;
    line-height: 22px;
    width: 50%;
}
.slbartxt {
    font-size: 18px;
    line-height: 26px;   
}
.graybar{padding:20px 0; display:none;}
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 {margin: 0;}
footer{padding:20px 0;}
.ftrtxt1, .ftrtxt2{
}
.ftrtxt2{padding:7px 0 0 0;}

.ftr-addres, .ftr-link, .ftr-crop{ width:100%; border:none; margin:0 0 20px 0;}
}
@media only screen and (max-width: 479px){
	
.slbar{padding:15px 0 10px 0;}
ul.slbar-list{flex-wrap: wrap;}
ul.graybar-list li {    
    font-size: 14px;
    line-height: 14px;    
}
/*------------start footer--------------*/
.topfooter{padding:6px 0 10px 0;}
ul.topftr-list li {padding: 0 10px 0 6px;font-size:14px;line-height:14px;margin:6px 0 0 0;}
.ftrtxt1{
	    font-size: 15px;
    line-height: 24px;	
}
.ftrtxt2{
	font-size:15px;
	line-height:17px;
}
.ftr-addres p{ font-size:16px;}
}
@media only screen and (max-width: 359px){
ul.graybar-list li {    
    font-size: 12px;
    line-height: 12px;
	margin:6px 0 0 0;    
}
}
/************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;
}

.inr-cont {
	float: left;
	width: 100%;
	padding: 25px 0;
}
.shop-pg {
	padding: 60px 0;
	text-align:center;
}

@media only screen and (max-width: 1187px){
	.shop-pg{padding: 50px 0;}
}
@media only screen and (max-width: 767px){
.shop-pg {padding: 30px 0;}
.hdr-bar p{ font-size:12px;}

}


/*===========shop-oil-sec1==============*/
.oil-sec1{
	padding:40px 0;
	width:100%;
	display:table;
}
.oil-sec1 .btn-bx{margin-top: 20px; max-width: 100%;}
.oil-s1-lft{
	float: left;
    width: 45%;
    border-radius: 6px;
    padding: 30px 0;
}
.oil-pro{
	display:block;
	margin:0 auto;
	padding:15px 0 0 0;
}
.oil-s1-rgt{
	float: right;
    width: 55%;
    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{
	padding:8px 0;
	width:100%;
}
.oil-s1-rgt-hd-p1{
    font-size: 36px;
    line-height: 44px;
    text-align: left;
    font-weight: 700;
    color: #000000;
    font-family: "Playfair Display", serif;
}
.oil-s1-rgt-hd-p1 span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
.oil-s1-rgt-hd-p2{
	font-size:17px;
	line-height:20px;
	text-align:left;
	color:#262523;
	margin:6px 0 0 0;
	font-weight:300;
}
.oil-s1-rgt-hd-p2 img{    margin: 0 9px 0 0; max-width: 80px; filter: grayscale(1);}
.oil-s1-rgt-p1{
	    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #434343;
    font-weight: 400;
    margin: 10px 0 0 0;
}
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: #47b8b3; border: 1px solid #21f9ef; 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 0;
}
.oil-s1-rgt-box2-hd2{border-radius:0 0 0 0;line-height:32px;}
.oil-s1-rgt-box-prc{
	font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    color: #1a1a1a;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
}
.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;
	}
p.prod-desc-hed {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
}
p.prod-desc {
        float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0 0;
}
ul.prddtls1-rgtlist {
	padding: 10px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    text-transform: capitalize;
}
ul.prddtls1-rgtlist li {
	    padding: 0px 0 0 24px;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 600;
    background: url(../images/tick.png) no-repeat top 9px left;
}
ul.prddtls1-rgtlist li span {
    width: 16%;
    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;
    /* border: 1px solid #f1f1f1; */
    padding: 5px;
    box-shadow: 0 0 5px #47b8b3;
}
a.view-ing {
    width: 100%;
    font-size: 20px;
    padding: 10px 0 0;
    font-weight: 500;
    float: left;
    text-align: left;
    text-decoration: underline;
    color: #ed3131;
}
/*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}

@media only screen and (max-width: 1023px){
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{ text-align:left; }
.prd_quantity span {margin-right: 10px;}
.oil-s1-rgt-box-prc {font-size: 30px;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-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}	
}
@media only screen and (max-width: 767px){
.oil-sec1 { padding: 20px 0;}	
.oil-s1-rgt-hd{border-top:none;}
.oil-s1-lft, .oil-s1-rgt{
	float:none;
	margin:0px auto 10px auto;
	display:block;
	width:100%;
	text-align: center;
}
.oil-s1-lft{
	width:440px;
}
.oil-s1-rgt-hd-p1 {
    font-size: 37px;
    line-height: 42px;
    text-align: center;
}
.oil-s1-rgt-hd-p2 , .oil-s1-rgt-p1{text-align: center;}	
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {
	margin:20px 0px 0 0;
	justify-content: space-around;
}
.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;}
ul.prddtls1-rgtlist li{ padding: 0px 0 0 24px; font-size: 16px;}
ul.prddtls1-rgtlist li span{ width:24%;}
ul.prddtls1-rgtlist li img{max-width: 30px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}
.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;}
.gray-bar{padding:25px 0;}

.select-size .inner a{width: 30%;}

.sizeChartWeb-content table{ font-size:10px;}
.sizeChartWeb-close{right: 340px;}

p.prod-desc{ margin: 10px 0; text-align: left; font-size: 16px; line-height: 26px;}

p.prod-desc-hed{ text-align:left;}
}
@media only screen and (max-width: 479px){
.oil-s1-rgt-p1 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
}	
.oil-s1-lft{
	width:100%;
	padding:0 0;
}
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {
    margin: 0px 0 0 0;
    width: 100%;
}

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: 22px; line-height: 34px;}
.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;
}
}

.prd-det-sec {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
@media only screen and (max-width: 767px){
	.prd-det-sec{ padding:30px 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;
 
}
.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-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;
}
/*********************ACCORDION SECTION**********************/
.accordion-container {
	display: inline-block;
	margin: 30px 0 60px;
	padding: 0 15px;
}
p.txt1 {
	margin: 10px 0;
}
.accordion {
	box-sizing: border-box;
	color: #3e3e3e;
	cursor: pointer;
	float: left;
	font-weight: 400;
	font-size: 24px;
	text-align: left;
	line-height: 28px;
	padding: 15px 25px 15px 50px;
	width: 100%;
	margin-right: 20px;
	border: 1px solid #cef5eb;
	letter-spacing: -0.5px;
	border-bottom: none;
}
.accordion-open {
	background: url(../images/ahov2.jpg), url(../images/faq-sel-img.jpg);
	background-position: right center, 22px center;
	background-repeat: no-repeat, no-repeat;
	border-bottom: 1px solid #cef5eb;
	color: #005a39;
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
}
.accordion-close {
	background: url(../images/acord2.jpg), url(../images/faq-un-sel-img.jpg);
	background-position: right center, 20px center;
	background-repeat: no-repeat, no-repeat;
	border-radius: 5px;
	margin: 5px 0;
	border: 1px solid #cef5eb;
	;
}
.acdn-content {
	box-sizing: border-box;
	color: #3e3e3e;
	float: left;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	padding: 15px 60px 20px 20px;
	width: auto;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #cef5eb;
	;
	border-top: none;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	width: 100%;
}
.acdn-content p {
	font-size: 18px;
	line-height: 26px;
}
.acdn-content ul {
	float: left;
	padding-left: 40px;
	width: 100%;
}
.acdn-content ul li {
	list-style: disc;
	font-size: 16px;
}
/**********************************/
.contact-inr {
	padding: 30px 0 50px;
	text-align:center;
}
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: 18px;
    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: opacity(0.5); */
    margin-bottom: 5px;
    filter: grayscale(1);
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.thank-pg {
    padding: 30px 0;
    text-align: center;
    background: #fff;
}
.thank-pg .s1txt{ padding:0;}
.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
===========================*/
.clkbtn{
	display:inline-block;
	width:216px;
	max-width:100%;
	margin-top:22px;
	}
.btn-box {
    display: inline-block;
    width:280px;
}
.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2{
	height: 53px;
    width: 198px;
    outline: none;
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    line-height: 50px;
    color: #6baf24;
    text-align: left;
    cursor: pointer;
    position: relative;
    border-radius: 40px;
    text-transform: capitalize;
    margin-top: 31px;
    background: none;
    border: 2px solid #6baf24;
    padding: 0 0 0 29px;
    vertical-align: middle;
    transition: all 0.3s;
}
.btn-arw, .bnrbtn img, .cart-btn2 img{
	display: inline-block;
    vertical-align: middle;
    border: 1px solid;
    margin: -8px 0 0 28px;
	position: relative;
    z-index: 1;
}
.cart-btn2 img{margin: -8px 0 0 33px;}
a.cart-btn2.add-to-cart img{margin: -8px 0 0 20px;}
.bnrbtn:after, .cart-btn2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    height: 32px;
    width: 32px;
    background: #6baf24;
    border-radius: 50%;
    transform: translateY(-50%);
}
.btn-txt{
	display:inline-block;
	width:100%;
	text-align:center;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	text-transform:capitalize;
	position:relative;
	color:#fff;
	margin:8px 0 0;
	}
.btn-txt img {
    max-width: 14px;
    filter: invert(1);
    vertical-align: middle;
    margin: 0 5px;
}

.bnrbtn span{
	display:inline-block;
	margin:0 0 0px;}
.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{}

.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 {
        color: #002e4a;
    text-decoration: underline;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
/*.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;
}


@media only screen and (max-width:1187px) {
.s2btn{width: 178px; padding-left: 10px;}
.bnrbtn:after, .cart-btn2:after, .s2btn:after{}
.cart-btn2, .s2btn { }


}
@media only screen and (max-width:1023px) {
	.btn-box{ display:inline-block; float:none;}
}

/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.trm-bx {
	width: 100%;
	float: left;
	text-align: left;
	padding: 30px 0;
}
.trm-bx h2 {
	    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
}
.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: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 1187px){
	.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{}
ul.contact-list li{width: 48%;}
}
@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 359px){
.bnrbtn, .s2btn{height:54px;line-height:50px;}
.cart-btn2 {font-size: 14px;margin:6px auto 0 auto;}
}
/*---------------------------*/

@media only screen and (max-width: 1187px){

}
@media only screen and (max-width: 1023px){

}

@media only screen and (max-width: 767px){

}
@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;}
}

/*----------- popup ---------------- */
a.prod-ingd.sccode {
    /* float: left; */
    /* width: 100%; */
    font-size: 18px;
    text-decoration: underline;
    padding-bottom: 20px;
    padding: 0;
    margin: 0 0 1.5rem;
    display: inline-block;
}
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	max-width:96%;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
#pop_content_ing {
    max-width: 960px;
    background-color: white;
    border-radius: 4px;
    margin: 5% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 10px 20px;
    overflow: scroll;
    width: 100%;
}

#pop_content_ing img {
    max-width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
#pop_content_ing .select-txt {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    background: #578265;
    padding: 10px 0;
    color: #fff;
}
.cross {
	position: sticky;
    cursor: pointer;
    background: rgba(255,255,255,0.7);
    padding: 10px;
	top: 0;
    float: right;
    right: 10px;
}
/*=================================*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}


.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes taddaR {
0% {transform:translateX(0px)}
50% {transform: translateX(-15px);}
100% {transform: translateX(0px);}
}


