/*
Theme Name: Gadget Shop
Theme URI: https://www.seothemesexpert.com/products/free-gadget-wordpress-theme
Author: drakearthur
Author URI: https://www.seothemesexpert.com/
Description: Gadget Shop is a virtual wonderland for tech enthusiasts, offering a visually captivating and user-friendly platform for exploring the latest gadgets and tech innovations. With a sleek and modern design, it creates an inviting online space where users can effortlessly browse through a diverse array of cutting-edge gadgets. Its responsive layout ensures smooth browsing on all devices, whether you’re on a smartphone, tablet, or desktop.The theme’s layout is crafted to make the online shopping experience both enjoyable and straightforward, catering to both tech-savvy individuals and casual shoppers. Its purpose goes beyond showcasing products; it’s a dynamic environment designed to provide a seamless and immersive journey for anyone interested in staying up-to-date with the rapidly evolving world of technology. From futuristic smartphones to smartwatches, the Gadget Shop theme ensures that users can easily discover, compare, and acquire the perfect tech companions without the need for technical expertise.With a focus on user-friendliness and a visually appealing design, Multiple Color Option, Multiple Font Families, Typography, One Click Demo Importer, Breadcrumbs, Heading Banners, Blog Layouts, Theme Layouts, Animations, Translation ready, this theme transforms the virtual exploration of gadgets into an exciting and accessible adventure for all. Whether you’re a tech enthusiast looking for the latest innovations or someone curious about the world of gadgets, the Gadget Shop is your go-to destination for an enjoyable and immersive tech shopping experience.
Version: 0.1
Tested up to: 6.8
Requires PHP: 7.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gadget-shop
Template: gadget-store
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, sticky-post, featured-images, footer-widgets, flexible-header, full-width-template, post-formats, theme-options, threaded-comments, blog, portfolio, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --color-primary1: #27C0FE;
  --color-primary2: #0F93C9;
}
a{
    text-decoration: none;
}
.logo p a, .logo h1 {
  font-size: 30px;
  color: #000;
}
.logo p a:hover{
  color: var(--color-primary1);
}
.main-header .navbar .navbar-menu li.current_page_item a{
  background: var(--color-primary2);
  color: #fff;
}
.main-header .navbar .navbar-menu ul li.current_page_item ul.sub-menu a{
  background:none !important;
  color: #fff !important;
}
.header-details i:hover, button.category-btn:hover{
  color: var(--color-primary1) !important;
}
.main-header .navbar .navbar-menu ul li a:hover, .logo a:hover{
  color: #fff;
}
.product-main:hover .product-content, .product-main:hover h4 a, .product-main:hover .product-content a,
.product-main:hover  p.discount_amt.mb-0, .product-main:hover .product-content p,.product-main:hover  p.sale_cart a{
  color: #fff;
}
.product-content h4 a:hover, .slider-post a:hover, 
.product-content a:hover, .header-details i:hover, 
.upper-header-area a i:hover, button.category-btn:hover, .upper-header-area a:hover{
  color: #fff;
}