.breadcrumb{
	display:none;
}
#main:not(.main-homepage) {
	margin-top: 0px;
}
.MyContent {
	width: 100%;
	display: block;
	position: relative;
	max-width: 1250px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	text-align: center;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}

.MyContent h1 {
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	padding-bottom:8px;
	
}
@media only screen and (max-width:761px) {
.MyContent h1{
	font-size:30px;
	padding-top:50px;
}
}

.MyContent h2 {
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	padding-bottom:8px;
}
@media only screen and (max-width:761px) {
.MyContent h2 {
	font-size:25px;
	padding-bottom:0;
}
}

.MyContent .MyBlock {
	padding:40px;
}
@media only screen and (max-width:761px) {
	.MyContent .MyBlock {
	padding:20px;
}
}

.MyContent .MyBlock p{
	font-size:16px;
	margin:0;
}

/*///////////////////////////////////////////////////*/
.HeaderBATA{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	width:1650px;
	margin:0 auto;
	height:450px;
	align-items:center;
	justify-content:space-between;
	margin-left:-200px;
}

.HeaderBATA .packshot{
	flex-basis:100%;
	order:9;
	width:466px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.HeaderBATA .packshot .TextContent{
	max-width:200px;
	text-align:left;
	margin-left:20px;
}
.HeaderBATA .packshot .TextContent p{
	margin:0px;
	font-size:16px;
	padding-top:10px;
}
.HeaderBATA .photo{
	margin:0 5px;
	overflow:hidden;
	position:relative;
	
}
.HeaderBATA .photo:nth-child(9){
	order:10;
}
.HeaderBATA .photo:nth-child(10){
	order:11;
}
.HeaderBATA .photo img{
	max-width:100%;
	display:block;
}
.HeaderBATA .photo .anim{
	max-width:100%;
	display:block;
	position:absolute;
	transition:opacity 0.8s ease-in-out;
	top:0;
	left:0;
}
@media only screen and (max-width:1249px) {
.HeaderBATA{
	width:100vw;
	margin-left:calc(50% - 50vw);
	height:30vw;
	justify-content:flex-start;
}
.HeaderBATA .photo{
	flex-basis:calc(15vw - 10px);
	width:calc((15vw * 1.018) - 10px);
	margin:5px;
}
.HeaderBATA .photo:nth-child(1),
.HeaderBATA .photo:nth-child(2){
	display:none;
}
.HeaderBATA .packshot{
		width:calc(100% - 4 * (15vw * 1.018));
}
.HeaderBATA .packshot img{
	max-height:calc(100% - 40px)
}
}
@media only screen and (max-width:1023px) {
.HeaderBATA{
	width:100vw;
	margin-left:calc(50% - 50vw);
	height:calc(2 * 18vw);
	justify-content:flex-start;
}
.HeaderBATA .photo{
	flex-basis:calc(18vw - 10px);
	width:calc((18vw * 1.018) - 10px);
	margin:5px;
}
.HeaderBATA .photo:nth-child(1),
.HeaderBATA .photo:nth-child(2),
.HeaderBATA .photo:nth-child(3),
.HeaderBATA .photo:nth-child(4){
	display:none;
}
.HeaderBATA .packshot{
	width:calc(100% - 3 * (18vw * 1.018) - 20px);
	padding-left:20px;
}
.HeaderBATA .packshot img{
	max-height:calc(100% - 40px)
}


}
@media only screen and (max-width:761px) {
.HeaderBATA{
	width:100%;
	margin-left:0;
	height:calc(2 * 0.982 * 33vw);
	justify-content:flex-start;
	position:relative;
}
.HeaderBATA .packshot h1,
.HeaderBATA .packshot img{
	display:none;
}

.HeaderBATA .photo{
	flex-basis:calc(0.982 * 33vw - 8px);
	width:calc(33vw - 8px);
	margin:4px;
}
.HeaderBATA .packshot .TextContent{
	margin:0 auto;
}
.HeaderBATA .packshot .TextContent p{
	text-transform:uppercase;
	font-size:11px;
	padding:0;
}
.HeaderBATA .photo:nth-child(1),
.HeaderBATA .photo:nth-child(2),
.HeaderBATA .photo:nth-child(3),
.HeaderBATA .photo:nth-child(4){
	display:none;
}
.HeaderBATA .packshot {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	padding: 0;
}

}
/*///////////////////////////////////////////////////*/
.NavBlockBATA{
	max-width:1250px;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	justify-content:center;
}
.NavBlockBATA .navBlock{
	margin:5px;
	flex-basis:calc(33.33% - 10px);
	position:relative;
	margin-bottom:80px;
	
}
@media only screen and (max-width:761px) {
	.NavBlockBATA .navBlock{
		margin-bottom:40px;
	}
}
.NavBlockBATA .navBlock img{
	margin:0 auto;
	max-width:100%;
	display:block;
}
.NavBlockBATA a{
	color:#000;
	text-decoration:none;
}
.NavBlockBATA span{
	background-color:#fff;
	display:block;
	margin:0 40px;
	padding:20px;
	text-align:center;
	position:absolute;
	bottom:-33px;
	width:calc(100% - 80px);
	box-sizing:border-box;
	font-family:ClarinsRegular, Clarins;
	font-size:35px;
	line-height:1em;
}
@media only screen and (max-width:1023px) {
.NavBlockBATA span{
	font-size:28px;
	width:calc(100% - 30px);
	margin:0 15px;
	padding:15px;
}
}

@media only screen and (max-width:761px) {
.NavBlockBATA span{
	font-size:18px;
	width:calc(100% - 10px);
	margin:0 5px;
	padding:5px;
	bottom:-40px;
	height:50px;
}	
}
/*///////////////////////////////////////////////////*/
.SectionBlockBATA{
	max-width:1250px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
}

.SectionBlockBATA .photo{
	margin:5px;
	flex-basis:calc(25% - 10px);
	order:7;
}
@media only screen and (max-width:761px) {
.SectionBlockBATA .photo{
	flex-basis:calc(50% - 10px);
}
}

.SectionBlockBATA .photo img{
	max-width:100%;
	display:block;
}
.SectionBlockBATA .IngredientName{
	position:absolute;
	text-align:left;
	width: 100px;
	line-height: 1em;
}
/*-------------------------------*/
#BATA-Part-1 .IngredientName{
	left: 60%;
	top: 52%;
}
#BATA-Part-2 .IngredientName {
	left: 50%;
	top: 12%;
}
#BATA-Part-3 .IngredientName{
	left: 56%;
	top: 12%;
}
@media only screen and (max-width:1249px) {
#BATA-Part-1 .packshot img{
	width:30vw;
}	
#BATA-Part-2 .packshot img{
	width:calc(0.846 * 30vw);
}
#BATA-Part-3 .packshot img{
	width:calc(0.785 * 30vw);
}
}
@media only screen and (max-width:1023px) {
#BATA-Part-1 .packshot img{
	width:28vw;
}	
#BATA-Part-2 .packshot img{
	width:calc(0.846 * 28vw);
}
#BATA-Part-3 .packshot img{
	width:calc(0.785 * 28vw);
}
}
@media only screen and (max-width:761px) {
#BATA-Part-1 .packshot img{
	width:55vw;
}	
#BATA-Part-2 .packshot img{
	width:calc(0.846 * 55vw);
}
#BATA-Part-3 .packshot img{
	width:calc(0.785 * 55vw);
}
}

/*-------------------------------*/

.SectionBlockBATA .title{
	margin:5px;
	flex-basis:calc(25% - 10px);
	order:1;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
@media only screen and (max-width:761px) {
.SectionBlockBATA .title{
	flex-basis:calc(50% - 10px);
}	
}
.SectionBlockBATA .title p{
	margin:0px;
	font-size:16px;
}

@media only screen and (max-width:1023px) {
.SectionBlockBATA .title p{
	font-size:14px;
	padding:10px;
	padding-top:0;
}	
}
.SectionBlockBATA .photo:nth-child(1){
	order:2;
}
.SectionBlockBATA .photo:nth-child(2){
	order:3;
}
.SectionBlockBATA .photo:nth-child(3){
	order:4;
}
.SectionBlockBATA .photo:nth-child(4){
	order:6;
}
.SectionBlockBATA .photo:nth-child(5){
	order:7;
}
.SectionBlockBATA .photo:nth-child(6){
	order:9;
}
.SectionBlockBATA .photo:nth-child(7){
	order:10;
}
.SectionBlockBATA .packshot{
	margin:5px;
	flex-basis:calc(50% - 10px);
	order:5;
	position:relative;
}
@media only screen and (max-width:761px) {
	.SectionBlockBATA .packshot{
		flex-basis:calc(100% - 10px);
		height:50vw;
		order:3;
	}	

	.SectionBlockBATA .photo:nth-child(2){
		order:5;
	}
	.SectionBlockBATA .photo:nth-child(3){
		order:6;
	}
	.SectionBlockBATA .photo:nth-child(4){
		order:7;
	}
	.SectionBlockBATA .photo:nth-child(5){
		order:8;
	}
	.SectionBlockBATA .photo:nth-child(6){
		order:9;
	}
	.SectionBlockBATA .photo:nth-child(7){
		order:10;
	}
}
.SectionBlockBATA .packshot img{
	position:absolute;
	bottom:8px;
	left:50px;
}
@media only screen and (max-width:1249px) {
	#BATA-Part-1 .packshot img{
		bottom: 0;
		left: 2vw;
	}	
	#BATA-Part-2 .packshot img{
		bottom: 0;
		left: 2vw;
	}
	#BATA-Part-3 .packshot img{
		bottom: 0;
		left: 2vw;
	}
}
@media only screen and (max-width:761px) {
	#BATA-Part-1 .packshot img{
		bottom: 0;
		left: 8vw;
	}	
	#BATA-Part-2 .packshot img{
		bottom: 0;
		left: 8vw;
	}
	#BATA-Part-3 .packshot img{
		bottom: 0;
		left: 8vw;
	}
}

@media only screen and (max-width:1024px) {
	.mediaQImg{
		width: 229px !important;
	}
}

@media only screen and (max-width:1023px) {
	.mediaQImg{
		width: 169px !important;
	}
}

.SectionBlockBATA .texture{
	margin:5px;
	flex-basis:calc(50% - 10px);
	order:8;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;

}
.SectionBlockBATA .texture p::after{
	content:" ";
	position:absolute;
	width:calc(100% - 14px);
	height:calc(100% - 14px);
	z-index:3;
	top:0;
	left:0;
}
.SectionBlockBATA .texture p{
	margin:0;
		z-index:2;	
		padding:60px;
}
@media only screen and (max-width:1023px) {
	.SectionBlockBATA .texture p{
		padding:20px;
	}
}
@media only screen and (max-width:761px) {
	.SectionBlockBATA .texture{
		flex-basis:calc(100% - 10px);
		order:4;
		
	}
}
.SectionBlockBATA .texture img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
@media only screen and (max-width:761px) {
	.SectionBlockBATA .texture img{
		height:100%;
		width:auto;
		
	}
}
/*-------------------------------*/
#BATA-Part-1 .title{
	background-color:#ffe3e7;
	color:#000;
}
#BATA-Part-2 .title{
	background-color:#f7be9f;
	color:#000;
}
#BATA-Part-3 .title{
	background-color:#be0f34;
	color:#fff;
}
/*-------------------------------*/
#BATA-Part-1-link{
	background-color:#ffe3e7;
}
#BATA-Part-2-link{
	background-color:#f7be9f;
}
#BATA-Part-3-link{
	background-color:#be0f34;
}
/*-------------------------------*/
#BATA-Part-1 .texture p::after{
	border:#ffe3e7 7px solid;
}
#BATA-Part-2 .texture p::after{
	border:#f7be9f 7px solid;
}
#BATA-Part-3 .texture p::after{
	border:#be0f34 7px solid;
}
/*-------------------------------*/
.SectionBlockBATA .photo img{
	max-width:100%;
	display:block;
}
/*///////////////////////////////////////////////////*/
.RoutineBlockBATA{
	max-width:1250px;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
@media only screen and (max-width:761px) {
.RoutineBlockBATA{
	margin-top:20px;
	margin-bottom:20px;
	}
}
.RoutineBlockBATA ul{
	list-style:none;
	display:block;
	text-align:center;
	margin:0;
	padding:0;
}
.RoutineBlockBATA ul li{
	display:inline-block;
	margin:0;
	padding:0;
}
@media only screen and (max-width:761px) {
	.RoutineBlockBATA ul li{
	margin-bottom:40px;
	}
}
.RoutineBlockBATA ul li .ProductName{
	font-size:15px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	
}
.RoutineBlockBATA ul li .ProductPrice{
	padding:15px;
}
@media only screen and (max-width:761px) {
	.RoutineBlockBATA .jcarousel-pagination{
	bottom:0px;
	}
	.RoutineBlockBATA .product-quickshop{
	display:inline-block;
	}
}
/*-------------------------------------------------------*/
/*-------------------------------------------*/
.MyContent #Transversal-Push {
	position:relative;
	
}

.MyContent #Transversal-Push  h2 {
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	line-height: 35px;
	color: #000;
	font-weight: normal;
	padding: 0;
	padding-top: 20px;

}

@media screen and (max-width: 761px) {
.MyContent #Transversal-Push  h2 {
	margin-left: 20px;
	margin-right: 20px;
}
}

.MyContent #Transversal-Push .jcarousel {
    margin-left: auto;
    margin-right: auto;
    width: 970px;

}

@media screen and (max-width: 1023px) {
	.MyContent #Transversal-Push .jcarousel {
	width: 590px;
}

}

.MyContent #Transversal-Push .products-pagination.jcarousel-control-next, 
.MyContent #Transversal-Push .products-pagination.jcarousel-control-prev{
	top:calc(50% - 35px);
	display:none;
	
}
@media screen and (max-width: 1023px) {
.MyContent #Transversal-Push .products-pagination.jcarousel-control-next, 
.MyContent #Transversal-Push .products-pagination.jcarousel-control-prev{
	display:block;
	
}
}
@media screen and (max-width: 761px) {
.MyContent #Transversal-Push .products-pagination.jcarousel-control-next, 
.MyContent #Transversal-Push .products-pagination.jcarousel-control-prev{
	display:none;
	
}
}
.MyContent #Transversal-Push .products-pagination.jcarousel-control-next{
	right:20px;
}
.MyContent #Transversal-Push .products-pagination.jcarousel-control-prev{
	left:20px;
	
}
@media screen and (max-width: 761px) {
.MyContent #Transversal-Push .jcarousel {
	width: 290px;
	padding-bottom:40px;
}
.MyContent #Transversal-Push .jcarousel-pagination {
	display:block;
	bottom:0;
}
}
.MyContent #Transversal-Push ul {
	display: block;
	
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.MyContent #Transversal-Push ul li {
	font-size: 0;
	border: 2px solid #e5e5e5;
	cursor: pointer;
	display: inline-block;
	margin: 20px;
	max-width: 284px;
	min-height: 410px;
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
	/*width: calc(50% - 40px);*/
	position:relative;
}
.MyContent #Transversal-Push ul li img {
	max-width: 100%;
}
@media screen and (max-width: 1023px) {
.MyContent #Transversal-Push ul li  {
	margin: 5px;
	/*width: calc(33% - 14px);*/
	margin-top:20px;
}
}

.MyContent #Transversal-Push ul li p.Text {
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 28px;
	line-height: 1em;
	color: #000;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 100px;
	letter-spacing: -0.01em;
}

.MyContent #Transversal-Push ul li p.Title {
	color: #be0f34;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	margin: 0;

	font-size: 11px;
	padding: 20px;
	padding-bottom: 10px;
}

.MyContent #Transversal-Push ul li p.text-link {
	bottom: 20px;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 20px;
	position: absolute;
		padding-bottom:8px;
}

.MyContent #Transversal-Push ul li p.text-link a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	border-bottom: #d5d5d5 1px solid;
}


@media screen and (max-width: 350px) {
.MyContent #Transversal-Push ul li p.Text {
	font-size: 20px;
}
}



@media only screen and (width: 1024px){
	.photo{
		margin-left: 75px;
	}
}
@media only screen and (max-width: 1023px){
	.photo{
		margin-left: 30px;
	}
	.RoutineBlockBATA{
		margin-left: -30px;
	}

}
@media only screen and (max-width: 761px){
	.photo{
		margin-left: 85px;
	}
	.RoutineBlockBATA{
		margin-left: 0px;
	}
}

@media only screen and (min-width: 1023px){
	#margin_02{
		margin-top:20px;
	}
	#margin_01{
		margin-top:16px;
	}

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1){
	#margin_02{
		margin-top:19px;
	}
.jcarousel:not(.howToApplyCarousel,.addToCartDialog,.jcarousel-native) :not(.swatchesCircle)>img:not(.articleImages-carousel):not(.YTVideoPreview){
	margin-left: 0px;
	}
	#ipad-only{
		margin-bottom:45px;
	}

.ProductName {
    margin-left: 23px;

}

@media only screen and (max-width:1024px) {
.breakIpad{
	display: block;
}
}




/*macmini
.jcarousel:not(.howToApplyCarousel,.addToCartDialog,.jcarousel-native) :not(.swatchesCircle)>img:not(.articleImages-carousel):not(.YTVideoPreview){
	margin-left: 100px;
}*/



