/************************SEARCH*************************/

.containerx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}
 
.cardx {
  /*border: 1px solid #ccc;*/
  /*display: flex; /* Para que el contenido se alinee verticalmente */
  

}

.card-contentx{
  font-family: "DM Sans";
  color: #1e1d19;
  font-size: 14px;
}

.cardx h3{
    display: flex;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 10px;
    font-family: "DM Sans";
    text-transform: uppercase;
    line-height: 22px;
}

.cardx .descriptionx{
  font-weight: 200;
  margin-bottom: 0;
  height: 80px;
  padding-top: 10px;
  color: #1e1d19;
  letter-spacing: 1px;
  line-height: 22px;

}

.cardx .pricex{
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 23px;

}

.image-containerx {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%; /* Aspect ratio 1:1 (cuadrado). Ajusta este valor para cambiar la proporción */
}

.image-containerx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.card-contentx {
  padding: 10px;
  flex-grow: 1; /* Para que el contenido ocupe el espacio restante */
}




.searchButtons{
  display: flex;
  max-height: none;
  margin: 0;
  padding: 0;
  position: relative;
}


.resalesfull_search {
  /* min-height: 100vh; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  /* background: #00b5e9; */
  padding: 15px;
  /* font-family: 'Roboto', sans-serif; */
  flex-wrap: wrap;
  row-gap: 1.25rem;
  max-width: 1320px;
  margin: 0 auto;
}

.resalesfull_form, .SumoSelect, .searchButtons{
  width: calc(25% - 1rem) !important;
  font-family:  "DM Sans";
  color: #333 !important;
  text-transform: uppercase;
}


  .resalesfull_title{
    font-size: 1.2rem;
    font-weight: bold;
  }

  .resalesfull_search form {
      background: #fff;
      padding: 40px;
      border-radius: 3px;
      box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  }

  .resalesfull_search .advance-search {
    font-size: 13px;
    padding-left: 1rem;
    padding-top: 10px;
  }

  .resalesfull_search .advance-search a {
    text-decoration: none;
    cursor: pointer;
  }
  #advanced-options .resalesfull_title{
    padding-left: 1rem;
    
  }
  .resalesfull_search form {
      width: 100%;
      /*max-width: 790px;*/
      margin: 0;
  }

  .resalesfull_search input, .resalesfull_search select, .resalesfull_search button {
     /* width: 17.5% !important;*/
      display: inline-block;
      height: 40px;
      line-height: 20px;
      margin: 0px;
      padding: 0px 0px 0px 10px;
      border: 1px solid #dedede !important;
      background: #fff !important;
      box-sizing: border-box;
      font-size: 13px;
      font-weight: 400;
      color: #1e1d19 !important;
  }
  .resalesfull_search input[type='submit'] {
   
      background-color: #332723 !important;
      font-size: 13px;
      color: #ffffff !important;
      padding: unset;
      letter-spacing: 1px;
      transition: .2s;
      border: 0px !important;
      line-height: 15px;
      border-radius: 0;
      margin: 0;
      box-shadow: none;
      font-family:  "DM Sans";
      height: 40px;
      width: 100%;
      text-transform: uppercase;
  }

  .SumoSelect>.CaptionCont>label>i{
    right: 10px;
    background-image: 
  }

  select::-ms-expand {
    margin-right: 10px;
}

select.resalesfull_form {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 10px !important;
  padding-right: 30px;
}
/*
  .SumoSelect>.CaptionCont>label>i {
    right: 10px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  }
*/
  .resalesfull_search input[type='reset'] {
    height: 40px;
    color: #666 !important;
    margin-left: 5px;
    text-transform: uppercase;
  }

  .resalesfull_search select[name='listing_type'] + button, .resalesfull_search select[name='listing_type'], .resalesfull_search input[type='reset'] {
   /*   width: 11.2% !important;*/
  }
  .searchResult{
    width: 25%;
    float: right;
    padding: 15px;
  }


  #advanced-options {
    /* min-height: 100vh; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    /* background: #00b5e9; */
    padding: 15px;
    /* font-family: 'Roboto', sans-serif; */
    flex-wrap: wrap;
    row-gap: 1.25rem;
    max-width: 1320px;
    margin: 0 auto;
  }
  
  #advanced-options select{
    width: calc(20% - 1rem);
    font-family:  "DM Sans";
    color: #333 !important;
    text-transform: uppercase;
  }
  

/***********dropdown*********/
  .SumoSelect {
   /* width: 17.5% !important;*/
    display: inline-block;
    position: relative;
    /* outline: 0; */
    padding: 0px;
    margin: 0px;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    box-sizing: content-box;
  }
 
  .SumoSelect>.CaptionCont>span.placeholder{
    font-style: normal !important;
    color: #1e1d19 !important;
  }
  .SumoSelect>.CaptionCont>span{
    padding-top: 3px;
    padding-left: 8px;
  }


  .SumoSelect.open .search-txt{
    width: 100% !important;
  }
  .SumoSelect>.CaptionCont {
    position: relative;
    border: 1px solid #dedede !important;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
    height: 40px;
}





/***************GRID**********/
.resalesfull_item{
  width: 33.3%;
  cursor: pointer;
  display: block;
  float: left;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 10px solid white;
 box-sizing: border-box;
  padding: 5px;
  margin-bottom: 20px;

}


/******item*********/
.resalesfull_item_container{
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  height: 500px;
}

.resalesfull_item_container img{
  width: 100%;
  height: 300px;
}

.resalesfull_item_container .item_title
{
font-size: 22px; 
padding-bottom: 8px;
padding-top: 5px;
font-weight: bold;
}

.resalesfull_item_container .item_price
{
font-size: 18px; 
padding-bottom: 8px;
}

.resalesfull_item_container .item_des
{
font-size: 14px; 
padding-bottom: 8px;
}


 .pagination {
  display: inline-block;
  float: right;
}

.pagination a {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  cursor: pointer;
}

.pagination .active {
    background: #000000!important;
    color: #ffffff;
}
.paginationFooter .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 600px) {
  .resalesfull_item{
    width: 100%;
  }
}

#adv-search-btn{
  width: 100%;
  font-family: "DM Sans";
  font-size: 14px;
  color: #2b2b2b;
  line-height: 22px;
  font-weight: 400;

}

.containerx2{
  padding: 15px;
  max-width: 1320px;
  margin: 0 auto;
}

.containerx2 h1 {
  width: 100%;
  font-family: "Sang-Bleu-Sans";
  font-size: 35px;
  margin-bottom: 20px;
  color: #1e1d19;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

/***************property**********/
.resalesfull_item{
  width: 33.3%;
  cursor: pointer;
  display: block;
  float: left;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 10px solid white;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 20px;
}

.containerx h1 {
  width: 100%;
  font-family: "Sang-Bleu-Sans";
  font-size: 35px;
  margin-bottom: 20px;
  color: #1e1d19;
  line-height: 40px;
  font-weight: 700;
}

.resultados {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.resultados .searchResult {
  font-family: "DM Sans";
  font-size: 14px;
  color: #1e1d19;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-weight: 400;;
  text-transform: uppercase;
  width: 50%;
}

.resultados .search-order {
  margin: 0;
  padding: 0;
}

.resultados .search-order select {
  min-width: 200px;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 0 10px;
  font-family: "DM Sans";
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .resultados {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  
  .resultados .search-order,
  .resultados .searchResult {
    width: 100%;
  }
  
  .resultados .search-order select {
    width: 100%;
    min-width: unset;
  }
}


@media (max-width: 768px) {
  .containerx {
    grid-template-columns: 1fr;
  }

  .resalesfull_form, .SumoSelect, .searchButtons{
    width: 100% !important;
  }
}


@media only screen and (max-width: 1100px)
{
  .one-container .site-content{
    padding: 0px 5px 40px 5px !important;
  }
  .resalesfull_search form {
    display: flex;
    flex-wrap: wrap;
  }
  
  .resalesfull_search input, .resalesfull_search select, .resalesfull_search button {
    width: 100% !important;
    flex-grow: 1;
  }
  .resalesfull_search input[type='reset'], .resalesfull_search input[type="submit"] {
      width: 15% !important;
      
  }

  .resalesfull_search input[type="reset"] {
    order: 19;
  }
  .resalesfull_search input[type="submit"] {
    order: 20;
  }
  #advanced-options{
    order: 21;
  }

  .searchResult, .advance-search{
    width: 100%;
    text-align: center;
  }
  .searchButtons{
    flex-direction: row-reverse;
  }
  .containerx2 h1{
    font-size: 20px;
  }
  .resultados .searchResult{
    font-size: 12px;
  }
}
