.shootz-prooduct-filter-btn {
    text-transform: uppercase;
    color: #26244c;
    font-size: 22px;
}
.shootz-prooduct-filter-btn .uk-icon svg{
    width: 24px;
    height: 24px;
}
.shootz-prooduct-filter-btn:hover {
    color: rgba(241, 93, 44, 0.91);
}
.pf-filter-option-list {
    list-style: none;
    padding: 0;
}
.pf-filter-option-list label {
    cursor: pointer;
}
.pf-filter-title .curr-val {
    font-size: 14px;
    display: inline-block;
    background: #e6e6e6;
    padding: 5px 10px;
    margin: 0;
}

.shootz-ajax-result {
    position: relative;
}
.shootz-ajax-result-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

.shootz-ajax-result-overlay .overlay-inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.shootz-ajax-result-overlay .overlay-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}