/** Shopify CDN: Minification failed

Line 925:21 Expected ":"

**/
@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family:'Mallory';
	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;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*====FONTS====*/
@font-face {
	font-family: 'Mallory';
	src:url('//fieracosmetics.com/cdn/shop/files/Mallory-Light.woff2?v=15357528381027833174') format('woff2'),
	url('//fieracosmetics.com/cdn/shop/files/Mallory-Light.woff?v=2946303240121539940') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family:'Mallory';
	src: url('//fieracosmetics.com/cdn/shop/files/Mallory-Book.woff2?v=2038386978903840889') format('woff2'),
	url('//fieracosmetics.com/cdn/shop/files/Mallory-Book.woff?v=1241368430794079791') format('woff');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
	}
@font-face {
	font-family:'Mallory';
	src:url('//fieracosmetics.com/cdn/shop/files/Mallory-BookItalic.woff2?v=12748761909531553502') format('woff2'),
	url('//fieracosmetics.com/cdn/shop/files/Mallory-BookItalic.woff?v=11662719984926990084') format('woff');
	font-weight:normal;
	font-style:italic;
	font-display:swap;
	}
@font-face {
	font-family:'Mallory';
	src: url('//fieracosmetics.com/cdn/shop/files/Mallory-Medium.woff2?v=18039284468896783880') format('woff2'),
	url('//fieracosmetics.com/cdn/shop/files/Mallory-Medium.woff?v=14886499240805245998') format('woff');
	font-weight:500;
	font-style:normal;
	font-display:swap;
	}
@font-face {
	font-family:'Mallory';
	src: url('//fieracosmetics.com/cdn/shop/files/Mallory-Bold.woff2?v=6215576415400692775') format('woff2'),
	url('//fieracosmetics.com/cdn/shop/files/Mallory-Bold.woff?v=12551074655172213732') format('woff');
	font-weight:bold;
	font-style:normal;
	font-display:swap;
	}
@font-face {
	font-family: 'GT Super Display';
	src: url('//fieracosmetics.com/cdn/shop/files/GTSuperDisplay-Medium.woff2?v=15744443326610625873') format('woff2'),
	url('//fieracosmetics.com/cdn/shop/files/GTSuperDisplay-Medium.woff?v=18356389827864485243') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'GT Super Display';
	src: url('//fieracosmetics.com/cdn/shop/files/GTSuperDisplay-Bold.woff2?v=17918357814986692503') format('woff2'),
	url('//fieracosmetics.com/cdn/shop/files/GTSuperDisplay-Bold.woff?v=9195166402616394248') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}


/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.wrapper{overflow:hidden;}

/*=====Top-Caption======*/		
.top-caption{
	float:left;
	width:100%;
	background:#000;
	padding:8px 0;
	}
.top-caption-text{
	color:#fff;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
/*======Header=======*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	background:#fff;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}		
.logo{
	float:left;
	width:120px;
	margin-top:14px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin:21px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#000000;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	letter-spacing:0.3px;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#864fab;}
a.nav-btn{
    float:right;
	width:165px;
	height:43px;
    color:#ffffff;
	font-size:16px;
    line-height:43px;
    text-align:center;
	font-weight:700;
	text-transform:uppercase;
    border-radius:6px;
    background:#000000;
    letter-spacing:0.5px;
	margin-top:13px;
	box-shadow:0 3px 5px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 5px 1px rgba(0,0,0,0.1);
	}
	
/*========BANNER CSS===========*/
.banner{
    float:left;
    width:100%;
	background: rgb(230,219,238);
	background: linear-gradient(180deg, rgba(230,219,238,1) 0%, rgba(248,245,250,1) 100%);
	padding:55px 0 70px;
	overflow:hidden;
	}
.banner-content{
	float:left;
    width:100%;	
	position:relative;
	}
.banner-left{
	float:left;
	width:54%;
	text-align:left;
	}
.banner-title{
	float:left;
    width:100%;	
	color:#000000;
    font-size:16px;
	line-height:16px;
	font-weight:500;
	}
.banner-title-star{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 6px 0 0;
	width:70px;
	}
.banner-heading{
	float:left;
	width:100%;
	color:#000000;
    font-size:60px;
	line-height:70px;
    font-weight:bold;
	letter-spacing:-0.8px;
	font-family: 'GT Super Display';
	margin-top:20px;
	}
.banner-strip{
	float:left;
	width:100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	padding:8px 20px;
	margin-top:25px;
	}
.banner-strip p{
	color:#000000;
    font-size:20px;
	line-height:20px;
    font-weight:500;
	}
.banner-strip p span{margin:0 13px;}
ul.banner-list{
	float:left;
	width:71%;
	margin-top:25px;
	}	
ul.banner-list li{
	float:left;
	width:100%;
	color:#000000;
    font-size:20px;
	line-height:30px;
    font-weight:bold;
	text-align:left;
	border-bottom:1px solid #e5dbe2;
	background: url('//fieracosmetics.com/cdn/shop/files/lp3_bnr-bullet.png?v=16312018952009572931')no-repeat left 5px;
	background-size:20px;
	padding:0 0 10px 38px;
	margin-top:12px;
	}
ul.banner-list li:last-child{border-bottom:none;}	
.banner-product{
	position:absolute;
	top:75px;
    right:-36px;
	width:535px;
	}
.bnr-before-after-image{
	position:absolute;
	top:192px;
    left:505px;
	width:172px;
	}

/*====AS_SEEN_ON====*/
.as_seen_on{
	float:left;
	width:100%;
	padding:24px 0;
	border-bottom:1px solid #cfcfcf;
	overflow:hidden;
	}
.asSeen_slider{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
ul.as_seenList{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 30s linear infinite;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
ul.as_seenList li{
	display:inline-block;
	vertical-align:middle;
	margin:0 40px;
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	letter-spacing:0.5px;
	text-transform:uppercase;
	position:relative;
	}
.asseen_logo{
	display:block;
	margin:0 auto;
	}
.asseen_logo1{ width:97px;}
.asseen_logo2{ width:101px;}
.asseen_logo3{ width:97px;}
.asseen_logo4{ width:88px;}
.asseen_logo5{ width:115px;}
.asseen_logo6{ width:66px;}
.asseen_logo7{ width:160px;}

/*========Common-CSS========*/
.common-heading{
	color:#000000;
    font-size:50px;
    line-height:60px;
	font-weight:bold;
	font-family: 'GT Super Display';
	letter-spacing:0.3px;
	}
.common-heading.white-text{color:#ffffff;}
.common-paragraph{
	color:#0a0a0a;
    font-size:18px;
    line-height:26px;
	margin-top:20px;
	}
.common-paragraph.white-text{color:#ffffff;}
.common-paragraph.margin-top-10{margin-top:10px;}
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:425px;
	text-align:center;
	margin-top:45px;
	}
.banner_button_box{margin-top:30px;}
a.common_btn{
	float:left;
	width:100%;
	height:65px;
	color:#ffffff;
	font-size:20px;
	line-height:65px;
	background:#000;
	font-weight:500;
	border-radius:8px;
	box-shadow:0 4px 6px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 4px 6px 2px rgba(0,0,0,0.2);
	text-transform:uppercase;
	cursor:pointer;
	position:relative;
	}	
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 10px;
	width:20px;
	}
.btn_text{
	float:left;
	width:100%;
	color:#000000;
	font-size:15px;
	line-height:19px;
	margin-top:10px;
	}
.btn_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	width:16px;
	}

/*========Section-1========*/
.section1{
	float:left;
	width:100%;
	padding:65px 0;
	}	
.section1-content-box{
	display:inline-block;
	vertical-align:middle;
	max-width:870px;
	width:100%;
	background:#f7f7f7;
	border-radius:10px;
	padding:35px 300px 35px 55px;
	margin-top:35px;
	position:relative;
	overflow:hidden;
	}
.section1-content-image{
	position:absolute;
	top:0;
	right:0;	
	}
ul.section1-content-list{
	float:left;
	width:100%;
	}
ul.section1-content-list li{
	float:left;
	width:100%;
	text-align:left;
	background: url('//fieracosmetics.com/cdn/shop/files/lp3_s1-bullet.png?v=5769389876453772743')no-repeat left 3px;
	background-size:20px;
	padding-left:40px;
	margin-top:30px;
	}
ul.section1-content-list li:first-child{margin-top:0;}
.section1-content-list-heading{
	color:#000000;
    font-size:24px;
	line-height:24px;
    font-weight:bold;
	}
.section1-content-list-paragraph{
	color:#000000;
    font-size:18px;
	line-height:26px;
	margin-top:8px;
	}
.section1-text{
	float:left;
	width:100%;
	color:#000000;
    font-size:24px;
    line-height:34px;
	font-weight:bold;
	margin-top:30px;
	}	
	
/*========Section-2========*/
.section2{
	float:left;
	width:100%;
	background:#fef2fe;
	padding:65px 0;
	}	
.section2-row{
	display:inline-block;
	vertical-align:middle;
	max-width:930px;
	width:100%;
	margin-top:10px;
	}
.section2-column{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-top:60px;
	}
.section2-column.reverse{flex-direction:row-reverse;}
.section2-column-left{
	width:57%;
	text-align:left;
	}
.section2-column-box{
	float:left;
	background:#ffffff;
	border:1px solid #b190c7;
	width:100%;
	border-radius:10px;
	position:relative;
	}
.section2-column-product{
	position:absolute;
	bottom:-8px;
	left:15px;
	width:83px;
	}
.section2-column-number{
	color:#000000;
    font-size:45px;
    line-height:45px;
	padding:8px 40px 7px 115px;
	}
.section2-column-heading{
	color:#ffffff;
    font-size:26px;
    line-height:26px;	
	font-weight:bold;
	background: rgb(80,48,103);
	background: linear-gradient(180deg, rgba(80,48,103,1) 0%, rgba(124,73,159,1) 100%);
	padding:14px 40px 15px 115px;
	}
.section2-column-paragraph{
	color:#000000;
    font-size:20px;
    line-height:28px;	
	padding:20px 35px 24px 115px;
	}
.section2-column-right{width:39%;}
.section2-column-image{
	display:inline-block;
	vertical-align:middle;
	border-radius:10px;
	}
.section2-list-box{
	display:inline-block;
	vertical-align:middle;
	max-width:1000px;
	width:100%;
	margin-top:35px;
	}	
ul.section2-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
ul.section2-list li{
	width:25%;
	border-right:1px solid #e5dbe2;
	margin-top:25px;
	}
ul.section2-list li:last-child{border-right:none;}
ul.section2-list li p{
	color:#0a0a0a;
    font-size:20px;
    line-height:28px;
	font-weight:500;
	}
.section2-list-icon{
	display:block;
	margin:0 auto 10px;
	width:61px;
	}

/*========Section-3========*/
.section3{
	float:left;
	width:100%;
	padding:65px 0;
	}	
.section3-content{
	float:left;
	width:100%;
	margin-top:50px;	
	}
.section3-content-left{
	float:left;
	width:46%;
	}
.select-section__slider{
	float:left;
	width:100%;
	position:relative;
	}		
.section3-content-right{
	float:right;
	width:51%;
	text-align:left;
	}
.section3-heading{
	float:left;
	width:100%;
	color:#ffffff;
    font-size:28px;
    line-height:28px;	
	font-weight:bold;
	background: rgb(80,48,103);
	background: linear-gradient(180deg, rgba(80,48,103,1) 0%, rgba(124,73,159,1) 100%);
	padding:14px 20px 14px 80px;
	position:relative;
	}
.section3-heading span{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:15px;
	font-size:40px;
    line-height:40px;	
	font-weight:500;
	}
.section3-paragraph{
	float:left;
	width:100%;
	color:#000000;
    font-size:18px;
    line-height:26px;
	padding-right:25px;
	margin-top:15px;
	}
.section3-list-heading{
	float:left;
	width:100%;
	color:#000000;
    font-size:26px;
    line-height:32px;
	font-weight:bold;
	border-bottom:1px solid #d3d3d3;
	padding-bottom:15px;
	margin-top:30px;
	}
ul.section3-list{
	float:left;
	width:100%;
	padding-right:40px;
	margin-top:5px;
	}
ul.section3-list li{
	float:left;
	width:100%;
	font-size:18px;
    line-height:26px;
	text-align:left;
	background:url('//fieracosmetics.com/cdn/shop/files/lp3_bnr-bullet.png?v=16312018952009572931') no-repeat left 5px;
    background-size:18px;
	padding-left:30px;
	margin-top:15px;
	}
.section3-review-box{
	float:left;
	width:100%;
	background:#ffffff;
	border:2px solid #f7deca;
	border-radius:12px;
	padding:20px 100px 25px 20px;
	margin-top:25px;
	position:relative;
	}
.section3-review-quote{
	position:absolute;
	top:8px;
	right:65px;
	width:40px;
	}
.section3-review-user-image{
	position:absolute;
	top:35px;
	right:12px;
	border-radius:50%;
	}
.section3-review-star{
	display:block;
	width:77px;
	}
.section3-review-paragraph{
	color:#000000;
    font-size:18px;
    line-height:26px;
	font-style:italic;
	margin-top:10px;
	}
.section3-review-user-name{
	color:#434343;
    font-size:13px;
    line-height:23px;
	margin-top:15px;
	}
.section3-review-user-name span{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
	}
.section3-verfiy-tick{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 2px 0 5px;
	width:12px;
	}

/*========Section-4========*/
.section4{
	float:left;
	width:100%;
	background:#fee9e1;
	padding:65px 0;
	}	
.section4-content{
	float:left;
	width:100%;
	margin-top:45px;
	}
.section4-content-left{
	float:left;
	width:49%;
	}
.section4-product{
	display:inline-block;
	vertical-align:middle;
	}
.section4-content-right{
	float:right;
	width:51%;
	}
ul.section4-content-list{
	float:left;
	width:100%;
	}
ul.section4-content-list li{
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:30px;
	padding-left:55px;
	position:relative;
	}
ul.section4-content-list li:before{
	content:'';
	position:absolute;
	top:20px;
    left:16px;
    bottom:-40px;
    border-left:1px dashed #864fab;
	}
ul.section4-content-list li:last-child{margin-bottom:0;}
ul.section4-content-list li:last-child:before{display:none;}
.section4-list-number{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:-5px;
	left:0;
	background:#864fab;
	border-radius:50%;
	width:33px;
	height:33px;
	color:#ffffff;
    font-size:18px;
    line-height:17px;
	font-weight:500;
	text-align:center;	
	}
.section4-list-heading{
	color:#000000;
    font-size:20px;
    line-height:20px;
	font-weight:bold;
	text-transform:uppercase;	
	}
.section4-list-paragraph{
	color:#000000;
    font-size:18px;
    line-height:26px;
	margin-top:8px;
	}
	
/*========Section-5========*/
.section5{
	float:left;
	width:100%;
	padding:65px 0;
	}	
.section5-box{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:830px;
	width:100%;
	margin:60px auto 15px;
	}
.section5-column{width:166px;}
ul.section5-list{
	float:left;
	width:100%;
	}
ul.section5-list li{
	float:left;
	width:100%;
	margin-bottom:35px;
	}
ul.section5-list li:last-child{margin-bottom:0;}
ul.section5-list li p{
	color:#000000;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	}
.section5-list-icon{
	display:block;
	margin:0 auto 10px;	
	width:auto;
	}
.section-product-box{width:498px;}
.section5-product{
	display:inline-block;
	vertical-align:middle;	
	}
.s5_slide_block{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 2000px;
    margin: 30px 0 10px;
    padding: 0 0 0 15px;
	}
.s5_slider_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	overflow:hidden;
	}
.s5_slider_col{
	display:inline-block;
	vertical-align:top;
	width:300px !important;
	min-height:425px !important;
	background:#ffffff;
	border:1px solid #864fab;
	border-radius:15px;
	padding:20px 15px 10px;
	box-shadow:0 0 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px 2px rgba(0,0,0,0.2);
	}
.s5_image{
	display:block;
	margin:0 auto;
	border-radius:10px;
	}
.s5_col_cont{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 0 0 4px;
	}
.s5_col_text1{
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	background:#864fab;
	padding:5px 12px 5px;
	border-radius:50px;
	}
.s5_col_head{
	float:left;
	width:100%;
	color:#000000;
	font-size:22px;
	line-height:28px;
	font-weight:700;
	margin-top:15px;
	}
ul.s5_col_list{
	float:left;
	width:100%;
	}
ul.s5_col_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:16px;
	line-height:22px;
	text-align:left;
	padding-left:20px;
	margin-top:16px;
	position:relative;
	}
ul.s5_col_list li:before{
	content:'';
	position:absolute;
	top:8px;
	left:0;
	width:7px;
	height:7px;
	background:#864fab;
	border-radius:50%;
	}	
ul.s5_col_list li:last-child{ border-bottom:none;}

/*========Section-6========*/
.section6{
	float:left;
	width:100%;
	background:#fef2fe;
	padding:65px 0;
	}	
.testimonial-row{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap wrap;
	justify-content:space-between;
	margin-top:40px;
	}
.testimonial-column{
	float:left;
	width:32%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-direction:column;	
	background:#ffffff;
	border:2px solid #ffffff;
	border-radius:8px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	}
.testimonial-column-top{
	float:left;
	width:100%;
	}
.testimonial-image{
	display:block;
	margin:0 auto;
	border-radius:10px 10px 0 0;
	width:100%;
	}
.testimonial-column-bottom{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-direction:column;
    flex:1;
	text-align:left;
	padding:20px 28px 30px 20px;
	}
.testimonial-heading{
	color:#000000;
    font-size:20px;
    line-height:30px;
	font-weight:bold;
	margin-top:10px;
	}
.testimonial-quote1{
	display:block;
	width:30px;
	-webkit-transform:scaleX(-1);
  	transform:scaleX(-1);
	}

.testimonial-paragraph{
	color:#000000;
    font-size:17px;
    line-height:25px;
	margin:10px 0 25px;
	}
.testimonial-quote2{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 0 5px;
	width:30px;
	transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	}
.testimonial-user-name{
	color:#000000;
    font-size:14px;
    line-height:20px;
	letter-spacing:0.5px;
	margin-top:auto;
	}
.testimonial-user-name span{
	font-size:18px;
	font-weight:bold;
	margin-right:5px;
	}
.verfiy-tick{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 5px;
	width:15px;
	}
	
/*========Section-7========*/
.section7{
	float:left;
	width:100%;
	padding:65px 0;
	}	
.section7-content{
	float:left;
	width:100%;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	align-items:center;
	}
.section7-content-left{
	float:left;
	width:37%;
	text-align:left;
	}
.section7-content-right{
	float:right;
	width:56.8%;
	}
.section7-product{
	display:block;
	margin:0 auto;
	}
.s7_shade_text{
	float:left;
	width:100%;
	position:relative;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:20px;
	text-transform:uppercase;
	}
.s7_shade_text:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:48%;
	border-top:2px solid #767177;
	}
.s7_shade_text span{ background:#fcf3ff; padding:0 15px; position:relative;}
.s7_shade_row{
	float:left;
	width:100%;
	
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	margin-top:35px;
	}
.s7_shade_box{
	float:left;
	width:8.2%;
	}
.shade_color{
	float:left;
	width:100%;
	height:54px;
	background:#fee3cc;
	border-radius:4px;
	}
.new_shade{
	display:inline-block;
	vertical-align:top;
	margin:-7px 0 0;
	font-size:10px;
	color:#fff;
	line-height:12px;
	background:#0ba922;
	padding:1px 5px 2px;
	text-transform:uppercase;
	border-radius:15px;
	}
.shade_text{
	float:left;
	width:100%;
	font-size:11px;
	line-height:15px;
	color:#000000;
	text-transform:uppercase;
	margin-top:7px;
	font-weight:normal;
	}
.s7_help{
	display:inline-block;
	vertical-align:top;
	margin-top:35px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 6px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,0.3);
	border:1px solid #cccccc;
	font-size:16px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	text-decoration:underline;
	padding:8px 20px 9px;
	letter-spacing:0.3px;
	text-transform:uppercase;
	}
.s7_help img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	width:16px;
	}
	
/*========Section-8========*/
.section8{	
	float:left;
	width:100%;
	background: rgba(134, 79, 171, 1);
    background: linear-gradient(180deg, rgba(134, 79, 171, 1) 0%, rgba(164, 115, 173, 1) 59%, rgba(241, 205, 179, 1) 100%);
	padding:65px 0;
	}	
.package_box{
	float:left;
	width:100%;
	padding:0 45px;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	}
.package{
	float:left;
	width:32%;
	padding:0 10px 20px;
	border:2px solid #45295a;
	border-radius:10px;
	background:#fff;
	margin-top:45px;
	}
.best-value-text{
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	font-size:15px;
	line-height:16px;
	background:#2bc416;
	text-align:center;
	border-radius:50px;
	font-weight:bold;
	text-transform:uppercase;
	padding:7px 27px;
	margin-top:-15px;
	}
.most-popular-text{
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	font-size:15px;
	line-height:16px;
	background:#ff7901;
	text-align:center;
	border-radius:50px;
	font-weight:bold;
	text-transform:uppercase;
	padding:7px 15px;	
	margin-top:-15px;
	}
.regular-text{
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	font-size:15px;
	line-height:16px;
	background:#45295a;
	text-align:center;
	border-radius:50px;
	font-weight:bold;
	text-transform:uppercase;
	padding:7px 15px;	
	margin-top:-15px;
	}
.pakge_heading{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
	margin-top:20px;
	}
.pkage_prodBx{
	float:left;
	width:100%;
	padding:20px 0;
	position:relative;
	}
.pakge_prod{
	display:block;
	margin:0 auto;
	width:260px;
	max-width:100%;
	}
.msrp_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#6f6f6f;
	display: flex;
    align-items: center;
    justify-content: center;
	font-weight:500;
	}
.msrp_text span{ font-size:22px; line-height:28px; position:relative; margin-left:4px;}
.msrp_text span:after{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:50%;
	border-top:1px solid #6f6f6f;
	}
.pakge_price{
	float:left;
	width:100%;
	font-size:40px;
	line-height:40px;
	color:#000000;
	font-weight:500;
	margin-top:6px;
	}
.free_ship{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:6px;
	}
.pakge_strip{
	float:left;
	width:100%;
	background:#fcf3ff;
	border:1px solid #e3e3e3;
	margin-top:15px;
	padding:12px 5px 12px 60px;
	position:relative;
	border-radius:5px;
	text-align:left;
	}
.pakge_strip p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	}
.free_prod{
	position:absolute;
	left:5px;
	width:14px;
	bottom:0;
	}
.free_seal{
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-17.5px;
	width:35px;
	height:35px;
	background:url('//fieracosmetics.com/cdn/shop/files/lp3_free_seal.png?v=14250805783054668678') no-repeat center center;
	background-size:100%;
	font-size:10px;
	text-align:center;
	line-height:35px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	}
.pakge_shadeBx{
	float:left;
	width:100%;
	margin-top:15px;
	min-height:106px;
	}
.selct-colorbx{
	float:left;
	width:100%;
	position:relative;
	}
.color-chooseHdng{
	float: left;
    width: 100%;
    font-size: 17px;
	line-height:36px;
    color: #000000;
    text-align: left;
    padding:5px 20px 5px 45px;
    border: 1px solid #dcdcdc;
	border-radius:4px;
	margin-top:5px;
	position:relative;
	cursor:pointer;
	background:url('//fieracosmetics.com/cdn/shop/files/lp3_select_arw.png?v=17871943541385988023') no-repeat 96% center;
	background-size:15px;
	}
.color-chooseHdng span{
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-15px;
	width: 30px;
    height: 30px;
    border-radius: 5px;
	}
.color-drower{
	float: left;
    width: 100%;
	position: absolute;
    top: 52px;
    z-index: 2;
    background: #fff;
    border: 1px solid #ddd;
	border-bottom:none;
    border-top: none;
	}
ul.colorname-list{
	float: left;
    width: 100%;
	}
ul.colorname-list li{
	float: left;
    width: 100%;
	font-size: 17px;
	line-height:36px;
    color: #000000;
    text-align: left;
    padding:5px 20px 5px 45px;
	position:relative;
	cursor:pointer;
	border-bottom: 1px solid #dcdcdc;
	}
ul.colorname-list li span{
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-15px;
	width: 30px;
    height: 30px;
    border-radius: 5px;
	}
.color1 span{
	background: #fee3cc;
	}
.color2 span{
	background: #fadbc0;
	}
.color3 span{
	background: #edc3af;
	}
.color4 span{
	background: #ebbf9f;
	}
.color5 span{
	background: #df9f7f;
	}
.color6 span{
	background: #cd966f;
	}
.color7 span{
	background: #ad795b;
	}
.color8 span{
	background: #a96f42;
	}
.color9 span{
	background: #8f613e;
	}
.color10 span{
	background: #6c4e31;
	}
.package .button_box{width:100%; margin-top:18px;}
.pakgebtn{
	float:left;
	width:100%;
	height:52px;
	line-height:52px;
	background:#000;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	border-radius:3px;
	box-shadow:0 4px 6px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 4px 6px 2px rgba(0,0,0,0.2);
	color:#fff;
	letter-spacing:0.5px;
	outline:none;
	border:none;
	cursor:pointer;
	}
.package .btn_text{
	font-size:13px;
	line-height:15px;
	color:#000;
	font-weight:600;
	}
.package .btn_text img{
	width:16px;
	margin-top:-4px;
	}
.pakge3 .msrp_text{ margin-top:10px;}
.pakge3 .pakge_price{margin-top:10px;}
.pakge3 .free_ship{ margin-top:20px;}
.pakge3 .pakge_strip{ background:none; border:none; margin-top:13px;}

/*========Section-9========*/
.section9{
	float:left;
	width:100%;
	padding:65px 0;
	}	
.section9-left{
	float:left;
	width:40%;
	text-align:left;
	}
.section9-product{
	display:inline-block;
	vertical-align:middle;
	margin:50px auto 0;
	}	
.faq_section{
	float:right;
	width:57%;
	text-align:left;
	margin:0 0;
	}
.faq_slide_row{
	float:left;
	width:100%;
	background:#fff;
	border-bottom:1px dashed #636363;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url('//fieracosmetics.com/cdn/shop/files/lp3_faq_close.png?v=6026715276565945183') no-repeat 98% center;
	background-size:12px;
	padding:17px 25px 17px 0;
	font-size:18px;
	line-height:26px;
	font-weight:700;
	color:#000000;
	letter-spacing:0.5px;
	position:relative;
	cursor:pointer;
	}
.acdn_heading.accordion_open{
	background:url('//fieracosmetics.com/cdn/shop/files/faq_open.png?86211') no-repeat 98% center;
	background-size:12px;
	padding-bottom:17px;
	border-bottom:none;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 15px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#000000;
	letter-spacing:0.3px;
	margin-bottom:15px;
	font-weight:normal;
	}
	
.acdn_para a{ color:#00F; text-decoration:underline;}
.acdn_para.margin-bottom-10{margin-bottom:5px;}
ul.acdn_list{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	}
ul.acdn_list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin:5px 0;
	}	

/*========footer==========*/
.footer {
    float:left;
    width:100%;
	border-top:1px solid #393939;
	padding:45px 0;
	}
.footer-logo{
	display:block;
	margin:0 auto 20px;
	width:132px;	
	}
.ftr-txt{
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	margin-top:8px;
	}
.ftr-txt a{padding:0 5px;}			
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

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

.banner-heading{font-size:52px; line-height:60px;}
ul.banner-list{width:82%; margin-top:20px;}
.banner-product{right:-45px; width:460px;}
.bnr-before-after-image{top:180px; left:450px; width:155px;}

.testimonial-column-bottom{padding:20px 15px 30px;}
.testimonial-heading{font-size:19px; line-height:29px;}
.testimonial-user-name{letter-spacing:0;}
.testimonial-user-name span{font-size:16px;}

.package_box{padding:0;}
.pakge3 .pakge_strip{margin-top:37px;}

}


@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.common-heading{font-size:36px; line-height:44px;}
.common-paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px; margin-top:15px;}
.button_box{width:370px; margin-top:35px;}
a.common_btn{font-size:17px;}
.banner .button_box{margin-top:20px;}

.top-fix-bar{margin-bottom:65px;}
.header{height:65px; margin-top:-65px; top:65px;}
a.nav-btn{margin-top:10px;}

.banner{padding:40px 0 50px;}
.banner-title{font-size:14px;}
.banner-heading{font-size:39px; line-height:49px; margin-top:12px;}
.banner-strip{padding:9px 15px; margin-top:15px;}
.banner-strip p{font-size:18px; line-height:18px;}
.banner-strip p span{margin:0 5px;}
ul.banner-list{width:88%; margin-top:15px;}
ul.banner-list li{font-size:17px; line-height:25px;background-size:18px; background-position:left 3px; padding:0 0 8px 30px;}
.bnr-before-after-image{top:0; right:-30px; width:130px;}
.banner-product{top:85px; right:0; width:370px;}

.as_seen_on{padding:15px 0;}
    
.section1{padding:40px 0;}
.section1-content-box{padding:30px 210px 30px 30px; margin-top:30px;}
ul.section1-content-list li{background-position:left 4px; padding-left:35px; margin-top:25px;}
.section1-content-list-heading{font-size:22px; line-height:28px;}
.section1-content-list-paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px; margin-top:10px;}
.section1-text{font-size:22px; line-height:30px; margin-top:25px;}

.section2{padding:40px 0;}
.section2-row{margin-top:0;}
.section2-column{margin-top:50px;}
.section2-column-left{width:53%;}
.section2-column-number{font-size:30px; line-height:30px; padding:9px 20px 8px 95px;}
.section2-column-heading{font-size:20px; line-height:20px; padding:14px 10px 15px 95px;}
.section2-column-paragraph{font-size:18px; line-height:28px; padding:23px 20px 23px 95px;}
.section2-column-product{left:0;}
.section2-column-right{width:44%;}
.section2-list-box{margin-top:30px;}
ul.section2-list li{padding:0 10px;}
ul.section2-list li p{font-size:17px; line-height:25px; letter-spacing:0.3px;}

.section3{padding:45px 0 40px;}
.section3-content{margin-top:35px;}
.section3-heading{font-size:22px; line-height:22px; padding:14px 10px 14px 55px;}
.section3-heading span{font-size:25px; line-height:26px;}
.section3-paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px; padding-right:0; margin-top:13px;}
.section3-list-heading{font-size:22px; line-height:28px; margin-top:25px;}
ul.section3-list{padding-right:0;}
ul.section3-list li{font-size:17px; line-height:25px; letter-spacing:0.3px;}
.section3-review-star{width:80px;}
.section3-review-paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px;}
.section3-review-box{padding:20px 95px 25px 20px;}
.section3-review-quote{width:35px;}
.section3-review-user-image {right:10px;}

.section4{padding:40px 0;}
.section4-content{margin-top:30px;}
.section4-list-paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px;}

.section5{padding:40px 0;}
.section5-box{margin:35px auto 0;}
ul.section5-list li p{font-size:17px; line-height:25px; letter-spacing:0.3px;}
.section5-list-icon{width:auto; height:60px;}
.section-product-box{width:350px;}
.s5_slide_block{margin:20px 0 0;}

.section6{padding:40px 0;}
.testimonial-row{margin-top:30px;}
.testimonial-column-bottom{padding:20px 20px 30px;}
.testimonial-paragraph{letter-spacing:0.3px;}
.testimonial-user-name span{margin-right:0;}

.section7{padding:40px 0;}
.s7_shade_row{margin-top:10px;}
.s7_shade_box{width:18%; margin-top:25px;}
.s7_help{font-size:15px; line-height:25px;}
.section7-content-left .button_box{width:275px;margin-top:30px;}

.section8{padding:40px 0;}
.package{width:32.5%; padding:0 10px 20px; margin-top:35px;}
.pkage_prodBx{padding:15px 0;}
.pakge_heading{font-size:22px; line-height:30px; margin-top:15px;}
.pakge_price{font-size:35px; line-height:35px; margin-top:8px;}
.free_ship{font-size:17px; line-height:25px; margin-top:4px;}

.color-chooseHdng{font-size:15px; padding:5px 20px 5px 42px;}

.section9{padding:40px 0;}
.section9-left{width:39%;}
.section9-product{margin:35px 0 0 -20px; width:365px;}
.acdn_para{font-size:17px; line-height:25px;}
.section9 .button_box{width:285px; margin-top:30px;}
.accordion{padding:15px 25px 15px 0; font-size:17px; line-height:25px;}

.footer{padding:40px 0;}
.footer-logo{margin:0 auto 15px; width:120px;}
.ftr-txt{font-size:16px; line-height:26px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.common-heading{font-size:28px; line-height:34px;}
.common-paragraph{font-size:16px; line-height:24px; margin-top:10px;}
.button_box{width:360px; margin-top:30px;}
a.common_btn{font-size:16px; letter-spacing:0.5px; height: 58px;line-height: 58px;}
.btn_text{font-size:13px; line-height:18px;}
.guarantee-box .button_box{margin-top:20px;}
.section1 .button_box{margin-top:20px;}

.top-caption{padding:7px 0;}
.top-caption-text{font-size:12px; line-height:12px;}

.top-fix-bar{margin-bottom:0;}
.header{height:50px; margin-top:0; top:0;}
.fixed-nav .header{ position:relative;}
.logo{float:none; display:inline-block; vertical-align:middle; width:90px; margin-top:10px;}

.banner{padding:20px 0 30px;}
.banner-left{width:100%; text-align:center;}
.banner-title{font-size:13px; line-height:13px;}
.banner-title-star{width:60px; margin:-5px 3px 0 0}
.banner-heading{font-size:31px; line-height:39px; margin-top:15px; letter-spacing:0.3px; z-index:2; position:relative;}
.banner-strip{width: calc(100% + 30px); margin-left:-15px; background:#ffffff; padding:11px 15px; margin-top:10px;}
.banner-strip p{font-size:16px; line-height:16px;}
.mob-banner-product{display:block; margin:10px auto 0; width:355px;}
ul.banner-list{float:none; display:inline-block; vertical-align:middle; max-width:345px; width:100%; margin-top:10px;}
ul.banner-list li{font-size:16px; line-height:24px; background-size:16px; background-position:left 5px; padding:0 0 8px 25px; letter-spacing:-0.2px;}
ul.banner-list li:first-child{margin-top:0;}
.before-after-image-box{display:inline-block; vertical-align:middle; width: calc(100% + 15px); margin-left:-8px; margin-top:10px;}
.mob-before-after-image{display:inline-block; vertical-align:middle; width:375px;}

ul.as_seenList li{ margin:0 15px;}
.asseen_logo1{width:75px;}
.asseen_logo2{width:85px;}
.asseen_logo3{ width:80px;}
.asseen_logo4{ width:70px;}
.asseen_logo5{ width:95px;}
.asseen_logo6{ width:50px;}
.asseen_logo7{ width:120px;}

.section1{padding:30px 0 35px;}
.mob-section1-content-box{display:inline-block; vertical-align:middle; max-width:345px; width:100%;}
.section1-content-box{width: calc(100% + 30px); margin-left:-15px; background:#ffffff; padding:0 90px 0 15px; margin-top:20px;overflow: initial;}
.mob-section1-content-image{position:absolute; top:-5px; right:0;}
ul.section1-content-list li{background-size:16px; background-position:left 5px; padding-left:25px; margin-top:20px;}
.section1-content-list-heading{font-size:19px; line-height:24px;}
.section1-content-list-paragraph{font-size:16px; line-height:24px; margin-top:6px;}
.section1-text{font-size:18px; line-height:26px; border:2px solid #f7deca;letter-spacing:-0.5px;  border-radius:10px; padding:15px 10px; margin-top:22px;}

.section2{padding:30px 0 35px;}
.section2-slider-row{float:left; width:100%; margin-top:20px;}
.section2-slider-column{float:left; width:100%;}
.section2-slider-column img{display:inline-block; vertical-align:middle; width:100%; border-radius:10px;}
.section2-row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	}
.section2-column{width:49%;}
.section2-column-left{width:100%; text-align:center;}
.section2-column-box{background:none; border:none;}
.mob-section2-column-box{float:left; background:#ffffff; border:1px solid #b190c7; width:100%; border-radius:10px;}
.section2-column-number{text-align:left; padding:6px 0;}
.mob-section2-column-product{margin:-80px auto 0; width:70px;}


.section2-column-heading{font-size:16px; line-height:20px; padding:6px 8px;}
.section2-column-paragraph{font-size:13px; line-height:19px; padding:8px 5px;}	
.section2-list-box{max-width:345px; margin-top:18px;}
ul.section2-list li{width:100%; border-right:none; border-bottom:1px solid #e5dbe2; text-align:left; padding:8px 0 8px 45px; margin-top:0; position:relative;}
ul.section2-list li:last-child{border-bottom:none; padding-bottom:0;}
ul.section2-list li p{font-size:16px; line-height:24px;}
.section2-list-icon{width:35px; position:absolute; top:50%; transform:translateY(-50%); left:0;}
	
.section3{padding:30px 0 35px;}
.section3-content{margin:25px 0 0;}
.section3-content.margin-top-35{margin-top:35px;}
.section3-content-right{width:100%; position:relative;}
.section3-heading{width:calc(100% + 30px); margin-left:-15px; font-size:19px; line-height:24px; padding:10px 115px 10px 80px;}
.section3-heading span{font-size:40px; line-height:39px;}
.mob-section-product{position:absolute; top:-15px; right:-5px; z-index:1; width:70px;}
.section3-paragraph{ padding-right:70px; font-size: 16px; line-height: 24px; letter-spacing:0.3px;}
.section3-list-heading{font-size:18px; line-height:24px; padding-bottom:10px; margin-top:20px;}
ul.section3-list{margin-top:0;}
ul.section3-list li{font-size:16px; line-height:24px; background-size:16px; padding-left:25px; margin-top:15px;}
.section3-review-box{padding:15px 86px 20px 12px; margin-top:20px;}
.section3-review-star{width:70px;}
.section3-review-paragraph{font-size:16px; line-height:24px; letter-spacing:-0.3px;}
.section3-review-user-name{font-size:12px; line-height:22px;}
.section3-review-user-name span{font-size:14px; margin-right:5px;}
.section3-review-user-image{right:5px; width:70px;}

.section4{padding:30px 0 35px;}
.section4-content{margin-top:25px;}
.section4-content-right{width:100%;}
ul.section4-content-list li{margin-bottom:25px; padding-left:45px;}
.section4-list-number{width:30px; height:30px; font-size:16px; line-height:30px;}
.section4-list-paragraph{font-size:16px; line-height:24px;}

.section5{padding:30px 0 35px;}
.section5-box{margin:25px auto 0;}
.section5-column{width:90px;}
ul.section5-list li{margin-bottom:20px;}
ul.section5-list li p{font-size:14px; line-height:22px;}
.section5-list-icon{width:auto; height:55px; margin:0 auto 6px;}
.section-product-box{width:165px;}
.mob-section5-product{display:inline-block; vertical-align:middle; width:160px;}
.s5_slide_block{margin:0 0 0; padding:0;}
.s5_col_head{font-size:20px; line-height:26px;margin-top:10px;}
ul.s5_col_list li{margin-top:12px;padding: 0 0 10px 20px;}
.s5_slider_col{padding:15px;min-height:445px !important;}
.slider__list li{font-size:16px; line-height:16px;}

.section6{padding:30px 0 35px;}
.testimonial-row{margin-top:0;}
.testimonial-column{width:100%; margin-top:20px;}
.testimonial-column-bottom{padding:20px 15px;}
.testimonial-heading{font-size:18px; line-height:28px;}
.testimonial-paragraph{font-size:16px; line-height:24px; margin:10px 0 20px;}
.testimonial-quote1{width: 24px;}
.testimonial-quote2{margin: 7px 0 0 5px; width: 24px;}


.section7{padding:30px 0 35px;}
.section7-content-left{width:100%; text-align:center;}
.mob-section7-product{display:inline-block; vertical-align:top; margin:20px 0 0;}
.section7-content-right{width:100%; margin-top:10px;}
.s7_shade_text{font-size:16px; line-height:22px;}
.s7_shade_text span{padding:0 10px;}
.s7_shade_text:before{top:49%; border-top:1px solid #767177;}
.s7_shade_box{width:17%;}
.new_shade{font-size:9px;}
.s7_help{font-size:13px; line-height:18px; padding:7px 10px 9px; margin-top:25px;}

.section8{padding:30px 0 35px;}
.package{width:100%; margin-top:30px; padding:0 15px 20px;}
.package.pakge1{order:2;}
.package.pakge2{order:1;}
.package.pakge3{order:3;}
.pakge3 .pakge_strip{padding:0; margin-top:0;}
.pakge_heading{font-size:24px; line-height:30px;}
.pakge_shadeBx{min-height:auto;}
.pkage_prodBx{padding:18px 0;}

.section9{padding:30px 0 35px;}
.section9-left{width:100%; text-align:center;}	
.faq_section{width:100%; margin-top:5px;}
.accordion{padding:15px 25px 15px 0; font-size:17px; line-height:25px;}
.acdn_content{padding:0 0 15px 0;}
.acdn_para{font-size:16px; line-height:23px; margin-bottom:10px;}	
.section9 .button_box{width:auto;}

.footer{padding:25px 0 25px; border-top:1px solid #cdc8c8;}
.footer-logo{width:95px;}
.ftr-txt{font-size:14px; line-height:22px;margin-top:10px;}
.ftr-txt a{padding:0 4px;}

}

/* Modal - Shades */
.modalz {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
  }
  
  .modal-content {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 90%;
	max-width: 720px;
  }
  
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:770px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:1.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url('//fieracosmetics.com/cdn/shop/files/lp3_loading.gif?86211') center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}

/*====POP_INNER====*/
.pop_inner{
	/* float:left; */
	width:100%;
	padding:5px;
	}
.pop_heading{
	/* float:left; */
	width:100%;
	font-size:36px;
	line-height:42px;
	color:#000;
	font-weight:700;
	text-align:left;
	margin-bottom:10px;
	}
.shade_img1{
	float:left;
	width:250px;
	}
.pop_list{
	float:right;
	width:calc(100% - 270px);
	}
.pop_list li{
	float:left;
	width:100%;
	margin-bottom:25px;
	text-align:left;
	}
.pop_list li span{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}
.pop_list li p{
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:400;
	margin-top:5px;
	}
.pop_imgbx{
	/* float:left; */
	width:100%;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	margin-top:15px;
	}
.pop_imgcol{ float:left; width:49%; margin-top:10px;}
.pop_imgcol img{ display:block; margin:0 auto 0; width:100%;}


@media only screen and (max-width:400px){
.shade_img1{ width:120px;}	
.pop_heading{ font-size:24px; line-height:30px;}
.pop_list{ width:calc(100% - 130px); margin-top:-5px;}
.pop_list li:nth-child(2), .pop_list li:nth-child(3){ margin-left:-130px; width:calc(100% + 130px);}
.pop_imgbx{ margin-top:0;}
.pop_imgcol img{ width:100%;}
	}


/* UpCart */
.hide-upcart.upcartPopupShow {
  overflow: unset !important;
}

.hide-upcart #UpcartPopup {
  display: none !important;
}


/* Style fix for popup */
@media screen and (max-width: 600px){
  .shade_img1 {
    width: 100%;
    max-width: 500;
  }
  .pop_list {
    float: left;
    margin-top: 2rem;
    width: 100%;
  }
}