.media-content-details.block.is-small {
  display: none;
}
/* Grey out the "Add image(s)" button to match the disabled button next to it */
.right-actions .level-item:nth-child(2) .button.is-light {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.albumOptions {
  display: none !important;
}
div.button.is-light.is-danger {
  display: none !important;
}
/* Move basket button left for equal spacing between GO button and admin button */
.navbar-item.is-hidden-touch {
  padding-left: 0.5rem;
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button.multi-selector-switch {
  display: none;
}
/* remove digital album top margin */
.section {
  padding-top: 0;
}
.title {
  font-size: 2.074em;
  font-weight: 600;
}
.login__wrapper .catfish-container .page-title:before {
  background: 0;
  width: 0;
  height: 0;
  margin-bottom: 0;
}
.login__wrapper > .catfish-container {
  float: right;
  width: 700px !important;
  width: 100%;
  padding-top: 0 !important; /* add this */
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  background: white;
  min-height: 100vh;
  max-width: 100%;
}
.login-block a[href*="passwordrecovery"] {
  display: none;
   
}
.homeFeaturedCategoriesWrapper {
  display: inline-block;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
  padding-bottom: 6rem;
}
.columns.is-gapless > .column {
  margin: auto;
  padding: 0 !important;
}
.orderDetailsBillingPaymentMethod,
.dispatchBy {
    display: none;
}
td.orderDetailsBillingAddressHeader,
td.orderDetailsBillingContainer {
    display: none;
}
.wishlist-page .shareinfo {
    display: none;
}