.product-card__normal-cart__btn button {
	background-color:silver
	!important;
	border-color:silver
	!important;
	color: #fff !important;
body {
  margin: 0;
  font-family: Arial, sans-serif;
  direction: rtl; /* بما إنك تكتب عربي */
}

.header {
  background-color: #333;
  color: white;
  padding: 15px;
  text-align: center;
}

.language-bar {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
}

.language-bar img {
  width: 30px;
  margin: 0 8px;
  cursor: pointer;
  transition: transform 0.2s;
}

.language-bar img:hover {
  transform: scale(1.1);
}