#accordion-filters {
  border: 1px solid #007934;
  border-top: none;
  display: inline-block;
  width: 100%;
  padding: 0 30px 30px 30px; }

.filters-holder {
  margin-bottom: 10rem; }
  @media only screen and (max-width: 1399px) {
    .filters-holder > div {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 5rem; } }
  .filters-holder h2 {
    font-size: 21px;
    color: #ffffff;
    border: 1px solid #F7921E;
    background-color: #F7921E;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0; }
  .filters-holder h5 button {
    color: #007934;
    font-size: 20px; }
    .filters-holder h5 button:after:hover {
      text-decoration: none; }
  .filters-holder label {
    border: none;
    font-size: 21px;
    font-weight: 300;
    color: #000000; }
  .filters-holder label {
    width: 100%; }
  .filters-holder .btn {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0; }
    .filters-holder .btn:hover {
      color: #007934;
      text-decoration: none; }
    .filters-holder .btn:visited {
      text-decoration: none; }
  .filters-holder .btn-link:focus, .filters-holder .btn-link.focus {
    text-decoration: none; }
  .filters-holder .btn[data-toggle="collapse"]:after {
    content: url(../images/up-arrow.png);
    /* "play" icon */
    position: absolute;
    line-height: 22px;
    right: 0px;
    top: 0;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .filters-holder .btn[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .filters-holder .container-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .filters-holder .container-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .filters-holder .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #262626; }
  .filters-holder .container-label:hover input ~ .checkmark {
    background-color: #eee; }
  .filters-holder .container-label input:checked ~ .checkmark,
  .filters-holder .container-label input.checked ~ .checkmark {
    background-color: #007934; }
  .filters-holder .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .filters-holder .container-label input:checked ~ .checkmark:after,
  .filters-holder .container-label input.checked ~ .checkmark:after {
    display: block; }
  .filters-holder .container-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .filters-holder .collapsing {
    transition: height 0.6s; }
  .filters-holder .card {
    margin-top: 30px; }
  .filters-holder .card-body {
    padding: 40px 10px 40px 10px;
    border-bottom: 1px solid #000; }
  .filters-holder #clearFilters {
    width: 100%;
    background: #ffffff;
    border: 1px solid #F7921E;
    color: #F7921E;
    cursor: pointer;
    padding: 5px 0; }
    .filters-holder #clearFilters:hover {
      background: #F7921E;
      color: #ffffff; }
  .filters-holder #showResult {
    width: 100%;
    background: #F7921E;
    color: #ffffff;
    border: none;
    border: 1px solid #F7921E;
    cursor: pointer;
    padding: 5px 0;}
    .filters-holder #showResult:hover {
      background: #ffffff;
      color: #F7921E; }
  .filters-holder .merchant-holder h3 {
    background: #007934;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 10px; }
  .filters-holder .merchant-holder h4 {
    font-size: 17px;
    color: #007934;
    margin-bottom: 15px; }
  .filters-holder .merchant-holder h5 {
    font-size: 20px;
    color: #007934;
    font-weight: 700; }
  .filters-holder .merchant-holder p {
    margin-bottom: 30px;
    color: #888890; }
  .filters-holder .merchant-holder .btn {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 15px;
    white-space: normal; }
    .filters-holder .merchant-holder .btn:hover {
      color: #007934;
      text-decoration: none; }
    .filters-holder .merchant-holder .btn:visited {
      text-decoration: none; }
  .filters-holder .merchant-holder .btn-link:focus, .filters-holder .merchant-holder .btn-link.focus {
    text-decoration: none; }
  .filters-holder .merchant-holder .btn[data-toggle="collapse"]:after {
    content: url(../images/merchants/minus.png);
    /* "play" icon */
    position: absolute;
    line-height: 22px;
    right: 0px;
    top: 13px; }
  .filters-holder .merchant-holder .btn[data-toggle="collapse"].collapsed:after {
    content: url(../images/merchants/plus.png);
    /* "play" icon */
    position: absolute;
    line-height: 22px;
    right: 0px;
    top: 20px; }
  .filters-holder .merchant-holder img {
    margin-bottom: 40px; }
  .filters-holder .merchant-holder .card {
    border-bottom: 1px solid #707070;
    margin: 0; }
  .filters-holder .merchant-holder .card-top {
    margin-left: 15px; }
  .filters-holder .merchant-holder .card-body {
    padding-left: 0;
    padding-top: 10px;
    padding-right: 0; }
  .filters-holder .merchant-holder .installments {
    background: #EDEDED;
    padding: 15px; }
    .filters-holder .merchant-holder .installments span {
      font-size: 18px;
      color: #D0D0D0;
      font-weight: 300; }
      .filters-holder .merchant-holder .installments span.active {
        color: #F7921E;
        font-weight: 500; }

@media (min-width: 1400px) {
  .container {
    max-width: 1650px; } }



.month-range-slider .ui-slider-horizontal {
  height: 5px;
}

.month-range-slider .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  color:#fff;
  background: #F7921E;
  border: none;
  margin-top: -3px;
  border-radius: 0;
}

.month-range-slider .ui-widget-header{
  background: #F7921E;
}

.month-range-slider .ui-widget-content {
  border: 1px solid #dedede;
  background: #dedede;
}

.month-range-slider #custom-handle_min span,
.month-range-slider #custom-handle_max span{
  position: absolute;
  margin-top: 15px;
  width: 30px;
  left: -6px;
  text-align: center;
  font-size: 20px;
  color: #4D4D4D;
}
