
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('css/fonts/open-sans-v18-latin-regular.eot');
  src: local(''),
  url('css/fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
  url('css/fonts/open-sans-v18-latin-regular.woff2') format('woff2'),
  url('css/fonts/open-sans-v18-latin-regular.woff') format('woff'),
  url('css/fonts/open-sans-v18-latin-regular.ttf') format('truetype'),
  url('css/fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('css/fonts/open-sans-v18-latin-italic.eot');
  src: local(''),
  url('css/fonts/open-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'),
  url('css/fonts/open-sans-v18-latin-italic.woff2') format('woff2'),
  url('css/fonts/open-sans-v18-latin-italic.woff') format('woff'),
  url('css/fonts/open-sans-v18-latin-italic.ttf') format('truetype'),
  url('css/fonts/open-sans-v18-latin-italic.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('css/fonts/open-sans-v18-latin-700.eot');
  src: local(''),
  url('css/fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'),
  url('css/fonts/open-sans-v18-latin-700.woff2') format('woff2'),
  url('css/fonts/open-sans-v18-latin-700.woff') format('woff'),
  url('css/fonts/open-sans-v18-latin-700.ttf') format('truetype'),
  url('css/fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('css/fonts/open-sans-v18-latin-700italic.eot');
  src: local(''),
  url('css/fonts/open-sans-v18-latin-700italic.eot?#iefix') format('embedded-opentype'),
  url('css/fonts/open-sans-v18-latin-700italic.woff2') format('woff2'),
  url('css/fonts/open-sans-v18-latin-700italic.woff') format('woff'),
  url('css/fonts/open-sans-v18-latin-700italic.ttf') format('truetype'),
  url('css/fonts/open-sans-v18-latin-700italic.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('css/fonts/blinker-v4-latin-regular.eot');
  src: local(''),
  url('css/fonts/blinker-v4-latin-regular.eot?#iefix') format('embedded-opentype'),
  url('css/fonts/blinker-v4-latin-regular.woff2') format('woff2'),
  url('css/fonts/blinker-v4-latin-regular.woff') format('woff'),
  url('css/fonts/blinker-v4-latin-regular.ttf') format('truetype'),
  url('css/fonts/blinker-v4-latin-regular.svg#Blinker') format('svg');
}

@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('css/fonts/blinker-v4-latin-700.eot');
  src: local(''),
  url('css/fonts/blinker-v4-latin-700.eot?#iefix') format('embedded-opentype'),
  url('css/fonts/blinker-v4-latin-700.woff2') format('woff2'),
  url('css/fonts/blinker-v4-latin-700.woff') format('woff'),
  url('css/fonts/blinker-v4-latin-700.ttf') format('truetype'),
  url('css/fonts/blinker-v4-latin-700.svg#Blinker') format('svg');
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Disable font boosting on mobile browsers */
body * {
  -moz-text-size-adjust: none;    /* Firefox Mobile */
  -webkit-text-size-adjust: 100%; /* Safari */
  -ms-text-size-adjust:     100%; /* Windows Mobile */
  max-height:          1000000px; /* Chrome for Android */
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size:.875rem;
  color:#111;
  line-height:21px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
}
body.popupcontent,
body.popupprint {
  background: #fff;
}
#layout-offline {
  max-width: 80%;
  margin: 0 auto;
}
.white-bg {
  background: #fff;
}
strong, b {
  font-weight: 700;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
.page-body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.page-body.box-mode {
  background: #464449;
}
@media only screen and (min-width: 980px) {
  .page-body.box-mode {
    background: #464449 url('img/background.jpg') center no-repeat fixed;
    background-image: image-set(
          url('img/background.webp') type('image/webp'),
          url('img/background.jpg') type('image/jpeg')
    );
    background-size: cover;
  }
}
.page-wrap-full {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.page-wrap {
  margin: 0 auto;
  max-width: 1260px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 2px #000;
  -moz-box-shadow: 0 0 10px 2px #000;
  box-shadow: 0 0 10px 2px #000;
}
div.header-inner,
div.footer-inner,
div.main-container-outer,
div.main-container-outer-home {
  max-width: 1260px;
  margin: 0 auto;
}
.clearfix, .clear, .clearer {
  line-height: 0px;
  height: 0px;
  clear: both;
}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin:0 -6px;
}
.flex-box-50 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 400px;
  border: 0 solid #666;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  margin: 8px;
}
.flex-box-50:hover {
  -webkit-box-shadow: 0 0 5px 0 #222;
  box-shadow: 0 0 5px 0 #222;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin:0 -6px;
}
.borderboxouter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 400px;
  padding: 6px;
  border: 0 solid #666;
}

a, a:link, a:visited, a:active, a:hover {
  background:transparent;
  text-decoration:none;
  outline:none;
  cursor:pointer;
  transition: all .35s ease;
}
a:link {
  color:#333;
  outline:none;
}
a:visited {
  color:#333;
  outline:none;
}
a:active {
  color:#555;
  outline:none;
}
a:hover {
  color:#555;
  text-decoration:underline;
  outline:none;
}
a img {
  border:none;
  outline:none;
}
img {
  max-width: 100%;
  height: auto;
  spect-ratio: attr(width) / attr(height);
}
picture {
  margin: 0;
  padding: 0;
  border: 0;
}
.centered-image {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
}
.centered-image img {
  max-width: 100%;
  max-height: 100%;
}
.image-center img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
header a:hover, footer a:hover{
  text-decoration: none;
}
.hide-on-mobile {
  display:none !important;
  width:0;
  height:0;
}
.onlymobile{
  display:block;
}

h1, .h1-heading {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
h1:first-child, .h1-heading:first-child {
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
}
h2, .h2-heading {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
h3, .h3-heading {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
}
h4, .h4-heading {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: bold;
}
h5, .h5-heading {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: bold;
}
h6, .h6-heading {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  font-weight: bold;
}
.headline-right {
  float: right;
  display: inline-block;
  text-align: right;
  font-size: smaller;
  font-weight: normal;
}
.normal {
  font-weight: normal;
}
.strong {
  font-weight: bold;
}
.grey {
  color: #666;
}
.cycle-background-1 {
  background: #fafafa;
}
.cycle-background-2 {
  background: #fff;
}
.hr {
  margin: 10px auto;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
.horizontal-rule-10 {
  border: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 10px auto;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
.gradient {
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #a2a2a2 100%);
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #a2a2a2 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #a2a2a2 100%);
}
.oneline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twolines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.threelines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
a.button:link, a.button:visited, a.button:focus {
  box-shadow: 0 0 0.2em #ccc;
  display: block;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
  border: 0;
  color: #fff;
  padding: 0.32em 0.5em;
  background: #222 linear-gradient(#666,#222);
  font-size: 1.05em;
  font-family: Arial, Sans-serif;
}
a.button:hover, a.button:active {
  box-shadow: 0 0 0.2em #111;
  color: #fff;
  background: #111 linear-gradient(#555,#111);
}

/* Reset input, select, textarea */
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}

/* Input & Textarea */
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
textarea {
  background-color:#fafafa;
  border: 1px solid #ddd;
  padding:.65em .5em .5em .5em;
  box-shadow:inset 0 2px 1px 0 rgba(0,0,0,0.2);
}
textarea {
  resize:vertical;
}
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'] {
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
input[type='text']:hover,
input[type='password']:hover,
input[type='tel']:hover,
input[type='email']:hover

textarea:hover,
textarea:active {
  border:1px solid #666;
}
/* Select */
select {
  width:100%;
  border: 1px solid #ddd;
  padding:.65em 2.85em .5em 0.5em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:#fafafa;
  background-image:url(img/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
}
select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
/* Hide browser-styling in IE10 */
select::-ms-expand {
  display:none;
}
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select {
  background-image: none;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus,
select:focus,
textarea:focus {
  outline: 0 none;
  background: #fff;
}
/* nicht oder falsch ausgefuellte Felder rot markieren */
input:focus:invalid {
  border-color:#f00;
}
/* richtig ausgefuellte Felder gruen markieren */
input:required:focus:valid {
  border-color:#0c0;
}
::-webkit-input-placeholder {
  color: grey;
}
::-moz-placeholder {
  color: grey;
}
:-ms-input-placeholder {
  color: grey;
}
::placeholder {
  color: grey;
}
.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input input[type="number"],
.form-input input[type="password"],
.form-input textarea,
.form-input select {
  width: 96%;
}
input[type=radio], input[type=checkbox] {
  margin: 0 3px;
}
.form legend {
  display: block;
  width: 100%;
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
}
.form label {
  display: block;
}
.form-input {
  margin-bottom: 0.8em;
}
.form-row .mini {
  display: inline-block;
  padding: 4px 0;
}
.form-row .cus_check.padding {
  padding: 8px 0;
}
span.inputRequirement {
  font-size: 11px;
  color: #d90d0d;
}
span.must {
  float: right;
  text-align: right;
  font-size: smaller;
  color: #d90d0d;
  font-weight: normal;
}
.inputfield-button-combi {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.inputfield-button-combi-field {
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: auto;
}
.inputfield-button-combi-button {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.borderbox {

}
.borderbox-highlight {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  padding: 0 8px 8px 8px;
}

ul.accountlist, ul.accountlist li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-row-shipping, .account-row-payment {
  margin: 10px auto;
}
.agbframe {
  width: auto;
  height: 15em;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 0em solid #666;
  box-shadow: 0 0 0.4em #666 inset;
  padding: 0.4em;
  background: #fff;
}
.checkbox {
  margin: 16px auto 24px auto;
}
.successmessage,
.infomessage,
.errormessage {
  position: relative;
  padding: 10px 10px 10px 60px;
  margin-bottom: 8px;
}
.successmessage p,
.infomessage p,
.errormessage p {
  margin: 0;
  padding: 0px 10px 6px 0px;
  font-size: 16px;
}
.successmessage:before,
.infomessage:before,
.errormessage:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 28px;
  padding: 10px 8px;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width:48px;
  text-align: center;
  vertical-align: middle;
}
.successmessage {
  border: 1px solid #228b22;
  background: rgba(0,255,0,0.2);
  color: #228b22;
}
.successmessage:before {
  color: #fff;
  background: #228b22;
  content: "\f00c";
}
.infomessage {
  border: 1px solid #228b22;
  background: rgba(0,255,0,0.2);
  color: #228b22;
}
.infomessage:before {
  color: #fff;
  background: #228b22;
  content: "\f129";
}
.errormessage {
  border: 1px solid #d90d0d;
  background: rgba(255,0,0,0.2);
  color: #d90d0d;
}
.errormessage:before {
  color: #fff;
  background: #d90d0d;
  content: "\f00d";
}

.header-usp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: #383838;
  color: #fff;
  height: 38px;
}
.header-usp-item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  font-size: 13px;
  line-height: 38px;
  height: 38px;
}
.header-usp-item.usp-item2,
.header-usp-item.usp-item3,
.header-usp-item.usp-item4 {
  display: none;
}
.header-box-wishlist,
.header-box-information {
  display: none;
}
.header-topbar {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  height: 42px;
}
.header-topbar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  color:#383838;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}
.header-topbar-inner:after {
  clear: both;
}
.header-topbar-inner span.header-title {
  display:none;
  font-weight: bold;
}
@media only screen and (min-width: 601px) {
  .header-topbar-inner span.header-title {
    display: unset;
  }
  .product-info-imagebox,
  .product-info-databox {
    width: 100%;
    padding: 0;
    float: none;
  }
}
.header-topbar span.header-account-display,
.header-topbar span.header-content-display,
.header-topbar span.header-information-display,
.header-topbar span.header-search-display,
.header-topbar span.header-wishlist-display,
.header-topbar span.header-cart-display {
  display: inline-block;
  padding: 8px;
  border-right:1px solid #ddd;
  height: 100%;
}
.header-topbar span.header-content-display {
  border-left:1px solid #ddd;
}
.header-box-content,
.header-box-information,
.header-box-search,
.header-box-info,
.header-box-languages,
.header-box-account,
.header-box-cart,
.header-box-wishlist {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  min-height:42px;
  min-width: 34px;
}
.header-login-box {
  padding: 8px;
}
.header-login-box-title {
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom:1px solid #ddd;
}
.header-login-box label {
  font-size: 12px;
}
.header-login-box a.password-forgotten {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  text-align: right;
}
.header-box-account .cssButtonPos3,
.header-login-box .cssButtonPos3 {
  margin: 4px auto;
  float: none !important;
  width: auto !important;
}
.header-box-cart, .header-box-wishlist {
  background: #f1f1f1;
  border-left:1px solid #ddd;
}
.header-box-spacer {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.header-box-search {
  cursor: pointer;
}
.header-logo-search {
  width: 100%;
  margin: 0 auto;
  min-height: 100px
}
.header-logo-search-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1260px;
  margin: 0 auto;
}
.logo-link {
  padding: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  position: relative;
  text-align: center;
}
.search-box {
  float:right;
  position:relative;
  display: none;
  width: 100%;
  margin: 4px auto;
  border: 0 solid transparent;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 360px;
}
.search-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.search-inner .search-cat {
  position:relative;
  z-index: 120;
  width:80px;
}
.search_cat {
  display: none;
}
.search-cat select {
  width:80px;
  padding: .65em .5em .5em .5em;
  box-shadow: 0 0 0;
  background: #eee url('img/select-arrow.png') right no-repeat;
  color: #444;
}
.search-inner .search-input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-inner.search-cat-mode .search-input input {
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.search-box .search-inner input[type='text'] {
  padding-right:10px;
  padding-left:10px;
}
.search-box .search-inner input[type='image'] {
  position:absolute;
  right:0px;
  top:0px;
  width:76px;
  height:32px;
}
.mobile-search-box {
  display: none;
  padding: 8px;
}
#header-image {
  float: right;
  display: none;
  /*background: url('img/header-image.jpg') no-repeat;*/
  height: 95px;
  width: 120px;
  margin: 10px 0 10px auto;
}
.header-content-display,
.header-information-display,
.header-account-display {
  cursor: pointer;
}
.header-box-content,
.header-box-information,
.header-box-account {
  position: relative;
}
.header-content,
.header-information,
.header-account {
  display: none;
  position: absolute;
  width: 280px;
  height: auto;
  background: #fff;
  z-index: 666;
  border:1px solid #eee;
  box-shadow:0 0 0.4em #666;
}
.header-content-menu,
.header-information-menu,
.header-toggle-menu {
  margin:0;
  padding:0;
  list-style: none;
}
.header-content-menu li,
.header-information-menu li,
.header-toggle-menu li {
  margin:0;
  padding:0;
  list-style: none;
  font-size: 13px;
  font-weight: bold;
}
.header-toggle-menu li {
  font-size: 14px;
}
.header-content-menu li a,
.header-information-menu li a{
  display: block;
  padding:6px;
  border-bottom: 1px solid #eee;
}
.header-content-menu li a:before,
.header-information-menu li a:before,
.header-toggle-menu li a:before {
  /*font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  padding-right:4px;*/
}
.header-content-menu li,
.header-information-menu li {
  margin:0;
  padding:0;
  list-style: none;
  font-size: 13px;
  font-weight: bold;
}
.header-toggle-menu li a {
  display: block;
  padding:8px;
  border-bottom: 1px solid #eee;
}
.header-box-languages {
  padding: 0 10px;
}
.header-infobox {
  padding: 8px;
}
.header-box-languages a {
  display: inline-block;
  padding: 10px;
}

.logo-desktop {
  display: none;
}
.logo-link picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}
@media only screen and (min-width: 980px) {
  .logo-desktop,
  #header-image {
    display: block;
  }
  .logo-link {
    text-align: unset;
  }
  .search-box{
    display: block;
    width: 360px;
    margin:22px 0 10px 0;
  }
}

nav ul::after{
  clear:both;
  float:none;
}

nav.header-megadropdown {
  float:left;
  width:100%;
  font-size:.95em;
  display: none;
}

@media only screen and (min-width: 768px) {
  nav.header-megadropdown,
  nav.header-megadropdown ul {
    display:block;
  }
  nav.header-megadropdown a {
    display: block;
    color: #444;
    text-decoration: none;
  }
  nav.header-megadropdown a:hover {
    color: #fff;
  }
  nav.header-megadropdown ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1260px;
	  display: none;
  }
  nav.header-megadropdown ul li {
    position: relative;
    float: left;
    list-style: none;
    color: #222;
    transition: 0.5s;
    border-right: 0.06em solid #ccc;
  }
  nav.header-megadropdown ul li:first-child {
    border-left: 0.06em solid #ccc;
  }
  nav.header-megadropdown ul li a.cat-level1 {
    padding: 0.65em 0.64em;
    font-weight: bold;
  }
  nav.header-megadropdown ul li a.cat-level1:hover {
    background: #999;
    color: #222;
  }
  nav.header-megadropdown ul li:last-child a {
    border-right: 0;
  }
  nav.header-megadropdown ul ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: #eee;
    z-index: 666;
    box-shadow: 0 0 0.4em #666;
  }
  nav.header-megadropdown ul ul ul {
    /*box-shadow:none;*/
  }
  nav.header-megadropdown ul ul li {
    float: none;
    width: 22em;
    font-size: 0.9em;
  }
  nav.header-megadropdown ul ul li a {
    border-bottom: 0.06em solid #ccc;
    padding: 0.2em 0.35em;
  }
  nav.header-megadropdown ul ul li:last-child {
    border-bottom: none;
  }
  nav.header-megadropdown ul li:hover > ul {
    top: 100%;
    left: 0;
  }
  nav.header-megadropdown ul ul li:hover > ul {
    top: 0;
    left: 22em;
  }

  /* Level 1 */
  nav.header-megadropdown ul ul ul li.level1 {
    border-bottom: 0.06em solid #ccc;
  }
  nav.header-megadropdown ul ul li.level1.cat-active-list ul.sub-menu li.level2 {
    border-top: 0.06em solid #ccc;
  }
  nav.header-megadropdown ul ul a.cat-level1 {
    display: block;
    padding: 8px;
    background: #fff;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  nav.header-megadropdown ul ul a.cat-level1:hover {
    background: #fff;
    color: #222;
  }
  nav.header-megadropdown ul ul ul li a.cat-level1.catlink-with-subcat:after {
    right: 10px;
    top: 8px;
  }

  /* Level 2 */
  nav.header-megadropdown ul ul li.level2.cat-active-list ul.sub-menu li.level3 {
    border-top: 0.06em solid #ccc;
  }
  nav.header-megadropdown ul ul a.cat-level2 {
    display: block;
    padding: 8px 8px 8px 12px;
    background: #eee;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
  }
  nav.header-megadropdown ul ul li a.cat-level2.catlink-with-subcat:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f0da";
    padding-right: 4px;
    position: absolute;
    right: 14px;
    top: 8px;
  }
  nav.header-megadropdown ul ul a.cat-level2:hover {
    background: #ccc;
    color: #222;
  }

  nav.header-megadropdown ul ul ul li a.cat-level2.catlink-with-subcat:after {
    right: 10px;
    top: 8px;
  }

  /* Level 3 */
  nav.header-megadropdown ul ul li.level3.cat-active-list ul.sub-menu li.level4 {
    border-top: 0.06em solid #ccc;
  }
  nav.header-megadropdown ul ul a.cat-level3 {
    display: block;
    padding: 8px 8px 8px 8px;
    background: #f1f1f1;
    color: #333;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
  }
  nav.header-megadropdown ul ul a.cat-level3:hover {
    background: #eee;
    color: #222;
  }
  nav.header-megadropdown ul ul ul li a.cat-level3.catlink-with-subcat:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f0da";
    padding-right: 4px;
    position: absolute;
    right: 14px;
    top: 8px;
  }
  nav.header-megadropdown ul ul ul li a.cat-level3.catlink-with-subcat:after {
    right: 10px;
    top: 8px;
  }

  /* Level 4 */
  nav.header-megadropdown ul ul li.level4.cat-active-list ul.sub-menu li.level5 {
    border-top: 0.06em solid #ccc;
    background: #aaa;
  }
  nav.header-megadropdown ul ul a.cat-level4 {
    display: block;
    padding: 0.65em 0.64em;
    background: #ccc;
    color: #555;
    text-decoration: none;
    font-weight: bold;
  }
  nav.header-megadropdown ul ul a.cat-level4:hover {
    background: #ccc;
    color: #333;
  }
  nav.header-megadropdown ul ul ul li a.cat-level4.catlink-with-subcat:after {
    right: 10px;
    top: 8px;
  }

  /* Level 5 */
  nav.header-megadropdown ul ul li.level5.cat-active-list ul.sub-menu li {
    border-top: 0.06em solid #ccc;
    background: #fac500;
  }
  nav.header-megadropdown ul ul a.cat-level5 {
    display: block;
    padding: 0.65em 0.64em;
    background: #fac500;
    color: #71321c;
    text-decoration: none;
    font-weight: bold;
  }
  nav.header-megadropdown ul ul a.cat-level5:hover {
    background: #71321c;
    color: #fff;
  }
  nav.header-megadropdown ul ul ul li a.cat-level5.catlink-with-subcat:after {
    right: 10px;
    top: 8px;
  }
  nav.header-megadropdown ul ul ul li a.catlink-with-subcat {
    padding-right: 26px;
  }
  nav.header-megadropdown ul ul li.level1:last-child {
    border-bottom: none;
  }
}
/*
nav.header-megadropdown{float:left;width:100%;font-size:.95em;}
nav ul::after{clear:both;float:none;}
nav.header-megadropdown a{display:block;color:#383838;text-decoration:none}
nav.header-megadropdown a:hover{color:#fff;}
nav.header-megadropdown ul{margin:0 auto;padding:0;list-style:none;max-width:1260px;}
nav.header-megadropdown ul li{position:relative;float:left;list-style:none;color:#fff;transition:0.5s;border-right:0.06em solid #ccc}
nav.header-megadropdown ul li:first-child{border-left:0.06em solid #ccc}
nav.header-megadropdown ul li a{padding:0.65em 0.64em;font-weight:bold;}
nav.header-megadropdown ul li:hover{background:#383838;color:#fff;}
nav.header-megadropdown ul li:hover a.catlink-with-subcat{color:#fff;}
nav.header-megadropdown ul li:last-child a{border-right:0}
nav.header-megadropdown ul ul{position:absolute;top:-9999px;left:-9999px;background:#fac500;z-index:666}
nav.header-megadropdown ul ul li{float:none;width:18em;font-size:0.9em}
nav.header-megadropdown ul ul li a{border-bottom:0.06em solid #ccc;padding:0.2em 0.35em}
nav.header-megadropdown ul ul li:last-child{border-bottom:none}
nav.header-megadropdown ul li:hover > ul{top:100%;left:0}
nav.header-megadropdown ul ul li:hover > ul{top:0;left:13em}
 */

.mobile-navigation-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  /*margin-top:10px;*/
  overflow-x: scroll;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: auto;
  z-index: 101;
  transition: transform .25s .1s ease-in-out;
}
.down .mobile-navigation-bar {
  transform: translate3d(0, -100px, 0);
}
.mobile-navigation-bar i {
  font-size: 22px;
}
.mobile-navigation-bar a,
.mobile-navigation-bar span {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
  font-size: 10px;
  display: block;
  padding: 20px 0 10px 0;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #333;
}
.mobile-navigation-bar a:hover,
.mobile-navigation-bar span:hover {
  color: #555;
}
.mobile-navigation-bar span.spacer {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
  height:50px;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .mobile-navigation-bar {
    display: none;
  }
}

.breadcrumb {
  margin: 0 auto;
  max-width: 1260px;
  padding:10px 0;
  font-size: 12px;
}
.breadcrumb span {
  padding-right: 4px;
  padding-left: 4px;
}
.breadcrumb span:first-child {
  padding-right: 4px;
  padding-left: 0px;
}
.breadcrumb span.current {
  font-weight:600;
}
.main-container-outer-home {
  display: block;
  max-width: 100%;
  overflow: auto; /* flex-box problem with slick slider an position sticky */
  padding: 10px;
}
.main-container-outer {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
}
.main-container-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
  order: 1;
  max-width: 100%;
  overflow: auto; /* flex-box problem with slick slider an position sticky */
  padding: 10px;
  min-height:600px;
}
main > h1:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.mits_slickslider,
.slick-slider {
  display: none;
}
.categories-list {
  margin-bottom: 20px;
}
.homesite {
  margin-right: 4px;
  margin-left: 4px;
}
.home-image-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin: 16px auto 36px auto;
}
.home-image-item-big {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 410px;
  margin: 4px;
}
.home-image-item-big img{
  display: block;
  border: 0px solid #666;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  width: 100%;
  height: 100%;
}
.home-image-item-small {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 400px;
  margin: 4px;
}
.home-image-item-small img{
  display: block;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  border: 0px solid #666;
  width: 100%;
  height: 100%;
}

.home-imagetext-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  border: 0px solid #666;
  margin: 16px 2px 36px 2px;
}
.home-imagetext-image {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 480px;
  text-align: center;
}
.home-imagetext-text {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  position: relative;
}
.home-imagetext-text-inner {
  padding: 4px 8px 32px 8px;
}
.home-imagetext-text-inner .h3-heading {
  text-align: center;
}
.home-imagetext-text a {
  display: block;
  padding: 4px 8px;
  text-align: right;
  font-weight: bold;
  background: #eee;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.home-text-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 16px auto 36px auto;
}
.home-text-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 405px;
  margin: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  border: 0px solid #666;
  position: relative;
}
.home-text-item-inner {
  width: 100%;
  padding: 4px 4px 30px 4px;
}
.home-text-item a {
  display: block;
  padding: 4px 8px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  background: #eee;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

aside.main-side {
  display: none;
}
/* categories box on left side */
.aside-categories-box,
.aside-box {
  border: 1px solid #ccc;
  padding: 8px;
  max-width: 260px;
}
.aside-box {
  margin-top:16px;
}
.aside-box.html1 {
  margin-top: 0;
  margin-bottom: 16px;
}
.aside-box.product-box {
  padding: 8px 0 0 0;
}
.aside-categories-box-title,
.aside-box-title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding:0 8px 8px 8px;
}
.aside-box.product-box .aside-box-title {
  margin: 0 8px 8px 8px;
}
.add-a-quickie-form {
  position: relative;
}
.aside-box-content.box-login {
  padding: 8px;
}
.aside-box-content-title {
  font-size: 14px;
  font-weight: bold;
  padding:0 0 12px 0;
}
.aside-box-content-inner {
  padding: 8px;
}
.aside-box-content.box-login label {
  font-size: 12px;
}
.aside-box-content.box-login a {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  text-align: right;
}

.aside-list-menu {
  margin:0;
  padding:0;
  list-style: none;
}
.aside-list-menu li {
  margin:0;
  padding:0;
  list-style: none;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid rgba(169, 169, 169, .5);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.aside-list-menu li:last-child{
  border-bottom:none;
}
.aside-list-menu a {
  display:block;
  padding:8px;
  background:#fff;
  color:#383838;
  text-decoration:none;
  font-size: 14px;
  font-weight:bold;
}
.aside-list-menu a:hover{
  background:#383838;
  color:#fff;
}

.aside-box-content .write-first-review {
  padding: 0 8px 0 40px;
  font-size: 13px;
  position: relative;
}
.aside-box-content .write-first-review:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 28px;
  content: "\f304";
  padding: 10px 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.orderhistory-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orderhistory-list li {
  margin: 0;
  padding: 4px 0 4px 8px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
}
.orderhistory-list li a{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 82%;
  padding: 8px 0;
}
.orderhistory-cart-icon {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 18%;
}

div.aside-categories-box nav#canvas-menu{
  float: none;
  width: 100%;
}
div.aside-categories-box nav ul::after{
  clear:both;
  float:none;
}
div.aside-categories-box nav#canvas-menu ul{
  margin:0 auto;
  padding:0;
  list-style:none;
}
div.aside-categories-box nav#canvas-menu ul li{
  list-style:none;
  transition:0.5s;
}
div.aside-categories-box nav#canvas-menu ul li a {
  position: relative;
  transition:0.5s;
}
div.aside-categories-box nav#canvas-menu ul li a.current {
  font-style: italic;
  text-decoration: #d90d0d underline;
}
div.aside-categories-box nav#canvas-menu ul li a.catlink-with-subcat:after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal !important;
  content: "\f107";
  padding-right:4px;
  position: absolute;
}

/* Level 1 */
div.aside-categories-box nav#canvas-menu ul li.level1{
  border-bottom:0.06em solid #ccc;
}
div.aside-categories-box nav#canvas-menu li.level1.not-active-list ul.sub-menu {
  display:none;
}
div.aside-categories-box nav#canvas-menu li.level1.cat-active-list ul.sub-menu {
  display: block;
}
div.aside-categories-box nav#canvas-menu li.level1.cat-active-list ul.sub-menu li.level2 {
  border-top:0.06em solid #ccc;
}
div.aside-categories-box nav#canvas-menu a.cat-level1 {
  display:block;
  padding:8px;
  background:#fff;
  color:#383838;
  text-decoration:none;
  font-size: 14px;
  font-weight:bold;
}
div.aside-categories-box nav#canvas-menu a.cat-level1:hover{
  background:#383838;
  color:#fff;
}
div.aside-categories-box nav#canvas-menu ul li a.cat-level1.catlink-with-subcat:after {
  right:10px;
  top:8px;
}

/* Level 2 */
div.aside-categories-box nav#canvas-menu li.level2.not-active-list ul.sub-menu {
  display:none;
}
div.aside-categories-box nav#canvas-menu li.level2.cat-active-list ul.sub-menu {
  display: block;
}
div.aside-categories-box nav#canvas-menu li.level2.cat-active-list ul.sub-menu li.level3 {
  border-top:0.06em solid #ccc;
}
div.aside-categories-box nav#canvas-menu a.cat-level2 {
  display:block;
  padding:8px 8px 8px 12px;
  background:#eee;
  color:#383838;
  text-decoration:none;
  font-size: 12px;
  font-weight:bold;
}
div.aside-categories-box nav#canvas-menu a.cat-level2:hover{
  background:#fac500;
  color:#383838;
}
div.aside-categories-box nav#canvas-menu ul li a.cat-level2.catlink-with-subcat:after {
  right:10px;
  top:8px;
}

/* Level 3 */
div.aside-categories-box nav#canvas-menu li.level3.not-active-list ul.sub-menu {
  display:none;
}
div.aside-categories-box nav#canvas-menu li.level3.cat-active-list ul.sub-menu {
  display: block;
}
div.aside-categories-box nav#canvas-menu li.level3.cat-active-list ul.sub-menu li.level4 {
  border-top:0.06em solid #ccc;
}
div.aside-categories-box nav#canvas-menu a.cat-level3 {
  display:block;
  padding:8px 8px 8px 22px;
  background:#f4E5be;
  color:#383838;
  text-decoration:none;
  font-size: 11px;
  font-weight:bold;
}
div.aside-categories-box nav#canvas-menu a.cat-level3:hover{
  background:#f1f1f1;
  color:#333;
}
div.aside-categories-box nav#canvas-menu ul li a.cat-level3:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f0da";
  padding-right:4px;
  position: absolute;
  left:14px;
  top:8px;
}
div.aside-categories-box nav#canvas-menu ul li a.cat-level3.catlink-with-subcat:after {
  right:10px;
  top:8px;
}

/* Level 4 */
div.aside-categories-box nav#canvas-menu li.level4.not-active-list ul.sub-menu {
  display:none;
}
div.aside-categories-box nav#canvas-menu li.level4.cat-active-list ul.sub-menu {
  display: block;
}
div.aside-categories-box nav#canvas-menu li.level4.cat-active-list ul.sub-menu li.level5 {
  border-top:0.06em solid #ccc;
  background:#fac500;
}
div.aside-categories-box nav#canvas-menu a.cat-level4 {
  display:block;
  padding:0.65em 0.64em;
  background:#fac500;
  color:#383838;
  text-decoration:none;
  font-weight:bold;
}
div.aside-categories-box nav#canvas-menu a.cat-level4:hover{
  background:#383838;
  color:#fff;
}
div.aside-categories-box nav#canvas-menu ul li a.cat-level4.catlink-with-subcat:after {
  right:10px;
  top:8px;
}

/* Level 5 */
div.aside-categories-box nav#canvas-menu li.level5.not-active-list ul.sub-menu {
  display:none;
}
div.aside-categories-box nav#canvas-menu li.level5.cat-active-list ul.sub-menu {
  display: block;
}
div.aside-categories-box nav#canvas-menu li.level5.cat-active-list ul.sub-menu li {
  border-top:0.06em solid #ccc;
  background:#fac500;
}
div.aside-categories-box nav#canvas-menu a.cat-level5 {
  display:block;
  padding:0.65em 0.64em;
  background:#fac500;
  color:#383838;
  text-decoration:none;
  font-weight:bold;
}
div.aside-categories-box nav#canvas-menu a.cat-level5:hover{
  background:#383838;
  color:#fff;
}
div.aside-categories-box nav#canvas-menu ul li a.cat-level5.catlink-with-subcat:after {
  right:10px;
  top:8px;
}

div.aside-categories-box nav#canvas-menu ul li a.catlink-with-subcat {
  padding-right: 26px;
}
div.aside-categories-box nav#canvas-menu li.level1:last-child{
  border-bottom:none;
}


.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  padding-top: 12px;
}
.footer-box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19%;
  position: relative;
  min-width: 240px;
}
.footer-box-big {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  position: relative;
}
.footer-box-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25%;
  position: relative;
}
.footer-box-newsletter-top {
  background: #383838;
  color: #fff;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis:100%;
  order:0;
}
.footer-box-big.footer-html-content1,
.footer-box.footer-html-content1 {
  order:1;
}
.footer-box.footer-html-content2 {
  order:4;
}
.footer-box.footer-contentbox {
  order:2;
}
.footer-box.footer-informationbox {
  order:3;
}
.footer-box.footer-social-media {
  order:7;
}
.footer-box.footer-shippingandpaymenticons {
  order:8;
}
.footer-box.footer-paymenticons {
  order:8;
}
.footer-box.footer-shippingicons {
  order:9;
}
.footer-box.footer-shippingbox {
  order:10;
}
.footer-box.footer-shopvoting {
  order:11;
}
.footer-box.footer-shopvoting .footer-content {
  display: block;
}
@media only screen and (min-width: 480px) {
  .footer-box.footer-shopvoting {
    order:6;
  }
  .footer-box.footer-shopvoting .footer-content {
    display: block;
  }
}
.footer-box.footer-blog {
  order:5;
}
.footer-box-newsletter-top .footer-box-newsletter-inner {
  text-align: center;
  margin: 0 auto;
  padding:32px 20px;
  position: relative;
  max-width:580px;
}
.footer-box-newsletter .footer-box-newsletter-inner {
  padding: 20px;
}
.footer-box-newsletter-inner p {
  font-size: 12px;
}
.footer-box-newsletter-top .footer-box-newsletter-inner .footer-box-header {
  color: #fff;
  border-bottom: 0;
  margin-bottom: 0;
  padding:6px 0;
}
.footer-box-big .footer-box-header,
.footer-box .footer-box-header {
  padding: 12px;
  cursor: pointer;
}
.footer-box-big .footer-box-header span,
.footer-box .footer-box-header span {
  display:block;
}
.footer-box-header span:after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f067";
  padding-right:4px;
  float: right;
}
@media only screen and (min-width: 480px) {
  .footer-box-header span:after {
    display: none;
  }
  .footer-box-big .footer-box-header,
  .footer-box .footer-box-header {
    padding: 12px ;
    cursor: unset;
  }
}
.footer-box-newsletter-top .footer-newsletter-input {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer-box-newsletter .footer-newsletter-input {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-content {
  display: none;
  padding: 8px;
}
@media only screen and (min-width: 480px) {
  .footer-content {
    display: block;
    padding: 0;
  }
  .footer-box,
  .footer-box-big {
    display: block;
    padding:20px;
  }
}
.footer-box-header {
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #383838;
  margin-bottom: 12px;
  color: #383838;
}
.footer-box address {
  font-style: normal;
  margin: 20px auto 20px auto;
}

.footer-content-menu,
.footer-information-menu,
.footer-toggle-menu {
  margin:0;
  padding:0;
  list-style: none;
}

.footer-content-menu li,
.footer-information-menu li,
.footer-toggle-menu li {
  margin:0;
  padding:0;
  padding-left:10px;
  list-style: none;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid rgba(169, 169, 169, .5);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.footer-toggle-menu li {
  font-size: 14px;
}
.footer-content-menu li a,
.footer-information-menu li a{
  display: block;
  padding:2px;
}
.footer-content-menu li:before,
.footer-information-menu li:before,
.footer-toggle-menu li:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  /*content: "\f0da";*/
  content: "\f105";
  padding-right:4px;
  position: absolute;
  left:0;
  top:2px;
}

.footer-toggle-menu li a {
  display: block;
  padding:8px;
}
.footer-content.social-media {
  text-align: center;
}
.footer-content.social-media .fab,
.footer-content.social-media .fas {
  font-size: 48px;
  padding: 5px;
}
.footer-content.social-media.color .fa-facebook-square,
.footer-content.social-media.color .fa-facebook {
  color:#3b5998;
}
.footer-content.social-media.color .fa-instagram-square,
.footer-content.social-media.color .fa-instagram {
  color:#d93175;
}
.footer-content.social-media.color .fa-twitter-square,
.footer-content.social-media.color .fa-twitter {
  color:#1da1f2;
}
.footer-content.social-media.color .fa-pinterest-square,
.footer-content.social-media.color .fa-pinterest-p {
  color:#cc2028;
}
.footer-content.social-media.color .fa-youtube-square,
.footer-content.social-media.color .fa-youtube {
  color:#e12c29;
}
.footer-content.social-media.color .fa-linkedin,
.footer-content.social-media.color .fa-linkedin-in {
  color:#00598d;
}
.footer-content.social-media.color .fa-flickr {
  color:#ff0084;
}
.footer-content.social-media.color .fa-whatsapp-square,
.footer-content.social-media.color .fa-whatsapp {
  color:#25d366;
}
.footer-content.social-media.color .fa-blogger,
.footer-content.social-media.color .fa-blogger-b {
  color:#f57d00;
}
.footer-content.social-media.color .fa-blog {
  color:#333;
  font-size: 40px;
}

.footer-content.paymenticons img {
  display: block;
  width: 32%;
  max-width: 128px;
  float: left;
  clear-after: left;
}
.footer-content.shippingicons img {
  display: block;
  width: 32%;
  max-width: 128px;
  float: left;
  clear-after: left;
}
.footer-content.shippingandpaymenticons img {
  display: block;
  width: 32%;
  max-width: 96px;
  float: left;
  clear-after: left;
}
.footer-content.shippingandpaymenticons img.shipping-image {
  display: block;
  width: auto;
  max-width: 100%;
  float: none;
  margin-bottom: 8px;
}
.footer-content.shippingandpaymenticons .payment-icons,
.footer-content.shippingandpaymenticons .shipping-icons {
  display: block;
  clear: both;
  float: none;
  margin: 8px auto;
}
.footer-content.shippingandpaymenticons .payment-icons {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #666;
}
.payment-icons-title,
.shipping-icons-title {
  font-size: 11px;
  font-weight: bold;
  color: #555;
  margin-bottom: 8px;
}

div.checkoutborder {
  background: #fff;
  border: solid green 2px;
  padding: 0 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 5px 0px green;
  box-shadow: 0px 0px 5px 0px green;
}
.header-box-cart,
.header-box-wishlist {
  z-index: 1000;
  position:relative;
}
.toggle_cart,.toggle_wishlist {
  display: none;
  max-width: 360px;
  min-width: 320px;
}

/*
flex-direction: row (von links nach rechts = Standardwert)
flex-direction: column (von oben nach unten)
flex-direction: row-reverse (von rechts nach links)
flex-direction: column-reverse (von unten nach oben)

flex-grow: 0 (Items dürfen nicht größer werden als festgelegt)
flex-shrink: 1 (Items dürfen kleiner werden als festgelegt)
flex-basis: auto (Die Basis-Größe der Items wird automatisch festgelegt – also anhand der Angaben height, width bzw. auf Grundlage des enthaltenen Inhalts)
order: 0 (Die Reihenfolge entspricht der des HTML-Codes)

justify-content: flex-start (Am Anfang der Hauptachse)
justify-content: center (In der Mitte der Hauptachse)
justify-content: flex-end (Am Ende der Hauptachse)
justify-content: space-between (Das 1. Flex-Item ist am ganz Anfang der Achse, das letzte ganz am Ende. Alle anderen Items werden gleichmäßig verteilt. Es entstehen also Abstände zwischen den Items.)
justify-content: space-around (Die Flex-Items werden wie bei space-between verteilt, allerdings entsteht auch vor dem 1. Item und nach dem letzten Item ein Abstand)
justify-content: space-evenly (Die Flex-Items werden wie bei den beiden vorherigen Methoden verteilt, allerdings werden die Abstände einheitlich gewählt)

align-items: flex-start (Am Anfang der Kreuzachse)
align-items: center (In der Mitte der Kreuzachse)
align-items: flex-end (Am Ende der Kreuzachse)
align-items: baseline (Die Flex-Items werden so ausgerichtet, dass die Grundlinie der Schrift bündig ist. Nur sichtbar bei unterschiedlichen Schriftgrößen)
align-items: stretch (Alle Flex-Items sind so hoch wie die Flexbox)
 */

.listing-filter {
  padding: 8px 0;
  margin-bottom: 10px;
}
.filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -8px;
}
.filter-manufacturer,
.filter-sorting,
.filter-counter,
.view-changer {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 8px;
}
.filter-manufacturer,
.filter-sorting,
.filter-counter {
  flex-basis: 24%;
  min-width: 150px
}
.view-changer {
  flex-basis: 110px;
  white-space: nowrap;
}
a.view-row, a.view-box {
  font-size: 26px;
  line-height: 36px;
  padding: 0 8px;
  float: right;
  color: #555;
}
a.view-row:hover,
a.view-box:hover {
  color: #666;
}
a.view-row.is-active,
a.view-box.is-active {
  color: #ddd;
}

.product-tags-filter {
  margin: 12px auto;
}
.product-tags-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.product-tags-filter-header {
  font-size: 12px;
  font-weight: bold;
}
.product-tags-filter-item {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 8px;
  flex-basis: 23%;
}

.pagination-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  margin: 12px auto;
}
.pagination-text {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 6px 12px 6px 0;
  color: #555;
  font-size: 12px;
}
.pagination {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: right;
  color: #555;
  font-size: 12px;
}
.pagination-page {
  padding: 6px 12px;
  color: #555;
  font-size: 12px;
}
.pagination-current-page,
.pagination-page-link,
.pagination-no-page {
  display: inline-block;
  border:1px solid #ccc;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
a.pagination-page-link {
  color: #333;
  background: #eee;
}
a.pagination-page-link:hover {
  color: #fff;
  background: #333;
}
.pagination-current-page {
  color: #900;
  background: #f1f1f1;
}
.pagination-no-page {
  color: #ccc;
  background: #fff;
}

.categories,
.manufacturers {
  padding-bottom: 12px;
  margin: 0 -8px;
}
.categories-image,
.manufacturers-image {
  float: left;
  max-width: 100%;
  position: relative;
  margin: 8px;
}
.categories-description,
.manufacturers-description {
  padding: 0 8px 8px 8px;
}
.categories-description h1:first-child,
.manufacturers-description h1:first-child {
  margin: 0 0 8px 0 !important;
  padding: 0 0 8px 0 !important;
}
.categories-subcats-heading {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 8px;
  margin: 16px auto;
}
.categories-subcats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -8px;
}
.subcateorie {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 160px;
}
@media only screen and (min-width: 484px) {
  .subcateorie {
    flex-basis: 240px;
  }
}
@media only screen and (min-width: 600px) {
  .subcateorie {
    flex-basis: 280px;
  }
}
.subcateorie-inner {
  display: block;
  margin: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px #eee;
  box-shadow: 0px 0px 5px 0px #eee;
}
.subcateorie-inner:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #666;
  box-shadow: 0px 0px 5px 0px #666;
}
.subcateorie-inner .centered-image {
  height:200px;
}
.subcateorie-title {
  background: #eee;
  display: block;
  margin: 0;
  padding: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.product-listing-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -6px 20px -6px;
}
.product-listing-box .product-listing-boxitem {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 318px;
}
.product-listing-box:after {
  content: '';
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 318px;
}
.product-listing-boxitem .centered-image {
  padding: 6px;
}
.product-listing-boxitem-inner {
  position: relative;
  z-index: 3;
  margin: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.product-listing-boxitem-inner:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #666;
  box-shadow: 0px 0px 5px 0px #666;
}
.product-listing-box .product-listing-boxitem-inner .centered-image {
  height: 300px;
}
.product-listing-boxitem-title,
.product-listing-boxitem-title .h2-heading {
  background: #eee;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  min-height: 64px;
  border: 0;
}
.product-listing-boxitem-minidesc {
  padding: 8px;
  font-size: 11px;
  text-align: center;
  color: #666;
  line-height: normal;
  height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-listing-boxitem-price {
  color: #444;
  text-align: center;
  display: block;
}
.product-listing-boxitem-price-pangv {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  line-height: normal;
}
.product-listing-boxitem-shipping {
  padding: 2px;
  font-size: 11px;
  text-align: center;
  color: #666;
  line-height: normal;
}
.product-listing-boxitem-shipping.mits-delivery-date {
  min-height: 48px;
}
.product-listing-boxitem-vpe {
  font-size: 10px;
  text-align: left;
  padding: 2px;
  flex-grow: 1;
  flex-shrink: 0;
  color: #666;
}
.product-listing-boxitem-tax {
  font-size: 10px;
  text-align: right;
  padding: 2px;
  flex-grow: 1;
  flex-shrink: 0;
  color: #666;
}
.product-listing-boxitem-price-pangv a,
.product-listing-item-shipping a {
  color: #666;
}
.product-listing-boxitem-price-pangv a:hover,
.product-listing-boxitem-shipping a:hover {
  color: #444;
}
.product-listing-boxitem-inner .new-products-flag {
  position: absolute;
  top:0;
  right: 0;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: rgba(190,190,190,0.5);
  color: #900;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-listing-boxitem-inner .specials-flag {
  position: absolute;
  top:0;
  left: 0;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: rgba(153,0,0,0.5);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-listing-boxitem-inner .topseller-flag {
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: auto;
  padding: 4px 10px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.box-last-viewed-categories,
.account-history-category {
  padding:8px;
  font-size: 12px;
  text-align: center;
}
.aside-box-title .show-all,
.h3-heading .show-all,
.h4-heading .show-all {
  display: inline-block;
  float: right;
  font-size: 11px;
}
.aside-box .product-listing-boxitem-inner,
.aside-box .product-listing-boxitem-inner:hover {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin: 0;
}
.aside-box .product-listing-boxitem-title,
.aside-box .product-listing-boxitem-title .h2-heading {
  font-size: 12px;
}
.product-listing-boxitem-price .standard-price {
  font-weight: bold;
  font-size: 18px;
}
.product-listing-boxitem-price .old-price {

}
.product-listing-boxitem-price .new-price {

}
.product-listing-boxitem-price .save-price {

}
.product-listing-boxitem-price .uvp-price {

}
.product-listing-boxitem-price .item-price {
  font-weight: bold;
  font-size: 18px;
}
.product-listing-boxitem-price .graduated-price {

}
.product-listing-boxitem-price .small-price {
  font-size: 11px;
}
.product-listing-boxitem-price .no-price {

}
.product-listing-boxitem-price .special-price {
  font-weight: bold;
  font-size: 18px;
  color: #900;
}

.aside-box .product-listing-boxitem-price .standard-price {
  font-size: 14px;
}

.product-listing-row {

}
.product-listing-rowitem {
  clear: both;
  display: block;
  float: none;
  margin: 16px auto;
}
.product-listing-rowitem-inner {
  position: relative;
  margin: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
}
.product-listing-rowitem-inner:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #666;
  box-shadow: 0px 0px 5px 0px #666;
}
.product-listing-rowitem-inner .centered-image {
  padding: 6px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 300px;
  position: relative;
}
.product-listing-rowitem-inner .products-short-desc {
  padding: 8px;
}
.product-listing-rowitem-content {
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 400px;
  border: 1px solid #eee;
  position: relative;
}
.product-listing-rowitem-title {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
}
.product-listing-rowitem-title h2 {
  background: #eee;
  margin: 0;
  padding: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  border: 0;
}
.product-listing-rowitem-price .price-row {
  color: #444;
  text-align: right;
  display: block;
  padding: 4px;
}
.product-listing-rowitem-price-pangv {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}
.product-listing-rowitem-shipping {
  padding: 2px 4px;
  font-size: 11px;
  text-align: right;
  color: #666;
}
.product-listing-rowitem-vpe {
  font-size: 10px;
  text-align: left;
  padding: 2px;
  flex-grow: 1;
  flex-shrink: 0;
  color: #666;
}
.product-listing-rowitem-tax {
  font-size: 10px;
  text-align: right;
  padding: 2px;
  flex-grow: 1;
  flex-shrink: 0;
  color: #666;
}
.product-listing-rowitem-price-pangv a,
.product-listing-item-shipping a {
  color: #666;
}
.product-listing-rowitem-price-pangv a:hover,
.product-listing-rowitem-shipping a:hover {
  color: #444;
}
.product-listing-rowitem-inner .new-products-flag {
  position: absolute;
  top:0;
  left: 0;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: rgba(190,190,190,0.5);
  color: #900;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-listing-rowitem-inner .specials-flag {
  position: absolute;
  top:0;
  right: 0;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: rgba(153,0,0,0.5);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-listing-rowitem-inner .topseller-flag {
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: auto;
  padding: 4px 10px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.price-row .standard-price {
  font-weight: bold;
  font-size: 18px;
}
.price-row .old-price {
  float: left;
  display: block;
  padding-right: 10px;
}
.price-row .new-price {
  font-weight: bold;
  font-size: 18px;
  color: #900;
  white-space: nowrap;
}
.price-row .save-price {
  display: block;
  font-size: 10px;
}
.price-row .uvp-price {
  float: left;
  display: block;
  padding-right: 10px;
}
.price-row .item-price {
  font-weight: bold;
  font-size: 18px;
}
.price-row .graduated-price {
  float: left;
  display: block;
  padding-right: 10px;
}
.price-row .small-price {
  font-size: 11px;
}
.price-row .no-price {

}
.price-row .special-price {
  font-weight: bold;
  font-size: 18px;
  color: #900;
}

.slider-products-box {
  padding: 10px;
  position: relative;
}
.slider-products-boxitem {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.slider-products-boxitem:hover {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px #666;
  box-shadow: 0px 0px 5px 0px #666;
}
.slider-products-box .centered-image {
  height: 280px;
}
.slider-products-box .centered-image img {
  height:auto;
  width: auto;
}
.slider-products-box .slider-products-boxitem-title {
  height:52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: unset;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #eee;
  padding: 4px;
  background: #eee;
}
.slider-products-boxitem-price {
  color: #444;
  text-align: center;
  display: block;
}
.slider-products-boxitem-price .standard-price {
  font-weight: bold;
  font-size: 18px;
}
.slider-products-boxitem-price-pangv {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}
.slider-products-boxitem-shipping {
  padding: 2px;
  font-size: 10px;
  text-align: center;
  color: #666;
}
.slider-products-boxitem-shipping.mits-delivery-date {
  line-height: 12px;
  min-height: 38px;
  color: #666;
}
.slider-products-boxitem-vpe {
  font-size: 10px;
  text-align: left;
  padding: 2px;
  flex-grow: 1;
  flex-shrink: 0;
  color: #666;
}
.slider-products-boxitem-tax {
  font-size: 10px;
  text-align: right;
  padding: 2px;
  flex-grow: 1;
  flex-shrink: 0;
  color: #666;
}
.slider-products-boxitem-price-pangv a,
.slider-products-boxitem-shipping a {
  color: #666;
}
.slider-products-boxitem-price-pangv a:hover,
.slider-products-boxitem-shipping a:hover {
  color: #444;
}
.slider-products-box .new-products-flag {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: rgba(190,190,190,0.5);
  color: #900;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.slider-products-box .specials-flag {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: rgba(153,0,0,0.5);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.slider-products-box .topseller-flag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: auto;
  padding: 4px 10px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.topseller-green {
  background: rgba(33,255,0,0.5);
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.button-group-nowrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.button-group-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.product-info {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.product-info-imagebox {
  padding: 0;
  order: 0;
  flex: 0 1 auto;
  align-self: flex-start;
  height: auto;
  width: 100%;
  position: sticky;
  top: 0;
  float: none;
}
.product-info-imagebox-inner {

}
.product-info-imagebox-inner .slider-for img{
  border: 1px solid #eee;
  position: relative;
  cursor: zoom-in;
}
.product-info-databox {
  width: 100%;
  order: 1;
  flex: 0 1 auto;
}
@media only screen and (min-width: 601px) {
  .product-info-imagebox,
  .product-info-databox {
    width: 50%;
    float: unset;
  }
  .product-info-imagebox {
    padding: 0 12px 0 0;
  }
}
.product-info-imagebox .slider-nav {
  margin: 0 auto;
  max-width: 86%;
}
.product-info-imagebox .slider-nav .slider-nav-imagebox div {
  margin: 8px;
  border: 1px solid #eee;
  width: 96px;
  height: 96px;
}
.product-info-imagebox .slider-nav .slider-nav-imagebox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-info-imagebox .slick-next {
  /*top: auto;
  bottom: -25%;*/
  right: -25px;
}
.product-info-imagebox .slick-prev {
  /*top: auto;
  bottom: -25%;*/
  left: -25px;
}
.product-info-imagebox .slick-prev:before,
.product-info-imagebox .slick-next:before {
  font-size: 24px;
}
.product-info-short-description {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}
.product-info-price {
  margin-top: 16px;
}
.product-info-price .standard-price {
  display: block;
  font-weight: bold;
  font-size: 28px;
  text-align: right;
  margin: 16px 0;
}
.product-info-price .old-price {
  font-size: 12px;
  padding-right: 30px;
}
.product-info-price .new-price {
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}
.product-info-price .save-price {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  font-size: 11px;
  text-align: right;
}
.product-info-price .uvp-price {
  font-size: 16px;
  margin: 16px 0;
  padding-right: 30px;
}
.product-info-price .item-price {
  display: block;
  font-weight: bold;
  font-size: 28px;
  text-align: right;
  margin: 16px 0;
}
.product-info-price .graduated-price {
  font-size: 16px;
  margin: 16px 0;
  padding-right: 30px;
}
.product-info-price .small-price,
.product-info-price .small_price {
  font-size: 12px;
}
.product-info-price .no-price {
  font-weight: bold;
  font-size: 18px;
}
.product-info-price .special-price {
  font-weight: bold;
  font-size: 18px;
  color: #900;
}
.product-info-topbar {
  margin-bottom: 12px;
}
.product-info-reviews {
  white-space: nowrap;
  text-align: left;
}
.far.fa-star,
.product-info-reviews .fa-star.full,
.product-info-reviews .fa-star-half-alt {
  color: #f1c40f;
}
.product-info-topbar img {
  position: relative;
  width: auto;
  max-height: 36px;
  display: inline-block;
  float: right;
  spect-ratio: attr(width) / attr(height);
}
.product-info-left {
  float: left;
  width: 50%;
  padding-right: 30px;
  font-size: 12px;
}
.product-info-left strong {
  display: inline-block;
  width: 70px;
}
.product-info-right {
  float: left;
  width: 50%;
  text-align: right;
  font-size: 12px;
}
.product-info-vpe {
  padding-right: 30px;
  font-size: 11px;
}
.product-info-tax {
  text-align: right;
  font-size: 13px;
}
.product-info-discount {
  text-align: right;
  font-size: 13px;
}
.product-info-expires {
  font-size: 12px;
  font-weight: bold;
  color: #900;
  text-align: right;
  margin: 12px 0;
}
.product-info-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
.product-info-flex-container .flex-items:nth-child(1) {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
}
.product-info-flex-container .flex-items:nth-child(2) {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  align-self: stretch;
  order: 1;
}
.product-info-infomessage {
  border: 1px solid #e74c3c;
  padding: 4px;
  background: #f1f1f1;
  margin-bottom: 4px;
}
.addtobasket {
  margin: 16px 0;
  clear: both;
  float: none;
}
.addtobasket-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: start;
  align-items: center;
}
.addtobasket-input {
  width: 90px;
  padding: 10px 10px 10px 0;
}
.addtobasket-cart-button {
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  padding: 10px 0 10px 10px;
}
.addtobasket-wishlist-button {
  width: 60px;
  padding: 10px 0 10px 10px;
}
.addtobasket-wishlist-button .fas {
  color: #900;
}
.express-info {
  text-align: right;
}
.product-info-url {
  border:1px solid #ccc;
  background: #eee;
  color: #666;
  padding: 6px;
  font-size: 12px;
}
.product-info-dateadded {
  font-size: 11px;
  margin: 12px auto;
}
.productoptions {
  margin: 16px 0;
  clear: both;
  float: none;
}
.product-options-full {
  margin: 4px auto 32px auto;
}
.options_row_multi {
  margin-bottom: 16px;
}
.options-row-selection {
  margin: 0 0 16px 0;
}
.options-name {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.options-selection {
  border-bottom: 1px solid #ccc;
  padding: 6px;
}
.options-selection-content {
  display: flex;
}
.options-selection-text {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  align-self: stretch;
}
.options-selection-price {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  align-self: stretch;
  font-weight: bold;
  color: #333;
  text-align: right;
}
.options-selection-model {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  align-self: stretch;
  color: #666;
  font-size: 11px;
}
.options-selection-ean {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  align-self: stretch;
  color: #666;
  font-size: 11px;
  text-align: right;
}


.product-tags-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding: 2px 0;
}
.product-tags-row:first-child {
  border-top: 1px solid #eee;
}
.product-tags-row a:hover {
  text-decoration: none;
}
.product-tags-options {
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 30%;
  align-self: stretch;
  position: relative;
  cursor: default;
  padding: 0 2px;
}
.product-tags-options-name,
.product-tags-values-item {
  padding: 0 2px;
}
.product-tags-values {
  flex-grow: 9;
  flex-shrink: 1;
  flex-basis: 70%;
  align-self: stretch;
  position: relative;
  cursor: default;
  padding: 0 2px;
}
.product-tags-values-item img {
  max-height: 28px;
}
.product-tags-tooltip {
  border-bottom: 1px dashed #999;
}
.product-tags-tooltip-hover {
  display: none;
  position: absolute;
  left: 0;
  min-width: 320px;
  max-width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #eee;
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
  z-index: 2;
}
.product-tags-tooltip:hover .product-tags-tooltip-hover {
  display: block;
}


.graduated-prices-headline {
  font-size: 13px;
  font-weight: bold;
  margin-top: 12px;
}
.graduated-prices {
  margin: 0 -2px 12px -2px;
}
.graduated-prices,
.graduated-prices-item {
  display: flex;
  flex-wrap: wrap;
}
.graduated-prices-item {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}
.graduated-prices-box {
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  border: 1px solid #eee;
  border-collapse: collapse;
  width: 100%;
  margin:2px;
}
.graduated-prices-title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  font-size: 11px;
}
.graduated-prices-price {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  text-align: right;
  white-space: nowrap;
}
.graduated-prices-vpe {
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 100%;
  color: #666;
  text-align: right;
  font-size: 10px;
  font-weight: normal;
}
.product-navigator {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-navigator-back {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: left;
  padding: 8px 30px 2px 0;
  line-height: 20px;
  align-items: stretch;
  justify-content: center;
  white-space: nowrap;
}
.product-navigator-next-previous {
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 60%;
  text-align: right;
  padding: 2px 0;
  line-height: 20px;
  align-items: stretch;
  justify-content: center;
  white-space: nowrap;
}
.product-navigator-next-previous a,
.product-navigator-next-previous span.inactive {
  display: inline-block;
  padding: 6px 0 6px 30px;
}

#reviewtabs {
  width: 100%;
  height:30px;
  padding-right: 2px;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
}
#reviewtabs li {
  float:left;
  list-style:none;
  border: 1px solid #eee;
  margin-right: 4px;
  margin-left: 0;
  padding-left: 0;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  outline:none;
}
#reviewtabs li a {
  font-weight: bold;
  color: #444;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 8px;
  display:block;
  background: #fff;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  text-decoration:none;
  outline:none;
}
#reviewtabs li small {
  font-weight: normal;
}
#reviewtabs li a.inactive{
  padding-top:5px;
  padding-bottom:8px;
  padding-left: 8px;
  padding-right: 8px;
  color:#666;
  background: #fafafa;
  outline:none;
}
#reviewtabs li a:hover,
#reviewtabs li a.inactive:hover {
  color: #333;
  outline:none;
}
.reviewcontainer {
  clear:both;
  width:100%;
  padding-top: 20px;
}
#reviewtabs .fa-star.full,
.reviewbar-stars .fa-star.full,
#reviewtabs .fa-star,
.reviewbar-stars .fa-star,
#reviewtabs .fa-star-half-alt,
.reviewbar-stars .fa-star-half-alt {
  color: #f1c40f;
}

.progress {
  height: 18px;
  margin-bottom: 4px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: darkgreen;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.reviewbar {
  display: flex;
  flex-wrap: nowrap;
}
.reviewbar-stars {
  flex-basis:10%;
  min-width:120px;
  padding: 2px 0;
}
.reviewbar-progress {
  flex-basis: 80%;
  padding: 2px 0;
}
.reviewbar-values {
  flex-basis:10%;
  min-width:100px;
  padding: 2px 0;
  text-align: right;
  font-size: 11px;
  color: #666;
}

.reviewsbox {
  margin: 6px;
}
.reviewsbox img {
  max-height: 140px;
}
.reviewsbox .product-info-imagebox-inner {
  height: 150px;
}
.reviewsbox-inner {
  padding: 4px;
}
.reviewsbox-inner .products-title {
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  height: 54px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.floating-right-buttons {
  float: right;
  display: inline-block;
  text-align: right;
}
.upcoming-list, .upcoming-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom:1px solid #555;
}
.upcoming-list li {
  border:1px solid #555;
  border-bottom:0;
}
.upcoming-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.upcoming-date {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 140px;
  padding: 8px;
  background: #555;
  color: #fff;
  border-bottom:1px solid #fff;
}
.upcoming-list li:last-child .upcoming-date {
   border-bottom:0;
}
.upcoming-link {
  flex-grow: 11;
  flex-shrink: 1;
  flex-basis: 300px;
  padding: 8px;
}
.address-block {
  padding: 10px;
  height: 100%;
}
.address-standard {
  background: #fafafa;
  color: #900;
}
.shippingtime_infotext {
  clear: both;
  font-size: 10px;
  color: #999;
}
.nottable-scrollable table,
.content_site table,
.product-info-description table,
.categories-description table{
  width:100%;
  border-collapse:collapse
}
.nottable-scrollable tr:nth-of-type(odd),
.content_site tr:nth-of-type(odd),
.product-info-description tr:nth-of-type(odd),
.categories-description tr:nth-of-type(odd){
  background:#eee;
}
.nottable-scrollable th,
.content_site th,
.product-info-description th,
.categories-description th {
  border:0.1em solid #383838;
  padding:0.2em;
  text-align:left;
  background:#383838;
  color:#fff;
  font-weight:bold
}
.nottable-scrollable tfoot th,
.content_site tfoot th,
.product-info-description tfoot th,
.categories-description tfoot th {
  background:#f5f5f5;
  color:#fff;
  font-weight:bold
}
.nottable-scrollable td,
.content_site td,
.product-info-description td,
.categories-description td {
  border:0.1em solid #ccc;
  padding:0.2em;
  text-align:left;
}
td.center,th.center{
  text-align:center
}
td.right,
th.right {
  text-align:right
}
.nottable-scrollable tfoot tr,
.nottable-scrollable tfoot th {
  background:#f5f5f5;
  color:#000;
  font-weight:normal;
  text-align:right;
}
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
.nottable-scrollable table,
.nottable-scrollable thead,
.nottable-scrollable tbody,
.nottable-scrollable tfoot,
.nottable-scrollable th,
.nottable-scrollable td,
.nottable-scrollable tr {
  display:block;
}
.nottable-scrollable thead tr {
  position:absolute;
  top:-9999px;
  left:-9999px;
}
.nottable-scrollable tr {
  border:0.1em solid #ccc;
}
.nottable-scrollable td {
  border:none;
  border-bottom:0.1em solid #eee;
  position:relative;
  padding-left:50%;
}
.nottable-scrollable td.center,
.nottable-scrollable th.center {
  text-align:left;
}
.nottable-scrollable td.right,
.nottable-scrollable th.right {
  text-align:left;
}
.nottable-scrollable td:before {
  position:absolute;
  top:6px;
  left:6px;
  width:45%;
  padding-right:10px;
  white-space:nowrap;
}

@media only screen and (min-width:640px){
  .nottable-scrollable table,
  .nottable-scrollable thead,
  .nottable-scrollable tbody,
  .nottable-scrollable tfoot,
  .nottable-scrollable th,
  .nottable-scrollable td,
  .nottable-scrollable tr {
    display:unset;
  }
  .nottable-scrollable thead tr {
    position:unset;
    top:unset;
    left:unset;
  }
  .nottable-scrollable tr {
    border:initial;
  }
  .nottable-scrollable td {
    border:initial;
    border-bottom:initial;
    position:unset;
    padding-left:unset;
  }
  .nottable-scrollable td.center,
  .nottable-scrollable th.center {
	    text-align:center;
	}
  .nottable-scrollable td.right,
  .nottable-scrollable th.right {
	  text-align:right;
	}
  .nottable-scrollable td:before {
    position:unset;
    top:unset;
    left:unset;
    width:unset;
    padding-right:unset;
    white-space:unset;
  }
}

.mobile-search-box-outer {
  display: block;
}
.text {
  position:relative;
}
.text_overlay {
  height: 100%;
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(255,255,255));
  transition: all 1.25s;
  text-align: center;
}
.text_collapse {
  max-height: 250px;
  min-height: 250px;
  margin-bottom: 30px;
  padding-bottom: 2.5rem;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
.text_open {
  padding-bottom: 0.5rem;
  margin-bottom: 16px;
}
button.collapse_button_open {
  display:block;
  padding:6px 20px;
  font-weight: bold;
  width:200px;
  margin:250px auto 0 auto;
  cursor: pointer;
  color:#fff;
  background: #7d7e7d;
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%);
  border-radius: 4px 4px 4px 4px;
  border:0;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 2px 0px #999;
}
a.collapse_button_close {
  display:none;
  padding:6px 20px;
  font-weight: bold;
  width:200px;
  margin:20px auto;
  cursor: pointer;
  text-align:center;
  color:#fff !important;
  background: #7d7e7d;
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 2px 0px #999;
}
a.collapse_button_close:hover,button.collapse_button_open:hover {
  color:#fff !important;
  background: #7d7e7d;
  background: -moz-linear-gradient(top, #0e0e0e 0%, #7d7e7d 100%);
  background: -webkit-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%);
  background: linear-gradient(to bottom, #0e0e0e 0%,#7d7e7d 100%);
  text-decoration:none;
}
.blog-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 16px -0.5% 16px -0.5%;
}
.blog-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49%;
  margin: 0.5%;
  min-width: 280px;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
  position: relative;
}
.blog-item-inner {
  padding: 8px 8px 32px 8px;
}
.blog-item-inner .h5-heading {
  margin-top: 0;
  padding-top: 0;
}
.blog-item-inner .more-link {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  padding: 4px 8px;
  text-align: right;
  background: #f1f1f1;
  font-weight: bold;
}
.mits_copyright {
  margin: 0 auto;
  padding: 6px;
  text-align: center;
  font-size: 11px;
  width: 100%;
  float: none;
  clear: both;
}

.search_cat,
.header-usp-item.usp-item2 {
  display: none;
}
@media only screen and (min-width: 400px) {
  .home-image-container {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 461px) {
  .search_cat,
  .header-usp-item.usp-item2 {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  .home-imagetext-container {
    flex-wrap: nowrap;
  }
  .product-listing-rowitem-content {
    padding-bottom: 36px;
  }
  .product-listing-rowitem-content .button-group-nowrap {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 280px;
  }
}

.hide-on-mobile {display:none !important;width:0;height:0}
#header-image,
.header-usp-item.usp-item3,
.header-usp-item.usp-item4,
.header-box-wishlist,
aside.main-side,
.pagination-page {
  display:none;
}
@media only screen and (min-width: 768px) {
  .hide-on-mobile {
    display:block !important;
    width:auto;
    height:auto;
  }
  .onlymobile,
  .hide-on-desktop, 
  nav.main-side,
  .logo-desktop,
  .mobile-navigation-bar {
    display: none;
  }
  aside.main-side {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 260px;
    order: 0;
    padding: 10px 10px 20px 10px;
  }
  #header-image,
  .header-usp-item.usp-item3,
  .header-box-wishlist,
  .canvasmenu,
  .header-box-information,
  aside.main-side,
  .pagination-page,
  nav.header-megadropdown ul {
    display:block;
  }
}

@media only screen and (min-width: 980px) {
  .header-box-search {
    display: none;
  }
  .mobile-search-box-outer {
    display: none;
  }
  .header-usp-item.usp-item4 {
    display: block;
  }
}

.page-wrap,
div.header-inner,
div.footer-inner,
div.main-container-outer,
div.main-container-outer-home,
.header-topbar-inner,
.header-logo-search-inner,
nav.header-megadropdown ul {
  /*max-width: 1600px;*/
}

.mits_scrollicon{
  z-index: 4;
  padding:0.4em;
  text-align:center;
  text-decoration:none;
  -moz-border-radius:0.4em;
  -webkit-border-radius:0.4em;
  border-radius:0.4em;
  background:#ccc !important;
  opacity:0.5;
  position:fixed;
  bottom:3em;
  right:2em;
  display:none;
  border:0.1em solid #333;
  color:#555;
}
.mits_scrollicon i{
  font-size:28px;
  padding:0 8px;
}
@media print {.mits_scrollicon{display:none !important}}

