.navUser {
  width: auto;
  padding: 0; }
  .navUser .navUser-section {
    display: flex;
    justify-content: end;
    gap: 4px; }
    .navUser .navUser-section li.navUser-item .navUser-action {
      min-width: 35px;
      height: 35px;
      padding: 0 5px;
      font-size: 14px;
      font-weight: normal;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px; }
      .navUser .navUser-section li.navUser-item .navUser-action:hover {
        background-color: #ffe3e5; }
    .navUser .navUser-section svg {
      height: 20px;
      width: 20px;
      stroke-width: 0; }
      .navUser .navUser-section svg:hover {
        cursor: pointer; }
    .navUser .navUser-section .cart-quantity {
      height: 16px;
      width: 16px;
      line-height: 16px; }
