.showHidePwd {
  cursor: pointer;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

@media(max-width: 991px) {
  html.sticky-header-active .header-nav-features-cart-big {
    top: 0px !important;
    right: 0px;
    position: absolute;
  }

  html.sticky-header-active #linkCartBag + .header-nav-features-dropdown {
    right: 60px;
  }

  html.sticky-header-active #header .header-nav-features .header-nav-features-dropdown:before {
    display: none;
  }
}

#header .header-nav-features .header-nav-features-user .actions .btn {
  min-width: 0;
}