/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
.navbar .btn {
  border-width: 2px !important;
}

.currency-selector select {
  padding: 0.5rem 1rem;
  border: 2px solid #ccc;
}

.navbar .nav-item .nav-link.active,
.navbar .nav-item .btn.active {
  border: 2px solid var(--bs-primary);
  background-color: rgba(13, 110, 253, 0.1); /* Light blue background */
  font-weight: bold;
}