.ec-headerNav .ec-headerNav__itemIcon {
  margin-bottom: 5px;
  width: 29px;
  height: 35px;
}

.ec-headerNav .login-text {
  font-family: 'Futura', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
}

.ec-headerNav .clb-customer-registration {
  width: 25px;
  height: 34px;
  margin-bottom: 5px;
}

.ec-headerNav .clb-icon-favorite {
  width: 30px;
  height: 25px;
}


@media screen and (max-width: 767px) {
  .ec-headerNav .ec-headerNav__itemIcon {
    width: 27px;
    height: 33px;
  }

  .ec-headerNav .clb-customer-registration {
    width: 25px;
    height: 41px;
  }

  .ec-headerNav .clb-icon-favorite {
    width: 29px;
    height: 24px;
  }
}
