/* PFS Detail */
.pfs-detail-breadcrumb {
  padding: 10px;
}
.pfs-detail-breadcrumb ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.pfs-detail-breadcrumb ul li {
  padding: 0 3px 0 0;
  font-size: 16px;
  color: #666;
}
.pfs-detail-breadcrumb ul li::after {
  content: "/";
  color: #ccc;
  padding-left: 2px;
  font-size: 12px;
}
.pfs-detail-breadcrumb ul li:last-child::after {
  content: "";
}
.pfs-detail-breadcrumb ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding: 15px;
}
.pfs-detail-breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #000;
}
@media (min-width: 768px) {
  .pfs-detail-breadcrumb {
    padding: 10px 5px;
  }
  .pfs-detail-breadcrumb ul li {
    padding: 0 5px 0 0;
    font-size: 13px;
  }
  .pfs-detail-breadcrumb ul li::after {
    content: "/";
    color: #ccc;
    padding-left: 5px;
  }
  .pfs-detail-breadcrumb ul li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    padding: 0;
  }
}

/* Property detail */
.detail h3 {
  text-align: center;
}
.pfs-line-header {
  padding: 1em 0.5em;
}
.pfs-line-header h1 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.pfs-line-header h2 {
  font-size: 22px;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  color: #9d9d9d;
}
.pfs-line-header h1 span.condition {
  font-size: 0.8em;
  padding-left: 15px;
  font-weight: normal;
  position: relative;
}
.pfs-line-header h1 span.condition.condition-sale::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #fa5a50;
  border-radius: 50%;
}
.pfs-line-header h1 span.condition.condition-rental::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #985dff;
  border-radius: 50%;
}

.pfs-line-header h3 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.pfs-line-header .pfs-line-header-price {
  font-size: 2em;
  text-align: center;
  padding-top: 0;
  padding-left: 0;
}
.pfs-line-header .pfs-line-header-price.is-project::before {
  color: #9d9d9d;
  content: "Desde: ";
  font-size: 22px;
  display: block;
}
.pfs-line-sharing {
  clear: both;
}
.pfs-line-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pfs-line-sharing ul li {
  float: left;
}
.pfs-line-sharing ul li .pfs-sharing-text {
  padding: 8px 8px 8px 0;
}
.pfs-line-sharing .pfs-fav-div {
  padding-top: 6px;
}
.pfs-line-sharing .pfs-favorite-button {
  margin-top: 10px;
  margin-left: 5px;
  background: #ff007d;
  color: #ffffff;
  border-radius: 100%;
  padding: 9px 10px;
}
.pfs-line-sharing .pfs-favorite-button i {
  margin-right: 0;
}

.pfs-line-sharing .text-col-print {
  text-align: right;
}

.pfs-line-images {
  margin-top: 10px;
}
.pfs-line-images .owl-carousel-detail {
  padding: 10px 0;
}
.pfs-line-images .pfs-carousel-item {
  min-height: 120px;
  background-size: cover;
  margin: 0 5px;
  position: relative;
}
.pfs-line-images .pfs-carousel-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pfs-line-images .pfs-carousel-item a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.pfs-line-images .pfs-carousel-item a:hover:before {
  content: "\f065";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
  left: 35%;
  top: 20%;
  font-size: 3em;
}
.pfs-line-images .owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 33%;
  left: 15px;
  display: block !important;
  border: 0px solid black;
  border-radius: 100% !important;
  background: #333 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.pfs-line-images .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 33%;
  right: 15px;
  display: block !important;
  border: 0px solid black;
  border-radius: 100% !important;
  background: #333 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.pfs-line-images .owl-prev i,
.pfs-line-images .owl-next i {
  /*transform : scale(1,6);*/
  color: #ccc;
  margin-right: 0;
}
.pfs-property-info {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
}
.pfs-property-info .pfs-property-info-header {
  background: #eaeaea;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 16px;
}
.pfs-property-info .pfs-property-info-body {
  flex: 1 1 auto;
  padding: 1.3em;
}
.pfs-property-info > h2 {
  font-size: 1.4em;
}
.pfs-item-label-value {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  font-size: 16px;
  justify-content: space-between;
}
.pfs-item-label-value > div:first-child {
  padding: 0;
  text-align: left;
  color: #666;
  margin: 0;
}
.pfs-item-label-value > div:last-child {
  padding: 0;
  text-align: left;
  margin: 0;
}
.pfs-item-label-value:nth-child(odd) {
  border-right: none 0;
}
.pfs-item-label-value-no-border-right {
  border-bottom: none 0;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.pfs-item-label-value-no-border-right > div:first-child {
  padding: 3px;
  margin: 0;
  text-align: left;
  color: #666;
}
.pfs-item-label-value-no-border-right > div:last-child {
  padding: 3px;
  margin: 0;
  text-align: left;
}

.pfs-map-box {
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}
.pfs-map-box #pfsMap {
  background: #eaeaea;
  border-radius: 0;
}
.pfs-map-box .map-buttons {
  position: absolute;
  display: flex;
  background: #fff;
  box-shadow: 0 0 3px;
  border-radius: 4px;
  bottom: 10px;
  left: 10px;
  width: auto;
  flex-wrap: wrap;
}
.pfs-map-box .map-buttons a {
  color: #333;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  border-right: solid 1px #eaeaea;
}
.pfs-map-box .map-buttons a i {
  margin-right: 0;
}
.pfs-map-box .map-buttons a:last-child {
  border-right: 0px none;
}

.pfs-line-images .pfs-image-big {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.pfs-line-images .pfs-image-big {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .detail h3 {
    text-align: left;
  }
  .pfs-line-header {
    padding: 1em 0.5em;
  }
  .pfs-line-header h1 {
    font-size: 1.8em;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    display: inline;
  }
  .pfs-line-header h2 {
    font-size: 1.4em;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    color: #9d9d9d;
    position: relative;
  }
  .pfs-line-header h3 {
    font-size: 1em !important;
    text-align: left;
    font-weight: normal;
  }
  .pfs-line-header .pfs-line-header-price {
    font-size: 1.6em;
    text-align: right;
    padding-top: 0.4em;
    padding-left: 0.4em;
  }
  .pfs-line-header .pfs-line-header-price.is-project::before {
    color: #9d9d9d;
    content: "Desde: ";
  }
  .pfs-line-sharing {
    clear: both;
  }
  .pfs-line-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pfs-line-sharing ul li {
    float: left;
  }
  .pfs-line-sharing ul li .pfs-sharing-text {
    padding: 8px 8px 8px 0;
  }
  .pfs-line-sharing .pfs-fav-div {
    padding-top: 9px;
  }
  .pfs-line-sharing .pfs-favorite-button {
    margin-top: 10px;
    margin-left: 5px;
    background: #ff007d;
    color: #ffffff;
    border-radius: 100%;
    padding: 9px 10px;
  }
  .pfs-line-sharing .pfs-favorite-button i {
    margin-right: 0;
  }

  .pfs-line-sharing .text-col-print {
    text-align: right;
  }

  .pfs-line-images {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .pfs-line-images .pfs-image-big {
    height: 350px;
  }
  .pfs-line-images .owl-carousel-detail {
    padding: 10px 0;
  }
  .pfs-line-images .pfs-carousel-item {
    min-height: 120px;
    background-size: cover;
    margin: 0 5px;
    position: relative;
    border-radius: 10px;
  }
  .pfs-line-images .pfs-carousel-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .pfs-line-images .pfs-carousel-item a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .pfs-line-images .pfs-carousel-item a:hover:before {
    content: "\f065";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.3);
    left: 35%;
    top: 20%;
    font-size: 3em;
  }
  .pfs-line-images .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 33%;
    left: -15px;
    display: block !important;
    border: 0px solid black;
    border-radius: 100% !important;
    background: #333 !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .pfs-line-images .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 33%;
    right: -15px;
    display: block !important;
    border: 0px solid black;
    border-radius: 100% !important;
    background: #333 !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .pfs-line-images .owl-prev i,
  .pfs-line-images .owl-next i {
    /*transform : scale(1,6);*/
    color: #ccc;
    margin-right: 0;
  }
  .pfs-property-info {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 3%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow: hidden;
  }
  .pfs-property-info .pfs-property-info-header {
    background: #eaeaea;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .pfs-property-info .pfs-property-info-body {
    flex: 1 1 auto;
    padding: 1.3em;
  }
  .pfs-property-info > h2 {
    font-size: 1.4em;
  }
  .pfs-item-label-value {
    border-bottom: 0 none;
  }
  .pfs-item-label-value > div:first-child {
    padding: 3px;
    text-align: left;
    color: #666;
    width: 50%;
  }
  .pfs-item-label-value > div:last-child {
    padding: 3px 5px;
    text-align: left;
    width: 48%;
  }
  .pfs-item-label-value-no-border-right {
    flex-direction: row;
    padding: 0;
    margin: 0;
  }
  .pfs-item-label-value-no-border-right > div:first-child {
    padding: 3px;
    text-align: left;
    color: #666;
    width: 40%;
    margin: auto;
  }
  .pfs-item-label-value-no-border-right > div:last-child {
    padding: 3px 5px;
    text-align: left;
    width: 59%;
    margin: auto;
  }

  .pfs-map-box {
    margin-top: 0;
    position: relative;
    margin-bottom: 2%;
  }
  .pfs-map-box #pfsMap {
    background: #eaeaea;
    border-radius: 10px;
  }
  .pfs-map-box .map-buttons {
    position: absolute;
    display: flex;
    background: #fff;
    box-shadow: 0 0 3px;
    border-radius: 4px;
    bottom: 10px;
    left: 10px;
    flex-wrap: wrap;
  }
  .pfs-map-box .map-buttons.in-project {
    width: 94%;
  }
  .pfs-map-box .map-buttons a {
    color: #333;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    border-right: solid 1px #eaeaea;
  }
  .pfs-map-box .map-buttons a i {
    margin-right: 0;
  }
  .pfs-map-box .map-buttons a:last-child {
    border-right: 0px none;
  }
}

@media (min-width: 992px) {
  .pfs-line-images {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .pfs-line-images .pfs-image-big {
    height: 500px;
  }
}

#pfsMapModalContent {
  height: 80vh;
  width: 100%;
}

/* NAV BUTTONS */

.pfs-bar-buttons-container {
  display: flex;
  justify-content: end;
  gap: 20px;
}

#pfs-bar-buttons .pfs-bar-buttons-container {
  justify-content: space-between;
}

.pfs-bar-buttons-nav {
  display: flex;
  gap: 5px;
}

.pfs-bar-buttons-container .pfs-btn {
  background: #a80552;
  color: white;
  font-weight: 600;
  padding: 0.5em 1em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pfs-bar-buttons-container .pfs-btn.pfs-favorite-button {
  display: none;
}

.logged-in .pfs-bar-buttons-container .pfs-btn.pfs-favorite-button {
  display: flex;
}

@media (max-width: 767px) {
  div#pfs-bar-buttons .pfs-bar-buttons-nav .pfs-btn span {
    display: none;
  }

  .pfs-detail-breadcrumb ul li a,
  .pfs-detail-breadcrumb ul li {
    font-size: 12px;
    padding: 0;
  }
}
