/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */ 
 
 .fas.fa-minus-square {
    opacity: .35;
}

.widget_product_categories ul li::before {
    content: none !important;
}

.widget_product_categories ul li {
    padding-left: 6px !important;
}

.top-categories-widget ul li {
    display: block;
}

.top-categories-widget ul li a {
    color: #f7f3ef !important;
}

.top-categories-widget ul li a, .top-categories-widget ul li span {
    display: inline;
}

.top-categories-widget ul ul {
    float: none;
    position: relative;
    top: 0;
    left: 0;
}

.top-categories-widget ul li a::before {
    content: none;
}

.product-categories li:last-of-type a {
    margin-left: 0px !important;
}

.product-categories li:last-of-type a::before {
    content: none !important;
}

.top-categories-widget .children {
    position: relative !important;
    left: 6px !important;
    background-color: transparent;                                                                                
}

button.menu-categories {
    clear: left;
    max-width:280px;
}

#menu-categories {
    clear:both;
    padding: 0 8px;
    display:none;
}

.menu-categories {
    margin: 12px 0;
}

table td, table th {
    padding: 4px;
}

@media only screen and (max-width: 768px) {
  #woocommerce_product_categories-2 {
    display:none;
  }
}