.compare-listing  {
    width: 135px;
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #fff;
    z-index: 1000;
    -webkit-transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    -moz-transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    -o-transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    -ms-transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.compare-listing.listing-open {
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%) !important;
    -moz-transform: translate3d(0, 0, 0) translateY(-50%) !important;
    -o-transform: translate3d(0, 0, 0) translateY(-50%) !important;
    -ms-transform: translate3d(0, 0, 0) translateY(-50%) !important;
    transform: translate3d(0, 0, 0) translateY(-50%) !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 8px 20px 0px #0000000D;
    border-radius: 16px;
}

.tfre-listing-btn {
    padding: 0;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    height: 120px;
    width: 20px;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.tfre-listing-btn i {
    font-size: 18px;
    position: relative;
    left: 0px;
    top: 7px;
}

.compare-listing-header {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.compare-listing-header .title {
    margin: 0;
    line-height: 1;
}

.compare-listing-body {
    padding: 15px 0;
    text-align: center;
}

.compare-thumb-main {
    margin-left: 0;
    margin-right: 0;
}

.compare-thumb-main .compare-thumb {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100% !important;
}
.compare-thumb-main .compare-thumb .compare-property-img {
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.compare-listing-body .tfre-compare-properties-button{
    width: 105px;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 10px;
}
.compare-thumb-main .thumb-inner-empty {
    height: 56px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 2px dashed #eeeeee;
}

.compare-thumb-main .compare-property-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: var(--theme-primary-color);
    border: none;
    padding: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: grid;
    align-items: center;
    justify-content: center;
    right: 11px !important;
}

.compare-thumb-main .compare-property-remove i {
    position: relative;
    font-size: 10px;
    top: unset !important;
    font-weight: 700;
}
.compare-listing-hidden {
    display: none;
}



/* Compare page 
-------------------------------------------------------------- */

.tfre-compare-table .compare-tables td,
.tfre-compare-table .compare-tables th {
    padding: 1.25rem;
}

.tfre-compare-table .property-image-wrap {
    position: relative;
    margin-bottom: 16px;
}

.tfre-compare-table .property-image-wrap img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 16px;
}

.tfre-compare-table .property-image-wrap a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.tfre-compare-table .property-info {
    font-size: 20px;
}

.tfre-compare-table .compare-features .property-location {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.tfre-compare-table .compare-features .property-location i {
    color: #8E8E93;
}

.tfre-compare-table .compare-tables td {
    font-size: 16px;
    color: #5C5E61;
}

.tfre-compare-table .compare-tables .title-list-check {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #2C2E33;    
    width: 16%;
}

.tfre-compare-table .icon-proty-star {
    color: var(--theme-primary-color);
}

.tfre-compare-table .property-location {
    margin-top: 10px;
}

.tfre-compare-table .compare-features {
    text-align: left;
}

.tfre-compare-table .compare-features .property-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.tfre-compare-table .compare-features .property-location {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #5C5E61;
    margin-bottom: 13px;
}

.tfre-compare-table .compare-features .property-location i {
    font-size: 18px;
    margin-right: 7px;
    vertical-align: text-top;
}

.tfre-compare-table .compare-features .property-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: var(--theme-primary-color);
}

.tfre-compare-table .compare-tables th {
    width: 20%;
}

.tfre-compare-table td,
.tfre-compare-table th {
    border-top: unset;
    border-left: unset;
    border-color: #ECECEC;
}

.tfre-compare-table td:last-child,
.tfre-compare-table th:last-child {
    border-right: unset;
}

.tfre-compare-table {
    border: 1px solid #ECECEC;
    border-radius: 16px;
}

.tfre-compare-table tbody tr:last-child td {
    border-bottom: unset;
}

@media only screen and (max-width: 1200px) {
    .tfre-compare-table .compare-tables {
        width: max-content;
    }
}
