
@media (min-width: 768px) {

  .wallet-div{
    justify-content: end ;
    display:flex;
  }

  .whb-header{
    margin-bottom:0px !important;
  }
}

@media (max-width: 479px) {

  .my-wallet-wiget i{
      font-size:8px !important;
  }
  .my-wallet-wiget button{
      font-size:8px !important;
  }
}
@media (max-width: 768px) {
  .my-wallet-wiget i{
    font-size:20px !important;
  }
  .my-wallet-wiget button{
    font-size:10px !important;
  }


  .wallet_ballance{
    display: none;
  }
  .wallet-div{
    justify-content: space-between ;
    display:flex;

  }
  .main-page-wrapper{
    padding-top:0px !important;
  }
}



.woocommerce-MyAccount-navigation-link--customer-logout{
  display: none !important;
}



.whb-general-header-inner{
  border:unset !important;
}

.customer-logout-link{
  display: none ;
}




.zammad-chat-button,.zammad-chat-header{
  background: #0c3c2a !important;
}

