.noscript-msg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  clear: both;
  font: normal normal 0.875rem/1.2em Arial, sans-serif;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  padding: 0;
  margin: 0;
  border-width: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
}

.no-touchevents .noscript-msg {
  transform: translateZ(120px);
}

.noscript-msg__container {
  display: block;
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 10px;
}
.noscript-msg__container .noscript-msg__container {
  padding-left: 0;
  padding-right: 0;
}

.noscript-msg__container::before, .noscript-msg__container::after {
  content: "";
  display: table;
}

.noscript-msg__container::after {
  clear: both;
}

.noscript-msg__close {
  position: relative;
  display: block;
  float: right;
  line-height: 1;
  margin-left: 0.5em;
  text-align: center;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0;
  opacity: 1;
}

.noscript-msg__close::before, .noscript-msg__close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: auto;
  transition: transform 0.3s;
}

.noscript-msg__close::before {
  transform: rotate(135deg);
}

.noscript-msg__close::after {
  transform: rotate(225deg);
}

.noscript-msg__close:hover {
  cursor: pointer;
}

.noscript-msg__close:hover::before {
  transform: rotate(45deg);
}

.noscript-msg__close:hover::after {
  transform: rotate(-45deg);
}

.noscript-msg__wezom-link {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 18px;
  margin: 0.2em 1em 1em 0;
  background: transparent center no-repeat;
  background-size: contain;
}
.noscript-msg__content {
  overflow: hidden;
}

.noscript-msg__content > :first-child {
  margin-top: 0;
}

.noscript-msg__content p {
  margin: 0.5em 0;
}

.noscript-msg-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.noscript-msg-input:checked + .noscript-msg {
  display: none;
}

@media only screen and (min-width: 480px) {
  .noscript-msg__wezom-link {
    float: left;
  }
}

@media only screen and (min-width: 1024px) {
  .noscript-msg__container {
    padding: 16px;
  }
}
