.hide-on-print,
.d-block.hide-on-print,
.d-flex.hide-on-print {
  display: none !important;
}

.show-on-print {
  display: block !important;
}

.d-none.show-on-print {
  display: block !important;
}

.subnav-detail-offset {
  margin-top: 0 !important;
}

.bg-light-grey,
.buyitem-detail-seller-card {
  background-color: #fff !important;
}

.buyitem-detail-seller-card__info,
.opening-hours,
.buyitem-detail-seller-card__show-contact {
  color: #424346 !important;
}

.col-4-print {
  flex: 0 0 33.33333% !important;
  max-width: 33.33333% !important;
}

.dashed-border-right-print {
  border-right: 2px dashed #eee;
}

.dashed-border-bottom-print {
  border-bottom: 2px dashed #eee;
}

a {
  text-decoration: none !important;
}

.buyitem-detail-basic-info .row > div:first-of-type .buyitem-detail-info-table {
  border-color: #eee !important;
}
