/*
Theme Name:     R&D Child Theme
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Me
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/



/* Custom Product Category Menu Styles  */

.custom-category-menu {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border: 1px solid #333;
    margin-bottom: 15px;
    font-family: 'Aldrich', sans-serif;
}

.custom-category-menu .category-item {
    margin-bottom: 10px;
}

.custom-category-menu .category-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.custom-category-menu .category-link:hover {
    color: #ff9900;
}
