/*
Theme Name: Cricket Kit
Theme URI: https://wordpress.org/themes/CricketKit/
Author: Fitser Team
Author URI: https://www.fitser.com/
Description: Cricket Kit is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Cricket Kit will make your WordPress look beautiful everywhere.
Version: 1.0
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: CricketKit

*/


/*****************************/

#woocommerce_product_categories-2 ul.product-categories, #woocommerce_product_categories-2 ul.product-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}
#woocommerce_product_categories-2 ul.product-categories li ul.children  {
    display: none;
}
#woocommerce_product_categories-2 ul.product-categories li{position: relative;border-bottom: #ccc 1px dotted;}
#woocommerce_product_categories-2 li.cat-parent::after {
    padding: 0;
    margin: 0;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 18px;
    color: #7e7e7e;
    position: absolute;
    right: 5px;
    top: 3px;
    pointer-events: none;
}
#woocommerce_product_categories-2 li.cat-parent.arrowdwn::after {
    padding: 0;
    margin: 0;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 18px;
    color: #7e7e7e;
    position: absolute;
    top: 3px;
    right: 5px; 
    pointer-events: none;
}
#woocommerce_product_categories-2 ul.product-categories ul.children li.cat-item {
    padding: 6px 15px;
}
#woocommerce_product_categories-2 ul.product-categories > li{
	padding:0;
}
#woocommerce_product_categories-2 ul.product-categories li:hover{
	background-color: transparent;
}

#woocommerce_product_categories-2 ul li ul li a {
    padding: 2px 15px;
	position: relative
}
#woocommerce_product_categories-2 ul.product-categories li a::before {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 4px;
	color: #000;
	font-size: 16px;
}
#woocommerce_product_categories-2 > ul li.cat-parent::after {
	padding: 0;
	margin: 0;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 18px;
	color: #7e7e7e;
	position: absolute;
	right: 5px;
	top: 3px;
	pointer-events: none;
}
#woocommerce_product_categories-2 > ul li.cat-parent::after {
	padding: 0;
	margin: 0;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 18px;
	color: #7e7e7e;
	position: absolute;
	right: 5px;
	top: 3px;
	pointer-events: none;
}
/*#woocommerce_product_categories-2 ul li a::before {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 4px;
	color: #000;
	font-size: 16px;
}*/

.single-product .woocommerce ul.products li.product, .single-product .woocommerce-page ul.products li.product {
	width: 100% !important;
}

.error404 .about-us_desc{padding: 55px 0; }