@charset "UTF-8";
@font-face {
  font-family: "Acumin Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro"), url("fonts/Acumin-RPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Italic"), url("fonts/Acumin-ItPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Bold"), url("fonts/Acumin-BdPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Bold Italic"), url("fonts/Acumin-BdItPro.woff") format("woff");
}
#ShopMainLayOutTable {
  display: none;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

body.showBasket {
  overflow: hidden;
}

body, input, textarea, select, td.VariantGroupLabel {
  font-family: "Acumin Pro", sans-serif;
  color: #161f35;
  font-size: 13px;
  font-weight: normal;
}

a {
  color: rgb(22, 31, 53);
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.account {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 20px;
}

.account > .fas {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.account > div {
  display: inline-block;
  margin-left: 20px;
  padding: 0 0 0 20px;
  border-left: 3px solid #eee;
  font-weight: bold;
}

.account > div small {
  display: block;
  font-weight: normal;
}

img {
  border: 0;
}

input {
  outline: none;
}

input[type=submit], input[type=button], #checkout-container input#confirm-complete-button, a.button, .btnFilterProductsFound, .eanButton, .popupcontent button {
  font-weight: 300;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: rgb(22, 31, 53);
  -webkit-appearance: none;
  display: inline-block;
  font-size: 17px;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  outline: none;
  position: relative;
  line-height: 1;
}

input[type=text], input[type=password], input[type=email], textarea {
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 34px;
  padding: 0 10px;
  border-radius: 3px;
}

textarea {
  padding: 10px;
  height: 80px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: #FFF;
  padding: 0px 30px 0px 15px;
  height: 34px;
  outline: none;
  border-radius: 3px;
  background-image: url("/images/skins/Bewise/images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: calc(100% - 10px) 50%;
  cursor: pointer;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, .relatedHeader, .Text1_FrontPage + h2 {
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 25px;
  letter-spacing: 1px;
  padding: 0 0 30px;
  margin: 0px 0px 40px;
  border: 0;
  position: relative;
  line-height: 1.5em;
}

h1 small {
  display: block;
  color: rgb(165, 165, 165);
  font-size: 70%;
}

.relatedHeader {
  margin-top: 60px;
}

h1:empty, .relatedHeader:empty {
  display: none;
}

h1:after, .SubCatsProcuctsHeading:after, .relatedHeader:after, .Text1_FrontPage + h2:after, .Heading_B2Blogin:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25%;
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background-color: rgb(227, 227, 227);
}

body.webshop-productinfo h1 {
  text-align: left;
  padding: 0;
  margin: 0 0 20px 0;
}

body.webshop-productinfo h1:after {
  display: none;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px;
}

h1 + h2 {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
  line-height: 1.9em;
  text-align: center;
}

.wrapper {
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.wrapper:before {
  content: "";
  top: -90000px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 700;
  transition: opacity 0.3s ease-in-out;
}

body.showBasket .wrapper {
  left: -340px;
  height: 100%;
  overflow: hidden;
}

body.showBasket .wrapper:before {
  opacity: 1;
  top: 0;
}

header {
  position: sticky;
  z-index: 400;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  top: 0;
}

header > section {
  width: 1470px;
  max-width: 90%;
  margin: 0 auto;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customSelect {
  padding: 8px 16px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  cursor: pointer;
  color: rgb(135, 135, 135);
  line-height: 1;
  font-weight: 600;
}
.customSelect:after {
  content: "";
  width: 15px;
  height: 15px;
  color: rgb(135, 135, 135);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23878787' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
  background-size: 18px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.customSelect > div {
  display: none;
}
.customSelect .selector {
  position: absolute;
  top: 30px;
  padding: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #eee;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.customSelect .selector.visible {
  display: flex;
  flex-direction: column;
  opacity: 1;
  pointer-events: auto;
}
.customSelect .selector .option {
  padding: 10px 27px;
  text-align: center;
}
.customSelect .selector .option:hover {
  background: #eee;
}
.customSelect .selected {
  display: block;
}

.language img {
  display: block;
  height: 15px;
}

.webshop-frontpage .container {
  padding: 0 0 70px;
}

.w-slick .fp-slick:not(.slick-initialized) .w-slick-figure:not(:first-of-type) {
  display: none;
}
.w-slick .fp-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
@media (max-width: 450px) {
  .w-slick .fp-slick .slick-arrow {
    display: none !important;
  }
}
.w-slick .fp-slick .slick-arrow svg {
  stroke: #000;
  width: 36px;
  height: 36px;
}
.w-slick .fp-slick .slick-arrow.w-slick-prev {
  left: 0;
}
.w-slick .fp-slick .slick-arrow.w-slick-next {
  right: 0;
}
.w-slick .fp-slick .w-slick-figure {
  margin: 0;
  padding: 0;
  position: relative;
}
.w-slick .fp-slick .w-slick-figure:nth-child(3) .w-slick-caption > div {
  margin-left: auto;
}
@media (max-width: 800px) {
  .w-slick .fp-slick .w-slick-figure:nth-child(3) .w-slick-caption > div {
    margin: 0 auto;
  }
}
.w-slick .fp-slick .w-slick-figure .w-slick-caption {
  width: 1470px;
  max-width: 90%;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 550px) {
  .w-slick .fp-slick .w-slick-figure .w-slick-caption {
    padding: 80px 0;
  }
}
.w-slick .fp-slick .w-slick-figure .w-slick-caption > div {
  width: 45%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 80px;
}
@media (max-width: 1300px) {
  .w-slick .fp-slick .w-slick-figure .w-slick-caption > div {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .w-slick .fp-slick .w-slick-figure .w-slick-caption > div {
    width: 100%;
    right: 0;
    height: 100%;
  }
}
@media (max-width: 550px) {
  .w-slick .fp-slick .w-slick-figure .w-slick-caption > div {
    padding: 40px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
  }
  .w-slick .fp-slick .w-slick-figure .w-slick-caption > div > p {
    display: none;
  }
}
.w-slick .fp-slick .w-slick-figure .w-slick-caption .h1 {
  font-size: 40px;
  color: #161f35;
  margin-top: 0;
}
@media (max-width: 580px) {
  .w-slick .fp-slick .w-slick-figure .w-slick-caption .h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.w-slick .fp-slick .w-slick-figure .w-slick-caption p {
  font-size: 18px;
  color: #161f35;
}
.w-slick .fp-slick .w-slick-figure .w-slick-caption .button {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #161f35;
  padding: 15px 20px;
  line-height: 1;
}
.w-slick .fp-slick img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  max-height: 650px;
}

.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.intro .scrolldown {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(135, 135, 135);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.intro .scrolldown:after {
  content: "";
  height: 20px;
  width: 25px;
  display: block;
  color: rgb(135, 135, 135);
  background-repeat: no-repeat;
  animation: bounce-down 2.5s ease infinite;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23878787' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
}
.intro img {
  margin: 0 auto;
  max-width: 200px;
  padding: 10px 0 0;
}

@keyframes bounce-down {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}
.fp-news {
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 25px;
  letter-spacing: 1px;
  padding: 0 0 30px;
  margin: 0px 0px 40px;
  border: 0;
  position: relative;
  line-height: 1.5em;
  padding-top: 70px;
}
.fp-news::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25%;
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background-color: rgb(227, 227, 227);
}

.cols {
  display: flex;
  gap: 35px;
  padding-top: 70px;
}
.cols a {
  text-decoration: none;
  display: block;
  text-align: center;
}
@media (max-width: 900px) {
  .cols {
    flex-wrap: wrap;
  }
}
.cols:first-of-type {
  padding: 0;
}
.cols .col {
  position: relative;
}
.cols .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cols .col .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cols .col .contents span {
  font-size: 20px;
  text-align: center;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.cols.three .col {
  width: 33.33%;
}
.cols.three .col .contents span {
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .cols.three .col {
    width: 100%;
  }
}
.cols.three .col:hover img {
  filter: brightness(0.5);
}
.cols.three .col img {
  max-height: 80vh;
  filter: brightness(1);
  transition: filter 0.2s ease-in-out;
}

.cols.fp-products-slick:not(.slick-initialized) .col:nth-child(n+5) {
  display: none;
}
.cols.fp-products-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #161f35;
  color: #fff;
}
.cols.fp-products-slick .w-slick-prev {
  left: 0;
}
.cols.fp-products-slick .w-slick-next {
  right: 0;
}

.cols.four .col {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  margin: 0 20px;
}
.cols.four .col:hover img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .cols.four .col {
    width: calc(50% - 17.5px);
  }
}
.cols.four .col img {
  aspect-ratio: 1/1;
  height: auto;
}
.cols.four .col .contents {
  padding: 15px 20px;
  background-color: #161f35;
  width: 100%;
  justify-content: center;
  display: flex;
  position: static;
  transform: none;
  border-radius: 4px;
}
.cols.four .col .contents span {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 450px) {
  .cols.four .col .contents span {
    font-size: 12px;
  }
}

.productNews {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productNews .button {
  text-align: center;
  width: max-content;
  margin: 0 auto;
  font-size: 14px;
}

header .emaerket {
  text-decoration: none;
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: rgb(0, 0, 0);
}

header .emaerket > * {
  display: inline-block;
  vertical-align: middle;
}

header .emaerket img {
  width: 40px;
}

header .emaerket span {
  padding: 0 0 0 10px;
}

.miniBasket {
  position: absolute;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.miniBasket > div {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 12px;
  margin-left: 12px;
}

.miniBasket > i {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.1);
}

.miniBasket .price {
  font-weight: bold;
  color: #161f35;
}

.miniBasket .price .currency {
  padding-left: 3px;
}

.miniBasket .creditcards {
  display: none;
}

.basket {
  position: fixed;
  left: 100%;
  top: 0;
  height: 100%;
  width: 350px;
  background-color: rgb(255, 255, 255);
  z-index: 800;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.basket > .header {
  flex: none;
  background-color: #161f35;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 15px 40px 15px 20px;
  color: rgb(255, 255, 255);
  position: relative;
}

.basket > .header i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.basketTotal {
  display: flex;
  border-top: solid 1px rgb(234, 234, 234);
  padding: 10px 0 0;
  margin: 10px 0 0;
}

.basketTotal > strong {
  color: #161f35;
  font-weight: bold;
  text-align: right;
  flex: auto;
}

.basket .basketContent {
  flex: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px;
}

.basket .Products_Basket_TBL + .basketEmpty {
  display: none;
}

.basket > .buttons {
  flex: none;
  padding: 20px;
  display: flex;
}

.basket > .buttons > * {
  flex: auto;
}

.basket > .buttons :first-child {
  margin-right: 10px;
  background: rgb(53, 53, 53);
  background: -moz-linear-gradient(top, rgb(53, 53, 53) 0%, rgb(33, 33, 33) 100%);
  background: -webkit-linear-gradient(top, rgb(53, 53, 53) 0%, rgb(33, 33, 33) 100%);
  background: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(33, 33, 33) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#353535", endColorstr="#212121",GradientType=0 );
}

.basket .miniBasket, .basket .creditcards {
  display: none;
}

body.showBasket .basket {
  left: calc(100% - 350px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.usp {
  display: none;
}

.usp.slick-slider {
  position: absolute;
  right: 23%;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
}

.usp .slick-slide {
  text-align: center;
}

.usp .slick-slide a {
  display: block;
  text-decoration: none;
}

.usp strong {
  display: block;
}

.usp strong i {
  color: rgb(56, 175, 72);
  margin-right: 6px;
}

.usp small {
  color: rgb(137, 137, 137);
}

#Search_Form {
  display: none;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 105px;
  background: #fff;
  width: 100%;
  height: 70px;
  z-index: 999;
}
#Search_Form.active {
  display: flex;
}

#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
  display: none;
}

#Search_Form .SearchField_SearchPage {
  color: #000;
  background-color: rgb(255, 255, 255);
  padding: 0px 15px 0px 17px;
  border: 1px solid rgba(129, 129, 129, 0.2);
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 3px;
  display: block;
  width: 1470px;
  max-width: 90%;
  margin: 0 auto;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#Search_Form .SubmitButton_SearchPage {
  display: none;
}

.container {
  width: 1470px;
  max-width: 90%;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
  z-index: 10;
}

body.webshop-frontpage article {
  width: unset;
  max-width: unset;
  padding: 0;
}

article {
  width: 1470px;
  max-width: 90%;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
  z-index: 10;
}

article:after {
  content: "";
  clear: both;
  display: block;
}

aside:empty {
  display: none;
}

.eanButton {
  display: none;
  margin: 20px 0 0;
  position: relative;
}

.eanButton.copied:before {
  content: "Kopieret";
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 10px;
  transform: translateY(-50%);
  color: rgb(255, 255, 255);
  background-color: rgb(78, 148, 76);
  border-radius: 2px;
  padding: 3px 5px;
}

.eanButton:active {
  background-color: rgb(78, 148, 76);
}

.eanButton img {
  width: 15px;
  margin: 0 10px 0 0;
  vertical-align: bottom;
  display: inline-block;
}

.btnFilter {
  outline: none;
  cursor: pointer;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #161f35;
  color: rgb(255, 255, 255);
  padding: 10px;
  margin: 0 auto 25px;
  border-radius: 4px;
  display: flex;
}

.btnFilter > * {
  flex: none;
}

.btnFilter img {
  margin: 0 8px 0 0;
  width: 13px;
}

.btnFilter .count {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: rgb(60, 156, 74);
  border-radius: 50%;
  text-align: center;
  padding: 4px 0 0;
  font-family: "Arial";
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
}

/*
.btnFilter {

    background-color: #FFF;
    padding: 8px 15px;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
	display: none;
}
.btnFilter i {
	margin: 0 8px 0 0;
}
.btnFilterClose {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 30px;
	cursor: pointer;
	color:rgba(0,0,0,1.00);
}
table.value-slider-wrapper {
	display: none;
}
*/
.pageBanner {
  display: none;
  text-decoration: none;
  position: relative;
  background-color: red;
  overflow: hidden;
}

.pageBanner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(22, 31, 53, 0.6);
}

@keyframes changesize {
  from {
    min-width: 100%;
    min-height: 100%;
  }
  to {
    min-width: 130%;
    min-height: 130%;
  }
}
.pageBanner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  animation-duration: 20s;
  animation-name: changesize;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.pageBanner + article {
  margin-top: -10%;
  padding: 40px;
  background-color: rgb(255, 255, 255);
}

.pageBanner > span {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 900px;
  text-align: center;
  max-width: 90%;
  transform: translate(-50%, -50%);
  z-index: 30;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.pageBanner > span strong {
  display: block;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}

.pageBanner > span i {
  font-style: normal;
  font-size: 16px;
  line-height: 1.9em;
  margin: 20px auto 0;
  display: block;
  width: 600px;
  max-width: 100%;
}

.pageBanner > span small {
  border: solid 1px rgb(255, 255, 255);
  padding: 20px 40px;
  display: inline-block;
  margin: 20px 0 0;
  font-size: 17px;
  font-weight: normal;
}

.Text1_FrontPage, .Text2_FrontPage {
  display: block;
  margin: 0 0 100px;
}

.Text1_FrontPage p, .Text2_FrontPage p {
  line-height: 1.8em;
  flex: none;
  width: 46%;
}

.Text1_FrontPage .columns, .Text2_FrontPage .columns {
  column-count: 2;
  column-gap: 3.5%;
}

.Text1_FrontPage:empty, .Text2_FrontPage:empty {
  display: none;
}

.Text2_FrontPage h1 {
  font-size: 40px;
}

.Text2_FrontPage p strong {
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
}

.Text2_FrontPage p a {
  display: block;
}

.brandsSlider {
  margin-bottom: 40px;
}

.brandsSlider .slick-list {
  margin: 0 -10px;
}

.brandsSlider .slick-slide {
  position: relative;
  margin: 0 10px;
}

.brandsSlider .slick-slide:before {
  content: "";
  border: solid 2px rgb(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
}

.brandsSlider .slick-slide:after {
  content: "";
  border: solid 1px rgb(239, 239, 239);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
}

.flexrow {
  display: flex;
  margin: 0 -2%;
}

.flexrow > * {
  flex: auto;
  margin: 0 2%;
}

.fpBoxes {
  margin: 0 -1% 70px;
  display: flex;
}

.fpBoxes > div {
  flex: auto;
  margin: 0 1%;
  position: relative;
}

#Results {
  display: none;
}

.retailerItem .title {
  font-weight: bold;
}

.retailersRight strong {
  font-size: 16px;
}

.showroomText {
	display: none;
}

#RetailerLogoContainer .slick-slide {
  display: inline-block;
  float: none;
  margin: 0 15px;
  vertical-align: middle;
}

#RetailerLogoContainer .slick-list {
  margin: 0 -15px;
}

#RetailerLogoContainer {
  margin-top: 10px;
}

.retailerLogoContainer {
  position: relative;
  display: none;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.retailerLogoContainer > * {
  flex: none;
  width: 23%;
  margin: 0 1% 2%;
  border: solid 1px rgb(218, 218, 218);
  padding: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.retailerLogoContainer img {
  max-width: 100%;
}

#RetailerLogoContainer.businessSelected .retailerLogoContainer.business,
#RetailerLogoContainer.privateSelected .retailerLogoContainer.private,
#RetailerLogoContainer.showroomSelected .retailerLogoContainer.showroom {
  display: flex;
}

.animations {
  display: flex;
  flex-wrap: wrap;
	margin: -1%;
}

.animation {
  flex: none;
	width: 24%;
	margin: 1% 0.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}

.animations h2 {
  font-weight: bold;
}

.animation video {
  width: 100%;
  height: auto;
  margin: 0;
  max-width: 100%;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.logo-packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}

.logo-package {
  width: 350px;
  padding: 30px;
  background-color: rgba(220, 220, 220, 0.6);
}

.logo-package a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.logo-package a span {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 10px;
}

.logo-package a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5M16.5 12L12 16.5m0 0L7.5 12m4.5 4.5V3' /%3E%3C/svg%3E%0A");
}

.logo-package img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  padding-bottom: 20px;
}

.fpBoxes > div:first-child {
  flex: none;
  width: 48.05%;
}

.fpBoxes span {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  z-index: 20;
}

.fpBoxes > div:first-child span {
  font-size: 40px;
}

.fpBoxes a, .fpBoxes img {
  display: block;
  width: 100%;
  position: relative;
}

.fpBoxes .title {
  display: inline-block;
  background-color: rgba(236, 236, 236, 0.8);
  font-weight: bold;
  padding: 20px 30px;
  font-size: 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.fpBoxes > div:last-child .title {
  font-size: 18px;
  padding: 10px 20px;
}

.fpBoxes > div:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fpBoxes > div:last-child > * {
  width: 48%;
}

.fpBoxes > div:last-child > :nth-child(-n+2) {
  margin-bottom: 4%;
}

.fpBoxes > div:last-child > :nth-child(2n+1) {
  margin-right: 4%;
}

.fpBoxes a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(22, 31, 53, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.fpBoxes a:hover:before {
  opacity: 1;
}

.shoplogo img {
  width: 100%;
  max-width: 250px;
  min-width: 100px;
}

section.header .sticky-wrapper {
  height: 100%;
}

#ProductmenuContainer_DIV {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  z-index: 200;
}

.Heading_ProductMenu {
  display: none;
}

#ProductMenu_List {
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
}

#ProductMenu_List > li {
  flex: auto;
  height: 100%;
}

#ProductMenu_List > li > a {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  color: rgb(135, 135, 135);
  font-weight: 600;
  height: 100%;
}

/*
.Productmenu_Category_Icon {
	display: none;
}
*/

@media (max-width: 1350px) {
  #ProductMenu_List > li > a {
    padding: 14px 10px;
  }
}
#ProductMenu_List > li > a span {
  font-weight: 600;
}

@media (max-width: 900px) {
  .megamenu .ProductMenu_Category_Icon_Container {
    display: none;
  }

  .bewise_search_inner {
    max-height: 50vh;
    overflow-y: scroll;
  }
}
#ProductMenu_List .megamenu {
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #f6f6f6;
}
#ProductMenu_List .megamenu .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  padding: 10px 0;
}
#ProductMenu_List .megamenu .container li {
  display: flex;
  flex-direction: column;
  width: calc(25% - 15px);
  padding: 10px 0;
  gap: 20px;
}
#ProductMenu_List .megamenu .container li > a {
  text-decoration: none;
  color: #161f35;
  font-weight: 600;
}
#ProductMenu_List .megamenu .container li .ProductMenu_Category_Icon_Container img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#ProductMenu_List .megamenu .container li .dropdown {
  display: none;
}

#ProductMenu_List > li.has-dropdown a.CategoryLink0_Productmenu {
  pointer-events: none;
}

#ProductMenu_List > li.active a {
  color: #161f35;
  font-weight: 600;
}
#ProductMenu_List > li.active a:after {
  color: #161f35 !important;
}

#ProductMenu_List > li:hover > a {
  background-color: rgba(237, 237, 237, 0.3);
}

#ProductMenu_List > li > a > i {
  color: rgba(0, 0, 0, 0.1);
  margin: 0 8px 0 0;
}

#ProductMenu_List > li > a[href*=specialoffer-ALL] {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #161f35;
  color: rgb(255, 255, 255);
}

/*
#ProductMenu_List > li.has-dropdown > a {
	display: flex;
	align-items: center;
}
*/
#ProductMenu_List > li.has-dropdown > a:after {
  content: "\f078";
  color: rgb(135, 135, 135);
  margin-left: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#ProductMenu_List > li > ul, #ProductMenu_List > li > div {
  display: flex;
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  list-style-type: none;
  padding: 40px 40px 0;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease;
  transition-delay: 0.4s;
  z-index: 9999;
}

#ProductMenu_List > li > ul {
  left: 0;
  right: 0;
}

#ProductMenu_List > li.special > ul {
  flex-wrap: wrap;
  left: 0;
  width: 100%;
  padding-right: 6%;
  padding-left: 6%;
}

#ProductMenu_List > li:hover > ul {
  display: flex;
  transform: scaleY(1);
}

#ProductMenu_List > li > div {
  width: auto;
  padding: 40px;
}

#ProductMenu_List > li > div > div > a {
  display: block;
  text-decoration: none;
  border-bottom: solid 1px rgb(231, 231, 231);
  padding: 10px 0;
}

#ProductMenu_List > li > div > div > a:first-child {
  padding-top: 0;
}

#ProductMenu_List > li > div > div > a:last-child {
  padding-bottom: 0;
  border: none;
}

#ProductMenu_List > li:hover > div {
  display: block;
}

#ProductMenu_List > li > ul > li {
  flex: none;
  width: 16.66%;
  margin-bottom: 40px;
}

#ProductMenu_List > li > ul > li > a, #ProductMenu_List > li > ul > li > a > .ProductMenu_MenuItemBold {
  font-weight: normal;
}

#ProductMenu_List > li > ul > li > a {
  font-size: 15px;
  text-decoration: none;
  display: block;
}

#ProductMenu_List > li > ul > li > ul {
  margin: 0;
  padding: 10px 0 0;
  list-style-type: none;
}

#ProductMenu_List > li > ul > li > ul > li {
  padding-top: 3px;
  display: none;
}

#ProductMenu_List > li > ul > li > ul > li > a, #ProductMenu_List > li > ul > li > ul > li > a > .ProductMenu_MenuItemBold {
  font-weight: normal;
}

#ProductMenu_List > li > ul > li > ul > li > a {
  text-decoration: none;
  color: rgb(135, 135, 135);
  display: block;
}

#ProductMenu_List > li > ul > li > ul > li:hover > a {
  color: #161f35;
}

#ProductMenu_List > li > ul > li > ul > li > ul {
  display: none;
}

/*
#ProductMenu_List > li:hover > div {
	display: flex;
}
#ProductMenu_List > li > div > div > a, #ProductMenu_List > li > div > div > a > span {
	font-weight: normal;
}
#ProductMenu_List > li > div > div:not(:first-child) {
	padding-left: 30px;
}
#ProductMenu_List > li > div > div:not(:last-child) {
	padding-right: 30px;
	border-right: solid 1px rgba(235,235,235,1.00);
}
#ProductMenu_List > li > div > div > a {
	display: block;
	text-decoration: none;
	margin: 0 0 10px;
	min-width: 150px;
	font-size: 14px;
}
#ProductMenu_List > li > div > div > a:last-child {
	margin-bottom: 0;
}
*/
a#ActiveCategory_A {
  display: none !important;
}

.contactLeft {
  float: left;
  width: 30%;
}

.contactRight {
  float: right;
  width: 70%;
  border-left: solid 1px rgb(233, 233, 233);
  padding-left: 5%;
}

.contactDiv {
  margin: -2%;
  display: flex;
  flex-wrap: wrap;
}

.contactDiv > * {
  margin: 2%;
  width: 29.33%;
  flex: none;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  background-color: rgba(220, 220, 220, 0.6);
}

.contactDiv > * > img {
  flex: none;
  width: 30%;
  margin: 0 15px 0 0;
  background-color: rgb(239, 239, 239);
  border-radius: 50%;
}

.contactDiv > * > div {
  flex: auto;
}

.contactRight > .contactDiv {
  margin-bottom: 40px;
}

.niceTable {
  width: 100%;
  margin: 0 0 30px;
}

.niceTable td {
  padding: 5px 0;
  line-height: normal;
  vertical-align: top;
}

.niceTable > tbody > tr:not(:last-child) > td {
  border-bottom: solid 1px rgb(232, 232, 232);
}

.niceTable img {
  height: 20px;
}

.niceTable > thead > tr > th:nth-child(1), .niceTable > tbody > tr > td:nth-child(1) {
  width: 18%;
  text-align: left;
}

.niceTable > thead > tr > th:nth-child(2), .niceTable > tbody > tr > td:nth-child(2) {
  text-align: left;
}

.niceTable > thead > tr > th:nth-child(n+3), .niceTable > tbody > tr > td:nth-child(n+3) {
  text-align: center;
  width: 14%;
}

.niceTable.smallTable {
  max-width: 500px;
}

.niceTable.smallTable > thead > tr > th:nth-child(1), .niceTable.smallTable > tbody > tr > td:nth-child(1) {
  width: auto;
}

.niceTable.smallTable > thead > tr > th:nth-child(2), .niceTable.smallTable > tbody > tr > td:nth-child(2) {
  width: 100px;
  text-align: center;
}

.searchFieldContainer {
  display: flex;
  margin: 0 0 30px;
}

.searchFieldContainer * {
  font-size: 13px;
}

.searchFieldContainer > input[type=text] {
  flex: auto;
  border: solid 1px rgb(219, 219, 219);
  border-right: none;
  height: 40px;
  padding: 0 15px;
  border-radius: 0;
}

.searchFieldContainer > button {
  text-transform: uppercase;
  flex: none;
  padding: 0 20px;
  border-radius: 0 8px 8px 0;
  background-color: #161f35;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: bold;
  border: none;
}

section.ensurity {
  display: flex;
  flex-direction: row-reverse;
}
section.ensurity > .text {
  flex: auto;
  padding: 0 0 0 30px;
}
section.ensurity > .image {
  flex: none;
  width: 20%;
  min-width: 200px;
}
section.ensurity > .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 950px) {
  section.ensurity {
    flex-direction: column;
  }
  section.ensurity > .text {
    padding: 0;
  }
  section.ensurity > .image {
    width: 100%;
    min-width: 0;
  }
  section.ensurity > .image img {
    display: block;
    margin: 0 auto 20px;
    max-width: 250px;
  }
}

.retailersContainer {
  display: flex;
  margin: 0 -2%;
}

.retailersContainer > div {
  flex: auto;
  margin: 0 2%;
}

.retailersContainer > div.retailersLeft {
  flex: none;
  width: 46%;
}

.retailersContainer > div.retailersLeft > div#filter, .retailersContainer .resetcontainer {
  margin: 0 0 30px;
}

.retailersContainer > div.retailersLeft > div#filter > div {
  margin: 0 15px 0 0;
  display: inline-block;
}

@media (max-width: 400px) {
  .retailersContainer > div.retailersLeft > div#filter > div {
    margin: 0 1px 0 0;
  }
}
.retailersContainer > div.retailersLeft > div#filter > div > label {
  border-radius: 8px;
  padding: 11px 25px;
  background-color: rgb(236, 236, 236);
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: bold;
}

.retailersContainer > div.retailersLeft > div#filter > div > input {
  display: none;
}

.retailersContainer > div.retailersLeft > div#filter > div > input:checked + label {
  background-color: rgb(128, 192, 130);
  color: rgb(255, 255, 255);
}

#RetailerMap {
  border-radius: 10px;
  overflow: hidden;
}

.retailersSearchContainer {
  display: flex;
  margin: 0 0 10px;
}

.retailersSearchContainer > * {
  flex: auto;
}

.retailersSearchContainer > #SearchField {
  border: solid 1px rgb(117, 117, 117);
  border-right: none;
  padding: 0 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 25px 0 0 25px;
}

.retailersSearchContainer > #searchBtn {
  background-color: #161f35;
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0 25px 25px 0;
}

#Results.activ {
  margin: 0 -2%;
  display: flex;
  flex-wrap: wrap;
}

#Results > * {
  flex: none;
  width: 46%;
  margin: 0 2% 4%;
  border: solid 1px rgb(229, 229, 229);
  padding: 15px;
}

#Results > div > * {
  display: block;
}

#Results > div > *:first-child {
  font-weight: bold;
}

#Results > div img {
  width: 27%;
  float: right;
  margin: 0 0 10px 10px;
}

#Results > div a {
  text-transform: lowercase;
}

/*
#Results > div > span:nth-child(1) {
	flex: auto;
}
#Results > div > span:nth-child(2) {
	width: 10%;
	flex: none;
}
#Results > div:nth-child(2n) {
	background-color: rgba(245,245,245,1.00);
}
#Results > div:last-child {
	border-bottom: none;
}
#Results > div > span:last-child:not(:empty) {
	text-align: right;
}
#Results > div > span:empty {
	display: none;
}
*/
#Results.activ + .retailerLogos {
  display: none;
}

.contactFlex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

.contactFlex > div {
  margin: 0 2%;
  width: 46%;
  flex: none;
  border-radius: 5px;
  border: solid 1px rgb(225, 225, 225);
  background-color: rgb(249, 249, 249);
  padding: 20px;
}

.contactFlex input[type=text], .contactFlex input[type=email], .contactFlex textarea {
  margin: 0 0 7px;
}

.contactFlex input[type=text].error, .contactFlex input[type=email].error {
  border-color: rgb(198, 37, 40);
}

.contactFlex input[type=radio].error + label {
  color: rgb(184, 116, 117);
}

.contactFlex input[type=radio], .contactFlex input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

.contactFlex input[type=radio] {
  margin: 5px 10px 0 0;
}

.contactFlex input[type=radio] + label {
  max-width: calc(100% - 30px);
}

img.catalog {
  display: none;
  position: absolute;
  transform: translate(10px, -31%);
  width: 100px;
  z-index: 10;
}

.references {
  margin: -1% -1% 40px;
  display: flex;
  flex-wrap: wrap;
}

.references > * {
  flex: none;
  width: 14.66%;
  height: 150px;
  overflow: hidden;
  margin: 1%;
  position: relative;
  border-radius: 5px;
}

.references img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.references > *:hover img {
  min-width: 110%;
  min-height: 110%;
}

.pdfConditionContainer {
  text-align: center;
}

.pdfConditionContainer embed {
  height: 900px;
  width: 900px;
  max-width: 100%;
}

/* PRODUCTLIST */
.SubCats_Categories_Container ~ .ProductList_Custom_DIV {
  padding-top: 50px;
}

.productlistTools {
  margin: 30px 0 30px;
  text-align: center;
  display: none;
  justify-content: center;
}

.productlistTools:empty {
  display: none;
}

.productlistTools > * {
  margin: 0 5px;
}

.productlistTools .found {
  display: none;
}

.category-description .CmsPageStyle {
  display: block;
  padding: 20px;
  background-color: rgba(244, 244, 244, 0.5);
  margin: 0 0 30px;
  line-height: 1.8em;
}

.category-description:empty {
  display: none;
}

.category-description .CmsPageStyle:empty {
  display: none;
}

.SubCats_Categories_Container + h1:empty + .category-description + .productlistTools {
  display: none;
}

.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL {
  padding: 0;
  margin: 0 -2%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.Frontpage_Custom_UL {
  margin-bottom: 40px;
}

.Frontpage_Custom_UL:empty {
  display: none;
}

.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
  width: 21%;
  margin: 0 2% 4%;
  flex: none;
  position: relative;
}

.Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
  width: 21%;
}

.discontinued {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    border-radius: 4px;
    padding: 13px 15px 10px;
    font-size: 18px;
    background-color: rgba(184,26,31,0.9);
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255,255,255,1.00);
    text-align: center;
    transform: translate(-50%,-50%) rotate(-3deg);
    line-height: 1;
}
.productcard .discontinued {
    font-size: 35px;
}
.hideelement {
    display: none;
}

li > form {
  height: 100%;
}

li .product {
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

li .product img {
  max-width: 100%;
}

li .product .image {
  position: relative;
}
li .product .image a img {
  display: block;
  width: 100%;
  padding: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

li .product .image > a:first-child {
  display: block;
  width: 100%;
}

li .product a[href*=AddFavorite] {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 17px;
}

li .product .info {
  display: flex;
  padding: 20px 0 5px;
}

li .product .productnumber {
  font-size: 11px;
  display: none;
}

li .product .name {
  flex: auto;
  padding: 0 15px 0 0;
  font-size: 12px;
}

li .product .name > a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

li .product .name > span {
  color: rgb(111, 111, 111);
  display: block;
  margin: 4px 0 0;
}

li .product .name > span:empty {
  display: none;
}

li .product .image span.manufacturer:not(:empty) {
  color: rgb(152, 152, 152);
  display: block;
  position: absolute;
  width: 20%;
  z-index: 20;
  bottom: 0;
  left: 0;
}

li .product .PriceStriked_Productlist {
  display: none;
}

li .product .price {
  color: #161f35;
  text-align: right;
  flex: auto;
  display: none;
}

li .product .price strike {
  font-weight: normal;
  color: rgb(174, 174, 174);
  font-size: 80%;
  display: block;
}

li .product .price .currency {
  padding: 0 0 0 5px;
}

li .product div.manufacturer {
  display: none;
}

li .product .buy {
  display: none;
}

li .product input[type=text] {
  display: none;
}

li .product input[type=image] {
  width: 100%;
  display: block;
}

li .product .news, .productcard .news {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 4px 15px;
  font-size: 12px;
}

li .product .news img, .productcard .news img {
  display: none;
}

.no-procucts-found-on-empty-list {
  display: none;
}

body.noProducts .pager, body.noProducts .productlistTools {
  display: none;
}

body.noProducts .category-description .CmsPageStyle {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
  display: none;
}

.product div.Element_Overlay_ProdList_SpecialOfferDIV,
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV,
.product div.Element_Overlay_ShowBasket-related-savingsDIV {
  position: relative;
  display: block;
}

li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  position: absolute;
  background-color: #161f35;
  padding: 4px 10px;
}

li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV,
li .Element_Overlay_ProductInfo-customersboughtImage_DIV,
li .Element_Overlay_ShowBasket-related-savingsImage_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV {
  display: none;
}

li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
  color: rgb(255, 255, 255);
  position: relative;
  top: auto;
  font-size: 12px;
  padding: 0;
}

.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
  font-size: 25px;
}

.VariantGroup {
  width: 100%;
}

.Variants .VariantGroup:not(:last-of-type) {
  margin-bottom: 20px;
}

.sizes {
	display: flex;
	flex-wrap: wrap;
	margin: 2px -1% -1%;
}

.sizes > * {
  flex: none;
  margin: 1%;
  padding: 8px 15px;
  border: solid 1px rgb(230, 230, 230);
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}

.sizes > *.active {
  border-color: #0a86cb;
  background-color: #0a86cb;
  color: rgb(255, 255, 255);
  cursor: default;
  box-shadow: none;
}


.RadioButton_Container_ProductInfo {
	display: flex;
	flex-wrap: wrap;
	margin: -7px -2% -2%;
	align-items: flex-start;
	justify-content: flex-start;
}
.RadioButton_Container_ProductInfo .advanced-variant-item-container {
	margin: 2%;
	padding: 0;
	flex: none;
}
.RadioButton_Container_ProductInfo .advanced-variant-item-container.advanced-variant-image-active {
	box-shadow: none;
}
.RadioButton_Container_ProductInfo .advanced-variant-item-container label {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
}
.RadioButton_Container_ProductInfo .advanced-variant-item-container label:not(.hasimage) {
	border: solid 1px rgba(228,228,228,1.00);
	border-radius: 2px;
	padding: 5px 10px 3px;
}
.RadioButton_Container_ProductInfo .advanced-variant-item-container.advanced-variant-image-active label:not(.hasimage) {
	border-color: rgb(22, 31, 53);
}


.RadioButton_Container_ProductInfo .advanced-variant-item-container label img {
	display: block;
	width: 60px;
	height: auto;
}
.RadioButton_Container_ProductInfo .advanced-variant-item-container.advanced-variant-image-active label img {
	
}
.RadioButton_Container_ProductInfo .advanced-variant-item-container label .advanced-variant-image-text {
	margin: 4px 0 0;
	font-size: 12px;
}
.RadioButton_Container_ProductInfo .advanced-variant-item-container.advanced-variant-image-active label.hasimage .advanced-variant-image-text {
	text-decoration: underline;
}

.RadioButton_Container_ProductInfo .advanced-variant-item-container input {
  display: none;
}

.colorVariantsContainer {
  margin: 10px -1% 0;
  display: flex;
  flex-wrap: wrap;
}

.colorVariantsContainer > * {
  flex: none;
  width: 18%;
  margin: 0 1% 2%;
  display: block;
  position: relative;
  cursor: pointer;
}

.colorVariantsContainer > .active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 4px #161f35;
  z-index: 10;
}

.colorVariantsContainer img {
  display: block;
  width: 100%;
  border: solid 1px rgb(224, 224, 224);
}

/*
div[data-type*="type"] {
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
div[data-type*="type"] > * {
	flex: none;
}
div[data-type*="type"] .image {
	position: relative;
	overflow: hidden;
}
div[data-type*="type"] .image img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
div[data-type*="type"] .text {
	padding: 6%;
	line-height: 1.7em;
}
div[data-type*="type"] .text h3 {
	margin: 0 0 20px;
	font-weight: 100;
	font-size: 190%;
	padding: 0;
}
div[data-type*="type"] .text h3 a {
	text-decoration: none;
	line-height: normal;
}
div[data-type*="type"] .text p {
	margin: 0;
	padding: 0;
}


div[data-type*="type1"] .image {
	width: 50%;
}
div[data-type*="type1"] .text {
	width: 50%;
}

div[data-type*="type2"] .image {
	width: 50%;
}
div[data-type*="type2"] .text {
	width: 50%;
}
div[data-type*="type2"] .imageTitle {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 20;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-color:rgba(0,0,0,.50);
}


div[data-type*="type3"] .image {
	display: none;
}
div[data-type*="type3"] .text {
	width: 100%;
	text-align: center;
	background-color: rgba(243,243,243,1.00);
}
div[data-type*="type3"] .text h3 {
	font-size: 240%;
}
div[data-type*="type3"] .imageTitle {
	padding: 12px 25px;
	border: solid 1px rgba(0,0,0,1.00);
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	margin: 25px 0 0;
}

div[data-type*="type4"] .image {
	width: 100%;
}
div[data-type*="type4"] .image img {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}
div[data-type*="type4"] .text {
	display: none;
}
div[data-type*="type4"] .imageTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	padding: 20px 30px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	background-color:rgba(0,0,0,.20);
}

div[data-type*="type5"] .image {
	flex: auto;
}
div[data-type*="type5"] .text {
	width: 33.33%;
	padding: 5%;
	background-color: rgba(79,79,79,1.00);
	color: rgba(255,255,255,1.00);
}
div[data-type*="type5"] .text h3 a {
	color: rgba(255,255,255,1.00);
}
div[data-type*="type5"] .imageTitle {
	padding: 7px 20px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	margin: 15px 0 0;
	color: rgba(255,255,255,1.00);
}

div[data-type*="type6"] {
	min-height: 400px;
}
div[data-type*="type6"] .image {
	display: none;
}
div[data-type*="type6"] .text {
	display: none;
}
div[data-type*="type6"] .imageTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	padding: 20px 30px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	background-color:rgba(0,0,0,.20);
}

.ProductList_Custom_DIV > div:last-child div[data-type*="type"] {
	margin-bottom: 0;
}
*/
.ProductList_Custom_DIV div[data-type*=type] {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.ProductList_Custom_DIV div[data-type*=type] > * {
  flex: none;
}

.ProductList_Custom_DIV div[data-type*=type] .image {
  position: relative;
  overflow: hidden;
}

.ProductList_Custom_DIV div[data-type*=type] .image img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.ProductList_Custom_DIV div[data-type*=type] .text {
  padding: 6%;
  line-height: 1.7em;
}

.ProductList_Custom_DIV div[data-type*=type] .text h3 {
  margin: 0 0 20px;
  font-weight: 100;
  font-size: 190%;
  padding: 0;
}

.ProductList_Custom_DIV div[data-type*=type] .text h3 a {
  text-decoration: none;
  line-height: normal;
}

.ProductList_Custom_DIV div[data-type*=type] .text p {
  margin: 0;
  padding: 0;
}

.ProductList_Custom_DIV div[data-type*=type1] .image {
  width: 50%;
  position: relative;
}

.ProductList_Custom_DIV div[data-type*=type1] .image a {
  position: relative;
}

.ProductList_Custom_DIV div[data-type*=type1] .image > a:not(.imageTitle) {
  width: 100%;
  display: block;
  height: 100%;
}

.ProductList_Custom_DIV div[data-type*=type1] .text {
  width: 50%;
}

.ProductList_Custom_DIV div[data-type*=type1] .text .imageTitle {
  margin: 20px 0 0;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.ProductList_Custom_DIV div[data-type*=type2] .image {
  width: 50%;
}

.ProductList_Custom_DIV div[data-type*=type2] .text {
  width: 50%;
}

.ProductList_Custom_DIV div[data-type*=type2] .text .imageTitle {
  margin: 20px 0 0;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.ProductList_Custom_DIV div[data-type*=type2] .image .imageTitle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 20;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.5);
}

.ProductList_Custom_DIV div[data-type*=type3] .image {
  display: none;
}

.ProductList_Custom_DIV div[data-type*=type3] .text {
  width: 100%;
  text-align: center;
  background-color: rgb(243, 243, 243);
}

.ProductList_Custom_DIV div[data-type*=type3] .text h3 {
  font-size: 240%;
}

.ProductList_Custom_DIV div[data-type*=type3] .imageTitle {
  padding: 12px 25px;
  border: solid 1px rgb(0, 0, 0);
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  margin: 25px 0 0;
}

.ProductList_Custom_DIV div[data-type*=type4] .image {
  width: 100%;
}

.ProductList_Custom_DIV div[data-type*=type4] .image img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.ProductList_Custom_DIV div[data-type*=type4] .text {
  display: none;
}

.ProductList_Custom_DIV div[data-type*=type4] .imageTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  border: solid 1px rgb(255, 255, 255);
  display: inline-block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}

.ProductList_Custom_DIV div[data-type*=type5] .image {
  flex: auto;
}

.ProductList_Custom_DIV div[data-type*=type5] .text {
  width: 33.33%;
  padding: 5%;
  background-color: rgb(79, 79, 79);
  color: rgb(255, 255, 255);
}

.ProductList_Custom_DIV div[data-type*=type5] .text h3 a {
  color: rgb(255, 255, 255);
}

.ProductList_Custom_DIV div[data-type*=type5] .imageTitle {
  padding: 7px 20px;
  border: solid 1px rgb(255, 255, 255);
  display: inline-block;
  text-decoration: none;
  margin: 15px 0 0;
  color: rgb(255, 255, 255);
}

.ProductList_Custom_DIV div[data-type*=type6] {
  min-height: 400px;
}

.ProductList_Custom_DIV div[data-type*=type6] .image {
  display: none;
}

.ProductList_Custom_DIV div[data-type*=type6] .text {
  display: none;
}

.ProductList_Custom_DIV div[data-type*=type6] .imageTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  border: solid 1px rgb(255, 255, 255);
  display: inline-block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.ProductList_Custom_DIV > div:last-child div[data-type*=type] {
  margin-bottom: 0;
}

.pager {
  display: flex;
  padding: 20px 0 0;
}

.pager > div {
  flex: auto;
}

.pager .prev, .pager .next {
  width: 20%;
  flex: none;
}

.pager .pages {
  text-align: center;
}

.pager .next {
  text-align: right;
}

.pager a, .pager .pages a.ActivePageNumber_ProductList:link {
  display: inline-block;
  border: solid 1px #4D4D4D;
  padding: 5px 10px;
  text-decoration: none;
  margin: 0 3px;
}

.pager .pages a.ActivePageNumber_ProductList, .pager .pages a.ActivePageNumber_ProductList:link {
  border-color: rgb(61, 61, 61);
  background-color: rgb(61, 61, 61);
  color: #fff;
  font-weight: normal;
}

.priceRangeInfo {
  display: flex;
}

.priceRangeInfo > span {
  flex: auto;
  font-size: 70%;
}

.priceRangeInfo > span:last-child {
  text-align: right;
}

.SubCats_BreadCrumb {
  display: none;
}

body.webshop-b2blogin form[action="/shop/b2blogin.html"] > div > table {
  width: 600px !important;
  max-width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 3%;
  margin: 0 auto;
}

body.webshop-b2blogin form[action="/shop/b2blogin.html"] ~ div {
  text-align: center;
}

#Username_B2Blogin, .TextInputField_B2Blogin[name=password], .TextInputField_B2Blogin[name=email] {
  margin-bottom: 8px;
}

.ErrorText_B2Blogin {
  width: 600px !important;
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  border: solid 1px rgb(238, 201, 201);
  background-color: rgb(242, 224, 224);
  color: rgb(130, 58, 59);
  padding: 10px;
}

body.webshop-b2blogin form[action="/shop/b2blogin.html"] > input[name=forgottenpw] ~ br {
  display: none;
}

.BackgroundColor1_Customer {
  width: 100%;
}

table.Text1_Customer {
  padding: 20px;
  border: solid 1px rgb(238, 238, 238);
  margin: 20px 0 0;
}

table.Text1_Customer > tbody > tr:first-child > td > h2 + br {
  display: none;
}

.ErrorText_B2Blogin + br {
  display: none;
}

#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span {
  display: inline-block;
  background-color: #161f35;
  padding: 5px 10px;
  color: white;
  border-radius: 2px;
  margin: 0 10px 0 0;
  border: solid 1px #161f35;
}

#tabB1 > span.Tabactive_Customer, #tabB2 > span.Tabactive_Customer, #tabB3 > span.Tabactive_Customer, #tabB4 > span.Tabactive_Customer,
#tabB1 > span.Tabhover_Customer, #tabB2 > span.Tabhover_Customer, #tabB3 > span.Tabhover_Customer, #tabB4 > span.Tabhover_Customer {
  background-color: rgb(255, 255, 255);
  border: solid 1px #161f35;
  color: #000;
}

#tabB4 {
  float: right;
}

#tabB4 > span {
  margin: 0;
  background-color: #161f35;
  border-color: #161f35;
}

.OptionSelect_Customer, .TextInputField_Customer {
  margin: 3px 0;
}

.customerSpinner {
  font-size: 30px;
}

/* SPECS */
#specs {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 15px 0;
  border: solid 1px rgb(237, 237, 237);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
}

#specs.active {
  display: block;
}

#specs > li {
  border-bottom: solid 1px rgba(155, 155, 155, 0.4);
  padding: 4px 0;
  display: none;
}

#specs > li:nth-child(2n+1) {
  background-color: rgba(155, 155, 155, 0.1);
}

#specs > li.active {
  display: block;
}

#specs > li:last-child {
  border: 0;
}

#specs > li > div {
  display: inline-block;
  vertical-align: top;
}

#specs > li > div:first-child {
  width: 130px;
  padding: 0 15px 0 20px;
}

#specs > li > div:last-child {
  font-weight: bold;
}

table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
  table-layout: fixed;
}

input.SubmitButton_AdvancedSearchPage[type=submit] {
  font-size: 13px;
  padding: 6px 10px;
}

.termsWrapper h2 {
  font-size: 180%;
  color: #161f35;
}

/* FAVORITES */
table.FavTB {
  table-layout: fixed;
}

table.FavTB > tbody > tr > td {
  border-bottom: solid 1px rgb(235, 235, 235);
  padding-top: 10px;
  padding-bottom: 10px;
}

td.FavTB_ProdImageTD {
  width: 10%;
}

img.FavTB_ProdImage {
  max-width: 100%;
}

td.FavTB_ProdNameTD {
  width: auto;
  vertical-align: middle;
  padding-left: 25px;
}

td.FavTB_ProdNameTD > a {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  text-decoration: none;
  padding: 0 15px 0 0;
  display: block;
}

td.FavTB_ProdNameTD br {
  display: none;
}

td.FavTB_ProdAmountTD {
  display: none;
}

td.FavTB_ActionButtonsTD {
  width: 40px;
}

td.FavTB_ActionButtonsTD > a:nth-of-type(-n+2) {
  display: none;
}

td.FavTB_ActionButtonsTD > a > img {
  width: 25px;
  display: block;
}

td.FavTB_Buy {
  width: 20%;
}

td.FavTB_Buy input {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL, .SubCats_Categories_DIV {
  padding: 0;
  margin: 0 -1% 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
  width: 31.33% !important;
  float: none !important;
  margin: 0 1% 2%;
  display: flex;
  flex-direction: column;
}

.SubCats_Categories_UL > li {
  min-height: 50px;
}

.SubCats_Categories_UL .productgroup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.SubCats_Categories_UL .productgroup .name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(22, 31, 53, 0.75);
  transition: background-color 0.2s ease;
  height: 100%;
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.SubCats_Categories_UL .productgroup .name:hover {
  background-color: rgba(22, 31, 53, 0.2);
}

.SubCats_Categories_UL .productgroup .name a {
  font-size: 18px;
  color: #fff;
  padding: 0;
  background: transparent;
  border: none;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.SubCats_Categories_UL > li:last-child, .SubCats_Categories_DIV > div:last-child {
  display: none;
}

.SubCats_Categories_UL > li .image, .SubCats_Categories_DIV > div .catImage {
  flex: auto;
}

.SubCats_Categories_UL > li .image img, .SubCats_Categories_DIV > div .catImage img, .SubCats_Categories_UL > li > .productgroup > a > img {
  display: block;
  width: 100%;
	height: auto;
}

.SubCats_Categories_UL > li .name, .SubCats_Categories_DIV > div .catName {
  flex: none;
}

.SubCats_Categories_UL > li .name a, .SubCats_Categories_DIV > div .catName a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  background-color: rgb(237, 237, 237);
  border: solid 1px rgb(216, 216, 216);
}

.SubCats_Categories_UL > li > .productgroup > a + .name a {
  border-top: none;
}

.webshop-frontpage .SubCats_Categories_UL {
  margin: 0;
}

.webshop-frontpage .SubCats_Categories_UL > li {
  width: 100% !important;
  position: relative;
  margin: 0 0 15px;
}

.webshop-frontpage .SubCats_Categories_UL > li > .productgroup > .name a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  background-color: rgba(22, 31, 53, 0.9);
  max-width: 90%;
  padding: 10px 15px;
  font-size: 120%;
  text-transform: uppercase;
  border: none;
}

.webshop-frontpage .SubCats_Categories_UL > li > .productgroup > a > img {
  border-radius: 0;
}

body.webshop-frontpage .slider-wrapper {
  margin-bottom: 60px;
}

div.dd-theme-default .nivo-directionNav a {
  top: 50%;
  height: 35px;
  width: 35px;
  transform: translateY(-50%);
  background-image: none;
  background-color: rgb(0, 0, 0);
}

div.dd-theme-default a.nivo-prevNav:before, div.dd-theme-default a.nivo-nextNav:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
}

div.dd-theme-default a.nivo-prevNav:before {
  content: "\f053";
}

div.dd-theme-default a.nivo-nextNav:before {
  content: "\f054";
}

div.dd-theme-default .nivo-controlNav {
  margin: 15px 0 0;
  font-size: 0;
}

div.dd-theme-default .nivo-controlNav a {
  background-color: rgb(229, 229, 229);
  height: 6px;
  width: 6px;
  margin: 0 4px;
  border-radius: 50%;
  background-image: none;
}

div.dd-theme-default .nivo-controlNav a.active {
  background-color: rgb(90, 90, 90);
}

.productcard {
  position: relative;
  display: flex;
  margin: 0 -2%;
}

.productcard > div {
  margin: 0 2%;
  flex: auto;
}

.productcard > div:first-child {
  flex: none;
  width: 30%;
  position: relative;
}

.productcard > div:last-child {
  flex: none;
  width: 30%;
  padding-left: 4%;
  border-left: solid 1px rgb(229, 229, 229);
}

.canvascontainer {
	position: relative;
}
.productcard .warranty {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 80px;
  background-color: #fff;
  border-radius: 50%;
}

.productcard .rcs {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 17%;
	height: auto;
}

.productcard .twh {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 110px;
    max-width: 27%;
	height: auto;
}

.productcard .ensurity {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 80px;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width: 450px) {
  .productcard .ensurity {
    width: 60px;
  }

  .productcard .warranty {
    width: 60px;
  }
}
.productcard .warranty + .ensurity {
  left: 90px;
}

.productcard > div.energy {
  position: relative;
  min-width: 60px;
}

.energy > div img {
  width: 60px;
  max-width: 100%;
  height: auto;
  display: block;
}

.energy > div:not(.active) img {
  filter: grayscale(1);
  opacity: 0.6;
}

/*
.energy > div, .energy > div:after {
	background-color:rgba(202,202,202,1);
}
.energy > div {
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	padding: 5px 10px 5px 5px;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	opacity: .7;
	cursor: default;
}

.energy > div:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	height: 20px;
	width: 20px;
}
.energy > div > span {
	position: relative;
	z-index: 10;
}
.energy > div:nth-child(1) {
	width: 50%;
}
.energy > div:nth-child(2) {
	width: 60%;
}
.energy > div:nth-child(3) {
	width: 70%;
}
.energy > div:nth-child(4) {
	width: 80%;
}
.energy > div:nth-child(5) {
	width: 90%;
}
.energy > div.active {
	opacity: 1;
	font-weight: bold;
}
.energy > div.active:after {
	background-color: inherit;
}
*/
.energy > div:not(:last-child) {
  margin-bottom: 5px;
}

#BUYSECTION {
  display: none;
}

.buyWrapperHeadline, .amountWrapperHeadline {
  display: none;
}

.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV, .imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV {
  display: block;
}

#Productinfo_Fancybox_Image_DIV > a.hidden {
  display: none;
}

/*
#Productinfo_Fancybox_Image_DIV {
	box-shadow: 0 0 40px rgba(0,0,0,.1);
	padding: 20px;
	text-align: center;
}
*/
#Productinfo_Fancybox_Image_DIV img, #ProductInfo_MagixZoomPlus_IMG {
  max-width: 100%;
  height: auto;
  /*padding: 20px !important;*/
}

.imageselector {
  display: flex;
  padding: 30px 0 0;
  margin: 0 -1%;
  flex-wrap: wrap;
}

.imageselector:empty {
  display: none;
}

.imageselector > a {
  flex: none;
  width: 18%;
  display: flex;
  align-items: center;
  /*padding: 10px;*/
  margin: 0 1% 2%;
  /*
  background-color: rgba(255,255,255,1.00);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
     */
}

.imageselector > a img {
  display: block;
  width: 100% !important;
  margin: 0 !important;
}

.amountWrapper {
  display: flex;
}

.amountWrapper input[type=number] {
  flex: none;
  width: 40px;
  border-radius: 4px;
  padding: 0;
  border: solid 1px rgb(219, 219, 219);
  text-align: center;
  margin: 0 10px 0 0;
}

.shortDescription, div.Description_Productinfo {
  line-height: 1.6em;
}

.shortDescription:empty div.Description_Productinfo:empty {
  display: none;
}

.productcard .numbers {
  padding: 15px 0 0;
  color: rgb(118, 118, 118);
  display: block;
  line-height: 1.6em;
}

.productcard .Prices_Custom_UL {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  display: none;
}

.productcard .Prices_Custom_UL .text {
  display: none;
}

.productcard .Prices_Custom_UL .amount, .productcard .Prices_Custom_UL .unit {
  color: #161f35;
  padding: 0 4px 0 0;
}

.productcard .Prices_Custom_UL > li:first-child .price, .productcard .Prices_Custom_UL > li:first-child .currency {
  font-size: 30px;
}

.productcard .Prices_Custom_UL .currency {
  padding: 0 0 0 4px;
}

.productcard .Prices_Custom_UL > li:nth-child(2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px rgb(196, 196, 196);
}

.productcard .Prices_Custom_UL > li:nth-child(n+2):not(:last-child) {
  margin-bottom: 5px;
}

.productcard .Prices_Custom_UL > li:nth-child(n+2) > * {
  display: inline-block;
}

.productcard .Prices_Custom_UL > li:nth-child(n+2) .text {
  display: inline-block;
  padding: 0 4px 0 0;
}

.productcard .manufacturer {
  display: none;
  margin: 0 0 20px;
}

.productcard .manufacturer img {
  display: block;
  max-width: 100px;
  padding: 10px;
  border: solid 1px rgb(238, 238, 238);
}

.productcard .manufacturer br {
  display: none;
}

.productcard .information {
  margin: 0 0 20px;
  display: none;
}

.productcard .information.active {
  display: flex;
}

.productcard .information > div {
  flex: auto;
  background-color: rgba(240, 240, 240, 0.4);
  padding: 5px 10px;
  font-size: 80%;
  text-align: center;
}

.productcard .information > div:not(:last-child) {
  border-right: solid 1px rgb(224, 224, 224);
}

.productcard .Prices_Custom_UL .vattext {
  padding-left: 5px;
}

.description2 table tr:nth-child(even) {
  background-color: #f6f6f6;
}

.description2 table td {
  padding: 2px 5px;
}

.productcard h2 {
  font-weight: bold;
}

.tabs .share a {
  display: block;
  margin: 0 0 10px;
  text-decoration: none;
}

.tabs .share a i {
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  background-color: rgb(29, 29, 29);
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}

.tabs .share a i:before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: rgb(255, 255, 255);
}

.tabs {
  display: none;
  margin: 40px 0 0;
}

.tabs > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
}

.tabs > ul > li {
  padding: 0 30px 10px 0;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 20;
}

.tabs > ul > li i {
  display: none;
}

.tabs > ul > li.open {
  border-bottom: solid 2px rgb(227, 227, 227);
  cursor: default;
}

.tabs > ul > li:not(.open) {
  cursor: pointer;
}

.tabs > div {
  display: none;
  padding: 20px 0 0;
  position: relative;
}

.tabs > div:first-of-type {
  display: block;
}

.tabs .file a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 8px;
}

.tabs .file a * {
  display: inline-block;
  vertical-align: middle;
}

.tabs .file a i {
  margin: 0 5px 0 0;
}

.tabs .file a span {
  color: rgb(53, 53, 53);
}

.description1 ul {
  margin: 0;
  padding: 0 0 0 17px;
}

[itemscope] div[data-type*=type].cardArticle {
  display: block;
}

table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
  width: 100%;
}

.cardArticle #Productinfo_MagicZoomPlus_Image_DIV, .cardArticle #Productinfo_Fancybox_Image_DIV, .cardArticle .zoom-gallery {
  display: flex;
  margin: 0 auto 40px;
  width: 750px;
  max-width: 100%;
  justify-content: center;
}

.cardArticle .imageselector .zoom-gallery {
  margin-bottom: 20px;
}

.cardArticle .selectors {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}

.cardArticle .selectors > a {
  width: 60px !important;
  position: relative;
  margin: 0 10px 20% !important;
}

.cardArticle .selectors > a img {
  width: 100% !important;
}

.cardArticle .imageselector {
  padding: 0;
  margin-top: -20px;
}

.cardArticle .imageselector:empty {
  display: none;
}

.cardArticle #Productinfo_MagicZoomPlus_Image_DIV img, .cardArticle #Productinfo_Fancybox_Image_DIV img {
  display: block;
  width: 100%;
}

.cardArticle a#ProductInfo_MagixZoomPlus {
  position: relative;
  flex: auto;
}

.cardArticle .imageCaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  background-color: rgba(54, 54, 54, 0.5);
  color: rgb(255, 255, 255);
  font-size: 10px;
  padding: 5px 10px;
  z-index: 10;
  font-weight: 300;
}

.cardArticle .shortDescription {
  font-size: 120%;
  line-height: 1.8em;
  font-weight: 300;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 60px;
}

.cardArticle .description1 {
  margin: 0 0 50px;
  /*
  padding: 5%;
  box-shadow: 0 0 30px rgba(0,0,0,.1);
  */
}

/*
.cardArticle .description2 {
	padding: 5%;
	background-color: rgba(239,239,239,.30);
}
*/
.cardArticle .Description_Productinfo {
  line-height: 1.8em;
  /*
  column-count: 2;
  column-gap: 4%;
  */
}

.cardArticle .Description_Productinfo h2, .cardArticle .Description_Productinfo h3 {
  line-height: normal;
}

.cardArticle .description1 a, .cardArticle .description2 a {
  color: #161f35;
}

/*
.cardArticle .Description_Productinfo h2 {
	font-size: 130%;
	line-height: normal;
	font-weight: 300;
}
.cardArticle .Description_Productinfo h3 {
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
}
*/
.cardArticle .share {
  text-align: center;
  padding: 50px 0 0;
}

.cardArticle .share a {
  display: inline-block;
  margin: 0 10px;
  font-size: 11px;
}

.youtubeVideos {
  display: flex;
  margin: 50px -2%;
}

.youtubeVideos > br {
  display: none;
}

.youtubeVideos > div {
  background-color: #161f35;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  flex: auto;
  margin: 0 2%;
  min-width: 46%;
}

[data-fancybox=youtubeArticle] {
  position: relative;
  display: block;
  text-decoration: none;
}

[data-fancybox=youtubeArticle] img {
  width: 100%;
  display: block;
}

[data-fancybox=youtubeArticle] i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
  font-size: 70px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

[data-fancybox=youtubeArticle] > span {
  position: relative;
  display: block;
}

[data-fancybox=youtubeArticle] strong {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: #161f35;
}

.cardArticle .description1, .cardArticle .description2 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*
.cardArticle .description1:after, .cardArticle .description2:after {
	clear: both;
	content: "";
	display: block;
}
.cardArticle .articleImage {
	padding: 15px;
	border: solid 1px rgba(237,237,237,1.00);
	width: 50%;
	float: left;
	margin: 0 50px 30px 0;
}
.cardArticle .articleImage img {
	display: block;
	width: 100%;
}
.cardArticle .articleImage:nth-of-type(2n-1) {
	float: right;
	margin: 0 0 30px 50px;
}
*/
.cardArticle .columns {
  column-count: 2;
  column-gap: 10%;
}

.cardArticle .frame {
  border: solid 1px rgb(226, 226, 226);
}

.cardArticle .gray {
  background-color: rgb(239, 239, 239);
}

.cardArticle .padding {
  padding: 5%;
}

.cardArticle .boxes {
  display: flex;
  margin: -2%;
  flex-wrap: wrap;
}

.cardArticle .boxes > * {
  flex: none;
  width: 46%;
  margin: 2%;
}

.cardArticle .boxes img, .cardArticle .columns img {
  display: block;
  width: 100% !important;
  height: auto !important;
  align-self: flex-start;
}

.cardArticle .Description_Productinfo .boxes h3 {
  margin: 0 0 10px;
  padding: 0;
}

.cardArticle hr, .webshop-frontpage hr {
  height: 3px;
  margin: 0 auto;
  display: block;
  padding: 0;
  border: none;
  background-color: rgb(220, 220, 220);
}

.cardArticle hr.medium, .webshop-frontpage hr.medium {
  width: 70%;
}

.cardArticle hr.small, .webshop-frontpage hr.small {
  width: 30%;
}

.cardArticle .center {
  text-align: center;
}

body.webshop-productinfo h1.articleH1 {
  text-align: center;
}

.cardArticle h2 {
  font-size: 210%;
  font-weight: 300;
  margin: 0 0 20px;
}

.cardArticle h3 {
  font-size: 170%;
  color: #161f35;
}

.cardArticle .space, .cardArticle .boxes.space, .cardArticle hr.space {
  margin-top: 60px;
  margin-bottom: 60px;
}

.cardArticle .spaceBottom, .cardArticle .boxes.spaceBottom, .cardArticle hr.spaceBottom {
  margin-bottom: 60px;
}

.cardArticle .spaceTop, .cardArticle .boxes.spaceTop, .cardArticle hr.spaceTop {
  margin-top: 60px;
}

/*
.cardArticle .Description_Productinfo > h2:not(:first-child) {
	padding-top: 40px;
}
*/
.cardArticle ol.ol {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}

.cardArticle ol.ol > li {
  position: relative;
  padding: 0 0 0 50px;
}

.cardArticle ol.ol > li:not(:last-child) {
  margin-bottom: 20px;
}

.cardArticle ol.ol .olNumber {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: solid 1px #161f35;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 7px 0 0;
  color: #161f35;
  font-weight: bold;
}

.articleGallery {
  margin: -1%;
  display: flex;
  flex-wrap: wrap;
}

.articleGallery > * {
  max-width: 23%;
  margin: 1%;
}

.articleGallery img {
  display: block;
  width: 100%;
}

/* PRODUCTCARD TYPES */
/*
.cardArticle[data-type*="type1"] .articleImage {
	width: 50%;
}
.cardArticle[data-type*="type1"] .articleImage {
	float: left;
	margin: 0 50px 30px 0;
}
.cardArticle[data-type*="type1"] .articleImage:nth-of-type(2n-1) {
	float: right;
	margin: 0 0 30px 50px;
}

.cardArticle[data-type*="type2"] .articleImage {
	width: 50%;
}
.cardArticle[data-type*="type2"] .articleImage {
	float: left;
	margin: 0 50px 30px 0;
}
.cardArticle[data-type*="type2"] .articleImage:nth-of-type(2n-1) {
	float: right;
	margin: 0 0 30px 50px;
}
.cardArticle[data-type*="type2"] .description2 .articleImage {
	float: none;
	margin: 30px 0 0;
	width: 100%;
	padding: 0;
	border: none;
}
.cardArticle[data-type*="type2"] .shortDescription {
	padding: 5%;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.cardArticle[data-type*="type2"] .description2 {
	background-color: rgba(236,236,236,.50);
	padding: 5%;
}

.cardArticle[data-type*="type3"] #Productinfo_MagicZoomPlus_Image_DIV {
	width: 100%;
}
*/
/* SHOWBASKET */
#showbasketContent:after {
  clear: both;
  content: "";
  display: block;
}

div.ShowBasket_SimpleVariants_DIV {
  padding-left: 0;
  padding-top: 0;
}

.ShowBasket_ProductLine_ActionButtons_TD img {
  width: 14px;
  margin: 0 2px;
}

a.Order_back_basket {
  float: left;
  margin: 15px 0 0;
}

a.Order_back_basket img {
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}

a.Basket_Order img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  max-width: 100%;
}

.Order_empty_basket {
  display: none;
}

a.ShowBasket_SendBasketLink_Dialog_Link {
  font-size: 12px;
  color: #575868;
  text-decoration: none;
  float: right;
  background-color: #fff;
  padding: 7px 18px;
  border: solid 1px #d8dadc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.TableLines_BackgroundColor1 .Heading_ShowBasket {
  border-bottom: solid 1px #D6D6D6;
  padding-top: 5px;
  padding-bottom: 5px;
}

.productrow > td {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}

#basket_PaymentFees td {
  background-color: #F0F0F0;
  padding-top: 5px;
  padding-bottom: 5px;
}

#basket_TotalPrice > td {
  font-size: 18px;
}

table.showbasket {
  width: 100%;
}

table.showbasket.head {
  border: 1px solid #F2F2F2;
}

table.showbasket.body {
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

table.showbasket.body > tbody > tr > td {
  border-bottom: 1px solid #F2F2F2;
}

table.showbasket td, table.showbasket th {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

table.showbasket th {
  background-color: #F2F2F2;
  font-weight: bold;
}

table.showbasket .description {
  position: relative;
}

table.showbasket .description img.ProductImage_ShowBasket {
  margin: 0 15px 0 0;
}

table.showbasket .description small {
  display: block;
}

table.showbasket .description a:nth-child(2) {
  display: block;
  text-decoration: none;
  font-weight: bold;
  max-width: 280px;
}

table.showbasket .amount > a > img {
  width: 20%;
  margin: 0 0 0 10%;
  vertical-align: middle;
}

table.showbasket .amount {
  width: 14%;
  text-align: center;
}

table.showbasket .amount .amountContainer {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  border: solid 1px #D5D5D5;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

table.showbasket .amount .amountContainer:after {
  content: "";
  clear: both;
  display: block;
}

table.showbasket .amount .amountContainer > div {
  float: left;
  padding: 13px 0;
  width: 60%;
  text-align: center;
  border-right: solid 1px #D5D5D5;
}

table.showbasket .amount .amountContainer > a {
  position: absolute;
  right: 0px;
  height: 50%;
  width: 40%;
  display: block;
}

table.showbasket .amount .amountContainer > a:hover {
  background-color: #D5D5D5;
}

table.showbasket .amount .amountContainer > a:nth-of-type(2) {
  border-top: solid 1px #D5D5D5;
  bottom: 0;
}

table.showbasket .amount .amountContainer > a > img {
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

table.showbasket.noamount .amount .amountContainer {
  display: none;
}

table.showbasket .unitprice {
  width: 15%;
  text-align: right;
}

table.showbasket .unittotal {
  text-align: right;
  width: 15%;
}

.basket-checkout {
  width: 35%;
  float: right;
  padding: 10px;
  background-color: rgb(242, 242, 242);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.basket-checkout > div {
  padding: 4px 0;
}

.basket-checkout > div > div {
  float: right;
}

.basket-checkout .total {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  padding-top: 6px;
  padding-bottom: 10px;
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
}

.wrapping {
  position: absolute;
  right: 10px;
  top: 10px;
}

.wrapping > table {
  font-size: 12px;
  color: #575868;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #d8dadc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.wrapping > table td {
  padding: 5px 8px;
}

.wrapping input {
  margin: 0 7px 0 0;
  cursor: pointer;
}

body.webshop-showbasket.basketEmpty #showbasketContent, body.webshop-showbasket.basketEmpty .ShowBasket_SendBasketLink_Dialog_Link {
  display: none;
}

body.webshop-showbasket:not(.basketEmpty) #basket-empty {
  display: none;
}

/* OPC */
body.webshop-checkout header #Search_Form,
body.webshop-checkout nav.productmenu,
body.webshop-checkout aside,
body.webshop-checkout header .TopMenu_MenuItems {
  display: none;
}

#checkout-container #column-data h3, #checkout-container div h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  padding: 13px 15px;
  margin: 0;
  background-color: #DCEBEF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}

#checkout-container h4 {
  font-size: 13px;
  margin: 10px 0 0;
  padding: 0;
}

#column-data > h3:before, #checkout-container div h2:before, #payment-giftcertificateinfo > h2:before {
  position: absolute;
  background-color: #555;
  color: rgb(255, 255, 255);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -8px;
  left: -8px;
  width: 23px;
  height: 23px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 0 0;
}

#column-data > h3:before {
  content: "1";
}

#column-shipping-payment > h2:nth-of-type(1):before {
  content: "2";
}

#column-shipping-payment > h2:nth-of-type(2):before {
  content: "3";
}

#payment-cardinfo > h2:before, #payment-giftcertificateinfo > h2:before {
  content: "4";
}

div#order-summary > h2:before {
  content: "5";
}

#order-confirm > h2:before {
  content: "6";
}

#checkout-container select.checkout-select {
  height: auto;
  width: 100%;
  display: block;
}

#checkout-container input.checkout-text,
#checkout-container input#checkout-giftcertificate-cardnumber {
  width: 100%;
  padding: 0 5px;
  height: 30px;
  display: block;
  margin: 0px 0px 5px;
  border: solid 1px #D4D4D4;
  color: rgb(0, 0, 0);
}

#checkout-container textarea.checkout-text {
  width: 100%;
  padding: 7px 10px 7px 5px;
  height: 30px;
  display: block;
  margin: 0px 0px 5px;
  border: solid 1px #D4D4D4;
}

#checkout-container label {
  display: block;
}

#checkout-container div.salesdiscountcode-container {
  float: none;
}

#checkout-container div.salesdiscountcode-button-container {
  float: none;
  width: 100%;
}

#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res1,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res2,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res3,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res4,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res5 {
  margin-bottom: 5px;
}

#checkout-container div.salesdiscountcode-button-container .checkout-salesdiscount-code-button {
  float: none;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 25px;
}

#checkout-container small {
  display: block;
  color: #c00556;
}

#checkout-container #customer_lookup_submit, #checkout-container #checkout-container #checkout_lookupphone_submit, #checkout-container #confirm-complete-button, #checkout-container #checkout_altdelivery_lookupphone_submit, #checkout-container .checkout-salesdiscount-code-button, #checkout-container input#checkout_forgottenpassword_submit {
  padding: 4px 5px;
  font-size: 12px;
  float: none;
}

#checkout-container #checkout_password_login, #checkout-container #checkout_lookupphone, #checkout-container #checkout_altdelivery_lookupphone, #checkout-container #customer-data {
  width: auto;
}

/* KOL 1 */
#checkout-container div#column-data {
  width: 32%;
  padding: 15px;
  border: solid 1px rgb(230, 230, 230);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-height: 0;
}

/* ---- CUSTOMER */
#customer-data {
  margin: 15px 15px 0;
}

/* ---- DGS */
#customer-phone-lookup {
  padding: 0 15px;
}

#customer-phone-lookup > p {
  padding: 0;
  margin: 2px 0 7px;
}

#checkout-container div#checkout-lookupphone-container {
  float: none;
  width: 100%;
}

#checkout-container #column-data #customer-phone-lookup #checkout-lookupphone-container input {
  margin-bottom: 5px;
}

#checkout-container div#checkout-lookupphone-button-container {
  float: none;
  width: 100%;
}

input#checkout_lookupphone_submit {
  float: none;
  font-size: 12px;
  height: 25px;
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* ---- LOGIN */
#customer-login {
  padding: 0 0 0px;
  margin: 0 0 20px;
}

#customer-login p, #checkout-container #customer-login fieldset {
  padding: 0 10px;
}

#checkout-container div#checkout_password_login-container {
  float: none;
  width: auto;
}

#checkout-container input.checkout-lookup-button {
  float: none;
}

#checkout-container #column-data div#customer-login-devider {
  display: none;
}

#checkout-container div.salesdiscountcode-container {
  width: 100%;
}

/* ---- ALT DEL. */
#customer-alternative-delivery p {
  padding: 0 15px;
}

#customer-alternative-delivery #customer-phone-lookup p {
  padding: 0;
}

#checkout-container #customer-alternative-delivery {
  border-top: 0;
}

#checkout-container div#checkout-lookupphone-altdelivery-container {
  float: none;
  width: 100%;
}

div.checkout-row.altdev {
  border: solid 1px rgb(210, 210, 210);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 40px 10px 10px;
  /*
  background-image:url('/images/skins/Shopdeluxe/images/icon-delivery.png');
  background-repeat:no-repeat;
  background-size:16px auto;
  background-position:calc(100% - 15px) 12px;
  padding-right:40px;
  */
  background-color: #F3F1EE;
  cursor: pointer;
  position: relative;
}

div.checkout-row.altdev .fa {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  font-size: 17px;
}

div.checkout-row.altdev .div-checkout-checkbox {
  display: inline-block;
}

div.checkout-row.altdev .div-checkout-checkbox-label {
  display: inline-block;
  vertical-align: top;
  width: 83%;
}

#checkout-container div.checkout-row.altdev .checkout-checkbox {
  float: none;
}

#checkout-container #column-data #customer-data div.checkout-row.altdev input {
  margin: 0 6px 0 0;
}

#checkout-container div.salesdiscountcode-label {
  display: none;
}

/* KOL 2 */
#checkout-container div#column-shipping-payment {
  width: 32%;
  margin: 0 0 20px 2%;
  position: relative;
  padding: 15px;
  border: solid 1px rgb(230, 230, 230);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* ---- PAYMENT */
#payment-methods {
  margin: 0 0 15px;
  padding: 10px 0;
}

.checkout-payment-description-cell {
  font-weight: bold;
}

.payment-message {
  font-size: 11px;
  font-weight: normal;
}

/* ---- SHIPPING */
#checkout-container #column-shipping-payment {
  min-height: 10px;
}

#shipping-methods {
  padding: 10px 0 0;
}

.checkout-shipping-description-cell {
  font-weight: bold;
}

.shipping-message {
  font-weight: normal;
  font-size: 11px;
}

img#post-fix {
  position: absolute;
  right: 20px;
  margin-top: 40px;
}

#payment-methods > fieldset > label, #shipping-methods > label {
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 8px 15px 8px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#payment-methods > fieldset > label:hover, #shipping-methods > label:hover {
  background-color: rgba(236, 236, 236, 0.5);
}

tr.Checkout_ShippingMethodServices_Devider_TR {
  display: none;
}

table#Orderstep2_GLS_Table, table#Checkout_ShippingMethodServices_Table {
  margin: 0 0 0 20px;
}

table#Orderstep2_GLS_Table td, table#Checkout_ShippingMethodServices_Table td {
  font-size: 12px;
}

table#Orderstep2_GLS_Table td {
  padding-bottom: 7px;
}

#pacsoftservicepoints {
  margin: 10px 0 0;
}

div.pacsoftservicepoint label {
  margin-left: 6px;
}

/* KOL 3 */
#checkout-container div#column-order-summary {
  width: 32%;
  padding: 0;
  float: right;
}

/* ---- PAYMENT */
#order-creditcard, #order-giftcertificate {
  margin: 0 0 15px;
  padding: 15px 15px 0;
  border: solid 1px rgb(230, 230, 230);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#checkout-container label[for=txtCardNumber], #checkout-container label[for=txtCardCvv] {
  display: none;
}

#checkout-container div.checkout-payment-cardnumber-container {
  float: none;
}

#checkout-container div #txtCardNumber {
  width: 100%;
}

#checkout-container div.checkout_payment_controlcode-container {
  width: 50%;
}

#checkout-container div #txtCardCvv {
  width: 100%;
}

#checkout-container div #payment-cardinfo {
  padding: 0;
  margin: 0 0 15px;
  border: 0;
}

body #checkout-container div #payment-cardinfo > fieldset {
  background-color: #fff;
  padding: 10px 15px 0;
}

#checkout-container div #payment-cardinfo p {
  display: none;
}

#checkout-container div #payment-cardinfo fieldset {
  padding: 10px 10px 0;
}

#checkout-container input.checkout-text.checkout-payment-controlcode-text {
  width: 40px;
}

#checkout-container label.left-label {
  float: none;
}

div.payment-giftcertificateinfo {
  border: 0;
  padding: 0;
}

.payment-giftcertificateinfo > p {
  padding: 0 10px;
}

#checkout-container .payment-giftcertificateinfo > fieldset {
  padding: 0 10px;
}

#checkout-container label[for=checkout-giftcertificate-cardnumber] {
  display: none;
}

#checkout-container #checkout-giftcertificate-cardnumber {
  float: none;
  width: 100%;
}

#payment-giftcertificateinfo > p {
  display: none;
}

#payment-giftcertificateinfo input[type=button] {
  height: 25px;
  font-size: 12px;
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#checkout-container input#checkout-giftcertificate-cardnumber {
  margin: 10px 0 5px;
}

/* ---- SUMMARY */
div#order-summary {
  margin: 0;
  padding: 15px;
  border: solid 1px rgb(230, 230, 230);
  border-bottom: 0;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#checkout-container div#order-summary > table {
  border: 0;
  width: 94%;
  margin-left: 3%;
}

#checkout-container div#order-summary > table:nth-of-type(1) {
  margin-top: 10px;
}

#checkout-container div#order-summary > table:nth-of-type(-n+2) {
  border-bottom: solid 1px #DDD;
}

#checkout-container span.childproduct {
  padding-left: 0;
}

/* ---- CONFIRM */
div#order-confirm {
  margin: 0;
  padding: 15px;
  border: solid 1px rgb(230, 230, 230);
  border-top: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

div#confirm-termsandconditions-text {
  padding: 10px 10px 0;
}

div#confirm-termsandconditions-link-text {
  padding: 0 10px 10px;
}

div#confirm-accepterms,
div#confirm-accept-customerdata {
  float: none;
  margin: 5px 10px 10px 10px;
  border: solid 1px #E6E6E6;
  padding: 5px;
  border-radius: 4px;
}

div#confirm-checkout {
  clear: both;
  padding: 0 10px;
  text-align: right;
}

#checkout-container input#confirm-complete-button {
  margin: 0 0 5px;
  float: none;
  width: 100%;
  -webkit-appearance: none;
}

/* STEP 4 */
img.ProductImage_Order4 {
  margin: 0 10px 0 0;
}

i.btnMenu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 21px;
  display: none;
}

.right-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .right-nav {
    margin-right: 35px;
  }
}

i.btnSearch {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23878787' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z' /%3E%3C/svg%3E");
}

footer {
  border-top: solid 40px rgb(22, 31, 53);
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}

footer > section {
  display: flex;
  width: 1470px;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 300;
  line-height: 2em;
}

footer > section > * {
  flex: auto;
}

footer > section > *:last-child {
  text-align: right;
}

footer > section > * > strong {
  display: block;
  font-weight: normal;
  margin: 0 0 20px;
  font-size: 17px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
}

footer a {
  text-decoration: none;
}

footer > section .newsletter {
  max-width: 25%;
}

footer form {
  padding: 0 50px 0 0;
}

footer input[type=text], footer input[type=email] {
  margin: 0 0 8px;
}

footer input[name=FNAME], footer input[name=LNAME] {
  width: 100%;
}

footer input[type=submit], .resetcontainer input[type=submit] {
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 28px;
}

footer .logos {
  max-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .logos .some {
  display: flex;
}
footer .logos .some strong {
  width: 100%;
  display: block;
  font-weight: normal;
  margin: 0 0 20px;
  font-size: 17px;
  letter-spacing: 1px;
  color: #000;
}

footer .logos > div {
  display: flex;
  flex-wrap: wrap;
}

footer .logos > div > div {
  width: 16.66%;
  padding: 5px 10px;
  border-radius: 3px;
  flex: none;
  display: flex;
  align-items: center;
}

footer .logos img {
  display: block;
  width: 100%;
}

footer .logos img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footerMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footerMenu small {
  display: none;
}

.TopMenu_MenuItems {
  display: none;
}

.addToHomeScreen {
  position: fixed;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  border: solid 2px #161f35;
  font-size: 11px;
  text-align: center;
  padding: 15px;
  width: 400px;
  max-width: 80%;
  z-index: 9999;
  transition: bottom 0.5s ease;
}

.addToHomeScreen.active {
  bottom: 20px;
}

.addToHomeScreen strong {
  font-size: 12px;
  display: block;
  color: #161f35;
}

.addToHomeScreen:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #161f35;
}

.addToHomeScreen img {
  width: 16px;
}

.addToHomeScreenClose {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 20px;
  padding: 2px 0 0;
  text-align: center;
  line-height: 1;
  transform: translate(50%, -50%);
}

a.social {
  width: 65px;
  height: 65px;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  border: solid 1px rgb(233, 233, 233);
}

a.social i {
  font-size: 30px;
  line-height: 1;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

div.credits {
  padding: 15px 0;
  background-color: rgb(27, 27, 27);
  color: rgb(255, 255, 255);
}

div.credits > section {
  width: 1470px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 10px;
}

div.credits img {
  width: 100%;
  max-width: 300px;
  display: block;
}

div.credits > section > * {
  flex: auto;
}

div.credits > section > div {
  max-width: 60%;
}

div.credits > section > a {
  font-size: 9px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: right;
}

div.credits > section > div + a {
  text-align: right;
}

/* MOBILE MENU */
div.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

div.mobileMenu .mobileMenuContainer {
  position: absolute;
  top: 0;
  left: -300px;
  background-color: rgb(255, 255, 255);
  height: 100%;
  width: 270px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.mobileMenuInner {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobileMenuHeader, .mobileMainMenuHeader {
  padding: 15px 20px 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #161f35;
  color: rgb(255, 255, 255);
  position: relative;
}

.mobileMenuHeader .fa {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}

.mobileMenuUl {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
}

.mobileMenuUl .toggler {
  position: absolute;
  height: calc(100% + 1px);
  width: 40px;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: default;
  border-left: solid 1px rgba(0, 0, 0, 0.15);
}

.mobileMenuUl a, .mobileMenuUl > li > span {
  position: relative;
}

.mobileMenuUl .toggler:after {
  content: "+";
  font-size: 14px;
  line-height: 1;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Arial";
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mobileMenuUl li.open > a > .toggler:after {
  content: "-";
  color: #578e54;
}

.mobileMenuUl span.ProductMenu_MenuItemBold {
  font-weight: normal;
}

.mobileMenuUl ul {
  display: none;
}

.mobileMenuUl > li > a, .mobileMenuUl > li > span, .mobileMainMenuUl > li > a {
  display: block;
  text-decoration: none;
  padding: 9px 40px 9px 0;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.mobileMainMenuUl > li > a small {
  display: block;
}

.mobileMenuUl > li:last-child > *, .mobileMainMenuUl > li:last-child > a {
  border-bottom: 0;
}

/* LEVEL 2 */
.mobileMenuUl > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-left: solid 5px rgba(0, 0, 0, 0.15);
}

.mobileMenuUl > li > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 11px 10px 9px 10px;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

/* LEVEL 3 */
.mobileMenuUl > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-left: solid 5px rgba(0, 0, 0, 0.35);
}

.mobileMenuUl > li > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 12px 10px 10px 10px;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.mobileMenuUl a.Activ_ProductMenu {
  color: rgb(144, 144, 144);
}

.mobileMenuSearch {
  padding: 0 0 0 20px;
  border-bottom: solid 5px rgba(0, 0, 0, 0.15);
  position: relative;
}

.mobileMenuSearch:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 20;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mobileMenuSearch br, .mobileMenuSearch .SearchTitle_SearchPage, .mobileMenuSearch .nbsp {
  display: none;
}

.mobileMenuSearch input {
  height: 35px;
  float: left;
}

.mobileMenuSearch input[type=text] {
  width: calc(100% - 40px);
  padding: 0 10px 0 0;
  border: 0;
}

.mobileMenuSearch input[type=submit] {
  width: 40px;
  font-size: 12px;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-indent: -999px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background-color: rgb(22, 31, 53);
}

.mobileMenuSearch:after {
  clear: both;
  content: "";
  display: block;
}

.mobileMainMenuUl {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
}

.mobileMenuInfo {
  padding: 20px;
  border-top: solid 4px rgb(66, 136, 161);
}

.mobileMenuInfo > strong {
  display: block;
  color: rgb(66, 136, 161);
}

.mobileMenuInfo > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobileMenuInfo > ul i {
  color: rgb(66, 136, 161);
  margin: 0 5px 0 0;
}

.mobileMenuInfo .trustpilot {
  display: block;
  margin: 20px 0 0;
  width: 200px;
  max-width: 80%;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -html-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  max-width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

.webshop-productlist:not(.noProducts) article {
  display: flex;
}
.webshop-productlist:not(.noProducts) article #ProductFilter-Container {
  position: fixed;
  top: 55px;
  left: -700px;
  height: calc(100% - 55px);
  width: 600px;
  max-width: 100%;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  z-index: 400;
  transition: left 0.6s ease-in-out;
  display: flex;
  flex-direction: column;
}
.webshop-productlist:not(.noProducts) article #ProductFilter-Container:after {
  content: "";
  width: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
@media (min-width: 900px) {
	.webshop-productlist:not(.noProducts) article {
	  gap: 20px;
	}
  .webshop-productlist:not(.noProducts) article #ProductFilter-Container {
    position: sticky;
    top: 105px;
    left: 0;
    width: 25%;
    box-shadow: none;
    margin-top: 75px;
    height: calc(100vh - 105px);
  }
  .webshop-productlist:not(.noProducts) article #ProductFilter-Container .btnFilterProductsFound:before {
    content: none;
  }
}
@media (max-width: 1250px) {
  .webshop-productlist:not(.noProducts) article #ProductFilter-Container {
    width: 30%;
  }
}
@media (max-width: 900px) {
    .product .discontinued {
        font-size: 13px;
    }
	.animation {
		width: 98%;
	}
  .webshop-productlist:not(.noProducts) article #ProductFilter-Container {
    width: 50%;
  }
  .webshop-productlist:not(.noProducts) article #ProductFilter-Container:after {
    width: 0%;
  }
  .webshop-productlist:not(.noProducts) article #ProductFilter-Container.active:after {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: width 0.6s ease;
  }
}
@media (max-width: 500px) {
  .webshop-productlist:not(.noProducts) article #ProductFilter-Container {
    width: 80%;
  }
  .webshop-productlist:not(.noProducts) article #ProductFilter-Container.active:after {
    width: 20%;
  }
}
.webshop-productlist:not(.noProducts) article #Content_Productlist {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .webshop-productlist:not(.noProducts) article #Content_Productlist {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .webshop-productlist:not(.noProducts) article #Content_Productlist {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .webshop-productlist:not(.noProducts) article #Content_Productlist .btnFilter {
    display: none;
  }
}

.BreadCrumb_ProductList {
  margin: 0 0 20px;
}

#ProductFilter-Container {
  display: none;
}

.productFilter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#ProductFilter-Container.active {
  left: 0;
}

#ProductFilter-Container > * {
  flex: none;
}

.product-filter-headertext-container {
  display: none;
}

#ProductFilter-Container div[class*=product-filter-column-container] {
  display: flex;
  flex: auto;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}

#ProductFilter-Container div[class*=product-filter-column-container]::-webkit-scrollbar {
  width: 20px;
}

#ProductFilter-Container div[class*=product-filter-column-container]::-webkit-scrollbar-track {
  background-color: transparent;
}

#ProductFilter-Container div[class*=product-filter-column-container]::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

#ProductFilter-Container div[class*=product-filter-column-container]::-webkit-scrollbar-thumb:hover {
  background-color: #aeb9bf;
}

.product-filter-row {
  margin-bottom: 35px;
}

div.product-filter-container {
  border: none;
}

div.product-filter-header-container {
  background-color: transparent;
  padding: 0;
  border: none;
  float: none;
}

div.product-filter-body-container, div.product-filter-body-container-price {
  padding: 10px 0 0;
}

div.product-filter-body-container-price {
  padding-top: 15px;
}

div.product-filter-header-text {
  text-transform: uppercase;
}

div.product-filter-checkbox-container {
  display: flex;
  align-items: center;
  border: solid 1px #161f35;
  padding: 8px 8px;
  border-radius: 3px;
  position: relative;
  transition: background 0.3s ease;
}

div.product-filter-advanced-variant-checkboxes, div.product-filter-tag-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container, div.product-filter-tag-checkboxes div.product-filter-checkbox-container {
  margin: 0 10px 10px;
  width: calc(50% - 20px);
  font-size: 80%;
}

div.product-filter-checkbox-container.active {
  border-color: rgb(60, 156, 74);
  background-color: rgb(60, 156, 74);
}

div.product-filter-checkbox-container.active * {
  color: rgb(255, 255, 255);
}

div.product-filter-checkbox-container:not(.disabled):not(.active):hover {
  background-color: rgba(238, 238, 238, 0.6);
}

div.product-filter-checkbox-container.disabled {
  cursor: default;
  opacity: 0.3;
}

div.product-filter-checkbox-container.disabled:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

div.product-filter-checkbox-container > * {
  flex: none;
  float: none;
}

label.product-filter-checkbox-label {
  float: none;
  line-height: normal;
  flex: auto;
  cursor: pointer;
  color: #161f35;
}

div.product-filter-checkboxes, div.product-filter-manufactor-checkboxes {
  margin: 0 0 10px;
}

div.product-filter-clear {
  display: none;
}

.product-filter-row input[type=checkbox] {
  display: none;
}

.checkbox {
  float: left;
  width: 19px;
  height: 19px;
  background-color: rgb(214, 214, 214);
  cursor: pointer;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

input:checked + label .checkbox {
  background-color: rgb(249, 83, 134);
}

div.product-filter-clear-all {
  margin: 0 0 10px;
}

div.product-filter-clear-all a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  border: solid 1px rgb(238, 238, 238);
}

.btnFilterProductsFound {
  display: block;
  font-size: inherit;
  margin: 0 0 20px;
}

.btnFilterProductsFound:before {
  content: "×";
  font-family: "Arial";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 3px 0;
  line-height: 1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
}

/*
.btnFilter {
    outline: none;
	cursor: pointer;
	position: relative;
}
.btnFilter > * {
	display: inline-block;
	vertical-align: middle;
}
.btnFilter img {
	margin: 0 8px 0 0;
	width: 13px;
}
.btnFilter .count {
	position: absolute;
    left: -16px;
    top: -6px;
    width: 20px;
    height: 20px;
    background-color: rgba(249, 83, 134, 1);
    border-radius: 50%;
    text-align: center;
    padding: 4px 0 0;
    font-family: 'Arial';
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
}
*/
.priceRangeInfo {
  display: flex;
}

.priceRangeInfo > span {
  flex: auto;
  font-size: 70%;
}

.priceRangeInfo > span:last-child {
  text-align: right;
}

.value-slider-wrapper-input {
  display: none;
}

.stepsContainer {
  display: flex;
}

/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -17px;
  top: -11px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -24px;
  left: auto;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: -2px;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: rgba(178, 178, 178, 0.3);
  border-radius: 0px;
  margin: 20px 0 15px;
  /*border: 1px solid #D3D3D3;
  /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}

.noUi-connects {
  /*border-radius: 3px;*/
}

.noUi-connect {
  background: #161f35;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #E8E7E6;
  left: 10px;
  top: 6px;
}

.noUi-handle:after {
  left: 13px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #161f35;
  color: rgb(255, 255, 255);
  padding: 2px 4px;
  text-align: center;
  white-space: nowrap;
  font-size: 70%;
}

.noUi-tooltip:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #161f35;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.breadcrumbContainer {
  display: none;
  background-color: #161f35;
}

.breadcrumbContainer span.ProductMenu_MenuItemBold {
  font-weight: normal;
}

.breadcrumbContainer > * {
  flex: none;
  color: rgb(255, 255, 255);
  padding: 10px 5%;
  position: relative;
  text-decoration: none;
}

.breadcrumbContainer > a:not(:last-child) {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.breadcrumbContainer > a:nth-child(3) {
  display: none;
}

.breadcrumbContainer > a:not(:last-child):after {
  position: absolute;
  content: "";
  left: calc(100% + 1px);
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.breadcrumbContainer > span {
  padding-right: 0;
}

.dragdealer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 10;
  height: 30px;
}

.dragdealer:before {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background-color: rgba(136, 136, 136, 0.4);
  height: 4px;
  content: "";
  border-radius: 2px;
}

.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #161f35;
  width: 10%;
  height: 30px;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: ew-resize;
}

.dragdealer .handle:before, .dragdealer .handle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.dragdealer .handle:before {
  transform: translate(-200%, -50%);
}

.dragdealer .handle:after {
  transform: translate(200%, -50%);
}

.dragdealer .disabled {
  background: #898989;
}

.has360container {
  position: relative;
}

.productcard .has360container.hidden {
  display: none;
}

body.popup360 .has360container, .newsletterpopup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.has360containerInner {
  position: relative;
}

body.popup360 .has360containerInner, .popupcontent {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}

body.popup360 .has360container.fullscreen .has360containerInner {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.has360container img {
  display: none;
  max-width: 100%;
}

body.popup360 .has360container img {
  max-width: 90vw;
  max-height: 90vh;
}

body.popup360 .has360container.fullscreen img {
  width: 100vw;
  height: auto;
  max-width: 100vw;
  max-height: none;
}

body:not(.popup360) .has360container img {
  cursor: zoom-in;
}

.has360container img.active {
  display: block;
}

.has360container:not(.initialized):before {
  content: "Loading 360° ...";
  background-color: #161f35;
  color: rgb(255, 255, 255);
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  font-size: 12px;
  padding: 10px 15px;
  transform: translate(-50%, -50%);
  z-index: 30;
}

.productcard .has360container:not(.hidden) + div {
  display: none;
}

.imageselector > a[href*="360-"] {
  display: none;
}

.has360buttonclose, .popupclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  cursor: pointer;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Arial";
  font-size: 18px;
  line-height: 1;
  user-select: none;
  transform: translate(50%, -50%);
  border: solid 2px rgb(255, 255, 255);
  box-shadow: 0 0 5px rgb(0, 0, 0);
}

.has360container img.has360buttonfullscreen,
body.popup360 .has360container.fullscreen img.has360buttonfullscreen {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  cursor: pointer;
  display: block;
  width: 30px;
  height: auto;
}

body.popup360 .has360buttonclose, .popupclose {
  display: flex;
}

body.popup360 .has360container.fullscreen .has360buttonclose {
  display: none;
}

.popup360button {
  position: relative;
}

.popup360button:before {
  content: "360°";
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: #161f35;
  padding: 3px 4px;
  border-radius: 2px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.popup360button:not(.initialized) {
  opacity: 0.3;
}

.popupcontent {
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
  width: 600px;
  max-width: 90%;
}

.popupcontent > strong {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 15px;
  display: block;
}

.popupcontent p {
  margin: 0 0 20px;
  padding: 0;
}

.popupcontent .popupbuttons {
  display: flex;
  margin: 20px -1% 0;
}

.popupcontent .popupbuttons > * {
  margin: 0 1%;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  flex: auto;
  border-radius: 5px;
  padding: 15px 5px;
  text-align: center;
  font-weight: normal;
}

.popupcontent .popupbuttons > .popupno {
  background-color: #ffffff;
  border: solid 1px #161f35;
  color: #161f35;
}

.popupcontent input[type=text],
.popupcontent input[type=email] {
  margin-bottom: 10px;
  height: 40px;
}

div#CookiePolicy, div#CookiePolicy.fixed-bottom {
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  position: fixed;
  margin: 0;
  border-radius: 0;
  right: auto;
}

div#CookiePolicy div.CookiePolicyCenterText {
  background-color: rgb(255, 255, 255);
  flex: none;
  width: 700px;
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: rgb(0, 0, 0);
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}

div#CookiePolicy h1, div#CookiePolicy h2, div#CookiePolicy h3, div#CookiePolicy h4, div#CookiePolicy h5 {
  color: rgb(0, 0, 0);
}

div.CookiePolicyText {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  max-height: none;
  overflow: visible;
}

div.CookiePolicyText a {
  text-decoration: underline;
}

div.CookiePolicyText > h2, div.CookiePolicyText > p {
  background-color: #f6f6f6;
  font-weight: normal;
  color: rgb(84, 84, 84);
}

div.CookiePolicyText > img {
  width: 300px;
  max-width: 50%;
  margin: 20px 40px;
}

div.CookiePolicyText > h2 {
  padding: 30px 40px 15px;
  margin: 0;
  font-size: 25px;
  font-weight: normal;
}

div.CookiePolicyText > p {
  padding: 0 40px 30px;
  margin: 0;
  line-height: 1.4em;
}

div.CookiePolicyText > * {
  order: 1;
}

div.cookie-policy-accept-buttons-container {
  order: 2;
  margin: 0;
  padding: 30px 40px 25px;
  display: flex;
  justify-content: center;
}

div.cookie-policy-accept-buttons-container > input[type=button] {
  flex: auto;
  margin: 0;
  border-radius: 5px;
  padding: 20px 15px;
  font-weight: normal;
  box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
}

div.cookie-policy-accept-buttons-container > input[type=button].cookie-policy-accept {
  background-color: #ffffff !important;
  border: solid 1px #161f35 !important;
  color: #161f35 !important;
}

div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
  margin-right: 30px;
}

div.cookie-policy-details-link-container {
  order: 3;
  padding: 0 0 25px;
  display: flex;
  justify-content: center;
}

div.cookie-policy-details-link-container > a {
  flex: none;
  color: rgb(0, 0, 0);
}

div.cookie-policy-details-container {
  order: 4;
  display: none;
}

div.cookie-policy-details-container div.rtable-cell {
  font-size: 65%;
}

div.cookie-policy-consents-container {
  order: 5;
  display: flex;
  border-top: solid 1px #d4d4d4;
  background-color: #f6f6f6;
  margin: 0;
}

div.cookie-policy-consents-container > div {
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 20px;
}

div.cookie-policy-consents-container > div input {
  display: none;
}

div.cookie-policy-consents-container > div:not(:last-child) {
  border-right: solid 1px #d4d4d4;
}

div.cookie-policy-consents-container label {
  font-weight: normal;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.cookie-policy-consents-container label div {
  border-radius: 25px;
  width: 53px;
  margin: 7px 0 0;
  background-color: #ababab;
  padding: 4px;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}

div.cookie-policy-consents-container input:checked + label div {
  justify-content: flex-end;
  background-color: #161f35;
}

div.cookie-policy-consents-container input:checked:disabled + label div {
  opacity: 0.7;
  cursor: default;
}

div.cookie-policy-consents-container label div > span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}

.rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0;
}

.rtable--4cols > .rtable-cell {
  width: 25%;
}

.rtable-header-cell {
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
}

.rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #ececec;
  font-size: 0.85em;
}

.cookieSettingsButton {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 35px;
  height: 35px;
  background-color: #161f35;
  border-radius: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookieSettingsButton img {
  flex: none;
  width: 57% !important;
  height: auto !important;
}

.cookieSettingsButton:hover {
  opacity: 0.7;
}

.image-slider {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.image-slider .slick-list {
  max-height: 330px;
  overflow: hidden;
}

.extrachance {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.extrachance p {
  text-align: center;
}

.extrachance .checkTicketNumber {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.extrachance input {
  height: 40px;
}

.extrachance input.error {
  border-color: red;
}

.extrachance button {
  margin-left: 8px;
}

.extrachance h2 {
  font-size: 20px;
  color: green;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.extrachance h2.notFound {
  color: red;
  margin-top: 20px;
  display: none;
}

.extrachance button, .extrachance .requestFormButton {
  font-weight: 300;
  border: none;
  color: #fff;
  background-color: #161f35;
  -webkit-appearance: none;
  font-size: 17px;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.extrachance .winnerForm {
  display: none;
}

.extrachance .formContent {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.extrachance .formContent input {
  margin-bottom: 10px;
}

.newsletterpage {
  display: flex;
  align-items: center;
  padding: 5%;
  background-color: rgb(245, 245, 245);
  border-radius: 8px;
}

.newsletterpage > * {
  flex: auto;
}

.newsletterpage > div {
  flex: none;
  width: 45%;
  margin-left: 6%;
}

.newsletterpage > div img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.newsletterpage > div img:not(:last-of-type) {
  margin-bottom: 15px;
}

.newsletterpage form {
  margin: 40px 0;
}

.newsletterpage form input[type=text],
.newsletterpage form input[type=email] {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (min-width: 901px) {
  .newsletterpage form input[type=text],
.newsletterpage form input[type=email] {
    height: 45px;
  }

  .newsletterpage, .newsletterpage input {
    font-size: 110%;
    line-height: 1.9em;
  }

  li:hover .product .image {
    opacity: 0.8;
  }

  /*
  #ProductmenuContainer_DIV.stuck {
  	position:fixed;
  	top:0;
  }

  #ProductFilter-Container {
  	width: 17%;
  	float: left;
  	position: relative;
  }
  #ProductFilter-Container.loading {
  	opacity: .3;
  }
  #ProductFilter-Container.loading:after {
  	content: "";
  	z-index: 8000;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(255,255,255,1.00);
  	position: absolute;
  	top: 0;
  	left: 0;
  }
  #ProductFilter-Container.active + #Content_Productlist {
  	width: 80%;
  	margin-left: 3%;
  	display: inline-block;
  }

  #ProductFilter-Container > .count {
  	display: none;
  }
  .product-filter-headertext-container {
  	display: none;
  }

  .product-filter-row {
  	border-bottom: solid 1px rgba(230,230,230,1.00);
  	padding: 0 0 20px;
  	margin: 0 0 20px;
  }

  .product-filter-container {
  	border: none;
  }
  .product-filter-header-container {
  	float: none;
  	line-height: normal;
  	padding: 0;
  	margin: 0 0 10px;
  	background-color: transparent;
  	border: none;
  }
  .product-filter-header-container.product-filter-header-container-price {
  	margin-bottom: 35px;
  }
  .product-filter-header-text {
  	font-size: 16px;
  	font-weight: 300;
  	float: none;
  }
  .product-filter-body-container {
  	padding: 0;
  }

  .product-filter-checkbox-container {
  	display: flex;
  	align-items: center;
  }
  .product-filter-row input[type="checkbox"] {
  	margin: 0;
  	flex: none;
  }
  .product-filter-row .product-filter-checkbox-label {
  	flex: auto;
  	padding: 0 15px;
  }
  .product-filter-row .product-filter-count-container {
  	flex: none;
  	text-align: right;
  }
  .product-filter-row .product-filter-clear {
  	display: none;
  }

  #ProductFilter-Container .btnFilterClose {
  	display: none;
  }
  .product-filter-clear {
  	display: none;
  }

  .product-filter-clear-all-bottom-left {

  	display: flex;
  	align-items: center;
  }
  .product-filter-clear-all-bottom-left:before {
  	content: "\f2ed";
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	margin: 0 8px 0 0;
  	font-size: 10px;
  }
  .product-filter-clear-all-bottom-left a {
  	text-decoration: none;
  	color: rgba(114,114,114,1.00);
  	font-size: 11px;
  }
  */
}
@media (max-width: 900px) {
  .popupcontent {
    padding: 20px;
  }

  .popupcontent > strong {
    font-size: 21px;
  }

  .popupcontent .popupbuttons > * {
    padding: 12px 5px;
  }

  .newsletterpage {
    flex-direction: column;
  }

  .newsletterpage > div {
    width: 100%;
    margin: 30px 0 0;
  }

  .sticky-wrapper, .usp.slick-slider, #ProductmenuContainer_DIV, footer > section > .menu, #Search_Form {
    display: none;
  }

  header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  header > section {
    height: 65px;
    position: relative;
  }

  .shoplogo {
    width: 120px;
  }

  h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, .relatedHeader, .Text1_FrontPage + h2 {
    font-size: 17px;
    padding: 0 0 20px;
    margin: 0px 0px 20px;
  }

  input[type=submit], input[type=button], #checkout-container input#confirm-complete-button, a.button, .btnFilterProductsFound, .eanButton, .popupcontent button {
    font-size: 13px;
  }

  .breadcrumbContainer {
    display: flex;
    justify-content: center;
  }

  .termsWrapper h2 {
    font-size: 130%;
  }

  #Search_Form {
    transform: none;
    top: 65px;
    padding: 6%;
    background-color: rgb(255, 255, 255);
  }

  .eanButton {
    font-size: 90%;
  }

  .eanButton.active {
    display: block;
  }

  .retailersSearchContainer {
    margin: 0 0 10px;
  }

  .retailersContainer {
    margin: 0;
    display: block;
  }

  .retailersContainer > div {
    margin: 0 0 20px;
  }

  .retailersContainer > div.retailersLeft {
    display: block;
    width: 100%;
  }

  #Results > div {
    padding: 10px;
  }

  body.webshop-b2blogin form[action="/shop/b2blogin.html"] > div > table {
    width: 100% !important;
    padding: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  body.webshop-b2blogin form[action="/shop/b2blogin.html"] ~ div {
    text-align: left;
  }

  .productcard .warranty {
    width: 50px;
  }

  .miniBasket > i {
    color: #161f35;
    font-size: 26px;
  }

  .miniBasket > div {
    display: none;
  }

  article {
    padding: 5% 0;
  }

  .Text2_FrontPage h1 {
    font-size: 20px;
  }

  .flexrow {
    display: block;
    margin: 0;
  }

  .flexrow > * {
    margin: 0 0 20px;
  }

  .Text1_FrontPage p, .Text2_FrontPage p {
    width: 100%;
  }

  .ProductList_Custom_DIV div[data-type*=type] {
    flex-wrap: wrap;
  }

  .ProductList_Custom_DIV div[data-type*=type2] .text,
.ProductList_Custom_DIV div[data-type*=type2] .image,
.ProductList_Custom_DIV div[data-type*=type5] .text,
.ProductList_Custom_DIV div[data-type*=type1] .image,
.ProductList_Custom_DIV div[data-type*=type1] .text {
    width: 100%;
  }

  .ProductList_Custom_DIV div[data-type*=type] .image img {
    min-height: 10px;
    transform: none;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }

  .ProductList_Custom_DIV div[data-type*=type4] .imageTitle {
    width: 80%;
    text-align: center;
  }

  .ProductList_Custom_DIV div[data-type*=type6] {
    min-height: 250px;
  }

  .cardArticle .columns {
    column-count: 1;
  }

  .cardArticle .boxes > * {
    width: 96%;
  }

  .pageBanner > span strong {
    font-size: 25px;
  }

  .retailersContainer {
    margin: 0;
  }

  .retailersContainer > * {
    width: 100%;
    margin: 0;
  }

  .niceTable td, .niceTable th {
    font-size: 10px;
  }

  .niceTable th {
    font-size: 8px;
  }

  .niceTable img {
    height: 15px;
  }

  .references > * {
    width: 31.33%;
    height: 80px;
  }

  .contactLeft, .contactRight {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
  }

  .contactLeft {
    margin-bottom: 30px;
  }

  .contactDiv > * {
    width: 96%;
    padding: 15px;
  }

  .contactFlex > div {
    width: 96%;
  }

  .contactFlex > div:not(:last-child) {
    margin-bottom: 30px;
  }

  img.catalog {
    width: 40px;
    transform: translate(10px, -11%);
  }

  .Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
    width: 46%;
  }

  li .product .news {
    font-size: 10px;
    padding: 3px 7px;
  }

  li .product .image a img {
    padding: 10px;
  }

  li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProdList_SavingsContainer_DIV, li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV, li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV, .productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
    padding: 3px 7px;
  }

  li div.Element_Overlay_ProdList_SavingsText_DIV, li div.Element_Overlay_Frontpage_SavingsText_DIV, li div.Element_Overlay_ProductInfo-related-savingsText_DIV, li div.Element_Overlay_ShowBasket-related-savingsText_DIV, .productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
    font-size: 10px;
  }

  td.FavTB_ProdNameTD {
    font-size: 11px;
    padding-left: 10px;
  }

  td.FavTB_ActionButtonsTD > a > img {
    width: 20px;
  }

  td.FavTB_Buy {
    width: 33%;
  }

  /*
  .category-description {
  	display: none;
  }
  */
  .btnFilter {
    display: flex;
  }

  /*
  #ProductFilter-Container {
  	display: none;
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	padding: 40px 0;
  	background-color:rgba(255,255,255,1.00);
  	z-index: 500;
  }
  #ProductFilter-Container.visible {
  	display: flex;
  	flex-direction: column;
  }
  #ProductFilter-Container > div {
  	width: 1470px;
  	max-width: 90%;
  	margin: 0 auto;
  }
  #ProductFilter-Container > div.product-filter-headertext-container {
  	text-align: center;
  	font-size: 30px;
  	color:rgba(0,0,0,1.00);
  	font-weight: 300;
  	margin-bottom: 30px;
  	flex: none;
  }
  #ProductFilter-Container > div:last-child {
  	flex: auto;
  	-webkit-overflow-scrolling:touch;
  	overflow-y:auto;
  	overflow-x:hidden;
  	max-width: 91.5%;
  	width: calc(1470px + 1.5%);
  }
  .product-filter-row {
  	width: 48%;
  	margin: 0 1%;
  	display: inline-block;
  	vertical-align: top;
  }
  .product-filter-container {
  	border: none;
  }
  .product-filter-header-container {
  	float: none;
  	border: none;
  	background-color: transparent;
  	font-size: 20px;
  	margin: 0 0 10px;
  	color: rgba(0,0,0,1.00);
  }
  */
  .SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
    width: 48% !important;
  }

  .SubCats_Categories_UL > li .name a, .SubCats_Categories_DIV > div .catName a {
    text-transform: none;
  }

  .productcard {
    display: block;
    margin: 0;
  }

  .productcard > div {
    flex: none;
    width: 100%;
    margin: 0 0 30px;
    vertical-align: top;
  }
    /*
  .productcard > div:first-child {
    width: calc(100% - 60px);
    display: inline-block;
  }
    */
    .productcard > div:first-child {
    width: 100%;
  }
    .productcard .discontinued {
        font-size: 26px;
    }

  .productcard > div:last-child {
    width: 100%;
    padding: 0;
    border: none;
  }

  .productcard > div.energy {
    width: 60px;
    padding-left: 20px;
    display: inline-block;
    min-width: 1px;
  }

  .energy > div {
    font-size: 11px;
  }

  .energy > div:after {
    width: 16px;
    height: 16px;
  }

  /* FOOTER */
  footer {
    padding: 20px 0;
  }

  footer > section {
    display: block;
  }

  footer > section > :not(:last-child) {
    margin-bottom: 30px;
  }

  footer > section > * > strong {
    margin: 0 0 10px;
  }

  footer > section .newsletter, footer .logos {
    max-width: none;
  }

  footer > section > *:last-child {
    text-align: left;
  }

  i.btnMenu, i.btnSearch {
    display: block;
  }

  .pageBanner + article {
    padding: 10px;
  }

  .fpBoxes {
    display: block;
    margin: 0 0 50px;
  }

  .fpBoxes > div, .fpBoxes > div:first-child {
    margin: 0 0 15px;
    width: 100%;
  }

  .fpBoxes span {
    font-size: 15px;
  }

  .fpBoxes > div:first-child span {
    font-size: 28px;
  }

  /* SHOWBASKET */
  a.ShowBasket_SendBasketLink_Dialog_Link {
    padding: 6px 11px;
    font-size: 11px;
  }

  table.showbasket td, table.showbasket th {
    font-size: 11px;
    padding: 6px;
  }

  a.Order_back_basket {
    display: none;
  }

  .basket-checkout {
    width: 100%;
    float: none;
  }

  table.showbasket td.ShowBasket_GiftWrapUnChecked_TD, table.showbasket td.ShowBasket_GiftWrapChecked_TD {
    padding: 4px;
  }

  .wrapping:before {
    content: "";
    clear: both;
    display: block;
    margin: 0 0 6px;
  }

  .wrapping {
    position: static;
    padding: 6px 0 0;
  }

  table.showbasket .amount .amountContainer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }

  table.showbasket .amount .amountContainer > a {
    display: none;
  }

  table.showbasket .amount .amountContainer > div {
    border-right: 0;
    width: 100%;
    padding: 2px 0;
  }

  table.showbasket .amount > a > img {
    width: 60%;
    max-width: 25px;
    margin: 5px 0 0;
  }

  table.showbasket .description img.ProductImage_ShowBasket {
    width: 40px !important;
    margin: 0 10px 0 0;
  }

  table.showbasket .unitprice {
    width: 19%;
  }

  table.showbasket .unittotal {
    width: 19%;
  }

  /* OPC */
  #checkout-container #column-data h3, #checkout-container div h2 {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 15px;
  }

  #checkout-container div#column-data {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }

  #checkout-container div#column-shipping-payment {
    width: 100%;
    float: none;
    margin: 0;
  }

  #checkout-container div#column-order-summary {
    width: 100%;
    padding: 15px 0 0;
    float: none;
  }

  #checkout-container div#column-data, #checkout-container div#column-shipping-payment, div#order-summary, div#order-confirm, #order-creditcard, #order-giftcertificate {
    padding: 0;
    border: 0;
  }

  div.CookiePolicyText > img {
    margin: 20px 25px;
  }

  div.CookiePolicyText > h2 {
    padding: 25px 25px 15px;
    font-size: 21px;
  }

  div.CookiePolicyText > p {
    padding: 0 25px 25px;
    font-size: 95%;
    max-height: 26vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }

  div.cookie-policy-accept-buttons-container {
    padding: 20px 25px 15px;
    flex-direction: column-reverse;
  }

  div.cookie-policy-accept-buttons-container > input[type=button] {
    font-size: 90%;
    padding: 15px 10px;
  }

  div.cookie-policy-details-link-container {
    padding: 0 0 20px;
  }

  div.cookie-policy-consents-container {
    flex-wrap: wrap;
  }

  div.cookie-policy-consents-container > div {
    flex: none;
    width: 50%;
  }

  div.cookie-policy-consents-container > div:nth-child(-n+2) {
    border-bottom: solid 1px #d4d4d4;
  }

  div.cookie-policy-accept-buttons-container > input {
    padding: 10px 15px;
  }

  div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
    margin-right: 0;
    margin-top: 10px;
  }

  div.cookie-policy-consents-container label {
    font-size: 80%;
  }

  div.cookie-policy-consents-container label div > span {
    width: 20px;
    height: 20px;
  }

  .cookieSettingsButton {
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 700px) {
  .image-slider .slick-list {
    max-height: 300px;
  }
}
@media (max-width: 500px) {
  .image-slider .slick-list {
    max-height: 225px;
  }

  .bewise_search_inner > div > ul > li > a > div.image > img {
    max-width: 18px;
    max-height: 18px;
  }
}


