@charset "UTF-8";

.page-wrapper {
  width: 100%
}

.sec2 .bootstrap-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
 /* justify-content: center;*/
}

.sec2 {
  position: relative;
  text-align: center;
  margin: 10% auto 0;
  padding-left: 9%;
}

.sec2 .sec2_title {
  position: relative;
  display: inline-block;
  font-family: "MillerDisplayLancome-Light", "GaramondPremierProRegular", "DFLiSongHK-W5";
  font-size: 47px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

.sec2 .sec2_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #dfdfdf;
}

.sec2 #models_section_content_container {
  position: relative;
  max-height: 390px;
}

.sec2 .sec2_skin_tone_container {
  position: relative;
  text-align: center;
}

.sec2 .sec2_skin_tone {
  position: relative;
  font-family: "Gotham Light", "DFHeiHK-W5";
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  margin-top: 20px;
}

.sec2 .sec2_skin_tone_box {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 20% auto;
  cursor: pointer;
}

.sec2 .sec2_skin_tone_box.active {
  border: 3px solid black;
}

.sec2 .sec2_skin_tone_box1 {
  background: url(../images/skin_icon1.jpg) no-repeat;
  background-size: cover;
}

.sec2 .sec2_skin_tone_box2 {
  background: url(../images/skin_icon2.jpg) no-repeat;
  background-size: cover;
}

.sec2 .before_text,
.sec2 .after_text {
  position: absolute;
  font-family: "Gotham Light", "DFHeiHK-W5";
  font-size: 16px;
  top: 20px;
  z-index: 20;
}

.sec2 .after_image {
  display: none;
}

.sec2 .after_image.active {
  display: block;
}

.sec2 .before_text {
  left: 3%;
}

.sec2 .after_text {
  right: 3%;
}

.sec2 .hidden_image {
  display: none;
}

.sec2 .twentytwenty-handle {
  border: 2px solid black;
  -webkit-box-shadow: 0 0 0 black;
  box-shadow: 0 0 0 black;
  background: black;
  margin-left: -20px;
  margin-top: -20px;
}

.sec2 .twentytwenty-handle::before,
.sec2 .twentytwenty-handle::after {
  background: black;
  -webkit-box-shadow: 0 0 0 black;
  box-shadow: 0 0 0 black;
}

.sec2 .twentytwenty-handle::before {
  margin-bottom: 15px;
}

.sec2 .twentytwenty-handle::after {
  margin-top: 15px;
}

.sec2 .twentytwenty-handle .twentytwenty-left-arrow,
.sec2 .twentytwenty-handle .twentytwenty-right-arrow {
  border: 0;
  width: 9px;
  height: 15px;
  margin-top: -7px;
}

.sec2 .twentytwenty-handle .twentytwenty-left-arrow {
  background: url(../images/arrow-left-white.png) no-repeat center;
  background-size: 100%;
  margin-left: -12px;
}

.sec2 .twentytwenty-handle .twentytwenty-right-arrow {
  background: url(../images/arrow-right-white.png) no-repeat center;
  background-size: 100%;
  margin-right: -12px;
}

.sec2 .color_bar_container {
  position: relative;
  padding: 5% 0;
}

.sec2 .color_bar_container .color_bar {
  position: relative;
  width: 100%;
  height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sec2 .color_bar_container .color_bar .color {
  width: 8.3333%;
  height: 100%;
}


.sec2 .color_bar_container .color_bar .color1 {
  background: #b0534b;

}

.sec2 .color_bar_container .color_bar .color2 {
  background: #a21a1a;
}

.sec2 .color_bar_container .color_bar .color3 {
  background: #af3039;
}

.sec2 .color_bar_container .color_bar .color4 {
  background: #9a403f;
}

.sec2 .color_bar_container .color_bar .color5 {
  background: #b10d18;
}

.sec2 .color_bar_container .color_bar .color6 {
  background: #a04652;
}

.sec2 .color_bar_container .color_bar .color7 {
  background: #6b222d;
}

.sec2 .color_bar_container .color_bar .color8 {
  background: #ac4246;
}

.sec2 .color_bar_container .color_bar .color9 {
  background: #a21919;
}

.sec2 .color_bar_container .color_bar .color10 {
  background: #9c090f;
}

.sec2 .color_bar_container .color_bar .color11 {
  background: #c64f63;
}

.sec2 .color_bar_container .color_bar .color12 {
  background: #85271f;
}

.sec2 .color_bar_container .color_bar_drag_btn {
  position: absolute;
  left: 1%;
  top: 50%;
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #b0534b;
  border-radius: 50%;
  border: 2px solid white;
  z-index: 1;
  cursor: pointer;
}

.sec2 .color_bar_container .color_bar_drag_btn .color_desc {
  position: absolute;
  top: 100%;
  width: 200px;
  margin-left: 17px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  cursor: text;
}

.sec2 .color_bar_container .color_bar_drag_btn .color_desc .color_num {
  display: inline-block;
  font-family: "Gotham Light", "DFHeiHK-W5";
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 0;
  color: #fff;
}

.sec2 .color_bar_container .color_bar_drag_btn .color_desc .color_txt {
  font-family: "Gotham Light", "DFHeiHK-W5";
  font-size: 12px;
  padding-top: 10px;
}

.sec2 .sec2_prod_container {
  text-align: center;
}

.sec2 .sec2_prod_container .sec2_prod_img {
  max-width: 300px;
  width: auto;
}

.sec2 .sec2_prod_container .sec2_prod_name {
  font-family: "Gotham Light", "DFHeiHK-W5";
  font-size: 16px;
  text-align: center;
  margin-top: 5%;
  line-height: 1;
}

.sec2 .sec2_prod_container .sec2_prod_desc {
  font-family: "Gotham Light", "DFHeiHK-W5";
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-top: 5%;
  line-height: 1;
}

.sec2 .sec2_prod_container .sec2_prod_cta {
  position: relative;
  display: inline-block;
  font-family: "Gotham Light", "DFHeiHK-W5";
  font-size: 16px;
  color: white;
  background: black;
  text-align: center;
  margin-top: 10%;
  padding: 5% 15%;
  line-height: normal;
}

.sec2 .sec2_prod_container .sec2_prod_cta a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1280px) {
  .sec2 .sec2_title {
    font-size: 3.67188vw;
    padding-bottom: 5.46875vw;
    margin-bottom: 5.46875vw;
  }

  .sec2 .sec2_skin_tone {
    font-size: 1.250vw;
    margin-top: 1.563vw;
  }

  .sec2 .sec2_skin_tone_box {
    width: 4.688vw;
    height: 4.688vw;
    margin: 20% auto;
  }

  .sec2 .before_text,
  .sec2 .after_text {
    font-size: 1.250vw;
    top: 1.563vw;
  }

  .sec2 .color_bar_container .color_bar {
    height: 1.172vw;
  }

  .sec2 .color_bar_container .color_bar_drag_btn {
    width: 2.734vw;
    height: 2.734vw;
  }

  .sec2 .color_bar_container .color_bar_drag_btn .color_desc {
    width: 15.625vw;
    margin-left: 1.328vw;
  }

  .sec2 .color_bar_container .color_bar_drag_btn .color_desc .color_num {
    font-size: 1.250vw;
    padding: 0.781vw 0;
    color: #fff;
  }

  .sec2 .color_bar_container .color_bar_drag_btn .color_desc .color_txt {
    font-size: 0.938vw;
    padding-top: 0.781vw;
  }

  .sec2 .sec2_prod_container .sec2_prod_img {
    width: 48%;
  }

  .sec2 .sec2_prod_container .sec2_prod_name,
  .sec2 .sec2_prod_container .sec2_prod_desc,
  .sec2 .sec2_prod_container .sec2_prod_cta {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 800px) {
  .sec2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .sec2 .sec2_title {
    font-size: 5.46875vw;
    padding: 0 5%;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }

  .sec2 .sec2_skin_tone {
    font-size: 3.75vw;
  }

  .sec2 .sec2_skin_tone_box {
    position: relative;
    display: inline-block;
    width: 20vw;
    height: 10vw;
    margin: 5% 5%;
    cursor: pointer;
  }

  .sec2 .sec2_skin_tone_box.active {
    border: 3px solid black;
  }

  .sec2 .models_section_models_container {
    width: 95%;
    margin: 1% auto;
  }

  .sec2 .before_text,
  .sec2 .after_text {
    top: 5%;
    font-size: 4vw;
  }

  .sec2 .color_bar_container .color_bar {
    width: auto;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     -webkit-box-pack: center; 
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width:95%;
  }

  .sec2 .color_bar_container .color_bar .color {
    position: relative;
    width: 9vw;
    height: 9vw;
    border-radius: 50%;
    margin: 2vw 2.5vw;
    border: 1px solid #9d6b75;
  }


  .sec2 .color_bar_container .color_bar .color .color_num_container {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Gotham Light", "DFHeiHK-W5";
    font-size: 3.5vw;
    font-weight: bolder;
  }

  .sec2 .color_bar_drag_btn {
    display: none;
  }

  .sec2 .sec2_prod_container {
    margin-top: 10%;
  }

  .sec2 .sec2_prod_container .sec2_prod_img {
    width: 30%;
  }

  .sec2 .sec2_prod_container .sec2_prod_name,
  .sec2 .sec2_prod_container .sec2_prod_desc,
  .sec2 .sec2_prod_container .sec2_prod_cta {
    font-size: 3.75vw;
  }

  .sec2 .sec2_prod_container .sec2_prod_cta {
    margin-top: 5%;
    padding: 3% 10%;
  }
}
