.accent-color {
  color: #f8f6f4 !important;
}

.primary-bg {
  background: #000000 !important;
}

.primary-bg-dark {
  background: black !important;
}

.highlighter {
  color: #f8f6f4 !important;
}

.accent-svg-fill {
  fill: #f8f6f4 !important;
}

.accent-border {
  border-color: #f8f6f4 !important;
}

.accent-border-light-40 {
  border-color: white !important;
}

.selected button {
  border-color: #f8f6f4 !important;
}

.accent-bg-gradient {
  background: linear-gradient(135deg, #f8f6f4 0%, #eee9e4 100%) !important;
}

.accent-bg {
  background: #f8f6f4 !important;
}

.accent-bg-light {
  background: white !important;
}

.selected button {
  background: #f8f6f4 !important;
}

.accent-hover:hover {
  background: #f8f6f4 !important;
}

.accent-color-hover:hover {
  color: #f8f6f4 !important;
}

.accent-color-hover-darken:hover, .accent-color-hover-darken:active {
  color: #eee9e4 !important;
}

.accent-shadow-light {
  box-shadow: 0 0px 28px -9px #f8f6f4 !important;
}

.accent-shadow-dark {
  box-shadow: 0 0px 50px -8px #f8f6f4 !important;
}

.accent-bg-light-1 {
  background: rgba(248, 246, 244, 0.1) !important;
}

.accent-button {
  color: #dad0c5 !important;
  border-color: #dad0c5 !important;
  background-color: white !important;
  transition: 0.5s all ease;
}

.action-button:hover {
  color: #d6cbbf !important;
  border-color: #d6cbbf !important;
  background-color: white !important;
  opacity: 0.9;
}

.payment-assets .pure-material-checkbox > input:checked + span::before, .payment-assets .pure-material-checkbox > input:indeterminate + span::before, .facet-main-container .material-checkbox > input:checked + span::before {
  border-color: #f8f6f4 !important;
  background-color: #f8f6f4 !important;
}

.payment-assets .pure-material-checkbox > span::before, .payment-assets .pure-material-radio > input:active + span::before, .payment-assets .pure-material-radio > input:checked + span::before {
  border-color: #f8f6f4 !important;
}

.payment-assets .pure-material-checkbox > input:checked, .payment-assets .pure-material-checkbox > input:indeterminate, .payment-assets .pure-material-radio > span::after, .payment-assets .pure-material-radio > input:checked {
  background-color: #f8f6f4;
}

.payment-assets .pure-material-radio > span::before {
  border-color: #d9d9d9;
}

.payment-assets .pure-material-checkbox > input {
  background-color: rgba(248, 246, 244, 0.4);
}

.selectize-dropdown .active {
  background-color: rgba(248, 246, 244, 0.05);
}