@charset "UTF-8";
/* CSS Document */

#headers .emphasis-title {
	margin: -70px 0px 0px;
}

#header-1 {
letter-spacing: 4px; 
color: #fff;
font-size: 70px;
text-shadow: 1px 1px 9px rgba(150, 150, 150, 1);
}

#header-2 {
	float: right;
	max-width:700px; 
	line-height: 0.7;
	font-size:26px;
	letter-spacing: 4px;
	padding-right: 5px;
	color: #fff;
}

#header-3 img {
	width: 624px;
	height: 249px;
}

#header-go {
	background-color: #eda5bd;
	border-color: #fff;
	color: #fff;
	border-width: 1px;
	font-size: 16px;
	margin-top: 15px;
}

#header-go:hover {
	background-color: #e95098;
}

#beauty-header {
	max-width: 700px;
	font-size: 26px;
	margin-bottom: 10px;
	letter-spacing: 6px;
}

#beauty-title {
	font-size: 18px;
	color: #a29064;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 3px;
}

#beauty-cnt {
	max-width: 950px;
	font-size: 16px;
	margin-bottom: 10px;
}

#badge-buy {
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 7px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* ----------------------------------------------------------------------------
	beauty ways
---------------------------------------------------------------------------- */
#beauty-4ways .col-sm-3 .team .team-desc .team-title img {
	padding-right: 10px;
}

#beauty-4ways .col-sm-3 .team .team-image:hover {
	opacity: 0.6;
	transition: all 0.3s ease-in-out 0s;
}

#beauty-4ways .col-sm-3 .team .team-desc .team-title h4 {
	font-weight: normal;
}

#beauty-4ways .col-sm-3 .team .team-desc .team-title h4:hover {
	color: #e95098;
}

.modal-title img {
	padding-right: 10px;
}

.modal-body {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.modal-image {
	text-align: center;
	margin-bottom: 15px;
}

.modal-image img {
	max-width: 50%;
	box-shadow: 1px 1px 9px rgba(150, 150, 150, 1);
	border: 5px solid #fff;
}


/* ----------------------------------------------------------------------------
	beauty sets
---------------------------------------------------------------------------- */

.pink {
	background-color: #e95098;
}

.sky-blue {
	background-color: #22A7F0;
}

.light-blue {
	background-color: #cee6fe;
}

.brown {
	background-color: #E4CDD2;
}

.blood-red {
	background-color: #f02d3f;
}

.charcoal {
	background-color: #E8CFAB;;
}

.grass {
	background-color: #4ECDC4;
}

.purple {
	background-color: #AB69C6;
}

.sun {
	background-color: #F39C12;
}

.sun-light {
	background-color: #FF7C6C;
}
	
.text-pink {
	color:#e95098;
}


	

#section-productSets .pink h2 {
	color: #fff;
}

.product-header {
	height: 44px;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 0;
}

.product-header h4 {
	color: #fff;
	font-weight: normal;
	padding: 10px;
	text-shadow: 1px 2px 1px #999;
	letter-spacing: 1px;
}

.product-title img {
	padding-right: 10px;
}

.product-cnt {
	font-size: 13px;
	padding-top: 10px;
}

.product-gift-box {
	font-size: 13px;
	color: #f02d3f;
	margin-top: 10px;
}

.product-gift {
	font-size: 13px;
	
}

.shop-row {
	width: 100%;
}

.light-blue h4 {
	color: #fff;
	text-shadow: 1px 1px 9px rgba(150, 150, 150, 1);
}

/* ----------------------------------------------------------------------------
	info
---------------------------------------------------------------------------- */
.gift-info-wrapper {
	border: 3px solid #fff2f8;
	border-radius: 6px;
	margin-bottom: 60px;
}

.gift-info-box {
	font-size: 14px;
	line-height: 25px;
	list-style: decimal;
	margin-bottom: 0px;
}

.gift-info-cnt {
	font-size: 16px;
	line-height: 30px;
}


.info-box {
	font-size: 16px;
	line-height: 30px;
}

.p25 {
	padding: 25px;
}

.subtitle-brown {
	color: #a29064;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.hightlight-pink {
	color: #ff7cb8;
}

.hightlight-font20 {
	font-size: 20px;
	font-style:italic;
}

.product-empty-xs {
	width: 136px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

.product-empty {
	width: 270px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

.pd-btm-5 {
	padding-bottom: 5px;
}


/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/


@media (max-width: 1199px) {
	#header-3 img {
		width: 500px;
		height: 200px;
	}
	
	#header-1 {
		font-size: 55px;
	}
	
	#header-2 {
		font-size: 22px;
	}
	
	.product-empty-xs {
		width: 110px;
	}
	
	.product-empty {
		width: 220px;
	}
	
	.gift-info-cnt, .gift-info-box {
		font-size: 13px;
	}
	
	.info-box {
		font-size: 15px;
	}
	
	.product-title h3 {
		font-size: 17px !important;
	}
}

@media (max-width: 991px) {
	#header-3 img {
		width: 376px;
		height: 150px;
	}
	
	#header-1 {
		font-size: 43px;
	}
	
	#header-2 {
		font-size: 20px;
	}
	
	#beauty-cnt {
		font-size: 15px;
	}
	
	.team-title h4 {
		font-size: 16px;
	}
	
	.product-empty-xs {
		width: 180px;
	}
	
	.product-empty {
		display: none;
	}
	
	.gift-info-cnt, .gift-info-box {
		font-size: 13px;
	}
	
	.info-box {
		font-size: 14px;
	}
	
	.product-title h3 {
		font-size: 17px !important;
	}
	
	#section-bonus .col-sm-4 {
		width: 100%;
	}
	
	
		
}

@media (max-width: 767px) {
	#header-3 img {
		width: 251px;
		height: 100px;
		margin-top: 30px;
	}
	
	
	#header-2 {
		font-size: 17px;
		line-height: 1;
	}
	
	#header-go {
		font-size: 14px;
		margin-top: 5px;
	}
	
	#beauty-cnt {
		font-size: 14px;
	}
	
	.product-title h3 {
		font-size: 16px !important;
	}
	
	.product-empty-xs {
		display: none;
	}
	
	.product-gift {
		font-size: 10px;
	}
	
	.gift-info-cnt {
		font-size: 15px;
	}
		
}

@media (max-width: 479px) {
	#header-3 img {
		width: 126px;
		height: 50px;
		margin-top: 50px;
	}
	
	#header-1 {
		letter-spacing: 2px;
	}
	
	#header-2 {
		font-size: 13px;
		line-height: 1.5;
		padding-right: 0px;
		letter-spacing: 2px;
	}
	
	#header-go {
		font-size: 13px;
	}
	
	.page-section {
		padding: 60px 0;
	}
	
	#beauty-header {
		font-size: 24px;
	}
	
	#beauty-title, .subtitle-brown {
		font-size: 16px;
	}
	
	#section-productSets .section .container .divcenter h2 {
		font-size: 20px;
	}
	
	.product-cnt {
		font-size: 15px;
	}
	
	.product-gift-box, .product-gift {
		font-size: 14px;
	}
	
	.si-sticky {
	top: 83%;
	right: 5px;
}
	
	
	.gift-info-box, .gift-info-cnt {
		font-size: 12px;
	}
	
	#gift-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
}

