@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@import url('https://fonts.googleapis.com/css2?family=Salsa&family=Sarabun:wght@300;400;600;700&display=swap');

img, object, embed, video {
	max-width: 100%;
	height: auto;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	overflow-x:hidden;
	font-family: 'Sarabun', sans-serif;
	font-weight:400;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.for-mob {display: none;}
.forMob,.forTab{ display:none ;}
.hide-mob{ display:block;}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom:80px;
	}
.header{
	    float: left;
    width: 100%;
    background: #fff;
    height: 80px;
    margin-top: -80px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    top: 80px;
    padding: 14px 0
}
.fixed-nav .header{
	position: fixed;
	z-index: 9999999999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.header {}
.logo {
	    float: left;
    max-width: 250px;
    margin: -4px 0 0;
}
ul.nav {
	float: right;
    margin: 10px 0px 0 0;
}
ul.nav li {
	float: left;
	margin-right: 30px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	color: #2d2d2d;
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
ul.nav li a:hover,ul.nav li .active {
	color: #831762;
	text-decoration: none;
}
p.hdrlist {
	float: right;
	padding: 9px 0 0 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	color: #2d2d2d;
}
p.hdrlist img {
	position: absolute;
	top: 15px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#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: #1ebc6c;
	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: 60px;
    background: #d4841e;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 600;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li .active {
	background: #333;
	color: #fff;
}

/************BANNER************/
/*==========banner==============*/
.banner {
    background: url(../images/banner.jpg) center top no-repeat;
    height: 666px;
    padding: 0px 0;
    float: left;
    position: relative;
    width: 100%;
    }
.bnr-cont-box {
	float: right;
	width: 60%;
	padding: 50px 40px 0 40px;
	margin-top: 130px;
	text-align: left;
	position: relative;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
   }
.bnr-cont-box:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:120px;
	background: rgb(239,180,174);
    background: linear-gradient(180deg, rgba(239,180,174,1) 27%, rgba(239,180,174,0) 100%);
	} 
.bnrtxt1-box-p {
	font-weight: 600;
	font-size: 34px;
	line-height: 44px;
	color: #e73f2c;
	margin-top: 0;
	text-transform: capitalize;
	display: inline-block;
	width: 100%;
}
.bnr-head {
    font-size: 62px;
    line-height: 70px;
    color: #000000;
    font-family: 'Salsa', cursive;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    padding: 15px 0 0;
}
.bnr-head span{
	display:block;
	color:#f79e23;
	}
.bnrtxt {
	padding: 25px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    color: #000000;
    display: inline-block;
}
.bnr-btl{
	display:inline-block;
	vertical-align:middle;
	width:45%;
	position:relative;
	}
.bnrbtn, .s1btn, .s2btn, .ship-btn, .smt, .pkgbtn, .add-to-cart {
    height: 68px;
    width: 230px;
    background: #e73f2c;
    border-radius: 10px;
    margin: 40px 0 0 0;
    display: inline-block;
    border: none;
    outline: none;
    padding: 0;
    font-size: 28px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-family: 'Salsa', cursive;
    cursor: pointer;

}
.s1prod1, .s1prod2 {
       position: absolute;
    top: 190px;
    right: 380px;
    max-width: 190px;
}
.s1prod2 {
	left: auto;
	right: 500px;
	max-width: 173px;
	top: 215px;
}
/*=============sectionOne============*/
.sec1 {
    padding: 0px 0 60px;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.s1-lft{
	float: left;
    width: 50%;
    padding: 132px 0 40px 0;
    text-align: left;
}
.s1-btl-bg{
	position:absolute;
	right:0;
	top:0;
	}	
.s1-btl1{
	position: absolute;
    right: 70px;
    top: 130px;
    max-width: 520px;
	}
.s1-btl2{
	position: absolute;
	right: 170px;
	top: 160px;
	max-width: 390px;
	z-index: 1;
	}			
.bdhding1 {
    font-size:34px;
	line-height:44px;
    color: #000000;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.bdhding1 span {
    font-size: 54px;
    line-height: 58px;
	color:#e73f2c;
	font-family: 'Salsa', cursive;
	display:block;
	text-transform:capitalize;
	
}
.sec1 .bdhding1{
	}
	

.hdimg {
    margin: 10px auto;
    display: inline-block;
}
.s1txt {
    padding: 28px 0px 0 0;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    color: #000000;
    display: inline-block;
}
.s1txt span {
    font-family: 'Gotham Rounded';
    font-weight: bold;
}
.sec1 .s1txt{
	}
.s1prd {
    margin: 20px auto 0 auto;
    display: block;
}

/*============sectionTwo============*/
.sec2 {
    padding:75px 0 60px 0;
	float:left;
	width:100%;
	text-align:center;
	position:relative;
    }
.sec2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 105px;
    background: rgb(239,180,174);
    background: linear-gradient(180deg, rgba(239,180,174,1) 27%, rgba(239,180,174,0) 100%);
    }
ul.s2list {
	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;
    margin-top: 50px;
    row-gap: 20px;
    column-gap: 0px;
    position: relative;
    }
ul.s2list:after{}	
ul.s2list li {
	    float: left;
    width: 32%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #ccc;
    padding: 20px 0;
    }
ul.s2list li .s2lhding {
    }
ul.s2list li .s2lhding span {
    font-weight: 400;
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    }
.s2-prd{
	    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px 30px;
    background: #f3f3f3;
    margin: 10px 0;
}
.s2-prd .prod-sec2 {
    max-width: 260px;
    width: 100%;
}
.s2-tet{
	float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0px 0 0 0;
	}	
.s2prd {
	margin-top: -104px;
	display: inline-block;
	vertical-align: top;
	max-width: 260px;
}
.s2lhding {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0px 0 0 0;
}
.s2ltxt {
    padding: 8px 0 0 0;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
}
p.s2price {
    font-size: 21px;
    display: inline-block;
    width: 100%;
    padding:0px 0 0;
    font-weight: 700;
    }
.s2btn {
    margin: 24px auto 0 auto;
    }
/*==========sectionThree==========*/

.sec4 {
    padding: 0px 0 90px 0;
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.s4-innr {
    float: left;
    width: 55%;
    text-align: right;
}
.s4-model{
	position: absolute;
    right: 80px;
    top: 210px;
	}	
.s4-all-box{
	float: left;
    width: 48.38%;
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    row-gap: 52px;
    flex-wrap: wrap;
    }
.s4bx1 {
	float: left;
	width:100%;
	padding-right:100px;
	text-align:right;
	position: relative;
}
.s4bx1:nth-child(2), .s4bx1:nth-child(3){padding-right:210px;}
.s4bx4{ margin-right:0;}
.s4bx-inbx {
    background: #fff;

}
.s4btn {
    margin-top: 40px;
}
	
.s4bx1 img{
	position:absolute;
	top:0;
	right:0;
	}
.s4bx1:nth-child(2) img, .s4bx1:nth-child(3) img{ right:100px;}	
.s4l1-img2{
	position:absolute;
	top:0;
	left:0;
	max-width:130px;
	}	
.
.s4l1-img:nth-child(3){
	left:auto;
	right:6%;
}
.s4l1-img:nth-child(4), .s4l1-img:nth-child(5) {
   z-index: 0;
    left: 0%;
    top: 24px;
    max-width: 96px;
}
.s4l1-img:nth-child(5) {
	left:auto;
	right:0%;
}
.s4-list1-p1 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin: 0px 0 0 0;
    font-family: 'Salsa', cursive;
}
.s4-list1-p2 {
	margin: 10px 0 0 0;
    color: #2d2d2d;
    height: 100%;
    /* padding: 0 0px; */
    font-size: 18px;
    line-height: 28px;
}
ul.s4-list1{
	    background: #2d3892;
    float: left;
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
ul.s4-list1 li{
	float: left;
    width: 24%;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 300;
    padding: 0px 0 0px 50px;
    text-align: left;
    position: relative;
	}
ul.s4-list1 li span{
	display:block;
	font-weight:700;
	font-size:16px;
	}
ul.s4-list1 li img{
	position:absolute;
	top:0;
	left:0;
	max-width: 50px;
	}
ul.s4-list1 li:last-child{ border-right:none;margin:0 0 0 0;}
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top:2px solid #b8b8b8;
	text-align:center;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 230px;
}
.ftr-cont-info{
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 2px 20px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:8px;
	left: auto;
	margin-left: -20px;
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
.ftr-cop-info{
	display: inline-block;
	width: 70%;
	margin-top: 10px;
	}
.ftr-cop-info li span, ul.ftrlist li span{
	font-size:18px;
	display:block;
	float:left;
	width:100%;
	}
.ftr-cop-info li{
	float: left;
	width: 100%;
	line-height: 29px;
	}
ul.ftrlist {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:first-child {
    width: 100%;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #82000c;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 15px;
   background: #df7266;
    color: #fff;
}
.ftr-rgt {
    float: right;
    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: #193f74;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #193f74;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.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;
}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #bc1300;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}	
@media only screen and (max-width:767px){
	.pop-innr {width: calc(100% - 10px);}
	}
