/*
 Theme Name:   Consultio Child
 Theme URI:    https://empireinternetsolutions.com
 Description:  Child theme for Consultio with WooCommerce fixes
 Author:       Empire Internet Solutions
 Template:     consultio
 Version:      1.0.0
*/

/* Hide page title section on individual product pages */
body.single-product #pagetitle,
body.single-product #pagetitle-elementor {
    display: none;
}

/* Solutions sidebar icon list - default button background */
.elementor-element-06d35b4 .elementor-icon-list-item a {
    background-color: #f9fbfd;
}