@import url(header.css);
@import url(foundation.css);
@import url(specific.css);
@import url(discover.css);
@import url(power.css);
@import url(finder.css);

.dp-complexion {
  padding: 0;
  margin: 0;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
}

.dp-complexion * {
  box-sizing: border-box;
}

.dp-complexion a {
  text-decoration: none;
}

.dp-hidden-quickshop {
  display: none;
}

.dp-discover-now {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  background-color: #000;
  width: 176px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
.dp-shop-now {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  background-color: #000;
  width: 176px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 1250px) and (min-width: 769px) {
  .dp-complexion {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .dp-shop-now {
    /*width: 115px;*/
    height: 42px;
    font-size: 12px;
  }
}
