@charset "utf-8";
/* CSS Document */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #2f2915;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	}
p, h1, h2, h3, h4, h5, ul, li{padding: 0;margin: 0;}
li {list-style: none;}
a {text-decoration: none;}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
	}
.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
*{box-sizing: border-box;}
img{max-width:100%; vertical-align:middle; border:none; height: auto;}
.forMob{display:none;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
	}

/*FONTS CSS*/
@font-face {
	font-family: 'CeraGR';
	src: url('CeraGR-Medium.woff2') format('woff2'),
		url('CeraGR-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	}

@font-face {
	font-family: 'CeraGR';
	src: url('CeraGR-Bold.woff2') format('woff2'),
		url('CeraGR-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	}

.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.8);
}
.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:#ece4e4;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    border: none;
    background:#ff1100;
    appearance: none;
    transition: all 0.3s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
}
.no-btn {
    background: #333;
	border:none;
	color: #fff;
}
.yes-btn {
	
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar{
	float: left;
	width:100%;
	margin-bottom: 80px;
}
.header{
	float: left;
	width: 100%;
	position: relative;
	padding:10px 0px;
	background: #fff;
	height: 80px;
    top: 80px;
    margin-top: -80px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 999;
	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);
	}
.logo{
	width: 240px;
    float: left;
}
.mainMenu {
	float: right;
	margin-top: 15px;
	}
.mainMenu li{
	float: left;
	text-align: left;
	margin-left: 30px;
	}
.mainMenu li a {
	    color: #2d2d2d;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
	}


/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) #fbfbfb no-repeat center top;
	padding:60px 0 62px;
	}
.bnr-box{
	float: left;
	width: 765px;
	}
.bnr-p1 {
	float: left;
	width: 100%;
	color:#0d0d0d;
	font-size: 30px;
	line-height: 40px;
	}
.bnr-p2{
	    float: left;
    width: 100%;
    color:#d32117;
    font-size: 50px;
    line-height: 58px;
    padding: 10px 0;
    font-weight: 700;
	}
.sec-line{
	float: left;
	width: 100%;
	height:18px;
	background:url(../images/sec-line.png) no-repeat center top;
	margin-bottom: 14px;
	}
.bnr-p3{
	float: left;
	width: 100%;
	color:#0d0d0d;
	font-size: 18px;
	line-height: 28px;
	}
.shop-btn{
	display: inline-block;
    vertical-align: middle;
    height: 60px;
    color: #fff;
    font-size: 26px;
    line-height: 60px;
    font-weight: bold;
    border-radius: 30px;
    background:#0a0a0a;
    text-align: center;
    text-transform: capitalize;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    width: 250px;
    margin-top: 50px;
    max-width: 100%;
    text-decoration: none;
	}
.shop-btn:hover{color: #fff;box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);}
.shop-btn img{vertical-align:middle;margin-left:10px;}
.marg-1{margin-top:25px;}
.bnr-prd{
	    position: absolute;
    right: 21%;
    top: 177px;
    max-width: 270px;
	}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	    float: left;
    width: 100%;
    padding: 50px 0 60px;
    background: #fbfbfb;
}
.s1-p1 {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #2d2d2d;
    font-size: 42px;
    line-height: 58px;
    font-weight: 600;
    text-transform: capitalize;
}
.s1-p1 span {
        display: block;
    color:#e43a2e;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.s1-p2, .s1-p5, .s1-p6{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 28px;
    
}
.s1-p5{
	padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #80a862;
    border-bottom: 1px solid #80a862;
}
.s1-p5 span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.pad-1 {
    padding: 0 100px;
}
.marg-2{
	}
.s1-ul{
	    float: left;
    width: 100%;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
.s1-ul li{
	    float: left;
    width: 24%;
    padding: 20px;
    position: relative;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.p_name {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color:#0c0c0c;
}
.s1-prd-1{
	display:inline-block;
	max-width:100%;
	margin-bottom:15px;
	}
.s2-prd-1{
	display: inline-block;
    max-width: 140px;
    vertical-align: middle;
    position: relative;
    z-index: 9;
}
.s2-prd-1:nth-child(2), .s2-prd-1:nth-child(3), .s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
    position: absolute;
    max-width: 127px;
    z-index: 5;
    left: 80px;
    top: 30px;
}
.s2-prd-1:nth-child(3) {
    left: auto;
    right: 80px;
}
.s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
    z-index: 0;
    max-width: 114px;
    top: 40px;
    left: 50px;
}
.s2-prd-1:nth-child(5) {
    left: auto;
    right: 50px;
}
.s1-p3{
	float: left;
	width: 100%;
	color:#b31e4f;
	font-size: 26px;
	line-height: 28px;
	margin-top: 12px;
	}
.s1-p4{
	float: left;
	width: 100%;
	color: #80a862;
	font-size: 18px;
	line-height: 22px;
	font-weight:300;
	margin:4px 0 10px;
	}
.s1-p5{
	color:#404040;
	padding:10px 0;
	}
.s1-stars{
	display:inline-block;
	max-width:100%;
	margin:10px 0 0;
	}
.s1-p6{
	font-size:14px;
	color:#404040;
	line-height:14px;
	}
.s1-ul .shop-btn{margin-top: 20px;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
    width: 100%;
    padding: 60px 0;
	background: #fff;
}
.s2-inner {
        display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-top: 100px;
    border:1px solid #b31e4e;
    padding: 20px;
    border-radius: 10px;
}

.s2-inner div {
    background:#070707;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
}

.s2-banner-mob {
    display: inline-block;
    width: 440px;
    margin: -100px auto 10px;
    background: #fff;
}
.s2-inner div .s1-p2 {
    color: #fff;
	margin: 0;
}
.s2-inner .shop-btn {
    margin-top: 30px;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
/*-------------------------
     SECTION3 CSS
--------------------------*/
.section3{
	    float: left;
    width: 100%;
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
	}
.s3-lft{
	    float: left;
    width: 46%;
    text-align: left;
	}
.s3-lft ul{
	    float: left;
    width: 90%;
    margin-top: 10px;
	}
.s3-lft ul li{
	float:left;
	width:100%;
	background:url(../images/chk.png) no-repeat left 8px;
	padding-left:30px;
	margin-top:10px;
	font-size:18px;
	line-height:26px;
	color:#212121;
	text-align:left;
	}
.s3-prod{
	    position: absolute;
    right: 0;
    top: -50px;
    max-width: 720px;
	}

.sec3-bottom{
	float:left;
	width:100%;
	padding:40px 0;
	}
.sec3-bottom ul{
	float:left;
	width:100%;
	}
.sec3-bottom ul li{
	    display: inline-block;
    vertical-align: middle;
    width: 24%;
    position: relative;
    padding-left: 55px;
    text-align: left;
	}
.sec3-bottom ul li img{
	position:absolute;
	left:0;
	top:8px;
	}
.sec3-bottom ul li p{
	font-size:16px;
	line-height:24px;
	color:#757575;
	font-weight:300;
	}
.sec3-bottom ul li p span{
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	display:block;
	font-family: 'Butler';
	}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding: 50px 0 60px;
	}
.pad-1{padding: 0 97px 20px;}
.s3-box{
	float: left;
    width: 100%;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
	}
.s3-box-lft{
	    float: left;
    width: 53%;
	}
.s3-sdo-img{
	display:inline-block;
	max-width:100%;
	}
.s3-box-rit{
	float: right;
    width: 39%;
    background:#0f0e0f;
    height: 100%;
    text-align: left;
    padding: 40px 20px 30px;
	}
.s3-box-rit .s1-p2 {
    color: #fff;
	margin: 0;
}
.s3-p1{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 26px;
	line-height:36px;
	}
.s3-ul{
	float: left;
	width: 100%;
	}
.s3-ul li{
	float: left;
	width: 100%;
	padding-left:24px;
	margin:20px 0 0;
	}
.s3-p2{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height:25px;
	font-weight:bold;
	position:relative;
	}
.s3-p2 span{
	position:absolute;
	left:-24px;
	top:0;
	}
.s3-ul li .s1-p2{
	color:#fff;
	margin-top:7px;
	}
	
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
	float: left;
	width: 100%;
	padding: 75px 0;
	}
.s4-ul{
	float: left;
	width: 100%;
	margin: 40px 0 0;
	position:relative;
	background:url(../images/s4-ul-bg.jpg) repeat-x left center;
	}
.s4-ul li{
	display:inline-block;
	padding:0 30px;
	}
.s4-ul li img{
	display:inline-block;
	max-width:100%;
	}
.section-4 .s3-p1{
	color:#2d2d2d;
	line-height:40px;
	font-weight:bold;
	font-size:36px;
	}
.s4-ul::before{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	border:1px dotted red;
	}
.s4-li-div{
	display:inline-block;
	background:#fff;
	padding:0 20px;
	}
.s4-ul-2 {
	float: left;
	width: 100%;
	padding: 30px 130px 0;
	}
.s4-ul-2 li {
	    float: left;
    width: 33%;
    padding: 0 15px;
	}
.s4-seal {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	}
.s4-ul-2 li .s1-p2{font-weight:bold;}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	    float: left;
    width: 100%;
    background: #fcfff8;
    padding: 20px 0 30px;
	}
.s5-lft{
	float: left;
	width: 598px;
	text-align:left;
	}
.s5-ul{
	float: left;
	width: 100%;
	}
.s5-ul li{
	    float: left;
    width: auto;
    padding-left: 0;
    color: #404040;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
	}
.s5-ul li:last-child{
	margin:0;
	}
.s5-models{
	position: absolute;
    right: 0;
    top: -65px;
	}
	
/*================FOOTER===================*/
.footer{
	float: left;
    width: 100%;
    padding: 30px 0;
	font-family: 'Open Sans', sans-serif;
	box-shadow: 0 0 7px #d2d2d2;
	}
.ftr-p1{
	font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin:25px 0 0 0;
	}
.ftr-cards{
	margin:10px 0 0 0;
	}
.ftr-p2{
	font-size: 17px;
    line-height: 29px;
    color: #282828;
    margin: 5px 0 0;
	letter-spacing:0.5px;
	}
.ftr-txt-box{
	float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    text-align: center;
}
.ftr-txt-box a {
    text-decoration: underline;
}
.ftr-left{
	float: left;
	margin-top: 20px;
	font-size: 17px;
	line-height: 23px;
	color: #282828;
	width:100%;
	}
.ftr-rgt{
	float: right;
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	color: #282828;
	width:100%;
	}
.ftr-rgt a{
	color:#282828;
	}


@media only screen and (max-width:1187px){
.container{width:1004px;}

.bnr-box {width: 75%;}
.bnr-prd {right: 14%;}

.s1-p4 {font-size: 17px;}
.s1-ul .shop-btn {}
.s1-ul li{width:32%;}

.s2-ul {padding: 40px 40px 0;}
.pad-1 {padding: 0 67px;}
.s2-ul li .s1-p5 {padding: 0 4px;}

.s3-box-rit {width: 30%;padding: 20px 5px 10px 10px;}
.s3-box-lft {width: 70%;}
.s3-ul li {padding-left: 24px;margin: 10px 0 0;}
.s3-box {height: 393px;}

.section-5 {padding: 50px 0 50px;}
.s5-models {max-width: 522px;width:50%;}
.s5-lft {width: 59%;}
}

@media only screen and (max-width:1023px){
.container{width:750px;}

/*---CSS FOR BANNER-------*/
.banner {padding: 45px 0 70px;}
.bnr-p2 {font-size: 34px; line-height: 45px; padding: 10px 0 15px;}
.bnr-p3 {font-size: 20px; line-height: 28px;}
.bnr-prd {top: 20px;right:4px;}
.sign-box {width: 39%;}
.shop-btn {}
.seen-ul li {padding: 0 5px;}

.section-1, .section-4 {padding: 60px 0;}
.pad-1 {padding: 0;}
.s1-ul .shop-btn {font-size:20px;}
.s1-ul li{width:48%;}

.s2-ul {padding: 30px 0 0;}

.section-3 {padding: 60px 0 0;}
.s3-ul li .s1-p5 {line-height: 22px; margin-top: 1px;font-size: 18px;}
.s3-p1 {font-size: 24px; line-height: 34px;}
.s3-box-rit {width: 35%; padding: 10px 5px 10px 10px;}
.s3-box-lft {width: 65%; background:#ff7b90; height:100%;}
.s3-box {height: 315px;}
.s3-ul li .s1-p2 {font-size:16px;line-height:21px;margin-top: 5px;}
.s3-ul li {padding-left: 24px;margin: 6px 0 0;}

.s4-ul li {padding: 0 10px;}
.s4-li-div {padding: 0 10px;}
.s4-ul-2 {padding: 30px 50px 0;}

.s5-lft .s1-p1 {font-size: 30px;line-height: 40px;}
.s5-ul {margin-top: 0;}
.s5-ul li:last-child{text-align: center;}
.section-5 {padding: 25px 0;}
.s5-models {top: 0;}

/*CHECKOUT*/
.right-chk{ width:100%;}
.select_box{ width:20%;}
.ord-p1-hed{ padding-left:170px;}
.ord-p1-hed #prd_name{ display:block;}
.lft-chk{ width:100%; padding: 10px 0px 5px;}
.bg-rounded{ max-width:100%; margin:0;}
.frm-hdg h3 {font-size: 22px; line-height: 30px;}
.frm-hdg small{ display:none;}
.bg-top{ padding:20px 0 0;}
.tems_bg{ padding:20px 0;}

.ftr-txt-box{font-size:14px;}
.ftr-left, .ftr-rgt{width:100%; font-size:15px;}
.ftr-rgt{margin-top:10px;}
}

@media only screen and (max-width:767px){
.container{width:100%; max-width:600px; padding:0 15px;}

.forMob{display:block;}
.show-desk,.hideMob{display:none;}
	
.top-fix-bar {margin-bottom: 50px;}
.header{height: 50px;top: 50px;margin-top: -50px;padding: 8px 0;}
.logo{width:140px;}
.mainMenu{display:none;}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 15px;
    top: 4px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;

	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:51px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #acacac;
	}
.mobimenu-top{ top:85px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #acacac;
	font-family: 'Open Sans', sans-serif;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:15px 20px;
	font-size:18px;
	color:#000;
	letter-spacing:0.5px;
	}	
.mobilemenu li a:hover{color:#000;}	

.banner{height:auto; padding:20px 0 30px 0; background:#e4ece9;}
.bnr-lft{width:100%; text-align:center;}
.bnr-p1{font-size:22px; line-height:36px;}
.bnr-p1 span{font-size:34px;}
.bnr-p2{ width:100%;}
.bnr-prd{position:static; display:inline-block; vertical-align:middle; margin-top:15px; max-width:90%;}
.order-now-btn{margin-top:15px;}

.wht-strip{padding:25px 0;}
.wht-ul{flex-wrap: wrap;}
.wht-ul li{width:100%; border:none; margin:10px 0;}

.banner { padding: 20px 0 25px; background: #fbfbfb;}
.bnr-box { width: 100%;}
.bnr-p1 { font-size: 20px;line-height: 28px;}
.bnr-prd { position: static; display:inline-block; max-width: 100%;}
.bnr-p2 { font-size: 30px;line-height: 36px; padding: 2px 0 7px;}
.bnr-p3 {font-size: 16px;line-height: 24px;}
.banner .sec-line { margin-bottom: 8px;}
.bnr-prd { display:none;}
.mob-banner{display:inline-block;max-width: inherit;margin: 10px auto 0 -10px;width: calc(100% + 20px);}
.marg-1 {margin-top: 25px;}
.pink-p1{float:left;width:100%;text-align:center;margin:0;}
.pinkOpt{margin-top:15px;margin-bottom:15px;}
.sign-box {width: 100%;}
.seen-sec {padding: 30px 0 0;}
.seen-ul li {padding: 9px 8px;}
.seen-ul {padding: 10px 0 25px;}
.shop-btn {font-size: 22px;line-height: 50px;height: 50px; margin-top: 20px; width: 200px;}

.section-1, .section-2, .section-3, .section-4, .section-6 {padding: 30px 0;}
.section-1{padding:25px 0 30px;}
.s1-ul {margin-top:30px; justify-content: center;}
.s1-ul li { width: 100%;max-width: 330px; }
.s1-p1 {font-size: 26px;line-height: 32px; padding-bottom: 5px;}
.s1-p1 span{font-size: 21px;line-height: 28px; }
.s1-p2{margin-top: 10px; font-size: 16px;line-height: 24px;}
.sec-line{margin-bottom: 5px;}
.s1-p3 {font-size: 20px;line-height: 24px;}
.marg-2 {margin-bottom: 14px;}
.s1-ul .shop-btn {}
.s1-p5 {font-size: 16px;line-height: 24px;padding: 5px 0;margin: 5px 0;}
.s1-p5 span{font-size: 14px;}
.s2-prd-1 {max-width: 100px;}
.s2prd{}
.s2prd:nth-child(2), .s2prd:nth-child(3){}
.s2prd:nth-child(3){}
.s2prd:nth-child(4), .s2prd:nth-child(5){max-width:110px;}
.s2-prd-1:nth-child(2), .s2-prd-1:nth-child(3){top: 18px; max-width: 87px; left: 20px;}
.s2-prd-1:nth-child(3) {left:auto;right: 20px;}
.s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5){max-width: 74px; top: 34px; left: 0px;}
.s2-prd-1:nth-child(5) {left:auto;right: 0px;}

.section-2{padding: 25px 0 30px;}
.s2-inner{        width: 100%;margin-top: 50px;padding: 10px 10px 20px;}
.s2-banner-mob{margin: -50px auto 0;}
.s2-inner div{padding: 10px;}
.s2-inner .shop-btn{margin-top: 20px;}

.section-3{padding: 30px 0 0;}
.s3-box {height: auto;margin: 20px 0 0;}
.s3-box-lft {width: 100%;background:none;}
.s3-box-rit {width: 100%;padding: 10px 10px 20px;text-align: center;}
.s3-sdo-img{vertical-align:top;}
.s3-p1 {font-size: 21px;line-height: 30px;}

.section-4{padding-bottom:20px;}
.s4-ul {margin: 10px 0 0; background: none;}
.s4-li-div {padding: 15px 0px;}
.s4-ul li img {max-width:120px;}
.section-4 .s3-p1 {line-height: 33px; font-size: 28px;}
.s4-ul-2{padding: 20px 0 0;}
.s4-ul-2 li {padding: 0 0; width: 100%; margin: 10px 0 10px;}
.s4-ul-2 li .s1-p2 {font-size:17px;line-height:22px;}

.section-5 {padding: 30px 0 0;}
.s5-lft {width: 100%;text-align:center;}
.s5-lft .s1-p1 {font-size: 26px;line-height: 36px;}
.s5-models{position:static;display:inline-block;margin-top:25px;width:100%;vertical-align:bottom;}

.footer{padding:10px 0 30px;}
.ftr-p1{font-size: 14px;line-height: 20px;margin: 15px 0 0 0;}
.ftr-p2{font-size: 15px;line-height: 26px; letter-spacing: 0;}
.ftr-rgt {font-size: 14px;}
	.pop-innr{width:100%; text-align: center}


}

/*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:#b31e4f;
    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 #070707;
}
.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;
}

