.footer-wrapper {
	z-index: 1;
	position: relative;
}

#wrapper {
	max-width: none !important;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.MyContent .slick-slide>div {
	height: 100% !important;
}

#wrapper.pt_category-wide .site-width-slot {
	max-width: none !important;
}

.MyContent .Sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 76px;
	border-top: #eeeeee 1px solid;
	border-bottom: #eeeeee 1px solid;
	background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 80%, #eeeeee 100%);
	clear: both;
	display: flex;
	justify-content: center;
	align-items: center;
}

.MyContent .Sticky p {
	margin: 0px;
}

.MyContent .Sticky p:nth-child(2) {
	text-align: left;
	padding-left: 20px;
	flex: 1;
	font-size: 14px;
}

.MyContent .Sticky p:nth-child(1) img {
	margin-left: 20px;
}

.MyContent .BtnLink {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.MyContent {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
	text-align: center;
	background-color: #fff;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
}

.MyContent .AnimatedItem {
	transition: all ease-in-out 0.5s;
}

.MyContent .AnimatedItem[data-anim="0"] {
	transform: translateY(100%);
	opacity: 0;
}

.MyContent .AnimatedItem[data-anim="1"] {
	transform: translateY(0);
	opacity: 1;
}

.MyContent .MyBlock {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	padding: 10px;
	/*50% of margin beetween cell*/
}

.MyContent .ProductSlider {
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 970px;
	padding: 10px;
	padding-bottom: 30px;
	height: 1px;

}

@media screen and (max-width:761px) {
	.MyContent .ProductSlider {
		margin: 0 auto;
		width: 320px;
	}
}

.MyContent .slick-list,
.MyContent .slick-track {
	height: 100%;
}

.MyContent .slick-dots {
	bottom: -10px;
	margin-left: -5px;
}

/*---------- MAIN TITLE -----------*/
.MyContent .MainTitle {
	margin: 0;
	font-size: 50px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
}

/*---------- MAIN TITLE -----------*/
.MyContent .Title {
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
	margin-bottom: 25px;
	letter-spacing: -0.01em;
}

/*---------- BLACK BTN -----------*/
.MyContent .BtnLink {
	margin: 0;
	width: 100%;
	flex: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 165px;
}

.MyContent .BtnLink a {
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	font-size: 11px;
	line-height: 1em;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;

}

/*---------- WHITE BTN -----------*/
.MyContent .WhiteBtnLink {
	width: 100%;
	flex: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 165px;
}

@media screen and (max-width:1023px) {
	.MyContent .WhiteBtnLink {
		margin: 0;
	}
}

@media screen and (max-width:761px) {
	.MyContent .WhiteBtnLink {
		margin: 0 auto;
	}
}

.MyContent .WhiteBtnLink a {
	display: flex;
	height: 50px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border: #e5e5e5 2px solid;
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	line-height: 1em;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;

}

/*---------- TEXTE -----------*/
.MyContent .Text {
	margin: 0;
	margin-bottom: 20px;
}

/*---------- BLACK BTN -----------*/
.MyContent .Mentions {
	opacity: 0.5;
	font-size: 11px;
	margin-top: 20px;
	line-height: 1em;
}


.MyContent .TextBox {
	border: 5px #eeeeee solid;
	box-sizing: border-box;
	padding: 20px;
}

.MyContent .ArgStat {
	width: 120px;
	height: 120px;
	flex-basis: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #be0f34;
	margin: 10px;
}

/*---------- PRODUCT -----------*/
.MyContent .Product {
	max-width: 320px;
	padding: 10px;
	/*50% of margin beetween cell*/
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	height: 100%;
	cursor: pointer;
}

.MyContent .Product .Packshot {
	margin: 0;
}

.MyContent .Product .Text {
	flex: 1;
}

.MyContent .Product img {
	max-width: 100%;
}

.MyContent .Product p {
	margin: 0 auto;
}

/*---------- MOSAIC -----------*/
.MyContent .MosaicTestimonies {
	margin: 0 auto;
	display: flex;
	height: 540px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	max-width: 1250px;
	margin-top: 5%;
}

.MyContent .MosaicBlock {
	margin: 20px;
	width: calc(25% - 40px);
	flex-basis: calc(50% - 40px);
	box-sizing: border-box;
	max-width: 264px;

}

.MyContent .MosaicBlock img {
	margin: 0;
	display: block;
	max-width: 100%;
}

.MyContent .MosaicBlock:nth-child(1) {
	margin: 20px;
	flex-basis: calc(100% - 40px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	font-size: 16px;
	order: 1;
}

.MyContent .MosaicBlock:nth-child(2) {
	flex-basis: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	font-size: 14px;
	padding: 40px;
	order: 5;
}

.MyContent .MosaicBlock:nth-child(3) {
	order: 2;
}

.MyContent .MosaicBlock:nth-child(4) {
	order: 4;
}

.MyContent .MosaicBlock:nth-child(5) {
	order: 6;
}

.MyContent .MosaicBlock:nth-child(6) {
	order: 3;
}

.MyContent .MosaicBlock:nth-child(7) {
	order: 7;
}

.MyContent .MosaicBlock .Testimony::before {
	content: "“";
	font-size: 1em;
	margin-bottom: .4em;
	width: .5em;
	height: .5em;
	margin-left: -.5em;
	display: inline-block;
	overflow: hidden;
}

.MyContent .MosaicBlock .Testimony::after {
	content: "”";
	font-size: 1em;
	margin-bottom: 9px;
	height: .5em;
	display: inline-block;
	overflow: hidden;
}

.MyContent .MosaicBlock .Testimony {
	color: #be0f34;
	font-size: 2.28em;
	font-weight: 400;
	font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
	line-height: 1em;
	margin: 0;
	padding-bottom: .5em;
	display: block;
	text-align: left;
}

.MyContent .MosaicBlock:nth-child(2) .Testimony {
	font-size: 21px;
}

.MyContent .MosaicBlock .HashTag {
	opacity: .7;
	color: #000;
	margin: 0;
}

.MyContent .MosaicBlock .Author {
	color: #000;
	margin: 0;
}

@media screen and (max-width:1249px) {
	.MyContent .MosaicTestimonies {

		height: calc(120px + 30vw);
	}

	.MyContent .MosaicBlock .Testimony {
		font-size: 30px;
	}

	.MyContent .MosaicBlock:nth-child(2) .Testimony {
		font-size: 21px;

	}

	.MyContent .MosaicBlock:nth-child(1) {
		width: calc(100% - 160px - 1.164 * 45vw);
		flex-basis: calc(100% - 40px);
	}

	.MyContent .MosaicBlock:nth-child(2),
	.MyContent .MosaicBlock:nth-child(3),
	.MyContent .MosaicBlock:nth-child(4),
	.MyContent .MosaicBlock:nth-child(5),
	.MyContent .MosaicBlock:nth-child(6),
	.MyContent .MosaicBlock:nth-child(7) {
		flex-basis: 15vw;
		width: calc(1.164 * 15vw);
		padding: 0px;
	}
}

@media screen and (max-width:1023px) {
	.MyContent .MosaicTestimonies {

		flex-direction: row;
		height: auto;
	}

	.MyContent .MosaicBlock .Testimony {
		font-size: 30px;
	}

	.MyContent .MosaicBlock:nth-child(2) .Testimony {
		font-size: 21px;

	}

	.MyContent .MosaicBlock:nth-child(1) {
		flex-basis: 100%;
		width: auto;
		max-width: 100%;
	}

	.MyContent .MosaicBlock:nth-child(2),
	.MyContent .MosaicBlock:nth-child(3),
	.MyContent .MosaicBlock:nth-child(4),
	.MyContent .MosaicBlock:nth-child(5),
	.MyContent .MosaicBlock:nth-child(6),
	.MyContent .MosaicBlock:nth-child(7) {
		flex-basis: calc(33% - 40px);
		width: calc(33% - 40px);
		padding: 0px;
	}

	.MyContent .MosaicBlock:nth-child(5) {
		order: 4;
	}
}

@media screen and (max-width:761px) {
	.MyContent .MosaicTestimonies {
		margin: 10px;
		flex-direction: row;
		height: auto;
		width: calc(100% - 20px);
		/*margin-top: 42%;*/
		margin-top: 22%;
	}

	.MyContent .MosaicBlock:nth-child(2),
	.MyContent .MosaicBlock:nth-child(3),
	.MyContent .MosaicBlock:nth-child(4),
	.MyContent .MosaicBlock:nth-child(5),
	.MyContent .MosaicBlock:nth-child(6),
	.MyContent .MosaicBlock:nth-child(7) {
		flex-basis: calc(50% - 20px);
		width: calc(50% - 20px);
		padding: 0px;
		margin: 10px;
	}

	.MyContent .MosaicBlock:nth-child(5) {
		order: 6;
	}
}

/*-------------------------------*/


.MyBlock[data-type="header"] {
	padding: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: no-wrap;
	position: relative;
	overflow: hidden;
}

.MyBlock[data-type="header"] .Background {
	flex-basis: 100%;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.MyBlock[data-type="header"] .Background img {
	display: block;
}

.MyBlock[data-type="header"] .BoxContent {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-01 {
	height: 610px;
}


#doubleserum-block-01 .Background::after{
    content: " ";
    background-image: url(img/signature.png);
    width: 138px;
    height: 135px;
    position: absolute;
    /*right: calc(50% + 130px);
    top: calc(50% + 30px);*/

}

#doubleserum-block-01 .BoxContent {
	max-width: 560px;
	margin-left: 381px;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start;
	height:422px;
    padding-left: 180px;
}

#doubleserum-block-01 .Packshot {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	left: 37px;
}
@media screen and (max-width:761px) {
	#doubleserum-block-01 .Packshot {
		transform: translateY(-50%) scale(0.8);
		left: 20px;
		transform-origin: left center;
	}
}
#doubleserum-block-01 .Title {
	text-align: left;
	font-size:50px;
	margin:0;
}
@media screen and (max-width:761px) {
	#doubleserum-block-01 .Title {
		font-size:35px;
	}
}
#doubleserum-block-01 .BigText {
	text-align: left;
    font-size: 35px;
    font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
    margin: 20px 0;
    line-height: 1em;
}
@media screen and (max-width:761px) {
	#doubleserum-block-01 .BigText {
		font-size: 20px;
		margin: 10px 0;
	}
}
#doubleserum-block-01 .BtnLink {
flex:0;
padding: 5px;
}


@media screen and (max-width:1023px) {
	#doubleserum-block-01 {
		height: auto;
		display: block;
		width: 100%;
	}

	#doubleserum-block-01 .BoxContent {
		margin: 0 auto;
	}

	#doubleserum-block-01 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 450px;
		overflow: hidden;
	}

	#doubleserum-block-01 .Background img {
		width: 1200px;
		position: absolute;
		left: calc(50% - 400px);
	}
	#doubleserum-block-01 .Background::after{
		right: 40px;
		bottom: 40px;
		top: auto;
	}
}
@media screen and (max-width:761px) {
	

	#doubleserum-block-01 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 293px;
		overflow: hidden;
	}
	@media screen and (max-width:761px) {
		#doubleserum-block-01 .BoxContent {
			padding:20px;
			padding-left: 120px;
			height:322px;
		}
	}
	#doubleserum-block-01 .Background img {
		width: 770px;
		position: absolute;
		left: calc(50% - 245px);
	}
	#doubleserum-block-01 .Background::after{
		right: 20px;
		bottom: 20px;
		top: auto;
		transform: scale(0.8);
		transform-origin: bottom right;
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-02 {
	padding: 50px;
	background-color: #fff;
	align-items: center;
}

#doubleserum-block-02 .Title {
	color: #be0f34;
}

#doubleserum-block-02 .BoxContent:nth-child(1) {
	max-width: 646px;
	margin-left: calc(50% - 323px);
	margin-right: calc(50% - 323px);
}

#doubleserum-block-02 .BoxContent:nth-child(2) .Text {
	font-size: 16px;
}

#doubleserum-block-02 .BoxContent:nth-child(2) {
	max-width: 430px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 58px;
	margin-bottom:0;
}

#doubleserum-block-02 .BoxContent:nth-child(2) p:not(.ArgStat) {
	flex-basis: 100%;
}

#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat {
	box-sizing: border-box;
	padding: 20px;
	color: #be0f34;
	font-size: 16px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
	border: 0px;
	position: relative;
}

@media screen and (max-width:761px) {
	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat {
		font-size: 14px;
	}
}

#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat img {
	position: absolute;
	z-index: -1;
}

@media screen and (max-width:1024px) {
	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat img {
		width: 120px !important;
		height: 120px !important;
		top: 50%;
		left: 50%;
		float: none !important;
		transform: translateX(-50%) translateY(-50%);

	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat img {
		width: 100px !important;
		height: 100px !important;
	}
}

#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat strong {
	color: #000;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
}

@media screen and (max-width:761px) {
	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat strong {
		font-size: 18px;
	}
}

#doubleserum-block-02 .BoxContent:nth-child(3) {
	max-width: 302px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-02 .BoxContent:nth-child(3) {
		max-width: 100%;
	}
}

#doubleserum-block-02 .TextBox {
	color: #000;
	font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	padding: 20px 38px;
}

#doubleserum-block-02 .Mentions {
	padding: 0 20px;

}

#doubleserum-block-02 .BtnLink {
	padding-top: 20px;

}

@media screen and (max-width:761px) {
	#doubleserum-block-02 {
		height: auto;
		display: block;
		width: 100%;
		padding: 20px;
	}

	#doubleserum-block-02 .BoxContent:nth-child(1) {
		margin: 0 auto;
	}

	#doubleserum-block-02 .BoxContent:nth-child(2) {
		margin: 0;
		width: 100%;
	}

	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat {
		margin: 0 5px;
		flex-basis: calc(33% - 10px);
		overflow: hidden;
	}

	#doubleserum-block-02 .BoxContent:nth-child(2) .BtnLink {}
}

#doubleserum-block-02 .ExpandCollapseMobile {
	display: none;
}


@media screen and (max-width:761px) {
	#doubleserum-block-02 .ExpandCollapseMobile {
		position: absolute;
		background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
		bottom: 0;
		left: 0;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		padding-bottom: 30px;
	}

	#doubleserum-block-02 .ExpandCollapseMobile a {
		border-bottom: 1px solid #eaeaea;
		font-size: 12px;
		font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
		line-height: 1.2em;
	}

	#doubleserum-block-02 {
		height: 190px;
		overflow: hidden;
		transition: height 0.5s ease-in-out;
	}

	#doubleserum-block-02[data-expand="1"] {
		height: 750px;
	}

	#doubleserum-block-02 .ExpandCollapseMobile .ExpandBtn {
		display: block;
	}

	#doubleserum-block-02[data-expand="1"] .ExpandCollapseMobile .ExpandBtn {
		display: none;
	}

	#doubleserum-block-02 .CollapseBtn {
		display: none;
	}

	#doubleserum-block-02[data-expand="1"] .ExpandCollapseMobile .CollapseBtn {
		display: block;
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-03 {
	height: 567px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-03 {
		height: auto;
		display: block;
		background-color: #eadcc9;
		padding-bottom: 150px;
	}
}

#doubleserum-block-03 .BoxContent {
	padding: 30px;
	padding-right: 320px;
	max-width: 848px;
	border: #e5e5e5 5px solid;

}

@media screen and (max-width:1023px) {
	#doubleserum-block-03 .BoxContent {
		margin: 0 40px;
	}

	#doubleserum-block-03 .Background {
		margin-left: 0;
		width: 100%;
	}

	#doubleserum-block-03 .Background img {
		max-width: 100%;
	}

	#doubleserum-block-03 .InteractiveBlock {
		top: -150px
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-03 .BoxContent {
		margin: 20px;
		margin-top: 270px;
		padding: 20px;
		padding-top: 200px;
	}

	#doubleserum-block-03 .InteractiveBlock {
		top: -260px;
		left: calc(50% - 120px);
	}
	#doubleserum-block-03 .Background  {
		background-image:url(img/background-2-mobile.jpg);
		background-position: top center;
		background-size: cover;
		height:100%;
		width:100%;
		left:0;
		top:0;
		margin:0;
		transform:none;
	}
	#doubleserum-block-03 .Background img {
		display:none;
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-04 {
	background-color: #fff;
	margin-top: 50px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-04 {
		display: block;
		height: auto;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 {
		display: block;
		height: auto;
	}
}

#doubleserum-block-04 .Wrapper {
	display: flex;
	padding: 0px;
	align-items: center;
	justify-content: flex-start;
	padding-top: 100px;
	flex-wrap: wrap;
	margin: 0 auto;
	flex-direction: column;
	height: 750px;
	max-width: 970px;
	width: 100%;
}

@media screen and (max-width:1024px) {
	#doubleserum-block-04 .Wrapper {
		max-width: 980px;
		height: 730px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:1023px) {
	#doubleserum-block-04 .Wrapper {
		max-width: 700px;
		flex-direction: row;
		height: auto;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .Wrapper {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;
		padding-bottom: 30px;
	}
}

#doubleserum-block-04 .Title {
	color: #be0f34;
}

#doubleserum-block-04 .BoxContent:nth-child(1) {
	max-width: 646px;
	margin-left: calc(50% - 323px);
	margin-right: calc(50% - 323px);
}

#doubleserum-block-04 .Logo {
	float: right;
	margin-top: -50px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .Logo {
		margin: 0;
		margin-right: 20px;
		position: absolute;
		right: 50%;
		top: -170px;
	}
}

#doubleserum-block-04 .ImgBox {
	border: 10px #eeeeee solid;
	box-sizing: border-box;
	padding: 0px;
	margin: 0;
	/*margin-top: -180px;*/ margin-top: -150px;
	margin-right: 50px;
	margin-bottom: 70px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-04 .ImgBox {
		margin-right: 30px;
		margin-bottom: 70px;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .ImgBox {
		margin: 0 auto;
		width: 285px;
		/*margin-top: -15px;*/
		margin-top: -123px;
	}
}

#doubleserum-block-04 img {
	margin: 0;
	display: block;
	max-width: 100%;
}

#doubleserum-block-04 .Background {
	flex-basis: 100%;
	max-width: 404px;
	margin-left: 50px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-04 .Background {
		max-width: 454px;
		margin-left: 30px;
		position: absolute;
		right: -190px;
		top: 40px;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .Background {
		max-width: 204px;
		margin-left: 30px;
		position: absolute;
		left: 50%;
		top: 100px;
		z-index: -1;
	}
}

#doubleserum-block-04 .BoxContent {
	margin: 0;
	display: block;
	max-width: 421px;
	margin-right: 50px;
	text-align: left;
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .BoxContent {
		margin: 0 auto;
		display: block;
		margin-top: 220px;
		text-align: center;
		position: relative;
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-05 {
	height: 640px;
}
#doubleserum-block-custom-01 {
	height: 672px;
    margin-top: 2%;
}
@media screen and (max-width:761px) {
	#doubleserum-block-05 {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;
	}
	#doubleserum-block-custom-01 {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;
	}
}

#doubleserum-block-05 .BoxContent {
    max-width: 466px;
    margin-right: 25%;
}
#doubleserum-block-custom-01 .BoxContent {
    max-width: 500px;
    margin-right: 0%;
    margin-top: 18%;
}

@media screen and (max-width:1023px) {

	#doubleserum-block-05 .BoxContent {
		margin-left: 30px;
		margin-right: 392px
	}

	#doubleserum-block-05 .Background img{
		margin-right: 240px;
	}

	#doubleserum-block-custom-01 .BoxContent {
		margin-left: 30px;
		margin-right: 392px
	}

	#doubleserum-block-custom-01 .Background img{
		margin-right: 240px;
	}
}

@media screen and (max-width:761px) {

	#doubleserum-block-05 .BoxContent {
		padding: 20px;
		margin: 0 auto;
	}

	#doubleserum-block-05 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 293px;
		overflow: hidden;
	}

	#doubleserum-block-05 .Background img {
		width: 770px;
		position: absolute;
		left: calc(50% - 540px);
	}

	#doubleserum-block-custom-01 .BoxContent {
		padding: 20px;
		margin: 0 auto;
		margin-right: 0px!important;
	}

	#doubleserum-block-custom-01 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 293px;
		overflow: hidden;
	}

	#doubleserum-block-custom-01 .Background img {
		width: 770px;
		position: absolute;
		left: calc(50% - 540px);
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-06 {
	padding: 50px;
	background-color: #fff;
	align-items: center;

}

@media screen and (max-width:761px) {
	#doubleserum-block-06 {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;
	}
}

#doubleserum-block-06 .ProductName {
	margin: 0;
	color: #be0f34;
	font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
}

#doubleserum-block-06 .Text {
	font-size: 16px;
}

#doubleserum-block-06 .Product .Text {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#doubleserum-block-06 .BoxContent:nth-child(1) {
	max-width: 646px;
	margin-left: calc(50% - 323px);
	margin-right: calc(50% - 323px);
}

#doubleserum-block-06 .AnimatedItem:nth-child(3)[data-anim="0"] {
	transform: scale(.5);
	opacity: 0;
}

#doubleserum-block-06 .AnimatedItem:nth-child(3)[data-anim="1"] {
	transform: scale(1);
	opacity: 1;
}

#doubleserum-block-06 .AnimatedItem:nth-child(3) {
	transition: all ease-in-out .2s;
}


#doubleserum-block-06 .AnimatedItem:nth-child(4) {
	transition: all ease-in-out 0.3s;
}

#doubleserum-block-06 .AnimatedItem:nth-child(4)[data-anim="0"] {
	transform: scale(0.5);
	opacity: 0;
}

#doubleserum-block-06 .AnimatedItem:nth-child(4)[data-anim="1"] {
	transform: scale(1);
	opacity: 1;
}

#doubleserum-block-06 .AnimatedItem:nth-child(5) {
	transition: all ease-in-out 0.6s;
}

#doubleserum-block-06 .AnimatedItem:nth-child(5)[data-anim="0"] {
	transform: scale(0.5);
	opacity: 0;
}

#doubleserum-block-06 .AnimatedItem:nth-child(5)[data-anim="1"] {
	transform: scale(1);
	opacity: 1;
}

#doubleserum-block-06 .AnimatedItem:nth-child(6) {
	transition: all ease-in-out 0.4s;
}

#doubleserum-block-06 .AnimatedItem:nth-child(6)[data-anim="0"] {
	transform: scale(0.5);
	opacity: 0;
}

#doubleserum-block-06 .AnimatedItem:nth-child(6)[data-anim="1"] {
	transform: scale(1);
	opacity: 1;
}

#doubleserum-block-06 .ShareLinks {
	font-size: 0px;
	flex-basis: 100%;
	/*padding-bottom:50px;*/
}

@media screen and (max-width:761px) {
	#doubleserum-block-06 .ShareLinks {
		padding-bottom: 20px;
	}
}

#doubleserum-block-06 .ShareLinks .Text {
	font-size: 22px;
	text-transform: uppercase;
	color: #be0f34;
	padding: 20px;
	margin: 0 auto;
	flex-basis: 100%;
}

#doubleserum-block-06 .ShareLinks a {
	margin: 0 20px;
	display: inline-block;
}

#doubleserum-block-06 .ShareLinks img {
	display: block;
}

@media screen and (max-width:761px) {
	#doubleserum-block-06 .BoxContent:nth-child(1) {
		display: block;
		height: auto;
		padding: 20px;
		margin: 0;
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-07 {
	height: 500px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-07 {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;


	}
}

#doubleserum-block-07 .BoxContent {
	padding: 50px;
	max-width: 465px;
	margin-left: 505px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-07 .BoxContent {
		padding: 0 30px;
	}
}

#doubleserum-block-07 .Title {
	font-size: 0px;
	margin: 0;
	margin-bottom: 10px;
}

#doubleserum-block-07 .Text {
	font-size: 16px;
}

#doubleserum-block-07 .BtnLink {
	max-width: 236px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-07 .BoxContent {
		margin-right: 30px;
		margin-left: auto;
	}

	#doubleserum-block-07 .BoxContent img {
		max-width: 100%;
	}

	#doubleserum-block-07 .Background {
		margin-left: -20px
	}
}


@media screen and (max-width:761px) {

	#doubleserum-block-07 .BoxContent {
		margin: 0 auto;
	}

	#doubleserum-block-07 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 272px;
		overflow: hidden;
	}

	#doubleserum-block-07 .Background img {
		width: 770px;
		position: absolute;
		left: calc(50% - 285px);
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-08 {
	height: 671px;
	z-index:2!important;
}

@media screen and (max-width:761px) {
	#doubleserum-block-08 {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;

	}
}

#doubleserum-block-08 .BoxContent {
	max-width: 472px;
	margin-left: 492px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-08 .BoxContent {
		margin-right: 30px;
		margin-left: 392px
	}

	#doubleserum-block-08 .Background {
		margin-left: 30px
	}
}

@media screen and (max-width:761px) {

	#doubleserum-block-08 .BoxContent {
		padding: 20px;
		margin: 0 auto;
	}

	#doubleserum-block-08 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 293px;
		overflow: hidden;
	}

	#doubleserum-block-08 .Background img {
		width: 770px;
		position: absolute;
		left: calc(50% - 285px);
	}
}

/*----------------------------------------------------------------------------------------*/


#doubleserum-block-09 {
	height: auto;
	display:block;
	background-color: #fff;
	overflow:hidden;
}
#doubleserum-block-09 .Background {
	position: absolute;
    top: -150px;
    left: calc(50% + 300px);
    z-index: -1;
}
#doubleserum-block-09 .Background img{
	display:block;
	max-width:100%;
	
}
@media screen and (max-width:1023px) {
	#doubleserum-block-09 .Background {
			position: relative;
			top: auto;
			left: auto;
			z-index: -1;
			width: calc(100% - 40px);
			margin:0 auto;
	}
}
#doubleserum-block-09 .BoxContent {
	max-width:646px;
	padding-top:60px;
	padding-bottom:60px;
	margin:0 auto;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-09 {
	padding:0;
	padding-bottom: 80px;
	}
	#doubleserum-block-09 .BoxContent {
		margin:0 auto;
		padding:20px;
		max-width:100vw;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-09 {
	
	}
}

/*#doubleserum-block-09::before {
	content: " ";
	position: absolute;
	width: 315px;
	height: 804px;
	top: 0;
	left: 0;
	background-image: url(img/background-08-left.jpg)
}*/

/*@media screen and (max-width:1023px) {
	#doubleserum-block-09::before {
		content: " ";
		position: absolute;
		width: 150px;
		height: 250px;
		top: 0;
		left: -30px;
		background-image: url(img/background-08-left.jpg);
		background-size: cover
	}
}*/

#doubleserum-block-09 .BigTitle {
    text-transform: uppercase;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 0px;
    z-index: 2;
    position: relative;
    line-height: 1em;
    color: #be0f34;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-09 .BigTitle {
	
	}
}

#doubleserum-block-09 .VideoMenu {
	display: flex;
	margin: 0 auto;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 164px;
	z-index: 2
}

@media screen and (max-width:1023px) {
	#doubleserum-block-09 .VideoMenu {
		height: 100px
	}
}

#doubleserum-block-09 .VideoMenu a {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #be0f34;
	vertical-align: middle;
	margin: 15px;
	transition: all ease-in-out .5s;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	text-decoration: none
}

@media screen and (max-width:1023px) {
	#doubleserum-block-09 .VideoMenu a {
		width: 50px;
		height: 50px;
		margin: 2px;
		background-size: 55px auto
	}
}

#doubleserum-block-09 .VideoMenu a:hover {
	background-color: #be0f34
}

#doubleserum-block-09 .VideoMenu a[data-selected="1"] {
	width: 120px;
	height: 120px;
	background-color: #be0f34;
	background-size: 60px auto
}

@media screen and (max-width:1023px) {
	#doubleserum-block-09 .VideoMenu a[data-selected="1"] {
		width: 60px;
		height: 60px;
		background-color: #be0f34
	}
}

#doubleserum-block-09 .VideoMenu a:nth-child(1) {
	background-image: url(img/_picto-01.png)
}

#doubleserum-block-09 .VideoMenu a:nth-child(2) {
	background-image: url(img/_picto-02.png)
}

#doubleserum-block-09 .VideoMenu a:nth-child(3) {
	background-image: url(img/_picto-03.png)
}

#doubleserum-block-09 .VideoMenu a:nth-child(4) {
	background-image: url(img/_picto-04.png)
}

#doubleserum-block-09 .VideoMenu a:nth-child(5) {
	background-image: url(img/_picto-05.png)
}

#doubleserum-block-09 .VideoMenu a[data-selected="1"]:nth-child(1) {
	background-image: url(img/_picto-01-red.png)
}

#doubleserum-block-09 .VideoMenu a[data-selected="1"]:nth-child(2) {
	background-image: url(img/_picto-02-red.png)
}

#doubleserum-block-09 .VideoMenu a[data-selected="1"]:nth-child(3) {
	background-image: url(img/_picto-03-red.png)
}

#doubleserum-block-09 .VideoMenu a[data-selected="1"]:nth-child(4) {
	background-image: url(img/_picto-04-red.png)
}

#doubleserum-block-09 .VideoMenu a[data-selected="1"]:nth-child(5) {
	background-image: url(img/_picto-05-red.png)
}

#doubleserum-block-09 .VideoMenu a:hover:nth-child(1) {
	background-image: url(img/_picto-01-red.png)
}

#doubleserum-block-09 .VideoMenu a:hover:nth-child(2) {
	background-image: url(img/_picto-02-red.png)
}

#doubleserum-block-09 .VideoMenu a:hover:nth-child(3) {
	background-image: url(img/_picto-03-red.png)
}

#doubleserum-block-09 .VideoMenu a:hover:nth-child(4) {
	background-image: url(img/_picto-04-red.png)
}

#doubleserum-block-09 .VideoMenu a:hover:nth-child(5) {
	background-image: url(img/_picto-05-red.png)
}

#doubleserum-block-09 .VideoGallery {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

#doubleserum-block-09 .Video {
	display: block;
	margin: 0 auto;
	max-width: 760px;
	position: relative;
	height: 427px;
	background-color: #fff
}

#doubleserum-block-09 .Video iframe {
	display: block;
	margin: 0 auto
}

@media screen and (max-width:1023px) {
	#doubleserum-block-09 .Video {
		display: block;
		margin: 0 -20px;
		width: 100vw;
		position: relative;
		height: 56.2vw;
		background-color: #fff

	}
	#doubleserum-block-09 .Video iframe {
		width: 100vw;
		height: 56.2vw
	}
}

/*#doubleserum-block-09::after {
	content: " ";
	position: absolute;
	width: 315px;
	height: 804px;
	top: 0;
	right: 0;
	background-image: url(img/background-08-right.jpg)
}*/

/*@media screen and (max-width:1023px) {
	#doubleserum-block-09::after {
		content: " ";
		position: absolute;
		width: 184px;
		height: 184px;
		top: auto;
		right: 0;
		background-image: url(img/background-08-right.jpg);
		background-size: cover;
		background-position: bottom right;
		bottom: 180px
	}
}*/


/*----------------------------------------------------------------------------------------*/
#doubleserum-block-10 {
	z-index:3!important;
	background-color: #fff;
	overflow:visible;
}

#doubleserum-block-10 .BoxContent{
	padding:0;
	margin-bottom: -60px;
	font-size:0;
	flex-basis:auto;
	background-color: transparent;
}
@media screen and (max-width:761px) {
	#doubleserum-block-10 .BoxContent  {
    	margin-bottom: -40px;
	}
}
#doubleserum-block-10 .BoxContent .VideoLink {
    font-size: 0;
    display: block;
    margin: 0;
    height: auto;
    line-height: 0;
}
@media screen and (max-width:761px) {
	#doubleserum-block-10 .BoxContent .VideoLink {
	    width: calc(100% - 40px);
    	
	}
}
#doubleserum-block-10 .BoxContent .VideoLink a{
	text-decoration: none;
	position: relative;
	display:inline-block;
	font-size:0;
}
#doubleserum-block-10 .BoxContent .VideoLink a img{
	display:block;
	max-width:100%;
}
#doubleserum-block-10 .BoxContent .VideoLink a::after{
	content:" ";
	background-image: url(img/btn-video-play.png);
	background-size: 100% auto;
	width:50px;
	height:50px;
	position:absolute;
	bottom:25px;
	right:25px;
}

/*----------------------------------------------------------------------------------------*/
@media screen and (max-width:761px) {
	.AnimatedItem {
		transition: none;
	}

	.AnimatedItem[data-anim="0"] {
		transform: none !important;
		opacity: 1 !important;
	}

	.AnimatedItem[data-anim="1"] {
		transform: none !important;
		opacity: 1 !important;
	}
}



.InteractiveBlock {
	display: block;
	position: absolute;
	width: 250px;
	height: 450px;
	right: 30px;
	top: -170px;
}

.InteractiveBlock figure {
	z-index: 2;
	position: absolute;
	top: 100px;
	left: 0;
	margin: 0;
	padding: 0
}

.InteractiveBlock .Infos {
	position: absolute;
	top: 0px;
	left: 0;
	width: 241px;
	font-size: 14px;
	background-image: url(img/drag-arrow-start.png);
	background-repeat: no-repeat;
	background-position: bottom right -20px;
	height: 150px;
	margin: 20px 0;
	color:#fff;
}

#PackshotTopRotate {
	background-image: url(img/packshot-explore-the-product-top.png);
	width: 189px;
	height: 189px;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: 20px;
	transition: transform ease-in-out 0.5s;
}

#DragCursor .Step {
	position: absolute;
	background-image: url(img/drag-arrow-cursor.png);
	width: 37px;
	height: 37px;
	cursor: pointer;
	z-index: 1;
	font-size: 0;
	opacity: 0;
	background-color: #f4f1e9;
	border-radius: 50%;
}

#DragCursor .Step:nth-child(1) {
	left: 52px;
	top: -46px;
}

#DragCursor .Step:nth-child(2) {
	left: 90px;
	top: -50px;
	transform: rotate(5deg);
}

#DragCursor .Step:nth-child(3) {
	left: 128px;
	top: -46px;
	transform: rotate(15deg);
}

#DragCursor .Step:nth-child(4) {
	left: 164px;
	top: -30px;
	transform: rotate(30deg);
}

#DragCursor .Step:nth-child(5) {
	left: 193px;
	top: -4px;
	transform: rotate(50deg);
}

#DragCursor .Step:nth-child(6) {
	left: 213px;
	top: 28px;
	transform: rotate(70deg);
}

#DragCursor .Step[data-drag="1"] {
	opacity: 1;

}

.StickyBtnLink .product-tile .product-quickshop .quickview {
	background-color: #000;
	color: #fff;
}

.Sticky .Mobile {
	display: none;
}

@media screen and (max-width:761px) {
	.Sticky .Mobile {
		display: block;
		margin: 0 20px;
		flex: 1;
		text-align: left;
		padding-left: 20px;

	}

	.Sticky .Desktop {
		display: none;
	}

	.Sticky .product-quickshop {
		display: inline-block;
		border: 0px solid;
		line-height: 0;
		margin: 0;
		padding: 15px;
		background-color: #000;
	}
}

/*DTW EDITS*/
.custom-title-testimonies{
	position:inherit;
	top:2%;
}
.MyContent .ProductSlider {
	padding-bottom: 10px;
}
p#btn-block-06 {
    margin-top: 10px;
}
.desktop-display{display:block;}

#doubleserum-block-01 .BoxContent {
    max-width: 502px;
    margin-top: 1%;
    margin-left: 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 404px;
    padding-left: 146px;
    background-color: #fff;
}

.white-text{color:#000;}

#doubleserum-block-01 .Background::after {
    right: calc(81% + 130px);
    top: calc(57% + 30px);
}

#doubleserum-block-01 .BoxContent {
	align-items:center;
	}

	#doubleserum-block-01 .BigText {
	text-align: center;
   }

@media only screen and (max-width: 1745px) and (min-width: 1536px){ 
#doubleserum-block-01 .cell-sensory-tag {
    right: calc(-8% + 125px) !important;
    top: calc(-40% + 30px) !important;
}
}

 @media only screen and (width: 1366px){
.MyBlock[data-type="header"] .Background img {
    display: block;
    width: 1355px;
}
#doubleserum-block-01 .BoxContent {
    margin-top: -1%;
    margin-left: 39%;
}
#doubleserum-block-01 .Background::after {
    right: calc(78% + 130px);
}
#doubleserum-block-01 {
    height: 540px;
}
#doubleserum-block-01 .cell-sensory-tag{
    right: calc(2% + -23px) !important;
   }
#doubleserum-block-05 .BoxContent {
    margin-right: 46%;
    margin-top: -5%;
}
}


/*--------------------- cell sensory tag styles ----------------------------*/
   
   #doubleserum-block-01 .cell-sensory-tag{
   	background-color: #e2e2e2d4;
   	max-width: 140px;
    height: 150px;
    padding: 7px;
    position: absolute;
    right: calc(2% + 136px);
    top: calc(-40% + 70px);
   }
   #doubleserum-block-01 .cell-sensory-tag .Title{
   	font-size: 22px;
   }
   .cell-sensory-text{
   	text-align:left;
   	font-size: 12px;
    line-height: 13px;
    margin-bottom:0 !important;
   }
   .cell-sensory-percentage{
   	font-size: 24px;
    line-height: 28px;
   }

   @media only screen and (max-width: 1365px){
   	.cell-sensory-tag{display:none !important;}
   }
   /*--------------------- cell sensory tag styles END ----------------------------*/



@media only screen and (max-width: 1024px){
	.desktop-display{display:block;}
	.MyBlock[data-type="header"] .tablet-background{
    left: 76%;
}
#doubleserum-block-01 .Packshot {
    left: 98%;
}

#doubleserum-block-01 .BoxContent{
	margin-top: 26%;
    margin-left: 36%;
}
.custom-title-testimonies{
	top:40%;
}
}



@media only screen and (max-width: 768px){
	.MyBlock[data-type="header"] .tablet-background{
    left: 50%;
}
#doubleserum-block-01 .Background::after {
    right: calc(63% + 130px);
}

#doubleserum-block-01 .BoxContent {
    margin-top: 5%;
    margin-left: 30%;
}
.white-text {
    color: #000;
}
#doubleserum-block-01 .Packshot {
    left: -20%;
}
.custom-title-testimonies{
	top:0%;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
	#doubleserum-block-01 .Background img{
		left: unset;
		width: 1230px;
	}
	#doubleserum-block-01 .BoxContent{
		max-width: 690px;
		height: 450px;
		margin-top: 0;
    margin-left: 8%;
    padding-left: 25%;
	}
	#doubleserum-block-09 .Background{
		width: calc(50% - 40px);
	}
	#doubleserum-block-04 .Background{
		max-width: 300px;
		right: 25px;
		top: 175px;
	}
	.InteractiveBlock{
		top: -167px!important;
	}
	#YTvideobox{
		left: 7%;
	}
.white-text{color:#000000;}
#doubleserum-block-01 .Background::after {
    right: calc(66% + 130px);
}
#doubleserum-block-01 .Packshot {
    left: 0%;
}
.MyBlock[data-type="header"] .tablet-background {
    left: 50%;
}
.custom-title-testimonies{
	top: 0%;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.desktop-display{display:block;}

	.MyBlock[data-type="header"] .tablet-background{
    flex-basis: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 71%;
    top: 0;
    transform: translateX(-50%);
}
.tablet-imagetoload{width: 1640px;}

#doubleserum-block-01 .Packshot {
	left: 9%;
}

#doubleserum-block-01 .BoxContent{
	margin-top: 4%;
	margin-left: 49%;
}

.custom-title-testimonies{
	top: 2%;
}
#doubleserum-block-05 .BoxContent {
    max-width: 466px;
    margin-right: 43%;
}
}

@media only screen and (width: 1024px) and (height: 1366px){
	.MyBlock[data-type="header"] .tablet-background {
    left: 74%;
}
#doubleserum-block-01 .Background img {
    left: unset;
    width: 1530px;
}
#doubleserum-block-01 .BoxContent {
    margin-top: 199px;
    margin-left: 10%;
}
.white-text{color:#FFF;}
#doubleserum-block-01 .Packshot {
    left: 96%;
    top: 42%;
}
#doubleserum-block-01 .Background::after {
    right: calc(81% + 130px);
}
	}

@media only screen and (max-width: 761px){
	#doubleserum-block-01 .BoxContent{
		height: 360px;
	}
	#doubleserum-block-08 .Background{
		height: 360px;
	}
	#doubleserum-block-08 .Background img{
		width: 855px;
	}
	#doubleserum-block-04 .Background{
		max-width: 190px;
		margin-left: -15px;
		top: 130px;
	}
	.MyContent .BtnLink{
		flex: unset;
		flex-direction: unset;
		justify-content: unset;
		display: block;
	}

	.white-text{color:#000000;}

	#doubleserum-block-01 .BoxContent {
    max-width: 100%;
    margin-top: 0%;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 342px;
    padding-left: 130px;
    background-color: #0000;
}
#doubleserum-block-01 .BigText {
	text-align: left;
   }

   .desktop-display{display:block;}
   #doubleserum-block-01 .Packshot {
    left: 7%;
}
#doubleserum-block-01 .Background::after {
    right: calc(-27% + 130px);
    top: calc(40% + 30px);
}

.MyContent .ProductSlider {
	margin-bottom:140px;
	padding-bottom:30px;
}

#doubleserum-block-10 .Video iframe {
    width: 100vw;
    height: 56.2vw;
}
#doubleserum-block-10 .Video {
    display: block;
    margin: 0 -20px;
    width: 100vw;
    position: relative;
    height: 56.2vw;
    background-color: #fff;
    max-width: 760px;
}

}

/*LAPTOP VIEW PM SIDE*/
/*@media only screen
and (max-width: 1536px)
and (max-height: 864px){
	#doubleserum-block-01 .cell-sensory-tag {
    right: calc(-3% + 50px) !important;
}
	.MyBlock[data-type="header"] .Background{
		left: 49%;
	}
	#doubleserum-block-01 .cell-sensory-tag {
    right: calc(-3% + 53px) !important;
    top: calc(-40% + 130px) !important;
}
	#doubleserum-block-01 .Background::after {
    right: calc(81% + 112px);
    }
}*/

/*------------------------- Responsive -------------------------------------*/

@media only screen and (max-width: 2100px) and (min-width: 2064px){
#doubleserum-block-01 .cell-sensory-responsive{
	right: calc(5% + 163px);
    top: calc(-49% + 70px);
}
}

@media only screen and (max-width: 2063px) and (min-width: 2023px){
#doubleserum-block-01 .cell-sensory-responsive{
	right: calc(5% + 143px);
	top: calc(-50% + 70px);
}
}

@media only screen and (max-width: 2022px) and (min-width: 1980px){
#doubleserum-block-01 .cell-sensory-responsive{
	right: calc(4% + 143px);
	top: calc(-50% + 70px);
}
}

@media only screen and (max-width: 1979px) and (min-width: 1960px){
#doubleserum-block-01 .cell-sensory-responsive{
	 right: calc(4% + 136px);
	 top: calc(-50% + 70px);
}
}

@media only screen and (max-width: 1959px) and (min-width: 1921px){
#doubleserum-block-01 .cell-sensory-responsive{
	 right: calc(3% + 136px);
	 top: calc(-50% + 70px);
}
}

@media only screen and (max-width: 1870px) and (min-width: 1830px){
#doubleserum-block-01 .cell-sensory-responsive{
	right: calc(1% + 136px);
    top: calc(-45% + 70px);
}
}

@media only screen and (max-width: 1829px) and (min-width: 1830px){
#doubleserum-block-01 .cell-sensory-responsive{
	right: calc(1% + 136px);
    top: calc(-45% + 70px);
}
}
@media only screen and (max-width: 1820px) and (min-width: 1780px){
#doubleserum-block-01 .cell-sensory-responsive{
right: calc(0% + 126px);
    top: calc(-45% + 70px);
}
}

@media only screen and (max-width: 1365px) and (min-width: 1113px){
.MyBlock[data-type="header"] .tablet-background {    
    left: 70%;
    transform: translateX(-70%);
}

.MyBlock[data-type="header"] .Background .tablet-imagetoload {
    display: block;
    width: 1365px;
}
}

/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	#doubleserum-block-01 .cell-sensory-tag .Title,
	.cell-sensory-text{
		max-width: 130px;
	}
	#doubleserum-block-01 .BoxContent{
		background-color: transparent;
	}
	#doubleserum-block-01 .cell-sensory-tag{
		background-color: rgb(231,224,206);
	}
	#doubleserum-block-01 .BtnLink a,
	#doubleserum-block-08 .BtnLink a,
	#doubleserum-block-05 .BtnLink a,
	#doubleserum-block-custom-01 .BtnLink a,
	#doubleserum-block-07 .BtnLink a{
		background-color: rgba(0,0,0,1);
		padding: 25px;
	}
	#doubleserum-block-01 .BigText{
		width: 100%;
	}
	#doubleserum-block-02 :nth-child(2).BoxContent{
		max-width: 545px;
	}
	#doubleserum-block-02 .BtnLink{
		padding-top: 40px;
	}
	#doubleserum-block-08 .Text{
		width: 100%;
	}
	#doubleserum-block-03 .Text{
		width: 100%;
	}
	/*section{
		display: block!important;
	}*/
	section#doubleserum-block-04,
	section#doubleserum-block-06{
		display: inline!important;
	}
	.MyContent .MosaicBlock .Testimony{
		width: 100%;
	}
	.custom-title-testimonies{
		position: relative;
	}
	.MyContent .MosaicBlock{
		flex-basis: calc(50% - 60px);
	}
	.MyContent :nth-child(2).MosaicBlock{
		padding: 0 50px;
	}
	#doubleserum-block-07 .Title,
	#doubleserum-block-05 .Text{
		width: 100%;
	}
	#doubleserum-block-custom-01 .Text{
		width: 100%;
	}
	.ProductSlider{
		height: 500px!important;
	}
	/*#doubleserum-block-02 :nth-child(2).BoxContent p{
		padding-top: 20px;
	}*/
	#doubleserum-block-08 .BoxContent{
		height: 385px;
	}
	#doubleserum-block-05 .BoxContent{
		height: 250px;
	}
	#doubleserum-block-custom-01 .BoxContent{
		height: 250px;
	}
	#doubleserum-block-07 .BoxContent{
		height: 270px;
	}
	#doubleserum-block-02 :nth-child(2).BoxContent .ArgStat img{
		top: 0px;
		right: 20px;
	}
}

/*EDGE*/
@supports (-ms-ime-align:auto) {
    .selector {
        property: value;
    }
#doubleserum-block-01 .BoxContent{
	background-color:rgba(0, 0, 0, 0);
	margin-top:12%;
}
#doubleserum-block-01 .cell-sensory-tag{
	max-width:148px;
	right: calc(123px + 12%);
	background-color:rgba(255, 255, 255, 0.7);
}
#doubleserum-block-08 .BoxContent{
	background-color:rgba(255, 255, 255, 1);
}
.MyContent .ProductSlider{
	max-width:1060px;
}
}

/*DTW EDIT*/
#Custom-icon {
    font-size: 100px;
    margin-left: -60%;
    margin-top: -19%;
}
#doubleserum-block-custom-01 .BoxContent {
    margin-right: 485px;
    margin-top: unset;
}
.InteractiveBlock {
    top: -147px;
}
.Background-Packshot {
    position: absolute;
    top: 0%;
    left: calc(-10% + 285px);
    z-index: -1;
}
@media not all and (min-resolution:.001dpcm) {
@media {
	#doubleserum-block-06 .BoxContent:nth-child(1){
	max-width: unset!important;
	width: 100%!important;
	margin-left: unset;
	}
	.custom-title-testimonies {
    top: 5%;
	}
}
}
@media only screen and ( max-width: 1366px ){ 
.Background-Packshot {
    left: calc(-30% + 273px);
}
}

@media screen and (max-width: 1200px){

#doubleserum-block-01 .BoxContent {
    margin-top: unset;
    margin-left: 48%;
}
#doubleserum-block-01 .Packshot {
    left: 37px;
	}
}
@media screen and (max-width: 1024px){
#doubleserum-block-01 .BoxContent {
    margin-left: 13%;
}
#doubleserum-block-06 .BoxContent:nth-child(1) {
    margin-left: unset;
}
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
#doubleserum-block-09 .Background img {
    max-width: 148%;
    margin-left: -39%;
    }
    .Background-Packshot {
    left: calc(-40% + 285px);
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.ProductSlider {
    padding-bottom: unset!important;
	}
#doubleserum-block-05 .BoxContent {
    margin-right: 485px;
	}
.Background-Packshot {
    top: 25%;
    left: calc(-13% + 285px);
}
#doubleserum-block-09 .BoxContent {
    margin-top: 81%;
}
}

@media screen and (max-width: 761px){
.MyContent .ProductSlider {
    margin-bottom: unset;
	}
#doubleserum-block-02[data-expand="1"] {
    height: 662px;
	}
#doubleserum-block-01 .BoxContent {
    margin-left: unset;
	}
#doubleserum-block-custom-01 .BoxContent {
    margin-right: unset;
    margin-right: 0px!important;
}
.Background-Packshot {
    left: calc(-90% + 285px);
    top: 24%;
}
#doubleserum-block-09 .BoxContent {
    margin-top: 172%;
}
.MyContent .Title {
	font-size: 26px;
}
#doubleserum-block-04 .ImgBox {
    margin-top: 25px;
}
#doubleserum-block-09 .BoxContent {
    margin-top: 183%;
}
#doubleserum-block-04 .Background {
    top: 289px;
}
}


.title1 {
    font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei'!important;
   	margin-top: 3%!important;
}	
.strong-text{
	font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei'!important;
}
.desc1, .formdesc1, .formdesc2, .formdesc3, .errtxt{
	 font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, 'Microsoft Jhenghei',sans-serif!important;
}


/*DTW Edits*/
.product-tile{
	margin-right: 138px;
}

/*DTW Responsive Edits*/

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
	#doubleserum-block-01 .BtnLink{
		display: block;
		padding: 10px;
	}
	.MyContent .BtnLink{
		margin-bottom: 20px;
	}
	.MyContent .BtnLink a{
		position: relative;
		z-index: 20;
		opacity: 1;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #000;
		display: block;
    	padding: 20px;
    	height:auto;
	}
	#doubleserum-block-01 .BoxContent{
		height: 454px;
	}
	#doubleserum-block-09 .BoxContent {
	    margin-top: 88%;
	}
	.product-tile{
		margin-right: 131px;
	}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
	#doubleserum-block-01 .BtnLink{
		display: block;
	}
		.MyContent .BtnLink{
		margin-bottom: 20px;
	}
	.MyContent .BtnLink a{
		position: relative;
		z-index: 20;
		opacity: 1;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #000;
		display: block;
    	padding: 20px;
    	height:auto;
	}
	#doubleserum-block-01 .BoxContent{
		height: 454px;
	}
	.Background-Packshot {
	    left: calc(-40% + 257px);
	}
	#doubleserum-block-09 .VideoMenu a{
		margin: 6px;
	}
	.product-tile{
		margin-right: 131px;
	}
}

@media screen and (max-width: 761px){
	#doubleserum-block-06 .BoxContent:nth-child(1){
		margin-left: -10px;
    	margin-right: -10px;
	}
	@media not all and (min-resolution:.001dpcm)
		{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
		   #doubleserum-block-06 .BoxContent:nth-child(1){
				margin-left: -10px;
		    	margin-right: -10px;
			}
		}}
	.product-tile {
	    margin-right: 72px;
	}
}


#doubleserum-block-01 .Background::after{
	display: none;
}



/*DTW Edits*/
#doubleserum-block-01 .BoxContent{
	height: auto;
}
