/*
Theme Name: Realar
Theme URI: https://wordpress.themeholy.com/realar
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Realar - Real Estate Apartment Complex WordPress Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realar
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. 

*/

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

/*  */
.filter-item.hidden {
    display: none;
}
.property-page-single .property-grid-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: var(--theme-color);
    border-radius: 8px;
    padding: 40px 35px;
    list-style: none;
    margin: 0;
    gap: 28px;
}

.property-page-single .property-grid-list li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 9px;
}
.hesaplama table tbody  tr:nth-child(3) td{
    background-color: #ecd46a;
    font-weight:bold;
} 
.hesaplama table tbody  tr:nth-child(9) td{
    background-color: #ecd46a;
    font-weight:bold;
} 
.hesaplama table  tr:last-child td{
    background-color: #ecd46a;
    font-weight:bold;
} 
.property-comments {
    display: none;
}