/* FacetWP */

.facetwp-facet {
    margin: 0 !important;
}

.product-filter .facetwp-radio, .facetwp-checkbox, .product-filter .facetwp-dropdown {
    background: none!important;
    background-image: none!important;
    margin-bottom: 0!important;
    display: inline-block;
    padding: 3px 1em!important;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Paytone One';
    border: none !important;
    color: white;
}

.product-filter .facetwp-radio:first-child {
    display: none;
}

.product-filter .facetwp-radio.checked, .facetwp-checkbox.checked {
    background-color: var(--e-global-color-accent) !important;
    color: black;
}

.product-filter .facetwp-counter {
    font-family: sans-serif;
    font-size: 10px;
    padding-left: 3px;
}

.elementor-element .facet-reset {
        position: absolute;
    right: 0;
    height: 100%;
}

.elementor-element .facet-reset > div {
    height: 100%;
    display: table;
}


.product-filter .elementor-button.wpfacet-reset {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: var(--e-global-color-3591c28) !important;
    display: table-cell;
    padding: 0.5em 1em;
    vertical-align: middle;
}


.product-filter .elementor-button.wpfacet-reset:hover {
    border: none;
    background-color: transparent;
}

.product-search .facetwp-facet input.facetwp-search {
    background: white;
    border-color: #86d;
    border-radius: 6px;
    color: #6f6f6f;
    font-family: 'Raleway';
    width: 100%;
    padding: 11px 16px !important;
    min-width: 325px;
}

.product-search .facetwp-icon {
    display: none;
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
    width: 100%;
}

.facetwp-input-wrap {
    display: block !important;
}

/* Game Search FacetWP */

.games-search .facetwp-icon {
    right: 10px;
}

.games-search .facetwp-facet input.facetwp-search {
	border-radius: 25px;
    border: none;
    background-color: #eceeef;
    padding: 0.8em 1.5em;
}

.games-search .facetwp-facet input.facetwp-search:focus {
    outline-color: #828282;
    outline-style: dotted;
}