/*****************
* Collect LESS *
****************/
/* ******************* Paths ******************** */
/* ******************* Colors ******************* */
/* ******************* Mixins ******************* */
/* ******************* Fonts ******************** */
.left {
  float: left;
}
.right {
  float: right;
}
small,
.small {
  font-size: 0.7em;
  line-height: 0.5em;
}
b,
strong,
.txt-bold {
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.01em;
}
.txt-white {
  color: #fff;
}
.last-change {
  display: none;
}
.cleaner {
  clear: both;
  height: 1px;
  line-height: 1px;
}
a {
  cursor: pointer;
  outline-width: 0;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 10px 0;
}
hr {
  border-top: 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.6);
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.error label {
  color: #EF4034;
}
.error input {
  border: 1px solid #EF4034;
  background: rgba(239, 64, 52, 0.1);
}
/* ******************* Layout ******************* */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  overflow-x: hidden;
}
body.phone,
body.tablet {
  margin: 0;
  height: auto;
}
body a {
  color: #EF4034;
  cursor: pointer;
}
body > div {
  margin-left: -5px;
}
/* ******************* Header ******************* */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 94px;
  width: 100%;
  padding: 10px 5px 0 5px;
  margin-left: 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(246, 246, 246, 0.2);
}
#header .logo a {
  display: block;
  padding-top: 8px;
}
#header .navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
}
#header .navbar .navbar-brand img {
  padding-left: 5px;
}
#header .navbar .navbar-offcanvas {
  margin-top: 15px;
}
#header .navbar .navbar-offcanvas .main-nav > ul {
  width: auto;
  float: right;
  margin-right: calc(4.9% + 9px);
}
#header .navbar .navbar-offcanvas .main-nav > ul li a {
  color: #222222;
}
#header .navbar .navbar-offcanvas .main-nav > ul li a:hover,
#header .navbar .navbar-offcanvas .main-nav > ul li a.active {
  color: #EF4034;
  background: transparent;
}
#header .navbar .navbar-offcanvas .main-nav > ul li.selected > a {
  color: #EF4034;
}
#header .navbar .search {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
#header .navbar .search #wishlist_col button {
  display: block;
  height: 30px;
  width: 35px;
  text-align: center;
  color: #222222;
  margin-top: 32px;
  margin-left: 2px;
}
#header .navbar .search #wishlist_col button #bCounter {
  position: absolute;
  z-index: 100;
  font-size: 0.9em;
  color: #EF4034;
  text-shadow: -0.05em 0.05em 0 #ffffff;
  margin-top: -8px;
  margin-left: -3px;
}
#header .navbar .search #search_col a {
  display: block;
  height: 30px;
  width: 35px;
  text-align: center;
  color: #222222;
  margin-top: 25px;
  margin-left: 2px;
  padding-top: 5px;
}
#header .sub-nav {
  background: #f6f6f6;
  margin: 15px 0 0 -5px;
  padding: 0 0 0 5px;
  width: 100vw;
}
#header .sub-nav a {
  display: inline-block;
  color: #222222;
  font-size: 1em;
  padding: 20px 10px;
}
#header .sub-nav a:last-child {
  padding: 20px 20px 20px 10px;
}
#header .sub-nav a:hover,
#header .sub-nav a.active,
#header .sub-nav a.selected {
  color: #EF4034;
  text-decoration: none;
}
#header .sub-nav.second-level {
  background: #ffffff;
  margin: 0 0 0 -5px;
  padding: 0 0 0 5px;
  width: 100vw;
}
#header .sub-nav.second-level a {
  display: inline-block;
  color: #222222;
  font-size: 1em;
  padding: 20px 10px;
}
#header .sub-nav.second-level a:last-child {
  padding-right: 20px;
}
#header .sub-nav.second-level a:hover,
#header .sub-nav.second-level a.active,
#header .sub-nav.second-level a.selected {
  color: #EF4034;
  text-decoration: none;
}
.head-image {
  margin-top: 94px;
  margin-bottom: 25px;
}
.head-image.mt-plus {
  margin-top: 154px;
}
.head-image img.img-responsive {
  width: 100%;
  height: auto;
}
#theme {
  margin-top: 94px;
}
#theme .vid-wrapper {
  margin-top: -188px;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}
#theme .vid-wrapper #sbczVideo {
  min-width: 100vw;
  height: auto;
  opacity: 0.8;
  /*
      filter: grayscale(80%);
      transition: all 0.5s ease-in-out;
       */
}
#theme .vid-wrapper #sbczVideo:hover {
  opacity: 1;
  filter: grayscale(0%);
}
#theme #notice .notice-item {
  position: relative;
}
#theme #notice .notice-item img {
  width: 100%;
  opacity: 0.85;
  transition: all 0.5s ease-in-out;
}
#theme #notice .notice-item:hover img {
  opacity: 1;
}
#theme #notice .notice-item > .notice-overlay-text {
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 500;
  display: inline-block;
  width: auto;
}
#theme #notice .notice-item > .notice-overlay-text span {
  display: block;
  padding: 3px 5px;
  background: #f6f6f6;
  color: #000000;
}
#theme #notice .notice-item > .notice-overlay-text span a {
  color: #000000;
}
/* ******************* Content ******************* */
#content {
  padding: 0 0 110px 0;
  margin-right: 0;
  margin-bottom: 120px;
  margin-left: 0;
  /* NOT LESS CONFORM */
}
#content.content-box {
  margin-top: 94px;
}
#content.wsnav {
  margin-top: 204px;
}
#content.cutit {
  margin-top: 0;
}
#content .ctpl {
  padding: 10px 20px;
}
#content .ctpl:first-child {
  padding: 0 20px 10px 20px;
}
#content .ctpl-img-ev {
  padding: 0;
  border-top: 40px solid #fff;
  margin-left: -40px;
  margin-right: -40px;
}
#content .ctpl-img-ev:first-child {
  border-top: 0;
}
#content .ctpl-img-ev img {
  width: 100%;
  height: auto;
}
#content .content-segment > p:first-child {
  padding-top: 0;
  margin-top: 0;
}
#content .mat-over {
  margin-left: 15px;
  margin-right: 15px;
}
#content hr {
  margin-left: 15px;
  margin-right: 15px;
}
#content hr.hiddenhr {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  height: 46px;
  background: white;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content .h1,
#content .h2,
#content .h3,
#content .h4,
#content .h5,
#content .h6 {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
#content h1 > a,
#content h2 > a,
#content h3 > a,
#content h4 > a,
#content h5 > a,
#content h6 > a,
#content .h1 > a,
#content .h2 > a,
#content .h3 > a,
#content .h4 > a,
#content .h5 > a,
#content .h6 > a {
  color: #EF4034;
}
#content .h1,
#content .h2,
#content .h3,
#content .h4,
#content .h5,
#content .h6 {
  display: block;
}
#content h1,
#content .h1 {
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
#content h1,
#content .h1,
#content h2,
#content .h2 {
  font-size: 30px;
}
#content h3,
#content .h3,
#content h4,
#content .h4 {
  font-size: 28px;
}
#content h5,
#content .h5 {
  font-size: 24px;
}
#content h6,
#content .h6 {
  font-size: 20px;
}
#content .subtitle {
  font-size: 0.6em;
}
#content ul {
  padding: 0;
  margin: 0.5em 1em;
  list-style-type: square;
}
#content ul li {
  padding: 2px 0.5em;
}
#content ol {
  padding: 0;
  margin: 0.5em 1.5em;
  list-style-type: decimal;
}
#content ol li {
  padding: 2px 0.5em;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content img.img-left {
  float: left;
  margin: 0 15px 15px 0;
}
#content img.img-right {
  float: right;
  margin: 0 0 15px 15px;
}
#content .galleryCont a {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
}
#content .galleryCont a img {
  box-shadow: 0 0 10px -6px #000000;
  padding: 3px;
}
#content a,
#content a:visited {
  text-decoration: underline;
  color: #000000;
}
#content a:hover,
#content a:visited:hover {
  color: #EF4034;
}
#content a.btn {
  text-decoration: none;
}
#content a.btn:hover {
  color: #222222;
}
#content .red {
  color: #EF4034;
}
#content .bg-lrey {
  background: #f6f6f6;
  color: #222222;
}
#content .bg-lrey a,
#content .bg-lrey a:visited {
  color: #222222;
}
#content a[name] {
  position: absolute;
  top: -150px;
}
#content .dlbox .row {
  margin-bottom: 5px;
}
#content .dlbox .row .dl-box-link i {
  display: inline-block;
  padding-right: 5px;
  color: #EF4034;
}
#content #accordion {
  width: 100%;
}
#content .panel {
  border-radius: 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
}
#content .panel-collapse .panel {
  border-width: 0 0 1px 0 !important;
  border-color: #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#content .panel-collapse .panel:last-child {
  border-width: 0 0 0 0 !important;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#content .panel-heading {
  background-color: #ffffff !important;
  padding: 0;
}
#content .panel-heading .h6,
#content .panel-heading h6,
#content .panel-heading .h4,
#content .panel-heading h4 {
  padding: 0;
  margin: 0;
  border-width: 0 !important;
}
#content .panel-heading .h6 a,
#content .panel-heading h6 a,
#content .panel-heading .h4 a,
#content .panel-heading h4 a {
  display: block;
  padding: 10px 10px 10px 60px;
  border: 1px solid #e7e7e7;
  background: url('../../../img/custom/trigger.png') no-repeat 0 -45px;
  color: #37484F;
}
#content .panel-heading .h6 a.collapsed,
#content .panel-heading h6 a.collapsed,
#content .panel-heading .h4 a.collapsed,
#content .panel-heading h4 a.collapsed {
  border-color: #e7e7e7;
  background-position: 0 -2px;
  color: #555555;
}
#content .panel-heading .h6 a:hover,
#content .panel-heading h6 a:hover,
#content .panel-heading .h4 a:hover,
#content .panel-heading h4 a:hover {
  color: #37484F;
}
#content .alert {
  margin-top: 10px;
}
#content .alert .alert-info {
  background-color: rgba(0, 0, 0, 0.2);
  color: #37484F;
  border: none;
  border-radius: 0;
}
#content .nav-tabs {
  margin: 0;
  padding: 0 5px 0.1% 5px;
  border-bottom: 1px solid #CED7DB;
}
#content .nav-tabs li {
  padding: 0;
  margin-right: 10px;
}
#content .nav-tabs li:last-child {
  margin-right: 0;
}
#content .nav-tabs li a {
  display: block;
  text-align: center;
  margin: 0 15px!important;
  border-width: 0 0 3px 0!important;
  border-style: solid;
  border-color: transparent!important;
  text-transform: none;
  font-size: 1em;
  background: transparent;
}
#content .nav-tabs li.active a,
#content .nav-tabs li.active a:hover {
  border-color: #CED7DB !important;
  background-color: transparent !important;
  color: #37484F !important;
}
#content .tab-content {
  margin-top: -1px;
  padding: 1em 0;
  border: 0;
}
#content .btn.btn-primary,
#content .btn.btn-primary:visited {
  color: #fff;
  background-color: #EF4034;
  border: 0;
  border-radius: 0;
}
#content .btn.btn-primary:hover,
#content .btn.btn-primary:visited:hover {
  color: #fff;
  background-color: #EF4034;
}
#content .btn.btn-default {
  color: #37484F;
  background-color: #CED7DB;
  border: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
#content .btn.btn-default:hover {
  background-color: #ECF0F1;
}
#content .bg-white {
  background: white;
  padding: 20px 0;
}
#content .bg-white .bgcolored {
  background: #f6f6f6;
}
#content input,
#content textarea {
  width: 100%;
  padding: 5px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #37484F;
  background: #fcfcfc;
  margin-bottom: 3px;
  border-radius: 0;
}
#content input[type=radio],
#content input[type=checkbox] {
  width: auto;
  margin-right: 1em;
}
#content .fb_standard {
  background: transparent none;
}
#content .fb_standard tr th {
  border-width: 0;
}
#content .fb_standard tr.hover td,
#content .fb_standard tr.hover td:first-child {
  background-color: transparent;
  color: inherit;
}
#content .fb_standard tr td {
  border-width: 0;
}
#content .fb_standard tr td label {
  display: inline-block;
  color: #3d72a7;
  font-weight: 300;
}
#content .fb_standard tr td sup {
  color: #0A5095;
}
#content .fb_standard tr td input,
#content .fb_standard tr td textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ededed !important;
  background: #fcfcfc;
  transition: all 0.5s ease-in-out;
}
#content .fb_standard tr td input[type=radio]:focus,
#content .fb_standard tr td input[type=checkbox]:focus,
#content .fb_standard tr td input:focus,
#content .fb_standard tr td textarea:focus {
  box-shadow: 0 0 3px -1px #0A5095 !important;
  outline: 0;
}
#content .fb_standard tr td input[type=radio],
#content .fb_standard tr td input[type=checkbox] {
  width: auto;
  padding: 5px;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}
#content .fb_standard tr td input[type=submit] {
  color: #ffffff;
  background-color: #3d72a7;
}
#content .captcha_notvalid {
  padding: 0.5em;
  color: rgba(255, 0, 0, 0.4);
}
#content .captcha_notvalid br {
  display: none;
}
#content .captcha_notvalid,
#content button[type=reset],
#content input[type=reset],
#content input[type=submit],
#content button,
#content input[type=submit] {
  width: auto;
  padding: 5px 10px 4px 10px;
  border: 0;
  background-color: #e8e8ea;
}
#content .captcha_notvalid:hover,
#content button[type=reset]:hover,
#content input[type=reset]:hover,
#content input[type=submit]:hover,
#content button:hover,
#content input[type=submit]:hover {
  color: #3d72a7;
}
#content .txt-link {
  padding: 1px 3px;
  margin: 2px 0;
  background: transparent;
  font-size: 0.9em;
  transition: all 0.3s ease-in-out;
}
#content .txt-link:hover {
  color: #EF4034;
}
#content .pagination-row {
  text-align: center;
}
#content .pagination-row ul.pagination li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
}
#content .pagination-row ul.pagination li a {
  display: block;
  border: 1px solid #CED7DB;
  color: #37484F;
  background-color: #CED7DB;
  font-size: 15px;
  padding: 4px 10px;
  border-radius: 0 !important;
  outline-width: 0;
  transition: all 0.3s ease-in-out;
}
#content .pagination-row ul.pagination li a :hover {
  color: #ffffff;
  background-color: #37484F;
  border: 1px solid #37484F;
}
#content .pagination-row ul.pagination li :hover {
  color: #ffffff;
  background-color: #37484F;
  border: 1px solid #37484F;
}
#content .pagination-row ul.pagination li.active > a,
#content .pagination-row ul.pagination li.active > a:hover {
  color: #ffffff;
  background-color: #37484F;
  border: 1px solid #37484F;
}
#content table {
  width: 100%!important;
  margin-bottom: 20px;
}
#content table tr,
#content table td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #CED7DB;
  padding: 4px 8px;
  background-color: #ffffff;
  color: #37484F;
}
#content table tr p,
#content table td p {
  padding: 0;
  margin: 0;
}
#content table tr.hover {
  background-color: #e8e8ea;
  color: #000;
}
#content table tr:last-child {
  border-width: 0 0 1px 0;
}
#content table tr:last-child td {
  border-width: 0 1px 0 0;
}
#content table tr:last-child td {
  border-width: 0 1px 0 0;
}
#content table tr:last-child td:last-child {
  border-width: 0;
}
#content .bg-blue table td,
#content .bg-dgrey table td {
  background: transparent;
  color: #fff;
}
#content #btnCMS.active,
#content #btnMAT.active {
  color: #ffffff;
  background: #EF4034;
}
#content #btnCMS:hover,
#content #btnMAT:hover {
  color: #ffffff;
  background: #EF4034;
}
#content #cmssearch-panel form {
  border-bottom: 1px solid #000;
  margin: 0 20px;
  padding: 0;
}
#content #cmssearch-panel form input {
  width: 94%;
  background: transparent;
  border: none;
  color: #000;
}
#content #cmssearch-panel form input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
#content #cmssearch-panel form .submit-cmssearch {
  float: right;
  width: 5%;
  border: none;
  background: transparent;
  color: #000;
}
#content #filterBtn {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 500;
  width: 100vw;
  background: #f6f6f6;
  padding: 20px 0 10px 0;
}
#content #filterBtn .filter-show {
  display: inline-block;
  margin-right: -5px;
  float: right;
  color: #222222;
  text-decoration: none;
}
#content #filterBtn .filter-show:hover {
  color: red;
}
#content #filterBtn2 {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 500;
  width: 100vw;
  background: #f6f6f6;
  padding: 20px 0 10px 0;
}
#content #filterBtn2 .filter-show {
  display: inline-block;
  margin-right: -5px;
  float: right;
  color: #222222;
  text-decoration: none;
}
#content #filterBtn2 .filter-show:hover {
  color: red;
}
#content #matfilter {
  position: absolute;
  display: block;
  width: 1170px;
  left: 50%;
  top: 170px;
  margin-left: -555px;
}
#content #matfilter .matsearch {
  border: 0;
  border-bottom: 1px solid #ffffff;
  margin: 0 15px;
}
#content #matfilter .matsearch input#new_product_search {
  background: transparent;
  border: 0;
  color: #ffffff;
  width: 85%;
  font-size: 1em;
  font-weight: 400;
  box-shadow: 0 0 0 transparent;
}
#content #matfilter .matsearch input#new_product_search:focus {
  box-shadow: 0 0 0 transparent;
}
#content #matfilter .matsearch input#new_product_search::placeholder {
  color: #ffffff;
  opacity: 1;
}
#content #matfilter .matsearch input#new_product_search:-ms-input-placeholder {
  color: #ffffff;
}
#content #matfilter .matsearch input#new_product_search::-ms-input-placeholder {
  color: #ffffff;
}
#content #matfilter .matsearch button {
  background: transparent;
  border: 0;
  color: #ffffff;
  width: auto;
}
#content #matfilter .dividedsearch {
  color: #ffffff;
  margin: 18px 7px;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
}
#content #matfilter .attr {
  display: block;
  width: auto;
  float: none;
  padding: 5px 0;
}
#content #matfilter .attrlist {
  display: inline-block;
  text-align: center;
  margin-top: -60px;
}
#content #matfilter .attrlist a.attrchoose {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 1em;
  padding: 5px 10px 5px 0;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
  text-align: left;
}
#content #matfilter .attrlist a.attrchoose.close:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f067';
}
#content #matfilter .attrlist a.attrchoose.open:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f068';
}
#content #matfilter .attrlist .attrBox {
  text-align: left;
  padding: 8px 8px 8px 20px;
  position: absolute;
  width: 80%;
  left: 20%;
  top: 117px;
}
#content #matfilter .attrlist .attrBox label {
  display: inline-block;
  width: 33%;
  float: left;
  color: #ffffff;
  cursor: pointer;
  font-weight: 300;
}
#content #matfilter .attrlist .attrBox label input {
  margin-right: 5px;
}
#content #matfilter #filterCls,
#content #matfilter #matundo {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
#content #comsrch,
#content #matsrch {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: none;
}
#content #filterAction {
  position: fixed;
  left: 50%;
  bottom: 2em;
  width: 100%;
  max-width: 1170px;
  text-align: right;
  margin-left: -570px;
}
#content .product-sidebar.display-over {
  position: fixed;
  width: 101vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  left: 0;
  top: 0;
}
#content .product-sidebar.display-over .closefilter {
  display: block;
  text-align: right;
}
#content #matfilterProp {
  height: auto;
}
#content #filterBbl {
  margin-bottom: 10px;
}
#content #filterBbl button {
  margin-right: 10px;
  color: #333333;
  background: #f6f6f6;
  border: 1px solid #333333;
}
#content #filterBbl button:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f057';
  font-size: 90%;
  position: relative;
  top: -1px;
  left: 6px;
}
#content .ogGalItemBody {
  margin-bottom: 30px;
  max-height: 280px;
  overflow: hidden;
}
#content .ogGalItemBody .prod-new {
  position: absolute;
  background: rgba(239, 64, 52, 0.6);
  padding: 0.8em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
#content .ogGalItemBody .prdInfoBody {
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  z-index: 200;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  line-height: 28px;
}
#content .ogGalItemBody .prdInfoBody .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 21px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}
#content .ogGalItemBody .prdInfoBody button .wlStr {
  display: none;
}
#content .ogGalItemBody .prdInfoBody button:hover .wlStr {
  display: inline;
}
#content .dataTables_paginate {
  text-align: center;
}
#content .dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 1px 8px;
  margin: 0 1px;
  text-decoration: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) !important;
  transition: all 0.3s ease-in-out;
}
#content .dataTables_paginate .paginate_button:hover {
  color: #EF4034 !important;
}
#content .dataTables_paginate .paginate_button.current {
  color: #EF4034 !important;
  border-color: #EF4034 !important;
}
#content .dataTables_paginate .paginate_button[title=refresh] {
  display: none;
}
#content .dataTables_paginate .paginate_button_disabled {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
  text-decoration: none !important;
}
#content .dataTables_paginate .paginate_button_disabled:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
}
#content .fancybox {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
#content .fancybox img {
  max-height: 250px;
  object-fit: cover;
}
#content .fancybox > .fb-overlay {
  display: block;
  position: absolute;
  z-index: 400;
  bottom: 10px;
  width: 25px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.6);
}
#content .fancybox > .fb-overlay i {
  color: #000000;
}
#content .fancybox.in_1 {
  width: 100%;
  max-height: 100%;
}
#content #prdID .prdgal .fancybox.thumbs {
  display: block;
  width: 100%;
  height: 120px;
  padding: 0;
  margin: 0;
}
#content #prdID .prdgal .fancybox.thumbs img {
  display: block;
  width: 100%;
  height: 120px;
}
#content .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#content .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#prdID,
#company-d {
  padding-bottom: 100px!important;
}
#company-o a {
  text-decoration: none;
}
#company-d > .container > .ctpl {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 0;
  padding-right: 0;
}
#prdID .prdoverview-item {
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 30px;
}
#prdID .prdoverview-item .fixedlayer {
  position: absolute;
  width: calc(100% - 30px);
  height: 60px;
  padding: 5px;
  top: 140px;
  left: 15px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
#prdID .prdoverview-item:hover .fixedlayer {
  opacity: 1;
}
#prdID .prdnew {
  margin-left: -18px;
}
/* ******************* media downloads/wishlist ******************* */
.media-list {
  margin: 0;
}
.media-list li {
  padding: 0;
}
.media-list .center-cropped {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
}
.media-list .center-cropped.center-cropped-small {
  width: 64px;
  height: 64px;
}
.media-list .center-cropped img {
  width: 100%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
/* ******************* Suche ******************* */
#hproducts img {
  max-width: 150px;
  margin-right: 15px;
}
/* ******************* Footer ******************* */
.footer {
  margin-top: 50px;
}
.footer .newsletter .row {
  padding-top: 0;
}
.footer .sponsor {
  min-height: 40px;
  padding: 5px 0 0 0;
}
.footer .sponsor:first-child {
  min-height: 5px;
  padding: 0 0 0 0;
}
.footer .sponsor a {
  display: inline-block;
  padding: 0 6px;
}
.footer .sponsor a img {
  width: 100%;
}
.footer .sponsor p {
  display: block;
  color: #ffffff;
  font-weight: 300;
  margin-top: -5px;
}
.footer .sib-container {
  padding: 40px 0 20px 0!important;
  margin-right: -15px;
  margin-left: 15px;
}
.footer .sib-container .mandatory-email {
  width: 100%;
  background: #ffffff;
  padding: 1px!important;
}
.footer .sib-container .mandatory-email #email {
  width: 55%;
  background: #ffffff;
  border: 0;
  float: left;
  padding-left: 5px;
  height: 30px;
  font-weight: bold;
}
.footer .sib-container .mandatory-email #emailsubmit {
  width: 45%;
  height: 30px;
  padding: 0;
  background: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 0.95em;
  font-weight: normal;
}
.footer.footerfixed {
  position: absolute;
  bottom: 0;
}
.footer.footerfixed.nofixed {
  position: relative;
}
#back-to-top {
  width: 30px;
  height: 30px;
  padding: 0 5px;
  text-align: center;
  background: rgba(239, 64, 52, 0.8);
  color: #ffffff;
  position: fixed;
  z-index: 9999;
  bottom: 85px;
  right: 20px;
  display: none;
  transition: all 0.5s ease-in-out;
}
#back-to-top:hover {
  background: #ef4034;
}
#cookie-accept {
  background: rgba(239, 64, 52, 0.8);
  color: #ffffff;
}
#cookie-accept .btn {
  width: 100%;
  padding: 10px;
  margin-top: 12px;
}
/****** WISHLIST ****

 */
#wishlist_col {
  margin-top: -7px;
}
.btn-wishlist {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-width: 0;
  background: #ffffff;
}
.btn-wishlist:hover {
  color: #EF4034;
  background: #ffffff;
}
.btn-wishlist .badge {
  width: 18px;
  height: 18px;
  padding: 3px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -6px;
}
#wishlist {
  position: relative;
  float: right;
  z-index: 1040;
  margin: 0;
}
#wishlist #wishlist_content {
  width: 200px;
  position: absolute;
  overflow: hidden;
  display: none;
}
#wishlist .media-body {
  display: inline-block;
}
#wishlist ul {
  padding: 0;
}
#wishlist li {
  display: table;
  color: #222222;
  background: #666666;
  width: 100%;
  height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#wishlist li > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 13px;
}
#wishlist li .wishlist-item-img,
#wishlist li .wishlist-item-delete {
  font-size: 24px;
  text-align: center;
  color: #222222;
  background-color: #f6f6f6;
}
#wishlist li .wishlist-item-img i,
#wishlist li .wishlist-item-delete i {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 24px;
}
#wishlist li.wishlist-title .wishlist-item-img {
  font-size: 18px;
}
#wishlist li .wishlist-item-content {
  font-size: 12px;
  width: 100%;
  color: #ffffff;
  line-height: 1.2;
}
#wishlist li .wishlist-item-content a {
  color: #ffffff;
}
#wishlist li.wishlist-item {
  width: 250px;
}
#wishlist li.wishlist-item .wishlist-item-img {
  padding: 0;
}
#wishlist li.wishlist-item .wishlist-item-delete {
  padding: 0;
}
#wishlist li.wishlist-item .wishlist-item-delete a {
  display: block;
  cursor: pointer;
  padding: 13px;
}
#wishlist li.wishlist-item:hover,
#wishlist li.wishlist-item:focus {
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#wishlist li.wishlist-item.with-lend {
  width: 300px;
}
#wishlist li.wishlist-item.with-lend:hover,
#wishlist li.wishlist-item.with-lend:focus {
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  -o-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
#wishlist li.wishlist-submit .wishlist-item-content {
  padding: 0;
}
#wishlist li.wishlist-submit .wishlist-item-content button {
  display: block;
  padding: 13px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  color: #ffffff;
}
#wishlist li.wishlist-submit:hover,
#wishlist li.wishlist-submit:focus {
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#wishlist li.wishlist-submit .wishlist-item-img i {
  width: 50px;
}
.loading:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media (min-width: 1200px) {
  #wishlist #wishlist_content {
    width: 236px;
    position: absolute;
    overflow: hidden;
  }
  #wishlist li {
    height: 64px;
    margin-left: 0px;
  }
  #wishlist li > span {
    padding: 0 16px;
  }
  #wishlist li .wishlist-item-img,
  #wishlist li .wishlist-item-delete {
    font-size: 32px;
  }
  #wishlist li .wishlist-item-img i,
  #wishlist li .wishlist-item-delete i {
    width: 32px;
  }
  #wishlist li.wishlist-title .wishlist-item-img {
    font-size: 24px;
  }
  #wishlist li .wishlist-item-content {
    font-size: 14px;
  }
  #wishlist li.wishlist-item {
    width: 300px;
  }
  #wishlist li.wishlist-item .wishlist-item-delete a {
    padding: 16px;
  }
  #wishlist li.wishlist-item .wishlist-item-delete a .fa {
    color: #666666;
  }
  #wishlist li.wishlist-item .wishlist-item-delete a:hover .fa {
    color: #EF4034;
  }
  #wishlist li.wishlist-item #wishlist li.wishlist-item .wishlist-item-delete a .fa {
    color: #222;
  }
  #wishlist li.wishlist-item #wishlist li.wishlist-item .wishlist-item-delete a:hover .fa {
    color: #EF4034;
  }
  #wishlist li.wishlist-item:hover,
  #wishlist li.wishlist-item:focus {
    -webkit-transform: translate(-64px, 0);
    -moz-transform: translate(-64px, 0);
    -ms-transform: translate(-64px, 0);
    -o-transform: translate(-64px, 0);
    transform: translate(-64px, 0);
  }
  #wishlist li.wishlist-item.with-lend {
    width: 364px;
  }
  #wishlist li.wishlist-item.with-lend:hover,
  #wishlist li.wishlist-item.with-lend:focus {
    -webkit-transform: translate(-128px, 0);
    -moz-transform: translate(-128px, 0);
    -ms-transform: translate(-128px, 0);
    -o-transform: translate(-128px, 0);
    transform: translate(-128px, 0);
  }
  #wishlist li.wishlist-submit .wishlist-item-content button {
    padding: 16px;
    font-size: 14px;
    height: 64px;
  }
  #wishlist li.wishlist-submit:hover,
  #wishlist li.wishlist-submit:focus {
    -webkit-transform: translate(-64px, 0);
    -moz-transform: translate(-64px, 0);
    -ms-transform: translate(-64px, 0);
    -o-transform: translate(-64px, 0);
    transform: translate(-64px, 0);
  }
  #wishlist li.wishlist-submit .wishlist-item-img i {
    width: 64px;
  }
}
@media (max-width: 767px) {
  #wishlist #wishlist_content {
    right: 10px;
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  #wishlist #wishlist_content {
    top: 85px;
    margin-left: -160px;
  }
}
#searchLayer {
  width: calc(100% + 5px);
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
}
#searchLayer > a {
  display: inline-block;
  float: right;
  padding: 5px;
  margin: 20px;
  cursor: pointer;
}
#searchLayer > a img {
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
}
#searchLayer > a:hover img {
  opacity: 1;
}
#searchItem {
  width: 500px;
  /*! height: 80px; */
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -250px;
}
#searchItem form,
#searchItem form .form-group {
  width: 100%;
}
#searchItem form {
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #fff;
}
#searchItem form input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 85%;
  float: left;
}
#searchItem form input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#searchItem form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 10%;
  float: right;
  padding: 5px 0;
  margin-top: -10px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .phone #searchItem {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    padding: 0 10%;
    margin: 0;
  }
  .phone #searchItem form {
    overflow: hidden;
  }
}
/* aus style.less entnommen */
#content .fancybox-wrap {
  background: transparent!important;
}
#content .fancybox {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  /* PrdGal */
}
#content .fancybox img {
  /* max-height: 250px; */
}
#content .fancybox > .fb-overlay {
  position: absolute;
  z-index: 400;
  bottom: 0;
  padding: 0 5px;
  display: block;
  height: 25px;
  width: 25px;
  background: rgba(255, 255, 255, 0.6) url('../../../img/custom/thin-plus-sbcz.svg') center no-repeat;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  background-size: 15px;
}
#content .fancybox > .fb-overlay i:before {
  content: '';
}
#content .fancybox.in_1 img {
  width: 100%;
  max-height: 100%;
}
#content .prdgal .fancybox {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
#content .prdgal .fancybox img {
  position: absolute;
  min-height: 160px;
  width: auto;
  margin-top: -35px;
}
/***** ICON-SPRITE ERSETZEN DURCH FONT AWESOME *****/
/* mixins zur nutzung */
.fancybox-close {
  /* aus font-awesome.css */
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* /aus font-awesome.css */
  background: transparent;
  /* aus font-awesome.css */
  width: 1.28571429em;
  text-align: center;
  /* aus font-awesome.css */
  font-size: 2em;
  top: 25px;
  right: 25px;
}
.fancybox-close span {
  display: block;
  height: 40px;
  width: 40px;
  margin-top: 15px;
  margin-left: -10px;
  background: rgba(255, 255, 255, 0.6) url('../../../img/custom/thin-close-sbcz.svg') center no-repeat;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
  background-size: 30px;
}
.fancybox-close span:hover {
  opacity: 1;
}
.fancybox-prev span,
.fancybox-next span {
  /* aus font-awesome.css */
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* /aus font-awesome.css */
  background: transparent;
  /* aus font-awesome.css */
  width: 1.28571429em;
  text-align: center;
  /* aus font-awesome.css */
  font-size: 2em;
  color: #f6f6f6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.fancybox-prev span:before {
  content: "\f053";
}
.fancybox-next span:before {
  content: "\f054";
}
.fancybox-wrap .fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.fancybox-wrap .fancybox-skin .fancybox-title {
  background: #fff;
  padding: 0.8em 1.2em;
}
/* ******************* Responsives ******************** */
/* Extra extra small devices (phones, 360px and down) */
@media only screen and (max-width: 360px) {
  body {
    margin-bottom: 0;
  }
  .hiddenhr {
    max-height: 0;
    padding: 0;
    margin: 0;
  }
  .head-image,
  #theme {
    margin-top: 0;
  }
  #content {
    padding-bottom: 0;
    margin-bottom: 0!important;
  }
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    font-size: 1em;
  }
  #prdID {
    padding-bottom: 0!important;
  }
  #prdID .prdoverview-item a .fixedlayer {
    display: block!important;
  }
  #filterProductsGrid {
    padding-bottom: 1em;
  }
  .footer {
    margin-top: 0;
    position: relative;
    height: auto;
    background-color: #333333;
    font-size: 0.8em;
    padding: 0 15px;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
}
@media only screen and (max-width: 480px) {
  .hiddenhr {
    max-height: 0;
    padding: 0;
    margin: 0;
  }
  #content {
    padding-bottom: 0;
    margin-bottom: 0!important;
  }
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    font-size: 1em;
  }
  #prdID {
    padding-bottom: 0!important;
  }
  #prdID .prdoverview-item a .fixedlayer {
    display: block!important;
  }
  #filterProductsGrid {
    padding-bottom: 1em;
  }
  .footer {
    margin-top: 0;
  }
  .footer .sib-container {
    padding: 40px 0 20px 0!important;
    margin-right: -15px;
    margin-left: 15px;
  }
  .footer .sib-container .mandatory-email {
    width: 100%;
    background: #ffffff;
    padding: 1px!important;
  }
  .footer .sib-container .mandatory-email #email {
    width: 100%;
    background: #ffffff;
    border: 0;
    float: none;
    padding-left: 5px;
    height: 30px;
    font-weight: bold;
  }
  .footer .sib-container .mandatory-email #emailsubmit {
    width: 100%;
    height: 30px;
    padding: 0;
    background: #333333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-weight: normal;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    margin-bottom: 0;
  }
  .hiddenhr {
    max-height: 0;
    padding: 0;
    margin: 0;
  }
  .head-image,
  #theme {
    margin-top: 0;
  }
  .head-image #notice .notice-item > .notice-overlay-text .h3,
  #theme #notice .notice-item > .notice-overlay-text .h3 {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image #notice .notice-item > .notice-overlay-text .intro,
  #theme #notice .notice-item > .notice-overlay-text .intro {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image .owl-stage .item > .overlay-text .h3,
  #theme .owl-stage .item > .overlay-text .h3 {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image .owl-stage .item > .overlay-text .intro,
  #theme .owl-stage .item > .overlay-text .intro {
    font-size: 0.8em;
    line-height: 1em;
  }
  #content {
    max-width: 100vw;
    overflow-x: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #content.wsnav {
    margin-top: 0;
  }
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    font-size: 1em;
  }
  #content #matfilter {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #content #matfilter .attrlist {
    display: block;
    margin: 0;
    width: 100%;
  }
  #content #matfilter .attrlist .attr {
    display: block;
    width: 100%;
    float: none;
  }
  #content #matfilter .attrlist .attr a {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  #content #matfilter .attrlist .showmat {
    display: block;
    width: 100%;
    float: none;
  }
  #content #matfilter .attrlist .showmat .btn {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  #content #matfilter #filterAction {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  #content #matfilter #filterAction a {
    display: block;
    margin: 0 0 10px 0!important;
    width: 100%!important;
    text-align: center;
    border-color: #000000;
    color: #000000;
  }
  #content .dividedsearch {
    color: #222222 !important;
    padding-left: 0!important;
    margin-left: 0!important;
  }
  #prdID {
    padding-bottom: 0!important;
  }
  #prdID .prdoverview-item a .fixedlayer {
    display: none!important;
  }
  #filterProductsGrid {
    padding-bottom: 1em;
  }
  .footer {
    position: relative;
    height: auto;
    background-color: #333333;
    font-size: 0.8em;
    margin-top: 0;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
}
/* Medium devices (landscape tablets, 767px and up) */
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 0;
  }
  .hiddenhr {
    max-height: 0;
    padding: 0;
    margin: 0;
  }
  #header {
    position: fixed;
    height: auto;
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
  }
  #header .navbar-header {
    width: 100%;
  }
  #header .navbar-header .navbar-brand {
    width: 70%;
    margin-top: 0;
    padding-top: 0;
    float: left;
  }
  #header .navbar-header .navbar-toggle {
    width: auto;
    margin-right: 0;
    background: #fff;
    float: right;
  }
  #header #js-bootstrap-offcanvas {
    float: none;
    margin-top: 0;
    background: #ffffff;
  }
  #header #js-bootstrap-offcanvas .main-nav {
    margin: 20px 0;
    padding: 0;
  }
  #header #js-bootstrap-offcanvas .main-nav ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li a {
    display: inline-block;
    width: 80%;
    float: right;
    padding: 5px 10px;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li a.dropit {
    display: inline-block;
    float: left;
    width: 19%;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li a.dropit2 {
    display: inline-block;
    margin-left: -7%;
    float: left;
    width: 19%;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li ul {
    display: block;
    float: none;
    background: transparent;
    padding: 0 0 0 15px;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li ul li {
    margin-bottom: 2px;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li ul li a {
    display: block;
    float: none;
    width: 100%;
    padding: 3px 25px;
    text-align: right;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.1s ease-in-out;
    text-decoration: none;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li ul li a:hover {
    background: #ffffff;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li ul li ul {
    display: block;
    float: none;
    background: transparent;
    padding: 0 0 0 15px;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li ul li ul li {
    list-style-type: none;
    padding-right: 10px;
    margin-bottom: 2px;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li ul li ul li a {
    display: block;
    float: none;
    width: 100%;
    padding: 3px 25px;
    text-align: right;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.1s ease-in-out;
    text-decoration: none;
  }
  #header #js-bootstrap-offcanvas .main-nav ul li ul li ul li a:hover {
    background: #ffffff;
  }
  #header #js-bootstrap-offcanvas.in .navbar-form {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    height: 50px;
    padding: 0 0 0 10px;
  }
  #header #js-bootstrap-offcanvas.in .navbar-form #search_col {
    margin-right: 0;
    float: right;
  }
  #header #js-bootstrap-offcanvas.in .navbar-form #search_col a {
    margin-top: 0;
    padding: 15px;
    height: auto;
    width: auto;
    font-size: 1.1em;
  }
  #header #js-bootstrap-offcanvas.in .navbar-form #wishlist_col {
    margin-top: -2px;
    float: right;
  }
  #header #js-bootstrap-offcanvas.in .navbar-form #wishlist_col button {
    margin-top: 0;
    padding: 15px;
    height: auto;
    width: auto;
    font-size: 1.1em;
    background: transparent;
  }
  #header .sub-nav {
    display: none;
  }
  .head-image,
  #theme {
    margin-top: 0;
  }
  .head-image #notice .notice-item > .notice-overlay-text span,
  #theme #notice .notice-item > .notice-overlay-text span {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image .owl-stage .item > .overlay-text span,
  #theme .owl-stage .item > .overlay-text span {
    font-size: 0.8em;
    line-height: 1em;
  }
  .head-image.mt-plus {
    margin-top: 0;
  }
  #content {
    max-width: 100vw;
    overflow-x: hidden;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 4.6em;
  }
  #content.content-box {
    margin-top: 0;
  }
  #content.wsnav {
    margin-top: 20px;
  }
  #content.intro {
    padding-top: 0;
  }
  #content #filterBtn {
    position: relative;
    top: 0;
    margin-left: -30px;
  }
  #content #filterBtn2 {
    position: relative;
    top: 0;
    margin-left: -35px;
    margin-bottom: 50px;
  }
  #content #filterProductsGrid {
    padding-bottom: 1em;
  }
  #content #ajaxSidebar {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: transparent;
  }
  #content #ajaxSidebar #filterAction > a {
    width: 49%;
    float: left;
    margin: 0  0 0 1%;
  }
  #content #ajaxSidebar #filterAction > a:first-child {
    margin: 0 1% 0 0;
  }
  #content #ajaxSidebar x .closefilter {
    display: block;
    width: 100%;
    height: 30px;
    text-align: right;
    text-decoration: none;
  }
  #content #ajaxSidebar x .closefilter:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
    font-size: 1.8em;
    color: #222222;
  }
  #content #ajaxSidebar x .closefilter > img {
    display: none;
  }
  #content #ajaxSidebar button {
    width: 100%;
  }
  #content #matfilterProp {
    padding-bottom: 25px;
  }
  #content #matfilter {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 45px;
    padding: 0;
  }
  #content #matfilter .attrlist {
    float: none;
  }
  #content #matfilter .attrlist .attr .attrchoose {
    float: none;
    color: #222222;
    font-weight: 300;
  }
  #content #matfilter .attrlist .attrBox {
    text-align: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  #content #matfilter .attrlist .attrBox label {
    display: inline-block;
    width: 100%;
    float: none;
    color: #222222;
    cursor: pointer;
    font-weight: 300;
  }
  #content #matfilter #matundo {
    width: 100%;
  }
  #content #matfilter #filterAction {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  #content #matfilter #filterAction a {
    border-color: #000000;
    color: #000000;
  }
  #content .matsearch {
    border-bottom: 1px solid #000000 !important;
    width: 100%;
    margin: 0!important;
    padding: 0;
  }
  #content .matsearch input#new_product_search {
    color: #000000 !important;
    width: 80%;
  }
  #content .matsearch input#new_product_search::placeholder {
    color: #000000 !important;
    opacity: 1;
  }
  #content .matsearch input#new_product_search:-ms-input-placeholder {
    color: #000000 !important;
  }
  #content .matsearch input#new_product_search::-ms-input-placeholder {
    color: #000000 !important;
  }
  #content .matsearch button {
    color: #000000 !important;
  }
  .footer {
    position: relative;
    height: auto;
    background-color: #333333;
    font-size: 0.8em;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
  .footer .sponsor img {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .navbar-header button {
    display: none!important;
  }
  .navbar-header .navbar-brand {
    display: block;
    width: 190px;
    height: 80px;
    margin-right: 0;
    overflow: hidden;
  }
  .navbar-header .navbar-brand img {
    width: 190px;
  }
  #header .navbar-nav {
    display: block;
    padding-left: 0;
  }
  #header .sub-nav {
    /* Deppen-Script */
    position: relative;
    top: -13px;
    left: -5px;
    height: auto;
  }
}
/* Large devices (laptops/desktops, 769px and up) */
@media only screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 94px;
    width: 100%;
    padding: 10px 5px 0 5px;
    background: #ffffff;
  }
  #header .logo a {
    display: block;
    padding-top: 8px;
  }
  #header .navbar-header {
    padding: 0;
  }
  #header .navbar-header .navbar-toggle {
    display: block;
    float: left;
    margin-left: -15px;
  }
  #header .navbar-header .navbar-toggle i {
    font-size: 28px;
  }
  #header .navbar-header a {
    float: right;
  }
  #header .main-nav {
    border-top: 0;
    display: block;
    text-align: right;
    padding: 0;
    margin: 2px 0 0 -25px;
  }
  #header .main-nav a {
    display: inline-block;
    width: auto;
    border-bottom: 0;
  }
  #header .search {
    padding-top: 17px;
  }
  #header .search input {
    float: right;
    width: 70%;
  }
  #header .search a {
    width: 25%;
  }
  #header .sub-nav {
    position: relative;
    height: auto;
  }
  #header .head-image {
    margin-top: 94px;
  }
  #theme {
    margin-top: 94px;
  }
  #theme #notice .notice-item {
    position: relative;
  }
  #theme #notice .notice-item img {
    width: 100%;
    opacity: 0.85;
    transition: all 0.5s ease-in-out;
  }
  #theme #notice .notice-item:hover img {
    opacity: 1;
  }
  #theme #notice .notice-item > .notice-overlay-text {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 500;
    display: inline-block;
    width: auto;
  }
  #theme #notice .notice-item > .notice-overlay-text span {
    display: block;
    padding: 3px 5px;
    background: #f6f6f6;
    color: #000000;
    font-size: 1em;
  }
  #theme #notice .notice-item > .notice-overlay-text span a {
    color: #000000;
  }
  #theme #notice .owl-stage .item > .overlay-text span {
    font-size: 1em;
    line-height: 1em;
  }
  #content {
    padding: 0 0 110px 0;
    margin: 145px 0 120px 0;
  }
  #content.cutit {
    margin: 0 0 120px 0;
  }
  #content #cmssearch-panel form {
    border-bottom: 1px solid #FFF;
  }
  #content #cmssearch-panel form input {
    color: #FFF;
  }
  #content #cmssearch-panel form .submit-cmssearch {
    color: #FFF;
  }
  #content #matfilter {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #content #matfilter .attrlist {
    display: inline-block;
    margin: 0 0 0 7px;
    width: auto;
    text-align: center;
  }
  #content #matfilter .attrlist .attr {
    display: inline-block;
    width: auto;
    float: left;
  }
  #content #matfilter .attrlist .attr:nth-child(even) {
    float: left;
  }
  #content #matfilter .attrlist .attr a {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
  }
  #content #matfilter .attrlist .attr a[name]:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 150px;
    margin-top: 0px;
    visibility: visible;
  }
  #content #matfilter .attrlist .showmat {
    display: inline-block;
    width: auto;
    float: left;
  }
  #content #matfilter .attrlist .showmat .btn {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer {
    width: 100%;
    background-color: #333333;
    font-size: 0.8em;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1169px) {
  #content #ajaxSidebar {
    left: 5px;
  }
  #content #ajaxSidebar .closefilter {
    display: block;
    height: 30px;
    text-align: right;
    text-decoration: none;
  }
  #content #ajaxSidebar .closefilter:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
    font-size: 1.8em;
    color: #fff;
  }
  #content #ajaxSidebar .closefilter > img {
    display: none;
  }
  #content #ajaxSidebar button {
    display: block;
    width: 100%;
    text-align: center;
  }
  #content #matfilter {
    position: relative;
    max-width: 100%;
    padding: 0 5em;
    margin-top: 10px;
    margin-left: 0;
    left: 0;
  }
  #content #matfilter .attrlist {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  #content #matfilter .attrlist .attr {
    display: block;
    width: 100%;
  }
  #content #matfilter .attrlist .attr:nth-child(even) {
    float: left;
  }
  #content #matfilter .attrlist .attr a {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-weight: 300;
  }
  #content #matfilter .attrlist .attr a[name]:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 150px;
    margin-top: 0px;
    visibility: visible;
  }
  #content #matfilter .attrlist .showmat {
    display: inline-block;
    width: auto;
    float: left;
  }
  #content #matfilter .attrlist .showmat .btn {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #content #matfilter .attrlist .attrBox {
    text-align: left;
    padding: 8px 8px 8px 12px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  #content #matfilter .attrlist .attrBox label {
    display: inline-block;
    width: 48%;
    float: left;
    color: #ffffff;
    cursor: pointer;
    font-weight: 300;
    margin-right: 1%;
  }
}
@media (max-width: 1170px) {
  .container {
    width: 100%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 94px;
    width: 100%;
    padding: 10px 5px 0 5px;
    background: #ffffff;
  }
  #header .logo a {
    display: block;
    padding-top: 8px;
  }
  #header .navbar-header {
    padding: 0;
  }
  #header .navbar-header .navbar-toggle {
    display: block;
    width: auto;
    float: left;
    margin-left: -15px;
  }
  #header .navbar-header .navbar-toggle i {
    font-size: 28px;
  }
  #header .navbar-header a {
    float: right;
  }
  #header .main-nav {
    border-top: 0;
    display: block;
    text-align: right;
    padding: 0;
    margin: 2px 0 0 0;
  }
  #header .main-nav a {
    display: inline-block;
    width: auto;
    border-bottom: 0;
  }
  #header .sub-nav {
    position: relative;
    height: auto;
  }
  .head-image {
    margin-top: 94px;
  }
  #theme {
    margin-top: 94px;
  }
  #theme #notice .notice-item {
    position: relative;
  }
  #theme #notice .notice-item img {
    width: 100%;
    opacity: 0.85;
    transition: all 0.5s ease-in-out;
  }
  #theme #notice .notice-item:hover img {
    opacity: 1;
  }
  #theme #notice .notice-item > .notice-overlay-text {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 500;
    display: inline-block;
    width: auto;
  }
  #theme #notice .notice-item > .notice-overlay-text span {
    display: block;
    padding: 3px 5px;
    background: #f6f6f6;
    color: #000000;
    font-size: 1em;
  }
  #theme #notice .notice-item > .notice-overlay-text span a {
    color: #000000;
  }
  #theme #notice .owl-stage .item > .overlay-text span {
    font-size: 1em;
    line-height: 1em;
  }
  #content {
    padding: 0 0 110px 0;
    margin: 145px 0 120px 0;
  }
  #content.cutit {
    margin: 0 0 120px 0;
  }
  #content #matfilter {
    padding: 0;
  }
  #content #matfilter .attrlist {
    display: inline-block;
    margin: 0 0 80px 7px;
    width: auto;
    text-align: center;
  }
  #content #matfilter .attrlist .attr {
    display: block;
    width: auto;
    float: none;
    padding: 5px 0;
  }
  #content #matfilter .attrlist .attr:nth-child(even) {
    float: none;
  }
  #content #matfilter .attrlist .attr a {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    text-shadow: none;
    font-weight: normal;
  }
  #content #matfilter .attrlist .showmat {
    display: inline-block;
    width: auto;
    float: left;
  }
  #content #matfilter .attrlist .showmat .btn {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer {
    width: 100%;
    background-color: #333333;
    font-size: 0.8em;
    margin: 0;
  }
  .footer .row {
    padding: 15px;
  }
  .footer .row p {
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .footer .row ul li {
    display: inline-block;
  }
  .footer .row ul li a {
    display: block;
    padding: 10px 5px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer .row ul li a > i {
    font-size: 2em;
  }
  .footer .row ul li a:hover {
    color: #ffffff;
  }
}
/*# sourceMappingURL=master.css.map */