/*------------------------------------------------------------------------*/
/*------------- Put CSS to overwrite User Accounts CSS here  -------------*/
/*------------------------------------------------------------------------*/

@media all and (min-width: 701px){
   .accountsTopBar {
    display: none;
} 
}


@media all and (max-width:700px) {
  .accountsTopBar .container a {
  font-weight: 500;
   letter-spacing: .03em;
  }

  .accountsTopBar .container .accountsSection {
   display: none;
  }

  .accountsTopBar .container .viewCartSection {
   width: 100%;
  }

   .accountsTopBar {
  background:rgba(var(--opacityColor),.85);
    backdrop-filter: blur(12px);
  }
}