  /*****************home css**********************/
  .c-active-link a {
    color: black;
  }
  
  .c-active-link::after {
    content: '';
    position: absolute;
    bottom: -5px; 
    left: 0;
    right: 0;
    height: 3px; /* Thickness of the bar */
    background-color: #fd983e; 
  }

  .home-nav-link-wrapper a{
    text-decoration: none;
  }


  /*****************profile css**********************/

 .profile-edit-save-btn a.btn_a1{
    text-decoration: none;
    border:2px solid #47170D;
    color:#47170D
  }

  .profile-edit-save-btn a.btn_a1:hover{
    text-decoration: none;
    border:2px solid #47170D;
    color:#47170D
  }

  .profile-edit-save-btn a.btn_a2{
     color:#FD983E;
    background: #47170D;
    border:1px solid #47170D
  }

  .profile-edit-save-btn a.btn_a2:hover{
     color:#FD983E;
    text-decoration: none;
    
  }

    /*****************new nav html css**********************/

  
  .new-nav-ul li a{
    text-decoration: none;
  }

  .new-nav-ul li a:hover{
    color:#47170D
  }

  /*****************nav html css**********************/

.order-now-btn a:hover{
  color:#fff  
  }

  .product-description-div-wrapper small{
  }

.pagination .page-item a{
  background: #47170D;
   color:#FD983E;
  border:1px solid #47170D
}

.faeye-icon{
  position: absolute;
  bottom: 20px;
  background: #E6AC2566;
  padding: 20px 1rem;
  top: 30px;
  height: 54px;
  border-bottom: 3px;
}


  /*****************auth modals html css**********************/

.singup-password-toggle-icon{
  position: absolute;
  bottom: 20px;
  background: #FFF4B9B2;
  height: 54px;
  top: 30px;
  padding: 1rem 0rem;
  width: 35px;
  text-align: center;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  right: 0px;
}

.table-striped.table-custom-striped tbody tr:nth-of-type(2n+1) {
  background-color: #FCF6F0;
  color: #47170D;
}


a.text-brand-orange-alt:hover{
  color:#ff7a00;
  text-decoration: none
}
