/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 17 2022 | 10:30:54 */
.page-title-bar-01 .heading {
    color: #0f684c!important;
	font-weight: 500!important;
}

.page-title-bar-01 .page-title-bar-inner {
    padding-top: 17px!important;
    padding-bottom: 60px!important;
}

.page-title-bar-01 .page-title-bar-heading {
    padding: 19px 0 0!important;
}

#block-4{
	display:none;
}

.logged-in #block-4{
	display:block;
}

ul li.wc-block-product-categories-list-item a:first-child{
	display:none;
}


.wc-block-product-categories-list-item-count{
	display:none;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item a{
	display:block;
	color:#000;
	font-size: 15px;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item a:hover{
	color:#0f684c;
	
}

.wp-block-group__inner-container p strong{
    font-size: 18px;
	color:#0f684c;
}

#block-4.widget.widget_block{
    background-color: #F2F2F2;
	margin-top: 17px;
}