/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

ul.account-links li.messages-count {
  position: relative;
  vertical-align: top;
  text-align: left;
}

ul.account-links li.messages-count a {
  text-decoration: none;
  border: none 0;
}

ul.account-links li.messages-count a:hover {
  border-bottom: 0 none;
}

ul.account-links li.messages-count a:hover svg path {
  fill: #1cb5fc;
}

ul.account-links li.messages-count a:hover span {
  color: #1cb5fc;
}

ul.account-links li.messages-count svg {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle !important;
}

ul.account-links li.messages-count svg path {
  fill: #b9b9b9;
}

ul.account-links li.messages-count span {
  color: #386eaf;
}
