#headerHook,
.account-page,
.account-page-title,
.account-block,
.close,
.close-modal__button,
.force-scroll,
.btn-arrow .footer-pubs,
hr,
.footer-pubs,
.footer-marketing,
.footer-links,
.background-not-printed,
.footer-address,
.btn-print,
.orders-information,
.all-orders-page-title,
.btn-admin,
.footer_pc,
.footer_mobile,
.categories-contents,
#headerMobileHook,
.card-header,
.menu-container {
  display: none !important;
}

a {
  color: black;
}

.clickableLink {
  color: black;
}

body .printing-logo {
  position: absolute;
  left: 12rem;
  right: 0;
}

body .printing-legal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

body .width-95 {
  width: 95%;
}

.align-printing {
  width: 100%;
}

.modal-backdrop {
  background-color: transparent !important;
}

#hookModal {
  margin-top: 5rem;
}

.order-detail-title-address {
  width: 100%;
}

.order-history-line {
  margin-bottom: 1rem;
}

.order-history-bundle {
  margin: 0 0.5rem;
  font-size: 80%;
  font-style: italic
}

.order-history-bundle .order-history-bundle-item-name {
  padding-left: 1rem;
  width: 50%;
}

.order-history-bundle-item-qty {
  width: 10%;
  text-align: right;
}

.name-product-column {
  width: 50%;
}

.total-product-column {
  width: 16%;
}

.order-history-headline {
  font-weight: bold;
}

.font-bold {
  font-weight: bold;
}

.centered-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.modal-content {
  margin-top: 0.5rem;
  border: none !important;
}

.half-width {
  width: 50%;
}

.font-80 {
  font-size: 80%;
}

sup {
  top: -1px;
}

.price-deci {
  display: none;
}

.img-giftcard {
  width: 700px;
}

.giftcard-title {
  display: none;
}

.giftcard-dash {
  display: none;
}

.giftcard-amount {
  position: absolute;
  top: 157px;
  left: 90px;
  font-size: 80px;
  font-weight: bold;
}

.giftcard-code {
  filter: invert(100%);
  position: absolute;
  top: 259px;
  left: 65px;
  font-weight: bold;
  font-size: 30px;
}

.giftcard-validity {
  position: absolute;
  top: 300px;
  left: 65px;
  font-size: 16px;
  font-weight: bold;
}