/* =========================
   لینک‌ها – سرمه‌ای
   ========================= */
body a,
body a:link,
body a:visited {
  color: #1A237E !important;
  text-decoration: none !important;
}

body a:hover,
body a:focus {
  color: #3949AB !important;
  text-decoration: underline !important;
}


/* =========================
   همه دکمه‌ها – سرمه‌ای
   ========================= */
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a.btn {
  background-color: #1A237E !important;
  border-color: #1A237E !important;
  color: #ffffff !important;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
a.btn:hover {
  background-color: #283593 !important;
  border-color: #283593 !important;
}


/* =========================
   فقط دکمه سبد خرید – زرد
   ========================= */

/* دکمه افزودن به سبد در صفحه محصول */
button.add-to-cart,
.btn.add-to-cart,
#add-to-cart-or-refresh .btn-primary {
  background-color: #FFC107 !important;
  border-color: #FFC107 !important;
  color: #000 !important;
}

button.add-to-cart:hover,
.btn.add-to-cart:hover,
#add-to-cart-or-refresh .btn-primary:hover {
  background-color: #FFB300 !important;
  border-color: #FFB300 !important;
  color: #000 !important;

}