/* SoltanShop 3.20.2 — final account order, favorites and password fixes. */

/* Expanded orders: keep the controls fixed and render products/prices below. */
.woocommerce-account .soltanshop-order-card__products {
  display: block !important;
  box-sizing: border-box !important;
}
.woocommerce-account .soltanshop-order-card__products[hidden] {
  display: none !important;
}
.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}
.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail-price {
  margin-right: auto !important;
  white-space: nowrap !important;
}

/* The detail-page invoice action prints the current invoice view. */
.woocommerce-account button.soltanshop-print-invoice {
  appearance: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
}

/* Favorites search: remove the old white layer and use the requested shell. */
.woocommerce-account .panel__favorits-title-r form {
  box-sizing: border-box !important;
  padding: 0 12px !important;
  border-radius: 9px !important;
  background: #f3f5f8 !important;
}
.woocommerce-account .panel__favorits-title-r form input,
.woocommerce-account .panel__favorits-title-r form button,
.woocommerce-account .panel__favorits-title-r form button i {
  border: 0 !important;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Empty favorites occupy the full panel and center both icon and message. */
.woocommerce-account .panel__favorits > .soltanshop-favorites-empty {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 100% !important;
  min-height: 280px !important;
  margin: 0 auto !important;
  padding: 36px 20px !important;
  text-align: center !important;
}
.woocommerce-account .soltanshop-favorites-empty i,
.woocommerce-account .soltanshop-favorites-empty h5 {
  position: static !important;
  inset: auto !important;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* Back arrow sits on the right and points horizontally. */
.woocommerce-account .soltanshop-order-detail__back i {
  order: -1 !important;
  transform: rotate(270deg) !important;
}

/* Password save action follows the fields, at the left edge of the same box. */
.woocommerce-account .panel__password-save-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}
.woocommerce-account .panel__password-save-row .panel__info-save--change-password {
  position: static !important;
  inset: auto !important;
  float: none !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 112px !important;
  height: 38px !important;
  margin: 22px 0 0 0 !important;
}

@media print {
  body * {
    visibility: hidden !important;
  }
  .woocommerce-account .soltanshop-order-detail,
  .woocommerce-account .soltanshop-order-detail * {
    visibility: visible !important;
  }
  .woocommerce-account .soltanshop-order-detail {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .woocommerce-account .soltanshop-order-detail__back,
  .woocommerce-account .soltanshop-print-invoice {
    display: none !important;
  }
}
