/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: John Clark
Author URI: https://nabpilot.org
Template: Avada
Version: 2.0.0
Text Domain:  Avada
*/

/*
span.cls-title {
    color: #572a73;
}
*/


/* 
Make the Product Parent and Child categories display indented hierarchy
*/
.wc_widget_product_categories .widget ul.product-categories {
    padding: 10px;
}

.wc_widget_product_categories .widget ul.children {
    padding: 15px;
}

