
/* Luxara v2.7.18 global interaction color normalization. */
:root,
body,
body[class*="elementor-kit-"] {
  --e-global-color-accent: #171713 !important;
  --e-global-color-primary: #171713;
  --luxara-global-interaction: #171713;
}

body .elementor-button:hover,
body .elementor-button:focus,
body .wp-element-button:hover,
body .wp-element-button:focus,
body .woocommerce a.button:hover,
body .woocommerce a.button:focus,
body .woocommerce button.button:hover,
body .woocommerce button.button:focus,
body .woocommerce input.button:hover,
body .woocommerce input.button:focus,
body .woocommerce #respond input#submit:hover,
body .woocommerce #respond input#submit:focus {
  border-color: var(--luxara-global-interaction) !important;
  background-color: var(--luxara-global-interaction) !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Icon, filter, close, rating and navigation controls must never inherit the old pink button hover. */
body .luxara-review-star-picker button:hover,
body .luxara-review-star-picker button:focus,
body .luxara-review-modal-close:hover,
body .luxara-review-modal-close:focus,
body .luxara-review-filter:hover,
body .luxara-review-filter:focus,
body .luxara-icon-button:hover,
body .luxara-icon-button:focus,
body .luxara-mega-toggle:hover,
body .luxara-mega-toggle:focus,
body .luxara-submenu-toggle:hover,
body .luxara-submenu-toggle:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
