#filters_controllers .container{
  border-bottom:1px solid #d9d9d9;
  padding-bottom:20px;
  min-height: 180px;
}
.father_content_filter{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container_filters_fixed{
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  padding: 10px 0px;
  max-width: 1140px;
}
.container_filters_fixed::before{
  position: absolute;
  top: 0px;
  background-color: #fff;
  width: 150vw;
  left: -50vw;
  content: "";
  height: 100%;
  display: block;
  box-shadow: 0px -1px 6px 0px #6f6f6f;
}
.father_filters{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.show_filters_applied{
  position: relative;
  width:100%;
  height: max-content;
  display: flex;
  align-items:center;
  flex-wrap: wrap;
  padding:7px 0px;
  border:none;
  border-radius: 5px;
  margin-top: 2px;
  opacity: 1;
  transition:all 0.3s ease;
}
.show_filters_applied:empty{
  padding: 0px 0px;
  transition:all 0.3s ease;
}
.show_filters_applied:before{
  content: "";
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  opacity:0.2;
}
.show_filters_applied:empty:after{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color:var(--color-main);
}
.optionSelected{
  position: relative;
  width:max-content;
  height: max-content;
  display: inline-flex;
  align-items:center;
  justify-content: center;
  padding:2px 12px;
  margin:5px 3px;
  border:1px solid var(--color-main);
  border-radius: 3px;
  user-select: none;
}
.optionSelected:before{
  content: "";
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color:var(--color-main);
  opacity:0.2;
}
.removeSelectedOption{
  position: relative;
  display:block;
  color:var(--color-main);
  margin-left:25px;
  cursor:pointer;
  font-weight: bold;
  padding-bottom:2px;
}
.item_menu_select[data-selected="true"]{
  color: #828A94;
  font-weight: bold;
  background: #C8C8C8;
}

.box_price_filter{
  position: relative;
  margin-left:25px;
  margin-bottom: 10px;
}
.show_current_values{
  width: 150px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
#slider-range{
  width: 85%;
  left: -3px;
  margin: 0 auto;
}
.ui-state-default{
  height: 20px !important;
  width: 20px !important;
  background-color: var(--color-main) !important;
  border:1px solid var(--color-main) !important;
  border-radius: 100% !important;
  cursor: grab !important;
}
.ui-state-default:active{
  cursor: grabbing !important;
}

.ui-slider-range{
  background-color: var(--color-main) !important;
  border:1px solid var(--color-main) !important;
}
.ui-slider{
  border:1px solid var(--color-main) !important;
}