.btn--secondary, .btn--primary {
  font-family: DIN,sans-serif;
  text-transform: none;
}

.compare-stats {
  text-transform: none;
}

.cart_button  {
  background-color: transparent;
}

.cart_button:hover  {
  background-color: #f15f14;
}

// ==== Navigation Bar Fixes - CK
.menu-link_arrow svg {
    fill: white;
}

.header-inner .menu-item {
    font-size: 16px;
}

/* make the quiz banner show underneath the support button */

#privy-container #privy-inner-container .privy-bar-container {
	z-index: 10 !important;
}