
/* Advanced Custom Theme */
.btn, .btn-dark, .btn-primary, button.btn-dark, button.btn-primary {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn:hover, .btn-dark:hover, .btn-primary:hover, button.btn-dark:hover, button.btn-primary:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-outline-dark, .btn-outline-primary {
  color: #000000 !important;
  border-color: #000000 !important;
  background: transparent !important;
}
.btn-outline-dark:hover, .btn-outline-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
a { color: #007bff !important; }
a:hover, a:focus { color: #0056b3 !important; }
nav.navbar, .navbar { background-color: #ffffff !important; }
nav.navbar *, .navbar * { color: #000000 !important; }
.product, .product-grid .product, .card { background-color: #f8f8f8 !important; border-radius: 2px !important; }
footer, .footer, .bg-dark { background-color: #343a40 !important; }
footer *, .footer * { color: #ffffff !important; }
.btn-success { background-color: #28a745 !important; border-color: #28a745 !important; }
.btn-success:hover { background-color: #28a745 !important; filter: brightness(0.9) !important; }
.alert-success, .badge-success, .bg-success { background-color: #28a745 !important; }
.text-success { color: #28a745 !important; }
.btn-danger { background-color: #dc3545 !important; border-color: #dc3545 !important; }
.btn-danger:hover { background-color: #dc3545 !important; filter: brightness(0.9) !important; }
.alert-danger, .badge-danger, .bg-danger { background-color: #dc3545 !important; }
.text-danger { color: #dc3545 !important; }
  