#content-header .tags {
  display: flex;
  margin: 0rem -0.5rem;
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  font-family: "jost",serif;
  margin-bottom: var(--gap-lg);
}

#content-header .property-id {
  font-size: var(--font-size-14);
  margin-top: 8px;
  display: block;
  line-height: 1em;
  font-family: var(--font-family-inter);
  text-transform: capitalize;
}

#content-header .tags > * {
  padding: 0rem var(--gap-xs);
}
#content-header .tags .tag-wrapper.list-tag-wrapper {

  flex-wrap: wrap;
}
#content-header .tags .tag-wrapper.list-tag-wrapper > * {
  flex: 1 1 100%;
}
#content-header .tags .tag-wrapper.share-and-favorite {
  flex: 0 0 auto;
  margin-left: auto;
}

#content-header .tag-wrapper.tag-label {
  border-color: var(--color-primary);
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: var(--gap-md) var(--gap-md);
  margin-right: 14px;
  align-self: stretch;
  display: flex;
  align-items: center;
}

#content-header .tag-wrapper.tag-label .tag {
  padding: 0px;
  font-family: var(--font-family-jost);
  text-transform: capitalize;
  font-size: var(--font-size-18);
  font-weight: 500;
  text-wrap: nowrap;
  line-height: 1.5;
}

#content-header .list-tag {
  display: flex;
  gap: var(--gap-sm);
  flex-wrap: wrap;
  align-self: start;
}

#content-header .tags .tag {
  padding: 7px 10px 7px 10px;
  text-wrap: nowrap;
  font-size: 11px;
  font-family: var(--font-family-jost);
  font-weight: 500;
}

#content-header .content-title .title {
  font-family: var(--font-family-adobe-garamond-pro);
  font-size: 32px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}

.content-price {
  display: flex;
  align-items: center;
  gap: var(--gap-lg);
  margin-bottom: 0px;
}
.content-price .price {
  font-family: var(--font-family-adobe-garamond-pro);
  font-size: 36px;
  font-weight: 600;
  line-height: 24px;
}
.content-price .price .price_per {
  font-family: "jost",serif;
  font-size: var(--font-size-22);
  font-weight: 400;
  color: var(--color-gray);
  margin-left: -0.2em;
}
.content-price .price_line {
  width: var(--font-size-xxxl);
  height: 2px;
  background: #222222;
}

.content-address {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  line-height: 14px;
  margin-bottom: 23px;
}

.contact-content .sticky-content {
  display: none;
}

.contact-content {
  display: flex;
  justify-content: center;
  gap: var(--gap-xl);
  align-items: center;
  padding: 12px 28px 19px 28px;
  background: #edeef2;
  text-align: center;
  flex-wrap: wrap;
}
.contact-content .contact-info-group {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  justify-content: center;
  margin-bottom: 3px;
}
.contact-content > * {
  width: auto;
  flex: min-content;
  text-wrap: nowrap;
}

.contact-content .contact-header .contact-info-group{
  flex-wrap: wrap;
}
.contact-content .contact-header .contact-info-number {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 2px 0px;
}
.contact-content .contact-header .contact-info-group > * {
  width: 100%;
  justify-content: center;
}

.contact-content .contact-header .contact-info-group .contact-info-note {
  font-size: 10px !important;
  display: flex;
  gap: 5px;
  line-height: 16px;
}
.contact-content .contact-header .contact-info-group .contact-info-note > :not(:last-child) {
  border-right: 1px solid #808591;
  padding-right: 4px;
}
.contact-header-text {
  font-family: var(--font-family-adobe-garamond-pro);
  font-size: var(--font-size-24);
  font-weight: 600;
}
.contact-content .contact-sub-header-text {
  font-size: var(--font-size-sm);
  font-weight: 600;
  font-family: "jost",serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-content .contact-sub-header-text .icon {
  width: 1em;
  margin-right: 0.5em;
  display: inline-block;
}
.contact-content .btn-contact {
  display: block;
  padding: 14px;
  background: var(--color-primary);
  color: white;
  font-size: var(--font-size-20);
  font-family: var(--font-family-adobe-garamond-pro);
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 7px;
  width: 100%;
  margin-bottom: 0px;
}
.contact-content .contact-info-address {
  font-size: var(--font-size-14);
  font-family: "jost",serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
}
.contact-content .contact-info-number {
  font-size: var(--font-size-24);
  font-weight: 700;
  font-family: var(--font-family-adobe-garamond-pro);
  line-height: 1em;
}
.contact-content .contact-info-note {
  font-size: var(--font-size-14);
}

.content-update-date {
  font-size: var(--font-size-12);
  color: var(--color-gray);
  margin-top: 12px;
}

.content-meta-info {
  display: flex;
  gap: var(--gap-xl);
  justify-content: space-between;
  padding: 0px;
  align-items: center;
  margin-bottom: 19px;
}

.primary-line {
  border-top: 1px solid var(--color-primary);
  margin: 5px 0px;
}

.tab-nav-container {
  margin-top: 23px;
}
.content-header-sticky .content-body_tab_navs{
  border-top: none;
}
.stickyHeader.origin {
  /* transition: all ease-in-out 0.5s; */
}
.content-header-sticky .contact-content .sticky-content{
  display: block;
}
.content-header-sticky .contact-content .none-sticky-content{
  display: none!important;
}
.content-header-sticky .stickyHeader {
  padding-top: 34px;
}
.content-header-sticky .contact-header-text {
  font-size: var(--font-size-16);
}
.content-header-sticky .content-body_tab_navs .tab_nav {
  padding: 1.6rem 0rem;
}
.content-header-sticky .contact-content .contact-sub-header-text {
  font-size: var(--font-size-12);
}
.content-header-sticky .contact-content .contact-info-number {
  font-size: var(--font-size-20);
}
.content-header-sticky .contact-content {
  padding: 12px 28px 8px 28px;
}
.content-header-sticky .contact-info-content {
  display: flex;
  justify-content: center;
}
.content-header-sticky .contact-content .btn-contact {
  font-size: var(--font-size-18);
  padding: var(--gap-md);
  width: 100%;
}
.content-header-sticky .content-price .price {
  font-size: var(--font-size-30);
  line-height: 1em;
}
.content-header-sticky .content-price .price_per {
  font-size: var(--font-size-20);
}
.content-header-sticky .content-price {
  margin-bottom: var(--gap-xs);
}
.content-header-sticky .tab-nav-container {
  margin-top: -5px;
}
.content-header-sticky .tag-wrapper.share-and-favorite {
  display: none;
}
.content-header-sticky .share-and-favorite .text {
  display: none;
}
.content-header-sticky .share-and-favorite .icon {
  font-size: var(--font-size-20);
  color: #222222;
}

body:not(.content-header-sticky) .content-meta-info .share-and-favorite {
  display: none;
}

.stickyHeader.stickyHeaderClone {
  display: none;
  position: fixed;
  width: 100%;
  left: 0px;
  background: white;
  overflow: hidden;
  margin: 0px;
  z-index: 9;
  top: 60px;
  padding: 1rem 1.5rem;
}
.stickyHeader.stickyHeaderClone .tab-nav-container {
  margin-top: var(--gap-md);
}
.stickyHeader.stickyHeaderClone .content-price {
  margin-bottom: 0rem;
}
.stickyHeader.stickyHeaderClone .content-meta-info {
  padding: 0px;
  border: none;
}
.content-header-sticky .content-meta-info {
  margin-top: 0px;
  margin-bottom: 9px;
}
@media screen and (max-width: 860px) {
  .stickyHeader.stickyHeaderClone.show {
    display: block;
  }
  #content-header {
    padding-bottom: 0rem;
  }
  #content-header .tag-wrapper.share-and-favorite {
    display: none;
  }
  #content-header .content-title .title {
    font-size: var(--font-size-24);
  }

  .content-price .price {
    font-size: var(--font-size-32);
  }

  .content-meta-info {
    /* border-bottom: 0.4px solid var(--color-gray-light-1); */
  }

  .content-header-sticky .share-and-favorite {
    display: none;
  }
  .content-header-sticky .stickyHeader {
    padding-top: 0rem;
  }

  .tab-nav-container {
    margin: 42px -20px 0 -20px;
  }
}

@media screen and (max-width: 1487px){
  .contact-info-content{
    margin-top: 0px;
    align-self: center;
    display: flex;
  }
  .content-header-sticky .contact-info-content {
    margin-top: unset;
  }
}
@media screen and (max-width: 1232px) {
  .content-header-sticky .contact-info-content {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .stickyHeader {
    top: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-content .contact-info-note {
    font-size: var(--font-size-12);
  }
  .content-header-sticky .contact-content .contact-sub-header-text {
    font-size: var(--font-size-12);
  }
  .contact-content .contact-info-address {
    font-size: var(--font-size-12);
  }
  .content-header-sticky .contact-content .contact-info-number {
    font-size: var(--font-size-18);
  }
  .contact-content .contact-info-note {
    font-size: var(--font-size-12);
  }
  .contact-info-content{
    margin-top: unset;
  }
  .content-header-sticky .contact-info-content {
    margin-top: unset;
  }
}

@media screen and (min-width: 860px) {
  .stickyHeader {
    position: sticky;
    top: 70px;
    background: white;
    z-index: 99;
  }
  .stickyHeader.stickyHeaderClone {
    display: none;
  }
}