html[data-theme-color="custom-color"] {
  --bs-body-color: #566593;
  --bs-heading-color: #808890;
  --bs-heading-color-rgb: 128, 136, 144;
  --bs-primary: #a5a5a5;
  --bs-secondary: #808890;
  --bs-light: #fff;
  --bs-primary-rgb: 165, 165, 165;
  --bs-secondary-rgb: 128, 136, 144;
  --bs-light-rgb: 255, 255, 255;
  --bs-primary-text-emphasis: #424242;
  --bs-secondary-text-emphasis: #33363a;
  --bs-light-text-emphasis: #666;
  --bs-primary-bg-subtle: #ededed;
  --bs-secondary-bg-subtle: #ededed;
  --bs-light-bg-subtle: #fff;
  --bs-primary-border-subtle: #ededed;
  --bs-secondary-border-subtle: #e6e7e9;
  --bs-light-border-subtle: #fff;
  --bs-primary-btn-hover-bg: #8c8c8c;
  --bs-primary-btn-hover-border-color: #8c8c8c;
  --bs-secondary-btn-hover-bg: #6d747a;
  --bs-secondary-btn-hover-border-color: #6d747a;
  --bs-light-btn-hover-bg: #d9d9d9;
  --bs-light-btn-hover-border-color: #d9d9d9;
}
html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.menu-item-has-children.active > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.sub-menu-down.active > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.menu-item-has-children:hover > a:after, html[data-theme-color="custom-color"] .site-header.style-2 .nav > li.sub-menu-down:hover > a:after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 0L7.69706 4.30294L12 6L7.69706 7.69706L6 12L4.30294 7.69706L0 6L4.30294 4.30294L6 0Z' fill='%2300BDE0'/></svg>");
}
