.breadcrumb {
  display: none;
}
.PDP_rse {
  margin-top: 20px;
}
.PDP_rse div.title {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.PDP_rse div.stitle {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.PDP_rse div.stitle > span, .PDP_rse dl dt {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.PDP_rse dl {
  margin-top: 40px;
}
.PDP_rse dl dt:not(:first-child) {
  margin-top: 20px;
}
.PDP_rse dl dd {
  font-size: 14px;
}
.PDP_rse div.btn_rse {
  text-align: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .PDP_rse div.title {
    font-size: 18px;
  }
}