.elementor .ahura-mega-menu-element .cats-list-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #333;
    margin: 0;
    padding: 0 10px;
}

.elementor .ahura-mega-menu-element .cats-list-title svg {
    width: 20px;
}

.ahura-mega-menu-element .cats-list {
    width: 270px;
}

.ahura-mega-menu-element.has-dropdown-icon-onsubmenu .menu li.menu-item-has-children > a::after {
    content: "\F104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	left: 16px;
}

@media screen and (max-width: 1024px) {
    .ahura-mega-menu-element .cats-list {
        width: 100%;
    }
}