/*
Theme Name: Winzons
Theme URI: https://winzons.com/
Author: Darshan Sohaliya
Author URI: http://example.com/
Description: Lightweight, accessible, mobile-first starter theme with clean templates and enqueueing.
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: winzons
*/

.header-logo .logo-image,.footer-logo .logo-image {
	max-width: 35px;
}
.nav-links {
    display: flex;
}
.nav-links li {
    padding: 10px;
}

.current_page_item a, .current-menu-item a {
	color: #f5b301;
}
.active-category .category-count {
	background-color: #f5b301;
	color: #000000;
}
.active-category {
	color: #f5b301 !important;
}