.custom-content {
  position: relative;
  min-height: 1px;
}

.custom-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .custom-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -18px;
    margin-right: -18px;
  }
  .custom-sidebar {
    margin: 0 auto;
    padding: 0 18px;
    max-width: 254px;
    min-width: 254px;
    width: 254px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .custom-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 18px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-structure {
    margin-left: -18px;
    margin-right: -18px;
  }
  .custom-content {
    padding: 0 18px;
    width: 100%;
  }
}
.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
  border: 1px solid #E6E6E6;
  height: 32px;
  min-width: 46%;
}
.sort label {
  color: #504845;
  font-size: 14px;
}
.sort .form-select {
  padding: 0 10px;
  width: 100%;
  height: 32px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" fill="none"><path fill="%23292220" d="M6.003 6.756a.66.66 0 0 1-.47-.2L.188 1.085a.7.7 0 0 1-.139-.2A.7.7 0 0 1 0 .634.64.64 0 0 1 .304.084.64.64 0 0 1 .629 0q.262 0 .449.18L6.37 5.589h-.74l5.292-5.41a.64.64 0 0 1 .45-.179q.18 0 .317.083a.6.6 0 0 1 .228.228.64.64 0 0 1 .083.325q0 .255-.187.442L6.466 6.556a.65.65 0 0 1-.214.152.7.7 0 0 1-.249.048"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  font-family: "IBM Plex Serif", serif;
}
.sort .form-select::-webkit-input-placeholder {
  color: #fff;
}
.sort .form-select::-moz-placeholder {
  color: #fff;
}
.sort .form-select:-ms-input-placeholder {
  color: #fff;
}
.sort .form-select::-ms-input-placeholder {
  color: #fff;
}
.sort .form-select::placeholder {
  color: #fff;
}
.sort .first-selected {
  font-weight: 400;
}
@media (min-width: 992px) {
  .sort {
    padding-left: 20px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .sort .form-select {
    padding: 0 24px 0 16px;
  }
}

.filter-selection {
  margin: 3px 0;
}
.filter-selection a {
  display: inline-block;
  margin: 3px 8px 3px 0;
  padding: 0 34px 0 12px;
  height: 32px;
  background: #E6E6E6 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="%23fc6a13" d="M9 18a8.8 8.8 0 0 1-3.5-.7 9.1 9.1 0 0 1-4.8-4.81A8.8 8.8 0 0 1 0 9q0-1.857.7-3.49A9.106 9.106 0 0 1 5.5.7 8.8 8.8 0 0 1 9 0q1.858 0 3.49.7a9 9 0 0 1 2.863 1.938A9.1 9.1 0 0 1 17.29 5.51 8.7 8.7 0 0 1 18 9a8.7 8.7 0 0 1-.709 3.49 9.2 9.2 0 0 1-1.938 2.872A9 9 0 0 1 12.49 17.3 8.8 8.8 0 0 1 9 18m-3.024-5.393q.252 0 .43-.18L9 9.827l2.602 2.602q.17.18.422.18a.53.53 0 0 0 .404-.171.55.55 0 0 0 .17-.404.53.53 0 0 0-.17-.413L9.817 9.01l2.62-2.611q.17-.18.17-.422a.52.52 0 0 0-.17-.395.53.53 0 0 0-.404-.17q-.233 0-.404.18L9 8.2 6.389 5.6a.58.58 0 0 0-.413-.17q-.242 0-.413.161a.54.54 0 0 0-.161.395q0 .233.17.413l2.62 2.611-2.62 2.611a.58.58 0 0 0-.009.817q.171.17.413.17"/></svg>') no-repeat right 8px center;
  color: #484240;
  font-size: 14px;
  line-height: 32px;
}
.filter-selection a:hover {
  color: #000;
}

.filter-option {
  margin-bottom: 10px;
}
.filter-option .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 17px;
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
}
.filter-option .more svg {
  margin-bottom: -5px;
  width: 15px;
  height: 15px;
}
.filter-option .more:not(.collapsed) svg {
  margin-top: -8px;
  margin-bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-option .form-control {
  padding: 0 24px 0 16px;
  width: 100%;
  height: 36px;
  background: #F4F4F4;
  border: none;
  font-size: 15px;
  line-height: 36px;
}
.filter-option .form-control::-webkit-input-placeholder {
  color: #000;
}
.filter-option .form-control::-moz-placeholder {
  color: #000;
}
.filter-option .form-control:-ms-input-placeholder {
  color: #000;
}
.filter-option .form-control::-ms-input-placeholder {
  color: #000;
}
.filter-option .form-control::placeholder {
  color: #000;
}
.filter-option .form-select {
  padding: 0 24px 0 16px;
  height: 36px;
  background: #F4F4F4;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" fill="none"><path fill="%23292220" d="M6.003 6.756a.66.66 0 0 1-.47-.2L.188 1.085a.7.7 0 0 1-.139-.2A.7.7 0 0 1 0 .634.64.64 0 0 1 .304.084.64.64 0 0 1 .629 0q.262 0 .449.18L6.37 5.589h-.74l5.292-5.41a.64.64 0 0 1 .45-.179q.18 0 .317.083a.6.6 0 0 1 .228.228.64.64 0 0 1 .083.325q0 .255-.187.442L6.466 6.556a.65.65 0 0 1-.214.152.7.7 0 0 1-.249.048"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 15px;
  line-height: 36px;
}
.filter-option .form-select::-webkit-input-placeholder {
  color: #000;
}
.filter-option .form-select::-moz-placeholder {
  color: #000;
}
.filter-option .form-select:-ms-input-placeholder {
  color: #000;
}
.filter-option .form-select::-ms-input-placeholder {
  color: #000;
}
.filter-option .form-select::placeholder {
  color: #000;
}
.filter-option .form-check.custom-check {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filter-option .form-check.custom-check .form-check-input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.filter-option .form-check.custom-check .form-check-input:checked + .form-check-label {
  padding: 0 13px;
  border: 1px solid #FC6A13;
  background: #fff;
  color: #FC6A13;
  font-weight: 400;
}
.filter-option .form-check.custom-check .form-check-label {
  display: inline-block;
  padding: 0 14px;
  width: 100%;
  height: 38px;
  background: #F4F4F4;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}
.filter-option .form-check-input {
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.filter-option .form-check-input[type=radio] {
  border-radius: 50%;
}
.filter-option .form-check-input:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="%23fc6a13" d="M2.599 16q-1.29 0-1.945-.654Q0 14.7 0 13.428V2.58Q0 1.3.654.654 1.308 0 2.6 0h10.793q1.3 0 1.954.663.654.654.654 1.918v10.847q0 1.273-.654 1.918-.654.654-1.954.654zm4.437-3.73a.6.6 0 0 0 .31-.08.7.7 0 0 0 .247-.239L11.97 5.11q.062-.096.106-.212a.54.54 0 0 0 .053-.23.45.45 0 0 0-.177-.37.6.6 0 0 0-.389-.142q-.291 0-.486.31L7.01 10.907 4.924 8.345a.8.8 0 0 0-.248-.221.55.55 0 0 0-.265-.062.5.5 0 0 0-.38.168.56.56 0 0 0-.16.398q0 .114.045.23.044.105.124.212l2.404 2.881q.133.168.274.248.142.07.318.07"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-color: #FC6A13;
}
.filter-option .form-check-input:checked + .form-check-label {
  font-weight: 500;
}
.filter-option .form-check-label {
  white-space: nowrap;
}
.filter-option .btn-text {
  margin-top: 10px;
  padding: 0;
  border: none;
  background: transparent;
}
.filter-option .btn-text.collapsed b:last-child {
  display: none;
}
.filter-option .btn-text:not(.collapsed) b:last-child {
  display: inline-block;
}
.filter-option .btn-text:not(.collapsed) b:nth-last-of-type(2) {
  display: none;
}
.filter-option .btn-text:not(.collapsed) .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 992px) {
  .filter-option {
    margin-bottom: 24px;
  }
  .filter-option:not(:first-child) {
    padding-top: 6px;
    border-top: 1px solid #E6E6E6;
  }
  .filter-selection + .filter-option {
    padding-top: 0;
    border-top: none;
  }
  .filter-option .more + div {
    max-height: 400px;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #collapseFilters {
    display: block;
  }
}

#offcanvasFilters {
  height: 95%;
}
@media (min-width: 768px) {
  #offcanvasFilters {
    position: static;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    height: auto;
    background: transparent;
    border: none;
  }
}

.btn-filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  border: 1px solid #E6E6E6;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.btn-filters svg {
  margin-right: 8px;
  width: 20px;
  height: 10px;
}
.btn-filters .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0 8px;
  height: 22px;
  background: #FC6A13;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.page-title {
  color: #292220;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 32px;
    line-height: 1.26;
  }
}

.page-title-sec {
  color: #292220;
  font-size: 20px;
  line-height: 1.26;
}
.page-title-sec strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-title-sec {
    font-size: 28px;
    line-height: 1.45;
  }
}

.section {
  margin-bottom: 24px;
}
.section .section-title {
  color: #292220;
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 42px;
  }
}

.article-title {
  color: #292220;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
}
.article-title:hover {
  color: #6c757d;
}
@media (min-width: 1200px) {
  .article-title {
    font-size: 20px;
  }
}

.list-articles-border .article:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.list-articles-border .article-title {
  font-size: 17px;
  line-height: 1.32;
  font-family: "IBM Plex Serif", serif;
}
.list-articles-border .article-thumb .ratio {
  width: 106px;
  min-width: 106px;
  max-width: 106px;
}
@media (min-width: 768px) {
  .list-articles-border .article-thumb .ratio {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .list-articles-border .article.article-row {
    padding: 0 16px 24px !important;
  }
  .list-articles-border .article.article-row .article-thumb {
    padding-right: 0;
    border: none;
  }
}

.list-cols div[class^=col-] {
  margin-bottom: 0 !important;
}
.list-cols .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  border: 1px solid #e1e1e1;
}
.list-cols .card .label {
  position: absolute;
  bottom: 13px;
  left: 13px;
  padding: 0 8px;
  height: 21px;
  background: rgba(41, 34, 32, 0.5);
  color: #fff;
  font: 600 12px/22px "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bg-dark .list-cols .card {
  border: none;
  background: rgba(255, 255, 255, 0.1);
}
.list-cols .card.card-promoted {
  margin: -8px;
  height: calc(100% - 20px + 16px);
  border: 8px solid rgb(233, 232, 232);
  background: rgba(41, 34, 32, 0.1);
}
.list-cols .card.card-promoted .props hr {
  border-color: #D5D5D5;
}
.list-cols .ratio {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.carousel-s {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  width: 100%;
  max-width: 740px;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel-s.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel-s.dragging .carousel-track {
  -webkit-transition: none;
  transition: none;
}
.carousel-s .carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  /* translateX e setat din JS */
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.carousel-s .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
}
.carousel-s .carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.carousel-s .carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 62px;
  border: none;
  background: rgba(41, 34, 32, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, transform 0.2s;
  transition: background 0.2s, opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  opacity: 0.9;
}
.carousel-s .carousel-btn:hover {
  background: rgba(41, 34, 32, 0.8);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.08);
          transform: translateY(-50%) scale(1.08);
}
.carousel-s .carousel-btn:active {
  -webkit-transform: translateY(-50%) scale(0.96);
          transform: translateY(-50%) scale(0.96);
}
.carousel-s .carousel-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.carousel-s .carousel-btn.prev {
  left: 12px;
}
.carousel-s .carousel-btn.next {
  right: 12px;
}
.carousel-s .carousel-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.carousel-s .carousel-dots {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  z-index: 10;
}
.carousel-s .carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, transform 0.25s;
  transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.carousel-s .carousel-dot.active {
  background: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 16px;
  font-weight: 300;
}
.props a {
  color: #fc6a13;
}
.props .title {
  display: inline-block;
  color: #292220;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.44;
}
.props .title:hover {
  opacity: 0.7;
}
.props .zone {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.6;
}
.props .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.props .characteristics li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px 6px 0;
  height: 25px;
  font-size: 14px;
}
.props .characteristics li:not(.main) {
  padding: 0 10px;
  background: #F4F4F4;
}
.props .characteristics .icon {
  width: 18px;
  height: 18px;
}
.props .type {
  font-size: 12px;
  text-transform: uppercase;
}
.props .price {
  font-weight: 400;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
.props .firm {
  font-size: 13px;
}
.props hr {
  display: block;
  margin: 16px 0;
  width: 100%;
  border-color: #E6E6E6;
  border-top: none;
}
.bg-dark .props hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75rem;
  height: 40px;
  color: #292220;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.page-link:hover {
  z-index: 2;
  color: rgba(41, 34, 32, 0.5);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background: rgba(41, 34, 32, 0.5);
  color: #fff;
}
.page-item:first-child .page-link span,
.page-item:last-child .page-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-item.active .page-link {
  z-index: 3;
  background: #292220;
  color: #fff;
}

.page-item.disabled .page-link {
  opacity: 0.3;
}

.box-no-result {
  margin-bottom: 40px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.box-no-result .content-no-result {
  padding: 18% 0;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.box-no-result .icon {
  margin-bottom: 24px;
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.box-no-result strong {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 126%;
}