/*
Theme Name:   Trade Child
Description:  Child theme for Trade
Author:       olxbd Team
Author URI:   https://www.youtube.com/@olxbd-jx3pj
Template:     trade
Version:      1.0.1
Text Domain:  trade-child
*/

/* Add your custom styles below */

ul.children {
    display: none;
    margin-left: 15px; /* Indent child items */
}

/* Style for toggle icons */
.toggle-icon {
	width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
	position: absolute;
    top:12px;
	right: 0;
}

.td_ad_cat .panel-body.categories ul li.cat-item {
	position:relative;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items: center;
}

.td_ad_cat .categories .children{
	margin-left:35px;
}

.td_ad_cat #accordion .panel-body a i{
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 5px;
}

.td_ad_cat #accordion .panel-body ul li a{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: center;
	margin-right:5px;
}
.item-info .item-cat .location{
    font-size: 16px;
}
.item-info .item-cat .spacer{
    font-size: 16px;
}

