@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	color:#000000;
	text-align:center;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
}
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;}
a:hover {}
img {border:none; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
.top-strip{
	float:left;
	width:100%;
	padding:5px 0;
	background:#000000;
	}
.top-txt{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	}
/*-------------------------
CSS FOR HEADER
--------------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:67px;
	}
.header{
    float: left;
    width: 100%;
    background: #f6f6f6;
    height: 67px;
    margin-top: -67px;
    position: relative;
    top: 67px;
    padding: 12px 0;

	}
.fixed-nav .header{
	position: fixed;
	    z-index: 99999999;
	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);
	}
.call-us{
	float:left;
	font-size:14px;
	line-height:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-top:24px;
	font-weight:500;
	}
.logo{
	max-width: 152px;
    float: left;
    margin: -4px 0 0;
	}
.header-btn{ float:right; width:150px; margin:20px 0 0 20px;}
	
.hdr-menu{
    float: right;
    margin-top: 11px;
	}	
ul.mainMenu{
    float: left;
    padding: 0px 0 0;
	}
ul.mainMenu li{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
ul.mainMenu li a{
    float: left;
    color: #2d2d2d;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: "Anton", sans-serif;
    text-transform: capitalize;
    border-right: 1px solid #e1e9f4;
    padding: 0 25px;
	}
ul.mainMenu li:last-child a{ border:none;}
ul.mainMenu li a.active{color:#f16c2a;}
.search-ic {
	display:inline-block;
	vertical-align:middle;
    -webkit-appearance: none;
    margin:3px 10px 7px 5px;
    vertical-align: middle;
	position:relative;
	z-index:10;
	}
.search{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:10px;
	}
.search input{
	position:absolute;
	right:0;
	top:-8px;
    width:0;
	height:40px;
    border:1px solid #ccc;
    outline: none;
    background: #fff;
    color: #000;
    font-size: 16px;
	padding:5px 0;
	opacity:0;
	transition:all ease 0.5s;
	}
.search input.open{
	width:200px;
	transition:all ease 0.5s;
	padding:5px 25px 5px 10px;
	opacity:1;
	}
.top-rit {
    float: right;
    margin:25px 0 0;
	}
.cart-p {
	display:inline-block;
	vertical-align:middle;
    position: relative;
    padding-right:20px;
	}
.top-bar-ic-1, .top-bar-ic-2 {
    float: right;
	}
.cart-p span {
    position: absolute;
    right: 0;
    top: -6px;
    width: 17px;
    height: 17px;
    background: #f16c2a;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    padding: 2px 0 0;
	}

ul.mainMenu li .dropdown-menu {
	position:absolute;
	opacity: 0;
	visibility: hidden;
	display: block;
	padding:0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	background:#fff;
	left:0;
	top:15px;
	width:250px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius:5px;
	overflow:hidden;
	z-index:99;
	}
ul.mainMenu li:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	}
ul.dropdown-menu li{
	width:100%;
	background:none;
	padding:0;
	}
ul.dropdown-menu li a{
	font-size:16px;
	line-height:18px;
	width:100%;
	text-align:left;
	padding:14px 10px;
	text-align:left;
	font-weight:500;
	text-transform:capitalize;
	letter-spacing:0.5px;
	}
ul.dropdown-menu li a:hover{
	background: #f16c2a;
	color:#fff;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 30px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #3a3a3c;
	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(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:67px;
	background:rgba(255,255,255,1);
	z-index:3;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ccc;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

/*==========banner==============*/
.banner{
	float: left;
    width: 100%;
	height:612px;
	overflow: hidden;
    background:url(../images/banner-bg.jpg) #1e0904 no-repeat center top;
    padding: 30px 0px;
	}
.bnr-rght{
	float: right;
    width:53%;
    text-align: left;
    margin:67px 0 0 0;
}
.bnr-heading{
	float: left;
    width: 100%;
    text-align: left;
    line-height: 200px;
    font-size: 153px;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 14px;
    z-index: 9;
	}	
.bnrHdng2{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
	margin-bottom:15px;
	}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 70px;
    line-height: 75px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-family: "Anton", sans-serif;
	}
.bnrHdng span{
    font-weight: 600;
   
    margin-top: 10px;
    text-transform: capitalize;
}
.bnr-para{
	float: left;
    width: 88%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 0.5px;
	}
.shop-btn, .prd-det-btn .page-btn{
	display: inline-block;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 54px;
    height: 54px;
    width: 100%;
    max-width: 236px;
    color: #ffffff;
    background: #9d062c;
    margin-top: 30px;
    border: 0px solid #fff;
    border-radius: 8px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.5px;
	}
.brn-prd{
        position: absolute;
    top: 355px;
    right: 320px;
    z-index: 9;
    max-width: 260px;
	}	
.brn-imgs{
    position: absolute;
    top: -15px;
    right: -52px;
    z-index: 1;
    width: 520px;
    max-width: 100%;
	}
.bnr-prod{
	    position: absolute;
    top: 0;
    right: -342px;
	}
.bnr-model{
	    position: absolute;
    top: 255px;
    right: 176px;
    z-index: 99;
	}		
/*===============sectionSix=============*/	
.sec6{
	float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0;
    text-align: center;
    position: relative;
	}
.sec6 .comm_txt1{ text-align:center;}
.s6-cntr{
	display: inline-block;
    width: 100%;
    text-align: center;
    padding: 35px 148px 0;
    margin: 20px 0 0;
	position:relative;
    height: 271px;
    background: url(../images/s6-cntr-bg.png) no-repeat center top;
	}
.s6-txt1{
	display:inline-block;
	width:100%;
	font-weight:700;
	font-size:35px;font-family: "Anton", sans-serif;
	line-height:45px;
	}	
.s6-txt2{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 0;
	}
.s6-prod{
	    position: absolute;
    top: 28px;
    right: 41px;
	}				
/*===============sectionOne=============*/
.sectionOne{
	float:left;
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:0px 0 0;
	text-align:center;
	}
.s1-innr{
	display:inline-block;
	width:100%;
	position:relative;
	background:url(../images/sec1-innr-bg.png) center top no-repeat;
	height:420px;
	overflow:hidden;
	}
.s1-rgt{
	float: right;
    width: 58%;
    padding: 82px 0 0;
    text-align: center;
	}
.s1-rgt .bnrHdng{ color:#ff0000;}	
.s1-rgt .bnrHdng span{ 
    color: #000;
    font-size: 50px;
    line-height: 60px;
}	
.s1-rgt .shop-btn{
	background:none;
	border:none;
	color:#111;
	margin-top:20px;
	}
.s1-rgt-prc{
    font-size: 58px;
    line-height: 62px;
    color: #ff0000;
    font-weight: 700;
    margin-top: 15px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	}
.save{
	position: absolute;
    top: 0;
    right: 300px;
    width: 137px;
    height: 135px;
    background: #ffea00;
    border: 3px solid #fff;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    border-radius: 50%;
    padding: 34px 0 0 0;
	}	
.save span{
	display: block;
    letter-spacing: -0.5px;
    font-size: 28px;
	}	
.comnHdng{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}
.comnHdng span{ font-weight:700;}
.comn-txt{
	display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin: 16px 0 0;
	}
.h-line{
	display:block;
	margin:10px auto 0;}

.sub-hdng{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#4b4d4a;
	margin-top:10px;
	padding-bottom:26px;
	}
ul.s1-list{
	float: left;
    width: 100%;
    margin-top: 25px;
	}
ul.s1-list li {
	float: left;
    width: 46%;
	position:relative;
	font-size:17px;
	line-height:23px;
	color:#000;
	padding:0 0 0 72px;
	margin:30px 0 0 0;
}
ul.s1-list li:nth-child(2), ul.s1-list li:last-child{ float:right;}
ul.s1-list li img{
	position:absolute;
	top:5px;
	left:0;
	max-width:100%;
	}
ul.s1-list li span{
	float:left;
	width:100%;
	font-size:21px;
	color:#000000;
	font-weight:700;
	line-height:30px;
	}
.s1-prd{
    position: absolute;
    top: 30px;
    left: 322px;
	}	
.s1-model{
    position: absolute;
    top: 4px;
    left: 0px;
	}
/*===========sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:70px 0 0;
	text-align:center;
	}
.s2-strip{
	float:left;
	width:100%;
	background:url(../images/s2-strip-bg.jpg) no-repeat center top;
	padding:60px 0;
	margin-top:30px;
	}
.s2-strip-lft{
	float:left;
	width:50%;
	text-align:right;
	padding:0 40px 0 160px;
	position:relative;
	}
.s2-strp-txt1{
	font-size:16px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	}
.s2-strp-txt2{
	font-size:26px;
	line-height:32px;
	color:#000000;
	font-weight:600;
	margin-top:20px;
	}
.s2-strp-txt3{
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	padding:8px 0;
	margin-top:15px;
	border-bottom:1px solid #c5ccd9;
	border-top:1px solid #c5ccd9;
	}
ul.s2-strp-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
ul.s2-strp-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	color:#000000;
	font-weight:500;
	}
a.shop-more{
	font-size:14px;
	line-height:16px;
	margin-top:20px;
	}
.s2-prod{
	position:absolute;
	left:-25px;
	top:20px;
	}
.s2-add-icon{
	position:absolute;
	left:50%;
	top: 120px;
    margin-left: -25px;
	}
.s2-strip-rght{
	float:right;
	text-align:left;
	padding:0 170px 0 40px;
	}
ul.s2-strp-list .s2-lst-list{
	margin-top:30px;}
/*============sectionThree===========*/
.sectionThree{
	float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 60px 0 60px;
	}
.sectionThree1{
	float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 50px 0 50px;
	}
.sectionThree1_lft{
	float: left;
    width: 20%;
    text-align: left;
    padding: 65px 0 0
	}
.sectionThree1_lft .comnHdng span{ display:block;}
.sectionThree1_rit{
	float:right;
	width:77%;
	}
.sectionThree .comnHdng{}	
ul.s3-prdcts-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    row-gap: 15px;
    /* justify-content: center; */
    justify-content: space-between;
    column-gap: 15px;
    align-content: center;
}
.sectionThree1_rit ul.s3-prdcts-list{ margin-top:0;}
ul.s3-prdcts-list li {
	float: left;
    width: 24%;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    border-radius: 0px;
    padding: 14px 10px;
	position:relative;
}
.sectionThree1_rit ul.s3-prdcts-list li{ width:32%; padding: 15px 15px;}
.sectionThree1_rit ul.s3-prdcts-list li .s3-prod {
    display: block;
    margin: 0 auto;
    max-width: 150px;
}
ul.s3-prdcts-list li .shop-btn {
    margin-top: 0;
    position: absolute;
    top: 120px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 0px;
    opacity: 0;
	height:38px;
	line-height:38px;
	font-size:18px;
	}
ul.s3-prdcts-list li:hover .shop-btn {
    opacity: 1;
}
.s3-prod{
	display:block;
	margin:0 auto;
	max-width:229px;
	width:100%;
	}
.prod-type {
    color: #929292;
    line-height: 18px;
    text-transform: capitalize;
    font-size: 18px;
    float: left;
    width: 100%;
    transition: .3s;
    margin: 10px 0;
}
ul.s3-prdcts-list li span{
	    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #9d062c;
    font-family: "Anton", sans-serif;
    margin-top: 15px;
    text-transform: capitalize;
}
ul.s3-prdcts-list li:hover span{}
ul.s3-prdcts-list li p{}
.star{
	display: none;
    margin: 5px auto;
}
a.shop-btn2{
   margin-top: 6px;
    background: #cccccc;
    width: 100%;
    border-radius: 0 0 12px 12px;
	padding: 13px 50px;
	}
a.shop-btn2:hover{ background:#113e81;}	
/*===================*/	
ul.s3-prdcts-list2 {
	float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
    column-gap: 0;
    margin-bottom: 10px;
}
ul.s3-prdcts-list2 li {
	float: left;
    width: 24%;
    padding: 15px 10px 20px;
    height: auto;
    position: relative;
    background: content-box;
	z-index: 1;
}
ul.s3-prdcts-list2 li:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e1e1e1;
    transform: rotate(10deg);
	z-index: -1;
}
ul.s3-prdcts-list2 li span {
	float: left;
    width: 100%;
    font-size: 20px;
    font-family: "Anton", sans-serif;
    line-height: 28px;
    color: #9d062c;
    margin-top: 0px;
    letter-spacing: 0.5px;
}
ul.s3-prdcts-list2 li:hover span {}
ul.s3-prdcts-list2 li  .shop-btn{
        width: auto;
    text-decoration: underline;
    color: #9d062c;
    background: none;
    max-width: inherit;
    margin: 15px 0 0;
    height: auto;
    line-height: initial;
	}
.s3-prod2{
    max-width: 185px;
    display: block;
    margin: 0 auto 10px;
	filter: drop-shadow(2px 0px 2px #bbb);
	}
.prod-box{
	display: inline-block;
    width: 100%;
    margin: 0 0 0;
    text-align: center;
	}		
ul.s3-prdcts-list3 {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	    margin: 30px 0 0;
}
ul.s3-prdcts-list3 li {
   display: inline-block;
    vertical-align: middle;
    width: 381px;
    height: 224px;
    position: relative;
    background: url(../images/s3-model1.png) no-repeat center top;
    border-radius: 0px;
    overflow: hidden;
    padding: 0 20px 0 0;
    margin: 0 0 0;
}	
ul.s3-prdcts-list3 li:nth-child(2){background: url(../images/s3-model2.png) no-repeat center top;}
ul.s3-prdcts-list3 li:nth-child(3){background: url(../images/s3-model3.png) no-repeat center top;}
.s3-prdctslft, .s3-prdctsrgt{
        float: left;
    width: 57%;
    text-align: left;
    padding: 20px 10px 0 10px;
	}
.s3-prdctsrgt{
	float: left;
	}	
.s3-prdctslft-hd{
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.s6-txt_price{
	float: left;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    padding: 20px 0 0;
    line-height: 26px;
	}
.s3-prdctslft-hd span{
	color:#ff0000;
	}
.s3-prdctslft-p{
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 9px;font-family: "Anton", sans-serif;
    font-weight: 700;
	}
.s3-prdctslft-p span{
	font-weight:600;
	}	
.s3-prdctslft-btn{
	margin-top: 15px;
    background: none;
    color: #e04345;
    text-decoration: underline;
    text-align: left;
    float: left;
    font-weight: 700;
    border: none;
    padding: 0 0 0;
    height: auto;
    line-height: 20px;
}
.sec3-lft{
    float: left;
    width: 52%;
    text-align: left;
    padding: 0px 0px 20px;
}
.sec3-lft .comm_txt1{  }
ul.s3-list {
    float: left;
    width: 100%;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 15px;    
}
ul.s3-list li {
	float:left;
    width: 48%;
    position: relative;
    /*background: url(../images/s3-model1.png) no-repeat center top;*/
    padding:0px 0 0;
	font-size:17px;
	line-height:28px;
	color:#000;
	font-weight:400;
}
ul.s3-list li span{
	display:block;
	font-family: "Anton", sans-serif;
	font-size:22px;
	line-height:28px;
	margin-bottom:5px;
	color: #1e0904;
	text-transform:capitalize;
	}	
ul.s3-list li img{
	display:block;
	margin:0px 0px 15px;
	}
ul.s3-list li:after{
	position:absolute;
	content:"";
	border-right:1px solid #000;
	top:0;
	right:0;
	bottom:0;
	}
ul.s3-list li:last-child:after{ display:none; }

.sec3-rit{
	float: right;
    width: 45%;
    padding: 0px;
	position:relative;
	height:573px;
	}
/*.sec3-rit:after{
    position: absolute;
    content: "";
    background: url(../images/sec3_spa_img.jpg) no-repeat center top;
    width: 916px;
    top: 0;
    right: -390px;
    bottom: 0;
	}*/

.headphone-img{
    position: absolute;
    top: 120px;
    left: 70px;
	}
.sec3-model{
	position: absolute;
    top: 0;
    right: -71px;
    max-width: 610px;
    }
/*============SEC-STY -============*/	
.New_Arrival_sec{
    float: left;
    width: 100%;
    padding: 60px 0 60px;
    background: #fff;
	}
.New_Arrival_sec_inr{
   float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 22px;
    justify-content: space-between;
	}
.New_Arrival_sec_inrbx{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0px;
    column-gap: 0px;
}
.comm_txt1{
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 46px;
    font-family: "Anton", sans-serif;
	letter-spacing: 0.5px;
	color: #1e0904;
	}
.comm_txt1 span {
    display: block;
    font-size: 26px;
    line-height: 32px;
}
.comm_txt2{
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 0;
	}	

.New_Arrival_sec_inrbx2{ 
    float: left;
    width: 43%;}
.inr_bx2{
    float: left;
    width: 100%;
    padding: 0 0 0;
    text-align: left;
    height: 680px;
   /* background: url(../images/new_avl_bg5.png) no-repeat center top;*/
	}
.new-avl-bg5{
	}	
.inr_bx1{
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    text-align: left;
    height: auto;
	position:relative;
	
	}
.inr_bx1:nth-child(1){padding: 15px 7px; box-shadow: 0px 0px 0px #ccc; }
.inr_bx1:nth-child(2){ background:#9d062c; }
.inr_bx1:nth-child(3){ background:#1e0904; }
.inr_bx1:nth-child(4){ background:#1e0904; }
/*.inr_bx1:nth-child(5){ background: url(../images/new_avl_bg4.png) no-repeat center top; padding: 0 0 0 0; }
.inr_bx1:nth-child(6){ background: url(../images/new_avl_bg5.png) no-repeat center top; padding: 0 0 0 0; }
.inr_bx1:nth-child(7){ background: url(../images/new_avl_bg6.png) no-repeat center top; padding: 0 0 0 0; }*/
.inr_bx_rit{
    float: right;
    width: 49.5%;
    padding:55px 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
	}
.box1{
    float: left;
    width: 100%;
    margin: 0px 0 0;
    padding: 0px;
	}
img.inr_bx_models {
    display: inline-block;
    vertical-align: middle;
	margin: 0 -1px;
    max-width: 100%;
}
img.inr_bx_icns {
    display: block;
    margin: 0 0 15px;
    max-width: 100%;
}
.inr_bx_sdw_icns{
	position: absolute;
    top: 40px;
    right: -35px;
	}
.inr_bx1_price{
	float:left;
	font-weight:bold;
	font-size:18px;
	line-height:26px;
	width:100%;
	color:#fff;
	margin-top:25px;
	}	

.inr_bx1_hdg{
	float: left;
    width: 100%;
    font-family: "Anton", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 49px;
	}
.box1 .inr_bx1_hdg{     font-size: 23px;
    line-height: 33px;
    color: #fff; }	
.inr_bx1_hdg span{display: block;  color: #d81a1e;}
.New_Arrival_sec_inr .shop-btn{ margin-top:18px; height:auto; width:auto; max-width:100%; text-decoration:underline; background:none;
line-height:20px; color:#e04345;}
/*============SEC-3Part2-============*/	
.sec3-p2{
	float: left;
    width: 100%;
    /*background:url(../images/sec3-p2.jpg) no-repeat center top;*/
    /*height: 475px;*/
    padding: 0px 0;
	overflow: hidden;
    position: relative;
	}					
/*============strip2============*/
.strip2{
	float:left;
	width:100%;
	padding:50px 0 50px;
}
ul.stp-list{
	margin:0 0 0 0;
	float:left;
	width:100%;
	}
ul.stp-list li{
    float: left;
    width: 25%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 0 0 0 0;
    position: relative;
    color: #000000;
    border-right: 1px solid #dcdcdc;
	}
ul.stp-list li:last-child{border-right:none;}	
ul.stp-list li span{
	display:block;
	font-weight:700;
	margin-bottom:5px;
	}
ul.stp-list li img{
	display:block;
	margin:0 auto 10px;
	}
.bottom{
    background: #0092dc;
    padding: 8px 0;
    float: left;
    width: 100%;
	}
.btm-p1{
	float:left;
	font-size:18px;
	line-height:22px;
	color:#ffffff;
	font-weight:300;
	text-align:center;
	width:43%;
	}	
.btm-p2{
	width:27%;
	}	
.btm-p3{
	width:30%;
	float:right;
	}					

/*=================sectionFour=============*/
.sectionFour{
	float:left;
	width:100%;
	padding:80px 0 55px;
	}
.slide-div{
	float:left;
	width:100%;
	}
.s4-testimnl{
	float:left;
	width:100%;
	text-align:center;
	margin-top:50px;
	padding:0 95px;
	}
.testi-img{
	display:block;
	margin:0 auto;
	}
.testi-Hdng{
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:600;
	margin-top:20px;
	}
.testi-desc{
	    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-top: 15px;
	}
.testi-star{
	display:block;
	margin:20px auto;
	}
.testi-name{
	font-size:18px;
	line-height:26px;
	color:#000000;
	}
/*============sectionFive=============*/
.sectionFive{
	float:left;
	width:100%;
	background:#f0f1f5;
	padding:50px 0 70px;
	}
.s5-txt1{
	background:none;
	padding-bottom:0;
	}
.email-field{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	}
.email-field input{
	display:inline-block;
	vertical-align:middle;
	max-width:415px;
	width:100%;
	height:50px;
	border:1px solid #ebebeb;
	background:#fff;
	padding:10px 20px;
	font-size:16px;
	}
a.subscribe-btn {
    max-width: 190px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
	}
/**********************/
.social-strip{
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0px;
    position: relative;
}
.social-strip .comm_txt2 { width: 78%;}
.strp_inr{
	display:inline-block;
	width:100%;
	text-align:center;
	position:relative;
	}
.ss_hdg{
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    float: none;
    display: inline-block;
	background:rgba(255, 255, 255, 0.7);
	padding:20px 30px;
	}
.social_strp-imgs{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:100%;
	}
.social-strip ul{
    float: left;
    width: 100%;
    margin-top:0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    column-gap: 0;
}	
.social-strip ul li {
        float: left;
    width: 24%;
    font-size: 17px;
    line-height: 28px;
    color: #2f2f2f;
    position: relative;
}
.social-strip ul li:nth-child(even) {
    margin-top: 40px;
}
.social-strip ul li span{
	display: block;
    font-family: "Anton", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #9d062c;
    margin-bottom: 10px;
}

.social-strip ul li:last-child:after{ border-right:none;}
.social-strip ul li img{
	display: block;
    margin: 0 auto 15px;
	}
/*==========New Arrival============*/
.New_Arival_sec{
	float:left;
	width:100%;
	background-image: linear-gradient(#fff 50%, #f7f7f7 50%);
	}
.new_arvl_inr{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between; 
    row-gap: 15px;
    column-gap: 11px;
	
	}
.new_arvl_inr_lft{
	float:left;
	width:62%;
	height: 242px;
    background: url(../images/new_arvl_bg.png) no-repeat center top;
	padding: 45px 15px;
	}
.new_arvl_inr_lft_cont{
	float: left;
    width: 60%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
	}
.lft_bx_hdg{
	float:left;
    width: 100%;
    font-family: "Anton", sans-serif;
    font-size: 50px;
    line-height: 55px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:15px;
	}
.lft_bx_txt{
	float:left;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
	color:#fff;
	margin-bottom:0px;
	}
.new_arvl_inr_rit{
	float: right;
    width: 37%;
    background: #9d062c;
    padding: 40px 20px;
	}
.rit_bx_hdg{
    float: left;
    width: 100%;
    font-family: "Anton", sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
	}
.rit_bx_hdg span{
    display: block;
    font-size: 80px;
    line-height: 70px;
    
	}
.rit_bx_txt{
	float:left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
	color:#fff;
	margin-bottom:0px;
	}
/*==========New Arrival============*/
/*==========footer============*/
.footer{
	float: left;
    width: 100%;
    padding: 45px 0 35px;
	background: #f1f1f1;
	}
.footer-sec {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
	row-gap: 10px;
}
.ftr-logo, .ftr-box1 {
    float: left;
    width: 24%;
    text-align: left;

    padding: 20px;
}
.ftr-logo img{
	display:inline-block;
	vertical-align:middle;
	max-width:60%;
	}
.ftr-logo p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#2d2d2d;
	margin-top:20px;
	}
.ftr-box1{}
.ftr-box2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.ftr-p1{
	font-size:20px;
	line-height:20px;
	color:#000000;
	font-weight:600;
	width: 100%;
    float: left;
	}
.ftr-tags {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    justify-content: flex-start;
    margin-top: 10px;
    column-gap: 9px;
}
.ftr-tags a {
    display: inline-block;
    color: #113e81;
    box-shadow: 1px 1px 10px #ccc;
    padding: 4px;
}
ul.ftr-list{
	float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    row-gap: 6px;
	}
ul.ftr-list li{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 26px;
}
.ftr-p2{
	font-size:16px;
	line-height:22px;
	color:#3a3a3a;
	width: 100%;
    float: left;
	}
.cards{
	float:left;
	margin-top:15px;
	max-width:100%;
	}
.ftr-box4{}
.footer-txt{
	float:left;
	width:100%;
	padding-top:30px;
	border-top:1px solid #bdcaba;
	margin-top:40px;
	}
.ftr-txt1 {
    float: left;
	width:100%;
    font-size: 16px;
    line-height: 22px;
    color: #626262;
    text-align: center;
	padding:0 30px;
	}
.ftr-txt2 {
    float: left;
	width:100%;
    font-size: 16px;
    line-height: 22px;
    color: #626262;
    text-align: center;
	margin-top:20px;
	}
/*============================
TESTIMONIAL_SEC
=================================*/
.prodBreadcrm {
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: left;
    /* border-top: 1px solid #cecece; */
    /* border-bottom: 1px solid #cecece; */
    padding: 12px 0;
    background: #edf0f4;
	}
.prodBreadcrm span{ color:#d81a1e; font-weight:700;}
.reviews-section{
	float:left;
	width:100%;
	padding:60px 0 80px;
	}
.testi-inrBox{
	float:left;
	width:100%;
	margin:30px 0 0;
	}
.rev-row {
    float: left;
    width: 100%;
    padding-left: 105px;
    position: relative;
    margin: 40px 0 0;
    text-align: left;
	}
.testi-pic {
	position:absolute;
	left:0;
	top:0;
	}
.rev-title {
    float: left;
    width: 100%;
    color: #000000;
	line-height:30px;
    font-size: 24px;
    font-weight: bold;
	}
.rev-desc {
    float: left;
    width: 100%;
    color: #4b4d4a;
    font-size:18px;
    margin-top: 5px;
    line-height:24px;
	letter-spacing:0.5px;
	font-style:italic;
	}
.rev-stars {
    float: left;
    width: 100%;
    margin-top: 25px;
	}
.rev-stars p{
	display: inline-block;
    vertical-align: middle;
	margin:0 10px;
	padding-right:10px;
	color: #2d2d2d;
    font-size:18px;
	line-height:26px;
	}
.rev-stars p span{ color:#000000;}
.starimg{
	display: inline-block;
    vertical-align: middle;
	}
.vryfied-seal {
    display: inline-block;
    vertical-align: middle;
	}
.s7-hr {
    float: left;
    width: 100%;
    height: 1px;
    border: none;
    background: #dbdbdb;
    margin: 30px 0 0;
	}
/*====================
CONTACT_SECTION
==========================*/
.contact-sec {
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0;
	}
ul.contact-list{
   float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 43px;
    row-gap: 30px;
	}
ul.contact-list li{
	display: inline-block;
    vertical-align: top;
    width: 32%;
    border-right: 1px solid #e5e4e4;
	}
ul.contact-list li:last-child{ border:none;}	
ul.contact-list li img{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
	filter: hue-rotate(140deg);
	}
ul.contact-list li p{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #4b4d4a;
    font-weight: 400;
    padding: 0 9px;
	}				
ul.contact-list li p span{
	float:left;
	width:100%;
	font-size:24px;
	color:#000000;
	font-family: "Anton", sans-serif;
	margin:10px 0;
	}
.cntct-form{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:center;
	margin-top:70px;
	}
.cntct-form .contact-img {
    border-radius: 20px;
    max-width: 100%;
}
.msgbx-txt {
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    padding-bottom: 15px;
	font-weight:600;		
	}
.msg-frmfild{
	float:left;
	width:100%;
	height:55px;
	border:1px solid #cccccc;
	padding:5px;
	margin-top:10px;
	background:#fff;
	text-align:left;
	position:relative;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:100%;
	font-size:16px;
	color:#555555;
	outline:none;
	border:none;
	padding-left:10px;
	font-family: inherit;
	font-weight:300;
	}
.msg-areafild{
	height:100%;
	min-height:110px;
	padding-top:15px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:110px;
	resize:none;
	}
.submit{
	margin-top: 25px;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
	}	
/*====================
SHOP_SECTION
==========================*/
.shop-section {
    float: left;
    width: 100%;
    padding: 50px 0 70px;
    background: #fff;
}
ul.shop-prdcts-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    row-gap: 10px;
}
ul.shop-prdcts-list li {
    float: left;
    width: 24%;
    /* border: 1px solid #ccc; */
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    padding: 20px 0;
    border-radius: 0;
	position:relative;
}

.shop-prod{
	display:block;
	margin:0 auto;
	max-width:200px;
	width:100%;
	}
ul.shop-prdcts-list li span{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #9d062c;
    font-family: "Anton", sans-serif;
    margin-top: 15px;
    text-transform: capitalize;
}
	
ul.shop-prdcts-list li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#4b4d4a;
	margin-top:10px;
	}

ul.shop-prdcts-list li .shop-btn {
    margin-top: 0;
    position: absolute;
    top: 175px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 0px;
    opacity: 0;
	height:38px;
	line-height:38px;
	font-size:18px;
	}
ul.shop-prdcts-list li:hover .shop-btn {
    opacity: 1;
}

.shop-btn-strip{
	padding:35px 0;
	border-top:1px solid #f0f1f5;
	}

a.learn-more{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-weight:500;
	color:#ef6623;
	line-height:24px;
	border-bottom:2px solid #ef6623;
	margin-top:5px;
	}
a.learn-more2{
	display: inline-block;
	vertical-align:middle;
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    max-width: 190px;
    color: #ef6623;
    line-height:40px;
    border: 1px solid #ef6623;
    margin-top: 10px;
	}
.shop-prc{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    margin: 5px 0 0;
    font-weight: bold;
	}
.shop-prc small{
	color:#2d2d2d;
	position:relative;
	font-size:24px;
	margin-right:10px;
	}
.shop-prc small img{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	}
.shop-qnty{
	width:30px !important;
	height:35px !important;
	}
.shop-value{
	width:50px !important;
	height:35px !important; 
	}
.shop-sec-qtDv{
	margin-bottom:10px;
	}
/*====================
FAQ_SECTION
==========================*/
.faq-qustn{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 80px;
	}
.faq-container{
	float:left;
	width:100%;
	text-align:left;
	padding:0 40px;
	margin-top:30px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/faq-down-btn.png) no-repeat 98% center #fff;
	border:1px solid #e3e5f0;
	padding:15px 50px 15px 30px;
	font-size:26px;
	line-height:26px;
	font-weight:500;
	color:#3a3a3c;
	cursor: pointer;
	margin-top:10px;
	border-radius:5px;
	position:relative;
	}
.acdn-heading.accordion-open {
    background: url(../images/faq-up-btn.png) no-repeat 98% center #fff;
	color:#000000;
	border-radius:5px 5px 0 0;
	}
.accordion:after{
	position:absolute;
	content:"";
	right:55px;
	top:0;
	height:100%;
	width:1px;
	background:#edf1eb;
	}
.acdn-content {
	float:left;
    width: 100%;
    padding:5px 30px 20px;
	border:1px solid #d7d7d7;
	border-top:none;
	border-radius:0 0 5px 5px;
	}
.acdn-content p {
	float:left;
    width: 100%;
    color: #4b4d4a;
    font-size: 18px;
    line-height: 24px;
	margin-top:15px;
	}
.acdn-content p a{ color:#00F; text-decoration:underline;}
ul.faq-contact-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.faq-contact-list li{
	float:left;
	width:100%;
	text-align:left;
	margin-top:15px;
	padding-left:50px;
	position:relative;
	} 
ul.faq-contact-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.faq-contact-list li p{
	float:left;
	width:100%;
	font-size: 16px;
    line-height: 22px;
    color: #4b4d4a;
    font-weight: 300;
	margin-top:0;
	}
ul.faq-contact-list li p span{
	float: left;
    width: 100%;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
	margin-bottom:10px;
	}

/*===========================================
PRODUCT DETAILS PAGE
==============================================*/
.prdcts-details-s1{
	float:left;
	width:100%;
	padding:40px 0;
	background: linear-gradient(150deg, #fff 50% 50%, #fff 50% 50%);
}
.prdcts-mid{
	background: linear-gradient(90deg, #fff 40% 40%, #fff 40% 40%);
    float: left;
    width: 100%;
    padding: 0px 0;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #333;
	}
.prodSlider-Left{
    float: left;
    width: 40%;
    height: 450px;
	text-align: center;
    padding: 20px 0;
}
.prd-det-rgt{
	float:right;
	width:58%;
	text-align:left;
}
.prd-det-rgt small{
	font-size: 18px;
	line-height: 28px;
	color: #a3a3a3;
}
.comn-hdg {
    color: #1b2e35;
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
}
.s1-p2 {
    font-size: 18px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 18px 0 15px;
}
.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 38px;
    color: #161d25;
    font-weight: bold;
    margin-top: 0px;
}
ul.prd-det-list{
	float: left;
    width: 100%;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 2px;
}
ul.prd-det-list li{
	    font-size: 18px;
    line-height: 30px;
    padding-left: 18px;
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
}
ul.prd-det-list li:before{
	position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    z-index: 9;
    content: '';
	}
ul.prd-det-list li span {
	float: left;
    width: 48%;
    font-weight: 700;
    margin-right: 5px;
	}
.prd-det-prc{
	    font-size: 40px;
    line-height: 44px;
    color: #538b01;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-family: "Playfair Display", serif;
}
.chk-s1-txt1{ display:none;}
.switch-opt{
	    float: left;
    width: 100%;
    margin: 20px 0 10px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 10px;
	}
.switch-opt .buyopt{
	float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
	}
.switch-opt .buyopt.active{background:#eef7f3; color:#000; border:1px solid #769c8b;}
.switch-opt .buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.switch-opt .buyopt input[type=radio] + span{
	position:absolute;
	left:15px;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff;
	border:2px solid #769c8b;
	top:50%;
	margin-top:-9px;
	background:#fff;
	}
.switch-opt .buyopt input[type=radio]:checked + span:after{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #769c8b;
    border-radius: 50%;
    left: 3px;
    top: 3px;
	}
.switch-opt .buyopt.subs{float:right; width:49%;}
.pkg-sec{
	    float: left;
    width: 100%;
    position: relative;
    margin:5px 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: flex-start;
    column-gap: 14px;
	}
.pkg-bx{
	width: 31%;
    float: left;
    border-radius: 15px;
    -webkit-box-shadow: 0 9px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 10px 15px;
    cursor: pointer;
    transition: all ease 1.5s;
    border: 2px solid #cbcbcb;
    font-size: 18px;
	}
.pkg-bx.addprice{
	border:2px solid #1c2e35;
	animation: shadow-pulse 0.5s infinite;
	}
.pkg-bx:hover{
	animation: shadow-pulse 0.5s infinite;
 	border:2px solid  #1c2e35;  
 	-webkit-box-shadow: 0 9px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.2); 
	}
p.price {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
}
.pkg-bx1{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-2px;
	}
.jar-txt{
	    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 auto 0;
    border-bottom: 1px solid #dadedc;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3px;
    display: inline-block;
	width:100%;
	}
.pck-prc {
    float: left;
    width: 100%;
    margin: 4px 0 5px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
}	
.size-guide-box {
    float: left;
    width: 100%;
    font-weight: 400;
    margin: 10px 0 10px;
}
.size-guide-box i {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    color: #030bff;
    margin-top: 1px;
    margin-right: 4px;
}
.size-guide-box a {
    color: #030bff;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 0;
    text-decoration: underline;
}
.catagory-select {
    float: left;
    width: 100%;
	margin-bottom:10px;
	position:relative;
}
.select-size {
    margin: 0px 0 10px;
    display: inline-block;
    vertical-align: top;
}
.catagory-select h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
}
.select-size a {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    color: #333;
    line-height: normal;
    min-width: 28px;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.select-size a.active {
    background-color: #333333;
    color: #fff;
}
.prd_quantity {
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.prd_quantity p{
	padding: 8px 0;
    display: inline-block;
    font-size: 20px;
}
.input-counter{
	width:170px;
	float:left;
	padding:2px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	margin:20px 0;
}
.input-group-prepend, .input-group-append{
	display:inline-block;
	vertical-align:middle;
	width:25%;
	color:#2d2d2d;
	
	padding:10px 0 15px;
}
.input-group-append{border-right:1px solid #e1e1e1;}
.input-group-prepend{border-left:1px solid #e1e1e1;}
.input-counter input[type="text"]{
	border:none;
	display:inline-block;
	vertical-align:middle;
	width:45%;
	text-align:center;
	font-size:24px;
	font-weight:700;
	color:#2d2d2d;
	outline:none;
}
.input-counter button{
	-webkit-appearance:none;
	border:none;
	outline:none;
	background:none;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	width:100%;
}
.prd-det-btn{
	    float: left;
    margin: 0px 0 0 0;
}
.prd-det-btn .page-btn{ width:330px;}
.prd-det-s1{
	background:#f9f9f9;
	float:left;
	width:100%;
	position:relative;
}
.prd-det-s1-lft{
	float:left;
	width:50%;
	text-align:left;
	padding:60px 50px 80px 0;
	}
.prd-det-s1-rgt {
    width: 50%;
    background: url(../images/oil-btl-bg.jpg) left top no-repeat;
    float: right;
    padding: 30px 0 0 0;
} 
.capsule-det-s1-rgt{background:url(../images/capsule-btl-bg.jpg) left center no-repeat; background-size:cover;}
.gummies-det-s1-rgt{background:url(../images/gummies-btl-bg.jpg) left center no-repeat; background-size:cover;}
.rub-det-s1-rgt{background:url(../images/rub-btl-bg.jpg) left center no-repeat; background-size:cover;}
.oral-spray-det-s1-rgt{background:url(../images/oral-spray-btl-bg.jpg) left center no-repeat; background-size:cover;}
.aplpe-cream-det-s1-rgt{background:url(../images/aplpe-cream-btl-bg.jpg) left center no-repeat; background-size:cover;}
.rollon-det-s1-rgt{background:url(../images/roll-btl-bg.jpg) left top no-repeat; background-size:cover;}
.serum-det-s1-rgt{background:url(../images/serum-btl-bg.jpg) left top no-repeat; background-size:cover;}


.prd-det-s1 .page-btn{}
.prd-det-s1-lst{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #2d2d2d;
	position: relative;
	margin-bottom:30px;
	}
.prd-det-s1-lst span{
	margin:0 10px;
}
.det-prd-img{float:left; margin:0 20px 20px 0;}

.benfits{
	float:left;
	width:100%;
	padding:70px 0;
	background:#f9f9f9;
}
.ben-inr{
	position:relative;
	margin:20px 0;
	float:left;
	width:100%;
}
.ben-prd{
	position:absolute;
	top:30px;
	left:50%;
	transform:translateX(-50%);
}
.fl{float:left !important;}
.fr{float:right !important;}
ul.ben-list{width:31.62%;}
ul.ben-list li{
	border:1px solid #ebeef7;
	padding:25px;
	border-radius:5px;
	font-size:18px;
	line-height:26px;
	position:relative;
	margin-top:25px;
}
ul.ben-list li img{
	margin-bottom:8px;
}
ul.ben-list li h3{
	font-size:20px;
	line-height:24px;
	color:#1e1e1e;
	font-weight:700;
	margin-bottom:10px;
}
ul.ben-list li:after{
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:49px;
	height:7px;
	background:url(../images/fade-dot-img.png) right center no-repeat;
}
ul.ben-list.fl li:after{right:-49px;}
ul.ben-list.fr li:after{left:-49px;}

ul.ben-list li:first-child:before{
	content:'';
	position:absolute;
	background:url(../images/dot-img.png) bottom center no-repeat;
	bottom:-25px;
	left:50%;
	transform:translateX(-50%);
	height:25px;
	width:5px;
}
.ben-btn{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:480px;
}
.prd-det-s5{background:#f9f9f9;}


/*============prdcts-details-s2==========*/
.prdcts-details-s2{
	float:left;
	width:100%;
	padding-bottom:70px;
	}
.prd-desc-box{
	float:left;
	width:100%;
	}
.prd-desc-dtls{
	float:left;
	width:100%;
	}
.dlts-s2-txt1{
	float:left;
	width:87%;
	font-size:18px;
	line-height:26px;
	color:#4b4d4a;
	margin-top:20px;
	text-align:left;
	}
.watch-s2-prod{
	position:absolute;
	right:0;
	top:150px;
	}
.elbow-s2-prod{
	position:absolute;
	right:0;
	top:280px;
	border:1px solid #ccc;
	}
.gloves-s2-prod{
	border:none;
	top:240px;
	}
.secrets-book-prod2{
	top: 420px;
    width: 400px;
	}
ul.dtls-s2-list{
	float:left;
	width:56%;
	text-align:left;
	margin-top:10px;
	}
ul.benefit-s2-list{ width:38%;}
ul.benefit-s2-list li{margin-top:30px;}
.dtls-benefit-prd{
	position:absolute;
    left: 50%;
    top: 160px;
    width: 300px;
    margin-left: -150px;
	}
.glv-bnft-prod{ top:110px;}
.dtls-benefit-prd2{
	position:absolute;
    left: 50%;
    top: 140px;
    width: 500px;
    margin-left: -270px;
	}
ul.benefit-s2-list-rgt{ float:right;}
ul.dtls-s2-list li{
	float:left;
	width:100%;
	margin-top:25px;
	position:relative;
	padding-left:55px;
	}
ul.dtls-s2-list li img{
	position:absolute;
	left:0;
	top:5px;
	}
ul.dtls-s2-list li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#000000;
	font-weight:600;
	}
ul.dtls-s2-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#4b4d4a;
	margin-top:5px;
	}
.desc-situation{
	float:left;
	width:100%;
	margin:50px 0 0;
	text-align:left;
	position:relative;
	}
.desc-hdng1{
	float:left;
	width:100%;
	color: #000000;
    font-size:35px;
    font-weight: 500;
    line-height:40px;
	padding-bottom:25px;
	background: url(../images/bnr-hdng-bdr.png) no-repeat left bottom;
	}
.desc-hdng1 span{
	font-size:45px;
	font-weight:bold;
	}
.athleticsHdng{
	float:left;
	width:100%;
	margin-top:30px;
	color: #000000;
    font-size:28px;
    font-weight: 500;
    line-height:30px;
	margin-bottom:10px;
	}
.left-athlct{
	float:left;
	width:48%;
	}
ul.work-list{
	float:left;
	width:100%;
	}
ul.work-list li{
	float: left;
    width:23%;
    margin: 10px 2% 0 0;
	height:130px;
    background: #e2ebf0;
    border: 1px solid #cad3d8;
    box-sizing: border-box;
    font-size:18px;
    line-height: 20px;
    color: #142b4c;
    text-align: center;
	padding:10px;
	font-weight:500;
	}
ul.work-list li img {
    margin:0px auto 5px auto;
    display: block;
	}
ul.sungls-atlts-list li{ width:12%;}
.rgt-athlct{
	float:right;
	}
.desc-situation-inr{
	float:right;
	width:60%;
	padding-top:30px;
	}
ul.desc-prd2list{
	float:left;
	width:60%;
	text-align:left;
	}
ul.desc-prd2list li{
	float:left;
	width:100%;
	padding:0 0 0 60px;
	margin-top:20px;
	position:relative;
	}
ul.desc-prd2list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.desc-prd2list li p{
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color:#4b4d4a;
    text-align: left;
    border-bottom: 1px dotted #1f66a6;
    padding:0px 0 10px 0;
	}
ul.desc-prd2list li:last-child p{ border:none;}
.comfort{
	position:absolute;
	left:50px;
	top:40px;
	width:350px;
	}
ul.spincycle-s2-list{
	float:left;
	width:100%;
	margin-top:10px;
	padding-left:40px;
	}
ul.spincycle-s2-list li{
	float:left;
	width:100%;
	text-align:left;
	font-size: 18px;
    line-height: 22px;
    color: #4b4d4a;
	font-weight:500;
	margin-top:10px;
	list-style:disc;
	}
ul.four-guid-list{
	float:left;
	width:70%;
	margin-top:10px;
	}
ul.four-guid-list li{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	position:relative;
	padding-left:75px;
	}
.part-guid{
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	background:#8a807c;
	color:#fff;
	font-size:15px;
	line-height:16px;
	width:50px;
	height:50px;
	text-align:center;
	padding:10px 0;
	font-weight:500;
	}
ul.four-guid-list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:500;
	margin-bottom:10px;
	}
ul.four-guid-list li p{
	font-size: 18px;
    line-height: 24px;
    color: #4b4d4a;
	}
.up2s2-subhdbx{
	float:left;
	width:100%;
	font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    background: #fff;
	margin-top:40px;
	}
ul.up2s2-list2{
	text-align:center;
	padding:8px 0 0 0;
	float:left;
	width:100%;
	}
ul.up2s2-list2 li{
	display:inline-block;
	margin:10px 15px 0 15px;
	font-weight:500;
	font-size:20px;
	line-height:20px;
	color:#2a2a2a;
	text-align:center;
}
ul.up2s2-list2 li img{margin:0 1px -3px 0;}

ul.book-secrt-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.book-secrt-list li{
	float:left;
	width:33.33%;
	text-align:left;
	font-size: 18px;
    line-height: 24px;
    color: #4b4d4a;
    margin-top:10px;
	padding-left:25px;
	padding-right:20px;
	background:url(../images/tik.png) no-repeat left 5px;
	}

.show-desk{
	display:block;
}
.show-mob{
	display:none;
}	

/*====================
About Section
==========================*/	
.intro-section{
	float:left;
	width:100%;
	padding:60px 0 0;
	}
.intro-lft{
	float:left;
	width:58%;
	text-align:left;
	}
.hdng-btmbdr{
	max-width:100%;
    display: inline-block;
    margin: 15px 0 5px;	
	}
.abtHdng-txt{
	float:left;
	width:100%;
	text-align:left;
	font-size:24px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	margin-top:30px;
	}	
ul.intro-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	}	
ul.intro-list li{
	background:url(../images/intro-tike.png) no-repeat left 5px;
	float:left;
	width:100%;
	font-size:18px;
	color:#4b4d4a;
	margin-top:15px;
	padding-left:25px;
	}
.shopnow-btn{
	float:left;
    width: 100%;
    max-width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #e85710;
    margin-top: 25px;
    font-weight: bold;	
	}
.intro-rgt{
	float:right;
	width:41%;
	position:relative;
	}	
.people-fit-img{
	max-width:100%;
	position:absolute;
	top:5px;
	right:0;
	}				
	
.why-section{
	float:left;
	width:100%;
	padding:60px 0;
	}
.why-lft{
	float:left;
	width:40%;
	position:relative;
	}
.whylogo-img{
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
	}			
.why-rgt{
	float:right;
	width:57%;
	text-align:left;
	}	
ul.why-list{
	float:left;
	width:100%;
	margin:30px 0 20px;
	}
ul.why-list li{
	float:left;
	width:25%;
	text-align:left;
	font-size:18px;
	line-height:20px;
	color:#4b4d4a;
	border-left:1.5px solid #000000;
	padding:4px 0 4px 10px;
	}	
.why-t1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:500;
	margin-top:20px;
	}	
	
.bndle-prod{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:40px 0 0;
	}	
	
.cancel-subs .cntct-form{margin-top:50px;}
.cancel-subs ul.contact-list{padding:0 360px;}
.cancel-subs ul.contact-list li{width:49%;}
.cancel-subs ul.contact-list li p{padding:0;}

/*===========Bundle============*/
.bndle-pkg{
	float:left;
	width:70%;
	margin:10px 0;
	}
.buyOpt-row2 {
	float: left;
	width:100%;
	padding:10px 10px 10px 15px;
	cursor: pointer;
	position: relative;
	border:1px solid #a09e9e;
	margin:5px 0 0;
	border-radius:3px;
	}
.buyOpt-row2.active {background: #a09e9e; }
.buyOpt-row2.active P {
    color: #fff;}
.packageOpt2 {
	float: left;
	width:100%;
	text-align: left;
	position: relative;
	padding-left: 30px;
	}
.packageOpt2 input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt2 input[type=radio] + span {
	position: absolute;
	display: inline-block;
	left: 3px;
	top:4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #000;
	}
.packageOpt2 input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #000;
	}
.packageOpt2 p {
	float: left;
	width: 100%;
	color: #2c2c2c;
	font-size: 17px;
	line-height: 23px;
	text-align:left;
	}
.packageOpt2 p span {
	color: #0089cc;
	font-weight:normal;
	}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	background: #e85710;
	color: #fff;
	padding: 8px 15px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	text-align:left;
	left:0;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.5px;
	top:-100%;
	}
.tooltiptext::after {
	content: "";
	position: absolute;
	left:15px;
	top:100%;
	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 10px solid #e85710;
	}
/* Show the tooltip text when you mouse over the tooltip container */
	.tooltip:hover .tooltiptext {
	visibility: visible;
	}
	
/*==========================*/
.i-pop{
	position:fixed;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	z-index:999;
	}
.i-pop-cont{
	width:400px;
	max-width:90%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background:#fff;
	padding:20px;
	border:1px solid #f89a20;
	border-radius:3px;
	z-index:99;
	text-align:left;
	font-size:17px;
	}
.close{
	width:20px;
	position:absolute;
	right:-10px;
	top:-10px;
	}


/********************************/
/****************************************/
.thank-you {
    min-height: 38vh;
    text-align: center;
    padding: 50px 0;
	float:left;
	width:100%;
}
.thnx-txt1 {
   display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #2fa999;
    margin-bottom: 10px;
}
.thnx-txt2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
/*****************************/
/*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: #333;
    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 #333;
}
.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;
    opacity: 0.3;
    background: #000;
}
.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: #9d062c;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}

.error-hed {
    color: red;
    font-size: 32px;
}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}