.summer.menu-item > a::after {
  width: auto;
  height: auto;
  transform: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 41, 107);
  padding-right: 5px;
  padding-left: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  content: " محبوب ";
  background-image: url('https://pishrovanseir.ir/wp-content/uploads/2024/08/pngtree-slice-of-watermelon-vector-illustration-png-image_12832331.png');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center left;
  border: none;
  font-size: 13px;
}

.spring.menu-item > a::after {
  width: auto;
  height: auto;
  transform: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 41, 107);
  padding-right: 5px;
  padding-left: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  content: "پربازدید";
  background-image: url('https://pishrovanseir.ir/wp-content/uploads/2024/01/10338015.png');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center left;
  border: none;
  font-size: 13px;
}