.filter-widget {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem; }
  .filter-widget__multiselect {
    width: 100%; }
  .filter-widget__select {
    width: 100%;
    margin: 0;
    border: 0;
    appearance: none; }
    .filter-widget__select:focus {
      outline: 1px solid #cf000d; }
  .filter-widget .vsb-main button {
    max-height: none;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 64rem) {
      .filter-widget .vsb-main button {
        font-size: 20px;
        font-size: 1.25rem; } }
    .filter-widget .vsb-main button[style] {
      background: transparent !important; }
    .filter-widget .vsb-main button .title {
      font-size: inherit;
      color: inherit;
      font-weight: inherit; }
    .filter-widget .vsb-main button .caret[style] {
      margin-top: 4px !important;
      right: 1.5rem !important; }
    .filter-widget .vsb-main button .caret:before {
      width: 10px;
      height: 10px;
      top: 0;
      left: 0; }
  .filter-widget__button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #cf000d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    min-height: 2.875rem;
    padding: 0.25rem 2rem;
    transition: color 300ms ease, background-color 300ms ease;
    font-size: 1.125rem;
    cursor: pointer;
    padding: 0 0.5rem;
    margin-left: auto; }
    .filter-widget__button:focus {
      outline: 1px solid #000; }
    .filter-widget__button:hover {
      background-color: #b6000b;
      color: #fff; }
    .filter-widget__button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }
    @media screen and (min-width: 22.5rem) {
      .filter-widget__button {
        padding: 0 1rem; } }
    @media screen and (min-width: 30rem) {
      .filter-widget__button {
        padding: 0 2rem; } }

.filter-widget__section {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box;
  max-width: 34.375rem;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 48rem) {
    .filter-widget__section {
      margin: -1rem auto 6.25rem; } }

/*# sourceMappingURL=filter-widget.css.map */