html, body {
  margin: 0;
  height: 100%; }

.noscroll {
  overflow: hidden; }

/*------------------------- VARIABLES---------------------------*/
html, body {
  margin: 0; }

/*------------------------- FONTS ---------------------------*/
h1, h2, h3, h4, h5, h6, label, input[type="submit"], .navbar-wrapper li a, select, td, option {
  font-family: "Open Sans", sans-serif;
font-display: swap
}

p, input, a, li, span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
font-display: swap
}

.juestmobile {
    display: none !important;
}

@media (max-width: 749px) {
    .juestmobile {
        display: block !important;
    }
}

span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit; }

p.label, label, span.label {
  font-size: 12px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 5px; }

a + p.sub-header {
  margin-top: 30px; }

p.small {
  font-size: 10px; }
p.title {
  font-size: 25px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: 800; }
p.sub-header {
  font-size: 16px;
  font-weight: 600;
  color: #2B2B2B;
  
}
p.sub-hero {
  font-size: 20px;
  font-weight: 800;
  margin: 0; }
p.hero {
  font-size: 58px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5vh;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }
p.notice {
  font-size: 12px;
  font-style: italic; }
p.big {
  font-size: 20px;
  color: #2B2B2B;
  margin-bottom: 40px; }
p.stand-out {
  font-size: 21px;
  font-weight: 600;
  color: #2699FB; }
p.inline {
  font-weight: 700;
  font-size: 21px;
  display: inline;
  color: #B9BECC; }
  p.inline span {
    font-weight: 700;
    font-size: 21px;
    display: inline;
    color: #B9BECC; }
p.product-title, p.product-title a {
  font-size: 11px;
  color: #000;
  font-weight: 400;
  margin-top: 5px; }

.small-alt {
  font-size: 11px;
  color: #000;
  font-weight: 400;
  margin-top: 5px; }
  .small-alt span {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    margin-top: 5px; }

p.old-price {
  text-decoration: line-through rgba(0, 0, 0, 0.3); }

section.product .product-img .image-carousel .slick-list .slick-track .slick-slide:focus {
    outline: none;
}
.image-carousel iframe {
    object-fit: contain;
    height: 100%;
    width: 100%;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}
.thumbnail.video {
    position: relative;
}
.thumbnail.video::after {
    top: 0;
    left: 0;
    position: absolute;
    content: '\f144';
    display: block;
    font-size: 40px;
    color: white;
    text-shadow: 0 3px 10px rgba(0,0,0,.5);
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	font-display: swap
}
  
a {
  color: #16A5E0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600; }
  a.plain {
    font-size: 16px;
    color: #2B2B2B;
    margin-top: 10px;
    display: inline-block; }
  a.small-alt {
    font-size: 11px;
    font-weight: 600;
    color: #337AB7; }
  a.contact-info {
    display: block;
    margin: 5px 0; }
    a.contact-info i, a.contact-info span {
      display: inline-block;
      color: #337AB7; }
    a.contact-info i {
      margin-right: 15px; }
  a.read-more {
    display: block;
    color: #646A7C; }
  a:hover {
    color: #f72863; }

h1 {
  font-weight: 700;
  color: #000;
  font-size: 21px;
  display: inline-block;
  margin: 15px 0; }

h2 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0; }

h3 {
  font-size: 20px;
  font-weight: 400;
  color: #2B2B2B;
  margin-bottom: 20px;
  margin-top: 0; }

h4 {
  font-weight: 700;
  color: #000;
  font-size: 21px;
  display: inline-block;
  margin: 0 15px 40px 0; }

h5 {
  font-weight: 700;
  color: #2B2B2B;
  font-size: 18px; }

.intro h4 {
  margin: 10px 0; }
.intro p.sub-header {
  color: #646A7C;
  margin-top: 0;
  margin-bottom: 35px; }
.intro.content-center p {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px; }

div.description {
  margin: 50px auto 0; }
  div.description p {
    font-size: 14px; }
    div.description p a {
      font-size: 14px;
      font-weight: 400; }
    div.description p:last-child {
      margin-bottom: 0; }

h1.alt {
  font-weight: 600;
  color: #B9BECC;
  font-size: 28px;
  margin: 35px 0 50px;
  display: block; }

h5.light {
  color: #646A7C; }

p.error-message {
  color: #EE1C25;
  margin-top: 5px;
  visibility: hidden; }
  p.error-message.show {
    visibility: visible; }
p.user-name {
  font-size: 21px;
  font-weight: 600;
  margin-top: -30px;
  margin-bottom: -10px;
  color: #2B2B2B; }
p.user-email {
  font-size: 16px;
  color: #2B2B2B; }
#all-series .content {
	column-count: 3;
}
/*------------------------- CTAS & BUTTONS ---------------------------*/
.button {
  display: block;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: .1s;
  transition-property: opacity, box-shadow, color, background;
  font-weight: 700;
  -webkit-appearance: none; }
  .button.rounded {
    border-radius: 25px; }
  .button.rounded-square {
    border-radius: 4px; }
  .button.very-rounded-square {
    border-radius: 10px; }
  .button.extra-large {
    width: 90%;
    max-width: 325px; }
  .button.large {
    width: 100%;
    max-width: 250px; }
  .button.full {
    background: #2699FB;
    color: white; }
    .button.full:hover {
      background: #16A5E0;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .button.main-cta {
    background: #00D664;
    color: white; }
    .button.main-cta span, .button.main-cta i {
      color: white; }
    .button.main-cta:hover {
      background: #00a34c; }
  .button.ghost {
    color: #16A5E0;
    background: none;
    border: solid 2px;
    font-size: 12px;
    height: 42px;
    line-height: 38px; }
    .button.ghost.big {
      height: 48px;
      line-height: 44px; }
  .button.has-icon {
    max-width: 200px; }
    .button.has-icon i, .button.has-icon span {
      color: inherit;
      display: inline-block; }
    .button.has-icon.icon-left i {
      margin-left: -10px;
      margin-right: 15px; }
    .button.has-icon.icon-right i {
      margin-right: -10px;
      margin-left: 15px; }
    .button.has-icon i {
      font-size: 16px; }
  .button.small {
    height: 40px;
    line-height: 40px; }

a.button.ghost:hover {
  box-shadow: 0 0 3px 0px #16A5E0; }

.button.disabled {
  background: #B9BECC;
  cursor: auto; }
  .button.disabled:hover {
    background: #B9BECC;
    box-shadow: none; }

.has-icon {
  display: flex;
  align-items: center;
  justify-content: center; }

.favorite-this {
  cursor: pointer; }
  .favorite-this:hover {
    color: #2699FB !important; }
  .favorite-this.active {
    color: #16A5E0 !important; }

.button.main-cta:disabled {
  background: #B9BECC;
  cursor: auto; }

/*------------------------- SITE WRAPPER / PAGE WRAPPER ---------------------------*/
.site-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #2B2B2B; }

.page-wrapper {
  background: white;
  position: relative;
  z-index: 0; }

/*------------------------- SECTION STYLING ---------------------------*/
section {
  box-sizing: border-box;
  padding: 40px 0; }

section.product-slider {
  padding-top: 0; }
  section.product-slider h4 {
    margin-bottom: 20px; }

.container {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 10%; }
  .container.wide {
    max-width: 1750px; }
  .container.extra-wide {
    max-width: 1800px; }

.full-height {
  min-height: 100vh; }

/*------------------------- FLEX WRAPPER / COLUMNS / CARDS / BOX ---------------------------*/
.flex-wrapper {
  display: flex;
  flex-direction: column; }
  .flex-wrapper .item {
    width: 100%;
    box-sizing: border-box; }
  .flex-wrapper.wrap {
    flex-wrap: wrap; }
  .flex-wrapper.columns {
    flex-direction: column; }
  .flex-wrapper.rows > .item {
    margin-bottom: 10px; }
  .flex-wrapper.spaced-cols {
    justify-content: space-between; }
  .flex-wrapper .space-fill {
    height: 0 !important;
    margin: 0 !important; }

.card {
  background: white;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  padding: 24px; }
  .card .top {
    margin-left: -24px;
    margin-right: -24px;
    justify-content: center;
    border-bottom: solid 2px #ECEFF6; }
    .card .top p {
      padding: 0 30px 20px;
      margin: 20px 0 -2px; }
      .card .top p:not(.active) {
        color: #646A7C; }
      .card .top p.active {
        border-bottom: solid 5px #2699FB; }

.box {
  border: solid 2px #ECEFF6;
  border-radius: 4px;
  padding: 20px 40px;
  min-height:294px; }

/*------------------------- COLORS ---------------------------*/
.color-bg {
  background: #66C1E6; }

.light-bg {
  background: #F1F1F1; }

.light-bg-alt {
  background: #ECEFF6; }

.text-white {
  color: white; }
  .text-white p, .text-white a, .text-white i, .text-white span {
    color: white; }

.stock-24, .stock-in {
  color: #00D664; }

.stock-few {
  color: #F7FF00; }

.stock-out {
  color: #EE1C25; }

/*------------------------- ALIGNMENT ---------------------------*/
.center {
  margin-left: auto;
  margin-right: auto; }

.content-center {
  text-align: center; }

.content-left {
  margin-right: auto; }

.content-right {
  margin-left: auto; }

.align-middle {
  align-items: center; }

.fixed {
  position: fixed; }
  .fixed.top {
    top: 0;
    width: 100%;
    left: 0; }

.flex-middle {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.bg-text {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%; }
  .bg-text .flex-middle {
    justify-content: center; }

/*------------------------- SPACING ---------------------------*/
.topspace {
  margin-top: 60px; }

/*------------------------- IMAGES & ICONS ---------------------------*/
i {
  color: #000; }

i.big-icon {
  font-size: 40px;
  color: #2699FB; }

.circle-img img {
  border-radius: 50%; }

.img-bg {
  position: relative; }
  .img-bg > .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -3; }
    .img-bg > .bg-img > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .img-bg .bg-img img {
    transition: 1.5s; }
  .img-bg:hover .bg-img img {
    transform: translate(-50%, -50%) scale(1.1); }

.inline-icon > *, .inline-icon > i {
  display: table-cell;
  width: 100%; }
.inline-icon i {
  text-align: right; }

.img-wrapper.square {
  position: relative;
  padding-top: 100%; }
  .img-wrapper.square .compat-img {
    position: absolute;
    top: 0;
    left: 0; }
  .img-wrapper.square img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain; }
  .img-wrapper.square.rounded {
    border-radius: 10px; }

img.resize {
  width: 100% !important;
  height: auto !important; }

.compat-object-fit img {
  display: none; }
.compat-object-fit .compat-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.cart-off-canvas .compat-object-fit {
  padding: 3px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 4px;
  border: solid 1px #B9BECC;
  height: 52px;
  width: 52px;
  display: block; }

/*------------------------- OVERLAYS ---------------------------*/
.overlay {
  position: relative; }
  .overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .overlay.dark::before {
    background: rgba(0, 0, 0, 0.45); }
  .overlay > * {
    position: relative; }

.full-screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .full-screen-overlay.show {
    display: block; }
  .full-screen-overlay.mega-menu-overlay {
    z-index: 8; }

/*----------------------- ROUNDED SQUARE -------------------------*/
div:not(.button).rounded-square {
  height: 50px;
  width: 50px;
  background: #F1F1F1;
  border: solid 2px #ECEFF6;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 5px; }
  div:not(.button).rounded-square span, div:not(.button).rounded-square i {
    display: block;
    line-height: 20px;
    font-size: 16px; }
  div:not(.button).rounded-square span.small {
    font-size: 8px;
    line-height: 10px; }

/*------------------------- FORMS & INPUT ---------------------------*/
input, select {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding-left: 20px;
  border-radius: 4px;
  border: solid 1px #BCE0FD;
  height: 40px;
  box-sizing: border-box;
  width: 100%; }

input:hover, select:hover {
  border-color: #000; }

input.inline-submit, select.inline-submit {
  width: calc(100% - 105px);
  border-radius: 4px 0 0 4px; }

input.inline-submit.small, select.inline-submit.small {
  width: calc(100% - 60px); }

input.inline-submit.smaller, select.inline-submit.smaller {
  width: calc(100% - 50px); }

input[type="submit"] {
  border: none;
  -webkit-appearance: none; }

.input-go {
  background: #2699FB;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  width: 105px;
  float: right;
  padding: 0;
	z-index:999;
  border: none; }
  .input-go span {
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 0 30px; }
  .input-go i {
    font-size: 15px;
    color: white; }
  .input-go.small {
    width: 60px; }
  .input-go.smaller {
    width: 50px; }
  .input-go.disabled {
    background: #B9BECC; }

.custom-select {
  height: 40px;
  border: solid 2px #ECEFF6;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  padding-right: 25px; }
  .custom-select select {
    height: 100%;
    width: 100%;
    background: none;
    font-size: 12px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    display: block; }
    .custom-select select::-ms-expand {
      display: none; }
    .custom-select select:not(.amount) {
      width: calc(100% + 25px); }
  .custom-select .placeholder {
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    line-height: 36px;
    background: white;
    box-sizing: border-box;
    padding: 0 20px;
    pointer-events: none; }
  .custom-select::after {
    content: '\f107';
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #646A7C;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: normal;
    pointer-events: none;
font-display: swap
}

.custom-radio, .custom-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center; }
  .custom-radio input, .custom-checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -9999px; }
    .custom-radio input:checked + .checkmark + span, .custom-radio input:checked .checkmark + span, .custom-radio input:checked + div + .checkmark + span, .custom-radio input:checked + div .checkmark + span, .custom-radio input:checked + div span, .custom-checkbox input:checked + .checkmark + span, .custom-checkbox input:checked .checkmark + span, .custom-checkbox input:checked + div + .checkmark + span, .custom-checkbox input:checked + div .checkmark + span, .custom-checkbox input:checked + div span {
      color: #2B2B2B; }
    .custom-radio input:checked + .checkmark::after, .custom-radio input:checked .checkmark::after, .custom-radio input:checked + div + .checkmark::after, .custom-radio input:checked + div .checkmark::after, .custom-checkbox input:checked + .checkmark::after, .custom-checkbox input:checked .checkmark::after, .custom-checkbox input:checked + div + .checkmark::after, .custom-checkbox input:checked + div .checkmark::after {
      content: "";
      height: 100%;
      width: 100%;
      background: #2699FB;
      border-radius: 50%;
      display: block; }


.custom-radio span:not(.checkmark), .custom-checkbox span:not(.checkmark) {
  display: block;
  font-size: 12px;
  color: #646A7C;
  font-weight: 600; }

.custom-radio .checkmark, .custom-checkbox .checkmark {
  height: 25px;
  width: 25px;
  min-width: 25px;
  border: solid 2px #7FC4FD;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  margin-right: 8px;
  padding: 3px; }

.custom-checkbox .checkmark {
  border-radius: 4px; }
.custom-checkbox input:checked + .checkmark::after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  height: 100%;
  width: 100%;
  display: block;
  color: #2699FB;
  background: none;
  border-radius: 0;
  font-size: 15px;
  line-height: 15px; 
font-display: swap}

label.password {
  position: relative; }
  label.password i.show-password {
    position: absolute;
    top: 22px;
    right: 5px;
    padding: 10px;
    color: #B9BECC;
    cursor: pointer; }

label.error input {
  border-color: #EE1C25 !important; }

/*------------------------- SCROLLABLE ---------------------------*/
.scrollable {
  max-height: 100vh;
  overflow-y: auto; }

/*------------------------- SECTION-CARD ---------------------------*/
.section-card {
  border-radius: 4px;
  overflow: hidden;
  background: white;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05); }
  .section-card:not(:last-child) {
    margin-bottom: 20px; }

div.header {
  background: #646A7C;
  height: 50px;
  padding: 0 25px; }
  div.header p {
    line-height: 50px;
    margin: 0;
    color: white;
    font-size: 21px;
    font-weight: 700; }
    div.header p i {
      float: right;
      line-height: inherit;
      display: none;
      color: #00D664; }
  div.header span {
    margin-right: 15px; }

.done div.header p i {
  display: block; }

/*------------------------- FIXED MENU / TOP WRAPPER ---------------------------*/
#fixed-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .3s; }
  #fixed-menu.fixed {
    position: fixed;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }
  #fixed-menu.hide {
    transform: translateY(-100%); }

#fixed-menu-placeholder {
  height: 140px; }

.top-wrapper {
  position: relative;
  z-index: 9; }

/*------------------------- TOP BANNER ---------------------------*/
#top-banner {
  background: #EE1C25;
  position: relative;
  height: 40px;
  transition: .3s; }
  #top-banner p {
    font-size: 10px;
    line-height: 40px;
    margin: 0; }
  #top-banner .close {
    font-size: 15px;
    position: absolute;
    right: 50px;
    top: 0;
    line-height: 40px;
    cursor: pointer; }

/*------------------------- TOP MENU ---------------------------*/
.top-menu {
  background: white;
  height: 80px; }
  .top-menu .flex-wrapper {
    padding: 0 5%;
    box-sizing: border-box;
    align-items: center;
    height: 100%;
    justify-content: space-between; }
  .top-menu .item.logo {
    width: 120px; }
    .top-menu .item.logo img {
      height: 65px; }
  .top-menu .item.delivery {
    display: flex;
    width: 240px; }
    .top-menu .item.delivery > div:nth-child(n+3) {
      display: none; }
  .top-menu .item.search-bar {
    padding: 0 30px;
    max-width: 650px; }
    .top-menu .item.search-bar input {
      width: calc(100% - 60px);
      border-color: #ECEFF6; }
    .top-menu .item.search-bar .input-go {
      background: #ECEFF6; }
      .top-menu .item.search-bar .input-go i {
        color: #000; }
  .top-menu .item.menu {
    width: 300px;
    text-align: center;
    display: flex;
    justify-content: flex-start; }
    .top-menu .item.menu .menu-item {
      display: inline-block;
      margin: 0 10px;
      white-space: nowrap; }
      .top-menu .item.menu .menu-item:hover i, .top-menu .item.menu .menu-item:hover span:not(.amount) {
        color: #2699FB; }
      .top-menu .item.menu .menu-item i {
        margin: auto;
        display: block; }
      .top-menu .item.menu .menu-item span {
        margin: auto;
        display: block;
        font-size: 12px;
        color: #000; }
      .top-menu .item.menu .menu-item i {
        font-size: 20px;
        display: inline-block;
        position: relative;
        color: #646A7C; }
      .top-menu .item.menu .menu-item .amount {
        position: absolute;
        top: -5px;
        right: -13px;
        color: white;
        background: #2699FB;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        line-height: 14px;
        border: solid 2px white;
        text-align: center;
        font-size: 10px;
        border-radius: 50%;
        display: none; }

.language {
  position: relative;
  padding-top: 2px; }
  .language img {
    height: 12px;
    margin-bottom: -1px;
    margin-right: 12px; }
  .language .current-language-wrapper {
    cursor: pointer; }
    .language .current-language-wrapper span {
      font-size: 14px; }
    .language .current-language-wrapper i {
      font-size: 14px;
      margin-left: 5px; }
  .language .drop-down {
    position: absolute;
    bottom: 30px;
    left: -10px;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
    background: #F1F1F1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    margin: 0;
    transition: max-height .3s;
    overflow: hidden; }
    .language .drop-down.collapsed {
      max-height: 0 !important; }
    .language .drop-down li {
      list-style: none; }
      .language .drop-down li a {
        padding: 10px 35px 10px 10px;
        margin: 0 !important;
        cursor: pointer;
        display: block;
        color: inherit;
        font-weight: inherit; }
        .language .drop-down li a:hover {
          background: #B9BECC; }

/*-------------------- TOP MENU CHECKOUT ---------------------*/
.checkout-menu .container {
  height: 100%; }
.checkout-menu .flex-wrapper {
  padding: 0;
  max-width: 1150px; }
.checkout-menu .go-back {
  max-width: 240px; }
  .checkout-menu .go-back .button {
    max-width: 200px; }
.checkout-menu .item.logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto; }

/*------------------------- NAVBAR ---------------------------*/
#navbar-desktop {
  position: relative;
  background: #2699FB; }
  #navbar-desktop .container {
    padding: 0 5%; }
  #navbar-desktop .navbar-wrapper > .container > .flex-wrapper {
    justify-content: space-between;
    height: 60px;
    align-items: center; }
    #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li {
      list-style: none;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding-top: 5px;
      cursor: pointer; }
      #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li.sale {
        background: #fab000;
        border-color: #fab000;
        padding: 0 15px; }
      #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li:not(:last-child) {
        padding-right: 20px; }
      #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li.parent-item {
        padding-right: 20px;
        border-bottom: solid 5px #2699FB; }
        #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li.parent-item:not(.active):hover {
          border-bottom: solid 5px rgba(255, 255, 255, 0.5); }
      #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li > a {
        white-space: nowrap;
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-size: 12px; }
        #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li > a i {
          color: white;
          margin-right: 10px; }
      #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li.active {
        border-bottom: solid 5px white; }
      #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li:not(.parent-item):hover {
        background: #ffba15; }

/*------------------------- MEGA MENU ---------------------------*/
.mega-menu {
  position: absolute;
  top: 60px;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  height: 370px;
  width: 100%;
  max-width: 1400px;
  display: none; }
  .mega-menu .inner {
    height: 100%;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    border: solid 2px #ECEFF6;
    border-top: 0;
    overflow: hidden;
    transition: .3s; }
  .mega-menu .menu {
    background: white;
    padding: 20px 50px 60px;
    width: 60%;
    height: 100%; }
    .mega-menu .menu p.sub-header {
      margin: 0 0 10px; }
    .mega-menu .menu .flex-wrapper {
      height: 100%; }
    .mega-menu .menu a {
      font-size: 14px;
      color: #646A7C;
      line-height: 30px;
      font-weight: 400; }
      .mega-menu .menu a:hover {
        color: #2699FB; }
      .mega-menu .menu a:last-of-type {
        font-weight: 600;
		    color: #16A5E0;
    border: solid 2px #16A5E0;
    padding-left: 10px;
    padding-right: 10px;
    width: fit-content;
    border-radius: 10px;
}
  .mega-menu .featured {
    width: 40%;
    background: url("/media/playmobil.png");
    background-size: cover;
    background-position: center;
    height: 100%; }
    .mega-menu .featured .flex-middle {
      justify-content: center; }
      .mega-menu .featured .flex-middle > * {
        margin: 25px auto; }
  .mega-menu .menu, .mega-menu .featured {
    display: inline-block;
    float: left;
    box-sizing: border-box; }
  .mega-menu.show {
    display: block; }

/*------------------------- USP BAR ---------------------------*/
#usp-bar .flex-wrapper {
  height: 40px;
  align-items: center;
  max-width: 1000px;
  padding: 0 5%;
  justify-content: space-between; }
  #usp-bar .flex-wrapper .item {
    width: auto;
    display: flex;
    align-items: center; }
    #usp-bar .flex-wrapper .item i {
      color: #2699FB;
      padding-right: 10px; }
    #usp-bar .flex-wrapper .item span {
      font-size: 12px; }

/*------------------------- SIDE BAR ---------------------------*/
.sidebar-wrapper .side-bar {
  position: fixed;
  left: -355px;
  top: 0;
  z-index: 99999;
  max-width: 85vw;
  width: 355px;
  height: 100vh;
  transition: left .3s; }
  .sidebar-wrapper .side-bar.show {
    left: 0; }
  .sidebar-wrapper .side-bar ul a:first-child {
    font-weight: 700;
    background: #BCE0FD; }
  .sidebar-wrapper .side-bar ul a {
    border-radius: 4px; }
.sidebar-wrapper .header {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  padding-top: 20px;
  z-index: 1; }
.sidebar-wrapper .inner {
  background: white;
  box-sizing: border-box;
  padding: 70px 40px 70px 20px;
  width: 100%;
  min-height: 100vh; }
.sidebar-wrapper .item:not(:first-child) {
  border-top: solid 2px #ECEFF6; }
.sidebar-wrapper .item:first-child {
  border-top: solid 2px white; }
.sidebar-wrapper .item.active {
  border-top: solid 2px #2699FB;
  border-bottom: solid 2px #2699FB;
  margin-bottom: -2px;
  position: relative; }
  .sidebar-wrapper .item.active .drop-down i, .sidebar-wrapper .item.active .drop-down p {
    color: #2B2B2B; }
  .sidebar-wrapper .item.active .drop-down i.fa-chevron-down {
    transform: rotate(180deg); }
.sidebar-wrapper p.sub-header {
  color: #646A7C; }
.sidebar-wrapper h5 {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center; }
.sidebar-wrapper div.close {
  position: absolute;
  right: 40px;
  top: 28px;
  cursor: pointer; }
  .sidebar-wrapper div.close i {
    color: #2B2B2B; }
.sidebar-wrapper .bottom-wrapper.close {
  display: none;
  width: 100%;
  bottom: 0;
  top: auto;
  right: 0;
  left: 0;
  text-align: center;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
  background: white; }
  .sidebar-wrapper .bottom-wrapper.close p {
    font-size: 18px;
    font-weight: 700;
    color: #2B2B2B; }
.sidebar-wrapper .accordion .content {
  transition: .3s;
  max-height: 0;
  overflow: hidden; }
  .sidebar-wrapper .accordion .content .options {
    display: flex; }
    .sidebar-wrapper .accordion .content .options span {
      display: block;
      width: 50%;
      line-height: 30px;
      height: 34px;
      border: solid 2px #ECEFF6;
      text-align: center;
      box-sizing: border-box;
      font-size: 12px;
      font-weight: 700;
      color: #B9BECC;
      cursor: pointer; }
      .sidebar-wrapper .accordion .content .options span:first-child {
        border-radius: 4px 0 0 4px; }
      .sidebar-wrapper .accordion .content .options span:last-child {
        border-radius: 0 4px 4px 0; }
      .sidebar-wrapper .accordion .content .options span.active {
        background: #2699FB;
        border-color: #2699FB;
        color: white; }
  .sidebar-wrapper .accordion .content ul {
    padding: 0; }
    .sidebar-wrapper .accordion .content ul a {
      display: block;
      height: 35px;
      line-height: 35px;
      padding-left: 24px;
      box-sizing: border-box;
      font-size: 14px;
      font-weight: 600;
      color: #2B2B2B;
      background: #F1F1F1;
      margin: 10px 0; }
      .sidebar-wrapper .accordion .content ul a.button {
        text-align: left;
        background: none;
        border: solid 2px #B9BECC;
        line-height: 31px; }
        .sidebar-wrapper .accordion .content ul a.button .amount {
          display: block;
          float: right;
          line-height: inherit;
          margin-right: 10px; }
  .sidebar-wrapper .accordion .content .collapse {
    color: #2699FB;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    cursor: pointer; }
.sidebar-wrapper .drop-down {
  cursor: pointer;
  padding-bottom: 1px; }
  .sidebar-wrapper .drop-down p {
    height: 47px;
    vertical-align: middle; }
  .sidebar-wrapper .drop-down i {
    height: 47px;
    vertical-align: middle;
    color: #B9BECC;
    font-size: 13px;
    transition: .3s; }

.sidebar-wrapper .open-sidebar.desktop {
  position: fixed;
  z-index: 7;
  top: 40%;
  height: 160px;
  width: 40px;
  box-sizing: border-box;
  cursor: pointer; }
  .sidebar-wrapper .open-sidebar.desktop .circle-bg {
    background: white;
    border: solid 2px #2699FB;
    height: 200px;
    position: absolute;
    top: -20px;
    width: 200px;
    left: -160px;
    border-radius: 50%; }
  .sidebar-wrapper .open-sidebar.desktop i {
    position: relative;
    line-height: 160px;
    text-align: center;
    font-size: 28px;
    width: 100%;
    z-index: 7; }

.open-sidebar {
  cursor: pointer; }

.sidebar-wrapper .open-sidebar.mobile {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 7;
  text-align: center;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  background: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.35); }
  .sidebar-wrapper .open-sidebar.mobile p {
    margin: 0; }

.side-bar .inner {
  padding-top: 110px; }
.side-bar .header {
  height: 100px; }
  .side-bar .header h5 {
    margin-bottom: 30px; }
  .side-bar .header .options {
    padding: 0 40px 10px 20px; }
    .side-bar .header .options span {
      margin: 0; }

.sidebar-wrapper ul {
  padding: 0; }
  .sidebar-wrapper ul a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 24px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    color: #2B2B2B;
    background: #F1F1F1;
    margin: 10px 0; }
.sidebar-wrapper .options {
  display: flex; }
  .sidebar-wrapper .options span {
    display: block;
    width: 50%;
    line-height: 30px;
    height: 34px;
    border: solid 2px #ECEFF6;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    color: #B9BECC;
    cursor: pointer; }
    .sidebar-wrapper .options span.active {
      background: #2699FB;
      border-color: #2699FB;
      color: white; }
    .sidebar-wrapper .options span:first-child {
      border-radius: 4px 0 0 4px; }
    .sidebar-wrapper .options span:last-child {
      border-radius: 0 4px 4px 0; }



/*------------------------- BOTTOM BANNER ---------------------------*/
#bottom-banner {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    border-radius: 4px;
    width: 90%;
    max-width: 536px;
    box-shadow: 0 3px 10px rgba(0,0,0,.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    box-sizing: border-box;
    z-index: 9;
}
#bottom-banner .close {
    position: absolute;
    right: -16px;
    top: -16px;
    background: #ECECEC;
    height: 32px;
    width: 32px;
    border-radius: 20px;
    line-height: 32px;
    text-align: center;
	cursor: pointer;
}
#bottom-banner p.big {
    font-size: 21px;
    font-weight: 800;
    color: #000;
    margin: 0;
}
#bottom-banner p.small {
    color: #646A7C;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
#bottom-banner a.button {
    width: auto;
    padding: 7px 18px;
    color: white;
    background: #000;
    line-height: normal;
    margin: 0;
    height: auto;
    white-space: nowrap;
    font-size: 14px;
}

/*------------------------- BOTTOM BANNER END ---------------------------*/

/*------------------------- MOBILE NAVBAR ---------------------------*/
.mobile-navbar {
  position: fixed;
  left: -355px;
  top: 0;
  z-index: 99999;
  max-width: 80vw;
  width: 355px;
  height: 100vh;
  transition: left .3s; }
  .mobile-navbar.show {
    left: 0; }
  .mobile-navbar .logo {
    margin: -10px auto 0;
    display: block;
    height: 100%; }
  .mobile-navbar .drop-down p i {
    line-height: 45px;
    font-size: 15px;
    color: #646A7C;
    width: 30px;
    text-align: left;
    box-sizing: border-box; }
  .mobile-navbar .item:first-child .drop-down p i {
    padding-left: 4px; }
  .mobile-navbar .bottom-menu {
    flex-direction: row;
    justify-content: space-between;
    margin-right: -20px;
    margin-top: 30px; }
    .mobile-navbar .bottom-menu .item {
      display: flex;
      height: 75px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: calc(50% - 7px);
      background: #F1F1F1;
      box-sizing: border-box;
      padding: 10px; }
      .mobile-navbar .bottom-menu .item p {
        color: #2B2B2B;
        margin: 0; }

/*------------------------- CART OFF CANVAS ---------------------------*/
.cart-off-canvas {
  position: fixed;
  right: -450px;
  top: 0;
  z-index: 99999;
  width: 450px;
  max-width: 85vw;
  height: 100vh;
  transition: right .3s; }
  .cart-off-canvas .header {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    padding-top: 20px;
    z-index: 1; }
  .cart-off-canvas.show {
    right: 0; }
  .cart-off-canvas .inner {
    background: white;
    box-sizing: border-box;
    padding: 80px 40px 30px;
    width: 100%;
    height: 100vh; }
  .cart-off-canvas .scrollable-mobile {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .cart-off-canvas h5 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center; }
  .cart-off-canvas div.close {
    position: absolute;
    left: 40px;
    top: 35px;
    cursor: pointer; }
    .cart-off-canvas div.close i {
      color: #2B2B2B; }
  .cart-off-canvas .delivery {
    margin-bottom: 20px; }
  .cart-off-canvas .cta-area table {
    width: 100%; }
    .cart-off-canvas .cta-area table td:last-child {
      text-align: right; }
    .cart-off-canvas .cta-area table tr td {
      font-size: 12px;
      color: #B9BECC; }
    .cart-off-canvas .cta-area table tr.total td {
      color: #2B2B2B;
      font-weight: 700;
      font-size: 14px; }
  .cart-off-canvas .cta-area a.button {
    margin-bottom: 10px; }
  .cart-off-canvas .cta-area.fixed {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    left: 0;
    top: 0;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
  .cart-off-canvas .credit-cards {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    .cart-off-canvas .credit-cards img {
      margin: 0 7px; }
  .cart-off-canvas .cart-content {
    height: 100%;
    width: calc(100% + 20px);
    overflow: hidden; }
    .cart-off-canvas .cart-content .scrollable {
      height: 100%;
      padding-right: 20px;
      box-sizing: border-box; }
    .cart-off-canvas .cart-content .item {
      padding: 20px 0;
      border-bottom: solid 1px #B9BECC; }
      .cart-off-canvas .cart-content .item img {
        height: 52px;
        width: 52px;
        padding: 3px;
        box-sizing: border-box;
        object-fit: contain;
        overflow: hidden;
        border-radius: 4px;
        border: solid 1px #B9BECC; }
      .cart-off-canvas .cart-content .item p {
        margin: 0; }
      .cart-off-canvas .cart-content .item .amount {
        width: 30px;
        margin: 0 10px;
        text-align: right;
        color: #2B2B2B; }
      .cart-off-canvas .cart-content .item .info {
        width: 100%;
        flex: 1;
        overflow: hidden;
        white-space: nowrap; }
        .cart-off-canvas .cart-content .item .info p {
          font-size: 12px;
          color: #2B2B2B; }
          .cart-off-canvas .cart-content .item .info p.price {
            font-weight: 600; }
      .cart-off-canvas .cart-content .item i {
        padding-left: 20px;
        text-align: right;
        cursor: pointer;
        font-size: 15px;
        color: #B9BECC;
        align-self: center; }
        .cart-off-canvas .cart-content .item i:hover {
          color: #EE1C25; }

/*------------------------- ADD TO CART OVERLAY ---------------------------*/
.cart-popup, .wait-list-popup, .forgot-password-popup {
  position: fixed;
  top: 5vh;
  width: 90%;
  max-width: 840px;
  max-height: 90vh;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  z-index: 11;
  display: none; }
  .cart-popup .variant .custom-select, .wait-list-popup .variant .custom-select {
    height: 30px;
    padding-right: 20px; }
    .cart-popup .variant .custom-select::after, .wait-list-popup .variant .custom-select::after {
      right: 5px;
      top: 7px; }
  .cart-popup .variant select, .wait-list-popup .variant select {
    padding-left: 5px;
    color: #646A7C; }
    .cart-popup .variant select:focus, .wait-list-popup .variant select:focus {
      outline: none; }
  .cart-popup .controls, .wait-list-popup .controls, .forgot-password-popup .controls {
    background: #337AB7;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: right; }
    .cart-popup .controls i, .wait-list-popup .controls i, .forgot-password-popup .controls i {
      font-size: 16px;
      color: white;
      cursor: pointer;
      padding: 5px 15px; }
  .cart-popup .cart-details, .wait-list-popup .cart-details, .forgot-password-popup .cart-details {
    background: white;
    padding: 30px 45px; }
    .cart-popup .cart-details h4, .wait-list-popup .cart-details h4, .forgot-password-popup  .cart-details h4 {
      margin-bottom: 15px; }
  .cart-popup .cart-content, .wait-list-popup .cart-content {
    border: solid 1px #00D664;
    border-radius: 4px;
    padding: 15px 25px 15px 15px;
    box-sizing: border-box; }
  .cart-popup .ctas, .wait-list-popup .ctas {
    justify-content: space-between; }
    .cart-popup .ctas .button, .wait-list-popup .ctas .button {
      margin-top: 35px;
      margin-bottom: 0; }
      .cart-popup .ctas .button.main-cta, .wait-list-popup .ctas .button.main-cta {
        max-width: 320px; }
  .cart-popup .add-ons, .wait-list-popup .add-ons {
    padding: 20px 0 25px 45px; }
    .cart-popup .add-ons h4, .wait-list-popup .add-ons h4 {
      margin-bottom: 0; }
    .cart-popup .add-ons .product-carousel, .wait-list-popup .add-ons .product-carousel {
      position: relative;
      padding-right: 45px;
      overflow: hidden;
      padding-left: 10px;
      margin-left: -10px; }
    .cart-popup .add-ons .product-card, .wait-list-popup .add-ons .product-card {
      margin-bottom: 15px; }
    .cart-popup .add-ons .cart-modal-slider, .wait-list-popup .add-ons .cart-modal-slider {
      position: static; }
    .cart-popup .add-ons .slick-list, .wait-list-popup .add-ons .slick-list {
      overflow: visible; }
    .cart-popup .add-ons .slick-arrow.slick-next, .wait-list-popup .add-ons .slick-arrow.slick-next {
      right: 15px; }
    .cart-popup .add-ons .slick-arrow.slick-prew, .wait-list-popup .add-ons .slick-arrow.slick-prew {
      left: 0; }
    .cart-popup .add-ons .sale-bubble, .wait-list-popup .add-ons .sale-bubble {
      top: -15px;
      right: -10px;
      width: 70px;
      height: 70px;
      font-size: 14px; }
    .cart-popup .add-ons .product-info, .wait-list-popup .add-ons .product-info {
      height: 60px; }
  .cart-popup.show, .wait-list-popup.show, .forgot-password-popup.show {
    display: block; }

/*------------------------- WAIT LIST---------------------------*/
.wait-list-popup label {
  width: 50%;
  max-width: 360px;
  margin-top: 17px;
  margin-right: 20px; }

/*------------------------- FILTER ---------------------------*/
.filter.fixed {
  width: 100%;
  z-index: 10;
  top: 140px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  padding-top: 30px; }
.filter > .container.mobile {
  display: none; }
.filter .flex-wrapper {
  align-items: flex-end; }
  .filter .flex-wrapper .button {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-left: 30px;
    width: 220px;
    text-align: left; }
  .filter .flex-wrapper .custom-select {
    background: white; }
  .filter .flex-wrapper select, .filter .flex-wrapper input {
    border-width: 2px;
    border-color: #ECEFF6; }
  .filter .flex-wrapper select {
    padding-left: 10px;
    font-size: 12px;
    color: #646A7C; }
.filter .search {
  max-width: 360px; }
.filter .options {
  display: flex; }
  .filter .options > div {
    display: inline-block;
    margin-right: 20px;
    width: 100%;
    max-width: 140px; }
    .filter .options > div.sort, .filter .options > div.series {
      max-width: 220px; }
  .filter .options .series {
    position: relative; }
    .filter .options .series i {
      position: absolute;
      top: 35px;
      right: 15px;
      color: white; }

.filter-placeholder {
  height: 0; }

/*------------------------- FOOTER ---------------------------*/
#footer-top {
  background: #F1F1F1; }
  #footer-top a, #footer-top p:not(.sub-header) {
    color: #000; }
  #footer-top a {
    display: block;
    margin: 10px 0; }
  #footer-top .item:not(:first-child) {
    padding-left: 30px; }
  #footer-top .language.mobile {
    display: none; }
  #footer-top .logo {
    max-width: 100%; }
  #footer-top .contact-info {
    white-space: nowrap; }

#footer-bottom {
  background: white;
  height: 60px; }
  #footer-bottom img {
    padding: 15px 5px; }
  #footer-bottom p {
    text-align: center;
    white-space: nowrap; }

/*----------------------- TABBED -------------------------*/
.tabbed .tab-header {
  cursor: pointer; }
.tabbed .tab {
  display: none; }
  .tabbed .tab.show {
    display: block; }

/*---------------------------------------------------- PAGE SPECIFIC ELEMENTS -----------------------------------------*/
/*------------------------- HERO ---------------------------*/
section.hero {
  height: calc(80vh - 180px);
  background-size: cover;
  background-position: center; }
  section.hero.small {
    height: 340px; }
    section.hero.small p.hero {
      margin: 0; }
  section.hero p.notice {
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0; }

/*------------------------- FEATURED & BANNER ---------------------------*/
section.featured .flex-wrapper .item {
  border-radius: 4px;
  overflow: hidden; }
  section.featured .flex-wrapper .item a:not(.button).featured {
    height: 100%;
    width: 100%;
    display: block; }
section.featured .flex-wrapper.col-2 .item {
  height: 340px; }
  section.featured .flex-wrapper.col-2 .item .button {
    margin-top: 250px; }
section.featured .flex-wrapper.col-3 a:not(.button).featured {
  height: 225px; }
section.featured .banner {
  height: 320px;
  border-radius: 4px;
  overflow: hidden; }
  section.featured .banner .button {
    margin-top: 180px; }

/*------------------------- PRODUCT CAROUSEL ---------------------------*/
.product-carousel {
  white-space: nowrap; }
  .product-carousel .product-card {
    width: 215px;
    display: inline-block;
    margin-right: 20px; }

/*------------------------- COL-4-SLIDER ---------------------------*/
.col-4-slider .slick-slide {
  padding: 0 15px 10px; }
.col-4-slider .sale-bubble {
  top: -20px;
  right: 3px;
  width: 70px;
  height: 70px; }

/*----------------------- SLICK ARROW -------------------------*/
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 !important;
  cursor: pointer;
  margin: 0;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background: white;
  opacity: .9; }
  .slick-arrow i {
    line-height: 46px !important;
    color: #2699FB; }
  .slick-arrow.slick-next {
    right: -10px; }
  .slick-arrow.slick-prev {
    left: -10px; }
  .slick-arrow.slick-disabled {
    visibility: hidden; }

/*------------------------- SALE BUBBLE ---------------------------*/
.sale-bubble {
  position: absolute;
  top: -25px;
  right: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  background: #F7FF00;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.2; }
  .sale-bubble .amount {
    font-size: 22px; }
    .sale-bubble .amount::before {
      content: "spar";
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      margin: auto;
      font-weight: 600;
      font-size: 12px; }

/*------------------------- PRODUCT CARD ---------------------------*/
.product-card {
  background: white;
  white-space: normal; }
  .product-card.sale {
    position: relative;
    margin-top: 32px; }
  .product-card .inner {
    border-radius: 4px;
    border: solid 1px #ECEFF6;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: .3s; }
    .product-card .inner:hover {
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25); }
  .product-card .product-img {
    position: relative;
    overflow: hidden;

    /* padding-top: 100%; */
    height: 200px;


}
    .product-card .product-img .inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px;
      box-sizing: border-box; }
    .product-card .product-img img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      left: 50%;
      position: relative;
      top: 50%;
      transform: translate(-50%, -50%);
      display: block; }
    .product-card .product-img .alt-img {
      display: none; }
    .product-card .product-img:hover .alt-img {
      display: block; }
    .product-card .product-img:hover img:not(.alt-img), .product-card .product-img:hover .compat-img:not(.alt-img) {
      display: none; }
    .product-card .product-img .inner.compat-object-fit .compat-img {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%; }
    .product-card .product-img .inner.compat-object-fit img {
      display: none; }
  .product-card .product-tag-wrapper {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: calc(100% - 15px); }
  .product-card .product-tags span {
    font-size: 10px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 4px;
    background: #B9BECC; }
    .product-card .product-tags span:not(:last-of-type) {
      margin-right: 5px; }
    .product-card .product-tags span.seen-on-tv {
      background: #16A5E0;
      color: white; }
    .product-card .product-tags span.new {
      background: #BCE0FD;
      color: #2699FB; }
  .product-card .favorite-this {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    color: #B9BECC;
    cursor: pointer;
    padding: 5px;
    background: white;
    border-radius: 50%; }
  .product-card .product-info-wrapper {
    padding: 5px 15px; }
  .product-card .product-info {
    height: 90px; }
  .product-card .product-name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    max-height: 47px;
    display: block;
    overflow: hidden; }
  .product-card .product-title {
    margin: 0;
    overflow: hidden;
    display: block;
    max-height: 35px; }
  .product-card .product-price {
    margin-bottom: 5px; }
    .product-card .product-price p {
      font-size: 14px;
      color: #000;
      margin: 0;
      font-weight: 400;
      text-align: right; }
      .product-card .product-price p.current-price {
        color: #000;
        font-weight: 600;
        text-align: left; }
      .product-card .product-price p:nth-child(2) {
        font-size: 10px; }
  .product-card .delivery {
    text-align: center;
    font-size: 11px;
    margin: 0;
    font-weight: 600; }
  .product-card .button {
    margin: 5px auto 0; }

.product-card .product-tag-wrapper {
  padding: 0 24px;
  max-width: calc(100% - 24px); }
.product-card .product-info-wrapper {
  padding: 5px 24px 15px; }

.product-list .sale-bubble {
  top: -15px;
  right: -15px;
  width: 70px;
  height: 70px;
  font-size: 14px; }

/*------------------------- CART CONTENT ---------------------------*/
.cart-content .item {
  justify-content: space-between; }
  .cart-content .item .product-wrapper {
    display: flex;
    align-items: center;
	width: 50%;
}
  .cart-content .item .product-img {
    margin-right: 10px;
    border: solid 1px #F1F1F1;
    overflow: hidden;
    border-radius: 4px;
    width: 52px;
    height: 52px;
    padding: 3px;
    box-sizing: border-box;
    display: inline-block; }
    .cart-content .item .product-img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .cart-content .item .product-info {
    display: inline-block; }
    .cart-content .item .product-info p {
      margin: 0; }
      .cart-content .item .product-info p.product-name,   .cart-content .item .product-info p.product-name a {
        font-size: 12px;
        color: #2B2B2B;
		font-weight: 400;	
	}
      .cart-content .item .product-info p.delivery {
        font-size: 11px; }
  .cart-content .item .product-controls .rounded-square {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 4px;
    padding: 0; }
    .cart-content .item .product-controls .rounded-square i {
      line-height: 28px;
      height: 30px;
      font-size: 12px; }
    .cart-content .item .product-controls .rounded-square span, .cart-content .item .product-controls .rounded-square select {
      line-height: 28px;
      height: 30px;
      font-size: 12px;
      font-weight: 700;
      color: #2B2B2B; }
    .cart-content .item .product-controls .rounded-square select {
      padding: 0;
      padding-left: 8px;
      height: 100%; }
    .cart-content .item .product-controls .rounded-square.custom-select::after {
      display: none; }
    .cart-content .item .product-controls .rounded-square :not(:last-child) {
      margin-right: 10px; }
  .cart-content .item .product-controls .product-add, .cart-content .item .product-controls .product-subtract {
    cursor: pointer; }
  .cart-content .item .product-price p {
    font-size: 12px;
    font-weight: 600;
    color: #000; }
  .cart-content .item .product-remove {
    cursor: pointer; }
    .cart-content .item .product-remove i, .cart-content .item .product-remove p {
      display: inline-block;
      font-size: 12px;
      color: #B9BECC; }
    .cart-content .item .product-remove i {
      font-size: 15px; }
    .cart-content .item .product-remove:hover i, .cart-content .item .product-remove:hover p {
      color: #EE1C25; }

/*----------------------- PDP DETAILS -------------------------*/
section.product .flex-wrapper.col-2 {
  justify-content: space-between; }
section.product .sale-bubble {
  top: 0;
  right: -20px;
  z-index: 2;
  height: 90px;
  width: 90px; }
  section.product .sale-bubble span {
    font-weight: 700;
    color: #000; }
    section.product .sale-bubble span::before {
      top: 14px; }
section.product .product-img {
  position: relative; }
  section.product .product-img .carousel-wrapper {
    position: relative; }
    section.product .product-img .carousel-wrapper .placeholder {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: white;
      z-index: 1;
      visibility: hidden; }
      section.product .product-img .carousel-wrapper .placeholder.show {
        visibility: visible; }
  section.product .product-img .image-carousel {
    margin-bottom: 30px;
    padding-top: 20px; }
    section.product .product-img .image-carousel .slick-list {
      width: 100%;
      height: 680px;
      margin: auto; }
      section.product .product-img .image-carousel .slick-list .slick-track {
        height: 100%; }
        section.product .product-img .image-carousel .slick-list .slick-track .slick-slide {
          overflow: hidden; }
        section.product .product-img .image-carousel .slick-list .slick-track img {
          object-fit: contain;
          height: 100%;
          left: 50%;
          position: relative;
          top: 50%;
          transform: translate(-50%, -50%);
max-width:100%;
}
  section.product .product-img .image-thumbnails .thumbnail {
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box; 
height: auto;
}
    section.product .product-img .image-thumbnails .thumbnail:focus {
      outline: none; }
    section.product .product-img .image-thumbnails .thumbnail .inner {
      padding-top: 100%;
      height: 0;
      overflow: hidden;
      position: relative;
      border: solid 2px #2699FB;
      border-radius: 4px; }
      section.product .product-img .image-thumbnails .thumbnail .inner img {
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
    section.product .product-img .image-thumbnails .thumbnail:not(.slick-current) {
      opacity: .5;
      cursor: pointer; }
      section.product .product-img .image-thumbnails .thumbnail:not(.slick-current) .inner {
        border-color: #B9BECC; }
section.product .details .product-header {
  position: relative; }
  section.product .details .product-header .favorite-this {
    position: absolute;
    right: -50px;
    top: 12px;
    font-size: 20px; }
section.product .details .rating > * {
  display: inline-block;
  margin: 0 10px 20px 0; }
section.product .details .rating .stars {
  margin-bottom: 20px;
  position: relative; }
  section.product .details .rating .stars i {
    font-size: 20px;
    color: #BCE0FD; }
    section.product .details .rating .stars i.fas {
      color: #2699FB; }
  section.product .details .rating .stars .stars-full {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50%; }
section.product .details .rating p, section.product .details .rating span {
  margin-bottom: 2px; }
section.product .details p.delivery {
  font-weight: 700; }
section.product .details table {
  margin-top: 40px; }
  section.product .details table td:first-child {
    font-size: 12px;
    color: #B9BECC;
    padding-right: 20px; }
  section.product .details table td:last-child {
    font-size: 12px;
    color: #646A7C;
    font-weight: 600; }
section.product .details p.description {
  color: #2B2B2B; }
section.product .details .cta-area {
  background: #F1F1F1;
  padding: 25px 35px 30px;
  border-radius: 4px; }
  section.product .details .cta-area .price {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px; }
    section.product .details .cta-area .price p {
      margin: 0; }
      section.product .details .cta-area .price p.current-price {
        color: #000;
        font-size: 22px;
        font-weight: 600; }
      section.product .details .cta-area .price p.savings {
        font-weight: 600;
        color: #2B2B2B; }
  section.product .details .cta-area .product-options .custom-select {
    margin: 15px auto 0; }
    section.product .details .cta-area .product-options .custom-select::after {
      color: white; }
    section.product .details .cta-area .product-options .custom-select select {
      color: white;
      cursor: pointer;
      background: transparent; }
      section.product .details .cta-area .product-options .custom-select select option {
        color: #2B2B2B; }
  section.product .details .cta-area .button {
    margin: 15px auto 0; }
section.product .details .usp {
  justify-content: space-between;
  margin-bottom: 20px; }
  section.product .details .usp div {
    padding: 16px 10px;
    background: #F1F1F1;
    width: calc(50% - 8px);
    margin-top: 15px;
    box-sizing: border-box; }
    section.product .details .usp div i {
      color: #2699FB;
      margin-right: 20px;
      margin-left: -10px; }
    section.product .details .usp div p {
      margin: 0; }
section.product .details .links {
  text-align: right;
  margin-top: 10px; }
  section.product .details .links a {
    margin-left: 25px;
    font-size: 12px; }

/*----------------------- PRODUCT DETAILS -------------------------*/
section.product-details {
  padding-top: 0; }
  section.product-details .tabs p {
    display: inline-block;
    margin-right: 25px;
    color: #646A7C;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: -2px;
    margin-top: 0;
    cursor: pointer; }
    section.product-details .tabs p.active {
      color: #2699FB;
      font-weight: 600;
      border-bottom: solid 2px #2699FB;
      cursor: auto; }
  section.product-details .content {
    border: solid 2px #ECEFF6;
    box-sizing: border-box;
    padding: 35px; }
    section.product-details .content .tab p {
      color: #2B2B2B; }
    section.product-details .content .tab h5 {
      margin-top: 0; }

/*----------------------- ADD ONS -------------------------*/
#add-ons {
  padding-top: 0;
  margin-top: -40px; }

/*------------------------- USP BANNER ---------------------------*/
section.usp-banner i {
  color: #2699FB; }
section.usp-banner p {
  font-size: 14px;
  color: #000;
  font-weight: 600; }

/*------------------------- POPULAR BRANDS ---------------------------*/
section.popular-brands p {
  margin-top: 0; }
section.popular-brands .item {
  border: solid 2px white; }
  section.popular-brands .item:hover {
    border: solid 2px #ECEFF6;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
section.popular-brands .button {
  margin-top: 20px; }

/*------------------------- FEATURED POSTERS ---------------------------*/
section.featured-posters .item {
  display: none; }
  section.featured-posters .item:not(:last-child) {
    margin-right: 20px; }
  section.featured-posters .item .img-wrapper {
    overflow: hidden;
    border-radius: 10px; }
  section.featured-posters .item img {
    width: 100%; }

/*------------------------- SLIDER PAGINATION ---------------------------*/
.slick-dots {
  padding: 0;
  margin: 0;
  text-align: center; }
  .slick-dots li {
    list-style: none;
    display: inline-block; }
    .slick-dots li .dot-bar {
      height: 3px;
      width: 23px;
      margin: 0 5px;
      background: #B9BECC; }
    .slick-dots li.slick-active .dot-bar {
      background: #2699FB; }

/*------------------------- NEWSLETTER ---------------------------*/
section.newsletter {
  background: url("/media/newsletter-bg.png");
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 160px; }
  section.newsletter .card {
    padding: 70px 80px; }
    section.newsletter .card p {
      max-width: 360px; }

/*------------------------- DIRECTORY ---------------------------*/
section.directory .content ul {
  padding-left: 0; }
  section.directory .content ul a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #2B2B2B; }

/*------------------------- TEXT / INFO SECTION ---------------------------*/
section.text .content p {
  color: #2B2B2B; }
section.text .content h2 {
  color: #2B2B2B;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: -10px;
  margin-top: 30px; }

/*------------------------- BREADCRUMBS ---------------------------*/
section.breadcrumbs {
  padding: 0;
  margin-bottom: -40px;
  margin-top: 10px; }
  section.breadcrumbs a, section.breadcrumbs p {
    font-size: 12px;
    font-weight: 400;
    margin: 0; }
  section.breadcrumbs + section {
    padding-top: 65px; }
  section.breadcrumbs:first-child {
    margin-top: 0;
    padding-top: 30px; }
  section.breadcrumbs.pdp {
    padding-top: 10px;
    margin-bottom: -60px; }
  section.breadcrumbs .flex-wrapper {
    align-items: center; }
  section.breadcrumbs .brand-logo {
    display: inline-block;
    margin-right: 30px; }
    section.breadcrumbs .brand-logo img {
      height: 50px; }

/*------------------------- PRODUCT LIST ---------------------------*/

.brand-logo-productlist {
	text-align: center;
}
.brand-logo-productlist img {
      height: 80px; }
.product-list .list-options {
  float: right; }
  .product-list .list-options p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #646A7C; }
  .product-list .list-options span {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #646A7C;
    padding-right: 15px;
    cursor: pointer; }
  .product-list .list-options .active {
    color: #2699FB;
    text-decoration: underline; }
.product-list .button.show-more {
  max-width: 500px;
  margin: 30px auto 0; }
.product-list .pager {
  max-width: 500px;
  margin: 50px auto 0; }
  .product-list .pager.mobile {
    display: none; }
  .product-list .pager .flex-wrapper {
    justify-content: space-between;
    flex-direction: row;
    align-items: center; }
  .product-list .pager .control {
    background: #F1F9FF;
    border-color: #BCE0FD;
    cursor: pointer; }
    .product-list .pager .control i {
      font-size: 12px;
      line-height: 25px;
      color: #2699FB; }
  .product-list .pager .pages {
    display: flex; }
  .product-list .pager .pages span {
    color: #BCE0FD;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    line-height: 50px; }
    .product-list .pager .pages span.active {
      color: #2699FB; }
  .product-list .pager .custom-select {
    width: 140px; }
  .product-list .pager .placeholder .current {
    font-weight: 700;
    color: #2699FB; }

/*--------------------------- CHECKOUT ----------------------------*/
section.checkout {
  padding-bottom: 100px; }
  section.checkout .basket.section-card .cart-content > .item {
    align-items: flex-start;
    margin-top: 20px; }
  section.checkout .basket.section-card .cart-content > .item .product-wrapper {
    width: 40%;
    align-items: flex-start; }
  section.checkout .basket.section-card .cart-content > .item:first-child .product-price::after {
    content: "stk. pris";
    position: absolute;
    right: 0;
    top: -25px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;font-display: swap }
  section.checkout .basket.section-card .cart-content > .item:first-child .product-price.total::after {
    content: "pris total"; }
  section.checkout .basket.section-card .cart-content .product-price {
    position: relative;
    width: 100px;
    text-align: right; }
  section.checkout .container .details {
    width: 100%;
    max-width: 812px; }
    section.checkout .container .details .section-card .header {
      cursor: pointer; }
    section.checkout .container .details .section-card .content {
      overflow: hidden;
      padding: 30px 25px 20px;
      transition: .3s; }
      section.checkout .container .details .section-card .content.collapsed {
        max-height: 0 !important;
        padding-top: 0;
        padding-bottom: 0; }
    section.checkout .container .details .section-card .flex-wrapper.col-2 {
      flex-wrap: wrap;
      justify-content: space-between; }
      section.checkout .container .details .section-card .flex-wrapper.col-2 > * {
        width: 47.5%; }
    section.checkout .container .details .section-card.basket label {
      display: block; }
    section.checkout .container .details .section-card.basket .cart-content .item {
      border-bottom: solid 1px #ECEFF6;
      padding-bottom: 20px; }
    section.checkout .container .details .section-card.basket .cart-content .variant .custom-select {
      height: 30px;
      padding-right: 25px; }
      section.checkout .container .details .section-card.basket .cart-content .variant .custom-select::after {
        right: 5px;
        top: 6px; }
    section.checkout .container .details .section-card.basket .cart-content .variant select {
      padding-left: 5px;
      color: #646A7C; }
      section.checkout .container .details .section-card.basket .cart-content .variant select:focus {
        outline: none; }
    section.checkout .container .details .section-card.basket .options {
      margin-top: 20px; }
      section.checkout .container .details .section-card.basket .options .delivery {
        max-width: 220px;
        width: 100%; }
      section.checkout .container .details .section-card.basket .options .coupons {
        max-width: 360px;
        width: 100%;
        margin-left: 35px; }
        section.checkout .container .details .section-card.basket .options .coupons input:not([type="submit"]) {
          border: solid 2px #ECEFF6;
          line-height: normal;
          color: #000; }
          section.checkout .container .details .section-card.basket .options .coupons input:not([type="submit"])::placeholder {
            color: #B9BECC; }
        section.checkout .container .details .section-card.basket .options .coupons .input-go {
          font-weight: 700; }
      section.checkout .container .details .section-card.basket .options .custom-select {
        height: 40px;
        line-height: 40px;
        background: #F1F1F1;
        border: solid 2px #ECEFF6;
        box-sizing: border-box; }
        section.checkout .container .details .section-card.basket .options .custom-select select {
          color: #646A7C;
          background: transparent; }
    section.checkout .container .details .section-card.basket .summary {
      background: #F1F1F1;
      border-radius: 4px;
      padding: 15px 20px;
      margin-top: 20px; }
      section.checkout .container .details .section-card.basket .summary table {
        width: 100%; }
      section.checkout .container .details .section-card.basket .summary tr {
        color: #A3A6B4;
        font-size: 12px; }
        section.checkout .container .details .section-card.basket .summary tr.total {
          color: #646A7C;
          font-size: 14px;
          font-weight: 700; }
      section.checkout .container .details .section-card.basket .summary td:last-child {
        text-align: right; }
    section.checkout .container .details .section-card.delivery .entity label {
      display: flex;
      margin-top: 0; }
      section.checkout .container .details .section-card.delivery .entity label:not(:last-child) {
        margin-right: 30px; }
    section.checkout .container .details .section-card.delivery label, section.checkout .container .details .section-card.delivery .input-wrapper {
      margin-top: 20px; }
    section.checkout .container .details .section-card.delivery .alt-info {
      overflow: hidden;
      transition: max-height .3s; }
      section.checkout .container .details .section-card.delivery .alt-info.collapsed {
        max-height: 0 !important; }
    section.checkout .container .details .section-card.method .upper {
      height: 40px; }
    section.checkout .container .details .section-card.method .lower {
      align-items: center;
      justify-content: space-between;
      height: 75px; }
      section.checkout .container .details .section-card.method .lower .radio {
        flex: none; }
        section.checkout .container .details .section-card.method .lower .radio .checkmark {
          margin-right: 20px; }
      section.checkout .container .details .section-card.method .lower .location {
        flex: 1; }
        section.checkout .container .details .section-card.method .lower .location p {
          line-height: 1.5; }
      section.checkout .container .details .section-card.method .lower .button {
        width: 100%;
        max-width: 120px;
        margin: 0 0 0 20px; }
    section.checkout .container .details .section-card.method input:checked + .wrapper .lower {
      display: flex; }
    section.checkout .container .details .section-card.method p.small {
      margin: 5px 0 20px 20px; }
    section.checkout .container .details .section-card.payment .main-cta {
      margin-bottom: 0; }
    section.checkout .container .details .section-card .button.next {
      width: 100%;
      max-width: 240px;
      margin: 15px 0 0 auto; }
    section.checkout .container .details input:not([type="submit"]) {
      border: solid 2px #ECEFF6; }
    section.checkout .container .details .custom-checkbox {
      padding-left: 22px;
      margin-top: 15px; }
      section.checkout .container .details .custom-checkbox:first-of-type {
        margin-top: 30px; }
      section.checkout .container .details .custom-checkbox a {
        font-size: inherit;
        font-weight: 700; }
    section.checkout .container .details .custom-radio {
      display: block;
      margin-bottom: 10px; }
      section.checkout .container .details .custom-radio .upper {
        justify-content: space-between;
        height: 50px;
        padding: 0 20px; }
        section.checkout .container .details .custom-radio .upper > * {
          display: flex;
          align-items: center; }
      section.checkout .container .details .custom-radio .lower {
        padding: 0 20px;
        height: 50px;
        background: #F1F1F1;
        border-top: solid 2px #ECEFF6;
        box-sizing: border-box;
        display: none; }
        section.checkout .container .details .custom-radio .lower p {
          margin: 0;
          line-height: 48px;
          color: #2B2B2B;
          font-weight: 600;
          font-size: 12px; }
      section.checkout .container .details .custom-radio .radio {
        flex: 1; }
      section.checkout .container .details .custom-radio .credit-cards img:not(:first-child) {
        margin-left: 15px; }
      section.checkout .container .details .custom-radio .mobile-pay {
        justify-content: flex-end; }
        section.checkout .container .details .custom-radio .mobile-pay img {
          height: 100%;
          padding: 5px 0;
          width: 115px;
          box-sizing: border-box; }
      section.checkout .container .details .custom-radio .fee {
        width: 90px;
        justify-content: flex-end; }
      section.checkout .container .details .custom-radio .wrapper {
        border: solid 2px #ECEFF6;
        border-radius: 4px;
        width: 100%; }
      section.checkout .container .details .custom-radio input:checked + .wrapper {
        border-color: #00D664; }
        section.checkout .container .details .custom-radio input:checked + .wrapper .lower {
          display: block; }
  section.checkout .container .summary-wrapper {
    margin-left: 60px;
    position: relative; }
    section.checkout .container .summary-wrapper .summary {
      width: 350px; }
      section.checkout .container .summary-wrapper .summary .summary-table {
        background: white;
        border-radius: 4px;
        padding: 15px 0 10px; }
        section.checkout .container .summary-wrapper .summary .summary-table table {
          vertical-align: top;
          width: 100%;
          padding: 0 25px; }
          section.checkout .container .summary-wrapper .summary .summary-table table:not(.cart-content) td:last-child {
            text-align: right; }
          section.checkout .container .summary-wrapper .summary .summary-table table.header {
            margin-bottom: 10px; }
            section.checkout .container .summary-wrapper .summary .summary-table table.header p {
              font-size: 16px;
              font-weight: 700;
              color: #2B2B2B; }
            section.checkout .container .summary-wrapper .summary .summary-table table.header td {
              vertical-align: middle; }
            section.checkout .container .summary-wrapper .summary .summary-table table.header a {
              font-size: 12px;
              font-weight: 400;
              cursor: pointer; }
          section.checkout .container .summary-wrapper .summary .summary-table table.cart-content tr {
            padding: 5px 0;
            display: block; }
            section.checkout .container .summary-wrapper .summary .summary-table table.cart-content tr:not(:last-child) {
              border-bottom: solid 1px #ECEFF6; }
            section.checkout .container .summary-wrapper .summary .summary-table table.cart-content tr td {
              font-size: 12px;
              color: #2B2B2B; }
              section.checkout .container .summary-wrapper .summary .summary-table table.cart-content tr td p {
                font-size: 12px;
                color: #2B2B2B; }
              section.checkout .container .summary-wrapper .summary .summary-table table.cart-content tr td:first-child {
                width: 15px; }
              section.checkout .container .summary-wrapper .summary .summary-table table.cart-content tr td:last-child {
                padding-left: 10px; }
          section.checkout .container .summary-wrapper .summary .summary-table table.sum {
            background: #F1F1F1;
            padding-top: 10px;
            padding-bottom: 10px; }
            section.checkout .container .summary-wrapper .summary .summary-table table.sum tr td {
              color: #2B2B2B;
              font-size: 12px; }
            section.checkout .container .summary-wrapper .summary .summary-table table.sum .total td {
              font-size: 14px;
              font-weight: 700;
              padding-top: 5px; }
            section.checkout .container .summary-wrapper .summary .summary-table table.sum .vat td {
              color: #A3A6B4; }
          section.checkout .container .summary-wrapper .summary .summary-table table.coupons {
            padding-top: 8px;
            padding-bottom: 5px;
            cursor: pointer; }
            section.checkout .container .summary-wrapper .summary .summary-table table.coupons td {
              color: #646A7C;
              font-size: 12px;
              font-weight: 700; }
              section.checkout .container .summary-wrapper .summary .summary-table table.coupons td i {
                font-size: 15px; }
          section.checkout .container .summary-wrapper .summary .summary-table table td {
            vertical-align: top; }
        section.checkout .container .summary-wrapper .summary .summary-table .add-coupons {
          padding: 0 25px;
          overflow: hidden;
          transition: max-height .3s; }
          section.checkout .container .summary-wrapper .summary .summary-table .add-coupons.collapsed {
            max-height: 0 !important; }
      section.checkout .container .summary-wrapper .summary p {
        margin: 0; }
      section.checkout .container .summary-wrapper .summary .main-cta {
        margin: 15px 0; }
  section.checkout .container .usp div {
    margin: 15px 0 0 25px;
    display: inline-block; }
  section.checkout .container .usp p {
    display: inline-block;
    color: #646A7C;
    line-height: 20px;
    margin: 0; }
  section.checkout .container .usp i {
    color: #2699FB;
    font-size: 20px;
    margin-right: 10px; }
  section.checkout .container .main-cta {
    padding: 0; }

.checkout .done div.header p i.fa-exclamation-circle {
  display: none; }
.checkout .section-errors div.header p i.fa-exclamation-circle {
  display: block;
  color: #EE1C25; }
.checkout .section-card.method .usp {
  text-align: center;
  margin-top: -30px; }
  .checkout .section-card.method .usp > div {
    margin-left: 0;
    margin-right: 0; }

.custom-checkbox.error .checkmark {
  border-color: #EE1C25 !important; }

.company-name, .ean-nr {
  display: none; }
  .company-name.show, .ean-nr.show {
    display: block; }

.entity-placeholder {
  display: none; }
  .entity-placeholder.show {
    display: block; }

tr.coupon {
  position: relative; }
  tr.coupon > * {
    position: relative; }

i.remove-coupon {
  position: absolute;
  left: -23px;
  top: -5px;
  padding: 10px; }
  i.remove-coupon:hover {
    color: #EE1C25;
    cursor: pointer; }

section.checkout .container .details .custom-radio.error input + .wrapper {

border-color: red;

}

/*----------------------- PICKUP MAP OVERLAY --------------------------*/
.pickup-map {
  position: fixed;
  top: 10vh;
  width: 90vw;
  max-width: 1250px;
  height: 70vh;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
  display: none; }
  .pickup-map.show {
    display: block; }
  .pickup-map .section-card {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .pickup-map .section-card > :not(.header).flex-wrapper {
      height: 92%; }
  .pickup-map .header {
    justify-content: space-between;
    align-items: center;
    min-height: 40px; }
    .pickup-map .header i {
      color: white;
      font-size: 15px;
      cursor: pointer; }
  .pickup-map .map {
    flex: 1;
    padding: 50px 25px 20px;
    box-sizing: border-box; }
    .pickup-map .map img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pickup-map .location {
    width: 100%;
    max-width: 415px;
    display: flex;
    flex-direction: column; }
    .pickup-map .location .search {
      margin-top: 25px;
      padding: 0 30px 20px 15px;
      box-sizing: border-box; }
      .pickup-map .location .search label {
        margin-bottom: 10px;
        display: block; }
    .pickup-map .location .results {
      box-sizing: border-box;
      padding: 20px 10px 10px 20px;
      height: 80%;

      overflow: hidden!important; }
      .pickup-map .location .results .scrollable {
        height: 100%;
        padding-right: 10px;
		overflow-x: hidden !important;
		}
      .pickup-map .location .results .wrapper {
        width: 100%;
        align-items: center;
        padding: 10px 20px;
        background: white;
        border: solid 2px #ECEFF6;
        border-radius: 4px;
        box-sizing: border-box; }
        .pickup-map .location .results .wrapper .address {
          flex: 1; }
          .pickup-map .location .results .wrapper .address p {
            margin: 0 0 0 15px;
            color: #2B2B2B;
            font-weight: 600;
            font-size: 12px;
            line-height: 1.3; }
            .pickup-map .location .results .wrapper .address p:not(:last-child) {
              margin-bottom: 5px; }
        .pickup-map .location .results .wrapper a.button {
          width: 100%;
          max-width: 120px;
          margin: 0 0 0 20px;
          visibility: hidden; }
      .pickup-map .location .results input:checked + .wrapper {
        border-color: #00D664; }
        .pickup-map .location .results input:checked + .wrapper a.button {
          visibility: visible; }

/*------------------------- CONDITIONS MODAL ---------------------------*/
.modal-wrapper {
  position: fixed;
  top: 5vh;
  height: 80vh;
  z-index: 99;
  max-width: 1000px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  display: none; }
  .modal-wrapper.show {
    display: block; }
  .modal-wrapper .inner {
    height: 100%;
    background: white;
    border-radius: 4px;
    overflow: hidden; }
    .modal-wrapper .inner .iframe-wrapper {
      -webkit-overflow-scrolling: touch;
     /* overflow: auto;*/
      height: calc(100% - 50px);
      padding: 10px 30px 30px;
      box-sizing: border-box; }
    .modal-wrapper .inner iframe {
      height: 100%;
      width: 100%;
      -webkit-appearance: none; }
  .modal-wrapper .close {
    line-height: 50px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    text-align: right;
    width: 100%; }


/*------------------------- MY PAGE LOGIN ---------------------------*/
#my-page-login .tabbed {
  margin: 50px auto 75px; }
  #my-page-login .tabbed.tab-1-active {
    max-width: 570px; }
  #my-page-login .tabbed.tab-2-active {
    max-width: 970px; }
    #my-page-login .tabbed.tab-2-active .tabs {
      padding: 0 80px 50px; }
#my-page-login .tabs {
  padding: 0 80px 80px; }
#my-page-login .custom-radio:not(:last-child) {
  margin-right: 30px; }
#my-page-login label, #my-page-login .input-wrapper {
  margin-bottom: 20px; }
#my-page-login .button {
  max-width: 320px;
  margin: auto; }

/*------------------------- BACK TO TOP ---------------------------*/
#back-to-top a {
  height: 45px; }
  #back-to-top a span {
    font-size: 10px; }
  #back-to-top a i {
    font-size: 15px; }

/*------------------------- Background images ---------------------------*/
#front-page section.hero {
  background-image: url("/media/front-page-hero.png"); }

#lego-hero {
  background-image: url("/media/lego-hero.png"); }
  #lego-hero.small {
    background-image: url("/media/lego-starwars-hero.png"); }

/*------------------------- MY PAGE LOGIN ---------------------------*/
#login .tabbed {
  margin: 50px auto 75px; }
  #login .tabbed.tab-1-active {
    max-width: 570px; }
    #login .tabbed.tab-1-active a {
      margin-top: 20px;
      display: block; }
  #login .tabbed.tab-2-active {
    max-width: 970px; }
    #login .tabbed.tab-2-active .tabs {
      padding: 0 80px 50px; }
#login .tabs {
  padding: 0 80px 80px; }
#login .custom-radio:not(:last-child) {
  margin-right: 30px; }
#login label, #login .input-wrapper {
  margin-bottom: 20px; }
#login .button {
  max-width: 320px;
  margin: auto; }

/*---------------------------- MY PAGE -----------------------------*/
#my-page-main .custom-radio:not(:last-child) {
  margin-right: 30px; }
#my-page-main label, #my-page-main .input-wrapper {
  margin-bottom: 20px; }
#my-page-main .sign-out {
  white-space: nowrap;
  cursor: pointer; }
  #my-page-main .sign-out:hover {
    color: #2699FB; }
    #my-page-main .sign-out:hover i {
      color: #2699FB; }
#my-page-main .tab-header {
  white-space: nowrap; }
  #my-page-main .tab-header.active {
    color: #2B2B2B; }
    #my-page-main .tab-header.active i {
      color: #2699FB; }
  #my-page-main .tab-header i {
    margin-right: 10px; }
#my-page-main .card {
  max-width: 1400px; }
  #my-page-main .card .top {
    justify-content: space-between; }
    #my-page-main .card .top > :first-child {
      margin-left: 50px; }
    #my-page-main .card .top > :last-child {
      margin-right: 50px; }
    #my-page-main .card .top p {
      padding: 0 15px 20px; }
  #my-page-main .card .tabs {
    padding: 0 26px 80px; }
#my-page-main .tab.summary .box {
  transition: .3s;
  margin-top: 30px; }
  #my-page-main .tab.summary .box i {
    margin-top: 10px; }
  #my-page-main .tab.summary .box h5 {
    margin: 30px 0 0; }
  #my-page-main .tab.summary .box p {
    margin-bottom: 0; }
  #my-page-main .tab.summary .box:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
#my-page-main .tab.orders table {
  margin-bottom: 100px; }
#my-page-main .my-info {
  position: relative; }
  #my-page-main .my-info form {
    max-width: 750px;
    margin: auto;
    padding: 30px 0; }
  #my-page-main .my-info #delete-user {
    color: #EE1C25;
    position: absolute;
    right: 0;
    top: 30px; }
#my-page-main .single-order .button {
  margin: 35px 0 0; }
#my-page-main .single-order .button.full {
  max-width: 150px; }
#my-page-main .single-order h1 {
  margin-bottom: 20px;
  color: #2B2B2B; }
#my-page-main .single-order .status-bar {
  margin-bottom: 30px; }
#my-page-main .single-order .table-footer p {
  margin: 4px 0; }
#my-page-main .single-order .table-footer p.total {
  font-size: 14px;
  font-weight: 700; }
#my-page-main .single-order .table-footer p.vat {
  color: #A3A6B4; }
#my-page-main .single-order h4 {
  margin: 20px 0 15px; }
#my-page-main .returns td:nth-child(-n+2) {
  width: 150px;
  display: inline-block; }
#my-page-main .returns td:nth-child(3) {
  width: auto;
  display: inline-block; }
#my-page-main .returns h4 {
  margin: 20px 0 15px; }
  #my-page-main .returns h4:not(:first-of-type) {
    margin-top: 70px; }
#my-page-main .single-return h4 {
  margin: 40px 0 15px; }
#my-page-main .single-return .product-controls {
  display: table-cell; }
#my-page-main .single-return .flex-wrapper {
  max-width: 800px;
  margin: 40px auto 0; }
#my-page-main .single-return .main-cta {
  max-width: 320px;
  margin: 30px auto; }
#my-page-main .single-invoice h4:first-child {
  margin: 40px 0 15px; }

/*---------------------------- STATUS BAR -----------------------------*/
.status-bar table {
  border-spacing: 0;
  border-collapse: collapse; }
.status-bar td {
  text-align: center; }
  .status-bar td:nth-child(1) {
    padding: 0 15px; }
  .status-bar td:nth-child(n+2) {
    padding: 0 0 0 60px;
    width: 130px; }
.status-bar tr.status td {
  font-size: 14px;
  color: #B9BECC; }
  .status-bar tr.status td.active {
    font-weight: 600;
    color: #2B2B2B;
    border-bottom: solid 5px #00D664; }
.status-bar tr.dates td {
  font-size: 12px;
  margin-top: 6px; }
  .status-bar tr.dates td:not(.active) {
    display: none; }

/*---------------------------- TABLES -----------------------------*/
table.column-headers td:first-child {
  padding: 40px 10px;
  width: 120px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #f9f9f9; }
table.column-headers td:not(:first-child) {
  padding: 20px 0 20px 20px; }
table.column-headers b {
  color: #2B2B2B;
  margin: 4px 0; }
table.column-headers p {
  margin: 0; }

table.has-header {
  border-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
  border-collapse: collapse; }
  table.has-header tr {
    border: solid 2px #ECEFF6; }
  table.has-header td {
    padding: 10px 0; }
    table.has-header td:first-child {
      padding-left: 35px; }
    table.has-header td:last-child {
      padding-right: 35px; }
    table.has-header td:not(:last-of-type) {
      padding-right: 30px; }
    table.has-header td a i {
      color: inherit;
      margin-left: 5px;
      font-size: inherit; }

.table-header {
  background: #ECEFF6;
  height: 50px; }
  .table-header td {
    font-size: 14px;
    color: #2B2B2B;
    font-weight: 600; }

table.orders {
  width: 100%; }
  table.orders td, table.orders td p {
    font-size: 12px;
    color: #2B2B2B; }
  table.orders td.date, table.orders td.total {
    font-weight: 600; }
  table.orders td a {
    font-size: 12px; }
  table.orders .button {
    margin: 0 0 0 auto;
    height: 25px;
    line-height: 25px;
    width: 120px; }

/*---------------------------- INPUT FILE / TEXTAREA -----------------------------*/
textarea {
  font-family: "Open Sans", sans-serif;
  color: #000;
  line-height: 1.6;
  display: block;
  resize: none;
  font-size: 12px;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 4px;
  border: solid 1px #BCE0FD;
  height: 100px;
  box-sizing: border-box;
  width: 100%;font-display: swap }

label .small {
  font-weight: 400; }

.custom-file {
  height: 45px; }
  .custom-file .inner {
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 4px;
    border: solid 1px #BCE0FD;
    height: 100px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 10px;
        height: 100px;
    overflow: hidden;
    cursor: pointer; font-display: swap}
  .custom-file input[type="file"] {
    border: none;
    height: auto;
    margin-left: -110px;
    cursor: pointer; }
    .custom-file input[type="file"]:focus {
      outline: none; }
  .custom-file .button {
    height: 25px;
    line-height: 25px;
    max-width: 120px;
    margin: 0; }

/*------------------------- SEARCH OVERLAY ---------------------------*/
.search-overlay {
  width: 100%;
  max-width: 840px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 2px #B9BECC;
  border-radius: 4px;
  overflow: hidden;
  display: none; }
  .search-overlay.show {
    display: block; }
  .search-overlay .top {
    background: #ECEFF6;
    padding: 18px 20px 20px; }
    .search-overlay .top .search-bar-wrapper {
      margin: auto; }
  .search-overlay .results {
    background: white;
    padding: 20px 50px; }
    .search-overlay .results .cart-content {
      max-height: 50vh;
      overflow-y: auto; }
    .search-overlay .results .item {
      padding: 10px;
      border-bottom: solid 1px #B9BECC;
      box-sizing: border-box; }
  .search-overlay h4 {
    font-weight: 600;
    margin: 0 0 20px; }
  .search-overlay h5 {
    margin: 0 0 10px; }

/*---------------------------- USP BAR -----------------------------*/
#usp-bar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1; }

/*---------------------------- HERO SIMPLE -----------------------------*/
section.hero.simple {
  height: auto;
  background: #B9BECC; }
  section.hero.simple p.hero {
    font-size: 30px;
    color: #2B2B2B;
    text-shadow: none;
    margin: 20px 0 30px; }

/*------------------------------ PAGER ---------------------------*/
.pager {
  max-width: 500px;
  margin: 50px auto 0; }
  .pager.mobile {
    display: none; }
  .pager .flex-wrapper {
    justify-content: space-between;
    flex-direction: row;
    align-items: center; }
  .pager .control {
    background: #F1F9FF;
    border-color: #BCE0FD;
    cursor: pointer; }
    .pager .control i {
      font-size: 12px;
      line-height: 25px;
      color: #2699FB; }
  .pager .pages {
    display: flex; }
  .pager .pages span {
    color: #BCE0FD;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    line-height: 50px; }
    .pager .pages span.active {
      color: #2699FB; }
  .pager .custom-select {
    width: 140px; }
  .pager .placeholder .current {
    font-weight: 700;
    color: #2699FB; }

/*------------------------- RESPONSIVE ---------------------------*/

@media (max-width: 1370px) {
	  section.checkout .details {
    margin: auto; }
  section.checkout .summary-wrapper {
    display: none; }
  section.checkout .cart-content .item .product-img {
    min-width: 52px; }
}





/*------------------------- TABLET AND SMALLER ---------------------------*/
@media (max-width: 1023px) {
  /*------------------------- Hide/show ---------------------------*/
.product-card .product-img:hover .alt-img {
                             display: none !important;
}
.product-card .product-img:hover img:not(.alt-img), .product-card .product-img:hover .compat-img:not(.alt-img) {
                             display: block !important;
}
  .hidden-mobile {
		display: none;
	}
  div.header p {
    font-size: 15px; }

  section {
    padding: 30px 0; }

  .container {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px; }

  .mobile-menu {
    height: 60px;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .mobile-menu .flex-wrapper {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      padding: 0 15px; }
      .mobile-menu .flex-wrapper i {
        font-size: 24px;
        color: #646A7C; }
      .mobile-menu .flex-wrapper a:not(.logo) {
        padding: 0 15px; }
      .mobile-menu .flex-wrapper .logo {
        flex: 1; }
        .mobile-menu .flex-wrapper .logo img {
          height: 50px;
          margin: auto;
          display: block; }
    .mobile-menu .content {
      max-height: 0;
      overflow: hidden;
      transition: .3s;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }
    .mobile-menu .search-bar-wrapper {
      padding: 80px 5%;
      background: #ECEFF6; }
    .mobile-menu .menu-search {
      display: none; }

  .product-card .product-title {
    display: none; }
  .product-card .product-price > *:last-child {
    display: none; }

  section.usp-banner {
    padding-top: 60px;
    padding-bottom: 0; }
    section.usp-banner i {
      font-size: 32px;
      height: 32px; }
    section.usp-banner .stars i {
      font-size: 22px; }
    section.usp-banner .item {
      margin-bottom: 50px; }
    section.usp-banner p {
      font-size: 14px; }

  .filter > .container.desktop {
    display: none; }
  .filter > .container.mobile {
    display: block; }
  .filter .flex-wrapper {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
  .filter .series, .filter .open-filter {
    width: calc(50% - 10px); }
    .filter .series .button, .filter .open-filter .button {
      width: 100%;
      padding: 0;
      text-align: center;
      font-size: 12px; }
  .filter .open-filter .button {
    background: #B9BECC; }
  .filter .search {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 2px #ECEFF6; }
  .filter .options {
    flex-direction: column;
    width: 100%; }
    .filter .options div {
      max-width: none;
      width: 100%; }
    .filter .options > div:last-child {
      margin-top: 20px;
      border-bottom: solid 2px #ECEFF6;
      padding-bottom: 20px; }
  .filter .accordion .content {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: .3s; }
  .filter .sort {
    margin-top: 20px;
    width: 100%; }

  .product-list .sale-bubble {
    top: -12px;
    right: -15px;
    width: 60px;
    height: 60px; }
  .product-list .product-card .product-info {
    height: 45px; }
  .product-list .product-card .product-name {
    font-size: 14px;
    max-height: 34px; }
  .product-list .product-card .product-price p.current-price {
    font-size: 16px; }
  .product-list .pager.desktop {
    display: none; }
  .product-list .pager.mobile {
    display: block; }

  .pager.desktop {
    display: none; }
  .pager.mobile {
    display: block; }

  .featured .banner {
    margin-left: -6%;
    margin-right: -6%; }

  .cart-popup .cart-details {
    padding: 25px 20px; }
  .cart-popup .add-ons {
    padding: 20px 0 20px 20px; }
    .cart-popup .add-ons .sale-bubble {
      top: -12px;
      right: -15px;
      width: 60px;
      height: 60px; }
    .cart-popup .add-ons .product-card {
      margin-top: 20px; }
      .cart-popup .add-ons .product-card .product-info-wrapper {
        padding: 5px 15px 10px; }
      .cart-popup .add-ons .product-card .product-info {
        height: 45px; }
      .cart-popup .add-ons .product-card .product-name {
        font-size: 14px;
        max-height: 34px; }
      .cart-popup .add-ons .product-card .product-price p.current-price {
        font-size: 16px; }
      .cart-popup .add-ons .product-card .product-tag-wrapper {
        padding: 0 15px;
        max-width: none;
        width: 100%; }
        .cart-popup .add-ons .product-card .product-tag-wrapper i {
          right: 5px; }

  section.product h1 {
    display: block; }
  section.product .flex-wrapper.col-2 {
    flex-direction: column; }
    section.product .flex-wrapper.col-2 > .item:first-child {
      width: 100%;
      margin-bottom: 0; }
  section.product .sale-bubble {
    top: -5px;
    right: -10px; }
  section.product .product-img .image-carousel {
    margin-bottom: 10px; }
  section.product .product-img .pdp-slider {
    height: 0;
    padding-top: 50%; }
    section.product .product-img .pdp-slider .slick-list {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
  section.product .slick-dots li {
    padding: 0 2px;
    width: 15px;
    box-sizing: border-box; }
    section.product .slick-dots li .dot-bar {
      width: 100%;
      margin: 0; }
  section.product .image-thumbnails {
    display: none; }
  section.product .divider-line {
    display: none; }
  section.product .details .product-header {
    padding-right: 40px; }
    section.product .details .product-header .favorite-this {
      right: 10px;
      top: 10px; }
  section.product .details .rating .stars {
    margin: 0; }
  section.product .details .cta-area {
    padding: 15px 10px 20px;
    margin-top: 10px; }
    section.product .details .cta-area .price {
      flex-direction: row; }
  section.product .details table {
    margin-top: 30px; }
  section.product p.delivery {
    text-align: center; }

  section.product-details .tabs p {
    font-size: 12px;
    margin-right: 10px;
    padding-bottom: 5px; }
  section.product-details .content {
    padding: 30px 15px; }
  section.product-details h5 {
    margin: 0 0 10px; }

  .col-4-slider .slick-slide {
    padding: 0;
    margin-right: 20px; }
  .col-4-slider .slick-list {
    padding: 15px 10px;
    margin-left: -15px;
    margin-right: -15px; }
  .col-4-slider .product-card .product-name {
    max-height: 30px; }
  .col-4-slider .product-card .delivery {
    font-size: 9px; }

  section.checkout .details {
    margin: auto; }
  section.checkout .summary-wrapper {
    display: none; }
  section.checkout .cart-content .item .product-img {
    min-width: 52px; }
  section.checkout .container .details .section-card.method .lower .button {
    font-size: 12px;
    margin-left: 10px;
    max-width: 80px; }
  section.checkout .container .details .custom-radio .lower p {
    font-weight: 400; }

  .cart-content .item .product-controls > :not(.product-amount) {
    display: none; }
  .cart-content .item .product-remove p {
    display: none; }

  .pickup-map .map {
    width: 55%; }
  .pickup-map .location {
    width: 45%; }
    .pickup-map .location .results .wrapper {
      padding: 10px 10px; }
      .pickup-map .location .results .wrapper .address p {
        margin-left: 0; }
      .pickup-map .location .results .wrapper a.button {
        font-size: 12px;
        margin-left: 10px;
        max-width: 70px; }

  /*------------------------- MY PAGE ---------------------------*/
  #my-page-main .tab-headers.flex-wrapper {
    flex-direction: column; }
  #my-page-main .card {
    width: 90%;
    margin-top: 50px;
    padding-bottom: 100px; }
    #my-page-main .card .top {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0; }
      #my-page-main .card .top > :first-child {
        margin-left: 0; }
      #my-page-main .card .top > :last-child {
        margin-right: 0; }
      #my-page-main .card .top p {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%; }
        #my-page-main .card .top p:not(.sign-out) {
          border-bottom: solid 1px #ECEFF6; }
        #my-page-main .card .top p.active {
          border-bottom: solid 1px #ECEFF6; }
    #my-page-main .card .tabs {
      padding: 0; }
  #my-page-main .returns td:nth-child(-n+2) {
    display: table-cell;
    width: auto; } }
/*------------------------- MOBILE ONLY ---------------------------*/
@media (max-width: 749px) {
  /*------------------------- Hide/show ---------------------------*/
  section.product .product-img .image-carousel .slick-list .slick-track img {
	
	max-width: 100%;
	}
	#all-series .content {
	column-count: 1;
}
	
	.hidden-mobile {
		display: none;
	}
	
	.top-wrapper, #usp-bar {
    display: none; }

  p.sub-hero {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15vh; }

  p.hero {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2; }

  .section-link {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -10px;
    left: 0;
    font-size: 12px;
    font-weight: 600; }

  h4 {
    margin-bottom: 30px; }

  a.plain {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600; }

  .custom-select select {
    font-size: 12px;
    color: inherit; }

  .light-bg-mobile {
    position: relative; }
    .light-bg-mobile::before {
      background: #ECEFF6;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -4;
      position: absolute; }

  .page-wrapper {
    padding-top: 60px; }

  .sidebar-wrapper .open-sidebar.desktop {
    display: none; }

  .sidebar-wrapper .open-sidebar.mobile {
    display: flex; }

  .sidebar-wrapper .bottom-wrapper.close {
    display: block; }

  section.hero {
    height: calc(80vh - 60px); }
	
	
	section.hero! > video { display: none; }
    section.hero .button {
      margin-top: 10vh;
      margin-bottom: 0; }
    section.hero p.notice {
      bottom: -25px; }
    section.hero.small {
      height: calc(40vh - 60px); }
      section.hero.small p.hero {
        margin-top: 10px;
        font-size: 30px; }

  .flex-wrapper > .item {
    margin-bottom: 20px; }
  .flex-wrapper.col-2-mobile {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    .flex-wrapper.col-2-mobile > .item {
      width: calc(50% - 10px); }
	.flex-wrapper.col-2-mobile > .item.focusitem  {
		    width: 100% !important;
	}
  .sale-bubble {
    height: 60px;
    width: 60px;
    top: -15px;
    right: -12px; }

  .product-card .product-tag-wrapper {
    max-width: none;
    padding: 0 10px; }
    .product-card .product-tag-wrapper span {
      padding: 0 7px; }
  .product-card .product-info {
    height: 35px;
    overflow: hidden; }
  .product-card .product-info-wrapper {
    padding: 5px 10px 15px; }
  .product-card .product-name {
    font-size: 12px;
    line-height: 1.2; }
  .product-card .product-price > *:first-child {
    margin-bottom: 0; }
  .product-card .delivery {
    font-size: 10px; }
  .product-card.sale {
    margin-top: 10px; }

  section.popular-brands p {
    margin-bottom: 0; }
  section.popular-brands .section-link {
    display: none; }

  .featured-posters section.featured-posters .item:not(:last-child) {
    margin-right: 0; }
  .featured-posters .featured-product-slider {
    padding: 0 30px; }
  .featured-posters .slick-list {
    overflow: visible; }
  .featured-posters .img-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }

  section.newsletter {
    padding-bottom: 100px; }
    section.newsletter .card {
      padding: 80px 15px; }
    section.newsletter h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0; }
    section.newsletter p {
      font-size: 16px;
      margin: 20px 0 30px; }

  #footer-top .language.desktop {
    display: none; }
  #footer-top .language.mobile {
    display: block;
    width: 100%;
    background: white; }
    #footer-top .language.mobile .current-language-wrapper {
      padding-top: 6px; }
    #footer-top .language.mobile .drop-down {
      width: 100%;
      margin-top: 9px;
      background: white; }
  #footer-top .item:not(:first-child) {
    padding: 0;
    margin: 0; }
  #footer-top .logo {
    display: block;
    margin: auto; }
  #footer-top .accordion {
    border-bottom: solid 2px #ECEFF6; }
    #footer-top .accordion .content {
      max-height: 0;
      overflow: hidden;
      transition: .3s; }
    #footer-top .accordion p.drop-down {
      margin: 0;
      margin-top: 20px;
      padding-bottom: 10px;
      font-size: 21px;
      position: relative; }
      #footer-top .accordion p.drop-down::after {
        content: '\f107';
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 15px;
        color: #646A7C;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        line-height: normal;font-display: swap }
    #footer-top .accordion.active .drop-down::after {
      content: '\f106'; }

  #footer-bottom {
    height: auto; }
    #footer-bottom .item {
      margin: 0; }
    #footer-bottom .credit-cards {
      text-align: center;
      margin-top: 20px; }

  .cart-off-canvas .inner {
    padding: 80px 15px 30px;
    display: flex; }
  .cart-off-canvas div.close {
    left: 15px;
    top: 25px; }
  .cart-off-canvas .flex-wrapper {
    flex-direction: row; }
  .cart-off-canvas h5 {
    margin-bottom: 25px; }
  .cart-off-canvas .delivery {
    margin-bottom: 0;
    padding-bottom: 15px; }
  .cart-off-canvas .main-cta {
    margin-top: 20px; }
  .cart-off-canvas .credit-cards {
    margin-bottom: 20px; }
  .cart-off-canvas .scrollable {
    overflow-y: visible; }
  .cart-off-canvas .scrollable-mobile {
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px;
    overflow-x: hidden;
    display: block;
    height: calc(100vh - 110px); }
  .cart-off-canvas .cart-content {
    overflow: visible; }
    .cart-off-canvas .cart-content .scrollable::after {
      content: "";
      height: 100px;
      display: block; }

  .cart-popup {
    top: 10vh;
    max-height: 80vh; }
    .cart-popup .cart-details {
      padding: 20px 15px; }
    .cart-popup .cart-content {
      padding: 10px 15px 15px 15px; }
      .cart-popup .cart-content .flex-wrapper {
        flex-direction: row;
        flex-wrap: wrap; }
    .cart-popup .ctas .button, .cart-popup .ctas .button.main-cta {
      margin-top: 15px;
      width: 100%;
      max-width: none; }
    .cart-popup .ctas .button.main-cta {
      order: -1; }
    .cart-popup .add-ons {
      display: none; }

  .featured-posters .section-link {
    display: none; }

  .product-list h4, .product-list .list-options {
    display: none; }

  section.breadcrumbs .flex-wrapper {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 0; }
    section.breadcrumbs .flex-wrapper p {
      font-size: 10px; }

  section.product .product-img .pdp-slider {
    padding-top: 80%; }

  section.product-slider .section-link {
    bottom: -25px; }

  .col-4-slider .slick-list {
    overflow: visible; }
  .col-4-slider .slick-slide {
    padding: 0;
    margin-right: 15px; }
  .col-4-slider .sale-bubble {
    top: -20px;
    right: -5px;
    width: 55px;
    height: 55px;
    font-size: 14px; }
  .col-4-slider .product-card .product-name {
    height: 30px; }
  .col-4-slider .product-card .delivery {
    font-size: 9px; }

  .checkout-menu .container {
    padding-bottom: 0; }
  .checkout-menu .flex-wrapper {
    flex-direction: row;
    align-items: center; }
    .checkout-menu .flex-wrapper .item {
      margin: 0; }
    .checkout-menu .flex-wrapper .delivery {
      display: none; }
    .checkout-menu .flex-wrapper .logo {
      position: static; }
    .checkout-menu .flex-wrapper .button {
      margin: 0; }
      .checkout-menu .flex-wrapper .button i {
        margin-left: 0;
        margin-right: 5px;
        font-size: 12px; }

  .page-wrapper#checkout {
    padding-top: 0; }

  section.checkout .cart-content .flex-wrapper {
    flex-direction: row;
    position: relative;
    padding-bottom: 40px;
    box-sizing: content-box;
    margin-left: -10px;
    margin-right: -10px;
    width: auto; }
  section.checkout .container .details .section-card.basket .options {
    margin-top: 10px; }
    section.checkout .container .details .section-card.basket .options .delivery, section.checkout .container .details .section-card.basket .options .coupons {
      max-width: none;
      margin: 10px 0; }
    section.checkout .container .details .section-card.basket .options .delivery {
      order: 2; }
  section.checkout .container .details .section-card.basket .summary {
    margin-top: 10px; }
  section.checkout .container .details .section-card .button.next {
    max-width: none; }
  section.checkout .container .details .section-card .flex-wrapper.col-2:not(.col-2-mobile) > * {
    width: 100%; }
  section.checkout .container .details .section-card.delivery label, section.checkout .container .details .details .section-card.delivery .input-wrapper {
    margin-top: 10px; }
  section.checkout .container .details .delivery .flex-wrapper.entity {
    flex-direction: column; }
  section.checkout .container .details .section-card.payment img {
    display: none; }
  section.checkout .container .details .custom-radio input:checked + .wrapper .lower {
    height: auto;
    padding: 10px 20px;
	    min-height: 63px;}
    section.checkout .container .details .custom-radio input:checked + .wrapper .lower p {
      line-height: 1.3; }
  section.checkout .method .flex-wrapper, section.checkout .delivery .flex-wrapper, section.checkout .payment .flex-wrapper {
    flex-direction: row; }
  section.checkout .section-card.basket .cart-content .product-price {
    position: relative;
    text-align: left;
    margin-top: 12px;
    text-align: left; }
  section.checkout .section-card.basket .cart-content .product-price:not(.total) {
    margin-left: 62px; }
  section.checkout .section-card.basket .cart-content .product-price p {
    margin-bottom: 0; }
  section.checkout .section-card.basket .cart-content .item .product-controls .rounded-square {
    margin-right: 0; }
  section.checkout .section-card.basket .cart-content .product-remove {
    margin-right: 8px;
    margin-top: 22px; }

  section.checkout .container .details .section-card.basket .cart-content .item {
    padding-bottom: 32px;
    flex-wrap: wrap; }

  section.checkout .cart-content .item .product-info p.delivery {
    position: absolute;
    bottom: 10px; }

  section.checkout .basket.section-card .cart-content > .item .product-wrapper {
    width: calc(100% - 50px); }

  section.checkout .basket.section-card .cart-content .product-price::after {
    right: auto !important;
    left: 0;
    top: -10px !important; }

  section.checkout .basket.section-card .cart-content > .item .product-price::after {
    content: "stk. pris";
    position: absolute;
    right: 0;
    top: -25px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;font-display: swap }
  section.checkout .basket.section-card .cart-content > .item .product-price.total::after {
    content: "pris total"; }

  .pickup-map {
    height: 80vh; }
    .pickup-map .map {
      display: none; }
    .pickup-map .location {
      width: 100%;
      max-width: none; }
    .pickup-map .flex-wrapper {
      flex-direction: row; }

  /*------------------------- WAIT LIST---------------------------*/
  .wait-list-popup label {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .wait-list-popup .main-cta {
    margin: auto;
    margin-top: 15px !important; }

  /*------------------------- MY PAGE LOGIN ---------------------------*/
  #login .top.flex-wrapper {
    flex-direction: row; }
  #login .card {
    width: 90%;
    max-width: none !important;
    margin-top: 0; }
  #login .tabs {
    padding: 0 20px 80px !important; }

  /*------------------------- MY PAGE ---------------------------*/
  #my-page-main .card {
    margin-top: 0; }
  #my-page-main .tab.summary .box {
    margin-top: 0; }
  #my-page-main .orders-wrapper {
    overflow-x: scroll; }
  #my-page-main .tab.orders table {
    margin-bottom: 0; }
  #my-page-main .cart-content {
    overflow-x: scroll; }
  #my-page-main .tab.single-return form table td:last-child {
    min-width: 170px; }

  /*------------------------- SEARCH OVERLAY ---------------------------*/
  .search-overlay {
    top: 0 !important; }
    .search-overlay .top {
      padding: 50px 20px 30px; }
    .search-overlay .results {
      padding: 20px; }
      .search-overlay .results .cart-content {
        max-height: 40vh; }
        .search-overlay .results .cart-content .item {
          flex-direction: row; }
          .search-overlay .results .cart-content .item > :last-child {
            display: none; }
          .search-overlay .results .cart-content .item .product-price {
            text-align: right;
            padding-left: 10px; }

  /*---------------------------- HERO SIMPLE -----------------------------*/
  section.hero.simple {
    height: auto; }
    section.hero.simple p.hero {
      margin: 10px 0; } 
/*---------------------------- BOTTOM  BANNER -----------------------------*/
	    #bottom-banner {
        padding: 12px 14px;
    }
    #bottom-banner p.big {
        font-size: 16px;
    }
    #bottom-banner p.small {
        font-size: 12px;
    }
    #bottom-banner a.button {
        font-size: 12px;
        padding: 4px 10px;
    }
.lowerinput{
	width:100% !important;
	}
	
	#klarnabuffer {

    width: 100% !important;
	}

}
/*------------------------- MOBILE SMALL ONLY ---------------------------*/
@media (max-width: 349px) {
  section.checkout .container .details .section-card .content {
    padding: 25px 15px 20px; }
  section.checkout .cart-content .flex-wrapper {
    margin: 10px 0; }
  section.checkout .container .details .custom-radio .upper {
    padding: 0 10px; }
  section.checkout .container .details .custom-radio .fee {
    width: 75px; }
  section.checkout .container .details .custom-radio input:checked + .wrapper .lower {
    padding: 10px; }
    section.checkout .container .details .custom-radio input:checked + .wrapper .lower .radio .checkmark {
      margin-right: 10px; }
  section.checkout .container .details .section-card.method p.small {
    margin: 0 0 15px 5px; }
  section.checkout .container .details .section-card.method .item {
    margin-bottom: 0; }

  .search-overlay .results .cart-content {
    max-height: 30vh; } 
.lowerinput{
	width:100% !important;
	}
}
/*------------------------- TABLET HORISONTALT ONLY ---------------------------*/
@media screen and (max-width: 1400px) and (min-width: 1023px) {
	.hideontablet {
	display:none;
	}
}
	/*------------------------- TABLET ONLY ---------------------------*/
@media screen and (max-width: 1023px) and (min-width: 750px) {
  /*------------------------- Hide/show ---------------------------*/
  .top-wrapper {
    display: none; }


  section > .flex-wrapper > .item {
    margin-bottom: 20px; }

  .flex-wrapper {
    flex-direction: row; }
    .flex-wrapper.col-2-tablet, .flex-wrapper.col-3-tablet, .flex-wrapper.col-4-tablet, .flex-wrapper.spaced-cols.col-2-tablet, .flex-wrapper.spaced-cols.col-3-tablet, .flex-wrapper.spaced-cols.col-4-tablet {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin: -15px -10px; }
    .flex-wrapper.col-2-tablet > *, .flex-wrapper.spaced-cols.col-2-tablet > * {
      width: calc(50% - 20px);
      margin: 15px 10px; }
    .flex-wrapper.col-3-tablet > .item, .flex-wrapper.spaced-cols.col-3-tablet > .item {
      width: calc(33.3333% - 20px);
      margin: 15px 10px; }
	
	
	
    .flex-wrapper.col-4-tablet > .item, .flex-wrapper.spaced-cols.col-4-tablet > .item {
      width: calc(25% - 20px);
      margin: 15px 10px; }
	.flex-wrapper.spaced-cols.col-3-tablet > .item.focusitem  {
		    width: 100% !important;
	}
  #usp-bar {
    z-index: 1;
    margin-top: 60px;
    padding-top: 5px; }

  .mobile-menu {
    z-index: 2; }
    .mobile-menu .menu-search {
      display: block;
      flex: 1;
      padding: 0 20px;
      background: none; }
      .mobile-menu .menu-search i {
        font-size: 15px;
        color: white; }
    .mobile-menu .open-search {
      display: none; }
    .mobile-menu .flex-wrapper {
      padding: 0 3%; }
      .mobile-menu .flex-wrapper .logo {
        flex: 0 1 auto; }

  .light-bg-mobile {
    position: relative; }
    .light-bg-mobile::before {
      background: #ECEFF6;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -4;
      position: absolute; }

  .product-card .product-info {
    height: 45px; }
  .product-card .product-name {
    line-height: 1.2; }

  .col-4-tablet .slick-list, .product-slider .slick-list {
    padding-top: 15px; }
  .col-4-tablet .product-card .product-tag-wrapper, .product-slider .product-card .product-tag-wrapper {
    max-width: none;
    padding: 0 10px; }
    .col-4-tablet .product-card .product-tag-wrapper span, .product-slider .product-card .product-tag-wrapper span {
      padding: 0 7px; }
  .col-4-tablet .product-card .product-info, .product-slider .product-card .product-info {
    height: 35px;
    overflow: hidden; }
  .col-4-tablet .product-card .product-info-wrapper, .product-slider .product-card .product-info-wrapper {
    padding: 5px 10px 15px; }
  .col-4-tablet .product-card .product-name, .product-slider .product-card .product-name {
    font-size: 12px;
    line-height: 1.2; }
  .col-4-tablet .product-card .product-price > *:first-child, .product-slider .product-card .product-price > *:first-child {
    margin-bottom: 0; }
  .col-4-tablet .product-card .delivery, .product-slider .product-card .delivery {
    font-size: 10px; }
  .col-4-tablet .product-card.sale, .product-slider .product-card.sale {
    margin-top: 10px; }

  #footer-top .flex-wrapper .item {
    width: 20%; }
  #footer-top .contact-info {
    white-space: nowrap; }
    #footer-top .contact-info i {
      margin-right: 5px; }

  section.usp-banner p {
    font-size: 12px; } }
	
/*------------------------- TABLET AND BIGGER ---------------------------*/
@media (min-width: 750px) {
.cart-off-canvas #ajaxshowcart {
    height: 100%;
    width: calc(100% + 20px);
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
}

  /*------------------------- Hide/show ---------------------------*/



}
/*------------------------- BIGGER THAN TABLET ---------------------------*/
@media (min-width: 1024px) {
  /*------------------------- Hide/show ---------------------------*/
  .mobile-menu {
    display: none; }

  /*------------------------- Flex-wrapper ---------------------------*/
  .flex-wrapper {
    flex-direction: row; }
    .flex-wrapper.col-2 > * {
      width: 50%; }
    .flex-wrapper.col-3 > * {
      width: 33%; }
    .flex-wrapper.col-4 > .item {
      width: 25%; }
    .flex-wrapper.col-6 > .item {
      width: 16.6666666667%; }
    .flex-wrapper.spaced-cols.col-2 > * {
      width: calc(50% - 15px / 2); }
    .flex-wrapper.spaced-cols.col-3 > * {
      width: calc(33% - 15px / 3); }
    .flex-wrapper.spaced-cols.col-4 > * {
      width: 22%; }
    .flex-wrapper.spaced-cols.col-5 > .item {
      width: calc(100% / 5 - 20px); }
    .flex-wrapper.spaced-cols.col-6 > .item {
      width: calc(100% / 6 - 15px); }
    .flex-wrapper.spaced-cols.more-spaced.col-5 > .item {
      width: calc(100% / 5 - 25px); }

  section.product .flex-wrapper.col-2 > .item:first-child {
    width: calc(55% - 50px); }
  section.product .flex-wrapper.col-2 > .item:last-child {
    width: calc(45% - 50px); }
  section.product .flex-wrapper.col-2 > .item.divider-line {
    width: 2px;
    background: #B9BECC;
    display: flex; }
  section.product .details .product-header .favorite-this {
    right: -5px; }
  section.product h1 {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 28px;
    padding-right: 30px; }
  section.product .container {
    padding-left: 3%;
    padding-right: 5%; }

  section.product-details .tabbed {
    padding-right: 50px; }

  .product-controls {
    display: flex; }

  /*------------------------- Flex-wrapper ---------------------------*/
  .flex-wrapper.spaced-cols.more-spaced.col-2 > * {
    width: calc(100% / 2 - 25px); }
  .flex-wrapper.spaced-cols.more-spaced.col-3 > * {
    width: calc(100% / 3 - 50px); }

  .checkout .section-card.method .usp > div {
    margin-left: 20px;
    margin-right: 20px; } }
/*-------------------- SMALL DESKTOP SCREENS AND BIGGER ---------------------*/
@media (min-width: 1400px) {
  /*------------------------- Hide/show ---------------------------*/
  .top-menu .flex-wrapper {
    padding: 0 3%; }
  .top-menu .item.delivery > div:nth-child(n+3) {
    display: block; }

  #navbar-desktop .navbar-wrapper > .container {
    padding: 0 10%; }

  section.usp-banner p {
    font-size: 17px; }

  section.product .flex-wrapper.col-2 > .item:first-child {
    width: calc(55% - 75px); }
  section.product .flex-wrapper.col-2 > .item:last-child {
    width: calc(45% - 75px); }
  section.product .details .product-header .favorite-this {
    right: -50px; }
  section.product h1 {
    font-size: 32px; }
  section.product .container {
    padding-left: 10%;
    padding-right: 10%; }

  /*-------------------- MY PAGE ---------------------*/
  #my-page-main .card {
    max-width: 1400px; }
    #my-page-main .card .top {
      justify-content: space-between; }
      #my-page-main .card .top > :first-child {
        margin-left: 150px; }
      #my-page-main .card .top > :last-child {
        margin-right: 150px; }
      #my-page-main .card .top p {
        padding: 0 30px 20px; }
    #my-page-main .card .tabs {
      padding: 0 126px 80px; } }
/*------------------------- BIG SCREENS ---------------------------*/
@media (min-width: 1600px) {
  /*------------------------- Hide/show ---------------------------*/
  .top-menu .flex-wrapper {
    padding: 0 120px; }

  #navbar-desktop .navbar-wrapper > .container > .flex-wrapper li > a {
    font-size: 14px; }

  section.product .details {
    padding-right: 70px; }

  /*------------------------- Flex-wrapper ---------------------------*/
  .flex-wrapper.spaced-cols.more-spaced.col-5 > .item {
    width: calc(100% / 5 - 40px); }



}
.lowerinput{
	position: relative !important;
	left: 0px !important;
    opacity: 100 !important;
    visibility: visible !important;
	width:36%;

	float:left;
	padding-left:5px;
}

#ajaxdeletefromcartco{
	display: none;
}


#klarnabuffer {
	float:left; 
	width: 60%;
	margin-left:10px;
	font-size: 10px;
}

/*----------------------- 360 ADDITION -------------------------*/
.slick-slide {
  position: relative; }

.image-carousel.loading img, .image-carousel.loading .show-lightbox, .image-carousel.loading iframe {
  display: none; }

.image-carousel .show-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .image-carousel .show-wrapper span {
    display: block;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 150px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer; }

.lightbox-content {
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  display: none;
  position: fixed;
  left: 0;
  top: 0; }
  .lightbox-content .close {
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 50px;
    color: white;
    text-shadow: 0px 0px 4px black;
    cursor: pointer; }
  .lightbox-content.show {
    display: block; }

.lightbox-content .lightbox {
  position: fixed;
  z-index: 9999;
  top: 10%;
  bottom: 10%;
  height: 80vh;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .lightbox-content .lightbox.load-lightbox a.Magic360 {
    visibility: hidden !important; }
  .lightbox-content .lightbox .Magic360-container {
    height: 100%;
    border: none; }
  .lightbox-content .lightbox a.Magic360 {
    display: block !important; }
    .lightbox-content .lightbox a.Magic360 > canvas {
      object-fit: contain; }
    .lightbox-content .lightbox a.Magic360 > img {
      object-fit: contain; }
  .lightbox-content .lightbox .placeholder {
    position: fixed; }
    .lightbox-content .lightbox .placeholder img {
      height: 70px; }
	  
	  
	 .toptitle{
		 font-size:30px;
		 display:block;
		 text-align:left
		 }

.pulse {

  display: block;

  border-radius: 0
 ;
  background: transparent;
  cursor: pointer;
  border: 1px solid #1c69d4;
  box-shadow: 0 0 0 rgba(11,41,83, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(11,41,83, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(11,41,83, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(11,41,83, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(11,41,83, 0.4);
    box-shadow: 0 0 0 0 rgba(11,41,83, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(11,41,83, 0);
      box-shadow: 0 0 0 10px rgba(11,41,83, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(11,41,83, 0);
      box-shadow: 0 0 0 0 rgba(11,41,83, 0);
  }
}
.focusitem {
	width: calc(100%/2.5 - 16px) !important;
}

/** PRIS historik**/
#prisexplanation {
    display: none;
    position: fixed;
    width: 380px;
    top: 280px;
    left: 50%;
    margin-left: -190px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 99999;
}
div#prisexplanation .explanation-original-pris span {
    font-size: 15px;
    font-weight: 700;
}
.explanation-marked-pris{
    text-decoration: line-through;
}
.explanation-percentage{
    color: red;
}
.explanation-info {
    margin-top: 15px;
}

.close-button-expla {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  background: black;
  color: white;
  border-radius: 10px;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.3);
}

.topright-expla {
  position: absolute;
  right: 0;
  top: 0
}
div#prisexplanation p {
    font-size: 14px;
}
/** PRIS historik**/

#countrybanner p {
  
}
/**CHATBOT***/
#chat-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 1001;
}
#chat-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 500px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-family: "Open Sans", sans-serif;
    z-index: 1000;
    display: none; /* Skjuler chatvinduet indtil det aktiveres */
    flex-direction: column;
    margin: 10px;
}
#close-chat-btn {
    position: absolute;
    top: -23px;
    right: 0px;
    font-size: 16px;
    cursor: pointer;
    color: #888;
}
#chat-icon {
    position: relative;
    bottom: 20px;
    right: 20px;
    width: 80px; /* Størrelsen af cirklen */
    height: 80px;
    border-radius: 50%;
    background-color: #4CAF50; /* Baggrundsfarve på cirklen */
    border: 6px solid white; /* Hvid ramme */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Sørger for, at billedet beskæres som en cirkel */
    
}

#chat-icon img {
    width: 100%; /* Fylder hele cirklen */
    height: 100%;
    object-fit: cover; /* Sikrer at billedet fylder cirklen korrekt */
}

#chat-icon-text {
    position: fixed;
    bottom: 6px; /* Juster efter behov */
    right: 20px;
    color: black;
    font-size: 12px;
    text-align: center;
    z-index: 1001;
	 font-family: "Open Sans", sans-serif;
}
#online-indicator {
    position: absolute;
    top: -20px;
    right: 15px; /* Moves the indicator outside the chat icon */
    width: 15px;
    height: 15px;
    background-color: #00FF00; /* Green color */
    border: 2px solid white; /* White border to match the chat icon border */
    border-radius: 50%;
    z-index: 1002;
}
         
#chat-box {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto; /* Sørg for at beholde lodret scroll */
    overflow-x: hidden; /* Fjern horisontal scroll */
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 12px;
    max-height: calc(100% - 125px); /* Tilpas højden så der er plads til input-feltet */
}

#chat-box a {
    font-size: 12px;
}

.assistant-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
	border-radius: 10px;
}

#input-container {
    display: none;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

#message-input {
    flex-grow: 1;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    box-sizing: border-box;
}

#send-button, .chatknap {
    padding: 10px 20px;
    font-family: "Open Sans", sans-serif;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

#send-button:hover, .chatknap:hover {
    background-color: #45a049;
}

#leave-chat-link {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-align: center;
    text-decoration: none;
    font-size:10px;
}

#leave-chat-link:hover {
    text-decoration: underline;
}

#typing-indicator {
    color: #888;
    padding-left: 10px;
}

.dot {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
/**CHATBOT END***/

