.user-dash {
    padding: 20px 5px 20px 140px;   
    font-family: 'Roboto-Medium';
    position: sticky;
    top: 0px;

    .user-greeting {
        font-size: 16px;
        margin-bottom: 5px;
      }
      
      .user-phone {
        font-weight: bold;
      }
      
      .user-status-badge {
        display: inline-block;
        background-color: #28a745;
        color: white;
        font-size: 13px;
        padding: 3px 10px;
        border-radius: 20px;
        margin-bottom: 20px;
      }
      
      .user-section {
        margin-bottom: 20px;
        line-height: 22px;
      }
      
      .section-title {
        color: #000;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 400;
        
      }
      .active{
        color: #650046 !important;
      }
      
      .section-list {
        list-style: none;
        padding-left: 0;
      }
      
      .section-item a{
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #757575;
        letter-spacing: 0;
        line-height: 22px;
        padding-left: 20px;
      }
      
      
     
  }
  .user-manage-order{
      .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: unset !important;
        }
  }
  .user-manage-order .nav-tabs .nav-link {
    border: none;
    color: #333;
    font-weight: 500;
    position: relative;
    padding: 0px 16px;
  }

  .user-manage-order .nav-tabs .nav-link:hover::after,
  .user-manage-order .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fd790d; /* Blue underline */
  }
/* .user-manage-order-content{
    background-color: #fff;
    padding: 20px;
    
} */
  .user-manage-order .search-box {
    background-color: #f1f2f6;
    border-radius: 4px;
  }

  .user-manage-order .tab-content {
    margin-top: 20px;
  }

  /***********user account *****************/
  .user-myAccount{
    margin-top: 20px;
    font-family: 'Roboto-Regular';
    .user-profile{
      height: 100%;
      background-color: #fff;
    }
    .user-p-title{
      color: #212121;
      font-size: 16px;
      height: auto;
      line-height: 20px;
      a{
        color: #1a9cb7;
        font-size: 12px;
      }
    }
    .user-name{
      font-size: 14px;
      color: #212121;
      margin-bottom: 10px;
      font-weight: 700;
    }
    .user-address{
      color: #212121;
        line-height: 16px;
        font-size: 14px;
        margin-bottom: 10px;
      
    }
    .user-address-defaul{
      margin: 15px 0;
      font-size: 12px;
      color: #757575;
    }
    .user-info-item{
      font-size: 14px;
    color: #424242;
    margin-bottom: 10px;
    }
    .recent-orders-hd{
      padding-left: 16px;
      height: 50px;
      color: #212121;
      font-size: 16px;
      line-height: 50px;
      background-color: #fff;
    }
    table{
      th,td{
        padding: 13px 15px ;
        border-left: 0px !important;
        border-right: 0px !important;
      }
      th{
        border-width: 0 0 1px;
      }
      tr:hover{
        background-color: #F8F9FA;
      }
      .recent-item{
        width: 40px;
        height: 40px;
      }
      .rect-mang{
        text-align: end !important;
        font-family: 14px;
        font-weight: 400;
       a{
        color: steelblue;
       }
      }
      
    }
    
  }
  /******************user address ************************/
  .user-address-dash{
    .table-responsive{
      padding: 20px;
      background-color: #fff;
    }
    table{
     
      font-size: 12px;
      th{
       
        background: #fafafa;
        color: #757575;
        text-align: left;
        font-weight: 400;
        padding-left: 20px;
      }
      .add-wrap{
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
        padding: 16px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
    
      }
    }
    .address-tag {
      background-color: #f9634b;
      color: white;
      font-size: 12px;
      padding: 3px 8px;
      border-radius: 10px;
      margin-right: 5px;
    }
    .address-actions a {
      color: #0da3c9;
      text-decoration: none;
      margin-left: 5px;
    }
    .default-tags {
      font-size: 12px;
      color: #666;
    }
    .btn{
      background-color: var(--secondbrand-color);
      padding: 15px 45px;
      color: #fff;
      border: 0px;
      border-radius: 0px;
      &:hover{
        background-color:var(--mainbrand-color);
      }
    }
    
  }
  /************user-profile-dash******************/
  .user-profile-dash{
    .profile-label {
      font-weight: 500;
      font-size: 14px;
      color: #333;
      margin-bottom: 10px;
    }

    .profile-value {
      font-size: 14px;
      margin-bottom: 10px;
      color: #9e9e9e;
    }
    .profile-email{
      margin-bottom: 10px;
    }
    .profile-box {
      background-color: #ffffff;
      padding: 30px;
    }

    .btn {
      background-color: var(--secondbrand-color);
      padding: 15px 35px;
      width: 100%;
      color: #fff;
      border: 0px;
      border-radius: 0px;
    }
    .profile-btn a{
      color: #fff;
      &:hover{
        color: #fff;
      }
    }
    .profile-btn:hover {
      background-color:var(--mainbrand-color);
    }
  }

  /************user-payment-dash**************/
  .user-payment-dash{
     margin-bottom: 20px;

    .payment-empty {
      background-color: #fff;
      padding: 220px 20px;
      text-align: center;
      border-radius: 6px;
      border: 1px solid #e0e0e0;
    }

    .payment-empty i {
      font-size: 48px;
      color: #ccc;
      margin-bottom: 10px;
    }

    .payment-empty p {
      color: #888;
      font-size: 16px;
      margin-top: 10px;
    }
  }
  .user-rect-dash-product{
    .similar-product-main{
      display: grid;
      grid-template-columns: repeat(5, 20%);
    }
  }
  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #b8b8b8 !important;
}

.user-wishlist-content{
  .seller-name{
    border-bottom: 1px solid #eee ;
    padding-top: 10px;
  }
  .wishlist-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    flex-wrap: nowrap;
  }

  .wishlist-image {
    flex: 0 0 115px;
  }

  .wishlist-image img {
    width: 60px;
    height: auto;
  }

  .wishlist-content {
    flex: 2;
    overflow: hidden;
  }

  .wishlist-content .title {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wishlist-content .desc {
    font-size: 12px;
    color: #777;
  }

  .wishlist-content .trash {
    
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
    a{
      color: #888;
    }
  }

  .wishlist-price-info {
    flex: 1;
    text-align: left;
  }

  .wishlist-price-info .price {
    color: #f57224;
    font-weight: bold;
    font-size: 14px;
  }

  .wishlist-price-info .old {
    text-decoration: line-through;
    font-size: 12px;
    color: #888;
  }

  .wishlist-price-info .discount {
    font-size: 12px;
    color: #888;
  }

  .wishlist-action {
    flex: 0 0 auto;
  }

  .wishlist-action .btn-cart {
    font-size: 16px;
    padding: 6px 10px;
  }
 
}
@media (max-width: 576px) {
  .user-wishlist-content{
    .wishlist-row {
      flex-wrap: nowrap;
    }
  
    .wishlist-content .title {
      font-size: 13px;
    }
  
    .wishlist-price-info {
      text-align: right;
    }
  
    .wishlist-action {
      text-align: right;
    }
  }
}
.o-item{
  background-color: #fff;
  margin-bottom: 12px;  
  .user-o-title{   
    padding: 0px 20px;
    border-bottom: 1px solid #9e9e9e;
    .seller-name{
      font-weight: bold;
    }
    .o-status{
      background-color: #EFF0F4;
      border-radius: 5px;
      padding: 2px 10px;
      font-size: 11px;
    }
  }
  .o-body{
    display: grid;
    grid-template-columns: 10% 40% 20% 20%;
    background-color: #fff;
    padding: 24px 10px;
    /* line-height: 19px; */
    font-size: 14px;

    .o-img{
      width: 70px;
      height: auto;
      margin: auto;
    }
    .o-name{
      .o-attribute{
        color: #757575;
      }
    }
    .o-price{

    }
    .o-qty{
      color: #757575;
      span{
        color: #000;
      }
    }
  }
}
.rect-img{
  width: 70px;
  height: 60px;
  img{
    width:70px;
    height: 60px;
  }
}