.ec-itemNav__nav {
  width: 100%;
}

.ec-itemNav__nav li {
  float: inherit;
  text-align: left;
}

.ec-itemNav__nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding-right: 4px;
  border-bottom: 1px solid #d9d9d9;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.18188 5L12.7273 10L8.18188 15' stroke='%23A2A2A2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 4px center;
}

.ec-itemNav__nav li:nth-child(1) a {
  border-top: 1px solid #d9d9d9;
}

.ec-itemNav__nav li a:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.18188 5L12.7273 10L8.18188 15' stroke='%23A2A2A2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 4px center;
}
