.product-kaart {
  padding: 5px 20px;
  margin: 0px 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #666;
  margin-bottom: 1em;
  display: inline-block;
  width: 300px;
  font-weight: 400;
  text-align: left;
}

.dealer-menu li {
  padding: 5px 20px;
  background: #fff;
  color: #fff!important;
  border-radius: 4px;
  border: 1px solid #666;
  margin-bottom: 1em;
  display: block;
  width: 250px;
  font-weight: 400;
  text-align: left;
}

.dealer-menu li a:after {
  display: inline-block;
  -webkit-transform: scale(0.5, 1); /* Safari and Chrome */
  -moz-transform: scale(0.5, 1); /* Firefox */
  -ms-transform: scale(0.5, 1); /* IE 9 */
  -o-transform: scale(0.5, 1); /* Opera */
  transform: scale(0.5, 1); /* W3C */
  content: ">";
  position: relative;
  margin-left: 5px;
}

.dealer-menu li a {
  text-decoration: none;
  font-size: 15px;
  color: black;
}