/*
* Jobs menu log
*/

.jobs-count {
  background: #33b894;
  color: #fff;
  border-radius: 20px;
  width: 14px;
  line-height: 14px;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  position: absolute;
  margin-left: 2px;
}

.footermenu .jobs-count {
		width: 11px;
		line-height: 11px;
		font-size: 8px;
}
.productproperties .content ul li{
		list-style-type: disc !important;
}
.content ul.files li{
		list-style-type: none !important;
}

/* play page en/nl/fr/de */
/* Hide dealer button in menu */
body.page-id-838 [id^=menu-main],
body.page-id-2026 [id^=menu-main],
body.page-id-2438 [id^=menu-main],
body.page-id-2439 [id^=menu-main] {
    margin-right: 0;
}
body.page-id-838 .yellow .bottommenu .headerdealerbtn,
body.page-id-2026 .yellow .bottommenu .headerdealerbtn,
body.page-id-2438 .yellow .bottommenu .headerdealerbtn, 
body.page-id-2439 .yellow .bottommenu .headerdealerbtn {
    display: none;
}
/* Remove gray background */
body.page-id-838.page-template-template_productsub .content-area:before,
body.page-id-2026.page-template-template_productsub .content-area:before,
body.page-id-2438.page-template-template_productsub .content-area:before,
body.page-id-2439.page-template-template_productsub .content-area:before {
		background-color: #ffffff;
}

/* street is nu vijfde item, niet meer play */
.productmenuholder [id^=menu-products]>li:nth-child(5)>a .menu-overlay, .productmenuholder [id^=menu-products]>li:nth-child(5)>a span {
    background-color: #3B4D8F;
}
.productmenuholder [id^=menu-products] li:nth-child(5) ul {
    border-color: #3B4D8F;
}
.productmenuholder [id^=menu-products] li:nth-child(5) ul li a:hover {
    color: #3B4D8F;
}

.home-banner-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-product-list {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

.banner-product-list:nth-child(4),
.banner-product-list:nth-child(5) {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}