#hero {
  min-height: 250px;
  max-height: 250px;
}
.caption {
  display: none;
}
#melding {
  display: none;
}
#intro + #banden {
  padding-top: 0px;
}
.band {
  margin-bottom: 20px !important;
  padding: 10px;
  border: 1px solid #e4e4e4;
  background: #f6f6f6;
  border-radius: 3px;
  line-height: 100%;
}
.band--image {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 80%;
  margin: 0px auto 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #ffffff;
}
.band--image a {
  display: block;
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.band--image a img {
  display: block;
  position: relative;
  margin: 0px auto;
  bottom: 0px;
  max-height: 100%;
}
.band--merk {
  text-align: center;
  font-weight: 700;
}
.band--model {
  text-align: center;
  border-bottom: 1px solid #ffcc00;
  border: 0px;
  margin-top: 5px;
  padding-bottom: 0px;
  font-size: 90%;
  height: 32px !important;
}
.band--specificaties {
  text-align: center;
  font-size: 90%;
  letter-spacing: -0.5px;
}
.band--toepassing {
  text-align: center;
  margin-top: 5px;
  font-size: 90%;
}
.band--maat {
  text-align: center;
  margin-top: 5px;
  font-size: 90%;
  display: none;
}
.band--positie {
  text-align: center;
  margin-top: 5px;
  font-size: 90%;
  display: none;
}
.band--toepassing {
  text-align: center;
  margin-top: 5px;
  font-size: 90%;
}
.band--prijs {
  text-align: right;
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 10px 10px;
  font-size: 180%;
  line-height: 100%;
  vertical-align: text-top;
}
.band--prijs sup {
  font-size: 50%;
  padding-left: 2px;
}
.band--prijs .small {
  font-size: 70%;
}
#pager a {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 5px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
}
#filter a {
  display: inline-block;
  padding: 0px 10px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #111;
}
#filter a.current {
  color: #ffcc00;
}
#filter button {
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #111;
  border: 0px;
  background-color: Transparent;
  border-radius: 0px;
}
#filter button.jplist-selected {
  color: #ffcc00;
}
#sort a {
  display: inline-block;
  padding: 0px 5px 0px 0px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #111;
}
#sort a.current {
  color: #ffcc00;
}
#sort button {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #e4e4e4;
  border: 0px;
  background-color: Transparent;
  border-radius: 0px;
}
#sort button.jplist-selected {
  color: #111111;
}
#pagination {
  float: left;
  width: calc(100% - 20px);
  padding: 20px 10px;
  text-align: center;
  margin: 0px 10px;
}
#pagination button {
  display: inline-block;
  width: 30px;
  margin: 0px 2px;
  padding: 5px 0px;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  cursor: pointer;
  text-transform: uppercase;
  color: #6f6f6f;
  background-color: Transparent;
  border-radius: 0px;
}
#pagination .jplist-holder {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: 300;
  cursor: pointer;
  text-transform: uppercase;
  color: #6f6f6f;
  border: 0px;
  background-color: Transparent;
  border-radius: 0px;
}
#pagination .jplist-holder button {
  display: inline-block;
  width: 30px;
  margin: 0px 2px;
  padding: 5px 0px;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #6f6f6f;
  border: 0px;
  background-color: Transparent;
  border-radius: 0px;
}
#pagination .jplist-holder button:hover {
  border-radius: 50%;
  background-color: #f6f6f6;
}
#pagination .jplist-holder button.jplist-selected {
  color: #111111;
  border-radius: 50%;
  border: 2px solid #e4e4e4;
  background-color: #ffffff;
}
#bandenlijst.list .kol1 {
  width: 100%;
  padding: 0px 10px;
}
#bandenlijst.list .band {
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}
#bandenlijst.list .band:after {
  content: '';
  display: block;
  clear: both;
}
#bandenlijst.list .band--image {
  display: none;
}
#bandenlijst.list .band--merk,
#bandenlijst.list .band--model,
#bandenlijst.list .band--specificaties,
#bandenlijst.list .band--toepassing,
#bandenlijst.list .band--maat,
#bandenlijst.list .band--positie,
#bandenlijst.list .band--prijs {
  float: left;
  width: calc(100% / 5);
  text-align: left;
  padding: 0px 0px;
  vertical-align: bottom;
  margin-top: 0px;
}
#bandenlijst.list .band--merk {
  line-height: 40px;
}
#bandenlijst.list .band--model {
  border-bottom: 0px;
  padding-bottom: 0px;
  line-height: 40px;
}
#bandenlijst.list .band--specificaties {
  padding-top: 0px;
  line-height: 40px;
}
#bandenlijst.list .band--maat {
  padding-top: 0px;
  line-height: 40px;
}
#bandenlijst.list .band--positie {
  padding-top: 0px;
  line-height: 40px;
  display: none;
}
#bandenlijst.list .band--toepassing {
  padding-top: 0px;
  line-height: 40px;
}
#bandenlijst.list .band--prijs {
  padding: 5px 10px 10px;
  vertical-align: top;
  text-align: right;
}
#bandenlijst.list #pagination {
  border-bottom: 1px solid #e4e4e4;
}
#side {
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 0px;
  padding: 0px 0px 0px 20px;
  background: #ffffff;
}
#side i.fa {
  margin-right: 10px;
}
#side a {
  color: #e4e4e4;
}
#side a.current {
  color: #111111;
}
#sort,
#showAs {
  position: relative;
  z-index: 99;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  background: #ffffff;
  font-size: 0.8em;
}
#sort:last-child,
#showAs:last-child {
  border-left: 1px solid #ffcc00;
  padding-left: 20px;
}
#sort a,
#showAs a {
  color: #e4e4e4;
}
#sort a.current,
#showAs a.current {
  color: #111111;
}
.bandenicons {
  position: absolute;
	width: 100%;
	top: -10px;
	padding: 10px;
	height: 60px;
}
.bandenicons div { margin-left: 10px; }
.new {
  position: absolute;
  position: relative;
  float: right;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #fc0;
  right: 10px;
  top: 10px;
  z-index: 10;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform:uppercase;
}
.opisop {
  position: absolute;
  position: relative;
  float: right;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #f00;
  right: 10px;
  top: 10px;
  z-index: 10;
/*   padding-top: 12px; */
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 11px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mitas1 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #000;
  background-image: url('../images/mitas-groen1.png');
  background-size: 50px 50px;
  right: 10px;
  top: 10px;
  z-index: 10;
  padding-top: 12px;
}
.mitas2 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #000;
  background-image: url('../images/mitas-groen2.png');
  background-size: 50px 50px;
  right: 10px;
  top: 10px;
  z-index: 10;
  padding-top: 12px;
}
.actie {
  position: absolute;
  position: relative;
  float: right;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #88d124;
  right: 10px;
  top: 10px;
  z-index: 10;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cashback {
  position: absolute;
  position: relative;
  float: right;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #88d124;
  right: 10px;
  top: 10px;
  z-index: 10;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
