#main:not(.main-homepage) {
  margin-top: 0px;
}
body, html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.MyContent {
  display: block;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  min-width: 320px;
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
  z-index: 1;
}
.MyContent a:active {
  outline: none;
}
.MyContent * {
/*-webkit-backface-visibility: hidden;*/
}
#main {
  margin-top: 0px;
}
.breadcrumb {
  display: none;
}
.MyContent .MyAnchorTag {
  display: block;
  height: 50px;
}

@media only screen and (max-width:761px) {
.MyContent .MyAnchorTag {
}
}
.MyContent a {
  outline: 0;
}
.MyContent .NotVisible {
  display: none;
}
.MyContent h1 {
  color: #000;
  font-family: ClarinsRegular, Clarins;
  font-size: 50px;
  font-weight: normal;
  line-height: 1em;
  margin: 20px auto 10px;
  text-align: center;
}

@media only screen and (max-width:761px) {
.MyContent h1 {
  font-size: 32px;
  padding: 0 10px;
}
}
.MyContent .MyBlock {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}
.MyContent .MyBlock .InlineBlock {
  display: inline-block;
  position: relative;
}
.MyContent .MyBlock .InlineBlock img {
  max-width: 100%;
}
.MyContent .FullWidthBlock {
  margin: 0;
  padding: 0;
  width: 2000px;
  margin-left: -375px;
  /*width: 1600px;
  margin-left: -175px;*/
  text-align: center;
  display: block;
  position: relative;
}

@media only screen and (max-width:1249px) {
.MyContent .FullWidthBlock {
  /*margin-left: calc(50% - 800px);*/
  margin-left: 0;
  width: 100%;
  box-sizing:border-box;
}
}

@media only screen and (max-width:761px) {
.MyContent .FullWidthBlock {
  margin-left: 0;
  width: 100%;
  overflow: hidden;
}
}
/***************************************/
.MyContent .BtnLink a {
  text-align: center;
  background-color: #000;
  display: inline-block;
  color: #FFF;
  padding: 18px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  /*border: 2px solid #e5e5e5;*/
  min-width: 16px;
}

@media only screen and (max-width:761px) {
.MyContent .BtnLink {
  display: block;
  white-space: nowrap;
}
}
/***************************************/
#EXTRA-FIRMING-HEADER {
  display: flex;
  align-items: center;
  justify-content: center;
}
#EXTRA-FIRMING-HEADER .Visual {
  flex: 1;
  text-align: right;
  margin-right: 20px;
}
@media only screen and (max-width:761px) {
#EXTRA-FIRMING-HEADER .Visual {
  margin-right: 10px;
}
}
#EXTRA-FIRMING-HEADER .Visual img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
#EXTRA-FIRMING-HEADER .TextContent {
  flex: 1;
  text-align: left;
  margin-left: 20px;
}
@media only screen and (max-width:761px) {
#EXTRA-FIRMING-HEADER .TextContent {
  margin-left: 10px;
}
}
#EXTRA-FIRMING-HEADER h1 {
  text-align: left;
  margin: 0;
  padding: 0;
}
#EXTRA-FIRMING-HEADER .Title {
  color: #be0f34;
  font-size: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#EXTRA-FIRMING-HEADER .Text {
  color: #000;
  font-size: 25px;
  font-family: ClarinsRegular, Clarins;
  margin: 0;
  padding: 0;
}
/***************************************/
#EXTRA-FIRMING-MENU {
  background: linear-gradient(to top, #de9c7c, #ecb295);
}
#EXTRA-FIRMING-MENU .Text {
  margin: 0;
  padding: 40px;
  color: #fff;
  font-size: 16px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:761px) {
#EXTRA-FIRMING-MENU .Text {
  padding: 20px;
}
}
#EXTRA-FIRMING-MENU ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
}
#EXTRA-FIRMING-MENU ul li {
  margin: 2px;
  padding: 0;
  text-align: center;
}
#EXTRA-FIRMING-MENU ul li a {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 1em;
  display: block;
  width: 100px;
  padding-top: 105px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
#EXTRA-FIRMING-MENU ul li:nth-child(1) a {
  background-image: url(img/picto-1-white.png);
}
#EXTRA-FIRMING-MENU ul li:nth-child(2) a {
  background-image: url(img/picto-2-white.png);
}
#EXTRA-FIRMING-MENU ul li:nth-child(3) a {
  background-image: url(img/picto-3-white.png);
}
#EXTRA-FIRMING-MENU ul li:nth-child(1) a:hover {
  background-image: url(img/picto-1.png);
}
#EXTRA-FIRMING-MENU ul li:nth-child(2) a:hover {
  background-image: url(img/picto-2.png);
}
#EXTRA-FIRMING-MENU ul li:nth-child(3) a:hover {
  background-image: url(img/picto-3.png);
}
/***************************************/

#EXTRA-FIRMING-BASICS .Visual img{
  max-width:100%;
}
/***************************************/

.MyContent .Block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width:761px) {
.MyContent .Block {
  padding-top: 20px;
  padding-bottom: 20px;
}
}
.MyContent .Block h2 {
  color: #f4885a;
  padding: 20px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
}
.MyContent .Block h3 {
  color: #000;
  padding: 20px;
  padding-bottom: 0;
  text-transform: uppercase;
  margin: 0;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
}
.MyContent .Block .Text {
  margin: 0;
  padding: 20px;
  color: #000;
  font-size: 14px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/***************************************/
#EXTRA-FIRMING-EYES {
  background-color: #f7f0f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-EYES {
  display: block;
}
}
#EXTRA-FIRMING-EYES .Visual {
  flex: 1;
  text-align: right;
  margin: 20px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
#EXTRA-FIRMING-EYES .Visual img {
  display: block;
  margin-right:0 auto;
  margin-left:auto ;
  max-width: 100%;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-EYES .Visual img {
  margin-right: auto;
  margin-left: auto;
}
}
#EXTRA-FIRMING-EYES .Visual .Ingredient-Name {
  display: block;
  position: absolute;
  font-size: 11px;
  top: 0px;
  right: 150px;
  text-align: right;
}
@media only screen and (max-width:761px) {
#EXTRA-FIRMING-EYES .Visual .Ingredient-Name {
  right: 50%;
  text-align: left;
  width: 150px;
}
}
#EXTRA-FIRMING-EYES .TextContent {
  flex: 1;
  text-align: left;
  padding: 20px;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-EYES .TextContent {
  text-align: center;
  background-color: #FFF;
}
}
#EXTRA-FIRMING-EYES h1 {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #be0f34;
  font-size: 40px;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-EYES h1 {
  text-align: center;
}
}
#EXTRA-FIRMING-EYES h2 {
  color: #000;
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
#EXTRA-FIRMING-EYES .Text {
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  max-width: 550px;
  margin-top: 20px;
}
#EXTRA-FIRMING-EYES .Mentions {
  color: #000;
  font-size: 11px;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  margin-top: 7px;
}
#EXTRA-FIRMING-EYES .Price {
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  max-width: 570px;
  margin-top: 20px;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-PHYTOSERUM .Price {
  text-align: center;
}
}
/***************************************/
#EXTRA-FIRMING-PHYTOSERUM {
  background-color: #f4edef;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-PHYTOSERUM {
  display: block;
}
}
#EXTRA-FIRMING-PHYTOSERUM .Visual {
  flex: 1;
  text-align: left;
  margin: 20px;
  position: relative;
  order: 2;
  margin-top: 40px;
  margin-bottom: 40px;
}
#EXTRA-FIRMING-PHYTOSERUM .Visual img {
  display: block;
  margin-right: auto;
  margin-left: 0;
  max-width: 100%;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-PHYTOSERUM .Visual img {
  margin-right: auto;
  margin-left: auto;
}
}
#EXTRA-FIRMING-PHYTOSERUM .Visual .Ingredient-Name {
  display: block;
  position: absolute;
  font-size: 11px;
  bottom: 40px;
  left: 0px;
  text-align: right;
  width: 80px;
}
#EXTRA-FIRMING-PHYTOSERUM .TextContent {
  flex: 1;
  text-align: right;
  padding: 20px;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-PHYTOSERUM .TextContent {
  text-align: center;
  background-color: #FFF;
}
}
#EXTRA-FIRMING-PHYTOSERUM h1 {
  text-align: right;
  margin: 0;
  padding: 0;
  color: #be0f34;
  font-size: 40px;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-PHYTOSERUM h1 {
  text-align: center;
}
}
#EXTRA-FIRMING-PHYTOSERUM h2 {
  color: #000;
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
#EXTRA-FIRMING-PHYTOSERUM .Text {
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  max-width: 550px;
  margin-top: 20px;
  margin-left: auto;
}
#EXTRA-FIRMING-PHYTOSERUM .Mentions {
  color: #000;
  font-size: 11px;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  margin-top: 7px;
}
#EXTRA-FIRMING-PHYTOSERUM .Price {
  text-align: right;
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
  max-width: 570px;
  margin-top: 20px;
  margin-left: auto;
}

@media only screen and (max-width:761px) {
#EXTRA-FIRMING-PHYTOSERUM .Price {
  text-align: center;
}
}
/***************************************/
#EXTRA-FIRMING-CHOIXROUTINE {
  background-color: #f8f2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
}
@media only screen and (max-width:761px) {
#EXTRA-FIRMING-CHOIXROUTINE {
  display: block;
  overflow:visible;
  padding-botttom:0;
}
}
#EXTRA-FIRMING-CHOIXROUTINE .Visual {
  flex: 1;
  text-align: right;
  margin: 20px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
#EXTRA-FIRMING-CHOIXROUTINE .Visual img {
  display: block;
  margin-right: 0;
  margin-left: auto;
  max-width:100%;
}
#EXTRA-FIRMING-CHOIXROUTINE .Visual .Ingredient-Name {
  display: block;
  position: absolute;
  font-size: 11px;
  top: 200px;
  right: 20px;
  text-align: left;
  width: 80px;
}
@media only screen and (max-width:761px) {
#EXTRA-FIRMING-CHOIXROUTINE .Visual .Ingredient-Name {
  position: relative;
  width:auto;
  text-align:center;
  top:auto;
  right:auto;
}
}
#EXTRA-FIRMING-CHOIXROUTINE .TextContent {
  flex: 1;
  text-align: left;
  padding: 20px;
}
@media only screen and (max-width:761px) {
#EXTRA-FIRMING-CHOIXROUTINE .TextContent {
  background-color:#FFF;

  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
}
#EXTRA-FIRMING-CHOIXROUTINE h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 40px;
  max-width: 366px;
}
@media only screen and (max-width:761px) {
#EXTRA-FIRMING-CHOIXROUTINE h1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
}
#EXTRA-FIRMING-CHOIXROUTINE .Text {
  text-align: center;
  color: #000;
  font-size: 11px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  max-width: 366px;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}
#EXTRA-FIRMING-CHOIXROUTINE .BtnChoice {
  text-align: center;
  color: #000;
  font-size: 11px;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  max-width: 366px;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}
#EXTRA-FIRMING-CHOIXROUTINE .BtnChoice a {
  background-color: #e9e1e4;
  display: block;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #000;
}
#EXTRA-FIRMING-CHOIXROUTINE .BtnChoice a.Focus {
  background-color: #eb9583;
  color: #FFF;
}
#EXTRA-FIRMING-CHOIXROUTINE .BtnChoice a.Blur {
  background-color: #ece6e7;
  color: #979797;
}

@media only screen and (max-width:761px) {
  
  #EXTRA-FIRMING-CHOIXROUTINE p{
  display:none;
}
}
/*-------------------------------------------------------*/
.MyContent .Stats {
  background-color: #de9b7b;
  color: #fff;
  padding:0px;
  padding-top: 60px!important;
  padding-bottom: 60px!important;
  margin-bottom: -50px;
  
}
.MyContent .Stats .jcarousel {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  opacity:0;
  transition:opacity ease-in-out 0.8s;
}
@media only screen and (max-width:761px) {
.MyContent .Stats .jcarousel {
  padding-bottom: 40px;
} 
}
.MyContent .Stats .jcarousel-pagination {
  display:none;
}
@media only screen and (max-width:761px) {
.MyContent .Stats .jcarousel-pagination {
  display:block;
  bottom:20px;
} 
}
.MyContent .Stats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.MyContent .Stats ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  border:0px solid;
}
.MyContent .Stats .Wrapper {
  height: 190px;
  max-width: 270px;
  margin: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:761px) {
.MyContent .Stats .Wrapper {
  height: 190px;
  width: 270px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  margin-left:auto;
  margin-right:auto;
}
}
.MyContent .Stats .Num {
  font-size: 72px;
  margin: 0;
  padding: 0;
  line-height: 80px;
}
.MyContent .Stats .Num sup {
  font-size: 23px;
  margin: 0;
  padding: 0;
  line-height: 80px;
  top: -25px;
}
.MyContent .Stats .Text {
  font-size: 14px;
  margin: 0;
  padding: 20px;
  line-height: 14px;
  flex: 1;
}
.MyContent .Stats .Mentions {
  font-size: 10px;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  justify-self: flex-end;
}
/***************************************/
.MyContent .Ingredient {
  width: 266px;
  height: 266px;
  display: inline-block;
  margin: 25px;
  border-radius: 50%;
  border: 2px solid #e2e2e2;
  overflow: hidden;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  -webkit-transform: translate3d(0,0,0);
}
@media only screen and (max-width:761px) {
.MyContent .Ingredient {
  cursor: default;
   user-drag: none;
 -webkit-touch-callout: none;
}
}
.MyContent .Ingredient.Drag {
  /*border:2px solid #FF0000;*/
  cursor: pointer;
}
.MyContent .Ingredient * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
 user-drag: none;
 -webkit-touch-callout: none;
}
.MyContent .WrapperIngredient {
  display: inline-block;
}
.MyContent .Ingredient.Reveal {
  /*border: 2px solid #FFF;
  background-image: none!important;*/
}
.MyContent .Ingredient .Title {
  margin: 0;
  width: 100%;
  bottom: 60%;
  left: 0;
  display: block;
  position: absolute;
  z-index:3;

  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  pointer-events: none;
  transition:color ease-in-out 1s;
}
.MyContent .Ingredient.Reveal .Title {
  color: #fff;
  
}
.MyContent .Ingredient .Title::before {
  content: " ";
  background-image: url(img/check-white.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 46px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position: top center;
  z-index:3;
  transition:opacity ease-in-out 1s;
  opacity:0;
}
.MyContent .Ingredient.Reveal .Title::before {
  opacity:1;
}
.MyContent .Ingredient .Roll {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #b0c696;
  top: 0;
  left: -100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 10%;
  padding-top: 20%;
  font-size: 12px;
  color: #fff;
  pointer-events: none;/*opacity:0;*/
  transition:left ease-in-out 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.MyContent .Ingredient::after{
  
  content:" ";
  width: 40px;
  height: 32px;
  display: block;
  position: absolute;
  top: 46px;
  left:calc(50% - 20px);
  z-index:1;
  pointer-events: none;
  animation:AnimArrow 2.5s ease-in-out infinite;
  background-position:top -46px center;
}
@keyframes AnimArrow{
  0%{
    left:calc(50% - 20px);
  }
  8%{
    left:calc(50% - 12px);
  }
  15%{
    left:calc(50% - 12px);
  }
  35%{
    left:calc(50% - 20px);
  }
  100%{
    left:calc(50% - 20px);
  }
}
.MyContent .Ingredient.Drag .Roll {
  transition:left ease-in-out 0s;
}
.MyContent .Ingredient.Reveal .Roll {
  opacity: 1!important;
  left: 0px!important;
  /*transition:left ease-in-out 0.6s;*/
}
.MyContent .WrapperIngredient {
  padding-top: 20px;
}
.MyContent .WrapperIngredient .Text {
  color: #de9b7b;
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
}
/*-----------------------------------------------*/
#INGREDIENT-MITRACARPUS ,
#INGREDIENT-MITRACARPUS::after{ 
  background-image: url(img/ingredient-MITRACARPUS.png);
}
#INGREDIENT-MITRACARPUS .Roll {
  background-color: #b0c696;
}
#INGREDIENT-KANGOUROU ,
#INGREDIENT-KANGOUROU::after{ 
  background-image: url(img/ingredient-KANGOUROU.png);
}
#INGREDIENT-KANGOUROU .Roll {
  background-color: #d65d67;
}
#INGREDIENT-CAFEINE ,
#INGREDIENT-CAFEINE::after{ 
  background-image: url(img/ingredient-CAFEINE.png);
}
#INGREDIENT-CAFEINE .Roll {
  background-color: #bcb292;
}
#INGREDIENT-ALBIZIA ,
#INGREDIENT-ALBIZIA::after{ 
  background-image: url(img/ingredient-ALBIZIA.png);
}
#INGREDIENT-ALBIZIA .Roll {
  background-color: #d65e68;
}
#INGREDIENT-MARRON ,
#INGREDIENT-MARRON::after{  
  background-image: url(img/ingredient-MARRON.png);
}
#INGREDIENT-MARRON .Roll {
  background-color: #744244;
}
#INGREDIENT-AGAVE ,
#INGREDIENT-AGAVE::after{ 
  background-image: url(img/ingredient-AGAVE.png);
}
#INGREDIENT-AGAVE .Roll {
  background-color: #d0b092;
}
#INGREDIENT-LUPIN ,
#INGREDIENT-LUPIN::after{ 
  background-image: url(img/ingredient-LUPIN.png);
}
#INGREDIENT-LUPIN .Roll {
  background-color: #d0b092;
}
/*-------------------------------------------------------*/

#EXTRA-FIRMING-SELECT{
  display:none;
}
@media only screen and (max-width:761px) {
  #EXTRA-FIRMING-SELECT{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    width:280px;
  }
  #EXTRA-FIRMING-SELECT-INPUT{
    display:block;
    margin-left:auto;
    margin-right:auto;
    min-width:280px;
  }
}

#EXTRA-FIRMING-CHOIXROUTINE .sbHolder{
  width:280px;
}
/*-------------------------------------------------------*/
.MyContent .Routine {
  color: #fff;
  padding: 20px;
  position:relative;
  padding-bottom:40px;
  overflow:hidden;
}
@media only screen and (max-width:761px) {
.MyContent .Routine {
  padding-top: 0px;

} 
}
.MyContent .Routine .jcarousel {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
@media only screen and (max-width:761px) {
.MyContent .Routine .jcarousel {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
} 
}
.MyContent .Routine .jcarousel-pagination {
      display:none;
}
@media only screen and (max-width:761px) {
  .MyContent .Routine .jcarousel-pagination {
  display:block;
  margin: 0;
  bottom:0px;
}
}
.MyContent .Routine ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.MyContent .Routine ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.MyContent .Routine .Wrapper {
  width: 270px;
  margin: 20px;
  font-size: 0;
}


.MyContent #ROUTINE-1 .Wrapper {
  height: 590px;
  width: 270px;
  margin: 20px;
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


@media only screen and (max-width:761px) {
  .MyContent .Routine .Wrapper {

  margin: 0px!important;
  
}
}
.MyContent .Routine .Wrapper .product-Visual {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.MyContent #ROUTINE-1 .Wrapper .product-Visual {
  height: 365px;
}

.MyContent .Routine .Wrapper .product-Visual img {
  display: block!important;
  float: none!important;
  width: auto!important;
  margin-left: auto!important;
  margin-right: auto!important;
}
.MyContent .Routine .Wrapper h3 {
  margin: 0;
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: normal;
  display: block;
  padding: 25px;
  border-bottom: 2px solid #e5e5e5;
  justify-self: flex-start;
}
@media only screen and (min-width:762px) and (max-width:1023px){
  .MyContent .Routine .Wrapper h3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #EXTRA-FIRMING-CHOIXROUTINE .Visual .Ingredient-Name {
  top: 150px;
  right: 0px;
  width: 80px;
}
.MyContent #ROUTINE-1 .Wrapper ,
.MyContent #ROUTINE-2 .Wrapper {
width: 200px;
}
}
@media only screen and (max-width:761px) {
.MyContent .Routine .Wrapper h3 {
  padding: 15px;
}
}
.MyContent .Routine .Wrapper h3 .Num {
  font-size: 50px;
  color: #be0f34;
  display: block;
  line-height: 55px;
}
.MyContent .Routine .Wrapper .Item {
  display: inline-block;
  width: 50%;
}
.MyContent .Routine .Wrapper .BtnLink {
  justify-self: flex-end;
}
.MyContent .Routine .Wrapper .BtnLink a {
  background-color: #fff;
  color: #000;
  border: 2px solid #e5e5e5;
  padding: 11px 18px;
}
.MyContent .Routine .Wrapper .product-Name {
  font-size: 12px;
  color: #000;
  margin: 0;
  margin-top: 15px;
}
.MyContent .Routine .Wrapper .product-Price {
  font-size: 12px;
  color: #000;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.MyContent .Routine h2 {
  font-size: 24px;
  color: #000;
  font-weight: normal;
}
.MyContent .Routine .Wrapper.Hidden {
  display: none;
}
/*-------------------------------------------------------*/
.MyContent .Tips a {
  display: inline-block;
  font-size: 11px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.MyContent .Tips a span {
  display: inline-block;
  border-bottom: 1px solid #bfbfbf;
}
.MyContent .Tips img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
/*-------------------------------------------------------*/
.MyContent .DiscoverBtn {
  color: #FFF;
  border: #724d3d 3px solid;
  line-height: 40px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  border-radius: 23px;
  padding-left: 50px;
  padding-right: 18px;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
  margin: 30px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #724d3d;
  text-transform:uppercase;
}
.MyContent .DiscoverText {

  color: #000;
  font-size: 16px;

}
@media only screen and (max-width:761px) {
.MyContent .DiscoverBtn {
  margin: 10px;
  white-space: nowrap;
}
}
.MyContent .DiscoverBtn span {
  content: " ";
  background-color: #FFF;
  width: 46px;
  height: 46px;
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 23px;
  background-image: url(img/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  pointer-events: none;
}


.MyContent .Routine .Wrapper .Text {
  color: #000;
font-size: 14px;
margin: 0;
    margin-top: 0px;
    margin-left: 0px;
padding: 0;
max-width: 550px;
margin-left: auto;
min-height: 32px;
margin-top: 10px;
}

.MyContent .Stats .Text2 {
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width:1023px){
.MyContent .Stats .Text2 {
  font-size: 18px;
  line-height: 25px;
  margin-top:40px;
}}

@media (min-width: 762px) and (max-width: 768px) {
  .MyContent .Stats .Num {
    font-size: 62px;
  }
  .MyContent .Stats .Mentions {
    min-height: 38px;
  }
  .MyContent .Stats .Text {
    padding: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .MyContent .Routine .Wrapper .product-Visual {
    margin-left: -7.5px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.MyContent .Routine .Wrapper .product-Visual{
justify-content: flex-start;
}
}

/****************** DTW CUSTOM ******************/

@media only screen and (max-width:1023px){
  #EXTRA-FIRMING-MENU .Text br{
    display: none;
  }

  #EXTRA-FIRMING-PHYTOSERUM .Text br{
    display: none;
  }
}

@media only screen and (min-width:768px) and (max-width: 1023px){
  #EXTRA-FIRMING-MENU .Text br{
    display: none;
  }

  .dtw_textwidth{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .dtw_titlealign{
    min-height: 30px;
  }

  .dtw_textalign{
    min-height: 50px!important;
  }

  .MyContent .Routine .Wrapper .BtnLink a{
    padding: 11px 10px;
  }

  .MyContent .Stats .Num{
    font-size: 61px;
  }

  .MyContent .Routine .Wrapper .product-Name{
    min-height: 30px;
  }

  .MyContent .Routine .Wrapper h3{
    min-height: 80px;
  }
}

#INGREDIENT-ALBIZIA{
  background-size: 280px;
}

.MyContent .Stats .Mentions{
  min-height: 25px;
}

/****************** DTW CUSTOM ******************/

/***DTW EDITS***/
@media only screen and (min-width: 1024px){
  .MyContent .Routine .Wrapper .product-Name{
    min-height: 30px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .MyContent .Stats .Wrapper{
    height: 220px;
  }
  .MyContent .Stats .Mentions{
    min-height: 38px;
  }
}