
.bb-account-breadcrumb{
  display:none;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input
 {
    position: absolute;
    right: 0.7em;
    cursor: pointer;
    top: 0.7em;
}

.woocommerce form .password-input, .woocommerce-page form .password-input{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after
 {
    font-family: WooCommerce;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e010";
    text-decoration: none;
}

/* Bombazar My Account Dashboard */
/* Bombazar My Account Dashboard — content only */
.bb-account-dashboard {
  max-width: var(--ast-container-default, 1200px);
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.bb-welcome {
  font-weight: 600;
  font-size: clamp(20px, 2vw, 28px);
  margin: 4px 0 20px;
  color: var(--ast-global-color-2, #111);
}

/* Card grid */
.bb-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 18px;
}

/* Card */
.bb-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 140px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--ast-border-color, #e9e9e9);
  border-radius: 12px;
  text-decoration: none;
  color: var(--ast-global-color-2, #1f1f1f);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.bb-card:hover {
  transform: translateY(-2px);
  border-color: rgba(232,81,113,.35);
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.bb-card i {
  font-size: 28px;
  color: var(--ast-global-color-0, #721717);
}
.bb-card-title {
  font-weight: 600;
  letter-spacing: .02em;
}

/* Responsive */
@media (max-width: 992px) { .bb-card-grid { grid-template-columns: repeat(2, minmax(200px,1fr)); } }
@media (max-width: 540px) { .bb-card-grid { grid-template-columns: 1fr; } }


@media (max-width: 480px) {
  .woocommerce-account .entry-title {
    display:none
  }

  .woocommerce-account .site-content{
    margin-top:0px !important
  }

  .bb-account-breadcrumb{
    font-size:18px;
    margin-bottom:10px;
    display: block
  }

  .bb-account-dashboard {
    padding:0px;
  }
}




/* Deposits */

.deposit-form{
	  width:100%;
    padding: 10px;
    border: 1px solid var(--ast-border-color);
    float: left;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.shop-deposits-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.deposit-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  background-color: #f6f3f569;
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
}

.deposit-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 8px;
}

.deposit-header .deposit-amount {
  margin-left: auto;
  font-weight: bold;
  color: #000;
}

.deposit-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.deposit-method {
  color: #666;
}

.deposit-actions {
  display: flex;
  gap: 10px;
}

.deposit-actions a {
  color: #721717;
  font-weight: 500;
  text-decoration: none;
}

.deposit-actions a:hover {
  text-decoration: underline;
}



/*order page*/
.bbz-order-card {
  background: #f6f3f569;
  border: 1px solid #ddd;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.bbz-order-top {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.bbz-order-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bbz-thumbnails {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bbz-thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.bbz-order-items-count {
  font-size: 14px;
  color: #555;
  margin-left: 20px;
}

.bbz-view-link {
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: #721717;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bbz-view-link:hover {
  color: #721717;
}


.bbz-order-detail-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bbz-order-detail-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.bbz-order-detail-text a {
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.bbz-order-detail-text a:hover {
  color: #721717;
}
