.ada {
	display: none;
}

.ui-datepicker a,
.woocommerce ul.products li.product a,
.woocommerce #reviews h2 small a,
.woocommerce p.stars a,
.woocommerce .widget_rating_filter ul li a,
a,
.wp-block-file a.wp-block-file__button,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
	text-decoration: underline;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
	content: none;
}

.woocommerce ul.products li.product .price {
    text-decoration: underline;
}

body {
	background-color: #fff;
	color: #4d4d4f;
}
a {
	color: #ad0c23;
}