/*
Theme Name: Ali Faraj Trading
Theme URI: https://alifarajtrading.com
Author: Ali Faraj Trading
Author URI: https://alifarajtrading.com
Description: Professional WordPress theme for Ali Faraj Trading - Dubai's premier industrial and hardware products supplier. Specializing in power tools, hand tools, bearings, safety equipment, paints, welding products, and building materials. A modern, responsive e-commerce theme designed for industrial product suppliers and hardware stores.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alifaraj-trading
Tags: e-commerce, industrial, hardware, shop, responsive, custom-header, custom-menu, featured-images, translation-ready, business
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* This file imports all the actual CSS from the assets folder */
/* The main styles are loaded via functions.php */
/* Hide nested dropdown menus by default */
.menu_cat_item .menu_cat_droapdown .dropdown .menu_cat_droapdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

/* Show nested dropdown on hover */
.menu_cat_item .menu_cat_droapdown .dropdown:hover > .menu_cat_droapdown {
    display: block;
}

/* Category SVG Icon Styling */
.menu_cat_item .category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.menu_cat_item .category-icon svg {
    width: 100%;
    height: 100%;
    color: #ff6b6b;
    transition: all 0.3s ease;
}

.menu_cat_item li:hover .category-icon svg {
    color: #ff5252;
    transform: scale(1.1);
}