﻿
/* Malli: @include icon($facebook)*/
body .listing-show-more-button {
  text-decoration: none !important;
  cursor: pointer;
  border-style: solid !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s !important;
  vertical-align: middle;
  box-sizing: border-box;
  outline: 0;
  text-shadow: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  background-size: 100%;
  position: relative;
  z-index: 100;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0rem;
  text-transform: initial;
  color: #ffffff !important;
  justify-content: center !important;
  text-align: center;
  background-color: transparent !important;
  background-image: linear-gradient(to right, #678e7c, #5491a3) !important;
  border-width: 0rem !important;
  border-color: #283941 !important;
  border-radius: 2.5rem !important;
  min-width: initial;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin: 0.9375rem 0 0.9375rem 0;
}
body .listing-show-more-button:before {
  transition: all 0.2s !important;
}
body .listing-show-more-button::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: all 0.2s !important;
  border-radius: inherit;
}
body .listing-show-more-button:hover, body .listing-show-more-button:active, body .listing-show-more-button:focus {
  text-decoration: none !important;
}
body .listing-show-more-button:hover::after, body .listing-show-more-button:active::after, body .listing-show-more-button:focus::after {
  opacity: 1;
}
body .listing-show-more-button:disabled {
  opacity: 0.7;
  cursor: default;
}
body .listing-show-more-button:disabled:hover::after, body .listing-show-more-button:disabled:active::after, body .listing-show-more-button:disabled:focus::after {
  opacity: 0;
}
body .listing-show-more-button::after {
  background-color: #283941 !important;
  background-image: linear-gradient(to right, #5491a3, #678e7c) !important;
}
body .listing-show-more-button:hover, body .listing-show-more-button:active, body .listing-show-more-button:focus {
  color: #ffffff !important;
  border-color: #283941 !important;
  background-color: transparent !important;
  background-image: linear-gradient(to right, #678e7c, #5491a3) !important;
}
body .listing-show-more-button.is-active {
  background-color: #283941 !important;
  background-image: linear-gradient(to right, #5491a3, #678e7c) !important;
  border-color: #283941 !important;
  color: #ffffff !important;
}
body .listing-show-more-button:disabled:hover, body .listing-show-more-button:disabled:active, body .listing-show-more-button:disabled:focus {
  color: #ffffff !important;
  background-color: transparent !important;
  background-image: linear-gradient(to right, #678e7c, #5491a3) !important;
  border-color: #283941 !important;
}
@media print, screen and (max-width: 63.99875em) {
  body .listing-show-more-button {
    padding-top: calc(0.875rem * 0.9);
    padding-bottom: calc(0.875rem * 0.9);
    padding-left: calc(1.875rem * 0.9);
    padding-right: calc(1.875rem * 0.9);
  }
}
@media print, screen and (max-width: 31.24875em) {
  body .listing-show-more-button {
    min-width: initial;
    padding-top: calc(0.875rem * 0.8);
    padding-bottom: calc(0.875rem * 0.8);
    padding-left: calc(1.875rem * 0.8);
    padding-right: calc(1.875rem * 0.8);
  }
}
body .listing-show-more-button {
  width: 100%;
  margin: 0;
  justify-content: center;
}
.listing-container.loading .listing-filters-wrapper {
  pointer-events: none;
}
.listing-filters-wrapper .listing-filters-left .listing-categories-info {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 47.99875em) {
  .listing-filters-wrapper .listing-filters-left .listing-categories-info {
    text-align: center;
    justify-content: center;
  }
}
.listing-filters-wrapper .listing-filters-right .listing-search-wrapper {
  max-width: 12.5rem;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .listing-filters-wrapper .listing-filters-right .listing-search-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.listing-filters-wrapper .listing-filters-right .listing-category-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9375rem;
  flex-wrap: wrap;
}
.listing-filters-wrapper .listing-filters-right .listing-category-select-wrapper .select2 {
  max-width: 12.5rem;
  margin-right: 0;
  margin-left: 0;
}
.listing-filters-wrapper .listing-filters-right .listing-category-select-wrapper .listing-filters-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9375rem 0.46875rem;
}
@media print, screen and (max-width: 47.99875em) {
  .listing-filters-wrapper .listing-filters-right .listing-category-select-wrapper .listing-filters-wrapper {
    gap: 0.46875rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .listing-filters-wrapper .listing-filters-right .listing-category-select-wrapper .listing-filters-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .listing-filters-wrapper .listing-filters-right .listing-category-select-wrapper .select2 {
    max-width: 100%;
  }
}
.listing-filters-wrapper .listing-search-wrapper-full {
  position: relative;
  max-width: calc(33.3333% - 1.25rem);
  margin-left: auto;
}
@media print, screen and (max-width: 63.99875em) {
  .listing-filters-wrapper .listing-search-wrapper-full {
    max-width: 100%;
  }
}
.listing-filters-wrapper .listing-search-button {
  text-decoration: none;
  position: absolute;
  width: 2.875rem;
  height: 2.875rem;
  top: 0;
  right: 0;
  margin: 0;
}
.listing-filters-wrapper .listing-search-button:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.listing-filters-wrapper .listing-search-button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #5491a3;
  text-align: center;
  width: 2.875rem;
  font-size: 1rem;
}
.listing-filters-wrapper .listing-search-button:hover, .listing-filters-wrapper .listing-search-button:active, .listing-filters-wrapper .listing-search-button:focus {
  text-decoration: none;
}
.listing-filters-wrapper .listing-category-tabs-wrapper {
  margin-top: 1.875rem;
}
.listing-filters-wrapper .listing-category-tabs-wrapper:first-child {
  margin-top: 0;
}
.listing-filters-wrapper .listing-category-buttons-wrapper {
  margin-top: 1.875rem;
  text-align: center;
}
.listing-filters-wrapper .listing-category-buttons-wrapper:first-child {
  margin-top: 0;
}
.listing-filters-wrapper .listing-category-buttons-wrapper a {
  margin: 0 0.1875rem 0.5rem 0.1875rem;
}
.listing-filters-wrapper .listing-filters-bottom {
  border-top: 0.0625rem solid #737e83;
  margin-top: 0.9375rem;
  padding: 0.9375rem 0 0 0;
  align-items: center;
  display: flex;
}
.listing-filters-wrapper .listing-filters-bottom.hidden {
  display: none;
}
@media print, screen and (max-width: 47.99875em) {
  .listing-filters-wrapper .listing-filters-bottom {
    display: block;
  }
}
.listing-filters-wrapper .listing-filters-bottom .listing-selected-filter-choices {
  display: flex;
  flex-wrap: wrap;
  margin: -0.21875rem 1.65625rem -0.21875rem -0.21875rem;
}
.listing-filters-wrapper .listing-filters-bottom .listing-selected-filter-choices .listing-filter-choice {
  padding: 0.1875rem 0.3125rem 0.1875rem 0.625rem;
  margin: 0.21875rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.listing-filters-wrapper .listing-filters-bottom .listing-selected-filter-choices .listing-filter-choice last-child {
  margin: 0;
}
.listing-filters-wrapper .listing-filters-bottom .listing-selected-filter-choices .listing-filter-choice .remove {
  padding: 0.25rem 0.3125rem 0.3125rem 0.3125rem;
  margin-left: 0.1875rem;
  display: block;
  cursor: pointer;
}
.listing-filters-wrapper .listing-filters-bottom .listing-selected-filter-choices .listing-filter-choice .remove:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.listing-filters-wrapper .listing-filters-bottom .listing-selected-filter-choices .listing-filter-choice .remove:before {
  font-size: 0.4375rem;
  display: block;
}
.listing-filters-wrapper .listing-filters-bottom .listing-clear-selected-filter-choices {
  cursor: pointer;
}
@media print, screen and (max-width: 47.99875em) {
  .listing-filters-wrapper .listing-filters-bottom .listing-clear-selected-filter-choices {
    margin-top: 0.9375rem;
  }
}
.listing-bottom-wrapper {
  position: relative;
}
.listing-bottom-wrapper .listing-show-more-wrapper {
  display: none;
  text-align: center;
}
.listing-bottom-wrapper .listing-loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7.5rem 0;
}
.listing-bottom-wrapper .listing-loader-wrapper .listing-loader .hoyrymoottori-loader {
  margin: 0 auto;
  left: 0;
  right: 0;
}
