@charset "UTF-8";
/* CSS Document */


/*pagina*/
/*.page-section.page-heading {padding: 0px; background: #555;}
.page-section.page-heading h1 {color:#fff;}*/
#main {background: #f5f5f5;}

form.searchandfilter > ul {
    margin-left: 0 !important;
}

/*Risultati*/
.search-filter-results {
    padding-bottom: 50px;
    display: inline-block;
    width:100%;
}
.search-filter-results img {
    border-radius: 50%;
}
.search-filter-results .filter-item {
    padding: 30px 30px 0px;
    text-align: center;
}
.esitoRisu {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    width:100%;
}

.filter-item a {position:relative; display:block; text-decoration: none;}
.filter-item a:hover {color:#000;}
.filter-item .postProd {
    position: absolute;
    display: block;
    padding: 0px 7px 2px;
    color: #474747;
    background: #dedede;
    font-size: 11px;
    font-style: italic;
    top: 8px;
    left: 1px;
    border-radius: 3px;
    transition: none;
    line-height: 1.8;
}
.filter-item .postProd.com {
    background-color: hsl(0, 0%, 72%);
}
.filter-item .postProd.act {
    background-color: hsl(0, 0%, 78%);
}
.filter-item .postProd.acc {
    background-color: hsl(0, 0%, 89%);
}


.filter-item:hover .postProd {font-style:normal; color:#444;}

.titoloProd {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 17.5px;
    line-height: 1.3;
    font-weight: 500;
    font-style: normal;
    color: #222;
}



/*Sidebar*/
#sidebar-filtri form.searchandfilter>ul>li {
    background: #fff;
    margin-top: 2px;
    padding: 7px 11px;
}
#sidebar-filtri ul {
    padding-left: 0;
} 
#sidebar-filtri form.searchandfilter>ul>li>ul>li {
    padding: 0;
	display: flex;
}
#sidebar-filtri .searchandfilter h4 {
    padding: 2px 1px;
    margin-bottom: 4px;
    line-height: 1;
}

#sidebar-filtri .chosen-container-single .chosen-single {
    border: none;
    background: #f5f5f5;
    box-shadow: none;
}
#sidebar-filtri .sf-field-search label,
#sidebar-filtri [data-sf-field-input-type="select"] label {
    width: 100%;
}

#sidebar-filtri .searchandfilter li[data-sf-field-input-type=checkbox] label,
#sidebar-filtri .searchandfilter li[data-sf-field-input-type=radio] label,
#sidebar-filtri .searchandfilter li[data-sf-field-input-type=range-radio] label,
#sidebar-filtri .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    max-width: 92%;
    margin-bottom: 10px;
    vertical-align: text-top;
    line-height: 1.5;
}

form.searchandfilter .chosen-container {
    width: 100% !important;
}
.ris-load {	
    font-size: 60px;
    text-align: center;
    display: block;
    margin-top:30px
}
 


/*Search filters*/

.search-filter-results .pagination{
display:none;
} 

input.sf-input-text, 
select.sf-input-select {
    width: 100%;
	background: #f5f5f5;
	border: none !important;
}


li.sf-field-post_type{
	position:relative;
}
li.sf-field-post_type::before {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    right: 9px;
    background: url(/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite@2x.png) 0 12px no-repeat;
    background-size: 52px;
    width: 20px;
    height: 40px;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 12px;
}


.sf-field-taxonomy-series .chosen-single, 
.sf-field-taxonomy-series .chosen-single > span {
    min-height: 40px;
    line-height: 40px;
}

span.mounting {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    right: 0;
	font-weight: 600;
    color: #fff;
    padding-top: 2px;
}
span.mounting.din {background:#ff4d9a; }
span.mounting.rear {background:#34a1f7; }
span.mounting.base {background:#4caf50; }
	
#risultati>div:not(.search-filter-scroll-loading) {
    min-height: 335px;
}
/*#risultati span.new.label {
    position: absolute;
    top: 38px;
    background: #111;
    left: 2px;
    padding: 5px;
}*/
	
#risultati span.new.label {
    position: absolute;
    top: 33px;
    background: #111;
    color: #fff;
    left: 2px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    padding: 3px 7px;
}

/*legenda in alto alle pagine cam switches*/	
i.rear::before, i.base::before, i.din::before {
	content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 25px;
    margin: 0 10px 0 5px;
	position:relative;
	top:2px;
}
i.rear::before { background: #34a1f7;}
i.base::before { background: #4caf50;}
i.din::before { background: #ff4d9a;}
	
i.rear, i.din, i.base { margin: 0 15px; }
	
	
/*/// MEDIA Q ///*/

@media (max-width:600px) {
    #risultati>div:not(.search-filter-scroll-loading) {
       min-height: 25vh;
       padding: 15px;
    }

    .search-filter-results .ris-load {
        display:
        none;
    }

}
@media (max-width:400px) {
    i.rear, i.din, i.base {
        width: 100px;
        display: block;
        margin-left: -11px;
    }
}	
	

