#matbakhna-note {
  width: 95%;
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  font-weight: bold;
  color: var(--successColor);
}

#categories-note {
  width: 95%;
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  font-weight: bold;
  color: var(--successColor);
}

#products-list-note {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* text-align: center; */
  margin: 0px auto;
  height: 30px;
  /* line-height: 35px; */
  font-size: 10px;
  color: var(--successColor);
  direction: rtl;
}

#category-name {
  color: var(--primary);
  font-weight: bold;
}
