/**
 * Cookie banner
 */
 .noremax-cn-info {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  bottom: 30px;
  box-shadow: 0px 10px 10px rgba(49, 83, 78, 0.125);
  color: #111;
  font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  left: 50%;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  max-width: 1020px;
  min-width: auto;
  padding: 30px;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  width: 80%;
  z-index: 100000000000;
}

.noremax-cn-info.is-hidden {
  display: none;
}

.noremax-cn-info,
.noremax-cn-info *,
.noremax-cn-info-extended,
.noremax-cn-info-extended * {
  box-sizing: border-box;
}

.noremax-cn-info-text p {
  font-size: 16px;
  margin-top: 0;
}

.noremax-cn-info-buttons {
  margin-top: 30px;
  text-align: center;
}

.noremax-cn-info-buttons .btn {
  border-radius: 5px;
  display: inline-block;
}

.noremax-cn-info-extended .btn,
.noremax-cn-info-buttons .btn {
  border-radius: 5px;
  margin: 10px;
  padding: 10px 20px;
  text-decoration: none!important;
  white-space: nowrap;
}

.noremax-cn-info-extended .btn-primary,
.noremax-cn-info-buttons .btn-primary {
  background: #111;
  border: 1px solid #111;
  color: #fff;
}

.noremax-cn-info-extended .btn-secondary,
.noremax-cn-info-buttons .btn-secondary {
  background: #fff;
  border: 1px solid #111;
  color: #111;
}

.noremax-cn-info-buttons .btn-primary:active,
.noremax-cn-info-buttons .btn-primary:focus,
.noremax-cn-info-buttons .btn-primary:hover,
.noremax-cn-info-buttons .btn-secondary:active,
.noremax-cn-info-buttons .btn-secondary:focus,
.noremax-cn-info-buttons .btn-secondary:hover,
.noremax-cn-info-extended .btn-primary:active,
.noremax-cn-info-extended .btn-primary:focus,
.noremax-cn-info-extended .btn-primary:hover,
.noremax-cn-info-extended .btn-secondary:active,
.noremax-cn-info-extended .btn-secondary:focus,
.noremax-cn-info-extended .btn-secondary:hover {
  background: #DC9814;
  border-color: #DC9814;
  color: #fff;
}

.noremax-cn-info-extended {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(49, 83, 78, 0.125);
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #111;
  font-size: 16px;
  line-height: 1.4;
  left: 50%;
  max-height: 90vh;
  max-width: 960px;
  overflow: hidden;
  padding: 0 0 80px 0;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  z-index: 100000000000;
}

.noremax-cn-info-extended.is-hidden {
  opacity: 0;
  pointer-events: none;
  top: 100%;
}

.noremax-cn-info-extended-wrapper {
  height: calc(90vh - 80px);
  overflow: auto;
  position: relative;
  padding: 30px;
}

.noremax-cn-info-extended-text > p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
} 

.noremax-cn-info-extended-buttons {
  align-items: center;
  background: #f5f5f5;
  box-shadow: 0 -8px 8px rgba(0, 0, 0, .075);
  bottom: 0;
  display: flex;
  height: 80px;
  left: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 100000000001;
}

.noremax-cn-info-extended-buttons .btn + .btn {
  margin-left: auto;
}

.noremax-cn-info-extended-checkboxes {
  list-style-type: none;
  margin: 30px -30px;
  padding: 0;
}

.noremax-cn-info-extended .noremax-cn-consent {
  padding: 15px 30px 20px 30px;
  position: relative;
}

.noremax-cn-info-extended .noremax-cn-consent input[type="checkbox"] {
  opacity: 0;
  left: 0;
  top: 25px;
}
.noremax-cn-info-extended .noremax-cn-consent input[type="checkbox"]:before,
.noremax-cn-info-extended .noremax-cn-consent input[type="checkbox"]:after {
  display: none;
}

.noremax-cn-info-extended .noremax-cn-consent input[type="checkbox"]:checked + .noremax-cn-consent-label-text:before {
  opacity: 1;
}

.noremax-cn-info-extended .noremax-cn-consent input[type="checkbox"]:disabled + .noremax-cn-consent-label-text:after,
.noremax-cn-info-extended .noremax-cn-consent input[type="checkbox"]:disabled + .noremax-cn-consent-label-text:before {
  opacity: .5;
  cursor: not-allowed;
}

.noremax-cn-info-extended .noremax-cn-consent-label {
  position: relative;
}

.noremax-cn-info-extended .noremax-cn-consent:nth-child(odd) {
  background: #f5f5f5;
}

.noremax-cn-info-extended .noremax-cn-consent-label-text {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
}

.noremax-cn-info-extended .noremax-cn-consent-label-text:before {
  border: 2px solid #111;
  border-width: 0 2px 2px 0;
  content: "";
  height: 10px;
  left: 7px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  transform: translateY(-11px) rotate(45deg);
  transition: all .25s ease;
  width: 7px;
  z-index: 1;
}

.noremax-cn-info-extended .noremax-cn-consent-label-text:after {
  background: #fff;
  border: 2px solid #111;
  border-radius: 2px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0px;
  transition: all .25s ease;
  width: 20px;    
}

.noremax-cn-info-extended .noremax-cn-consent-description {
  font-size: 14px;
  margin: 10px 0 0 0;
}

.noremax-cn-info-extended .noremax-cn-info-extended-button-accept-all {
  display: inline-block;
  margin: 10px 0 0 0;
}

.noremax-cn-info-extended-buttons .btn {
  margin-left: 0;
  margin-right: 0;
}

.noremax-cn-info-extended-buttons .btn + .btn {
  margin-left: auto;
}

@media (max-width: 960px) {
  .noremax-cn-info {
    bottom: 0;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .noremax-cn-info,
  .noremax-cn-info-extended {
    font-size: 14px;
  }

  .noremax-cn-info-extended {
    max-height: 98%;
    max-width: 98%;
    width: 98%;
  }

  .noremax-cn-info-extended-wrapper {
    height: calc(98vh - 80px);
  }

  .noremax-cn-info-extended .noremax-cn-consent-label-text:before {
  	top: 12px;
  }
  
  .noremax-cn-info-extended .noremax-cn-consent-label-text:after {
  	top: -3px;
  }
}

@media (max-width: 600px) {
  .noremax-cn-info {
    padding: 20px 10px 10px 10px;
  }

  .noremax-cn-info,
  .noremax-cn-info-extended {
    font-size: 13px;
  }

  .noremax-cn-info-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  
  .noremax-cn-info-buttons .btn {
  	margin: 5px;
  }

  .noremax-cn-info-buttons .btn:nth-child(1) {
    order: 3;
  }

  .noremax-cn-info-buttons .btn:nth-child(2) {
    order: 1;
  }

  .noremax-cn-info-buttons .btn:nth-child(3) {
    order: 2;
  }
}

/* Support for videos and maps */
form.register .turnstile-cn-info-notice {
  display: none;
}

form.register.is-turnstile-disabled .turnstile-cn-info-notice {
  display: flex;
}

.ti-cn-info-notice,
.map-cn-info-notice,
.yt-player-cn-info-notice,
.turnstile-cn-info-notice {
  align-items: center;
  background: #fff;
  border: 2px solid #DC9814;
  border-radius: 10px;
  color: #333;
  display: none;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1.4;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
}

.ti-cn-info-notice {
  position: relative;
}

.ti-cn-info-notice,
.map-cn-info-notice {
  min-height: 200px;
}

.ti-cn-info-notice p,
.map-cn-info-notice p,
.yt-player-cn-info-notice p,
.turnstile-cn-info-notice p {
  width: 100%;
}

.ti-cn-info-notice a.btn,
.map-cn-info-notice a.btn,
.yt-player-cn-info-notice a.btn,
.turnstile-cn-info-notice a.btn {
  background: #DC9814;
  border: 1px solid #DC9814;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
}

.ti-cn-info-notice a.btn:active,
.ti-cn-info-notice a.btn:focus,
.ti-cn-info-notice a.btn:hover,
.map-cn-info-notice a.btn:active,
.map-cn-info-notice a.btn:focus,
.map-cn-info-notice a.btn:hover,
.yt-player-cn-info-notice a.btn:active,
.yt-player-cn-info-notice a.btn:focus,
.yt-player-cn-info-notice a.btn:hover,
.turnstile-cn-info-notice a.btn:active,
.turnstile-cn-info-notice a.btn:focus,
.turnstile-cn-info-notice a.btn:hover {
  background: #111;
  border-color: #111;
}

.ti-cn-info-notice.is-active,
.map-cn-info-notice.is-active,
.yt-player-cn-info-notice.is-active {
  display: flex;
}

body.single-product .nm-footer-bar  .nm-footer-bar-inner {
  padding-bottom: 0;
}

.nm-footer-bar.noremax-cookie-settings .nm-footer-bar-inner {
  padding-top: 0;
  text-align: center;
}

body.single-product .nm-footer-bar.noremax-cookie-settings .nm-footer-bar-inner {
  padding-bottom: 100px;
  padding-top: 0;
  text-align: center;
}

.nm-footer-bar.noremax-cookie-settings .nm-footer-bar-inner a {
  color: #333;
}

.nm-footer-bar.noremax-cookie-settings .nm-footer-bar-inner a:active,
.nm-footer-bar.noremax-cookie-settings .nm-footer-bar-inner a:focus,
.nm-footer-bar.noremax-cookie-settings .nm-footer-bar-inner a:hover {
  color: #DC9814;
}

@media screen and (max-width: 720px) {
  .ti-cn-info-notice,
  .map-cn-info-notice,
  .yt-player-cn-info-notice,
  .turnstile-cn-info-notice {
    font-size: 12px;
  	line-height: 1.3;
    min-height: 160px;
    min-width: 240px;
  }
}

@media screen and (max-width: 500px) {
  .ti-cn-info-notice,
  .map-cn-info-notice,
  .yt-player-cn-info-notice,
  .turnstile-cn-info-notice {
    padding: 10px;
    line-height: 1.3;
  }

  .ti-cn-info-notice p,
  .map-cn-info-notice p,
  .yt-player-cn-info-notice p,
  .turnstile-cn-info-notice p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px 0;
  }

  .ti-cn-info-notice a.btn,
  .map-cn-info-notice a.btn,
  .yt-player-cn-info-notice a.btn,
  .turnstile-cn-info-notice a.btn {
    line-height: 40px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0;
    height: 40px;
  }
}

@media screen and (max-width: 400px) {
  .ti-cn-info-notice,
  .map-cn-info-notice,
  .yt-player-cn-info-notice,
  .turnstile-cn-info-notice {
    padding: 10px 5px;
  }
}