
  button.userMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 1.5rem !important;
    color: white;
  }
  @media only screen and (max-width: 992px) {
    button.userMenu {
      width: auto;
      padding: 0.25rem 0.25rem !important;
    } 
    span.items-in-cart {
      color: white !important;
    }
    .menu-cart-icon::before {
      content: "Cart ";
      color: white;
      font-family: "Ubuntu",sans-serif;
      font-weight: 300;
    }
    .userMenu.userMenuAnchor {
      margin-top: 10px;
      margin-bottom: 10px !important;
      width: auto;
      display: inline-block;
    }
    #userMenu.userMenu {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  
  .userMenu .fa-user {
    margin-right: 8px;
  } 
  .header .navbar-nav li:not(.btn) a.userMenuAnchor {
    padding: 0.25rem 1.5rem;
  }
  .userMenu.userMenuAnchor {
    color: white !important;
  }
  .text-white p {
    color: white !important;
  }
