/* body {
    margin-bottom: 0px !important;
} */
:root {
  --ltn__color-6: #ceefdc !important;
  --ltn__color-7: #00ab4d !important;
}

.bg-overlay-theme-05:before {
  background: #ceefdc !important;
}

.apartments-info-list-new {
  float: inherit !important;
  padding-right: 10px !important;
}

.spanPlanHouse {
  float: right !important;
}

.menu-flag-icon {
  max-width: 20px !important;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge {
  display: inline-block;
  min-width: 16px; /* pixel unit */
  padding: 5px 5px; /* pixel unit */
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: #fff;
}

.heightimg {
  height: 264px;
}

.myheight {
  height: 440px;
}

.apartments-plan-info,
.apartments-plan-img {
  margin-bottom: 0px !important;
}

.pb-70 {
  padding-bottom: 0px !important;
}

.mb-100 {
  margin-bottom: 70px !~important;
}

.fontSizeViewHouse {
  font-size: 13px !important;
}

.ltn__category-item-5 a {
  padding: 20px 20px 20px !important;
}

.paddingViewHouse {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.sectionTitleViewHouse {
  font-size: 35px !important;
}

.slick-slide img {
  display: inherit !important;
}

.ltn__author-widget-inner img {
  margin-bottom: 20px !important;
  object-fit: cover;
}

img.newheightimg {
  height: 650px !important;
}

.apartments-plan-img {
  display: flex !important;
  justify-content: center !important;
}

.lang span.lang-txt {
  color: transparent !important;
}

.translate_wrapper {
  position: inherit !important;
  display: contents;
  align-items: center;
  justify-content: center;
}

.ltn__main-menu > ul {
  align-items: center !important;
}

.lang span.lang-txt {
  position: absolute !important;
}

.lang {
  padding: 8px 0px !important;
  display: flex;
  align-items: center !important;
}

.footer-links {
  list-style-type: none;
}

.footer-links-li {
  display: inline;
  list-style-type: none;
}

.card {
  display: flex;
}

.card-body {
  border-top-width: 2px;
  border-top-color: rgb(128, 128, 128);
  border-top-style: solid;
  border-radius: 1;
  color: rgb(128, 128, 128);
  text-align: center;
}

.card-img-top {
  height: 10vw;
  max-width: auto;
  max-height: auto;
  object-fit: cover;
}

#js-search-form {
  width: 100%;
  display: flex;
}

#js-search-form .select2-container {
  flex-grow: 1;
}

#js-search-form .select2-search--inline,
.filter-section .select2-search.select2-search--inline {
  margin-top: 0;
}

#js-search-form .btn-primary {
  border-radius: 0 4px 4px 0;
}

#js-search-form .select2-selection {
  border-radius: 4px 0 0 4px;
}

#js-search-form
  .select2-container--default.select2-container--focus
  .select2-selection--multiple,
.filter-section
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #b61519 !important;
}

#js-search-form .select2-selection__choice,
.filter-section
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #b61519 !important;
  border-color: #b61519 !important;
  font-size: 0.85rem;
}

.min-w-max {
  min-width: max-content;
}

/* GALLERY FILTERS */

.filters form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.filters {
  display: none;
}

.filters.active {
  display: block;
}

.filters .filters-actions {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 1em 0;
}

.filter-section {
  display: flex;
  flex-direction: column;
}

.filter-section p {
  margin: 0.25em;
}

.filter-section .filter-options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: flex-start;
  margin: 0;
}

.filter-section .filter-options-item {
  margin-top: 0;
  padding: 0.25em 0.5em;
  border-radius: 0.5rem;
  font-size: 1.2rem;
}
.filter-section .filter-options-item.picked {
  background-color: #ff0000;
  color: #fff;
}

.filter-section .range-input {
  display: flex;
  flex-direction: row;
  /*gap: 1em;*/
}

.filter-color-item {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #333;
}

.filter-color-item.picked {
  height: 2rem;
}

.filter-color-item a {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-container {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.filter-head-toggle .btn {
  display: flex;
  gap: 1em;
  align-items: center;
}

.filter-head-toggle .btn.active i {
  transform: rotate(180deg);
}

@media screen and (min-width: 1300px) {
  .filters {
    display: block;
  }

  .gallery-container {
    flex-direction: row-reverse;
    position: relative;
    align-items: flex-start;
  }

  .art-content {
    flex-grow: 1;
  }

  .filters {
    width: 20%;
    position: sticky;
    top: 2em;
  }

  .filter-head-toggle {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}

.container .pagination .page-item .page-link,
.container .pagination .page-item.active {
  background-color: #fff;
}

.container .pagination .page-item.active .page-link {
  background-color: #ff0000;
}

.container .pagination .page-item:not(.active) .page-link:hover {
  color: #b61519;
}

.nav-item .dropdown-toggle {
  background-color: transparent;
  padding-bottom: 0.6em;
}

.nav-item .dropdown-toggle::after {
  vertical-align: unset;
}

.nav-item .dropdown .dropdown-menu .dropdown-item:hover {
  color: #b61519;
}

.language-switcher {
  position: absolute;
  top: 0;
  right: 0;
  min-width: max-content;
  font-size: 0.9rem;
}

.language-list {
  list-style: none;
  display: flex;
  gap: 0.5rem;
}

.language-list li {
  margin: 0;
}

.language-list a {
  padding: 0.25em 0.5em;
}

.language-list a.picked {
  background: #a1a1a1;
  color: #fff;
}
