.optioned_sorting {
  display: none;
}

.red_text {
 color: 101010;
}

.a.card_product_title {
  color: 101010;
}

.text a:link {
  color: 101010;
  outline-color: black;
  text-decoration-color: black;
}

.text a:hover {
  color: 101010;
  outline-color: black;
  text-decoration-color: black;
}

.text a:visited {
  color: 101010;
  outline-color: black;
  text-decoration-color: black;
}

.card_product_title a:link {
  color: black;
	outline-color: black;
  text-decoration-color: black;
}


.side_panel .table-menu ul li a {
	padding: 6px 10px 6px 10px;
}