.floor-plants-hubdb{
  scroll-margin-top:160px;
}
{#******* FILTERS *******#}
.hubdb__filters{
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
  gap:20px;
}
.hubdb__filter-field{
  flex: 1 1 160px;
}
.hubdb__filter-field input,
.hubdb__filter-field select{
  padding: 8px 12px;
  width:100%;
  height: 50px;
  border-radius: 2px;
  border: 1px solid var(--primary);
  font-weight:700;
  color: var(--complementary2);
}
.hubdb__filter-field input:focus,
.hubdb__filter-field select:focus{
  outline:none;
}
.hubdb__filter-field select option{
  font-weight:700;
}
.hubdb__filter-field select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.470894 1.66577L3.98518 5.18006C4.01083 5.20739 4.04181 5.22917 4.07621 5.24406C4.11061 5.25896 4.1477 5.26664 4.18518 5.26664C4.22266 5.26664 4.25975 5.25896 4.29415 5.24406C4.32855 5.22917 4.35953 5.20739 4.38518 5.18006L7.89947 1.66577' stroke='%233D3D3D' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
}
.hubdb__filter-field input::placeholder,{
  color: var(--tertiary);
}
.hubdb__filter-field input[type="checkbox"],
.hubdb__filter-field input[type="radio"]{
  display: block;
}
.hubdb__filter-field.hubdb--sort select{
  color:var(--complementary);
  border:2px solid var(--complementary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.470894 1.66577L3.98518 5.18006C4.01083 5.20739 4.04181 5.22917 4.07621 5.24406C4.11061 5.25896 4.1477 5.26664 4.18518 5.26664C4.22266 5.26664 4.25975 5.25896 4.29415 5.24406C4.32855 5.22917 4.35953 5.20739 4.38518 5.18006L7.89947 1.66577' stroke='%23CE3162' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hubdb__filter-field label{
  display: block;
}
.hubdb__filter-field--multiselect:not(.hubdb--SELECT){
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hubdb__filter--checkbox-subfield{
  text-align: center;
  margin: 0 10px;
}
.hubdb__filter--checkbox-subfield label{
  display: block;
}
.hubdb__filter-subfield{
  margin: 10px;
}
.hubdb__not-found-results{
  color:var(--complementary);
  width:100%;
  text-align:center;
}
.hubdb__information .hubdb__card-button.button {
  margin: unset;
  display: inline-block;
  text-transform:uppercase;
  margin-bottom:8px;
}
.floor-plants-hubdb .hubdb__load-more{
  display: none;
}
.hubdb__load-more.button.button--active {
  display: flex;
  justify-content: center;
  margin: 64px auto 32px;
  width: fit-content;
}

{#******* PAGINATION *******#}
.hubdb__pagination{
  margin: 64px auto 32px;
  text-align: center;
  width: fit-content;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.hubdb__pagination-container{
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hubdb__button-prev,
.hubdb__button-next{
  pointer-events: none;
  cursor: initial;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  opacity:0.6;
  text-decoration:none;
  background-color:transparent;
  border: 1px solid var(--primary);
}
.hubdb__button-prev.button--active,
.hubdb__button-next.button--active{
  pointer-events: initial;
  cursor: pointer;
  opacity:0.95;
}
.hubdb__button-prev:hover,
.hubdb__button-next:hover{
  opacity:1;
}
.hubdb--pagination-hide .hubdb__button-prev,
.hubdb--pagination-hide .hubdb__button-next{
  display:none;
  transition: all .3s ease;
}
.hubdb__button-prev{
  left: -32px;
}
.hubdb__button-next{
  right: -32px;
}
.hubdb__button-page {
  width:40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration:none;
  transition: all .3s ease;
  font-size:13px;
}
.hubdb__button-page--active{
  pointer-events:none;
}
.hubdb__button-page:hover{
  text-decoration:none;
}


{#******* CARD GENERAL*******#}
.floor-plants-hubdb__container{
  margin: 64px auto 44px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.floor-plants-hubdb__card{
  background: #FFF;
  overflow:hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floor-plants-hubdb__name-container{
  padding: 10px 15px;
  height:100%;
}

.floor-plants-hubdb__name,
.floor-plants-hubdb__properties,
.floor-plants-hubdb__model-city,
.floor-plants-hubdb__address{
  margin:0;
}
.floor-plants-hubdb__featured-image{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.floor-plants-hubdb__content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
  background-color: rgba(0, 0, 0, 0.67);
  opacity: 0;
  position: relative;
  transition: all .5s ease;
  min-height: 212px;
}
.floor-plants-hubdb__card:hover .floor-plants-hubdb__content{
  opacity: 1;
}
.hubdb--hide{
  display:none;
}

{#*************** MEDIA QUERYS ***************#}
@media screen and (max-width: 992px){
  .hubdb__filters{
    flex-wrap: wrap;
    align-items: center;
  }
  .hubdb__filter-field{
    width:48%;
  }
}
@media(max-width:765px){
  .hubdb__filter-field{
    width:100%;
  }
  .floor-plants-hubdb__container{
    max-width:290px;
  }
}
