/**** PREVIEW CARDS ****/
/** LOGO **/
.listing-preview .c27-footer-section {
    border-top: none;
}
.listing-preview .listing-details.actions {
    height: 30px;
  	background: #ffffff10;
}
.ld-info ul li a {
    background: transparent;
}
.ld-info ul li i {
    color: #C8BDB3;
}
.listing-preview .listing-details .c27-bookmark-button.bookmarked {
    background: transparent !important;
}
.listing-preview .listing-details .c27-bookmark-button.bookmarked i:before {
    content: "\e87d";
    color: #C8BDB3;
}
/* FEATURED LISTING BADGE */
.level-promoted .ad-badge {
    border: 1px dashed #C8BDB3;
    background: #00000080;
}
/* PROMOTED LISTING BADGE */
.level-featured .ad-badge {
    border: 1px dashed #C8BDB3;
    background: #ffffff20;
}
/* SHOWS THE QUICK VIEW ICON ON SMALLER DEVICES */
@media only screen and (max-width : 768px) {
    .quick-view-modal.in,
    .item-preview {
        display: flex !important;
    }
    .quick-view-modal.in>.container {
        width: 100%;
    }
}
/* BADGES */
.ad-badge {
    border-color: #C8BDB3;
}
.ad-badge:hover {
    border-color: #C8BDB3;
    background: #ffffff20;
}
/* FOOTER */
.listing-preview .c27-footer-section {
    background: #ffffff10;
}
/* LISTING FEED NAVIGATION */
.lf-nav li a {
    background: #ffffff20;
    color: #C8BDB3;
}
.lf-nav li a:hover {
    background: #ffffff25;
    color: #C8BDB3;
}
.no-info-fields .lf-item-default .lf-item-info {
    align-items: inherit !important;
}




/******** QUICK VIEW - GLOBAL ********/
.quick-view-modal .quick-view-alternate .mc-left {
    background-color: #000;
}
/****** LISTING TITLE ******/
.quick-view .lf-item-info>h4 {
    font-weight: 700;
    font-size: 1.4rem;
}
/****** HEADINGS ******/
/**** ICONS ****/
.quick-view .title-style-1 i {
    display: none;
}
/**** HEADING ****/
.quick-view .title-style-1 h5 {
    color: #fff;
}
/****** TEXT ******/
.quick-view p {
    color: #ccc;
}
/****** TEXT & CATEGORY AREA ******/
/**** CONTAINER ****/
.quick-view-modal .grid-item .element {
    background: #000;
}
/**** CATEGORY ****/
/** TITLE **/
.quick-view .listing-details .category-name {
    color: #ccc;
    background: transparent;  
    overflow: visible;
}
/** ICON **/
.quick-view .listing-details .cat-icon {
    background: rgba(255,255,255, .2) !important;    
}
.quick-view .cat-icon i {
    color: var(--accent) !important;    
}