.widget-filters {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
}

ul.nav-filter {
    display: inline-block;
    padding: 0;
    margin: 0;
}

li.col-filter {
    margin: 5px 2px;
    display: inline-block;
}

.btn-filter {
    border: 1px solid #9B9B9B;
    background: transparent;
    padding: 7px 8px;
    border-radius: 30px;
}

.btn-filter svg {
    margin-left: 3px;
}

.widget-filters .dropdown-menu {
    margin-top: 6px !important;
    padding: 10px;
    border-color: #7AA0B7;
    border-radius: 10px;
}

.widget-filters .facetwp-checkbox {
    background-repeat: no-repeat;
    background-size: 26px;
    margin-bottom: 4px;
    padding-right: 32px;
    background-position: right;
    cursor: pointer;
}

.widget-filters .facetwp-checkbox {
    font-size: 14px;
    color: #000;
    font-family: "open sans";
    font-weight: 500;
    margin-bottom: 4px;
    background-position: right;
    cursor: pointer;
    background-color: #ACD8F3;
    background-image: none;
    border-radius: 4px;
    padding: 6px 8px;
    line-height: 16px;
}

.widget-filters .facetwp-counter {
    display: none;
}

.widget-filters .facetwp-facet {
    margin-bottom: 0px;
}

.ltaxo {
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 5px;
}
.laxe {
    border: 2px solid #ACD8F3;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 5px;
}

.widget-filters .facetwp-checkbox.checked {
    background-image: url(../images/close.png);
    background-color: #B2CADA;
}

.btn-submit {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
    padding: 8px 15px;
}

.facetwp-pager .facetwp-page {
    font-family: "BNPP Sans";
    font-size: 24px;
    color: #5E5E5E;
    margin: 0 7px;
}

.facetwp-pager .facetwp-page.next {
    padding: 15px 45px 15px 20px;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.facetwp-pager .facetwp-page.prev {
    padding: 16px 20px 15px 45px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: 10% center;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.facetwp-pager .facetwp-page.active {
    background: #000;
    color: #FFF;
    text-decoration: none;
    padding: 7px 22px;
    border-radius: 50px;
}

.facetwp-selections {
    margin-top: 10px;
}

.facetwp-selections ul {
    margin-bottom: 5px;
}

span.facetwp-selection-label {
    display: none;
}

.widget-filters .facetwp-selections .facetwp-selection-value {
    background-color: #ACD8F3;
    padding: 6px 35px 6px 12px;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    background-image: url(../images/close.png);
    background-size: 26px;
    cursor: pointer;
}
.facetwp-flyout.active{    
    width: 100%;
    z-index: 9999999999;
}
.flyout-item {
    display: none;
}

.flyout-row.expanded .flyout-item {
    display: block;
}

.flyout-row h3 {
    background-color: #fff;
    padding: 24px 16px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-family: "bnpp-square";
    font-weight: bold;
    border-bottom: 1px solid #999999;
}

.flyout-row.expanded h3 {
    background-color: #008859;
    color: #fff;
}

.flyout-row h3:after {
    content: "⌃";
    font-weight: normal;
    font-size: 0.8em;
    float: right;
}

.flyout-row.expanded h3:after {
    transform: rotate(180deg);
}

.flyout-item .facetwp-facet {
    margin: 0;
}
.flyout-item .facetwp-checkbox {
    background: url(../images/chechbox-off.png) 16px 50% no-repeat;
    padding: 20px 15px 20px 55px;
    border-bottom: 1px solid #CECECE;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 600;
}
.flyout-item .facetwp-checkbox.checked {
    background-image: url(../images/chechbox-on.png);
}
.flyout-mobile {
    background: #fff;
    border: none;
    width: 100%;
    padding: 22px 16px;
    border-radius: 10px;
}
.facetwp-type-search i.clear {
    position: absolute;
    right: 95px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    opacity: 0.3;
    width: 24px;
    height: 100%;
    background: transparent url(/wp-content/plugins/facetwp/assets/images/icon-close.png) 6px 50% no-repeat;
    background-size: 14px 14px;
}
.facetwp-type-search i.clear:hover {
    opacity: 0.8;
}
button.facetwp-search-submit, input.facetwp-autocomplete-update {
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-family: "BNPP Sans";
    border: none;
    padding: 6px 12px;
    line-height: 12px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.widget-filters .facetwp-facet.facetwp-facet-keywords input, input.facetwp-autocomplete {
    height: 41px;
    border: 1px solid #9B9B9B;
    background: transparent;
    border-radius: 30px;
    width: 220px;
}

.widget-filters .facetwp-facet.facetwp-facet-keywords input {
    padding: 7px 115px 7px 39px;
}

input.facetwp-autocomplete {
    padding: 7px 60px 7px 15px;
}

.facetwp-facet .facetwp-input-wrap input.facetwp-search {
    min-width: 220px;
}
.facetwp-facet-keywords .facetwp-icon {
    left: 10px;
    height: 100%;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    transform: rotate(90deg);
    opacity: 1;
    right: auto;
}

/* no clear icon  while the Search facet is loading */
/* and when an auto-refresh is running */
.facetwp-type-search .f-loading + input + i.clear,
.facetwp-type-search .loading + i.clear {
    display: none !important;
}
 
.facetwp-facet input.facetwp-search {
    padding-right: 54px;
}

.facetwp-type-autocomplete {
    position: relative;
}

.btn-bnpp:focus {
    outline: 1px solid black; 
    outline-offset: -1px;
}