.facetwp-facet {
    margin:.4em 0;
}
.facetwp-facet.facetwp-type-search {
    margin: 0;
}
.facetwp-pager {
    text-align: center;
}
.facetwp-facet.facetwp-type-search  .facetwp-btn{display:none;}
.facetwp-facet.facetwp-type-number_range {
    margin-top: 0;
}
.facetwp-pager-label {
    display: inline-block;
    margin-right: 12px;
}

.facetwp-page {
display: inline-block;
    padding: .2em .65em;
    margin-right: 6px;
    cursor: pointer;
    font-weight: 500;
    color: #526e86;
    font-size: 1.222em;
    border-radius: 15px;
    border: 1px dashed transparent;
}
.facetwp-pager a.facetwp-page.next,.facetwp-pager a.facetwp-page.prev {
    font-size: .8em;
    color: #b7b7b7;
    font-family: 'Lato', sans-serif;
}
.facetwp-page.dots {
    cursor: default;
}

.facetwp-page.active,.facetwp-page:hover {
cursor: default;
    border: 1px dashed #a2d2c6;
}
.facetwp-page:hover{cursor:pointer;}

.facetwp-loading {
    width:20px;
    height:20px;
    background:url('../images/loading.png') no-repeat;
    background-size: 20px 20px;
    animation:spin 700ms infinite linear;
}

.facetwp-overlay {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.04);
    opacity: 0.89;
    z-index: 9;
}
.searchfilter .facetwp-overlay:first-child{
	width:20px;
	height:20px;
	background-color:transparent;
	background-image:url('../images/loading.png');
	background-repeat:no-repeat;
	background-size:20px 20px;
	-webkit-animation:spin 700ms infinite linear;
	-moz-animation:spin 700ms infinite linear;
	animation:spin 700ms infinite linear;
	opacity:1;
	margin: auto;
	right: 0;
	bottom: 0;
	z-index: 99;
	}
.facetwp-facet-price_range_new input.facetwp-number {
    height: 38px;
    border: none;
    margin-right: 1%;
    padding: 0 8px;
    font-size: .9em;
    display: inline-block;
    vertical-align: middle;
    width: 34%;

    background:#f1f1f1;
    text-transform: uppercase;
    font-weight: 400;
    color:#595959;
    line-height: 38px;
    border-radius: 50px!important;
}

.facetwp-facet-price_range_new  input.facetwp-submit {
    background: #e6cd79;
    text-transform: uppercase;
    font-weight: 400;
    color: #595959;
    height: 38px;
    line-height: 38px;
    border: none;
    padding: 0 2em;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    
    float: right;
    width: 30%;
    font-size: .92em;
}
.facetwp-facet-price_range_new  input.facetwp-submit:hover,.facetwp-facet-price_range_new  input.facetwp-submit:focus{background:#595959;color:#e6cd79;}
/* Checkboxes */
.facetwp-type-checkboxes .facetwp-depth {
    display: none;
}
.facetwp-facet.facetwp-facet-preowned .fs-dropdown .fs-options .fs-option:first-child {
    display: none;
}
.facetwp-type-checkboxes .facetwp-depth.visible {
    display: inherit;
}

.facetwp-checkbox {
    background: url('../images/checkbox.png') 0 50% no-repeat;
background-size: 14px 14px;
    margin-bottom: 6px;
    padding-left: 22px;
    cursor: pointer;
    color: #666;
    font-weight: normal;
    font-size: 0.83em;
    outline: none !important;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all ease .26s;
    -moz-transition: all ease .26s;
    transition: all ease .26s;
}
.fs-dropdown .subfilters {
    padding: 0 0 0 22px;
}

.facetwp-checkbox.checked {
    background-image: url('../images/checkbox-on.png');
}

.facetwp-checkbox.disabled,
.facetwp-radio.disabled {
    opacity: 0.4;
    cursor: default;
}

.facetwp-checkbox .facetwp-expand {
    float: right;
}

/* Radio */

.facetwp-radio {
    background: url('../images/radio.png') 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.facetwp-radio.checked {
    background-image: url('../images/radio-on.png');
}

/* Date range */

.flatpickr-clear {
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

/* fSelect */

.facetwp-type-fselect .fs-wrap,
.facetwp-type-fselect .fs-dropdown {
    width: 100%;
    outline: none !important;
   /* max-width: 290px; */
}

.facetwp-type-fselect .fs-wrap.fs-disabled .fs-option {
    opacity: 0.4;
    cursor: default;
}

.facetwp-type-fselect .fs-option .fs-option-label {
    white-space: nowrap;
}

.facetwp-type-fselect .fs-option.d1 .fs-option-label {
    padding-left: 20px;
}

.facetwp-type-fselect .fs-option.d2 .fs-option-label {
    padding-left: 40px;
}

.facetwp-type-fselect .fs-option.d3 .fs-option-label {
    padding-left: 60px;
}

/* Hierarchy */

.facetwp-depth {
    margin-left: 12px;
}

.facetwp-link {
    cursor: pointer;
}

.facetwp-link.checked {
    font-weight: bold;
    cursor: default;
}

.facetwp-toggle {
    cursor: pointer;
}

.facetwp-seo,
.facetwp-hidden {
    display: none;
}

/* Slider */

.facetwp-slider-wrap {
    padding-bottom: 13px;
}



/* Search */

.facetwp-search-wrap {
    position: relative;
}

.facetwp-search {
    padding: 11px 28px 11px 11px;
    border: none;
    font-size: 14px;
    width: 100%;
   /* max-width: 290px;*/
    margin: 0 0 .9em 0;
}
.fs-label-wrap span.facetwp-counter,span.facetwp-counter {
    
    font-weight: 300;font-family: 'Lato', sans-serif;
}
.facetwp-btn {
    top: 0;
    right: 5px;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
}

.facetwp-btn:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/icon-search.png') no-repeat;
    background-size:15px 15px;
}

/* Proximity */

.location-wrap {
    display: inline-block;
    position: relative;
}

input.facetwp-location {
    padding-right: 28px;
    min-width: 240px;
}

.location-results {
    position: absolute;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
    width: 100%;
}

.location-result {
    font-size: 11px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.location-result:hover {
    background-color: #f8f8f8;
}

.location-result.active {
    background-color: #EBF2FE;
}

.result-main {
    font-size: 13px;
    color: #222;
}

.locate-me {
    top: 50%;
    right: 5px;
    line-height: 1;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
}

.locate-me:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/icon-locate.png') no-repeat;
    background-size: 20px 20px;
}

.locate-me.f-loading:before {
    background: url('../images/loading.png') no-repeat;
    background-size: 20px 20px;
    animation: spin 700ms infinite linear;
}

.locate-me.f-reset:before {
    background: url('../images/icon-close.png') no-repeat;
    background-size: 20px 20px;
}

/* Rating */

.facetwp-stars {
    float: left;
    line-height: 1;
    padding-right: 4px;
    user-select: none;
}

.facetwp-star {
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}

.facetwp-star:hover,
.facetwp-star:hover ~ .facetwp-star,
.facetwp-star.selected,
.facetwp-star.selected ~ .facetwp-star {
    color: #000;
}

.facetwp-star.selected:hover,
.facetwp-star.selected:hover ~ .facetwp-star {
    color: red;
}


.searchfilter {
     /*background:#f1e7c1;
     margin:.6em 0 0 0;*/
    padding: 0;
    
}

.searchfilter h3 {
    color: #595959;
    font-weight: 500;
    margin: 0 0 1em 0;
}

/* CSS animations */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Selections shortcode */

.facetwp-selections li {display: inline-block;line-height: 1;}
.facetwp-selections .facetwp-selection-value {display: inline-block;margin-right: 10px;cursor: pointer;padding-right: 16px;background-image: url('../images/icon-close.png');background-size: 12px 12px;background-repeat: no-repeat;background-position: right center;}

ul.tabs{margin:0px;padding:0px;float:left;width:100%;}
ul.tabs li{width:100%;float:left;color:#595959;cursor: pointer;position:relative;list-style-type:none;
    padding: .44em 2em .44em 0;
    text-transform:uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #494949;
    font-weight: 500;
    font-size: 17px;
    outline: none !important;
    font-family: 'Spartan', sans-serif!important;margin:0 0 .4em 0;}

ul.tabs li.current,ul.tabs li:hover{color:#c59d00;}

ul.tabs li:after{content:'\f067';font-family: 'FontAwesome';font-size: 19px;display: inline-block;vertical-align: middle;margin: 0 0 0 .4em;color: #595959;position:absolute;right:0;}
ul.tabs li.current:after{content:'\f068';}

.tab-content{display: none;padding: 2em 3em;background: #f1e7c1;border-right: 1px solid #e6cd79;border-bottom: 1px solid #e6cd79;border-left: 1px solid #e6cd79;}
.tab-content.current{display: inherit;}
.open-option  .fs-dropdown {display: block !important;}
.open-option .fs-label-wrap .fs-arrow {display: none;}

@media (max-width:767px){
ul.tabs{border-top:1px solid #e6cd79;border-left:1px solid #e6cd79;float:left;width:100%;display:block;}
ul.tabs li{display:block;width:33.33%;float:left;padding:1em .4em;border-top:none;border-right:1px solid #e6cd79;border-bottom:1px solid #e6cd79;}
	ul.tabs li:first-child{border-left:none;}	
.tab-content{float:left;width:100%;padding:1.5em;}
	
}