/*-----------------------------------------------------------*/
.dp-body-by-clarins-TW {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.dp-body-by-clarins-TW__title {
  font-size: 27px;
  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-body-by-clarins-TW__step h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}
.dp-body-by-clarins-TW__step {
    position: relative;
    width: 295px;
    margin: 0 auto;
    text-align: left;
}
.dp-body-by-clarins-TW_img-packshot {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.dp-body-by-clarins-TW_img img {
    border-radius: 50%;
    height: 150px;
    width: 162px;
}
.dp-body-by-clarins-TW_img p {
    background-color: #be0f34;
    color: #fff;
    font-size: 15px;
    width: 181px;
    text-align: center;
    display: block;
    line-height: 50px;
}
a.dp-body-by-clarins-TW_packshot img{
    width: 100%;
}
.dp-body-by-clarins-TW__step[data-product="body-shaping-cream"] a.dp-body-by-clarins-TW_packshot img {
    width: 120px;
    position: absolute;
    right: 39px;
    bottom: 80px;
}
.dp-body-by-clarins-TW__step[data-product="super-restorative-redefining-body-cream"] a.dp-body-by-clarins-TW_packshot img {
    width: 70px;
    margin: 0 auto;
    bottom: 13px;
    position: absolute;
    right: 19px;
}
.dp-body-by-clarins-TW__step[data-product="body-fit"] a.dp-body-by-clarins-TW_packshot img {
    width: 81px;
    margin: 0 auto;
    bottom: 10px;
    position: absolute;
    right: 11px;
}
.dp-body-by-clarins-TW__step[data-product="contour-treatment-oil"] a.dp-body-by-clarins-TW_packshot img {
    width: 71px;
    margin: 0 auto;
    bottom: 10px;
    position: absolute;
    right: 11px;
}
.dp-body-by-clarins-TW__step[data-product="exfoliation-body-scrub"] a.dp-body-by-clarins-TW_packshot img {
    width: 71px;
    margin: 0 auto;
    bottom: 10px;
    position: absolute;
    right: 11px;
}
.dp-body-by-clarins-TW__step[data-product="massage-board"] a.dp-body-by-clarins-TW_packshot img {
    width: 131px;
    margin: 0 auto;
    bottom: 10px;
    position: absolute;
    right: -30px;
}
.dp-body-by-clarins-TW_ul {
    border: 1px solid #be0f34;
    padding: 15px;
    width: 100%;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
}
.dp-body-by-clarins-TW_ul ul {
    padding: 0;
    margin: 0;
}
.dp-body-by-clarins-TW_ul ul li {
    list-style-type: none;
    color: #be0f34;
    font-size: 11px;
}

/*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) { }
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .dp-body-by-clarins-TW_ul {
    width: auto;
  }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  .dp-body-by-clarins-TW_ul {
    width: auto;
  }
  .dp-body-by-clarins-TW___list .slick-dots{
    bottom: -75px;
  }
}