/*--------------------------------------------------
 *              Reset RD code
 * --------------------------------------------------*/
 .toptop_banner {
  height: 0px;
  margin-bottom: 0px;
}

.toptop_banner.full {
  display: none !important;
}

.feature_banner {
  display: none !important;
}

.pd_purchase_left {
  display: none !important;
}

#pd_purchase {
  display: none !important;
}

/*fix purchase ui issues*/
.banner1200 {
  height: 0px !important;
  overflow: hidden;
}

/*hide pdrm purchase*/
.bundle_pdrm {
  display: none !important;
}

.on_600 {
  display: none;
}

.back_top {
  z-index: 999 !important;
}

#position_0.container {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  .toptop_banner.full {
    display: block !important;
  }
}

