/*-----------------------------------------------------------*/
/* ===||=== */
@font-face {
  font-family: "Gotham_Light";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
      url("../fonts/GothamLight.woff2") format("woff2"),
      url("../fonts/GothamLight.woff") format("woff"),
      url("../fonts/GothamLight.ttf") format("truetype"),
      url("../fonts/GothamLight.svg#GothamLight") format("svg");
}
/* ===||=== */
.dp-how-to {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  --FONT-GOTHAM-XLIGHT: "Gotham_Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.dp-how-to img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.dp-how-to__title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 1048px;
  margin: 0 auto;
  font-weight: normal;
  margin-bottom: 20px;
}
.dp-how-to__title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 28px;
  width: 100%;
  background-color: #e7e4e2;
}

.dp-how-to__title span {
  display: inline-block;
  padding: 0 60px;
  background-color: #fff;
  line-height: 1.2em;
}

.dp-how-to__steps-list {
  max-width: 1048px;
  margin: 0 auto;
}
.dp-how-to__step {
  position: relative;
  padding-top: 102px;
}

.dp-how-to__photo {
  text-align: left;
  position: absolute;
  left: 50px;
  top: 0;
}
.dp-how-to__photo img {
  display: block;
}
.dp-how-to__number {
  color: #e8e4e2;
  /* font-family: "Gotham Light"; */
  font-family: var(--FONT-GOTHAM-XLIGHT);
  font-size: 270px;
  overflow: hidden;
  line-height: 270px;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 20px;
  color: #333333;
}
.dp-how-to__duration {
  background-color: #fff;
  font-family: "ClarinsRegular", "Clarins";
  color: #4a79bb;
  font-size: 18px;
  position: absolute;
  left: 70px;
  top: 230px;
  transform: rotate(-3deg);
  text-transform: uppercase;
  padding: 5px 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  color: #333333;
}
.dp-how-to__text {
  background-color: #f8f8f7;
  height: 360px;
  margin: 10px;
  display: block;
  padding: 40px;
  padding-top: 165px;
  box-sizing: border-box;
  text-align: left;
}

.dp-how-to__text strong {
  display: block;
  padding-bottom: 10px;
}
.dp-how-to__link {
  padding-top: 20px;
}
.dp-how-to__link a {
  background-color: transparent;
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #be0f34;
  border: 1px solid #e7e4e2;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-how-to__text {
    height: 400px;
    margin: 10px;
    display: block;
    padding: 20px;
    padding-top: 165px;
    box-sizing: border-box;
    text-align: left;
  }
  .dp-how-to__photo {
    left: 30px;
  }
}
@media (max-width: 761px) {
  .dp-how-to__steps-list {
    max-width: 355px;
    margin: 0 auto;
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  .dp-how-to__title {
    padding: 20px;
  }
  .dp-how-to__title::after {
    display: none;
  }
  .dp-how-to__title span {
    padding: 0px;
  }
  .dp-how-to__link {
    padding: 20px;
    padding-bottom: 0;
  }
}

/* Master Analysis */
.CTA-btnProd, .dp-how-to__link a, .dp-routine__quickshop-link span{
  text-transform: inherit;
  color: #000000;
}



/* --------------------------------------- */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .dp-how-to__number {
    font-size: 220px;
    right: -2px;
    top: 0px;
  }
}