/*
Template:       homlisti
Theme Name:     Homlisti Child - reservatucoche.es
Theme URI:      https://www.radiustheme.com/demo/wordpress/themes/homlisti/
Author:         RadiusTheme
Author URI:     https://www.radiustheme.com
Description:    HomListi is a modern and clean WordPress Theme best suited for real estate website. This theme comes with all necessary features and pages for a Real Estate website.
Version:        1.0
Text Domain:    homlisti
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, threaded-comments, translation-ready, blog
License URI:    https://themeforest.net/licenses/terms/regular
*/
.rtin-details4-sidebar .classified-seller-info .rtin-box .rtin-email a {
    background-color: #115EAA !important;
}

/* Listing single page */
.rtin-details4-sidebar .classified-seller-info .rtin-box .rtin-box-item.rtin-store {
    background-color: #315ca7;
    color: #fff;
    padding: 5px 0;
}

.rtin-details4-sidebar .classified-seller-info .rtin-box .rtin-box-item.rtin-store .rtin-box-item-text {
    color: #fff;
    padding: 5px 0;
}

.rtin-details4-sidebar .classified-seller-info .rtin-box .rtin-box-item.rtin-store .fa-shopping-basket:before {
    content: none;
}

/* Listing archive slider */

.listing-archive-carousel .swiper-button-prev:after,
.listing-archive-carousel .swiper-button-next:after {
    display: none;
}

.listing-archive-pagination .listing-navigation {
    height: 32px;
    width: 32px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    border-radius: 50%;
    background-color: #fff;
    color: #222222;
    transform: scale(.8);
}

.listing-archive-pagination .listing-navigation:hover {
    color: var(--rtcl-primary-color);
}

.homlisti-listing-archive .rtcl-listing-item:hover .listing-archive-pagination .listing-navigation {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.listing-list-each-2 .listing-archive-carousel {
    max-width: 240px;
    overflow: hidden;
    position: relative;
}

.swiper-slide .image-count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
}

/* Seller info for mobile */

@media screen and (min-width: 992px) {
    .mobile-bottom-fixed-seller-info {
        display: none;
    }
}

.mobile-bottom-fixed-seller-info {
    background-color: #ddefeb;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    padding: 17px 0 13px;
}

.mobile-bottom-fixed-seller-info .rtcl-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: var(--rtcl-link-color);
    margin-bottom: 0;
}
.mobile-bottom-fixed-seller-info .rtcl-mobile i {
    font-size: 16px; margin-right: 5px;
}
.mobile-bottom-fixed-seller-info .ph-number {
    padding: 0;
    position: relative;
}
.mobile-bottom-fixed-seller-info .ph-number .text-muted {
    text-indent: -99999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:10;
}
.mobile-bottom-fixed-seller-info .rtin-whatsapp {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--rtcl-link-color)
}
.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-my-listing-table .rtcl-actions {
    padding: 10px 10px 5px;
    width: 192px !important;
}
