/* default local */

:root {
    --theme-primary-color: #0072bd;
    --theme-primary-color-hover: #1183ce;
    --theme-secondary-color: #cdd3df;
    --theme-secondary-color-hover: #dee4f0;

    --theme-support-color: #ea7132;
    --theme-support-color-hover: #fb8243;

    --theme-menu-background-hover: #f2f8fc;
    --theme-text-color: #000000;
    --theme-background-color: #e9e9e9;
    --theme-color-white: #ffffff;
    --theme-color-white-hover: #f6f6f6;
    --theme-color-black: #000000;
    --theme-color-black-hover: #090909;
    --theme-line-color: #e3e2e1;
    --theme-primary-font-family: 'Roboto', sans-serif;
    --theme-primary-font-size: 13px;
    --theme-primary-line-height: 24px;
    --theme-content-max-width: 1600px;
    --theme-content-horizontal-padding: 20px;
    --theme-background-gradient: linear-gradient(to bottom right, rgba(0,114,189,0.95), rgba(0,0,0,0.75), rgba(0,0,0,0.55));
    --theme-icon-font: whitelabel-icons;
}

/* Disable any AJAX loading overlays/spinners for filters */
#amasty-shopby-overlay,
.amshopby-overlay-block,
.amshopby-loader,
#gcc-ajax-overlay,
#gcc-ajax-overlay-filter {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.amshopby-overlay-block {
    pointer-events: none !important;
}

/* Remove loading indicator on Amasty "Apply Filters" button */
.am-show-button > .am-items.-loading {
    background: none !important;
    width: auto !important;
    height: auto !important;
}
