.CartTotalMessage {
  color: #f70a16;
  font-size: 1.2em;
  font-weight: bold
}
#Header .PageMenu li a[href*='soft-close-device-for-metal-box-style-drawer-slides'] {
display: none;
}

#Header .PageMenu li a[href*='mepla-alfit-integra-front-drawer-slide-mounting-brackets'] {
display: none;
}
#Header .PageMenu li a[href*='privacy-policy'] {
display: none;
}
#Header .PageMenu li a[href*='europeanhingedrillingpattern'] {
display: none;
}
#Header .PageMenu li a[href*='terms-and-conditions'] {
display: none;
}

<style>
/* don’t display the button by default */
.apple-pay-checkout-button {
  display: none;
}

/* display the button if apple pay is supported */
.apple-pay-supported .apple-pay-checkout-button {
  display: inline-block;
}

/* renders a black background with white logo */
.apple-pay-checkout-button {
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 0px;
  box-sizing: border-box;
  min-width: 175px;
  min-height: 32px;
  max-height: 64px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black;
  text-indent: -9000em;
  cursor: pointer;
}

/* for small screens, you should adjust the width of the button to
   span the width of the containing block */
@media screen and (max-width: 480px) {
  .apple-pay-checkout-button {
    width: 100%;
    height: 60px;
  }
}
</style>


