/* EU cookie customisations */
.sliding-popup-bottom .eu-cookie-withdraw-tab {
  background-color: #ffffff;
  border: 0 none;
  padding: 10px;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
  color: #527f28;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
}
.mt-tab-trigger {
  border-radius: 5px 5px 0 0;
  background-color: #ededed;
  height: 7px;
  top: 0;
  width: 44px;
  content: "";
  margin-top: -36px;
  color: #1e1e1e;
  cursor: pointer;
  pointer-events: all;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
  z-index: 1;
}
.mt-tab-trigger:after {
  content: "•••";
  position: absolute;
  top: -50%;
  left: 30%;
  font-size: 8px;
  letter-spacing: 2px;
  margin-top: 2px;
}
.mt-hide-tab {
  transform: translate(-50%, 0);
}
.mt-tab-trigger.mt-hide-tab {
  margin-top: -8px;
}