body,
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 100%;
}
.breadcrumb {
  display: inline-block;
  margin-top: 15px;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}

/*Master Analysis DTW edits*/
#URLhighlights{
	text-decoration: underline !important;
}
.dp-routine__product-name {
    min-height: 60px;
}
.dp-perfect-gift[data-open="1"] .dp-perfect-gift__text::after {
    opacity: 0;
    bottom: 100px !important;
}
@-moz-document url-prefix() {
  .dp-product-section__shop-btn {
    background-color: #000;
    color: #fff;
    font-size: 11px;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
    height: 50px;
    min-width: 19px;
    width: fit-content;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    cursor: pointer;
    width: 35% !important;
}
} 

/*DTW EDITS*/
.isDesktop__cleansers_toners_img{
  display: none;
}
.isMobile__cleansers_toners_img{
  display: none !important;
}
.isMobile__cleansers_toners_title{
  display: none;
}

@media only screen and (max-width : 768px) {
   .isDesktop__cleansers_toners_img{
  display: none !important;
}
.isMobile__cleansers_toners_img{
  display: block !important;
}
.isMobile__cleansers_toners_title{
  display: block !important;
}
}