/* Banner */
.page-title-section .page-title h1 {
	color: #fff;
}
/* Breadcrumb */

/* Sidebar */
body .sidebar .section-header .widget-title, body .sidebar .wp-block-search .wp-block-search__label, body .sidebar .widget.widget_block h1, body .sidebar .widget.widget_block h2, body .sidebar .widget.widget_block h3, body .sidebar .widget.widget_block h4, body .sidebar .widget.widget_block h5, body .sidebar .widget.widget_block h6, body .sidebar .widget.widget_block .wc-block-product-search__label {
    color: #ffffff!important;
}
body .sidebar p, .sidebar .wp-block-latest-posts__post-excerpt {
    color: #64646d!important;
}
.sidebar a {
    color: #64646d!important;
}

/* Footer Widgets */
    .site-footer p {
        color: #fff;
    }
