@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: 'DM Sans', 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; height: auto;}
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: 202px;
    margin-top: 2px;
	}
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: 40px;
    line-height: 52px;
    color: #044a5f;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Lora", serif;
    vertical-align: middle;
   }
.bdhding2 span{}
.bdfont{
        font-size: 18px;
    line-height: 28px;
    color: #090909;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
   }
.mariin-25{
	float:left;
	width:100%;
	margin-top:25px;}
.fullpage{ float:left; width:100%; overflow:hidden;}


/************************/
.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: #4e3455;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    padding: 18px 0;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
    width: 100%;
    padding: 0px 0;
    position: relative;
   /* background:url(../images/banner-bg.jpg) no-repeat center top;*/
	height:602px;
	overflow:hidden;
}
.bnr-lft {
    display: inline-block;
    width: 40%;
    text-align: center;
    margin-top: 115px;
	position:relative;
	z-index:1;
}
.bnr-p1 {
	float: left;
	width: 100%;
	font-size: 48px;
	line-height: 60px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
}
.bnr-p1 span{
	display: block;
	font-size: 26px;
	line-height: 37px;
	font-weight: 400;
	/* font-family: 'Damion', cursive; */
	margin-bottom: 8px;
}
.sec-line{
	display:inline-block;
	max-width:100%;
	margin:20px 0 10px;
	vertical-align:middle;
}
.bnr-p2 {
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    color: #000;
}
.shop-btn, .bnrbtn, .commn-btn{
	display: inline-block;
    width: 215px;
    height:58px;
    font-size: 24px;
    line-height: 58px;
    color: #fff;
    background: #4e3455;
    border-radius: 50px;
    text-align: center;
    font-weight:700;
    position: relative;
    transition: all ease 0.2s;
    border: none;
    outline: none;
    font-family: inherit;
    cursor: pointer;
	margin-top:22px;
}
.shop-btn:hover {
}
.shop-btn i{
	margin: -1px 0 0 9px;
    vertical-align: middle;
    font-size: 13px;
}
.bnr-img-div{
	position:absolute;
	left: -12%;
	top:0;
	padding:150px 0 0;
	width:491px;
	height:602px;
	background:#f1f3f0;
	}
.bnr-prodt{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.bnr-model{
	position:absolute;
	right: -12%;
	top:0;
	}	
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding:40px 0;
	background:#fff;
	overflow:hidden;
}
.s1-rit{
	float: right;
	width: 52%;
	text-align: left;
	margin: 50px 0 10px;
}

.s1-p1 {
    float: left;
    width: 100%;
    font-size: 35px;
    line-height: 45px;
    color: #000;
	font-weight:bold;
	text-transform:capitalize;
}
.s1-p1 span{
	color: #ff7e00;
    display: block;
    font-size: 43px;
    line-height: 50px;
    font-weight: 700;
}

.s1-p1 span.line-styl{
	float: none;
    width: auto;
    font-size: 38px;
    line-height: 34px;
    vertical-align: middle;
    margin-top: -16px;
    display: inline-block;
}
.sec-line-2{
	display:inline-block;
	max-width:100%;
	margin:20px 0 20px;
	vertical-align:middle;
}
.s1-p2 {
	    display: inline-block;
    width: 88%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin: 10px 0 0;
}
.s1-rit .s1-p1{}
.s1-rit .s1-p2{ }
.pad-1{
	padding:0 140px 20px;
}
.marg-2{
	margin-bottom:25px;
}
ul.bndl-list {
    float: left;
    width: 100%;
}
ul.bndl-list li{
	    float: left;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    background: url(../images/prd-tik.png) no-repeat left 10px;
    margin: 4px 0;
    font-size: 19px;
	}
.s1-ul{
    float: left;
    width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap:35px;
}
.s1-ul li{
    float: left;
    width: 49%;
    padding:0px 0 0px 60px;
    text-align: left;
    position: relative;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight:400;
}

.s1-ul li img{
	position:absolute;
	left:0px;
	top:5px;
}
.s1-ul li:last-child{
	border:none;
	padding-bottom:0;
}
.s1-vdo-box{
	position:relative;
}
.s1-vdo-img{
	position: absolute;
    top: 0;
    left: 0;
}
.section-1 .shop-btn{
	margin:35px 0 0;
}
	
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
	width: 100%;
	padding: 70px 0 0;
}
.s5-innr{
	display:inline-block;
	width:70%;
	text-align:center;
	}
.s5-prdt{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
    margin: 45px auto 30px;
}
.s5-ul{
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    row-gap: 20px;
}
.s5-ul li {
	float: left;
    width: 16%;
    padding: 30px 10px 32px;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    border: 1px solid #ededed;
    border-radius: 12px;
}
.s5-ul li img {
    display:block;
	margin:0 auto 7px;
}
.s5-ul li span{
	display:block;
	font-weight:500;
	font-size:23px;
	line-height:30px;
	padding-bottom:10px;
	color:#2a2a2a;
	text-transform:capitalize;
	}
.s5-ul li h1{
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    padding: 12px 10px;
    color: #fff;
    background: #8b44ff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 30px;
	}

p.s5-pnt-hed {
    font-size: 20px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: capitalize;
}
p.s5-pnt-txt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    float: left;
    width: 100%;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background:#fff;
	overflow:hidden;
}
.section-3 .shop-btn{}
.section-3 .s1-p1{}
.s3-lft{
	float:left;
	width:49%;
	margin-top:45px;
	}
.s3-rgt{
	float:right;
	width:49%;
	margin-top:45px;
	}
.s3-txt1, .s3-txt2{
	float:left;
	width:100%;
	height:88px;
	font-size:63px;
	line-height:88px;
	color:#fff;
	font-weight:bold;
	background:#4e3455;
	position: relative;
	}
.s3-txt1:before{
	content:"";
	position:absolute;
	top:0;
	right:-413px;
	width:413px;
	height:88px;
	background:#4e3455;
	}
.s3-txt2{ margin-top:70px;}	
.s3-lft .s3-txt1:before{
	right:auto ;
	left:-413px !important;
	}				
.s3-ul{
	float: left;
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 22px;
}
.s3-ul li{
    float: left;
    width: 100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	text-align:left;
	padding: 10px 300px 55px 0;
	position:relative;
}
.s3-ul li h1{
	font-size:28px;
	line-height:34px;
	font-weight:700;
	color:#4e3455;
	margin-bottom:10px;
	position:relative;
	}
.s3-ul li h1:after{
	content: "";
    position: absolute;
    right: -20px;
    top: 20px;
    width: 100px;
    padding: 0.5px 0;
    background: #e9e6ea;
	}
.s3-ul li img{
	position:absolute;
	right:0;
	top:0;
}
.s3-rgt .s3-ul{ margin-top:70px;}
.s3-rgt .s3-ul li{
	text-align:right;
	padding: 10px 0px 55px 330px;
	}
.s3-rgt .s3-ul li h1:after{
	right:auto;
	left:-20px;
	}
.s3-rgt .s3-ul li img{
	right:auto;
	left:0;
	}	
.s3-blue-bg{
	background:#ff6b31;
}
.s3-grn-bg{
	background:#ff6b31;
}
.s3-purpl-bg{
	background:#ff6b31;
}
.s3-btlgrn-bg{
	background:#51707b;
}
.s3-ic-1{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
	margin-bottom:10px;
}
.s3-li-txt-bx{
	float: left;
    width: 100%;
    padding: 0px 0px 15px;
    border-radius: 0 0 6px 6px;
	margin-bottom:15px;
}
.s3-p1{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
	
/*================SECTION 2===================*/
.sec2 {
    padding:50px 0 50px;
    text-align:center;
    float: left;
    width: 100%;
        background: #fff;
}
.sec2 .bdhding2 {}
.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: #090909;
    font-weight: 700;
	font-family: "Lora", serif;
    background: none;
    padding-top: 0px;
}
.s2prd-hding2 span {
    display: block;
    margin-top: 0px;
    padding: 0px 0 0;
    color: #111111;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.s2prd-prc, .s2prd-prc2 {
	font-size: 26px;
	line-height: 30px;
	color: #1b2452;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}
.s2prd-prc{}
.s2prd-prc2 {
	float: left;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    font-size: 24px;
    line-height: 35px;
    color: #000;
    font-weight: 700;
}
ul.s2list {
    float: left;
    width: 100%;
    margin-top:38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:35px;
    column-gap: 0px;
}
ul.s2list li {
	width: 32%;
    position: relative;
	padding: 20px 15px 35px;
    text-align: center;
    float: left;
    /*overflow: hidden;*/
    background: #4e3455;
    border-radius: 55px 0px;
}
ul.s2list li:before{
	position:absolute;
	content:"";
	background:#f2f7f8;
	border-radius:0px 55px;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	}
ul.s2list li .bnrbtn{ 
    margin-top: 12px;
	}
ul.s2list li:hover .bnrbtn{}
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{
	display: inline-block;
    width: 100%;
    padding: 15px 0 15px;
    /*background: #ffffff;*/
    border-radius: 15px;
    margin-bottom: 0px;
	position: relative;
    z-index: 1;
	}
.s2prd2 {
	
    padding: 0px 0 0;
    display: block;
    margin: 0 auto;
    clear: both;
}
.prdts-content{
	float: left;
    width: 100%;
    padding: 12px 0px 0px;
    text-align: center;
    position: relative;
}
/********************/
.sec3 {
    padding: 50px 0;
}
.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 #4e3455;
}
.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%;
	}
.prod-name div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 210px);
}
.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;
	}
/*=============STRIP======================*/
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background:#333;
    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: 100%;
	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;
}
