.product-categories .product-categories-btn {
  border-radius: 0;
  width: 100%;
  text-align: start;
  padding: 1.6rem 2.2rem;
  color: #fff;
  background-color: rgb(21, 59, 132);
}


::selection {
  color: #fff;
  background: rgb(15, 30, 113);
}

elemento {
}
button[type="submit"], input[type="button"], input[type="reset"], input[type="submit"], .wf-load-more a, .wf-btn-primary {
  color: #fff;
  background-color: rgb(24, 21, 132);
  border-color: rgb(18, 41, 164);
}

button[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  color: #fff;
  background-color: rgb(12, 15, 162);
}