/* cookie popup */
.popup .cky-btn-revisit-wrapper { display: none!important; }
.cky-footer-wrapper div:last-child { display: none!important; }
/* .cky-btn-revisit-wrapper { display: none!important; } */
html:not(.route-information-information) .cky-btn-revisit-wrapper, html.popup .cky-btn-revisit-wrapper { display: none!important; }

.checkout-section select.form-control { margin: auto!important; }
.postcode-addresses { width: 100%; padding-top: 10px; }

/* checkout delivery date */
.section-shipping .delivery_date {
  margin-left: 10px;
}
.section-delivery-date {
  margin-top: 10px;
}
.brandb2b {
  border: 1px solid #3A4750; padding: 15px;
}
.nn-add-to-cart .twitter-typeahead, .nn-add-to-cart .tt-input {
  max-width: 100%!important;
  width: 100%!important;
}
.nn-add-to-cart table:hover td {
  background: #ececec;
  cursor: pointer;
}
.checkout-section.shipping-payment > div:only-child {
  padding-left: 0px;
}

/* paypal */
.section-payment #paypal_message {
  margin-top: 10px;
  margin-left: 30px;
}

.cart-page #paypal_message {
  margin-top: 10px;
}

/* bundle-bar*/
.bundles-bars {
  order: 2;
}

.bundle-bar {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;

  /* REGISTER */
  MASTER10
  min-height: 75px;
  line-height: 23px;
}

.bundle-bar .bar-container {
  border: solid 1px #dddddd;
  padding: 20px 20px 15px 20px;
  cursor: pointer;
  margin-bottom: 0px;
  border-radius: 9px;
}

/* bar-title*/
.bundle-bar .bar-title {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  color: rgba(27, 27, 25, 1);
}

/* radio*/
.bundle-bar .input[type=checkbox], .bundle-bar input[type=radio] {
  display: none;
}

.bundle-bar .content-left {
  display: flex;
  flex-direction: column;
  flex: 1!important;
  align-items: flex-start;
}

.bundle-bar .bar-content {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 8px;
  flex: 1;
}

.bundle-bar .bar-radio {
  display: flex!important;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFF;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 2px #0000004d;
  box-sizing: border-box;
}

.bundle-bar .bar-main {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}


.bundle-bar .bar-price-new {
  font-size: 20px;
  co
  
  /* LOYALTY POINTS */
  padding: 20px;
    --element-padding: 20px;
    padding-top: 10px;
    --element-padding-top: 10px;
    padding-bottom: 10px;
    --element-padding-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    margin-top: 0;
    margin-bottom: 20px;r: #1b1b19;
  font-weight: 600;
}

.bundle-bar .bar-price-old {
  font-size: 15px;
  color: rgba(109, 118, 125, 1);
  font-weight: 400;
  text-decoration: line-through;
  margin: 0;
  text-align: end;
}

.bundle-bar .bar-subtitle {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  color: rgba(27, 27, 25, 1);
}

.bundle-bar input:checked+.bar-container .bar-main .bar-radio {
  background-color: #1b1b19!important;
}
.bundle-bar input:checked+.bar-container {
  border: solid 1px #1b1b19;
}
.bundle-bar .most-popular {
  display: inline-table;
  position: absolute;
  top: -12px;
  margin: 0 8px;
  padding: 6px 8px;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: white;
  background: #1b1b19;
  right: 0;
}
.nn-register-radio {
  
}

.radio-inputs {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}

.radio-inputs > * {
  margin: 6px;
}

.radio-input:checked + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}

.radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}

.radio-input:checked + .radio-tile .radio-icon svg {
  fill: #2260ff;
}

.radio-input:checked + .radio-tile .radio-label {
  color: #2260ff;
}

.radio-input:focus + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.radio-tile {
  display: inline-block;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  padding: 15px 10px;
}

.radio-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}

.radio-tile:hover {
  border-color: #2260ff;
}

.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.radio-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #494949;
}

.radio-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
  font-size: 13px;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* REGISTER */
.nn-register-radio > .radio {
  margin-top: 10px!important;
  margin-bottom: 10px;
  margin-right: 0px;
  padding: 0px;
}
.nn-register-radio label {
  margin: 0px!important;
  background: hsla(var(--j-color-scheme-background-primary-h),var(--j-color-scheme-background-primary-s),calc(var(--j-color-scheme-background-primary-l) - 0%),calc(var(--j-color-scheme-background-primary-a)*1)) !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: hsla(var(--j-color-scheme-background-border-h),var(--j-color-scheme-background-border-s),calc(var(--j-color-scheme-background-border-l) - 0%),calc(var(--j-color-scheme-background-border-a)*1)) !important;
  border-radius: 4px !important;
  --element-border-radius: 4px !important;
  padding: 15px!important;
}
.nn-register-radio label p {
  margin-top: 10px;
}

/* LOYALTY POINTS */
.product-loyalty-points {
  padding: 20px;
  --element-padding: 20px;
  padding-top: 10px;
  --element-padding-top: 10px;
  padding-bottom: 10px;
  --element-padding-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(248, 168, 184, 1);
  border-radius: 9px;
  margin-top: 0;
  margin-top: 10px;
  font-size: 24px;
}