.productButton {
  background-color: #393939;
  color: white;
  transform: skew(-20deg);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 2px; }

.productButton p a {
  color: white;
  text-decoration: none; }

.productButton p {
  transform: skew(20deg) !important;
  font-family: "Dense", "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 20px; }
