/**handles:Bang-css-chosen**/
.elementor-widget-toolset-view .wpv-filter-form .form-group .chosen-container {
  height: 50px;
  width: 245px !important;
}


.elementor-widget-toolset-view .wpv-filter-form .form-group .chosen-container.chosen-with-drop .chosen-drop .chosen-results .active-result {
  color: #000;
}

.elementor-widget-toolset-view .wpv-filter-form .form-group .chosen-container.chosen-with-drop .chosen-drop .chosen-results .active-result.result-selected,
.elementor-widget-toolset-view .wpv-filter-form .form-group .chosen-container.chosen-with-drop .chosen-drop .chosen-results .active-result.highlighted {
  color: #fff;
  background-color:#ECB842;
}

@media only screen and (max-width: 1100px) {
  .elementor-widget-toolset-view .wpv-filter-form .form-group .chosen-container {
    width: 235px !important;
  }
}

@media only screen and (max-width: 1024px) {

  .elementor-widget-toolset-view .wpv-filter-form .form-group .chosen-container {
    max-width: none;
    width: 281px !important;
    display: inline-block;
    margin: 0 1em 30px !important;
    vertical-align: top;
  }
  .elementor-widget-toolset-view .wpv-filter-form .form-group .chosen-container:first-of-type {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 700px) {
  .elementor-widget-toolset-view .wpv-filter-form .form-group .chosen-container {
    width: 350px !important;
  }
}
.chosen-container {
  font-size: 16px;
}
.chosen-container.chosen-container-single .chosen-single {
  background-image: none;
  background: transparent;
  height: 50px!important;
  border: 1px solid #ECB842;
  box-shadow: none !important;
  padding: 10px;
  color: #000;
  border-radius: 0px;
  line-height: 28px;
}

.chosen-container.chosen-container-single .chosen-single:after {
  content: "";
  background: url(https://sagedecision.com/wp-content/themes/astra-bang/icones/down-button.svg) no-repeat;
  position: absolute;
  top: 17px;
  right: 18px;
  font-weight: 800;
  height: 15px;
  width: 15px;
}

.chosen-container.chosen-container-single .chosen-single b {
  display: none !important;
}

.chosen-container.chosen-container-single .chosen-single:active {
  background-image: none;
  background: #fff;
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-single:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-drop {
  border: none !important;
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-drop .chosen-results {
  padding: 0px;
  margin: 0px;
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-drop .chosen-results .active-result {
  padding: 10px;
  color: #A1A1A1;
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-drop .chosen-results .active-result.result-selected,
.chosen-container.chosen-container-single.chosen-with-drop .chosen-drop .chosen-results .active-result.highlighted {
 background-color: #fff;
  background-image: none;
  color: #fff;
  color: #0274be;
}