/*------------------------------------------------------------------------*/
/*------------- Put CSS to overwrite User Accounts CSS here  -------------*/
/*------------------------------------------------------------------------*/

@media all and (min-width:781px) {
    .accountsTopBar {
  background: var(--primary);
  color: var(--white);
      padding: 2px 5px;
}

  .accountsTopBar .container {
    max-width: none;
     z-index: 204;
    padding: 0 5px 0 15px;
   
  }


.accountsTopBar a,
.accountsTopBar .accountsSection a:not(:hover):before,
.accountsTopBar .accountsSection a:not(:hover):after{
  color: var(--white);
}


  .accountsTopBar .button:not(.iconOnly) {
    padding: .9em .7em;
    font-size: 1em;
    text-transform: revert;
    letter-spacing: 0;
     font-weight: 400;
  }





  .accountsTopBar a:hover,
.accountsTopBar .accountsSection a:hover:before,
.accountsTopBar .accountsSection a:hover:after{
  background: transparent;
    color: var(--white);
    /* background: var(--cta) */
  opacity: .5
}



  .accountsTopBar .iconOnly:hover {
    color: var(--white) !important;
    background: transparent !important;
    opacity: .5;
  }

  
  .accountsTopBar .accountsSection {
    display: none !important;
  }

    
}


@media all and (max-width: 780px) {
  .accountWrap {
    font-size: 0.9em;
  }
  .registerForm, .loginPopup {
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .registerForm {
    height: 90vh;
    padding-bottom: 70px;
  }


   #navToggleWrap .accountsWrap, #navToggleWrap .viewCartSection {
    display: none;
  }
  .accountsTopBar {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: rgba(var(--opacityColor),.8);
    backdrop-filter: blur(10px);
  }
  .accountsTopBar .container {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .accountsTopBar .container a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .accountsTopBar .container a:before {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
  }
  .accountsTopBar .container .accountEmail {
    display: none;
  }
  .accountsTopBar .container .viewCartSection {
    width: 33%;
    display: -ms-flexbox;
    display: flex;
  }
  .accountsTopBar .container .viewCartSection .container {
    margin: 0;
  }
  .accountsTopBar .container .accountsSection {
    width: 66%;
  }
  .accountsTopBar .container .accountsSection a {
    width: 50%;
  }
  .accountsTopBar .container #viewCart {
    width: 100%;
  }
  .enquiryForm.editAccount .checkoutDetails .checkoutDetailsRow.col3 input, .enquiryForm.editAccount .checkoutDetails .checkoutDetailsRow.col3 .select {
    width: 100%;
  }
  .enquiryForm.editAccount .checkoutDetails .checkoutDetailsRow.col3 input:first-child, .enquiryForm.editAccount .checkoutDetails .checkoutDetailsRow.col3 input:nth-child(2), .enquiryForm.editAccount .checkoutDetails .checkoutDetailsRow.col3 .select:first-child, .enquiryForm.editAccount .checkoutDetails .checkoutDetailsRow.col3 .select:nth-child(2) {
    margin-bottom: 0.6em;
  }
  .enquiryForm.editAccount .checkoutDetails .checkoutDetailsRow.col2 input {
    width: 100%;
  }
  .enquiryForm.editAccount .checkoutDetails .checkoutDetailsRow.col2 input:first-child {
    margin-bottom: 0.6em;
  }
  /* hide view cart btn in the navtoggle section */
  #navToggleWrap #viewCart {
    display: none;
  }
  .myAccount .siteBottom .container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .myAccount .siteBottom .container .sidebar {
    display: block;
    width: 100%;
  }
  .myAccount .siteBottom .container .sidebar .categoryMenu {
    text-align: center;
  }
}