/* تغيير لون زرار الشراء لأخضر أغمق من واتساب */
.bg-skin-primary {
  background-color: #128C7E !important; /* أخضر أغمق من واتساب */
  border-color: #128C7E !important;
  color: #fff !important; /* الكتابة بيضا */
}

/* تأثير الهوفر */
.bg-skin-primary:hover {
  background-color: #0d6f63 !important; /* أغمق شوية عند الهوفر */
}
