.wpc-filter-product_cat input[type=radio]:checked + label > a {
    color: #bd121a;
}

.wpc-filter-product_cat input[type=radio]{
    display: none;
}

.scroll-loader {
    position: static;
    height: 5em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 9999;
  /*  background: rgba(0, 0, 0, 0.5);*/
}

ul.products.elementor-grid > div{
    display: none !important;
}

body .widget_wpc_filters_widget {
    background: transparent;
    border: 0px none;
    padding: 0;
}

.wpc-filters-scroll-container .wpc-filters-widget-wrapper {

    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: space-between;
}

.wpc-filters-scroll-container .wpc-filters-section {
    margin-bottom: 0em;
    background: #ffffff;
    padding: 0.5em 1em;
}

.wpc-instead-of-posts-found {
    display: none;
}

form.wpc-filter-search-form > div.wpc-search-field-wrapper > .wpc-search-field,
form.wpc-filter-range-form.wpc-form-has-slider > .wpc-filters-range-wrapper > .wpc-filters-range-column > input[type=number] {
    background: inherit;
    box-shadow: none;
    font-weight: normal;
}

form.wpc-filter-range-form.wpc-form-has-slider > .wpc-filters-range-wrapper > .wpc-filters-range-column > input[type=number]{
    padding: 3px;
}


body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
    border: 2px var(--tables-buttons-border-type, solid) var(--e-global-color-secondary);
    margin-right: 0.5em;
    color: var(--e-global-color-secondary);
}

body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover {
    border: 2px var(--tables-buttons-border-type, solid) var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a,
body .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a  {
    color: var(--e-global-color-secondary);
}

body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover,
body .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
body .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) table.woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a:hover{
    color: var(--e-global-color-primary);
}