body {
	overflow-x: hidden;
	margin: 0;
}
.breadcrumb {
	display: none;
}
#main:not(.main-homepage) {
	margin-top: 0px;
}

@media screen and (max-width: 761px) {
.MyContent .product-quickshop {
	display:inline-block;
}
.product-quickshop .swatchesCircle img {
    top: 8.5px;
}
}

.AnchorTag {
	height: 50px;
	margin-top: -50px;
}

.MyContent  .slick-dots li{
	border-radius:50%;
	overflow:hidden;
	width:10px;
	height:10px;
}

.MyContent  .slick-dots .slick-active button{
	background-color:#000;
}
.MyContent {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	max-width: 1250px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 1.4em;
}

@media screen and (max-width: 1249px) {
.MyContent {
	overflow: hidden;
}
}

.MyContent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.MyContent {
	display: block;
	max-width: 1250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.MyContent .MyBlock {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width:762px) {
.MyContent .SlickMobile {
	display:none;
}
}
@media screen and (min-width: 1250px) {
.MyContent .MyFullWidthBlock {
	width: calc(100vw - 20px);
	margin-left: calc(625px + 10px - 50vw);
}
}
.MyContent figure {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#THEKOOPLES-HEADER {
	background-color: black;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width: 761px) {
#THEKOOPLES-HEADER {
	flex-direction: column;
	text-align: center;
	padding: 20px 40px;
}
}
#THEKOOPLES-HEADER img {
	width: 100%;
}

@media screen and (max-width: 761px) {
#THEKOOPLES-HEADER img {
	width: 216px;
}
}
#THEKOOPLES-HEADER .Item {
	flex-basis: 50%;
	max-width: 365px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	color: white;
	font-size: 16px;
	line-height: 1.25em;
	text-align:left;
}

@media screen and (max-width: 761px) {
#THEKOOPLES-HEADER .Item {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
		text-align:center;
}
}
#THEKOOPLES-HEADER .BreakLine {
	background-color: #434343;
	flex-basis: 3px;
	line-height: 0;
}

@media screen and (min-width: 762px) {
#THEKOOPLES-HEADER .BreakLine {
	align-self: stretch;
}
}

@media screen and (max-width: 761px) {
#THEKOOPLES-HEADER .BreakLine {
	width: 100%;
	max-width: 300px;
}
}

@media screen and (max-width: 761px) {
#THEKOOPLES-HEADER .Item .Text {
	text-align: center;
	font-size: 14px;
}
}
#THEKOOPLES-VIDEO {
	/*background-color: #b5b5b5;*/
}
#THEKOOPLES-VIDEO iframe{
	height: 547px;
    width: 970px;
	margin:0 auto;
}
@media screen and (max-width: 970px) {
#THEKOOPLES-VIDEO iframe{
	height:56.4vw;
}
}

#THEKOOPLES-PRESENTATION {
	background-image: url("img/marbre.jpg");
	background-position: center top;
	margin-bottom: 100px;
}

@media screen and (max-width: 761px) {
#THEKOOPLES-PRESENTATION {
	display:block;
	overflow:hidden;
	padding-bottom:60px;
	background-size:auto calc(100% - 60px) ;
	background-repeat:no-repeat;
	margin-bottom: 0px;
}

}
#THEKOOPLES-PRESENTATION .Item {
	flex-basis: calc(50% - 65px);
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	max-width: 465px;
	box-sizing: border-box;	 white-space:normal;
}
@media screen and (max-width: 761px) {
#THEKOOPLES-PRESENTATION .Item {
		max-width: 761px;
}
}

#THEKOOPLES-PRESENTATION .Item:nth-child(1) {
	text-align: right;
}


#THEKOOPLES-PRESENTATION .Item:nth-child(2) {
	height: 380px;
	flex-basis: 130px;
	margin-left: 30px;
	margin-right: 30px;
}
@media screen and (max-width: 1023px) {
#THEKOOPLES-PRESENTATION .Item:nth-child(2) {
	margin-left: 10px;
	margin-right: 10px;
}
}

#THEKOOPLES-PRESENTATION .Item:nth-child(3) {
	text-align: left;
}

@media screen and (max-width: 761px) {
#THEKOOPLES-PRESENTATION .Item:nth-child(1),
#THEKOOPLES-PRESENTATION .Item:nth-child(2),
#THEKOOPLES-PRESENTATION .Item:nth-child(3)  {
	display:none;
}

#THEKOOPLES-PRESENTATION-MOBILE .Item {
	display:block!important;
}
}
#THEKOOPLES-PRESENTATION figure {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;}
#THEKOOPLES-PRESENTATION figure:nth-child(2) {
	animation:fadeInOut 6s infinite;
}
@keyframes fadeInOut{
	0%{opacity:0;}
	10%{opacity:1;}
	50%{opacity:1;}
	60%{opacity:0;}
	100%{opacity:0;}
}
@media screen and (max-width: 761px) {
#THEKOOPLES-PRESENTATION .Item img {
	width: 85px;
}
}
#THEKOOPLES-PRESENTATION .Title {
	font-size: 50px;
	color: black;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

@media screen and (max-width: 1023px) {
#THEKOOPLES-PRESENTATION .Title {
	font-size: 35px;
}
#THEKOOPLES-PRESENTATION .Title br {
	display: none;
}
}
#THEKOOPLES-PRESENTATION .Text {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	font-weight: normal;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
}
#THEKOOPLES-COLLECTOR {
	flex-wrap: wrap;
	padding-bottom:40px;
}
#THEKOOPLES-COLLECTOR .Item:nth-child(1) {
	flex-basis: 100%;
	order: 1;
}
#THEKOOPLES-COLLECTOR .Item:nth-child(2) img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#THEKOOPLES-COLLECTOR .Item:nth-child(2) {
	text-align: center;
	padding: 60px 30px;
	order: 3;
}

@media screen and (max-width: 1023px) {
#THEKOOPLES-COLLECTOR .Item:nth-child(2) {
	order: 2;
	flex-basis: 100%;
	padding: 30px;
	position:relative;
	
}
}
@media screen and (max-width: 761px) {
#THEKOOPLES-COLLECTOR .Item:nth-child(2) {
	padding:20px;
	padding-bottom:0;
	
}
}
#THEKOOPLES-COLLECTOR .Item:nth-child(3) {
	order: 2;
	max-width: 210px;
	position: relative;
	z-index: 2;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align:right;
}

@media screen and (max-width: 1023px) {
#THEKOOPLES-COLLECTOR .Item:nth-child(3) {
	max-width: 290px;
	flex-basis: calc(50% - 40px);
	padding: 20px;
}
}
#THEKOOPLES-COLLECTOR .Item:nth-child(4) {
	order: 4;
	max-width: 210px;
	position: relative;
	z-index: 2;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
		text-align:left;
}

@media screen and (max-width: 1023px) {
#THEKOOPLES-COLLECTOR .Item:nth-child(4) {
	max-width: 290px;
	flex-basis: calc(50% - 40px);
	padding: 20px;
}
}
#THEKOOPLES-COLLECTOR .Item:nth-child(5) {
	flex-basis: 100%;
	order: 5;
	text-align: center;
}

@media screen and (max-width: 1023px) {
#THEKOOPLES-COLLECTOR .Item:nth-child(5) {
	padding-top: 20px;
}
}
#THEKOOPLES-COLLECTOR .FloatingBlock{
	width: 210px;
}
#THEKOOPLES-COLLECTOR .FloatingBlock span{
	overflow:hidden;
	display:block;
}
#THEKOOPLES-COLLECTOR .FloatingBlock span img {
	transform:scale(1);
	display:block;
	transition:transform ease-in-out 0.5s;
	max-width:290px;
}
#THEKOOPLES-COLLECTOR .FloatingBlock span:hover img {
	transform:scale(1.05);
}
@media screen and (max-width: 1023px) {
#THEKOOPLES-COLLECTOR .FloatingBlock {
	width: auto;
}
}
#THEKOOPLES-COLLECTOR .Item:nth-child(3) .FloatingBlock span {
	margin-left: 0;
	margin-right: auto;
	float: left;
}
@media screen and (min-width: 762px) {
#THEKOOPLES-COLLECTOR .Item:nth-child(4) .FloatingBlock {
	order: 2;
}
}


@media screen and (max-width: 761px) {
	
#THEKOOPLES-COLLECTOR .Item:nth-child(4),
#THEKOOPLES-COLLECTOR .Item:nth-child(3){
	display:none;
}

}


#THEKOOPLES-COLLECTOR .Item:nth-child(4) .FloatingBlock span {
	margin-left: auto;
	margin-right: 0;
	float: right;
}
#THEKOOPLES-COLLECTOR .Title {
	font-size: 50px;
	color: black;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
@media screen and (max-width: 761px) {
	#THEKOOPLES-COLLECTOR .Title {
	font-size: 35px;
	}
}
#THEKOOPLES-COLLECTOR h3 {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 20px;
}
#THEKOOPLES-COLLECTOR .Item:nth-child(1) .Text {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	font-weight: normal;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	max-width: 610px;
	box-sizing: border-box;
	text-align: center;
	margin: 10px auto;
	padding-bottom: 20px;
}
@media screen and (max-width: 761px) {
	#THEKOOPLES-COLLECTOR .Item:nth-child(1) .Text {
	padding:0 20px;
	}
}
#THEKOOPLES-COLLECTOR .Item:nth-child(3) .Text {
	padding-bottom: 20px;
}
#THEKOOPLES-COLLECTOR .Item:nth-child(4) .Text {
	padding-bottom: 20px;
}
#THEKOOPLES-COLLECTOR .BtnLink {
	padding-bottom: 75px;
	padding-top: 10px;
}
@media screen and (max-width: 761px) {
#THEKOOPLES-COLLECTOR .BtnLink {
	padding-bottom: 40px;
	padding-top: 10px;
}
}
#THEKOOPLES-COLLECTOR .BtnLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position: relative;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	display: inline-block;
	line-height: 14px;
	min-width: 110px;
	text-align: center;
	background-color: black;
}
#THEKOOPLES-FORMULEGAGNANTE {
	background-image: url("img/marbre.jpg");
	background-position: center top;
	margin-bottom: 100px;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	
	position: relative;
z-index: 1;
}
@media screen and (max-width: 761px) {
	#THEKOOPLES-FORMULEGAGNANTE {
		padding-bottom:100px;
	margin-bottom:-120px;
}
}
#THEKOOPLES-FORMULEGAGNANTE .Title {
	font-size: 50px;
	color: black;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	max-width: 610px;
}
@media screen and (max-width: 761px) {
#THEKOOPLES-FORMULEGAGNANTE .Title {
	font-size: 35px;
}

}
#THEKOOPLES-FORMULEGAGNANTE .Text {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	font-weight: normal;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	margin: 0px auto;
	padding: 0px;
	max-width: 630px;
}
#THEKOOPLES-FORMULEGAGNANTE h3 {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: normal;
	padding-bottom: 10px;
}
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(1) {
	flex-basis: 100%;
	padding: 45px;
	order: 1;
	text-align: center;
}
@media screen and (max-width: 761px) {
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(1) {
padding-left: 20px;
padding-right: 20px;
}
}
#THEKOOPLES-FORMULEGAGNANTE .ItemGallery {
	display: flex;
	order: 3;
}

@media screen and (max-width: 1249px) {
#THEKOOPLES-FORMULEGAGNANTE .ItemGallery {
	flex-basis: 60%;
	align-self: flex-start;
	flex-direction: row-reverse;
}
}
#THEKOOPLES-FORMULEGAGNANTE .ItemGallery figure {
	margin: 5px;
}

@media screen and (max-width: 1249px) {
#THEKOOPLES-FORMULEGAGNANTE .ItemGallery figure {
	margin: 5px;
	flex-basis: calc(50% - 10px);
	max-width: 249px;
}
}
#THEKOOPLES-FORMULEGAGNANTE .ItemGallery figure img {
	display: block;
	max-width: 100%;
}
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(3) {
	flex-basis: 100%;
	order: 2;
	text-align: center;
	padding-bottom: 30px;
}
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(4) {
	max-width: 360px;
	order: 4;
	padding: 40px;
	align-self: flex-end;
	padding-bottom: 5px;text-align:left;
}

@media screen and (max-width: 1249px) {
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(4) {
	align-self: flex-start;
	margin-top: 50px;
	flex-basis: 30%;
	max-width: 100%;
}
}

@media screen and (max-width: 1023px) {
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(4) {
	flex-basis: 100%;
	text-align: center;
	margin-top: 10px;
	padding: 20px;
}
}
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(5) {
	order: 5;
	flex-basis: 100%;
	z-index: -1;
	margin-top: -40px;
	margin-bottom: -110px;	
}

@media screen and (max-width: 1249px) {
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(5) {
	flex-basis: 65%;
	margin-top: -100px;
	margin-right: 35%;
	margin-bottom: -40px;
}
}

@media screen and (max-width: 1023px) {
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(5) {
	flex-basis: 50%;
	margin: 0;
	align-self: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#THEKOOPLES-FORMULEGAGNANTE .Item figure img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1249px) {
#THEKOOPLES-FORMULEGAGNANTE .Item figure img {
	margin-right: 10%;
}
}
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(6) {
	order: 6;
	flex-basis: 100%;
	max-width: 970px;
	text-align:left;
}

@media screen and (max-width: 1249px) {
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(6) {
	flex-basis: 70%;
}
}

@media screen and (max-width: 1023px) {
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(6) {
	flex-basis: 50%;
	align-self: center;
}
}
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(6) .Text {
	margin-left: 0;
	max-width: 360px;
}


@media screen and (max-width: 761px) {
	
	#THEKOOPLES-PRESENTATION-MOBILE .Item{
	padding-top:20px;
	padding-bottom:0;
}
#THEKOOPLES-PRESENTATION-ITEM-1{
	background-image:url(img/black-oil.png);
	background-position:top 20px right -19px;
	background-size:90px auto;
	background-repeat:no-repeat;
	padding-right:90px!important;
	min-height:360px;
}	
#THEKOOPLES-PRESENTATION-MOBILE{
	margin-bottom:0
}
#THEKOOPLES-PRESENTATION-ITEM-2{
	background-image:url(img/white-oil.png);
	background-position:top 20px left -19px;
	background-size:90px auto;
	background-repeat:no-repeat;
	padding-left:90px!important;
	min-height:360px;
	text-align:left!important;
	padding-top:40px!important;
	
}	

#THEKOOPLES-PRESENTATION{
	padding-bottom:0;
	margin-bottom:0px;    
	background-size: auto 300px;
}
#THEKOOPLES-PRESENTATION .slick-dots{
	position:absolute;
	bottom:70px;
	top:auto;

}	
#THEKOOPLES-COLLECTOR-MOBILE{
	order:4;
	margin:20px;
	display:block;width:300px;
}
#THEKOOPLES-COLLECTOR-MOBILE .TextMobile{
	display:block;
	width:300px;

}
	
#THEKOOPLES-FORMULEGAGNANTE .ItemGallery:nth-child(2),
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(3),
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(4),
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(6) ,
#THEKOOPLES-FORMULEGAGNANTE .Item:nth-child(5) {
	display:none;
}


#THEKOOPLES-FORMULEGAGNANTE-MOBILE-1{
	width:115vw;
	margin-right:-15vw;
	margin-left:10px;
	z-index:1
}
#THEKOOPLES-FORMULEGAGNANTE-MOBILE-1 figure img{
	display:block;

	width:100%;
}
#THEKOOPLES-FORMULEGAGNANTE-MOBILE-1 figure{
	margin:0;
	padding:10px;
		padding-top:40px;

	box-sizing:border-box;
	
}
#THEKOOPLES-FORMULEGAGNANTE-MOBILE-1 figure.MiddlePic{
	padding-top:10px;
	padding-bottom:40px;
	
}

	
#THEKOOPLES-FORMULEGAGNANTE-MOBILE-2{
	margin:0 auto;
	margin-bottom:40px;
	display:block;
	width:300px;
}
}
/*----------------------------------*/
#THEKOOPLES-PDP{
	max-width:1170px;
	background-image:url(img/packshot-pdp.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
@media screen and (max-width: 1023px) {
	#THEKOOPLES-PDP{
		height:792px;
	}

}
@media screen and (max-width: 761px) {
	#THEKOOPLES-PDP{
		padding-top:30px;
		height:792px;
		background-image:url(img/packshot-pdp-mobile.jpg);
	}

}
@media screen and (max-width: 1023px) {
#THEKOOPLES-PDP-MOBILE {
display:block;
width:320px;
margin:0 auto;
margin-top:-145px;
background-color:#fff;
margin-bottom:30px;
position:relative;
}

#THEKOOPLES-PDP-MOBILE .Item{
padding:30px;
box-sizing:border-box;
}
#THEKOOPLES-PDP-MOBILE .slick-dots{
	bottom:0;
}
}
#THEKOOPLES-PDP h2.Title {
	font-size: 50px;
	color: black;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
@media screen and (max-width: 761px) {
#THEKOOPLES-PDP h2.Title {
		font-size: 35px;
}
}
#THEKOOPLES-PDP-MOBILE h3.Title,
#THEKOOPLES-PDP h3.Title {
	font-size: 22px;
	color: black;
	line-height: 1em;
	font-weight: normal;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}
#THEKOOPLES-PDP-MOBILE .Text {
	max-width:560px;
	margin:15px auto;
}
#THEKOOPLES-PDP .Text {
	max-width:560px;
	margin:15px auto;
}
@media screen and (max-width: 761px) {
#THEKOOPLES-PDP .Text {
    padding: 0 20px;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 20px;
    max-width: 300px;
}
}
#THEKOOPLES-PDP .BtnLink {
	
}
#THEKOOPLES-PDP .BtnLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position: relative;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	display: inline-block;
	line-height: 14px;
	min-width: 110px;
	text-align: center;
	background-color: black;
}
#THEKOOPLES-PDP .Item:nth-child(1) {
	flex-basis:100%;
	margin:0;
	box-sizing:border-box;
	margin-bottom:45px;
}
#THEKOOPLES-PDP .Item:nth-child(2){
	text-align:right;
	margin-right:180px;
}
#THEKOOPLES-PDP .Item:nth-child(3) {
	text-align:left;
	margin-left:180px;
}
#THEKOOPLES-PDP .Item:nth-child(2),
#THEKOOPLES-PDP .Item:nth-child(3) {
	background-color:#fff;
	padding:40px;
	box-sizing:border-box;
	flex-basis:calc(50% - 180px);
	max-width:404px;
	min-height:317px;
	margin-bottom:90px;
}
@media screen and (max-width: 1023px) {
#THEKOOPLES-PDP .Item:nth-child(2),
#THEKOOPLES-PDP .Item:nth-child(3) {
	display:none;
}	
}

/*DTW EDIT*/
@media only screen and (max-width: 761px){
	#THEKOOPLES-PRESENTATION-ITEM-2{
		background-size: 89px auto;
	}
	#THEKOOPLES-FORMULEGAGNANTE-MOBILE-1 figure img{
		padding-left: 80px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.MyContent .MyBlock{
		display: -ms-flexbox;
	}
	#THEKOOPLES-VIDEO iframe{
		margin: 0px;
	}

	#THEKOOPLES-COLLECTOR :nth-child(3).Item,
	#THEKOOPLES-COLLECTOR :nth-child(4).Item{
		display: inline-table;
	}
	#THEKOOPLES-COLLECTOR :nth-child(4).Item .FloatingBlock span{
		position: -ms-page;
		margin-left: -80px;
		margin-top: 370px;
	}
	#THEKOOPLES-COLLECTOR h3{
		margin-top: 210px;
		padding-top: 35px;
	}
}




#THEKOOPLES-FORMULEGAGNANTE-ITEM-3 .Mentions {
	color: #000;
	opacity:0.5;
	font-size:11px;
	padding-top:10px;
}

#THEKOOPLES-PDP-ITEM-2 .Mentions {
	color: #000;
	opacity:0.5;
	font-size:11px;
	padding-top:10px;
}

@media only screen and (min-width: 1024px){
#THEKOOPLES-PRESENTATION .Text {
	width: 354px;
}

#THEKOOPLES-PRESENTATION-ITEM-1 .Text{
	padding-left: 64px;
}
}

@media screen and (max-width: 1023px){
	#THEKOOPLES-PRESENTATION .Title {
    font-size: 35px;
    width: 259px;
    padding-left: 10px;
}

	.product-tile {
    margin-left: 284px;
    }
}
@media only screen  and (max-width: 1024px){
#THEKOOPLES-COLLECTOR .Item:nth-child(1) .Text {
	    width: 400px;
}
}
@media screen and (max-width: 761px){
	#THEKOOPLES-PRESENTATION .Title {
    	font-size: 41px;
	}
	#THEKOOPLES-PRESENTATION .Text {
    	font-size: 15px;
    }
	.product-tile {
    	margin-left: 130px;
    	border: 2px solid #eee;
    	width: 100px
    }
	.product-tile .product-quickshop {
	    border: 0px solid #e5e5e5;
	}
	.product-tile .product-quickshop .quickview {
	    padding: 12px 9px;
	}
}

