/*------------------------------------------------------------------------*/
/*------------- Put CSS to overwrite User Accounts CSS here  -------------*/
/*------------------------------------------------------------------------*/

@media all and (min-width:781px) {
    .accountsTopBar {
  background: var(--white);
  color: var(--primaryDark);
}

.accountsTopBar a,
.accountsTopBar .accountsSection a:not(:hover):before,
.accountsTopBar .accountsSection a:not(:hover):after{
  color: var(--primaryDark);
}

    
}


@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: var(--opacity80);
  }
  .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;
  }
  .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;
  }
}