/*
Theme Name: BatDongSan
Description: This is a child theme for Flatsome Theme
Author: nhienphan
Template: flatsome
Text Domain: nhienphan
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.price-filter a.active{
    background-color: var(--primary-color);
    color: #FFF;
}
.sidebar-title{
    color: var(--primary-color);
    font-weight: bold;
}

.filter-box{
   
}

.filter-box .price-filter{
    padding: 10px 0;
}

.page-title{
    font-size: 2rem;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

