@charset "UTF-8";
/* CSS Document */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin Typography & Colors */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:px;
	color:#;
	padding:0;
	margin:0;
	background:#f0eee9;
}

/* Layout */

#wrapper{
	clear:both;
	width:100%;
	margin:0 auto;
	position:absolute;
}

#content{
	padding:0;
	margin:0 auto;
	clear:both;
	text-align:center;
}

.contentinner{
	width:900px;
	padding:30px 0 0 0;
	margin:0 auto;
}

.alsoreceive{
	padding:10px 0 0 0;
	text-align:center;
}

/* Header */

#header{
	clear:both;
	position:relative;
	z-index:200;
 	background: rgb(139,85,113);
	background: -moz-linear-gradient(top,  rgb(139,85,113) 0%, rgb(129,83,116) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(139,85,113)), color-stop(100%,rgb(129,83,116)));
	background: -webkit-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: -o-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: -ms-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: linear-gradient(to bottom,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b5571', endColorstr='#815374',GradientType=0 );
}

#header .headerc{
	width:985px;
	margin:0 auto;
	padding:20px 0 10px 0;
}

#header a.logo{
	float:left;
	width:270px;
	height:50px;
	display:block;
	background:url(../images/logo.svg) no-repeat;
}

#header .toplinks{
	float:right;
	position:relative;
	margin:8px 0 0 0;
}

#header .toplinks ul li{
	float:left;
	position:relative;
}

#header .toplinks a{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ffffff;
	text-decoration:none;
	float:left;
	padding:0 0 15px 0;
	margin:0 20px 0 0;
	letter-spacing:0.05em;
	text-shadow:4px 0 50px rgba(0,0,0,0.94);
}

#header .toplinks a:hover,
#header .toplinks a.current,
#header .toplinks li:hover > a{
	color:#e86d55;
}

#header .toplinks ul.submenu li a:hover{
	color:#fff;
}

#header .toplinks ul li:hover > ul.submenu{
	display: block;
}

#header .toplinks ul.submenu{
	display:none;
	float:left;
	margin:0;
	position: absolute;
	top:35px;
	left:-10px;
	width:140px;
	z-index: 99999;
	text-align:left;
	background:rgba(125,36,87,0.5)
}

#header .toplinks ul.submenu li{
	padding:0;
	margin:0;
	width:130px;
}

#header .toplinks ul.submenu li a{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#d9d2c4;
	padding:5px 0;
	margin:0 0 0 10px;
	border-bottom:solid 1px #bbcf9c;
	display:block;
	width:100%;
}

#header .toplinks ul.submenu li:last-child a{
	border-bottom:0;
}

#header .toplinks a.cart{
	width:26px;
	height:21px;
	display:block;
	float:left;
	background:url(../images/cart.png) no-repeat;
}

#header .toplinks a.search{
	width:21px;
	height:21px;
	display:block;
	float:left;
	background:url(../images/search.png) no-repeat;
	margin:0;
}

#header .searchform{
	position:absolute;
	top:30px;
	right:0;
	display:none;
}

#header .searchform .input{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#d9d2c4;
	letter-spacing:0.180em;
	width:220px;
	padding:5px 10px;
	border:0;
	background:#fff;
	text-transform:uppercase;
}


/* Common */

*:focus{outline:0;}

a{
	text-decoration:none;
}

#content p{
	font-size:18px;
	color:#727070;
	line-height:28px;
	padding:0 0 20px 0;
	margin:0;
	letter-spacing:-0.025em;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	padding:0;
	margin:0;
}

#content h1{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#7c2556;
	line-height:44px;
	padding:0 0 30px 0;
	margin:0;
}

#content h1 span,
#content h2 span,
#content h3 span,
#content h4 span{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
}

#content h2{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#727070;
	line-height:32px;
	padding:0 0 20px 0;
}

#content h2 span{
	color:#7c2556;
}

#content h3{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#727070;
	line-height:32px;
	letter-spacing:-0.025em;
	text-align:center;
}

#content h3 span{
	color:#eb6851;
}

#content h4{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#727070;
	padding:0 0 30px 0;
	line-height:48px;
}

#content h4 span{
	color:#7c2556;
}

.clear{
	clear:both;
}

.sep{
	height:65px;
	clear:both;
}

.sep2{
	height:55px;
	clear:both;
}

.sep3{
	height:35px;
	clear:both;
}

#content .sampleandcoupons{
	clear:both;
	width:890px;
	margin:0 auto 70px auto;
	position:relative;
}

#content .sampleandcoupons .plus{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:72px;
	color:#eb6851;
	line-height:24px;
	position:absolute;
	margin:20px 0 0 270px;
}

#content .sampleandcoupons .plus2{
	margin-left:590px;
}

#content .sampleandcoupons .skincaresample{
	width:240px;
	float:left;
	padding:75px 0 0 0;
	margin:0 0 0 10px;
	background:url(../images/skincaresample.png) no-repeat top center;
	position:relative;
}

#content .sampleandcoupons .nerolitoningmist{
	width:200px;
	float:left;
	padding:75px 0 0 0;
	margin:0 95px;
	background:url(../images/nerolitoningmist.png) no-repeat top center;
	position:relative;
}

#content .sampleandcoupons .coupon{
	width:240px;
	float:left;
	padding:75px 0 0 0;
	background:url(../images/coupon.png) no-repeat top center;
	position:relative;
}

#content .samplekit{
	clear:both;
	position:relative;
	width:900px;
	padding:0 0 40px 0;
	margin:0 auto;
}

#content .samplekit .samplekitc{
	float:left;
	width:260px;
	margin:0 45px 0 0;
	position:relative;
	text-align:center;
}

#content .samplekit .first{
	margin-left:10px;
}

#content .samplekit .last{
	margin:0;
}

#content .samplekit .samplekitc img{
	margin:0 0 10px 0;
}

#content .samplekit .or{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	color:#7c2556;
	font-size:21px;
	position:absolute;
	margin:110px 0 0 280px;
}

#content .samplekit .or2{
	margin-left:585px;
}

#content .samplekit h4{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#7c2556;
	padding:0;
}

#content .samplekit h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#7c2556;
	font-weight:bold;
	padding:0;
}

#content .samplekit h5{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#727070;
	padding:0 0 25px 0;
}

#content .samplekit h5 span{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	color:#7c2556;
}

#content .samplekit h5 strong{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#content .samplekit h6{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#7c2556;
	letter-spacing:-0.025em;
	padding:0;
}

#content .samplekit h6 span{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
}

#content .samplekit a.addtocart{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#d9d2c4;
	background:#e8654f;
	padding:5px 20px;
	margin:15px auto;
	text-align:center;
	display:inline-block;
}

#content .samplekit a.nm{
	margin:-10px 0 20px 0;
}

#content .samplekit .count{
	clear:both;
	margin:0 0 20px 0;
	position:relative;
}

#content .samplekit .count span{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:33px;
	color:#d7d1c4;
	line-height:29px;
	background:#7c2556;
	text-align:center;
	width:48px;
	height:38px;
	padding:10px 0 0 0;
	margin:0 auto;
	display:inline-block;
	-webkit-border-radius:50%;
	border-radius:50%;
}

#content .samplekit .count hr{
	border:0;
	width:100%;
	height:1px;
	background:#d7d1c4;
	position:absolute;
	z-index:-1;
	top:15px;
}

#content .samplekit .nerolitoningmistc{
	width:235px;
	margin:10px auto 40px auto;
}

#content .samplekit .nerolitoningmistc img{
	margin:0 0 10px 0;
}

#content .instructions{
	clear:both;
	margin:70px 0 0 0;
}

#content .instructions .freeshipping{
	width:200px;
	float:left;
	padding:100px 0 0 0;
	margin:0 0 0 30px;
	text-align:center;
	background:url(../images/freeshipping.png) no-repeat top center;
}

#content .instructions .couponincluded{
	width:270px;
	float:left;
	padding:100px 0 0 0;
	margin:0 60px 0 80px;
	text-align:center;
	background:url(../images/couponincluded.png) no-repeat top center;
}

#content .instructions .questionscomments{
	width:255px;
	float:left;
	padding:100px 0 0 0;
	text-align:center;
	background:url(../images/questionscomments.png) no-repeat top center;
}

#content .instructions h6{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#727070;
}

#content .instructions h6 span{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	color:#00948f;
}

#content .instructions h6 strong{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#content .instructions .questionscomments a{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	color:#eb6851;
}

#content .instructions .questionscomments a:hover{
	text-decoration:underline;
}

/* Back to Home & Shop links */

.backtohomeshop{
	clear:both;
	background:#d8d2c4;
	text-align:center;
	padding:8px 0;
	margin:100px 0 0 0;
}

.backtohomeshop a{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ffffff;
	background:#d8d2c4;
	border:solid 3px #f1f4ed;
	padding:2px 50px;
	display:inline-block;
	margin:0 10px 0 0;
	text-decoration:none;
}

.backtohomeshop a:hover{
	color:#fff;
	background:#e86d55;
}

.backtohomeshop a:last-child{
	margin:0;
}

/* Footer */

#footer{
	font-family:'edmondsans_regularregular',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	clear:both;
	padding:45px 0 20px 0;
	margin:0;
	background:#a3a466;
}

#footer .footerc{
	width:940px;
	margin:0 auto;
	text-align:center;
}

#footer .leftcolumn{
	float:left;
	width:618px;
}

#footer .rightcolumn{
	float:right;
	width:255px;
}

#footer a{
	font-size:17px;
	color:#fff;
	text-decoration:none;
}

#footer .footerlinks1{
	margin:0;
}

#footer .footerlinks1 span{
	display:inline-block;
	margin:0 8px;
}


#footer h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#d8d2c4;
	line-height:18px;
	font-weight:normal;
	padding:0 0 2px 0;
	margin:0;
}

#footer p{
	font-size:14px;
	color:#fff;
	line-height:15px;
	padding:0 0 10px 0;
	margin:0;
}

#footer p.alignleft{
	text-align:left;
}

#footer p small{
	font-size:13px;
}

#footer .socialc{
	clear:both;
	margin:27px 0;
}

#footer a.facebook,
#footer a.twitter,
#footer a.instagram,
#footer a.pintrest
{
	display:inline-block;
	margin:0 17px 0 0;
}

#footer a.facebook{
	width:9px;
	height:20px;
	background:url(../images/facebook.png) no-repeat;
}

#footer a.twitter{
	width:25px;
	height:19px;
	background:url(../images/twitter.png) no-repeat;
	margin-top:1px;
}

#footer a.instagram{
	width:22px;
	height:22px;
	background:url(../images/instagram.png) no-repeat;
	margin:-1px 18px 0 1px
}

#footer a.pintrest{
	width:24px;
	height:24px;
	background:url(../images/pintrest.png) no-repeat;
	margin:-3px 0 0 0;
}