/* SoltanShop 3.20.3 — account alignment, invoice and final UI fixes. */

.woocommerce-account .panel__favorits > .soltanshop-favorites-empty,
.woocommerce-account .soltanshop-favorites-empty {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 300px !important;
  margin: 0 !important;
  padding: 32px !important;
  text-align: center !important;
}
.woocommerce-account .soltanshop-favorites-empty > * {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 94px !important;
  height: auto !important;
  padding: 10px 18px !important;
}
.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail figure {
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 9px !important;
  background: #f3f5f8 !important;
}
.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail figure img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  border-radius: 9px !important;
}
.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail-option {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  min-width: 0 !important;
}
.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail-option > a,
.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail-option > span {
  min-width: 0 !important;
}
.woocommerce-account .soltanshop-order-card__products .soltanshop-order-product__quantity {
  flex: 0 0 auto !important;
  margin-right: auto !important;
  color: #7d89a3 !important;
  white-space: nowrap !important;
}
.woocommerce-account .soltanshop-order-card__products .panel__order-product-detail-price {
  position: static !important;
  margin: 0 !important;
  justify-self: end !important;
  white-space: nowrap !important;
}

.woocommerce-account .soltanshop-order-stat {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 12px !important;
  align-items: center !important;
  min-height: 82px !important;
  padding: 12px 14px !important;
}
.woocommerce-account .soltanshop-order-stat__icon {
  grid-row: 1 / 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  font-size: 18px !important;
}
.woocommerce-account .soltanshop-order-stat > span:not(.soltanshop-order-stat__icon),
.woocommerce-account .soltanshop-order-stat > strong {
  align-self: center !important;
  margin: 0 !important;
  text-align: right !important;
}

.woocommerce-account .panel__personal-infos-content,
.woocommerce-account .panel__password-edit-content,
.woocommerce-account .panel__legal-information-content,
.woocommerce-account .panel__refund-content,
.woocommerce-account form.woocommerce-EditAccountForm {
  box-sizing: border-box !important;
}
.woocommerce-account .panel__info-save,
.woocommerce-account .panel__password-edit .panel__info-save,
.woocommerce-account .panel__legal-information .panel__info-save,
.woocommerce-account .panel__refund .panel__info-save,
.woocommerce-account .woocommerce-EditAccountForm .panel__info-save {
  float: none !important;
  position: static !important;
  display: flex !important;
  width: max-content !important;
  min-width: 112px !important;
  height: 38px !important;
  margin: 22px 0 0 auto !important;
  padding: 0 22px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
}

@media (max-width: 575px) {
  .woocommerce-account .soltanshop-order-card__products .panel__order-product-detail {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }
  .woocommerce-account .soltanshop-order-card__products .panel__order-product-detail figure {
    width: 54px !important;
    height: 54px !important;
  }
  .woocommerce-account .soltanshop-order-card__products .panel__order-product-detail-price {
    grid-column: 2 !important;
    justify-self: start !important;
  }
}
