/* ============================================================================================== */
/* ========================================= property detail ==================================== */
/* ============================================================================================== */

#property-detail-section {
    position: relative;
    padding-bottom: 0;
}

#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 330px);
    padding-right: 80px;    
}
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 330px;
}
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    margin-bottom: 50px;
}

/* property status */
#property-detail-container .property-status-row {
    justify-content: center;
    margin-bottom: 20px;
}

/* property spec */
#property-detail-container .property-spec-row {
    position: relative;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.1);   
    padding: 30px 0;
    margin-top: 30px;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group,
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li {
    position: relative;
    list-style: none !important;
    padding: 0;
    margin: 0;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li {
    min-width: calc(100% / 7);
    /* flex: 1 0 0; */
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li+li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    border-left: 1px dashed rgba(var(--custom-rgb-color-black),0.1);
}
#property-detail-container .property-spec-hl-item {
    position: relative;
    text-align: center;
    padding: 0 15px;
}
#property-detail-container .property-spec-hl-item>.icon {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto;
}
#property-detail-container .property-spec-hl-item>.text {}
#property-detail-container .property-spec-hl-item>.text>.t-text {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#property-detail-container .property-spec-hl-item>.text>.t-detail {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ---------------------------- media ---------------------------- */
/* --------------------------------------------------------------- */

#property-media-section,
#property-media-menu-section,
#property-media-gallery-section,
#property-media-video-section {
    position: relative;
}

#property-media-menu-section>.property-media-menu-row,
#property-media-menu-section>.property-media-menu-row>.property-media-menu-col {
    position: relative;
}
#property-media-menu-section>.property-media-menu-row {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0;
}
#property-media-menu-section>.property-media-menu-row>.property-media-menu-col.this-col-left {
    flex: 1 0 0;    
}
#property-media-menu-section>.property-media-menu-row>.property-media-menu-col.this-col-left .slot-text-group {
    font-weight: 600;
}
#property-media-menu-section>.property-media-menu-row>.property-media-menu-col.this-col-left .slot-text-group>li>.this-menu-btn {
    color: rgba(var(--custom-rgb-color-black),0.5);
}
#property-media-menu-section>.property-media-menu-row>.property-media-menu-col.this-col-left .slot-text-group>li>.this-menu-btn.active {
    color: rgba(var(--custom-rgb-color-black),1);
}
#property-media-menu-section>.property-media-menu-row>.property-media-menu-col.this-col-right {
    
}
#property-media-menu-section>.property-media-menu-row>.property-media-menu-col.this-col-right .this-count {
    display: none;
} 
#property-media-menu-section>.property-media-menu-row>.property-media-menu-col.this-col-right .this-count.active {
    display: block;
} 

#property-media-section .this-property-media-section {
    display: none;
}
#property-media-section .this-property-media-section.active {
    display: block;
}

#property-media-section .property-media-slide .splide-arrow.splide-arrow-prev,
#property-media-section .property-media-slide .splide-arrow.splide-arrow-next {
    bottom: 0;
    top: auto;
    transform: translateY(-100px);
}
#property-media-section .property-media-slide .splide-list {
    height: auto !important;
}

#property-media-section .property-media-slide .item-gallery,
#property-media-section .property-media-slide .item-video {
    border-radius: 10px;
    overflow: hidden;
}
#property-media-section .property-media-slide .item-gallery .icon-expand {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: rgba(var(--custom-rgb-color-white),1);
    background-color: rgba(var(--custom-rgb-color-black-default),0.5);
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    -moz-backdrop-filter: saturate(100%) blur(10px);
    -ms-backdrop-filter: saturate(100%) blur(10px);
    -o-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
    opacity: 1;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}
#property-media-section .property-media-slide .item-gallery:hover .icon-expand {
    opacity: 1;
}
#property-media-section .property-media-slide .item-video .icon-play {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    margin: -25px auto auto -25px;
    z-index: 5;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    padding-left: 2px;
    color: rgba(var(--custom-rgb-color-white),1);
    background-color: rgba(var(--custom-rgb-color-black-default),0.5);
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    -moz-backdrop-filter: saturate(100%) blur(10px);
    -ms-backdrop-filter: saturate(100%) blur(10px);
    -o-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
    opacity: 1;
    transform: scale(1);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}
#property-media-section .property-media-slide .item-video:hover .icon-play {
    transform: scale(1.1);
}

/* --------------------------------------------------------------- */
/* ---------------------------- info ----------------------------- */
/* --------------------------------------------------------------- */

#property-detail-is-info-section {
    position: relative;
    padding-top: 50px;
}
#property-detail-is-info-section .detail-section {
    position: relative;
}
#property-detail-is-info-section .detail-section+.detail-section {
    margin-top: 50px;
}
#property-detail-is-info-section .detail-section>.title-row {
    margin-bottom: 15px;
}
#property-detail-is-info-section .detail-section.content-menu-info-location iframe {
    width: 100%;
    height: 400px !important;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(var(--custom-rgb-color-black),0.1) !important;
    background-color: rgba(var(--custom-rgb-color-gray-light),1) !important;
    margin-bottom: 20px;
}

/* --------------------------------------------------------------- */
/* --------------------------- contact --------------------------- */
/* --------------------------------------------------------------- */

#property-detail-container #contact-section {
    position: relative;
    border: 1px solid rgba(var(--custom-rgb-color-primary),1);
    border-radius: var(--custom-border-radius-card);
    overflow: hidden;
}
#property-detail-container #contact-section .contact-topic-row,
#property-detail-container #contact-section .contact-form-row,
#property-detail-container #contact-section .contact-other-row {
    position: relative;
}
#property-detail-container #contact-section .info-hl-group {
    position: relative;
}
#property-detail-container #contact-section .info-hl-group>.title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
#property-detail-container #contact-section .info-hl-group>.detail {
    font-family: 'Rubik';
    font-size: 25px;
    line-height: 25px;
    font-weight: 500 !important;
}

/* contact topic row */
#property-detail-container #contact-section .contact-topic-row {
    padding: 20px;
}

/* contact form row */
#property-detail-container #contact-section .contact-form-row {
    background-color: rgba(var(--custom-rgb-color-primary),1);
    color: rgba(var(--custom-rgb-color-base-on-primary),1);
    padding: 30px;
    overflow: hidden;
}
#property-detail-container #contact-section .contact-form-row::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 13px);
    left: 0;
    right: 0;
    bottom: -13px;
    background-image: url(../../images/sites/bg-olaf-bottom.png);
    background-size: 200px auto;
    background-repeat: repeat no-repeat;
    background-position: center bottom;
    z-index: 1;
}
#property-detail-container #contact-section .contact-form-row>div {
    position: relative;
    z-index: 2;
}
#property-detail-container #contact-section .contact-form-row .info-hl-group+.info-hl-group {
    border-top: 1px dashed rgba(var(--custom-rgb-color-white),0.3);
    margin-top: 15px;
    padding-top: 15px;
}

/* contact other row */
#property-detail-container #contact-section .contact-other-row {   
    text-align: center; 
    padding: 20px 20px 15px 20px;
}
#property-detail-container #contact-section .contact-other-row .title {
    margin-bottom: 5px;
}
#property-detail-container #contact-section .contact-other-row ul.contact-other-group,
#property-detail-container #contact-section .contact-other-row ul.contact-other-group>li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#property-detail-container #contact-section .contact-other-row ul.contact-other-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
}
#property-detail-container #contact-section .contact-other-row ul.contact-other-group>li {
    margin: 7.5px;
}
#property-detail-container #contact-section .contact-other-row .contact-other-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#property-detail-container #contact-section .contact-other-row .contact-other-item>.icon {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    /* background-color: rgba(var(--custom-rgb-color-primary),0.2); */
    color: rgba(var(--custom-rgb-color-primary),1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#property-detail-container #contact-section .contact-other-row .contact-other-item>.icon[class*="olaf-icon-telephone"] {
    font-size: 28px;
}
#property-detail-container #contact-section .contact-other-row .contact-other-item>.text {
    /* display: none; */
    width: 100%;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(var(--custom-rgb-color-black),0.6);
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#property-detail-container #contact-section .contact-other-row .contact-other-item:hover>.icon {
    /* background-color: rgba(var(--custom-rgb-color-primary),1);*/
    color: rgba(var(--custom-rgb-color-black),1); 
}
#property-detail-container #contact-section .contact-other-row .contact-other-item:hover>.text {
    color: rgba(var(--custom-rgb-color-black),1);
}

#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .share-and-view {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* contact off */
#property-detail-container #contact-section.contact-off {
    border-color: rgba(var(--custom-rgb-color-red),1);
}
#property-detail-container #contact-section.contact-off .contact-form-row {
    background-color: rgba(var(--custom-rgb-color-red),1);
    color: rgba(var(--custom-rgb-color-base-on-red),1);
}

/* contact on mobile */
#property-detail-container #contact-section.contact-on-mobile {
    display: none;
    margin-top: 20px;
    border: none !important;   
    border-bottom: 10px solid rgba(var(--custom-rgb-color-gray-light),1) !important;
    border-radius: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 30px 20px;
}
#property-detail-container #contact-section.contact-on-mobile .title .note {
    display: none;
}
#property-detail-container #contact-section.contact-on-mobile .info-hl-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),1);
    padding-top: 20px;
}
#property-detail-container #contact-section.contact-on-mobile .info-hl-group+.info-hl-group {
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    margin-top: 5px;
    padding-top: 5px;
}
#property-detail-container #contact-section.contact-on-mobile .info-hl-group .title,
#property-detail-container #contact-section.contact-on-mobile .info-hl-group .text-default {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
#property-detail-container #contact-section.contact-on-mobile .info-hl-group .detail {
    font-size: 18px;
    margin-left: 10px;
}
#property-detail-container #contact-section.contact-on-mobile.contact-off .info-hl-group.alert-message {
    color: rgba(var(--custom-rgb-color-red),1);
}

/* ============================================================================================== */
/* ========================================= PROPERTY OTHER ===================================== */
/* ============================================================================================== */

#property-other-section {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-primary-light),1);
    overflow: hidden;
}
#property-other-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    background-image: url(../../images/sites/bg-property-update.png);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    z-index: 1;
}
#property-other-section #property-and-type-section {
    position: relative;
    z-index: 2;
}


/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {

/* spec */
#property-detail-container .property-spec-row {
    padding: 25px 0;
}
#property-detail-container .property-spec-hl-item>.icon {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0 auto 10px auto;
}
#property-detail-container .property-spec-hl-item>.text>.t-text {
    font-size: 12px;
    line-height: 20px;
}
#property-detail-container .property-spec-hl-item>.text>.t-detail {
    font-size: 14px;
    line-height: 20px;
}

}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {

#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 300px);
    padding-right: 50px;
}

#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed, #property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 300px;
}

/* ============================================================================================== */
/* ========================================= property detail ==================================== */
/* ============================================================================================== */

/* spec */
#property-detail-container .property-spec-row {
    padding: 25px 0;
}
#property-detail-container .property-spec-hl-item>.icon {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0 auto 10px auto;
}
#property-detail-container .property-spec-hl-item>.text>.t-text {
    font-size: 12px;
    line-height: 20px;
}
#property-detail-container .property-spec-hl-item>.text>.t-detail {
    font-size: 14px;
    line-height: 20px;
}

/* contact */
#property-detail-container #contact-section .contact-form-row {
    padding: 20px;
}
/* #property-detail-container #contact-section .info-hl-group>.title {
    font-size: 14px;
    line-height: 22px;
} */
#property-detail-container #contact-section .info-hl-group>.detail {
    font-size: 20px;
    line-height: 25px;
}
#property-detail-container #contact-section .contact-form-row .info-hl-group+.info-hl-group {
    margin-top: 10px;
    padding-top: 10px;
}


}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 300px);
    padding-right: 50px;
}

#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed, #property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 300px;
}

/* ============================================================================================== */
/* ========================================= property detail ==================================== */
/* ============================================================================================== */

/* spec */
#property-detail-container .property-spec-hl-item>.icon {
    font-size:30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
#property-detail-container .property-spec-hl-item>.text>.t-text {
    font-size: 12px;
    line-height: 20px;
}
#property-detail-container .property-spec-hl-item>.text>.t-detail {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

/* contact */
#property-detail-container #contact-section .contact-form-row {
    padding: 20px;
}
#property-detail-container #contact-section .info-hl-group>.title {
    font-size: 14px;
    line-height: 22px;
}
#property-detail-container #contact-section .info-hl-group>.detail {
    font-size: 20px;
    line-height: 25px;
}
#property-detail-container #contact-section .contact-form-row .info-hl-group+.info-hl-group {
    margin-top: 10px;
    padding-top: 10px;
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content {
    width: calc(100% - 280px);
    padding-right: 50px;
}

#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed, #property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 280px;
}

/* ============================================================================================== */
/* ========================================= property detail ==================================== */
/* ============================================================================================== */

/* spec */
#property-detail-container .property-spec-row {
    border: none !important;
    padding: 30px 0 0 0;
    margin-top: 0;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li {
    min-width: none !important;
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li+li:before {
    display: none !important;
}
#property-detail-container .property-spec-hl-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#property-detail-container .property-spec-hl-item>.icon {
    font-size:35px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin: 0;
}
#property-detail-container .property-spec-hl-item>.text {
    padding-left: 10px !important;
    text-align: left;
}
#property-detail-container .property-spec-hl-item>.text>.t-text {
    font-size: 12px;
    line-height: 20px;
}
#property-detail-container .property-spec-hl-item>.text>.t-detail {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

/* contact */
#property-detail-container #contact-section .contact-form-row {
    padding: 20px;
}
#property-detail-container #contact-section .info-hl-group>.title {
    font-size: 14px;
    line-height: 22px;
}
#property-detail-container #contact-section .info-hl-group>.detail {
    font-size: 20px;
    line-height: 25px;
}
#property-detail-container #contact-section .contact-form-row .info-hl-group+.info-hl-group {
    margin-top: 10px;
    padding-top: 10px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

/* ============================================================================================== */
/* ========================================= property detail ==================================== */
/* ============================================================================================== */

#property-detail-container.scroll-fixed-box>.sf-box-inside {
    flex-wrap: wrap !important;
}
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
    padding: 0;    
}
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    margin-bottom: 30px;
}

/* spec */
#property-detail-container .property-spec-row>ul.property-spec-hl-group {
    flex-wrap: wrap;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li {
    min-width: calc(100% / 4);
}
#property-detail-container .property-spec-row {
    border-bottom: none !important;
}
#property-detail-container .property-spec-hl-item>.icon {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto;
}
#property-detail-container .property-spec-hl-item>.text {}
#property-detail-container .property-spec-hl-item>.text>.t-text {
    font-size: 12px;
    line-height: 20px;
}
#property-detail-container .property-spec-hl-item>.text>.t-detail {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
#property-detail-container .property-spec-hl-item {
    padding: 20px;
}

/* --------------------------------------------------------------- */
/* ---------------------------- media ---------------------------- */
/* --------------------------------------------------------------- */

/* #property-media-gallery-section,
#property-media-video-section {
    width: calc(100% + 40px);
    margin: 0 -20px;
} */
/* #property-media-gallery-section .property-media-slide .item-gallery,
#property-media-video-section .property-media-slide .item-video {
    width: 250px;
    border-radius: 5px;
} */

/* --------------------------------------------------------------- */
/* ---------------------------- info ----------------------------- */
/* --------------------------------------------------------------- */

#property-detail-is-info-section {
    padding-top: 20px;
}

/* --------------------------------------------------------------- */
/* --------------------------- contact --------------------------- */
/* --------------------------------------------------------------- */

/* contact on mobile */
#property-detail-container #contact-section.contact-on-mobile {
    display: block;
    border-bottom: none !important;
    margin-top: 0 !important;
}
#property-detail-container #contact-section.contact-on-mobile .default-btn {
    width: 300px !important;
    flex: none !important;
    margin: 0 auto;
}

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* ============================================================================================== */
/* ========================================= property detail ==================================== */
/* ============================================================================================== */

#property-detail-container.scroll-fixed-box>.sf-box-inside {
    flex-wrap: wrap !important;
}
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
    padding: 0;    
}
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    margin-bottom: 30px;
}

/* spec */
#property-detail-container .property-spec-row {
    border: none !important;
    padding: 30px 0 0 0;
    margin: 0 auto;
    width: 350px;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li {
    min-width: none !important;
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 10px;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li+li:before {
    display: none !important;
}
#property-detail-container .property-spec-hl-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* padding: 10px 15px;
    background-color: rgba(var(--custom-rgb-color-primary),0.1);
    border-radius: 5px; */
}
#property-detail-container .property-spec-hl-item>.icon {
    font-size:30px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin: 0;
}
#property-detail-container .property-spec-hl-item>.text {
    padding-left: 10px !important;
    text-align: left;
}
#property-detail-container .property-spec-hl-item>.text>.t-text {
    font-size: 12px;
    line-height: 20px;
}
#property-detail-container .property-spec-hl-item>.text>.t-detail {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ---------------------------- media ---------------------------- */
/* --------------------------------------------------------------- */

/* #property-media-gallery-section,
#property-media-video-section {
    width: calc(100% + 40px);
    margin: 0 -20px;
} */
/* #property-media-gallery-section .property-media-slide .item-gallery,
#property-media-video-section .property-media-slide .item-video {
    width: 250px;
    border-radius: 5px;
} */

/* --------------------------------------------------------------- */
/* ---------------------------- info ----------------------------- */
/* --------------------------------------------------------------- */

#property-detail-is-info-section {
    padding-top: 20px;
}

/* --------------------------------------------------------------- */
/* --------------------------- contact --------------------------- */
/* --------------------------------------------------------------- */

/* contact on mobile */
#property-detail-container #contact-section.contact-on-mobile {
    display: block;
    border-bottom: none !important;
}

}

/* xs */
@media (max-width: 575.98px) {

/* ============================================================================================== */
/* ========================================= property detail ==================================== */
/* ============================================================================================== */

#property-detail-container.scroll-fixed-box>.sf-box-inside {
    flex-wrap: wrap !important;
}
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-content,
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed,
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    width: 100% !important;
    padding: 0;    
}
#property-detail-container.scroll-fixed-box>.sf-box-inside>.sf-box-col.col-fixed .sf-box-fixed {
    margin-bottom: 30px;
}

/* spec */
#property-detail-container .property-spec-row {
    border: none !important;
    padding: 30px 0 0 0;
    margin-top: 0;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li {
    min-width: none !important;
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 10px;
}
#property-detail-container .property-spec-row>ul.property-spec-hl-group>li+li:before {
    display: none !important;
}
#property-detail-container .property-spec-hl-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    /* padding: 10px 15px; */
    /* background-color: rgba(var(--custom-rgb-color-primary),0.1);
    border-radius: 5px; */
}
#property-detail-container .property-spec-hl-item>.icon {
    font-size:30px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin: 0;
}
#property-detail-container .property-spec-hl-item>.text {
    padding-left: 10px !important;
    text-align: left;
}
#property-detail-container .property-spec-hl-item>.text>.t-text {
    font-size: 12px;
    line-height: 20px;
}
#property-detail-container .property-spec-hl-item>.text>.t-detail {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

/* --------------------------------------------------------------- */
/* ---------------------------- media ---------------------------- */
/* --------------------------------------------------------------- */

#property-media-gallery-section,
#property-media-video-section {
    width: calc(100% + 40px);
    margin: 0 -20px;
}
#property-media-gallery-section .property-media-slide .item-gallery,
#property-media-video-section .property-media-slide .item-video {
    width: 200px;
    border-radius: 5px;
}

/* --------------------------------------------------------------- */
/* ---------------------------- info ----------------------------- */
/* --------------------------------------------------------------- */

#property-detail-is-info-section {
    padding-top: 20px;
}

/* --------------------------------------------------------------- */
/* --------------------------- detail ---------------------------- */
/* --------------------------------------------------------------- */

#property-detail-is-info-section .detail-section+.detail-section {
    margin-top: 30px;
}

/* --------------------------------------------------------------- */
/* --------------------------- contact --------------------------- */
/* --------------------------------------------------------------- */

/* contact on mobile */
#property-detail-container #contact-section.contact-on-mobile {
    display: block;
}

}

/* xs custom */
@media (max-width: 399.98px) {}