/*new filter*/

.checkbox-menu-filter-new {
	border:1px green solid;
}

/*/end new filter*/


.filter-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1008;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.filter-backdrop.fade {
  opacity: 0;
  display: none;
}

.filter-backdrop.show {
  opacity: 0.5;
}

.price-filter-check{
	position: absolute;
	padding:10px;
-webkit-box-shadow: 0px 0px 31px 2px rgba(10, 11, 11, 0.26);
-moz-box-shadow: 0px 0px 31px 2px rgba(10, 11, 11, 0.26);
box-shadow: 0px 0px 31px 2px rgba(10, 11, 11, 0.26);
}

.price-filter-check::before{
	content:"Фильтр";
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    bottom: 0px;
}

.price-filter-check-link{
	
}

.price-filter{
	position: fixed;
	left: -350px;
	top: 0;
	height: 100vh;
	width: 350px;
	border: 0px green solid;
	background-color: #ffffff;
	z-index: 1010;
	padding: 70px 20px 20px 20px;
	overflow: auto;
}

.price-filter-button-area {
	position: relative;
}

.price-filter-button-area button{
	display: block;
	width: 100%;
	margin: 10px 0px;
}

.price-filter-subfilter {
	border: 0px green solid;
	display: inline-block;
}

.price-filter-subfilter select{
font-size: 11px;
border: 1px solid #dedede;
}

.price-filter-item {
	padding: 20px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
margin:10px 0px;
overflow: auto;
min-height: 100px;
}

.price-filter-item-title {
	font-size: 16px;
	font-weight: 500;
	background-color:#f1f1f1;
	display: inline-block;
	padding: 5px;
}

.price-filter-item-list{
	height: 200px;
	overflow: auto;
	/*padding: 20px 0px;*/
}

.price-filter-item-list.all{
	height: auto;
	overflow: auto;
	/*padding: 20px 0px;*/
}

.price-filter-item-search {
	position: relative;
}

.price-filter-item-search-input {
	display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    /* background-color: #f8fafc; */
    border-radius: 1px 0 0 1px;
    border: 1px solid #dedede;
    outline: none;
    box-shadow: none!important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 10px;
}

.price-filter-item-search i{
	position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
}

.price-filter-item-search-input {
	width: 100%;
}

.price-filter-item-list-view {
	display: block;
	text-align: center;
	font-size: 11px;
	padding-top: 15px;
}

.summary-f-item-new {
	background-color: #dedede;
    padding: 1px 3px;
    margin: 3px 3px;
    font-weight: 500;
    font-size: 12px;
    float: left;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.summary-f-item-new-remove {
	padding-left:3px;
}

.summary-f-item-new-remove:hover {
	color:red;
}