@charset "utf-8";
/* CSS Document */
<!--
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');
-->
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
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: #333;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.dsplay {
	width: 100%;
	display: table;
}
.flt {
	float: left;
	width: 100%;
}
.position {
	position: relative;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.topStrip {
	background: #0185cf;
	padding: 6px 0 6px 0;
}
.topStrip p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.header {
	height: 81px;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;
}
.logo {
	float: left;
	max-width: 200px;
    margin-top: 4px;
}
ul.hdrlist {
	float: left;
	margin: 20px 0 0 0;
}
ul.hdrlist li {
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #02101d;
	text-align: left;
	margin: 0 25px 0 0;
}
ul.hdrlist li:last-child {
	margin: 0;
}
ul.hdrlist li img {
	vertical-align: middle;
	margin: 0 5px 0 0;
	display: inline-block;
}
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.nav-sec {
	float: left;
	width: 100%;
	margin-top: -70px;
	top: 70px;
	position: relative;
	padding: 7px 0px;
	height: 70px;
	background: #fff;
}
.fixed-nav .nav-sec {
	position: fixed;
	z-index: 999999;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top: 0;
	top: 0;
	-webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 3px 4px 0 rgb(0 0 0 / 10%);
	width: 100%;
}
.fixed-nav .inner-header {
	width: 100%;
}
.fixed-nav .nav-sec .logo {
}
ul.menu-list {
	margin: 14px 0 0;
	float: right;
}
ul.menu-list li {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	padding: 4px 10px;
	text-align: center;/*background:url(../images/disc.png) right center no-repeat;*/
}
ul.menu-list li:last-child {
	background: none;
}
ul.menu-list li a {
	color: #000;
}
ul.menu-list li a.active {
	color: #0185cf;
}
.logo-sec {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
}
ul.nav-rgt {
	width: auto;
	text-align: left;
	margin: 20px 18px 0 0;
}
ul.nav-rgt li {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 18px;
	padding: 0 20px;
}
ul.nav-rgt li:first-child {
	padding-left: 0;
}
ul.nav-rgt li:last-child {
	border: none;
	padding-right: 0;
}
ul.nav-rgt li a {
	color: #484848;
}
ul.nav-rgt li img {
	display: inline-block;
	vertical-align: middle;
	margin: -7px 5px 0 0;
	background: #fff;
	padding: 4px;
	border-radius: 13px;
}
a.nav-btn {
	float: right;
	background: #fff;
	color: #0185cf;
	font-size: 18px;
	text-align: center;
	width: 135px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #0185cf;
	border-radius: 30px;
	transition: all ease .5s;
	margin-top: 10px;
}
a.nav-btn:hover {
	background: #0185cf;
	color: #fff;
}
/*-----------------------
CSS FOR BANNAR
------------------------*/		
.bannar-sec {
	background: url(../images/bnr-bg.jpg) no-repeat center top;
	float: left;
	width: 100%;
	padding: 0 0 10px;
	position: relative;
}
.bnr-lft {
	float: left;
    width: 51%;
    text-align: left;
    padding:108px 0 0 0;
}
.bnr-txt1 {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	background: #e91e1e;
	padding: 10px 15px 4px;
	float: left;
}
.bnr-head1 {
	float: left;
	width: 100%;
	font-size: 29px;
	line-height: 39px;
	color: #ffb800;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 5px;
}
.bnr-head1 span {
	color: #fff;
	background: #e8351e;
	padding: 10px;
}
.bnr-head {
	float: left;
	width: 100%;
	font-size: 43px;
	line-height: 52px;
	color: #fff;
	font-weight: 900;
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;
}
.bnr-head span {
	color: #ffb800;
    display: block;
}
.bnr-para {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	margin: 15px 0 0 0;
}
.bnr-prod1 {
	    position: absolute;
    top: 340px;
    right: 31%;
    max-width: 360px;
}
.bnr-prod2 {
	position: absolute;
	top: 180px;
	right: 0;
}
.bnr-model {
	position: absolute;
	right: 0;
	top: -15px;
}
.hdg-line {
	display: inline-block;
	vertical-align: middle;
	margin: 18px 0 0;
	background: #ababab;
	width: 144px;
	height: 1px;
}
.shop-btn {
	display: inline-block;
    width: 220px;
    height: 50px;
    text-align: center;
    color: #000;
    font-size: 21px;
    line-height: 50px;
    position: relative;
    font-weight: 700;
    background: #ffb800;
    margin: 26px 0 0 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-radius: 6px;
    font-family: inherit;
}
.shop-btn-arw {
	margin: 2px 0px 0 5px;
}
.s1-prod, .s1-prod2, .s1-prod3 {
	position: absolute;
	width: 320px;
}
.s1-prod, .s1-prod2 {
	position: absolute;
	top: 290px;
	right: 21%;
	width: 420px;
	z-index: 2;
}
.s1-prod2 {
	right: 11%;
	width: 360px;
	top: 330px;
	z-index: 1;
}
.s1-prod3 {
	top: 228px;
	right: 305px;
	width: 350px;
}
.banr-prdt {
	position: absolute;
	top: 535px;
	right: 18%;
	max-width: 500px;
	width: 100%;
	z-index: 9;
}
ul.bnr-list {
	float: left;
	width: 100%;
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	column-gap: 30px;
}
ul.bnr-list li {
	display: inline-block;
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	padding: 0 0 0 13px;
	border-left: 1px solid #f2cb1f;
}
.bnr-btl {
	top: 260px;
	position: absolute;
	right: 262px;
	max-width: 260px;
}
.dumbles {
	position: absolute;
	top: 335px;
	left: 400px;
}
/*-----------------------
INNER-PAGES
------------------------*/	
	
.inner-pages {
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
	box-shadow: 0 7px 17px 0 rgb(0 0 0 / 17%);
	position: relative;
}
.bnr-strip {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0 0;
}
.bnr-uls {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	float: right;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
	margin-top: 105px;
}
.bnr-uls li {
	float: left;
	width: 32%;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 26px;
	color: #373737;
	font-weight: 400;
	text-align: left;
	padding: 15px 10px 15px 95px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 10px;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	background: #fff;
}
.bnr-uls li span {
	display: block;
	font-weight:bold ;
	text-transform: None;
	font-size: 19px;
	line-height: 26px;
	color: #5b5b5b;
}
.bnr-li-img {
	position: absolute;
    left: 32px;
    top: 14px;
}
.bnr-uls2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 34.33%;
	float: left;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 15px;
	display:none;
}
.bnr-uls2 li {
	    float: left;
    width: 31%;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    background: #fff;
    padding: 10px 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.bnr-uls2 li a {
    float: left;
    width: 100%;
    overflow: hidden;
}
.bnr-uls2 li img {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1 {
	float: left;
	width: 100%;
	padding: 60px 0px 50px;
	text-align: center;
	position: relative;
}
.section1 .common-para { width:85%;}
.bnrline {
	position: absolute;
	left: 0;
	right: 0;
	top: -130px;
	margin: 0 auto;
	display: block;
}
.sub-hdg {
	float: left;
	width: 100%;
	color: #e8351e;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 43px;
	line-height: 53px;
}
.common-head1 {
	float: left;
	width: 100%;
	font-size:40px;
	line-height:50px;
	color: #000000;
	font-weight: 700;
}
.common-head1 span {color: #ffb800;
}
.common-head2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	color: #1c1c1c;
	margin-top: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
}
.common-para {
	display: inline-block;
	width:100%;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin-top: 16px;
}
.s1-lft {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.hdg-down-arw {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 10px;
}
.s1-list {
	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: space-between;
	row-gap: 15px;
}
.s1-list li {
	float: left;
	width: 23%;
	text-align: left;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #363636;
	font-weight: 400;
	padding: 10px 0px 10px 70px;
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	border-radius: 10px;
	text-transform: capitalize;
}
.s1-list li span {}
.s1-list li img {
	position: absolute;
    left: -10px;
    top: -10px;
    max-width: 60px;
}
.s1-box {
	float: left;
	width: 100%;
	margin-top:45px;
	position: relative;
}
.sec1-rit {
	float: right;
	width: 48%;
	text-align: center;
	position: relative;
}
.s1-model {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}
.sec1-rit .prodBox {
	row-gap: 18px;
	margin-top: 0px !important;
}
.sec1-rit .prodBox-list .prodbox-row {
	width: 48.55% !important;
	margin-top: 0;
	border: none;
	padding: 10px 10px;
	background: #f5f5f5;
	border-radius: 10px;
	text-align: center;
}
.sec1-rit .prodBox-list .prodbox-row a {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.sec1-rit .prodBox-list .prod-1 {
	width: calc(100% + -60px );
    max-width: inherit;
    margin: 0px auto 0px;
}
.sec1-rit .prodbx-head {
	font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 7px;
}
.discnt-txt {
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 0 5px;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	background: #ffb800;
}
.discnt-txt.blu {
	background: #0c4e95;
}
.s1-list2 {
	float: left;
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 15px;
}
.s1-list2 li {
	float: left;
	width: 49%;
	text-align: left;
	position: relative;
	padding: 65px 270px 60px 33px;
	background: #f6f6f6;
	overflow: hidden;
}
.s1-model2 {
	position: absolute;
	right: 12%;
	top: 0;
	max-width: 100%;
}
.s1-l12-btls {
	position: absolute;
	right: 4px;
	top: 28px;
}
.s1-li2-txt {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #696969;
	font-weight: 400;
	text-transform: uppercase;
}
.s1-li2-txt span {
	font-size: 24px;
	line-height: 30px;
	color: #272727;
	font-weight: 700;
	display: block;
	text-transform: capitalize;
	font-family: 'Rockwell';
}
.s1-li2-txt2 {
	float: left;
	width: 100%;
	font-size: 39px;
	line-height: 40px;
	color: #272727;
	font-weight: bold;
	margin-top: 24px;
	font-family: 'Roboto', sans-serif;
}
.s1-rgt a.shop-btn {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	padding: 12px 0;
	height: 44px;
}
.s1-li-txt2 a img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 2px;
}
.s1-li-btl1 {
	margin: 0px auto 0px;
	display: block;
	max-width: 400px;
}
.s1-li-btl2 {
	position: absolute;
	right: 8%;
	top: 10px;
	max-width: 280px;
}
.s1-left {
	float: left;
	width: 40%;
	text-align: left;
	position: relative;
	margin-top: 60px;
}
.s1-li-lft-txt1 {
	float: left;
	width: 100%;
	font-size: 57px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: absolute;
	top: 230px;
	left: -210px;
	transform: rotate(-90deg);
}
.s1-rgt {
	float: right;
	width: 38%;
	text-align: left;
	margin-top: 115px;
}
.s1lhd {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.s1ltxt {
	font-size: 16px;
	line-height: 26px;
	color: #989898;
	text-align: left;
}
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 55px 0px;
}
.s2-lft {
	float: left;
	width: 60%;
	text-align: left;
	margin: 26px 0 0;
}
ul.s2-list {
	float: right;
	width: 40%;
}
ul.s2-list li {
	float: left;
	width: 48%;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
	padding: 14px 10px;
	text-align: center;
}
ul.s2-list li:nth-child(1) {
	margin-top: 40px;
}
ul.s2-list li:nth-child(2) {
	float: right;
}
ul.s2-list li img {
	display: inline-block;
	max-width: 100%;
}
.s2-rit {
	float: right;
	width: 43%;
	text-align: left;
	margin: 150px 0 0;
}
.sec2-fitness {
	position: absolute;
	top: 0;
	left: -46px;
}
.section2 .common-head2:after {
	position: absolute;
	content: "";
	width: 870px;
	top: 20px;
	right: 12px;
	background: #ccc;
	height: 1px;
}
.prodBox {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 15px;
	row-gap: 35px;
	margin-top: 30px;
	padding: 0px 0px;
}
.prodbox-row {
	float: left;
	width: 32%;
	position: relative;
	text-align: left;

}
.heart {
	position: absolute;
	top: 10px;
	right: 10px;
}
.prd-img-bg {
	float: left;
    width: 100%;
    border: 10px solid #ffffff;
    box-shadow: 0 0 10px #333;
	border-radius: 10px;
}
.prod-1 {
	margin: 0 auto 0px;
	padding: 0px 0px;
	display: block;
	width: 100%;
	max-width: 170px;
}
.prodbox-row .prod-1:hover {
}
.prodbx-head {
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
    margin-top: 17px;
    width: 100%;
    float: left;
}
.prodbx-head span {
	font-size: 15px;
	line-height: 20px;
}
.ord-bx {
	float: left;
	width: 100%;
	position: relative;
	margin-top:6px;
}
.prodbx-para {
	font-size: 16px;
	line-height: 26px;
	color: #6f7277;
	margin-top: 6px;/*text-align:center;*/
}
.prodbx-prc {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #ff000a;
	display: inline-block;
	font-weight: 700;
}
/*.plus-btn{
	width: 60px;
    height: 54px;
    line-height: 60px;
    text-align: center;
    background: #efefef;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    float: right;
    cursor: pointer;
	}*/
.plus-btn {
	width: 100%;
	/*height: 42px;*/
	font-weight: 700;
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	display: inline-block;
	/* background: #0185cf; */
	border-radius: 0px;
	letter-spacing: 0px;
}
a.order-btn {
	width: 100%;
	/*height: 54px;*/
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	text-align: center;
	display: inline-block;
	border-radius: 0px;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
}
.shop-btn-shape {
	margin: 0 0 0 2px;
}
.plus-btn:hover a.order-btn {
/* visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(120%, 0);
    top: 0%;
    left: 0%; */
}
.all-prod-btn {
	font-size: 20px;
	line-height: 55px;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	/* text-decoration: underline; */
	margin-top: 30px;
	border-radius: 0px;
	background: #0185cf;
	width: 210px;
	height: 55px;
}
.strip {
	float: left;
	width: 100%;
	padding: 25px 0;
}
.strip .common-head1 {
}
.strip .common-para {
	color: #fff;
	margin-top: 9px;
}
/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section3 {
	background: #fff;
	float: left;
	width: 100%;
	padding: 50px 0 70px;
	text-align: left;
}
.s3-inner {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-bottom: 0px;
}
.s3-lft {
	float: left;
	width: 100%;
	text-align: center;
}
.s3-Box {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	border-bottom: 1px solid #d7d7d7;
	padding: 50px 0px 40px;
}
.prodDtls1-left .s3-Box {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.prodDtls1-left ul.s3-list li {
	width: 50%;
	margin-bottom: 20px;
}
.s3bx-lft {
	float: left;
	width: 49%;
	height: 599px;
	margin: 0 0 0;
	position: relative;
	background: url(../images/s3-bx1-bg.png) no-repeat center top;
	max-width: 100%;
}
.s3-btl1 {
	position: absolute;
	left: 0;
	top: 220px;
	transform: rotate(20deg);
}
.s3-btl2 {
	position: absolute;
	right: 0;
	top: 182px;
	transform: rotate(30deg);
}
.s3bx-rgt {
	float: right;
	width: 51%;
	background: #fff9e9;
	padding: 75px 23px 70px;
	margin-top: 27px;
	text-align: left;
}
.s3bx-rgt-txt {
	float: left;
	width: 100%;
	font-size: 42px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	text-transform: capitalize;
}
ul.s3-list {
	float: left;
	width: 100%;
}
ul.s3-list li {
	float: left;
	width: 25%;
	font-size: 20px;
	line-height: 29px;
	color: #0e0f0f;
	font-weight: 600;
	text-align: center;
	position: relative;
}
ul.s3-list li span {
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.s3-list li img {
	display: block;
	margin: 0 auto 5px;
	max-width: 70px;
}
ul.s3-list li:last-child {
}
ul.s3-list2 {
	float: left;
	width: 49.45%;
}
ul.s3-list2 li {
	height: 530px;
	padding: 135px 0 0 0;
	background: url(../images/s3-li-img3.jpg) no-repeat center top;
}
.txt1 {
	float: left;
	font-weight: 400;
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	padding: 6px 15px;
	background: #e91e1e;
	margin-bottom: 20px;
}
.txt2 {
	float: left;
	width: 70%;
	font-weight: 700;
	font-size: 38px;
	line-height: 45px;
	color: #fff;
}
.txt2 span {
	display: block;
}
.txt3 {
	float: left;
	width: 50%;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin-top: 20px;
}
.txt3-price {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	margin-top: 20px;
}
.s3bx-lft a.shop-btn, .s3bx-rgt a.shop-btn {
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	width: 178px;
}
.bx-cont {
	float: left;
	width: 72%;
	text-align: left;
	padding: 30px 0 0 22px;
}
.bx-cont-r {
	float: right;
	width: 49%;
	text-align: left;
	padding: 20px 16px 0 0;
}
.rit-bx-txt1 {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #fff;
}
.rit-bx-txt2 {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}
.rit-bx-txt2 span {
	display: block;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 58px;
}
.rit-bx-txt3 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #fff;
}
.s3bx-rgt a.shop-btn {
	margin-top: 5px;
}
.s3txt {
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	color: #6f7277;
	text-align: left;
}
ul.s3list {
	margin: 10px 0 0 0;
}
ul.s3list li {
	float: left;
	display: inline-block;
	width: 30%;
	margin: 30px 5% 0 0;
}
ul.s3list li:last-child {
	margin: 30px 0 0 0;
}
.s3limg {
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	max-width: 100%;
}
.s3lbx {
	width: 80%;
	margin: -50px auto 0 auto;
	display: block;
	background: #fff;
	position: relative;
	border-radius: 5px;
	padding: 15px 15px 0 15px;
}
.s3lbx-icon {
	margin: 0 auto 10px auto;
	display: block;
}
.s3lbx-hding {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #22211c;
	text-align: center;
}
.s3lbx-txt {
	font-size: 16px;
	line-height: 24px;
	color: #6f7277;
	text-align: center;
	padding: 10px 0 0 0;
}
.s3-lft-bx {
	float: left;
	width: 570px;
	background: url(../images/s3-prd-bx1.png) no-repeat center top;
	height: 611px;
	text-align: center;
	margin-top: 35px;
	padding: 90px 0 0;
	display: flex;
	justify-content: center;
}
.lft-hdg {
	background: #ff9800;
	position: relative;
	line-height: 45px;
	padding: 5px 0;
	color: #000;
}
.stock-icon {
	margin: 0 5px -4px 0;
}
.s3-lft-bx .prodbox-row {
	width: 100%;
	padding: 18px 25px;
	text-align: center;
}
img.bestseller {
	max-width: 200px;
}
.s3-lft-bx .prodbx-head {
	font-size: 36px;
	line-height: 40px;
	color: #1d1d1d;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
	font-style: normal;
}
.s3-lft-bx .prodbx-prc {
	font-size: 20px;
	line-height: 30px;
	color: #292a29;
	padding: 0px 0;
}
.s3-lft-bx a.order-btn {
	color: #fff;
	text-decoration: none;
	margin: 20px 0 0;
	width: 210px;
}
.avail-stok {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	margin: 7px 0;
	color: #5c5c5c;
	font-weight: 500;
}
.avail-stok span {
	color: #74b908;
}
.s3-rit-bx {
	float: right;
	width: 100%;
}

.prodBox-list .prodbx-head {
	font-style: normal;
}
.prodBox-list .prod-1 {
	display: block;
	max-width: 100%;
	margin: 0
}
.prodBox-list .prod-1:hover {
	background: none;
}
.prodBox-list .prodbox-row a.shop-btn {
	width: 60%;
    margin: 12px 0 0;
}
/*-----------------------
CSS FOR SECTION4
------------------------*/		
.section4 {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 0px 0;
}
.s4lft {
	float: left;
    width: 49%;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 45px 0;
}
.s4lft .common-para {
    width: 100%;
}
.s4-prodt {
	position: absolute;
    right: 0;
    top: 0;
    max-width: 560px;
	border-radius: 12px;
}
.s4txt {
	float: left;
	width: 100%;
	font-size: 54px;
	color: #fff;
	text-transform: capitalize;
	line-height: 64px;
	font-weight: bold;
}
.s4txt span {
	color: #fff000;
}
.s4price {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 56px;
	line-height: 66px;
	font-weight: bold;
	padding: 15px 0 0;
}
.s4txt2 {
	float: left;
	width: 88%;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 18px 0px 12px;
}
/*-----------------------
CSS FOR SECTION5
------------------------*/		
.section5 {
	float: left;
	width: 100%;
	padding: 60px 0px 60px;
	background: #fff;
}
.s5-Box {
	float: left;
	width: 100%;
	height: 225px;
	background: #ffffff;
	text-align: center;
	position: relative;
	padding: 30px 0 50px;
	margin-bottom: 70px;
	overflow: hidden;
}
.s5-bx-img {
	position: absolute;
	left: 5%;
	top: -44px;
}
.s5-bx-btl {
	position: absolute;
	right: 8%;
	top: 13px;
	max-width: 145px;
}
.s5-Box .common-head1 {
	font-size: 30px;
	line-height: 34px;
	color: #2d2d2d;
	position: relative;
	z-index: 1;
}
.s5-Box .common-head1 span {
	font-size: 16px;
	line-height: 32px;
	color: #181a26;
}
.s5-Box .shop-btn {
	width: 162px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	margin-top: 20px;
}
.s5img {
	float: right;
	margin: 0 0 0 0;
}
.s5lft, .s5rit {
	float: left;
	width: 370px;
	text-align: left;
	padding: 0px 0 0 0;
}
.s5rit {
	float: right;
	width: 375px;
}
.s5mid {
	float: left;
	width: 372px;
	margin: 0 25px;
}
.s5mid ul.s5list li {
	height: auto;
	padding: 42px 20px 30px;
	border-radius: 0;
}
.s5mid ul.s5list li img {
	position: static;
	margin: 0 auto 30px;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 250px;
}
.s5txt {
	float: left;
	font-size: 30px;
	line-height: 34px;
	color: #000;
	text-align: left;
	padding: 0px 0 0 0;
	font-weight: 700;
	width: 100%;
}
.s5txt span {
	color: #000;
}
ul.s5-list {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.s5-list li {
	float: left;
	width: 28%;
	padding: 0px 0px 0px 68px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #5b5b5b;
	text-align: left;
	position: relative;
}
ul.s5-list li span {
	display: block;
	font-weight: 700;
	font-size: 19px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 2px;
	position: relative;
	text-transform: capitalize;
}
ul.s5-list li img {
	position: absolute;
	left: 0;
	top: 0;
}
ul.s5-list li:after {
	position: absolute;
	content: "";
	/*border-right: 2px dotted #fff;*/
	top: 5px;
	bottom: 5px;
	right: 6px;
}
ul.s5-list li:last-child:after {
	display: none;
}
ul.s5-list li:nth-child(1) {
}
ul.s5-list li:last-child {
	margin-right: 0;
}
ul.s5-list2 {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.s5-list2 li {
	float: left;
	width: 48.68%;
	margin: 25px 0 0px 0;
	text-align: center;
	position: relative;
}
ul.s5-list2 li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
ul.s5-list2 li:nth-child(2) {
}
ul.s5-list2 li:nth-child(3) {
}
/*-----------------------
    SECTION-6
------------------------*/	
.section-6 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0 30px;
}
.s6txt1 {
	display: inline-block;
	width: 100%;
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
}
.s6txt2 {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	padding: 20px 0 0;
}
.s6uls {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	margin: 30px 0 0;
	column-gap: 10px;
}
.s6uls li {
	display: inline-block;
	width: 30%;
	position: relative;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: capitalize;
}
.s6uls li span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 0 0;
	line-height: 27px;
}
.s6-img {
	display: block;
	margin: 0 auto 15px;
}
/*-----------------------
     FOOTER POPUP
------------------------*/
.affil-popup .pop-content {
	padding: 30px 40px 35px;
}
.affil-popup .affil-logo {
	margin: 0 auto 10px;
	display: block;
}
.affil-popup .common-para {
	margin-top: 15px;
}
.affil-popup .btnBlk {
	margin-top: 20px;
}
.affil-popup .popclose {
	right: 14px;
}
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}
/*------------------------------
PRODUCTS DETAILS ORDER SECTION
--------------------------------*/
					
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 400px;
	right: 0;
	border-left: 1px solid #e5e5e5;
	-ms-transform: translateX(400px);
	-webkit-transform: translateX(400px);
	transform: translateX(400px);
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity: 0;
}
.cart_open .drawer {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.shifter_page {
	transition: all ease 0.5s;
}
.cart_open .shifter_page {
	-ms-transform: translateX(-400px);
	-webkit-transform: translateX(-400px);
	transform: translateX(-400px);
}
.drawer__header {
	float: left;
	height: 50px;
	width: 100%;
	background: #3279b2;
	padding: 15px;
}
.table-cell {
	float: left;
	width: 50%;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-align: left;
}
.cart-icon {
	float: right;
	margin: 15px 25px 0 0;
	position: relative;
}
.cart-icon img {
	display: inline-block;
	vertical-align: middle;
}
.cart-icon span {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -10px;
	top: -10px;
	background: #ef5237;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 19px;
}
.table-cell .cart-icon {
	margin: 4px 40px 0 0;
}
.cross-icon {
	float: right;
	cursor: pointer;
	margin-top: 4px;
}
.drower-mdlbx {
	float: left;
	width: 100%;
	padding: 0 20px 20px;
}
.drawer_row {
	float: left;
	width: 100%;
	padding: 15px 0 15px;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
}
.drawer-prod-lft {
	float: left;
	width: 44px;
}
.drawer-prod {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	max-width: 90%;
}
.drawer-prod-lft span {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -10px;
	top: -10px;
	background: #0c426d;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 19px;
}
.drawer-prod-rght {
	float: right;
	width: 190px;
	text-align: left;
}
.drwer-prod-name {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.drwer-prod-name span {
}
.drwer-txt1 {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	color: #3e3e3e;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.drwer-txt1 span {
}
.drwer-txt2 {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	color: #393733;
	font-weight: 500;
}
.drwer-prod-name a {
	float: right;
	font-size: 14px;
	color: #959595;
}
.cart-remv img {
	display: inline-block;
	vertical-align: middle;
}
.cart-qty-div {
	display: inline-block;
	vertical-align: middle;
	margin-top: 7px;
}
.sub, .add {
	float: left;
	width: 35px;
	border: 1px solid #ced4da;
	height: 36px;
	padding: 2px 0px 0;
	text-align: center;
	background: #fff;
	outline: none;
	cursor: pointer;
}
.cart-qty-div input {
	float: left;
	border: none;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	background: none;
	width: 50px;
	text-align: center;
	height: 36px;
	font-size: 18px;
	font-weight: normal;
	color: #2d2d2d;
	font-family: 'SF Display';
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
.sub-total {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 27px;
	color: #1e1e1e;
	font-weight: 600;
	margin-top: 0px;
	text-align: left;
}
.sub-total span {
	float: right;
}
a.chk-btn {
	float: left;
	width: 100%;
	background: #3279b2;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
	padding: 15px 0 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top: 20px;
}
a.continue-btn {
	float: left;
	width: 100%;
	border: 2px solid #3279b2;
	color: #000;
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
	padding: 12px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top: 8px;
}
.cards-img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	max-width: 100%;
}
.cart-smry {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.crt-smry-hdng {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 23px;
	color: #363636;
	font-weight: 600;
	padding: 0 0 8px 0;
	text-align: left;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #eaeaea;
}
.cart-prc-p1 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.5px;
	padding: 5px 0;
}
.cart-prc-p1 span {
	float: right;
}
.cart-prc-p2 {
	font-weight: 600;
}
/*==================================
CSS FOR DETAILS_PAGE
=====================================*/

.prodBreadcrm {
	float: left;
	width: 100%;
	text-align: left;
	padding: 7px 0 17px;
	background: #e2e6e7;
	letter-spacing: 0.5px;
}
.prodBreadcrm p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 500;
	padding-left: 0;
	margin-top: 15px;
}
.prodBreadcrm p a {
	color: #000;
	font-weight: 400;
}
.prod-5 {
	top: 15px;
	right: -10px;
}
.prod-6 {
	top: 0px;
	right: -10px;
}
/*------------------------------
CONTACT SECTION
--------------------------------*/	
.contact-sec {
	float: left;
	width: 100%;
	padding: 65px 0;
}
.contact-sec .common-head2 {
	font-size: 25px;
}
.cont-sec1Lft {
	float: left;
	width:100%;
	text-align: left;
}
.mar-t0 {
	margin-top: 0;
}
.cntc-inr {
	float: left;
	width: 100%;
	padding: 0 35px 30px 0;
	position: relative;
}
.cntc-inr:before {
	position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    border: 1px solid #f3f6ec;
    width: 100%;
}
ul.cnt-list {
	float: left;
	width: 100%;
	text-align: left;
	margin: 40px 40px 0px 20px;
}
ul.cnt-list li {
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 0 15px 55px;
	border-bottom: 1px solid #eaf1f7;
}
ul.cnt-list li img {
	position: absolute;
	left: 7px;
	top: 25px;
}
ul.cnt-list li p {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #1c1c1c;
	line-height: 26px;
}
ul.cnt-list li span {
	font-size: 23px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 4px;
}
ul.cnt-list li:last-child {
	padding-bottom: 0;
}
ul.cnt-list li:last-child {
	border: none;
	padding-bottom: 0;
}
.cntct-rght {
	float: right;
	width: 49%;
	background: #f4f4f4;
	padding: 45px 35px;
	position: relative;
	border-radius: 10px;
}
.msgbx-txt {
	float: left;
	width: 100%;
	font-size: 25px;
	text-align: center;
	line-height: 32px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 40px;
	position: relative;
}
.msgbx-txt:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 3px;
	background: #ff9800;
	left: 50%;
	margin-left: -40px;
	top: 50px;
}
.msg-frmfild {
	float: left;
	width: 100%;
	height: 55px;
	border: 1px solid #eff2e7;
	padding: 5px;
	margin-top: 10px;
	background: #fff;
	text-align: left;
	position: relative;
	z-index: 2;
}
.msg-frmfild input, .msg-frmfild textarea {
	float: left;
	width: 100%;
	height: 100%;
	font-size: 19px;
	color: #000;
	outline: none;
	border: none;
	font-weight: 400;
	padding-left: 20px;
	-webkit-appearance: none;
	font-family: inherit;
}
.msg-areafild {
	height: 100%;
	min-height: 110px;
	padding-top: 15px;
}
.msg-frmfild textarea {
	height: 100%;
	min-height: 100px;
	resize: none;
}
.submit {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	border: 1px solid #ff9800;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	height: 65px;
	font-size: 26px;
	line-height: 65px;
	background: #ff9800;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	-webkit-appearance: none;
}
/*------------------------------
	LAB-RESULTS SECTION
--------------------------------*/
.labresults-sec {
	float: left;
	width: 100%;
	background: url(../images/lab-banner.jpg) no-repeat center top;
	padding: 40px 0 35px;
}
.lab-sec-left {
	float: left;
	width: 61%;
	text-align: left;
	padding: 60px 0;
}
.lab-sec-left .common-para {
	padding-right: 80px;
}
.lab-imgbx {
	float: right;
	width: 35%;
	position: relative;
}
.lab-bnr-image {
	margin: 0 auto 0;
	display: block;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.lab-imgbx:before {
	content: '';
	position: absolute;
	border: 1px solid #dcd9d9;
	top: 20px;
	left: -20px;
	right: 15px;
	bottom: -20px;
}
.lab-bnr-seal {
	position: absolute;
	top: 133px;
	right: 335px;
	z-index: 2;
}
/*===lab-sec-1===*/
.lab-section1 {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.lab-s1-mid {
	float: left;
	width: 100%;
	margin-top: 55px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lab-s1-col {
	float: left;
	width: 23.5%;
	border: 1px solid #dce2cd;
	padding: 20px;
	position: relative;
}
.lab-s1-col:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 111px;
	height: 135px;
	background: url(../images/lab-s1-col-icn.png) no-repeat left top;
}
.lab-col-top-hdng {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 27px;
	line-height: 32px;
	color: #000000;
	position: relative;
	font-weight: 600;
	border-bottom: 2px solid #3279b2;
	padding-bottom: 15px;
}
.lab-col-top-prod {
	position: absolute;
	right: -12px;
	top: -55px;
}
.lab-col-qr-details {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.lab-qr-text1 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #14193c;
	font-weight: 600;
}
.qr-code-lab {
	float: left;
	width: 100%;
	border: 1px solid #dce2cd;
	margin-top: 15px;
	padding: 10px;
}
.qr-code-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.lab-qr-dnlode {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 20px;
	color: #055ee2;
	font-weight: 600;
	text-decoration: underline;
}
.labdnld-icn-lft {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 8px 0 0;
}
.labdnld-icn-rgt {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 0 0 8px;
}
.lab-s1-btm {
	float: left;
	width: 100%;
	margin-top: 60px;
}
/*------------------------------
		FAQ SECTION
--------------------------------*/
.faq-container {
	display: inline-block;
	vertical-align: middle;
	max-width: 775px;
	width: 100%;
	text-align: left;
	margin: 40px 0 20px;
}
.up-slide-dwn {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dedede;
}
.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/dwn-arw.png) no-repeat 100% center #fff;
	padding: 18px 40px 18px 0;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.3px;
}
.acdn-heading.accordion-open {
	background: url(../images/arw-up.png) no-repeat 100% center;
}
.acdn-content {
	float: left;
	width: 100%;
	padding: 10px 20px 10px 0;
	border-top: 1px solid #d3d3d3;
}
.acdn-para {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #1c1c1c;
	line-height: 26px;
	margin-bottom: 15px;
	letter-spacing: 0.3px;
}
p.ing-hed {
	font-size: 22px;
	margin: 10px 0;
	font-weight: 700;
}
/*==========PRODUCT DETAILS PAGE==========*/
.prodDtls1-left {
	float: left;
	width: 37.67%;
	text-align: center;
	margin: 0 0 50px 0;
}
.prd-slide2 {
	max-width: 100%;
	margin: 0 auto 0;
	display: block;
}
.prod-dtls1-slide {
	width: 100%;
	background: #ffffff;
	/* border-right: 1px solid #d9d9d9; */
	border-radius: 5px;
	padding: 20px 0 0 0;
}
.prd-slide {
	margin: 0 auto 0;
	display: block;
}
.purchase-opt {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: left;
}
/*.prod-lft-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
.prod-lft-list li{
	float:left;
	width:33.33%;
	text-align:center;
	margin-top:30px;
	}	
.prod-lft-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.prod-lft-seal{
	width:100%;
	margin-top:100px;
	padding:0 20px 35px;
	}*/	
				
/*============RIGHT============*/
.prodDtls1-rght {
	float: right;
	width: 60%;
	text-align: left;
}
.prd-faq-box {
	float: left;
	width: 100%;
	margin-top: 45px;
	text-align: center;
}
.prod-nmhd1 {
	text-align: left;
	font-size: 22px;
	line-height: 50px;
	font-weight: 400;
}
.prod-nameHdng {
	font-size: 35px;
	line-height: 45px;
	color: #ffb800;
	font-weight: 600;
	margin-bottom: 5px;
}
.prod-nameHdng span{
	display:block;
	font-size:25px;
	line-height:35px;
	color:#000;
	}
p.show-desp {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #2d2d2d;
	font-weight: 400;
	padding: 15px 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	margin-top: 0cm;
}
.details-para {
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	margin: 10px 0 0 0;
}
.s1-p2 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #4b4d4a;
    margin-top: 15px;
}
ul.bndl-list {
	float: left;
	width: 100%;
}
ul.bndl-list li {
	background: url(../images/bullet.png) left 6px no-repeat;
	padding: 0 0 0 22px;
	margin: 0px 0 0 0;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: left;
}
ul.prdrgt-list1 {
	margin: 10px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
}
ul.prdrgt-list1 li {
	width:100%;
	background: none;
	padding: 0 0 0 22px;
	margin: 0px 0 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	position:relative;
	text-transform: capitalize;
	font-weight: 600;
}
ul.prdrgt-list1 li:before{
	content:"\21D2";
	position:absolute;
	top:0;
	left:0;
}
ul.prdrgt-list1 li strong {
    float: left;
    width: 20%;
}
.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    color: #161d25;
    font-weight: bold;
    margin-top: 12px;
}
.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: 32px;
    line-height: 35px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
	}
.pck-prc p{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#0a0a0a;
	display:inline-block;
	vertical-align:middle;
	}
.pck-prc small{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	font-weight:normal;
	font-style:normal;
	position:relative;
	font-size:20px;
	line-height:20px;
	margin-top:3px;
	padding-top:1px;
	color:#929292;
	}	
.chk-s1-txt1{ display:none;}
.switch-opt {
    float: left;
    width: 100%;
    margin: 10px 0 10px;
}	
.switch-opt .buyopt {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
}		
.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 #ff9800;
	animation: shadow-pulse 0.5s infinite;
	}
.pkg-bx:hover{
	animation: shadow-pulse 0.5s infinite;
 	border:2px solid  #ff9800;  
 	-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;
}
a.sccode-ing {
	float: left;
	width: 100%;
	font-size: 22px;
	color: #6a6a6a;
	font-weight: 600;
	text-decoration: underline;
	margin-top: 20px;
}
.proDetls1-rgt-pnts {
	float: left;
	width: 100%;
	margin-top:10px;
}
.proDetls1-rgt-pnts li {
	float: left;
	text-align: left;
	position: relative;
	padding: 5px 0 0 38px;
	width: 100%;
}
.proDetls1-rgt-pnts li:last-child {
	border: none;
}
.proDetls1-rgt-pnts li img {
	position: absolute;
	top: 5px;
	left: 0;
	max-width: 28px;
}
.proDetls1-rgt-pnts li span {
	font-size: 18px;
	line-height: 25px;
	color: #6a6a6a;
	font-weight: 600;
}
ul.proDetls1-rgt-list {
	float: left;
	width: 100%;
	margin-top: 25px;
}
ul.proDetls1-rgt-list li {
	display: inline-block;
	/* width: 100%; */
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	/* padding-left: 26px; */
	margin-right: 15px;
	letter-spacing: 0.5px;
}
.select-txt {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 22px;
	line-height: 22px;
	color: #000;
	font-family: inherit;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 25px;
}
.option-field {
	height: 51px;
	width: 60%;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	padding: 10px 13px;
	outline: none;
	font-weight: 500;
	margin: 4px 0 7px 0;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-top: 10px;
	font-family: inherit;
}
.price {
	font-weight: bold;
	font-size: 32px;
	margin: 16px 0 0px;
	float: left;
	width: 100%;
}
.select-txt, .prd_quantity, .add-to-cart, .logos {
	float: left;
	display: inline-block;
}
.select-txt {
	text-align: left;
	margin: 15px 10px 0 0;
	
	font-size: 22px;
    line-height: 24px;
    color: #6a6a6a;
    font-weight: 600;
	position:relative;
	padding: 5px 0 0 38px;
}
.select-txt img {
    position: absolute;
    top: 5px;
    left: 0;
    max-width: 28px;
}
.prd_quantity {
	vertical-align: top;
	margin-top: 15px;
}
.pack-sec {
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
	position: relative;
	margin-top: 20px;
	padding: 0 22px;
}
.package {
	width: 30%;
	float: left;
	border-radius: 5px;
	border: 1px solid #d8ebeb;
	overflow: hidden;
	cursor: pointer;
}
.package.left {
	float: left;
}
.package.right {
	float: right;
}
.package.mid {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15%;
}
.package.active {
	border: 1px solid #3279b2;
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 9px 4px rgba(0,0,0,0.2);
}
.pkgInner {
	float: left;
	width: 100%;
	background: #fff;
}
.pack-hdng {
	background: #b5c0c9;
	float: left;
	width: 100%;
	padding: 5px;
}
.package.active .pack-hdng {
	background: #3279b2;
}
.pack-hdng p {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fff;
}
.pkg-mdl {
	float: left;
	width: 100%;
	padding: 12px;
}
.prod-quanty {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.prod-dv {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 15px;
}
.pkg-prod {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.pkg-msrp {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #505050;
	margin-top: 15px;
}
.pkg-msrp span {
	position: relative;
	padding: 0 5px;
}
.pkg-msrp span img {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 100%;
}
.prcDv {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 4px;
}
.rtl-prc {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #242424;
}
.float-prc1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.float-prc2 {
	font-size: 16px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	text-align: center;
}
.float-prc2 span {
	border-top: 1px solid #636363;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 15px;
	color: #636363;
}
.save-text {
	float: left;
	width: 100%;
	font-size: 17px;
	color: #3279b2;
	font-weight: 500;
	margin-top: 0;
	letter-spacing: 0.5px;
}
.switch-opt {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-left: 22px;
}

.buyopt input[type=radio] {
	position: absolute;
	left: 0;
	opacity: 0;
}
.buyopt input[type=radio] + span {
	position: absolute;
	left: 15px;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	border: 1px solid #d5d5d5;
	top: 17px;
	background: #fff;
}
.buyopt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/prd-tik.png) no-repeat left center;
	background-size: 100%;
	left: 2px;
	top: 2px;
}
.buy-opt-t1 {
	font-size: 18px;
	line-height: 20px;
	color: #151515;
	font-weight: 600;
}
.buy-opt-t2 {
	font-size: 16px;
	line-height: 18px;
	color: #9a9a9a;
	margin-top: 4px;
}
.buyopt.active .buy-opt-t2 {
	color: #516d81;
}
.buy-opt-t3 {
	font-size: 16px;
	line-height: 18px;
	color: #4a4a4a;
	font-weight: 600;
	margin-top: 6px;
}
.buyopt.active .buy-opt-t3 {
	color: #000000;
}
.purchase-price {
	float: left;
	width: 100%;
}
.purch-lft {
	float: left;
	width: 100%;
	text-align: left;
}
.retail-prc {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #505050;
}
.retail-prc span {
	position: relative;
	padding: 0 2px;
}
.retail-prc span img {
	position: absolute;
	top: 5px;
	left: 2px;
}
.disct-prc {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	margin: 10px 0 6px;
}
.purch-rgt {
	float: right;
	width: 50%;
	text-align: right;
}
.save-prc {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #3279b2;
}
a.add-to-cart {
	line-height: 50px;
    margin: 30px 0 0 0px;
    display: block;
    width: 60%;
    font-weight: 600;
    height: 50px;
    background: #ff9800;
    font-size: 18px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
}
.secure-logo {
    display: inline-block;
    vertical-align: middle;
    margin:35px 0 0 10px;
    max-width: 100%;
}
.logos2 {
	margin: 20px 0 0 10px;
	max-width: 170px;
}
.shop-s1bx {
	background: #22211c url(../images/shop-s1bxbg.jpg) right top no-repeat;
	padding: 40px 660px 40px 35px;
	margin: 60px 0 0 0;
	position: relative;
}
.shop-s1bx-prd {
	position: absolute;
	top: 96px;
	left: 590px;
	width: 130px;
}
.shop-s1bx-hd {
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	text-align: left;
}
.shop-s1bx-hd span {
	color: #0185cf;
}
.shop-s1bx-txt {
	padding: 20px 0 0 0;
	font-size: 17px;
	line-height: 26px;
	color: #c4c4c4;
	text-align: left;
}
.shopsec2 {
	padding: 40px 0 60px 0;
	background: #f7f7f7;
}
.shopsec2 ul.s3-list {
	margin-top: 55px;
}
.shopsec2 .prodbox-row {
}
.shopsec2 .prodbx-head {
	font-weight: 600;
	color: #2d2d2d;
}
.shopsec2 .prodbx-prc {
}
ul.prodt-dtls-list {
	float: left;
	width: 100%;
	margin: 5px 0 18px;
	padding: 0 15px;
}
ul.prodt-dtls-list li {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #2d2d2d;
	font-weight: 400;
	margin-top: 3px;
	text-align: left;
	padding-left: 21px;
	position: relative;
	text-transform: capitalize;
}
ul.prodt-dtls-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	border: 1px solid #0c0c0c;
	border-radius: 50px;
}
.shopsec3 {
	padding: 50px 0 70px 0;
}
.secure-img {
	margin: 15px auto 0;
	display: block;
	max-width: 100%;
}
.faq-container2 {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 40px;
}
.up-slide-dwn2 {
	float: left;
	width: 100%;
}
.accordion2 {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/plus-icn.png) no-repeat 100% center #fff;
	padding: 18px 40px 18px 0;
	font-size: 20px;
	line-height: 28px;
	color: #121212;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #cfcfcf;
}
.acdn-heading2.accordion-open {
	background: url(../images/minus-icn.png) no-repeat 100% center;
}
.acdn-content2 {
	float: left;
	width: 100%;
	padding: 20px 0 10px;
}
.acdn-para2 {
	font-size: 17px;
	color: #000;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-top: 15px;
}
.gumies-ing {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.revw-row {
	float: left;
	width: 100%;
	padding: 0 0 0 73px;
	text-align: left;
	position: relative;
	margin: 6px 0;
}
.rvw-nm {
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 55px;
	font-size: 25px;
	line-height: 52px;
	border: 1px solid #d3d3d3;
	background: #e3e3e3;
	border-radius: 50%;
	text-align: center;
	color: #23262d;
	font-weight: 500;
	text-transform: uppercase;
}
.rev-star {
	float: left;
	max-width: 100%;
	margin: 8px 0 0;
}
.revw-row p {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 17px;
	line-height: 25px;
	margin-top: 15px;
	letter-spacing: 0.5px;
}
.revw-tik {
	position: absolute;
	left: 37px;
	top: 35px;
}
.revw-p1, .revw-p2 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	color: #3279b2;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.revw-p2 {
	color: #282828;
	font-weight: 600;
	margin-top: 15px;
	font-size: 18px;
}
.revw-p2 span {
	color: #6b6b6b;
	font-weight: 400;
	font-size: 16px;
}
.revw-hr {
	float: left;
	width: 100%;
	background: #e1e1e1;
	height: 1px;
	border: none;
	margin: 8px 0;
}
.prd-dtl-vari-cust {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.top-0 {
	margin-top: 0;
}
.sugest-img1 {
	border-radius: 50%;
	width: 90px;
	margin: -10px 0 0 0;
}
a.view-ing {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 18px;
	color: #4db6db;
	font-weight: 600;
	text-decoration: underline;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
a.lab-ing {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #4db6db;
	font-weight: 600;
	text-decoration: underline;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.file-img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.qr-img1 {
	float: right;
	width: 140px;
	margin-left: 10px;
}
/*CSS FOR SIZE POPUP*/
.ing-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.popup-container {
	float: left;
	width: 100%;
	padding: 25px;
	max-height: 100%;
}
.pop-content {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 990px;
	background: #fff;
	padding: 10px;
	position: relative;
	border-radius: 10px;
}
.pop-image {
	float: left;
	width: 100%;
	max-height: 60vh;
	overflow-y: auto;
}
.popclose {
	position: absolute;
	top: 16px;
	right: 37px;
	font-size: 15px;
	cursor: pointer;
	border: 1px solid #000;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
}
.ingredient {
	float: left;
	width: 100%;
}
.terms-cont {
	float: left;
	width: 100%;
	text-align: left;
}
.terms-cont .common-para {
	font-size: 17px;
	line-height: 25px;
	margin-top: 17px;
}
.terms-cont .common-para a {
	color: #3279b2;
}
.terms-hd {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	color: #000;
}
.trm-bx .ing-img {
	max-width: 48%;
	margin-top: 10px;
	display: block;
}
.trm-bx .ing-hed {
	font-size: 20px;
	float: left;
	width: 100%;
	font-weight: 700;
	padding: 7px 17px 7px;
	background: #393636;
	line-height: 28px;
	float: left;
	margin: 10px 0;
	color: #fff;
}
.terms-subhd {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-top: 30px;
}
.terms-cont ul {
	float: left;
	width: 100%;
	margin-top: 17px;
	padding-left: 40px;
}
.terms-cont ul li {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	list-style: disc;
	margin-bottom: 10px;
}
.terms-cont ul li:last-child {
	margin-bottom: 0;
}
/*=========Thankyou========*/
.thank-section-1 {
	float: left;
	width: 100%;
	font-weight: normal;
	padding: 0 100px;
}
.thnk-txt1 {
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 40px;
	color: #393733;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.thnk-txt2 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	color: #1c1c1c;
	font-weight: normal;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4 {
	float: left;
	width: 20%;
}
.cart-col-1 {
	width: 60%;
	padding: 0 0 0 20px;
	text-align: left;
	position: relative;
}
.cart-col-4 {
	text-align: right;
	padding: 0 20px 0 0;
}
.cart-prd-row .cart-col-3, .cart-prd-row .cart-col-4 {
	margin-top: 20px;
}
.cart-prd-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 25px 0;
}
.cart-prd-row:last-child {
	border: none;
}
.cart-prd-1 {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 72px;
}
.thank-p1 {
	float: left;
	width: 100%;
	font-size: 23px;
	line-height: 30px;
	color: #393733;
	font-weight: 600;
	margin: 40px 0 -17px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.5px;
}
.thank-p1 span {
	background: #fff;
	padding: 0 8px;
}
.thank-ord {
	float: left;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 18px 7px;
	font-size: 17px;
	line-height: 22px;
	color: #2d2d2d;
	letter-spacing: 0.5px;
}
.thank-dtl-box {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.cart-heading-row {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
	background: #3279b2;
}
.cart-prd-name {
	float: left;
	width: 100%;
	padding: 0 0 0px 80px;
	color: #666;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.5px;
}
.cart-prd-name span {
	font-size: 18px;
	color: #393733;
	font-weight: 500;
}
.unit-price {
	float: left;
	width: 100%;
	color: #393733;
	font-size: 18px;
	line-height: 22px;
}
.thnk-rit-price-row {
	float: right;
	width: 46%;
	padding: 10px 0;
}
.cart-rit-price {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	font-size: 20px;
	line-height: 22px;
	color: #1e1e1e;
	text-align: left;
	padding: 12px 3px;
	font-weight: 500;
}
.cart-prc-spn {
	float: right;
	text-align: right;
}
.thnk-rit-price-row .cart-rit-price {
	font-size: 18px;
	padding: 15px 3px;
	font-weight: normal;
}
.thnk-rit-price-row .cart-prc-spn {
	text-align: left;
	width: 90px;
}
.thnk-Addressinfo {
	float: left;
	width: 100%;
}
.ty-lft-Address, .ty-rgt-Address {
	float: left;
	width: 48%;
	text-align: left;
}
.sh-heading {
	float: left;
	width: 100%;
	color: #393733;
	font-size: 22px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 0.5px;
}
ul.user-info {
	float: left;
	width: 100%;
	margin-top: 10px;
	border: 5px solid #ebebeb;
	padding: 15px;
	background: #fff;
}
ul.user-info li {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 110px;
	margin: 5px 0;
	color: #393733;
	font-size: 16px;
	line-height: 21px;
	word-break: break-all;
}
ul.user-info li span {
	position: absolute;
	left: 0;
	color: #2b2b2b;
	font-weight: 500;
}
.ty-rgt-Address {
	float: right;
}
/*****************************/
/*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: #ffb800;
	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 #ffb800;
}
.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;
}
.prod-list p span {
	display: inline-block;
	font-weight: 400;
}
.trm-bx p {
	font-size: 16px;
	line-height: 26px;
	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 10px;
	max-width: 630px;
	width: 100%;
}
.trm-bx table {
	float: left;
	width: 100%;
	border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
	padding: 14px;
	border: 1px solid #ccc;
}
.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;
}
.thank-hdg {
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	margin: 10px 0;
}
.inr-cont.thank-pg {
	float: left;
	width: 100%;
	padding: 30px 0 60px;
}
.s1-p2 pad-1 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer, .foo-btm {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #fff;
	border-top: 8px solid #11141a;
}
.foo-logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 140px;
	margin-bottom: 5px;
}
.ftrBox2 {
	float: left;
	width: 100%;
}
.ftr-nav {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px 0;
}
.ftr-nav li {
	margin-right: 20px;
	font-size: 16px;
    line-height: 26px;
}
.ftr-nav li img {
	display: inline-block;
	vertical-align: middle;
}
.ftr-nav li:last-child {
	margin-right: 0;
}
.other-links {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.other-links li {
	position: relative;
	margin-right: 20px;
	line-height: 28px;
}
.other-links li:last-child {
	margin-right: 0;
}
.other-links li:after {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: -10px;
	border-right: 1px solid #ccc;
}
.other-links li:last-child:after {
	border: none;
}
footer p, .foo-btm p {
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	font-weight: 400;
}
footer .ftr-txt2 {
	float: left;
	width: 100%;
	color: #000;
	font-size: 15px;
	line-height: 21px;
	margin-top: 15px;
}
footer p a {
	color: #2d2d2d;
	padding: 0 5px;
}
.foo-btm {
	padding: 15px 0;
	border-top: 1px solid #cfd2d9;
}
.foo-btm p {
	margin: 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: 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: #ffb800;
    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;
	color:#fff;
}
.error-sec{
	float:left;
	width:100%;
	text-align:center;
	}
.error-hed {
    color: red;
    font-size: 32px;
}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}	
