/* AW 30.11.2017 Hide related and best seller product feeds ZD 23918 */
section.relatedProducts,
section.bestSellers {
  display: none;
}

/* AW 21.12.2017 Filter design ZD 24696 */
fieldset.groupedFilters {
  background-color: #9A2161;
  color: #fff;
  padding: 8px 16px;
}

.subsiteFeedBox2.subsiteFeedsnippets {
  width: 100% !important;
}

.subsiteFeed .feedsTitle:after {
  display: none !important;
}

/* IM-1221 */
a#lbAddToCalendar {
    display: none;
}

/*fix misaligned boxed on big screens (over2227px wide)*/
.homeFeaturesWrapper {
  display: grid !important;
}