/* Results */

#ic-results {
  position: relative;
}
#ic-resultsList {
  position: relative;
}

#ic-areaBanner > article,
#ic-contentMore {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px 40px;
}
#ic-contentMore {
  padding: 0 20px 100px;
}
#ic-areaBanner h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 10px;
}
#ic-areaBanner h3 {
  font-family: "Open Sans";
  color: #fff;
  font-weight: 300;
}

/* META */
#ic-areaMeta {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
#ic-areaIntro h1 {
  font-size: 2em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#ic-areaIntro h2 {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 300;
}
#ic-areaIntro h2,
#ic-areaIntro h3,
#ic-areaIntro h4,
#ic-areaIntro h5 {
  font-family: "Open Sans";
}
.ic-resultsMeta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 6rem;
}
.wrap-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}
#ic-resultsInfo {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.ic-resultsMeta#ic-metaBottom {
  margin-bottom: 0;
  margin-top: 4rem;
}

.ic-resultsMeta h1 {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.196px;
  text-transform: initial;
}
.ic-resultsMeta h1 span {
  display: block;
}
.ic-resultsMeta .ic-orderBy {
  min-width: 220px;
  border: 1px solid #0094df;
  background: #0094df;
}
.ic-resultsMeta .ic-orderBy .options {
  width: 100%;
}
.ic-resultsMeta .ic-orderBy .option.selected {
  display: none;
}

.ic-resultsMeta h5 {
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.02em;
}
.ic-resultsMeta .ic-pagination {
}

#ic-areaIntro span:empty + button {
  display: none;
}

#ic-results.ic-recomProps #ic-page {
  display: block;
  max-width: 760px;
  padding: 30px 20px 10px;
  text-align: center;
}
#ic-results.ic-recomProps h1 {
  text-align: center;
}

#ic-results.ic-shortlistPage .ic-resultsMeta > article {
  flex: 1 100%;
  max-width: 100%;
}
#ic-results.ic-shortlistPage h1 {
  margin-bottom: 0;
}
#ic-favShareList {
  flex: 1 80%;
  max-width: calc(100% - 300px);
}
#ic-favShareList h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  line-height: 1;
  margin: 0;
}
#ic-favShareList a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px 9px;
  font-size: 1.2em;
  line-height: 1;
}

/* RWD */
@media only screen and (max-width: 600px) {
  .ic-resultsMeta h1 span {
    display: inline-block;
  }
}
