/*
 Theme Name:   Storefront Child
 Description:  Storefront Child Theme
 Template:     storefront
 Version:      1.0.0
 Text Domain:  storefront-child
*/

.widget_product_categories ul li:before {
	content: "" !important;
}


.widget_product_categories{
	background-color: #f5f5f1;
}
.widget_product_categories ul li{
	border-bottom: 1px solid #DFDFDF;
	
}

.widget_product_categories ul li a{
	color: #0192b5 !important;
	padding: 8px;
}

.widget_product_categories ul li:hover{
	background-color:#EAEAE3;
}