#Search:hover > path
{
  fill: #009bff;
}

#tssCloseButton svg
{
  margin-top: 0.5rem;
  margin-right: 2em
}

#tssCloseButton:hover path
{
  stroke: #009bff !important;
}

@media (max-width: 1200px)
{
  
  #Search:active> path
  {
    fill="#009bff";
  }
  
  #tssCloseButton:hover path
  {
    stroke: #009bff !important;
  }
}

/* WEB-1195 changes */
.sr-navbar .navbar-nav .nav-link .tss-my-account-link, .tss-my-account-link{
  text-decoration: underline !important;
  font-weight: normal;
  font-style: normal;
  color: #008BFF !important;
  font-weight: 600 !important;
}

.tss-my-account-link a{
  color: #008BFF !important;
}

.tss-my-account-link:hover{
  filter: brightness(1.25) !important;
}