/*
Theme Name: G7 Electronics WP Custom Theme
Theme URI: http://szitechnologies.com/
Author: Hiranmoy Mondal
Author URI: https://localhost/
Description: a ecommerce theme for mobile part repearing and sale and service
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: ecommerce
*/


.leftbox ul.product-categories {
	padding: 0;
	border: 1px solid #007eff;
	width: 100%;
}
.leftbox ul li {
	list-style-type: none;
}
.leftbox ul li a {
	border-bottom: 1px solid #007eff;
	width: 100%;
	display: block;
	padding: 8px;
	color: #007eff;
	transition: .3s;
}
.leftbox ul li a:hover {
	text-decoration: none;
	background-color: #007eff;
	color: #fff;
}
.leftbox ul ul {
	padding: 0px;
}
.leftbox ul ul li a {
	padding-left: 30px;
}
.leftbox ul ul li a:hover {
	text-decoration: none;
	background-color: #007eff;
	color: #fff;
}
.leftbox ul ul ul li a {
	padding-left: 50px;
}

.checked_div{
	border: 2px solid !important;
}

.cucheckbox input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    z-index: 10;
}

.time {
    font-size: 17px !important;
}
/*.cart, .price {
    display: none !important;
}*/