.wallet-svg {
  display: none;
}

/* Phone view: hide text, show icon */
@media (max-width: 600px) {
    .scrollable.scrollY.svelte-18bax54{
        padding-top: 50px !important;
    }
    
  /*.sidebar.normal{*/
  /*    width: 0px !important;*/
  /*}*/
  
  .bannerbox {
    height: 12rem!important;
    /*background: azure;*/
  }
  
   .sliderbox {
      position: relative;
      width: 100%;
      max-width: 800px;
      height: 190px!important;
      margin: auto;
      overflow: hidden;
      border-radius: 2px;
    }
  .wallet-text {
    display: none !important;
  }

  .wallet-svg {
    display: inline !important;
  }
  
  
   .svelte-11q5oxu{
     width: 51px !important;
     display: none !important;
      
  }
  
  .balance-toggle.svelte-1o8ossz {
    margin-right: 0.1rem !important; 
}

.header-inner.svelte-1eekzjq:not(.is-mobile) {
     grid-template-columns: 0% 0% !important; 
     display: flex !important;
     flex-direction: column !important;
    
}

.header.svelte-1wgg2f0{
    width: 3rem !important;
}

/*.menu-button.svelte-1wgg2f0 {*/
/*    min-width: 2.75rem !important;*/
/*}*/
/*.content.svelte-11q5oxu.svelte-11q5oxu{*/
/*    width: 5rem !important;*/
/*    margin-left: -16px !important;*/
/*  }*/
  .gallery.scrollX.hide-scrollbar.svelte-1sz15py{
      grid-auto-columns: 33.33%!important;
  }
  .header-top {
    position: fixed !important;
}
  
}