#receipt_logo {
  width: 100%;
  z-index: 2000;
  display: flex;
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: start;
}

#receipt_logo_img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  justify-content: start;
}

#order_info {
}

#order_info_header h4 {
  font-weight: 500;
  letter-spacing: 1.2px;
}

#order_info_header p {
  font-size: 0.85rem;
  font-weight: 500;
}

#order_info p {
  font-size: 0.85rem;
  font-weight: 500;
}

#order_info h6 {
  font-size: 0.85rem;
  font-weight: 700;
}

#order_info h5 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.order_summary_header {
  font-size: 1rem;
  font-weight: 500;
}

.order_summary {
  font-size: 0.85rem;
  font-weight: 500;
}

.order_details {
  font-size: 0.85rem;
  font-weight: 500;
}

.product_logo {
  width: 100%;
  z-index: 2000;
  display: flex;
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
}

.product_logo_img {
  max-width: 100%;
  max-height: 100%;
  width: 30%;
}

#order_terms_header {
  font-size: 0.75rem;
}

#order_terms_info {
  font-size: 0.55rem;
}

#order_terms_info p {
  font-size: 0.65rem;
}
