@charset "utf-8";
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: "Inter", sans-serif;
	font-weight:400;
}
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: inherit;text-decoration: none;}
img {border: none; max-width:100%; vertical-align:middle;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	
.topStrip{
	background:#ec7435;
	float:left;
	width:100%;
	padding:7px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:15px;
	font-weight:500;
	line-height:14px;
	color:#fff;
	letter-spacing:1px;
	}
.topStrip p span{color:#fdf746;}
	
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	padding:10px 0;
	margin-top:-70px;
	top:70px;
	position:relative;		
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	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{
	float: left;
    max-width: 130px;
    margin-top: 0px;
	}
ul.topMenu{
	float:right;
	margin: 11px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:17px;
	line-height:19px;
	letter-spacing:0.5px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d7d7d7;
	top:2px;
	bottom:2px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#000;}
a.nav-btn{
    float: right;
	background:#fff;
    color: #ec7435;
    font-size:17px;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height:38px;
	border:1px solid #ec7435;
	border-radius:32px;
	margin-top: -8px;
	font-weight:600;
	}
a.nav-btn:hover{
	background:#ec7435;
	color:#fff;
	border:1px solid #fff;
	}	
	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top:3px;
	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:16px;
	font-weight:300;
	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:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}


.dsplay{width:100%; box-sizing:border-box; float:left;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
    }
.bdhding2{
    font-size: 43px;
    line-height: 53px;
    color: #040404;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-family: "Anton", sans-serif;
    }
.bdhding2 span{}
.bdfont{
    font-size: 18px;
    line-height: 28px;
    color: #090909;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
   }
.mariin-25{
	float:left;
	width:100%;
	margin-top:25px;}
.fullpage{ float:left; width:100%; overflow:hidden;}

.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2 {
        height:48px;
    width:185px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin:22px 0 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height:48px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #5c1212;
    position: relative;
    border-radius:0px;
    text-transform: capitalize;
	font-family:inherit;
}
.s1-inner .bnrbtn{ margin-top:18px;}

/************************/
.commn-hdg1{
	color: #000000;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: 500;
	}
.commn-hdg{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #103938;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    
    text-transform: uppercase;
	}
.commn-hdg span{
	display: block;
    font-weight: 500;
    color: #e03f3c;
    font-size: 45px;
    line-height: 55px;
}
.commn-hdg.white-txt{color:#fff;    font-size: 40px;}
.commn-para{
        color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	}	
.btn-bx{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 220px;
    margin-top: 40px;
	}	
.commn-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    background: #5c1212;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    padding: 18px 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}

/*================start banner===================*/
.banner{
    float: left;
    width: 100%;
    background: url(../images/banner.jpg)#fde2e1 center top no-repeat;
    padding: 0px 0 0 0;
    height: 730px;
    position: relative;
	overflow:hidden;
}
.s1-inner {
	float: left;
    width: 54%;
    text-align: center;
    padding: 178px 0px 0px 120px;
}
.discount-img{
    position: absolute;
    top: 15px;
    right: 315px;
	}
.bnr-bag{
    position: absolute;
    top: 350px;
    left: 22%;
	}
.bnr-prdt{
	position: absolute;
    right: 36%;
    top: 384px;
    max-width: 315px;
	}	
.bnr-prdt-sheld{
    position: absolute;
    top: 190px;
    right: 42%;
    z-index: 1;
	}
.bnrhd, h1{
	font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #444444;
}
.bnr-hdng{
	font-size: 46px;
    line-height: 60px;
    color: #c75f03;
    font-weight: bold;
    text-transform: capitalize;
	}
.bnr-head{		
	font-size: 60px;
    line-height: 70px;
    color: #040404;
    font-weight: 400;
    padding-top: 0px;
    float: left;
    width: 100%;
    font-family: "Anton", sans-serif;
}
.bnr-head span{
	display: block;
    font-size: 61px;
    line-height: 66px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 5px;
    
    letter-spacing: 3px;
}
.bnrhdline{margin:6px 0;display:block;}
.bnrtxt{
    font-size: 18px;
    line-height: 28px;
    color: #090909;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.bnrprd{
	position:absolute;
	right:0;
	top:30px;
}
.bnr-img{
	position: absolute;
    right: 0;
    top: 105px;
}
.bnr-img-prdts{
	position: absolute;
	top: 375px;
	right: 41%;
	z-index: 1;
    }
ul.bnr-list {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap:0px;
    margin-top: 203px;
	border-radius:10px 10px 0 0;
	background:#fff;
}
ul.bnr-list li{ 
    float: left;
    width:25%;
    position: relative;
    text-align: left;
    padding:34px 30px 40px 40px;
    color: #1c1474;
    font-size: 18px;
    line-height:26px;
    font-weight: 700;
	transition:all 0.5s;
	}
ul.bnr-list li img{
	display:block;
	margin:0 0 5px;
	}
ul.bnr-list li:hover{
	background:#ffb200;
	color:#fff;
	margin-top:-15px;
	}
ul.bnr-list li:hover img{filter: grayscale(100%) brightness(570%);}			
/*=============STRIP======================*/
.strip{
	padding: 55px 0 ;
    text-align: center;
    position: relative;
	}
.strip2{
	padding:35px 0px;
	text-align:center;
	background:#332727;
	position:relative;
	}
.strp2-txt{
	    float: left;
    width: 100%;
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    
	}		
.strip2 .shop-list{
	float:right;
	width:75%;
	column-gap: 15px;
	margin:10px 0 0;
	}	
.strip2 .shop-lst-content {padding: 50px 10px 50px 15px;}	
.strp-inr-bx{
	float: left;
    width: 100%;
	position:relative;
	background:#f7fafe;
	}
.strip-img{
    position: absolute;
    top: 0;
    right: 0;
}
.strip-img2{
    position: absolute;
    top: 0;
    right: 2%;
}
.strip-img3{
	position: absolute;
    top: 286px;
    left: 26%;
	z-index:1;
	}	
.strip-rgt{
    float: left;
    width: 58%;
    text-align: left;
    padding: 120px 0px 0px 0;
	}
.strip-rgt-bx{
    float: left;
    width: 100%;
    text-align: left;
    padding: 25px 30px 30px;
    position: relative;
    background: #fff;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0px 0px 5px #bbb;
    margin-top: 25px;
	}
.strp-txt1{
	    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #15483f;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-top: 22px;
    
	}	
.strp-hdg2 {
        font-size: 26px;
    line-height: 32px;
    color: #000;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
}	
.strp-inr{
	float: left;
    width:100%;
    text-align: left;
	padding: 0px 0 20px;
	position: relative;
	}
.strp-inr2{
	float: left;
    width: 25%;
    text-align: left;
    padding: 0;
	}	
.strp-hdng{
	float: left;
    width: 100%;
    font-size: 33px;
    line-height: 53px;
    color: #fff;
    font-weight: bold;
    
    text-transform: capitalize;
    padding: 0 165px 3px 0;
    background: url(../images/strp-hdng.png) center top no-repeat;
    background-size: 100%;
    text-align: right;
}	
.strp-inr .bdfont{ }
.strp-inr .s1-txt1{ margin-bottom:20px;}
.strp-inr .s1hding{ color:#fff; text-transform: uppercase; font-size:28px; line-height:36px; font-weight:500;}
.strp-inr .bnrbtn{}
.strp-txt{
	font-size:25px;
	line-height:35px;
	color:#fff;
	margin-bottom:8px;
	}
ul.strip-list{
	float:left;
	width:100%;
	margin-top:60px;
	padding:50px 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
	background:#f5f8f9;
	position: relative;
	}	
ul.strip-list li{
    float: left;
    width:32%;
    font-size:22px;
    line-height:32px;
    color: #0a0a0a;
	font-weight:500;
    text-align: left;
    padding:0px 0 0px 85px;
    position: relative;
	}	
ul.strip-list li img{
	position:absolute;
	top:0;
	left:5px;
	}	
.strp-inrr-lft{
	float:right;
	width:50%;
	text-align:left;
	}
ul.strip-list2{
   float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
	}	
ul.strip-list2 li{
	float: left;
    width: 50%;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
    color: #2b3d65;
    text-align: center;
    padding: 0px 18px 15px;
    position: relative;
    border-right: 2px solid #fff;
	}	
ul.strip-list2 li:last-child{ border:none;}	
ul.strip-list2 li span{
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
	}
ul.strip-list2 li img{
	display:block;
	margin:0 auto 8px;
	}

/*=============BTM SECTION======================*/
.bnr-btm-sec {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
   }
.btm-sec-inr{
	float: right;
    width: 60%;
    padding: 0px 0 45px;
    text-align: left;
	}
.bnr-btm-model1{
	position:absolute;
	left:0;
	top:0;}	
.bnr-btm-model2{
	position: absolute;
    right: 0;
    top: 270px;
	}	
.btm-sec-prdt{
    position: absolute;
    top: 205px;
    left: 50%;
    transform: translateX(-50%);
	}
.bnr-btm-Box{
	float:left;
	width:50%;
	text-align:center;
	}	
.bnr-btm-Box .s2prd2 {
    max-width: 300px;
    margin: -20px auto;
	}	
.bnr-btm-sec .bnrbtn { margin-top: 10px;}
.bnr-btm-hdg {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-transform: none;
    display: inline-block;
    width: 100%;
	margin-top:25px;
}
.btm-sec-ritbx{
    float: right;
    width: 47.5%;
    position: relative;
    text-align: center;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 3px 5px #bbb;
	}
.bnr-btm-sec-hdg{
	float: left;
    width: 100%;
    font-weight: 400;
    font-size: 28px;
    line-height: 46px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 0px;
    background: #0872ba;
	}
.gls-prodt{
	display:inline-block;
	vertical-align:middle;
	margin:30px 0 0;
	max-width:100%;
	position:relative;
	z-index:1;
	}	
.bnr-btm-lines{
	position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
	}	
.btm-sec-lft{
	display:inline-block;
    width:100%;
    position: relative;
    text-align: center;
	}
.bnr-btm-sec ul {
    float: left;
    width: 100%;
    margin-top:-18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0px;
    column-gap: 0px;
}
.bnr-btm-sec ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}
.bnr-btm-sec ul li:nth-child(2), .bnr-btm-sec ul li:nth-child(3){margin-top:72px;}
.bnr-btm-sec ul li img {
	display:inline-block;
	margin:0px auto 0px;
	max-width:100%;
	}
.bnr-btm-sec ul li span {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom:8px;
    color: #23345b;
    text-transform: capitalize;
	
}
.bnr-btm-sec ul li p {
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
}

.bnr-btm-sec ul li:last-child:before{ display:none;}

.bnr-btm-mid {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
	margin-top:50px; overflow:hidden;
}
.bnr-btm-hdg2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #c75f03;
    text-transform: none;
    display: inline-block;
    width: 100%;
	margin-top:25px;
}
.bnr-btm-mid:before, .bnr-btm-mid:after{
	position:absolute;
	content:url(../images/shape1.png);
	width:374px;
	height:13px;
    left: 60px;
    top: 100px;
	}
.bnr-btm-mid:after{
	content:url(../images/shape2.png);
	left:auto;
	right:60px;
	
	}
.bnr-btm-mid-prdts{
	position:static;
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}	
/*================SECTION 1===================*/
/*================start section1===================*/
.sec1{ 
	margin-top: -250px;
    padding:270px 0 55px;
    background: #fcedec;
	}
.s1-inner2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding:0px 0px 0px;
}
.sec1-img{
	position: absolute;
    top: 0px;
    right: 3%;
}
.sec1-img2{
	position: absolute;
    right: -5%;
    bottom: -55px;
	}

.s1-inner2-rit{
	    float: left;
    width: 59%;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-top: 50px;
	}
.left-box { position: relative;}
.rgt-box {
	float: left;
    width: 100%;
    margin: 80px 0 0;
	position:relative;
	}
.s1-modl-pdt{
	position: absolute;
    top: 0;
    left: 0;
	}
.lft-box{
	float: right;
    width: 66.44%;
	height:382px;
    text-align: center;
    padding: 25px 0px 0 185px;
	background: url(../images/s1-lft-box-bg.jpg) center top no-repeat;
	background-size:100% 100%;
	}
.s1-txt1{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #656565;
    font-weight: 500;
    text-transform: capitalize;
	}	
.s1-txt1 span{
	display:block;
	font-size:32px;
	line-height:35px;
	color:#070808;
	font-weight:700;
	}
.s1-btn-bx{ float:left; width:100%; position:relative; margin-top:30px;}	
/*.s1-btn-bx:before{
	    content: '';
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    border-top: 1px solid #e9e9e9;
	}*/
.sec1 .bnrbtn{margin-top:0px;}	
.s1txt{padding: 20px 0px 0 0px;}

ul.s1-list {
   float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap:0px;
    margin:0;
}
ul.s1-list li{ 
    float: left;
    width:24%;
    position: relative;
    text-align: center;
    padding: 0 0;
	}
ul.s1-list li span{
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin-bottom: 0;
	text-transform: capitalize;
	}
ul.s1-list li img{
	display: inline-block;
	vertical-align:top;
	max-width:100%;
	}

ul.s1-list li:last-child:after{ display:none;}
	
/*================SECTION 2===================*/
.sec2 {
    padding:55px 0;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
}
.padng{ padding:0 80px;}
.down-arw{
	position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -18px;
	}
.prod-box{
	float:left;
	width:100%;
	margin-top:0px;
	}
.s2lft, .s2rgt, .s2mid  {
	width: 39%;
	margin: 16px 7px 0 0;
	vertical-align: top;
	display: inline-block;
	position:relative;
}
.prd-detls{
	width:81%;
	float:left;
	}
.s2lft {
	background: #fff;
	padding: 36px 30px 63px;
}
.s2rgt{
	width: 20%;
	background: #fff;
	padding: 20px;
	margin-right: 0;
	}
.s2rgt .s2prd-hding{font-size: 22px; line-height: 30px;}
.s2rgt .s2prd-prc{ margin-top: 10px; padding-top: 0;}
.s2rgt .s2prd1 { max-width: 74.2%; float: none; display: inline-block; margin-top: 28px; position: static;}
.s2prd1, .s2prd_bndl {
	margin-top: 5px;
    max-width: 230px;
    position: absolute;
    top: 125px;
    right: 50px;
}
.s2rgt a.s2btn1{ float:none; display:inline-block; margin-top:5px;}

.s2prd-hding, .s2prd-prc, .s2prd-hding2, .s2prd-prc2, .s2prd-sb-hding {
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0 0 0;
	float:left;
	width:100%;
}
.s2prd-hding span{
	display:block;
	}
.s2prd-sb-hding{
	font-size: 19px;
	color: #001a59;
	line-height: 19px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 4px 0 7px;
	margin-top: 10px;
	max-width: 100%;
	}
.fiv-star{
	display:block;
	float:left;
	margin-top:10px;
	}
.s2prd-hding2 {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #010101;
    font-weight: 700;
    background: none;
    padding-top: 5px;
}
.s2prd-hding2 span {
       display: block;
    margin-top: 0px;
    padding: 0px 0 0;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 400;
}
.s2prd-prc, .s2prd-prc2 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}
.s2prd-prc{}
.s2prd-prc2 {
	float: left;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    font-size: 24px;
    line-height: 34px;
    color: #08090d;
    font-weight: 700;
}
ul.s2list {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 20px;
}
ul.s2list li {
	width:32%;
    position: relative;
    padding: 0;
    text-align: center;
    float: left;
    overflow: hidden;
    /*background: #f5f8f9;*/
    border-radius:0px;
}
ul.s2list li:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:23%;
	bottom:0;
	background: #f5f8f9;
	}
ul.s2list li .bnrbtn{
	margin-top: 12px;
    height: 50px;
    width: 190px;
    font-size: 19px;
    line-height: 50px;
	}
ul.s2list li:hover{	}
ul.s2list li:nth-child(even) {
}
ul.s2list li .btn{
	width:200px;
	height:50px;
	line-height:50px;
	margin-top:0px;
	}
ul.s2list li:nth-child(3), ul.s2list li:nth-child(4) {
}
.prdts-bg{
	float: left;
    width: 100%;
    padding: 0px 0;
    text-align: center;
    position: relative;
	}
.s2prd2 {
	max-width: 200px;
    padding: 0px 0 0;
    display: block;
    margin: 0 auto;
    clear: both;
}
.prdts-content{
	float: right;
    width: 100%;
    padding: 0px 15px 36px;
    text-align: center;
    position: relative;
}
/******FOR MOBILE***************/
.s2list-mob{
	float:left;
	width:100%;
	display:none;
	}
.s2list-mob li{
	width: 48%;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 229px;
    margin-top: 5px;
	}
.s2list-mob li:nth-child(1) .s2btn2{ margin-top: 14px;}
.s2list-mob li .prd-left{float:left; width:60%;}
.s2list-mob li .s2prd2 { top: 6px; max-width: 140px; right: 30px;}
.s2list-mob li:nth-child(1) .s2prd2{ max-width: 140px; right: 10px; top: 30px;}
.s2list-mob li .s2prd-sb-hding{ font-size:14px;}
.s2list-mob li .s2btn2{margin-top: 56px;}
/*================SECTION 3===================*/
.sec3 {
	padding:60px 0;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.sec3-inner {
    background: #efefef;
}
.sec3 .bdhding{}
.s3-Box{
	float:right;
	width:47%;
	margin-top:0;
	padding:65px 0px 65px 0;
	text-align:left;
	}
.s3-model{
	position:absolute;
	left:0;
	top:0;
	}	
ul.s3list {
    float: left;
    width: 100%;
    padding: 25px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
    background: #fbf7f7;
   }
ul.s3list li{
	    float: left;
    width: 32%;
    font-size: 18px;
    line-height: 28px;
    color: #090909;
    padding: 25px 28px;
    position: relative;
    background: #fff;
}
ul.s3list li img{
	display:block;
    width: 70px;
    margin:0 auto 0;
	}
ul.s3list li span{
	margin: 15px 0 5px;
    display: block;
    font-size: 24px;
    line-height: 33px;
    font-family: "Anton", sans-serif;
	}	
	

.s3prod-sec {
        display: inline-block;
    width: 82%;
    position: relative;
    padding: 0 0 0px 0px;
    margin-top: 30px;
}

.s3-prod-list {
        float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #57b9b2;
}
.s3-prod-list li {
	    float: left;
    width: 49%;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    row-gap: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.s3-prod-list li:last-child{ border:none;}
.s3-btn {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    row-gap: 10px;
}
.s3-btn .next-btn{    
	font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 49%;
    padding: 0;
}

.s3-btl {
	display: inline-block;
	max-width: 340px;
	margin: 0 0 20px 0
}
.s3-prod-list li .prod-name{
	font-size:22px;
	line-height:36px;
	letter-spacing:0.5px;
	color:#333;
	width:100%;
	}
.s3-prod-img {
	max-width: 190px;
	display: inline-block;
	margin-right: 10px;
}
.prod-name span{
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0 5px;
	}
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background:linear-gradient(45deg, #431414, #7f0d0d);
    text-align: center;
	}			
.footerBox1{
	float:left;
	width:100%;
    padding:30px 0;
	position:relative;
	overflow:hidden;
	color:#fff;
	}					
	
.ftrbx {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
	row-gap: 20px;
}
.ftrBox1, .ftrBox2, .ftrBox3 {
    float: left;
    width: 49%;
	margin: 10px 0;
}
.ftr-logo{
	max-width: 250px;
    display: inline-block;
    vertical-align: middle;
}
ul.frt-list{
	float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
	}
ul.frt-list li{
	float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
	}	
ul.frt-list li a{ color:#fff;}
ul.frt-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	 }		
.ftrbx1-hd {
    line-height: 23px;
}
.ftrBox3 {
    width: 55%;
}
.ftrtxtbx {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
.ftrbx2-hd{
	float:left;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	}
.ftr-dog-img{
	max-width: 380px;
    position: absolute;
    right: 60px;
    bottom: -50px;
    opacity: 0;
}
.other-links {
    
}
.other-links li:last-child{
}
.footerBox2{
	background: #fff;
    float: left;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    padding: 25px 0 20px;
}
p.ftr-link {
    text-align: right;
    float: right;
    margin-top: 20px;
}
.ftr-cpyrght{
	margin-top: 20px;
    font-size: 16px;
    color: #000;
    float: left;
    text-align: left;
	}
.ftr-cards{
	float:right;
	margin:0 0 0 0;
	max-width: 130px;
	}


.prodBreadcrm {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    border-top: 1px solid #dadada;
}	
.prodBreadcrm p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #656565;
    font-weight: 600;
    padding: 8px 0;
}

/********************************/
.age-pop-overlay {
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}
.pop-up-bg {
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9;
    border: 0px;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);
}
.pop-up-bg-in {
	height: 100% ;
	position: fixed ;
	top: 0px ;
	padding: 0px ;
	margin: 0px ;
	border: 0px;
	opacity: 0.93;
	transition: left 1s ease 0s ;
	z-index: 10000010 ;
	width: 390px ;
	left: 0px;
}
.pop-up-left {
	background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 30px 0 20px;
    z-index: 99;
}
.pop-up-left-txt {
	width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-transform: capitalize;
    padding: 0px 0px 20px;
    overflow-wrap: break-word;
    line-height: 37px;
    transition: left 1s ease 0s;
    float: left;
}
.pop-up-left-txt span{
	font-weight: 700 ;
	display: block;
	}
.no-btn, .yes-btn {
	cursor: pointer;
    margin-left: 0px;
    margin-top: 0px;
    width: 140px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    border: 2px solid #e1bc5c;
    outline: none;
    background-color: #ff3232;
    transition: left 1s ease 0s;
    appearance: none;
}
.yes-btn {
	background-color: #42ac47;
}
