html,
body {
  background: none;
}

[data-lastpass-root] {
  display: none !important;
}

body#reservations.gift-cards {
  width: 6in;
  margin-left: auto;
  margin-right: auto;
}
body#reservations.gift-cards * {
  font-size: 14px;
}
body#reservations.gift-cards .print-only {
  display: block;
}
body#reservations.gift-cards .print-title {
  display: block;
  font-size: 24px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 40px;
}
body#reservations.gift-cards section.detail {
  padding-top: 10px !important;
  border: none;
}
body#reservations.gift-cards .reservations_steps_nav,
body#reservations.gift-cards .wrapper_btn,
body#reservations.gift-cards .line,
body#reservations.gift-cards main header,
body#reservations.gift-cards .bottom,
body#reservations.gift-cards footer,
body#reservations.gift-cards #newsletter_overlay,
body#reservations.gift-cards section.newsletter {
  display: none !important;
}
body#reservations.gift-cards .detail {
  padding: 0 !important;
}
body#reservations.gift-cards .cart_resume__content section {
  display: flex !important;
}
body#reservations.gift-cards .cart_resume,
body#reservations.gift-cards .cart_resume__sub_total section {
  background: none;
  padding-bottom: 0;
}
body#reservations.gift-cards .cart_resume .group,
body#reservations.gift-cards .cart_resume__sub_total section .group {
  padding-left: 0;
}
body#reservations.gift-cards .cart_resume .group + .group,
body#reservations.gift-cards .cart_resume__sub_total section .group + .group {
  margin-top: 0px !important;
}
body#reservations.gift-cards .cart_resume__sub_total,
body#reservations.gift-cards .cart_resume__total {
  border-top: 1px solid black;
}
body#reservations.gift-cards .cart_resume__total,
body#reservations.gift-cards .cart_resume__total section {
  margin-top: 0;
  padding-top: 0;
}
body#reservations.gift-cards .cart_resume__total,
body#reservations.gift-cards .cart_resume__total .description,
body#reservations.gift-cards .cart_resume__total .price {
  background: none;
  color: black !important;
}
body#reservations.gift-cards .cart_confirmation .cart_confirmation__content p {
  margin-bottom: 20px;
  flex: unset;
  text-align: left;
}
body#reservations.gift-cards .cart_confirmation .cart_confirmation__content .label,
body#reservations.gift-cards .cart_confirmation .cart_confirmation__content .value {
  width: 50%;
  line-height: 1;
  text-align: left;
}
body#reservations.gift-cards .cart_confirmation .cart_confirmation__content .label {
  font-weight: bold;
  padding-left: 30px;
  padding-right: 10px;
}
body#reservations.gift-cards .tax-info {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body#reservations.gift-cards .tax-info span {
  margin-left: 10px;
}

/*# sourceMappingURL=print-styles.css.map*/