

.hots-imp .hot-bxs {
    justify-content: center;
}

.ban-cont .ban-contet .bans-ct .ban-rgt .ban_s li:last-child {
margin-bottom: 0;
display: none !important;
}
	
.offer-blk .ofc_cont .ofer_co {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}	
	
.pric-ove .pric-blk .pri-rgt .priht {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}	
	
/* iPad + mobiel: laatste li weer tonen */
@media (max-width: 1024px) {
  .ban-cont .ban-contet .bans-ct .ban-rgt .ban_s li:last-child {
    display: list-item !important;
  }
}	
	
	
