.bg-theme-1 {
  background: #f6f6f6;
}

.bg-theme-2 {
  background: #eaeaea;
}

.cat-nav-item:hover {
  background: #eaeaea;
}

.bg-theme-3 {
  background: #f0f0f0;
}

.bg-theme-4 {
  background: #e9e9e9;
}

.bg-theme-5 {
  background: #333436;
}

.bg-theme-6 {
  background: #1a1a1a;
}

.text-theme-1 {
  color: #f6f6f6;
}

.text-theme-2 {
  color: #eaeaea;
}

.text-theme-2:hover {
  color: black;
}

.text-theme-3 {
  color: #f0f0f0;
}

.text-theme-4 {
  color: #e9e9e9;
}

.text-theme-5 {
  color: #333436;
}

.text-theme-6 {
  color: #1a1a1a;
}

.btn-primary {
  background-color: #4d4c4b;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #161616;
  color: #ffffff;
}

.btn-primary-dis {
  background-color: #d2d2d2;
  color: #ffffff;
}

.btn-secondary {
  background-color: #f7f7f7;
  color: #000000;
}

.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000000;
}

.btn-success {
  background-color: #dff0d8;
  color: #468847;
}

.tns-nav-active {
  background-color: #4d4c4b;
}