/**
 * RBL-1548
 *
 * Bonuses geo-filter CSS
 */
/* line 7, ../sass/bonuses-geo-filter.scss */
.bonuses-geo-filters {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 15, ../sass/bonuses-geo-filter.scss */
.bonuses-geo-filters .button .fast-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 20, ../sass/bonuses-geo-filter.scss */
.bonuses-geo-filters .button .fast-text .bonuses-count {
  color: #999;
  margin: 0 5px;
}
/* line 26, ../sass/bonuses-geo-filter.scss */
.bonuses-geo-filters .button.active {
  border: 1px solid #268325;
}
/* line 29, ../sass/bonuses-geo-filter.scss */
.bonuses-geo-filters .button.active .fast-text {
  color: #268325;
}
@media (max-width: 500px) {
  /* line 38, ../sass/bonuses-geo-filter.scss */
  .bonuses-geo-filters.fast-links {
    max-height: unset;
  }
  /* line 41, ../sass/bonuses-geo-filter.scss */
  .bonuses-geo-filters.fast-links .fast-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* line 46, ../sass/bonuses-geo-filter.scss */
  .bonuses-geo-filters.fast-links .fast-links-wrapper .fast-link {
    margin: 5px 0;
    width: 100%;
    padding: 0;
  }
  /* line 51, ../sass/bonuses-geo-filter.scss */
  .bonuses-geo-filters.fast-links .fast-links-wrapper .fast-link a.button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
