.jor-facett-straight-wrapper {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.jor-facett-straight-item-wrapper {
  display: flex;

  /*border: dotted 1px rebeccapurple;*/
}

.jor-facett-item {
  /*border: dashed 1px seagreen;*/
}
.jor-facett-item-0 {
  flex-grow: 2;
}
.jor-facett-item-1 {
  flex-grow: 2;
}
.jor-facett-item-2 {
  flex-grow: 1;
}
.jor-facett-item-3 {
  flex-grow: 1;
}
.jor-facett-item-4 {
  flex-grow: 1;
}
.jor-facett-item-5 {
  flex-grow: 1;
}
.jor-facett-item-6 {
  flex-grow: 1;
}
.jor-facett-item-x {
  flex-grow: 1;
  padding-top: 1.6em;
}

button.jor-facett-item__select-button {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #cdcdcd;
  text-align: left;
  padding: 0.2em 1.5em 0.2em 0.8em;
  font-size: 0.95em;
  position: relative;
  min-width: 209px;
}

.jor-facett-item__select-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0dd";
  position: absolute;
  right: 0.5em;
  color: #4d4d4d;
}

.jor-facett-item__select-button.active::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d8";
  position: absolute;
  right: 0.5em;
  top: 6px;
  color: #4d4d4d;
}

.jor-facett-item__dropdown-menu {
  background-color: #fff;
  border: solid 1px #cdcdcd;
  padding: 0.5em;
  min-width: 230px;
  position: absolute;
  display: none;
}
.jor-facett-item__dropdown-menu.active {
  display: block;
  z-index: 1;
}

p.jor-facet-name__margin-top {
  margin-top: 2em;
}

[data-reset-button] {
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  right: 0.7rem;
  font-size: 150%;
  background: none;
  border: none;
  color: #aaa;
  min-width: auto !important;
  border-radius: 0;
}

[data-searchbox] {
  width: 100%;
  padding-right: 3em !important;
}

.jor-search-box-wrapper {
  max-width: 760px;
}

.jor-search-box-wrapper input {
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
  border: 0;
}
.jor-search-box {
  position: relative;
}
.jor-search-box {
  position: relative;
}

/* Normalläget i desktop */
@media screen and (min-width: 1101px) {
}

/* Mindre dator/surfplatta*/
@media screen and (max-width: 1100px) and (min-width: 701px) {
  .jor-facett-straight-item-wrapper {
    flex-wrap: wrap;
  }
  .jor-facett-item {
    flex: 46%;
  }
}

/* Stormobil */
@media screen and (max-width: 700px) {
  .jor-facett-straight-item-wrapper {
    flex-direction: column;
  }
  .jor-facett-item {
    flex-grow: 1;
  }
  p.jor-facet-name__margin-top {
    margin-top: 1em;
  }
  ul {
    margin-bottom: 0;
  }
}
