.quick-view-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.quick-view-modal .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


button.bbd-quick-view-btn, button.side-quick-view {
    padding: 10px 12px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
}


/*Quick View*/
/* .quick-view-btn {
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 10px !important;
    background-color: transparent;
    font-size: 100%;
    border-style: none;
    z-index: 999;
} */

.quick-view-modal-overlay {
    background-color: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quick-view-modal-side-view {
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
}

.quick-view-controls {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    padding: 10px 30px;
}

.quick-view-title {
    font-size: 14px;
    width: 90%;
}

.qv-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
}

.fa-compass {
    color: #fff;
    font-size: 50px;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.quick-view-container,
.quick-view-content-container {
    height: calc(100% - 30px);
}

.quick-view-content-container {
    overflow-y: auto;
}

.quick-view-btn i,
.quick-view-title i,
.quick-view-field i {
    font-family: 'FontAwesome';
    font-style: normal;
}

.quick-view-btn i,
.quick-view-title i {
    margin-right: 5px;
}

.quick-view-phone i,
.quick-view-email i,
.quick-view-website i {
    font-size: 16px;
}

.quick-view-phone i {
    margin-right: 11px;
}

.quick-view-email i {
    margin-right: 8px;
}

.quick-view-website img {
    margin-right: 9px;
}

.quick-view-social i {
    font-size: 18px;
}

.quick-view-field i.fa-solid:before, .quick-view-field i.fa-brands:before, .quick-view-field i.fa-regular:before {
    color: #5E6C38!important;
}

.quick-view-amenity i {
    margin-right: 7px;
}

.quick-view-social {
    display: flex;
    flex-wrap: wrap;
}

.quick-view-social-field:not(:last-child) {
    margin-right: 15px;
}

.quick-view-close {
    width: 10%;
    cursor: pointer;
    font-size: 22px;
    text-align: right;
}

.quick-view-amenity,
.quick-view-field a,
.quick-view-social-field:not(.quick-view-post-title) a, .qv-number-of-rooms {
    font-weight: 600;
}

.qv-number-of-rooms,
.qv-description {
    color: #5E6C38;
}

.quick-view-content-container {
    padding: 0 30px;
}

.quick-view-field:not(:last-child) {
    margin-bottom: 10px;
}

.quick-view-field.field-group .quick-view-field {
    margin-bottom: 0;
}

.quick-view-field.quick-view-address,
.quick-view-field.quick-view-line2,
.quick-view-field.quick-view-rooms-units,
.quick-view-field.quick-view-phone,
.quick-view-field.quick-view-email,
.quick-view-field.quick-view-website,
.quick-view-field.quick-view-amenity,
.quick-view-field.quick-view-description, .quick-view-amenity {
    font-size: 14px;
    letter-spacing: 0;
}

.quick-view-field.quick-view-address,
.quick-view-field.quick-view-line2 {
    line-height: 1.4em;
}

.quick-view-featured-img {
    line-height: 0;
}

.quick-view-featured-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center;
}

.quick-view-post-title h3 a {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    padding: 0;
}

.quick-view-field h4 {
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 700;
    padding-bottom: .2em;
    padding-top: .6em;
    color: #4d4d4f;
    text-transform: unset;

}

.quick-view-read-more-btn {
    text-transform: capitalize;
    background-color: #5E6C38;
    color: #fff;
    display: block;
    font-size: inherit !important;
    letter-spacing: 1px;
    padding: .5em 1em;
    margin-top: 1em;
    text-align: center;
    width: 100%;
    transition: background-color .2s ease-in-out;
    border-radius: 4px;
}

.quick-view-read-more-btn:hover {
    background-color: #AA4938;
}

.open-menu-zindex {
    z-index: -1 !important;
}

.quick-view-field.quick-view-website i {
    margin-right: 11px;
}




.quick-view-popup-degine {
    max-height: 500px;
    overflow: auto;
}

.quick-view-content {
    position: relative;
  
}

.quick-view-popup-degine .quick-view-field.quick-view-post-title {
    margin-top: 15px;
}


.quick-view-popup-degine .bbd-fav-container {
    position: relative !important;
    bottom: auto;
    right: auto;
    margin-bottom: 10px;
}

.quick-view-field.quick-view-amenities-container {
    display: none;
}


.quick-view-popup-degine a.quick-view-field.quick-view-read-more-btn {
    max-width: 200px;
}