.filters-container
{
    width: 100%;
    padding: 40px 8vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #E4E4E4;
}
.filters-container .wpgb-facet .wpgb-facet-title
{
    font-family: 'Sofia pro', sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    text-transform: uppercase;
}
.filters-container .wpgb-button.wpgb-reset
{
    font-family: 'Sofia pro', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    color: #001F71;
    background-color: transparent;
    padding: 0;
}
.filters-container .wpgb-button.wpgb-reset::before
{
    content: "";
    display: inline-flex;
    width: 16px;
    height: 1.7em;
    margin-right: 8px;
    vertical-align: bottom;
    transform-origin: center;
    background: url(../images/reset-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 3s cubic-bezier(0.35, 1.63, 0.53, 0.99) 0s;
}
.filters-container .wpgb-button.wpgb-reset:not(:disabled):hover::before
{
    transform: rotateZ(-360deg);
}
.filters-container .wpgb-button.wpgb-reset[disabled]
{
    opacity: 0.5;
}





.wpgb-content-1
{
    opacity: 1;
    transition: opacity 0.35s ease 0s;
}
.wpgb-content-1.wpgb-loading
{
    opacity: 0;
}

.filters-container
{
  background: white;
  margin-top: 17px;
}


@media screen and (max-width: 767px)
{
    .filters-container {
        flex-direction: column;
    }
}

.wpgb-facet-14
{
    background: #E4E4E4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpgb-load-more
{
    background-color: #E4E4E4 !important;
    color: black !important;
    margin: 1em 0 !important;
    text-transform: uppercase !important;
    font-family: 'Sofia pro', sans-serif;
    text-decoration: underline !important;
}
.wpgb-load-more.wpgb-loading
{
    text-decoration: none !important;
}

details summary::-webkit-details-marker {
    display: none;
}