body .preview-overlay.full .inner-wrapper {
  display: none;
}

body .preview-overlay.full:hover .inner-wrapper {
  display: block;
}

body .preview-overlay.full .preview-eye {
  display: block;
}

.fa, .far, .fas {
  font-family: "FontAwesome" !important;
}

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-display: fallback;
  font-style: normal;
  font-weight: 300;
  src: url('../documents/fonts/roboto-condensed-v19-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
    url('../documents/fonts/roboto-condensed-v19-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../documents/fonts/roboto-condensed-v19-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../documents/fonts/roboto-condensed-v19-latin-300.woff') format('woff'),
    /* Modern Browsers */
    url('../documents/fonts/roboto-condensed-v19-latin-300.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../documents/fonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: url('../documents/fonts/roboto-condensed-v19-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('../documents/fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../documents/fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../documents/fonts/roboto-condensed-v19-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../documents/fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../documents/fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
  src: url('../documents/fonts/roboto-condensed-v19-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
    url('../documents/fonts/roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../documents/fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../documents/fonts/roboto-condensed-v19-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../documents/fonts/roboto-condensed-v19-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../documents/fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}

body {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  background: rgb(255, 255, 255);
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

body #vue-app {
  margin: 0 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: .5rem;
  color: #111111
}

h1, .h1 {
  font-size: 2.5rem
}

h2, .h2 {
  font-size: 2rem
}

h3, .h3 {
  font-size: 1.75rem
}

h4, .h4 {
  font-size: 1.5rem
}

h5, .h5 {
  font-size: 1.25rem
}

h6, .h6 {
  font-size: 1rem
}

a, a:hover, a:visited {
  color: #111111
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.popover {
  z-index: 100100;
}

.btn {
  border-radius: 3px;
}

.input-unit {
  border: 1px solid #ccc;
}

.alert-info {
  color: #111111;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
  width: auto;
}

.text-primary, .color-primary,
.text-muted {
  color: #111111 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}

.tooltip {
  z-index: 1000 !important
}

.tooltip-inner {
  background-color: #111111 !important;
  color: #fff;
  font-weight: 600
}

.bs-tooltip-top .arrow::before {
  border-top-color: #111111;
}

.modal {
  z-index: 20000 !important;
}

.modal-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #111111
}

.btn {
  padding: .75rem 1rem;
  font-weight: 600;
}

.page-category .text-secondary, .page-category .color-secondary {
  color: #111111 !important;
}

.widget-primary a.text-appearance, .widget-primary .btn-appearance {
  -webkit-text-decoration-color: #111111;
  text-decoration-color: #111111;
}

.widget-primary .btn-appearance.disabled, .widget-primary .btn-appearance:disabled,
.widget-primary .btn-appearance {
  color: #fff;
  background-color: #111111;
  border-color: #111111
}

.widget-primary .btn-appearance:not(:disabled):not(.disabled):active, .widget-primary .btn-appearance:not(:disabled):not(.disabled).active, .show>.widget-primary .btn-appearance.dropdown-toggle,
.widget-primary .btn-appearance:hover {
  color: #111111 !important;
  background-color: #fff !important;
  border-color: #111111 !important;
}

.widget-primary .btn-appearance:not(:disabled):not(.disabled):active:focus, .widget-primary .btn-appearance:not(:disabled):not(.disabled).active:focus, .show>.widget-primary .btn-appearance.dropdown-toggle:focus {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.widget-primary .bg-appearance {
  color: #111111 !important;
  background-color: #fff !important;
  padding: 0;
}

.widget-item-list-inline-caption {
  font-size: 1.1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  font-weight: 400;
}

.basket-item .small {
  font-size: 100%;
  font-weight: 400;
}

.widget-primary a.text-appearance:hover, .widget-primary a.text-appearance:focus, .widget-primary .btn-appearance:hover, .widget-primary .btn-appearance:focus {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}

.widget-primary .text-appearance {
  color: #111111 !important;
}

.widget-primary a.text-appearance:hover, .widget-primary a.text-appearance:focus {
  color: #666 !important;
}

.widget-provider-select.widget-primary input:checked+.provider-select-label {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border: 1px solid #666;
}

.widget-success a.text-appearance, .widget-success .btn-appearance {
  -webkit-text-decoration-color: #c40;
  text-decoration-color: #c40;
}

.widget-success .btn-appearance {
  color: #fff;
  background-color: #c40;
  border-color: #c40;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #111111;
  border-color: #111111
}

.btn-primary:focus, .btn-primary.focus {
  color: #222222;
  background-color: #fff;
  border-color: #111111
}

.btn-primary:focus, .btn-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary:focus, .btn-outline-primary.focus,
.widget-success .btn-appearance:not(:disabled):not(.disabled):active:focus,
.widget-success .btn-appearance:not(:disabled):not(.disabled).active:focus,
.show>.widget-success .btn-appearance.dropdown-toggle:focus {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.btn-primary:focus, .btn-primary.focus,
.widget-success .btn-appearance:not(:disabled):not(.disabled):active,
.widget-success .btn-appearance:not(:disabled):not(.disabled).active,
.show>.widget-success .btn-appearance.dropdown-toggle,
.widget-success a.text-appearance:hover,
.widget-success a.text-appearance:focus,
.widget-success .btn-appearance:hover,
.widget-success .btn-appearance:focus {
  -webkit-text-decoration-color: #111111;
  text-decoration-color: #111111;
}

a.text-primary:hover, a.color-primary:hover, a.text-primary:focus, a.color-primary:focus {
  color: #333 !important;
}

a.btn.btn-primary.btn-block {
  color: #fff;
  background-color: #111111;
  border-color: #111111
}

a.btn.btn-outline-primary.btn-block {
  color: #111111;
  border-color: #111111
}

a.btn.btn-outline-primary.btn-block:hover {
  color: #fff;
  background-color: #111111;
}

.widget-success .btn-appearance:hover {
  color: #fff;
  background-color: #111111;
  border-color: #111111
}

.widget-item-list-caption .widget-item-list-inline-caption * {
  text-transform: unset !important;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}

.widget-item-list .owl-item {
  min-height: 450px !important;
}

.notification-wrapper {
  position: fixed;
  right: 0;
  top: 15rem;
}

.alert {
  position: relative;
  padding: 2rem;
  font-size: 1.1rem;
}

.alert-success {
  color: #fff;
  background-color: #111111;
  border-color: #111111
}

.alert-danger {
  color: #fff;
  background-color: #c40;
  border-color: #c40;
}

.alert-success div::before {
  content: "Erfolgreich.";
  display: block;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.alert-danger div::before {
  content: "Fehler :(";
  display: block;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.alert-dismissible .close {
  color: inherit;
  font-size: 0;
  top: 20px;
  line-height: 1.5rem;
  font-family: 'FontAwesome';
  opacity: 1;
}

.alert-dismissible .close span::before {
  content: "\f00d";
  font-size: 2rem;
}

.notification-wrapper>.alert {
  -webkit-animation: cssAnimation 5s forwards;
  animation: cssAnimation 5s forwards;
}

.notification-wrapper .alert {
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fullpage {
  width: 100vw;
  height: auto;
  z-index: 9;
  overflow: hidden;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

.w-110vw {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  margin: 0;
}

@media (min-width: 1200px) {
  .container-max, .container {
    max-width: 1290px;
  }
}

@media (min-width: 1490px) {
  .container-max, .container {
    max-width: 1390px;
  }
}

body #page-body {
  overflow: hidden;
  background-image: url(../images/bg.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.notePanel {
  color: #fff;
  background: #cb0000;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  position: relative;
}

.notePanel a {
  color: #fff;
}

.closeNote {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}



header.header {
  position: relative;
  z-index: 3;
  background: #000;
}

.topBar {
  background: #444;
  line-height: 30px;
  height: 30px;
  text-align: right;
}

.topBar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.topBar li {
  display: inline;
  padding: 0 15px;
}

.topBar li a {
  color: #fff;
}

.logo {
  width: 200px;
  margin: 25px 0 25px 0px;
}

.topImage {
  width: 45%;
  opacity: .5;
}

.mainHeader {
  justify-content: space-between;
  display: flex;
}

header .controls-list {
  margin-bottom: 5px;
}

.controls {
  margin-top: 25px;
  position: relative;
}

header .controls .list-inline-item {
  height: 50px;
  margin: 0px 15px;
  padding: 0 0px 0px 0px;
  text-align: center;
}

header .controls .list-inline-item:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

header .controls .list-inline-item a {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  height: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 2rem;
  background: none
}

header .control-basket .toggle-basket-preview:hover {
  background-color: initial;
}

header .controls .list-inline-item svg {
  width: 30px;
  height: 35px;
  transition: all 0.3s ease;
  fill: #fff
}

header .controls .control-wish-list svg {
  width: 40px !important;
}

header .controls .list-inline-item .hidden-xs-down {
  display: block;
}

header .controls .list-inline-item .badge-right {
  background: #CB0000;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 0px;
  font-size: .8rem;
  top: 0px;
  font-weight: 800;
}

header .mainHeader::after {
  content: " ";
  background: #222;
  height: 100%;
  position: absolute;
  width: 56%;
  z-index: -1;
  transform: skew(-111deg);
  right: -17%;
  top: 0;
}

header .mainHeader::before {
  content: " ";
  background: #333;
  height: 100%;
  position: absolute;
  width: 30%;
  z-index: -1;
  transform: skew(-68deg);
  right: 18%;
  top: 0;
}

.navgiationHeader {
  background: #cb0000;
  position: relative;
}

.navgiationHeader>div {
  display: flex;
  justify-content: space-between;
}

.navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navigation>li:first-child {
  line-height: 50px;
  color: #fff;
  padding: 0 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.navigation>li:first-child:hover {
  overflow: initial;
}

.navigation>li:first-child .fa {
  margin-right: 10px;
}

.mainmenu {
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 20px;
  height: 0;
  z-index: -10;
  opacity: 0;
  -webkit-transform: scaleY(20px);
  -o-transform: scaleY(20px);
  -ms-transform: scaleY(20px);
  transform: scaleY(20px);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  margin: 0 0 0 0px;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
  top: 70px
}

.mainmenu.open,
.navigation>li:first-child:hover>ul.mainmenu {
  z-index: 999;
  height: auto;
  left: 0;
  pointer-events: initial;
  opacity: 1;
  transition-duration: 200ms;
  -webkit-transform: translateY(-20px) !important;
  -ms-transform: translateY(-20px) !important;
  transform: translateY(-20px) !important;
  column-count: 3;
  box-shadow: 0px 10px 20px -15px #000;
  -webkit-box-shadow: 0px 10px 20px -15px #000;
  -ms-box-shadow: 0px 10px 20px -15px #000;
}

.mainmenu li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  white-space: nowrap;
}

.mainmenu li a {
  font-size: 15px;
  font-weight: 600;
  text-transform: initial;
  line-height: 1.5rem;
}

.mainmenu>li .fa {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 8px;
}

.mainmenu li:hover a {
  color: #cb0000
}

.search {
  min-width: 40%;
  margin: 5px 0;
  height: 40px;
  position: relative;
}

.search .infopopper {
  position: absolute;
  left: -40px;
  top: 5px;
  background: #fff;
  padding: 2px;
  border-radius: 50%;
  width: 30px;
  text-align: center;
}

.infopopper .btn.btn-icon {
  border-radius: 50%;
  width: 26px;
  text-align: center;
  padding: 0;
  height: 26px;
  line-height: 26px;
}

.infopopper .btn.btn-icon>.fa {
  float: initial;
}

.navbarInputWrapper {
  position: relative;
}

.search-inp {
  border: 1px solid #e5e5e5;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  background: #fff;
  box-shadow: inset 0 0 5px #e5e5e5;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.search button.search-button {
  position: absolute;
  right: 7px;
  top: 12px;
  background: #000;
  border: 0;
  color: #fff;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 0px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0 30px;
  transition: all 0.3s ease;
}

.app {
  background: #ffffff;
  background: rgb(68, 68, 68);
  background: linear-gradient(180deg, rgba(68, 68, 68, 1) 0px, rgba(204, 204, 204, 1) 280px, rgba(255, 255, 255, 1) 400px);
}

.page-content {
  background: #fff;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}

.page-content *:not(.fa) {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
}

.breadcrumb {
  background: none;
}

.breadCrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb-item.active {
  color: #000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.shopFooter {
  background: #000;
  padding: 30px 0;
}

.shopFooter .row_1 {
  background: #fff;
  border-top: 5px solid #00385e;
  border-bottom: 5px solid #00385e;
}

.shopFooter .row_2 {
  padding: 30px 0px;
  color: #fff;
}

.shopFooter .row_2 .h5 {
  color: #ccc !important;
  margin-bottom: 15px;
  display: block;
  font-weight: 900;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
}

.shopFooter .row_2 a {
  color: #fff;
  font-weight: 600;
  line-height: 1.9rem;
  font-size: 1.1rem;
}

.shopFooter .row_2 a.phonelLink,
.shopFooter .row_2 a.mailLink {
  font-size: 1.5rem;
  font-weight: 900;
}

.shopFooter .row_2 .mailLink .fa {
  margin-right: 10px;
}

.shopFooter .row_3 {
  background: #fff;
}

.shopFooter .paymentMethodList {
  justify-content: center;
  line-height: 70px;
  margin: 0;
  padding: 0;
}

.shopFooter .paymentMethodList li {
  margin: 0 10px;
}

.shopFooter .paymentMethodList li svg {
  max-width: 125px;
}

.shopFooter .lastRow {
  background: #f5f5f5;
  line-height: 40px;
  text-align: center;
}

footer .column-c {
  column-count: 3;
}

/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/
.sideBar {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 15px 0;
}


.sideBar .category-titles {
    font-size: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #cb0000;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------
  # SIDEBAR KATEGORIEN
--------------------------------------------------------------*/
.sideBar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sideBar ul ul {
  margin: 5px 0 5px 10px;
  display: none;
}

.sideBar .is-open ul,
.sideBar li.active.hasChildren>ul {
  display: block;
}

.sideBar li.active.hasChildren>ul {
  display: block;
  margin: 10px 0;
  padding-left: 20px;
}

.sideBar ul>li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.sideBar ul>li:last-child {
  border-bottom: 0;
}

.sideBar .nav-item.hasChildren {
  position: relative;
}

.sideBar i.fa {
  line-height: 1.6rem;
  margin-right: -15px;
  font-weight: 100 !important;
  font-size: 0.80rem;
  position: absolute;
  right: 15px;
  display: block;
  top: 10px;
  cursor: pointer;
  color: #cb0000
}

.sideBar li.nav-item.active.hasChildren>i.fa.fa-plus::before {
  content: "\f068";
}

.sideBar li.nav-item.active.hasChildren>i.fa.fa-plus.fa-minus::before {
  content: "\f067";
}

.sideBar ul>li>a {
  padding: 10px 0px !important;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 1.2rem;  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.sideBar ul li a:hover, .sideBar ul li.active>a, .sideBar ul li.active>i.fa {
  background: unset;
  font-weight: 900;
  color: #cb0000;
}

.sideBar>ul>li ul {
  list-style: none;
  margin: 5px 0px;
  padding: 0;
}

.sideBar>ul>li ul>li {
  margin-left: 5px;
  padding-left: 10px;
}

.sideBar ul li ul li a {
  padding: 5px 0px !important;
  width: 95%;
}

.sideBar ul li ul li ul li {
  margin-left: 5%;
}

.sideBar ul li ul li ul li ul li a {
  padding-left: 0 !important;
}

.sideBar ul li ul li.nav-item.hasChildren>.fa {
  top: 5px;
}

.sideBar ul li ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: -10px;
  margin-right: 0px;
  font-size: 0.8em;
  margin-top: 7px;
  float: left;
}

.sideBar .parentLink {
  display: none;
}
.sideBar .sidebar-categories ul li a[href] {
    padding-left: 0 !important;
    margin-left: 5px;
    padding-top: 10px !important;
}
/*--------------------------------------------------------------
  # LOGIN MODAL
  --------------------------------------------------------------*/
.modal-sm {
  max-width: 380px !important;
  width: 380px;
}

.login-modal a.d-none {
  display: block !important;
}

.login-modal a, .login-modal .btn {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.login-modal a.text-appearance {
  text-align: left;
  text-decoration: underline;
  margin: -5px 0 15px 0px;
}

.modal-header .close {
  float: right;
  font-size: 2.50rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.login-modal .modal-footer {
  margin: 0;
  padding: 15px 0;
}

/*--------------------------------------------------------------
  # KATEGORIEN
  --------------------------------------------------------------*/
.categoriegrid {
  padding: 15px;
  background: #fff;
  position: relative;
}

.itemList {
  position: relative;
  z-index: 1;
}

.categoryTitle {
  display: inline;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2rem;
}

.categoryTitle span {
  color: #cb0000;
}

.categoryTitle span.category2nName:before {
  content: "-";
  margin: 0 5px 0 0px
}

.category-description {
  padding: 0 15px;
}

.category-description * {
  color: #444 !important;
  line-height: 1.5rem;
}

.category-description img {
  max-width: 100% !important;
  height: auto !important;
}

.category-description h1, .category-description h2, .category-description h3 {
  margin: 15px 0 !important;
  line-height: 2.5rem;
}

.itemContainer {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 15px;
}

.itemContainer.max,
.itemContainer.default {
  display: block
}

.itemContainer.max {
  flex: 0 0 100%;
  max-width: 100%;
}

.list-controls .list-controls-inner {
  background: none;
}

.list-controls {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  float: left;
}

.list-controls .list-sort, .list-controls .list-itemsperpage {
  display: block;
  float: right;
}

.totalText {
  line-height: 50px;
  padding-left: 10px
}

.product-list {
  margin: 0;
  clear: both;
  min-height: 370px;
}

/*--------------------------------------------------------------
# KATEGORIE PAGINATION
--------------------------------------------------------------*/
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  background-color: #cb0000;
  border-color: #cb0000
}

.list-controls.bottom {
  display: inline-block !important;
  float: unset !important;
  z-index: 1;
  padding: 0 0 0 0%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: none;
}

.list-controls.bottom .cmp.cmp-paginator {
  display: inline-block !important;
}

.list-controls.bottom .pagination {
  padding: 0;
  position: relative;
  min-width: 320px;
  text-align: center;
  display: inline-block;
}

.list-controls.bottom .pagination li:nth-child(2) {
  padding: 0 60px;
}

.list-controls.bottom .pagination .articlePages {
  display: inline-block;
}

.list-controls.bottom .pagination .absolute.left {
  position: absolute;
  left: 0;
  top: 3px;
}

.list-controls.bottom .pagination .absolute.right {
  position: absolute;
  right: 0;
  top: 3px;
}

.list-controls.bottom .pagination .page-item {
  float: left;
}

.list-controls.bottom .pagination .articlePages span {
  float: left;
  margin: 0 5px;
}

.list-controls.bottom .pagination .page-item>a {
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin: 2px;
  border-radius: 3px;
}

.list-controls.bottom .pagination .page-item>a.active,
.list-controls.bottom .pagination .page-item>a:hover {
  color: #fff;
  background-color: #cb0000;
  border-color: #cb0000
}

.list-controls.bottom .pagination .fa {
  font-size: 3rem;
  line-height: 40px;
}

.list-controls.bottom .pagination .fa:hover {
  color: #222;
}

.list-controls.bottom .disabled {
  opacity: 0;
}

.list-controls .list-controls-inner {
  background: #fff;
  padding: 0 15px;
  margin: 0 -15px;
}

.list-itemsperpage .custom-select, .list-sort .custom-select {
  background-position: calc(100% - 1rem) 1.0rem;
  font-size: 100%;
  color: #666;
  border: 1px solid #e5e5e5;
  padding: 10px 35px 10px 10px !important;
  cursor: pointer
}

.itemData {
  padding: 0;
  margin: 15px auto;
  list-style-type: none;
  line-height: 1.8rem;
  font-size: 1rem;
}

.itemData strong {
  display: inline-block;
  color: #222;
  min-width: 30%;
  vertical-align: top;
}

.itemData span {
  display: inline-block;
  width: 69%;
}

.itemData a {
  border-bottom: 1px solid #000;
}

/*--------------------------------------------------------------
# KATEGORIE ITEM
--------------------------------------------------------------*/
.product-list.grid li {
  margin-bottom: 20px;
  padding: 0 10px;
}

article.category-item .itemProducerLogo {
  text-align: center;
  display: block;
  height: 60px;
  line-height: 60px;
}

article.category-item .itemProducerLogo img {
  max-height: 30px;
  display: inline-block;
  margin: 15px 0;
}

article.category-item {
  position: relative;
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  perspective: 1700px;
  -webkit-perspective-origin: 0 50%;
  -moz-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
  outline: 1px solid #fff;
  border-collapse: collapse;
}

article.category-item .inner {
  overflow: hidden;
  display: block;
  position: relative;
}

article.category-item .wishlist {
  position: absolute;
  right: 10px;
  top: 205px;
  z-index: 999;
  background: #f5f5f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0px;
  line-height: 30px;
}

article.category-item .wishlist .btn {
  font-size: 0;
  padding: 0;
  margin: 0;
}

article.category-item .wishlist i {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 1rem;
}

article.category-item .wishlist:hover i {
  font-size: 1.3rem !important;
  cursor: pointer !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

article.category-item .wishlist i.fa-heart::before {
  content: "\f006";
}

article.category-item .wishlist i.fa-heart.text-danger::before {
  content: "\f005";
  color: #cb0000;
}

article.category-item .wishlist .text-appearance {
  color: #cb0000 !important;
}

article.category-item .listing_percent {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 999;
  background: #cb0000;
  color: #fff;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 900;
}

article.category-item .special-tags {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

article.category-item .special-tags .tag.badge-success,
article.category-item .special-tags .badge-offer.badge-danger {
  color: #fff !important;
  background-color: #d64300 !important;
  border: 0;
}

article.category-item .special-tags .bg-primary,
article.category-item .special-tags .bg-danger {
  background-color: #FF8C9A !important;
  color: #fff !important;
}

article.category-item .special-tags .special-tag, article.category-item .special-tags .tag, article.category-item .special-tags .badge {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: initial;
  margin-bottom: 0;
  background: #FF8C9A;
  text-align: center;
  padding: 10px;
  color: #fff;
  border: 0;
  border-radius: 3px;
}

article.category-item .special-tags .badge-offer.badge-danger,
article.category-item .badge.badge-bundle.bg-info {
  display: none !important;
}

article.category-item .vat a {
  text-decoration: underline;
  cursor: pointer;
}

article.category-item .vat {
  color: #666 !important;
  font-size: 11px;
  display: block;
  margin: 0 0 10px 0;
  text-align: left
}

article.category-item .prices {
  text-align: left;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #000;
}

article.category-item .price-view-port {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  display: inline-block;
  margin: 0;
  text-align: left;
  width: 100%;
}

article.category-item .crossprice {
  margin-top: 0px;
  display: inline-block;
  font-weight: 400;
  color: #999;
}

article.category-item .saleprice {
  margin-left: 5px;
  color: #c40;
  display: inline-block;
}

article.category-item .category-unit-price {
  color: #666;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: 100;
}

article.category-item .category-item-image {
  width: 100%;
  max-height: 250px;
  float: left;
  text-align: center;
  line-height: 250px;
  position: relative;
}

article.category-item .hoverImages {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 9;
  vertical-align: middle;
  background: #fff;
  width: 100%;
  text-align: center;
}

article.category-item:hover .hoverImages {
  opacity: 1;
}

article.category-item .category-item-image::after {
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.04));
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  border-radius: 5px
}

article.category-item .category-item-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 250px;
  transition: transform 0.4s cubic-bezier(0, 0, 0.26, 1), opacity 0.3s cubic-bezier(0, 0, 0.26, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.26, 1);
}

article.category-item .category-item-content {
  padding: 0 15px;
  width: 100%;
  float: left;
}

article.category-item .itemName {
  font-weight: 400;
  display: block;
  font-size: 1.05rem;
  text-align: left;
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
  min-height: 65px;
  line-height: 1.3rem;
  color: #333;
}

article.category-item:hover {
  background: #fff;
  z-index: 999;
  outline-color: #e5e5e5;
  overflow: visible;
  height: initial;
  position: absolute;
  left: 10px;
  right: 10px;
}

article.category-item:hover .category-item-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

article.category-item .hoverMe {
  display: none;
  position: relative !important;
  background: #fff;
  padding: 0 15px 0 15px;
  z-index: 99;
  width: 100%;
}

article.category-item:hover .hoverMe {
  display: block;
}

article.category-item .add-to-basket-lg-container {
  position: relative;
  z-index: 99;
  top: initial;
  right: initial;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
  height: 40px;
}

article.category-item .quantity-input-container {
  opacity: 0;
}

article.category-item .btn-add-to-basket,
article.category-item .btn-to-item {
  display: inline-block !important;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  background: #22326D;
  font-size: 1rem;
  padding: 8px 10px;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #22326D;
}

article.category-item:hover .quantity-input-container,
article.category-item:hover .btn-add-to-basket,
article.category-item:hover .btn-to-item {
  opacity: 1;
}

article.category-item .hoverMe .quantity-input-container {
  width: 20%;
  float: left;
}

article.category-item .hoverMe .btn-add-to-basket {
  float: right;
  width: 75%;
  white-space: nowrap;
  background: #FF8C9A;
  border: 1px solid #FF8C9A;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1rem;
}

article.category-item .hoverMe .btn-to-item:hover,
article.category-item .hoverMe .btn-add-to-basket:hover {
  background: #fff;
  border: 1px solid #22326D;
  background: #22326D;
  color: #fff;
}

article.category-item .hoverMe .qty-input {
  font-size: 14px;
  padding: 3px !important;
  line-height: 1rem;
  min-height: 40px;
  color: #444939;
  width: 36px;
}

article.category-item .btn-to-item .fa {
  margin-left: 10px;
}

article.category-item .hoverMe .qty-box .qty-btn-container {
  height: 40px;
}

article.category-item .qty-btn-container .qty-btn {
  padding: 4px !important;
  font-size: .85rem;
  max-height: 20px;
  max-width: 20px;
}

article.category-item .availability {
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 999;
}

.availability_1 {
  background-color: #28a745;
  color: #fff
}

.availability_2 {
  background-color: #28a745;
  color: #fff
}

.availability_3 {
  background-color: #ffc107;
  color: #212529
}

.availability_4 {
  background-color: #ffc107;
  color: #212529
}

.availability_5 {
  background-color: #dc3545;
  color: #fff
}

.availability_6 {
  background-color: #dc3545;
  color: #fff
}

.availability_7 {
  background-color: #dc3545;
  color: #fff
}

.availability_8 {
  background-color: #dc3545;
  color: #fff
}

.availability_9 {
  background-color: #4D4F4D;
  color: #fff
}

.availability_10 {
  background-color: #4D4F4D;
  color: #fff
}

.cross-box article.category-item {
  margin: 0 5px;
}

.cross-box article.category-item:hover {
  left: initial;
  right: initial;
  position: relative;
}

.cross-box article.category-item:hover .hoverMe {
  display: none;
}

.cross-box article.category-item .itemProducerLogo img {
  width: auto;
}
/*--------------------------------------------------------------
  # filter
  --------------------------------------------------------------*/

.sideBar .filtersBox .card-columns {
  -webkit-column-count: unset;
  column-count: unset;
  -webkit-column-gap: unset;
  column-gap: unset;
}

.sideBar .filtersBox .filter-title {
  font-weight: 500;
  color: #777;
  margin: 15px 0px 10px 0px;
  display: block;
  cursor: pointer;
}

.sideBar .filtersBox .filter-title:hover {
  color: var(--primaryhover-color);
}

.filtersBox .card-columns .card {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0px;
}

.filtersBox .card-columns .card .filter-badge {
  position: absolute;
  display: inline-block;
  font-size: .75rem;
  background: #f5f5f5;
  padding: .1rem 0;
  color: #666;
  right: .5rem;
  text-align: center;
  min-width: 3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filtersBox .filter-wrapper .form-check {
  margin-bottom: 0.5rem;
  padding: 0px 0px;
}

.filtersBox .card-columns .card .form-check-input {
  position: absolute;
  margin-left: -1.25rem;
}

.filtersBox .card-columns .card .form-check-label, {
  padding: .5rem 0;
  color: #4D4F4D;
  display: block;
  transition: all .1s ease;
}
.filter-collapse .form-check-label:hover, .widget-filter-base .form-check-label:hover {
cursor: pointer;
    background: initial;
}
.filtersBox .card-columns .card .form-check-label {
  padding: 3px 0px 0px 20px;
}

.filtersBox .card-columns .card .form-check-label::before {
  font-family: FontAwesome;
  content: "\f096";
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.filter-collapse .form-check-input:checked + label span::before, .widget-filter-base .form-check-input:checked + label span::before {

    display: none;
}
.filtersBox .card-columns .card .form-check-input:checked+label::before {
  opacity: 1;
  content: "\f046";
  font-family: FontAwesome;
}

.filtersBox .input-group-addon {
  border: 1px solid #e5e5e5;
}

.filtersBox .input-group-addon {
  font-size: 0.9rem;
  paddding: 0.2rem 0.2rem !important;
  color: #383333;
  background-color: #f1f1f1;
  border-bottom: 0px !important;
  text-align: center;
}

.filtersBox input.form-control {
  padding: 10px 5px;
  text-align: center;
}

.filtersBox .btn-primary {
  display: block;
  width: 100%;
  text-align: center;
}

.filtersBox .btn-primary>.fa {
  display: inline-block;
  float: unset;
}

.filtersBox .btn i {
  margin-right: 10px;
}

.sideBar .filter-toggle {
  display: none;
}

.sideBar #filterCollapse.collapse {
  display: block !important;
  height: 100% !important;
}

.sideBar .row>div.col-xs-12>.btn {
  display: none;
}

.list-controls .filter-wrapper {}

@media (min-width:769px) {
  .list-controls .filter-toggle {
    display: none
  }

  .sideBar .card>div {
    width: 100%;
  }

  .sideBar .filter-title .fa {
    font-size: 0.8rem;
    cursor: pointer;
    padding: 5px 0;
    color: #383333;
  }
}

.filter-title.open .fa::before {
  content: "\f068"
}

@media (max-width:768px) {
  .list-controls .filter-toggle {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      right: 0.5em;
      width: 110px;
      color: #383333;
      margin-bottom: 0 !important;
      height: 30px;
      font-weight: 900;
      top: 20px;
      left: -10px;
  }

  .filter-wrapper>button {
    display: none !important;
  }

  .list-controls .selected-filters .selected-filter {
    font-size: 1rem;
    margin: 0 0 0 10px;
    padding: 10px 10px;
    background-color: #fff;
    color: #000;
    float: left;
    cursor: pointer;
    display: inline-block;
  }

  .list-controls .filtersBox .category-titles {
    display: none
  }

  .list-controls .filter-toggle i {
    margin-right: 5px;
  }

  .list-controls .card .form-check {
    width: 100%;
    margin: 0;
    padding: 0;
  }.totalText {
    display: none;
}
}

.filter-wrapper .h3 {
  font-size: 1rem;
  letter-spacing: unset;
  font-weight: bold;
}

.filter-wrapper .form-check {
  margin-bottom: 0.5rem;
  padding: 5px 0px;
}

.list-controls .form-check {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 48%;
  margin: 0 1%;
}

/*
.selected-filters {
  float: right;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 15px;
  text-align: right;
}
*/
.selected-filters .selected-filter.reset-all {
  background: #e1e1e1;
  padding: 5px;
  font-weight: bold;
}

.selected-filters .selected-filter {
  margin: 15px 0px 10px 0px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
}

.item-filter-price {
  display: block;
}

.item-filter-price .col {
  padding: 0;
  display: block;
  float: left;
}

.item-filter-price .input-group {
  float: left;
  width: 49%;
  margin: 15px .5%;
}

.item-filter-price .input-group .form-control {
  padding: 20px 5px;
  border-color: #ccc;
}

.item-filter-price .input-group .input-group-text {
  background-color: #f5f5f5;
}
body #vue-app .wrapper-left,
body #vue-error .wrapper-left {
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  width: 0;
  overflow: hidden;
  background-color: white;
  -webkit-transition: width 310ms 0ms, -webkit-transform 300ms ease-in-out;
  transition: width 310ms 0ms, -webkit-transform 300ms ease-in-out;
  transition: width 310ms 0ms, transform 300ms ease-in-out;
  transition: width 310ms 0ms, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

body #vue-app.open-left,
body>#vue-error.open-left {
  overflow: hidden;
}

@media (max-width: 767.98px) {

  body #vue-app.open-left,
  body>#vue-error.open-left {
    position: fixed;
  }
}

body #vue-app.open-left .wrapper-left {
  border-color: #fff;
  color: #333;
  z-index: 1071;
  overflow-y: scroll;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: width 0ms, -webkit-transform 300ms 10ms ease-in-out;
  transition: width 0ms, -webkit-transform 300ms 10ms ease-in-out;
  transition: width 0ms, transform 300ms 10ms ease-in-out;
  transition: width 0ms, transform 300ms 10ms ease-in-out, -webkit-transform 300ms 10ms ease-in-out;
}

body #vue-app.open-left::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1070;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 320px) {
  body #vue-app.open-left .wrapper-left {
    width: 90vw;
    padding: 30px 10px;
  }
}

@media (min-width: 768px) {
  body #vue-app.open-left .wrapper-left {
    position: fixed;
    padding: 30px;
    min-width: 140px;
    max-width: 50rem;
  }
}

.wrapper-left .filter-wrapper .page-content {
  padding: 0;
  max-width: initial;
}

.wrapper-left .filter-wrapper .category-titles {
  display: none;
}

.wrapper-left .list-controls {
  clear: both;
}

.wrapper-left .filter-wrapper .filter-toggle {
  display: none;
}

.wrapper-left .filter-collapse.collapse {
  display: block;
}

.wrapper-left .close {
  position: absolute;
  padding: 16px;
  line-height: 12px;
  opacity: 1;
  border-radius: 50%;
  right: 40px;
  opacity: 1;
  top: 20px;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/close-d.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.wrapper-left .filter-title .fa {
  line-height: 40px;
  margin-right: 10px;
}

.wrapper-left .filter-wrapper .form-check {
  padding: 0px 0px;
}

.wrapper-left .close:hover {
  opacity: 1 !important;
}

.wrapper-left .close:hover svg {
  transform: scale(1.2);
}

.wrapper-left .mm-btn::after,
.wrapper-left .mm-btn::before {
  border-color: #333;
}

.wrapper-left .filter-wrapper {
  padding: 0 15px;
}

.filter-header-caption {
  font-size: 1.4rem;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  padding: 0px 0 10px 15px;
  text-transform: uppercase;
  color: #333;
  margin-right: 15px;
  font-weight: 600;
}

.filter-wrapper .page-content {
  padding: 0;
}

.card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: initial;
  -moz-column-gap: initial;
  column-gap: initial;
}

.wrapper-left .card-columns .card {
  display: inline-block;
  width: 100%;
  border-width: 0;
  margin-bottom: 5px;
  background: none;
}

.wrapper-left .filter-wrapper .h4,
.wrapper-left .filter-wrapper .h5 {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1rem;
  background: #f1f1f1;
  padding: 0 10px;
  color: #333;
}

.wrapper-left .filter-wrapper .h4::after,
.wrapper-left .filter-wrapper .h5::after {
  width: 12px;
  height: 12px;
  position: absolute !important;
  top: 10px;
  right: 15px;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  pointer-events: none;
  border-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: inline-block;
  content: '';
  border-top-style: solid;
  border-bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-right: 0;
  border-left-style: solid;
}

.wrapper-left .filter-wrapper .h4.open::after,
.wrapper-left .filter-wrapper .h5.open::after {
  top: 18px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.wrapper-left .filter-wrapper .h4::after,
.wrapper-left .filter-wrapper .h5::after {
  border-color: #333;
  border-right-color: rgb(102, 102, 102);
  border-bottom-color: rgb(102, 102, 102);
}

.wrapper-left .filter-wrapper .card .dropdown,
.wrapper-left .filter-wrapper .fl-range-slider-container {
  display: none;
}

.wrapper-left .form-check-label {
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 5px;
  font-weight: 400;
}

.wrapper-left .card-columns {
  padding: 15px 0;
}

.wrapper-left .dropdown {
  padding: 10px 0px;
  background: #fff;
  opacity: 0.92;
}

.wrapper-left .selected-filter {
  font-weight: 600;
  cursor: pointer;
  display: block;
}

.wrapper-left .selected-filter.reset-all {
  background: #333;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  padding: 10px 0;
  border-radius: 3px;
}

.wrapper-left .filter-title {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

/*--------------------------------------------------------------
  # LASTSEEN
  --------------------------------------------------------------*/
.lastSeenItems {
  background: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.lastSeenItems .fixed {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.lastSeenItems .fixed .miniBox {
  height: 60px;
  width: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 655;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.lastSeenItems .fixed .miniBox .info {
  border-right: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 50px;
  cursor: pointer;
}

.lastSeenItems .fixed .miniBox .info .expandArrow {
  padding: 0;
  background-color: #fff;
  text-align: center;
}

.lastSeenItems .fixed .miniBox .info .expandArrow .fa {
  font-size: 2rem;
  color: #222;
}

.lastSeenItems .fixed .miniBox .info .expandText {
  padding: 0 5px 5px;
}

.lastSeenItems .fixed .miniBox .info .expandText .text {
  margin: 0 auto;
  font-size: .6875rem;
  line-height: .9375rem;
}

.lastSeenItems .fixed .productList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.lastSeenItems .fixed .miniBox .productList article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto;
  position: relative;
  border: 5px solid #fff;
  height: 55px;
  margin-top: 2px;
}

.lastSeenItems article.category-item .availability,
.lastSeenItems .fixed .maxiBox .productList article.category-item .shortDescription,
.lastSeenItems .fixed .maxiBox .productList article .special-tags,
.lastSeenItems .fixed .maxiBox article.category-item .wishlistm .lastSeenItems .fixed .miniBox .productList .wishlist,
.lastSeenItems .fixed .miniBox article.category-item .hoverMe,
.lastSeenItems .fixed .miniBox article.category-item .category-item-content,
.lastSeenItems .fixed .miniBox article.category-item .special-tags,
.lastSeenItems .fixed .miniBox article.category-item .bioBadge {
  display: none;
}

.lastSeenItems .fixed .miniBox article.category-item .category-item-image {
  text-align: center;
  line-height: 50px;
  max-height: 50px;
  width: auto;
}

.lastSeenItems .fixed .miniBox .productList article.category-item .category-item-image img {
  line-height: 50px;
  margin-bottom: 0;
}

.lastSeenItems .fixed article.category-item:hover {
  outline: 0;
  position: relative;
  left: initial;
  right: initial;
}

.lastSeenItems .fixed .miniBox .productList article.category-item .category-item-image img {
  height: 50px;
  width: auto;
  max-width: initial;
  min-width: initial;
}

.lastSeenItems .fixed .maxiBox {
  bottom: 100%;
  right: 0;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.375rem -0.6rem rgba(0, 0, 0, .4);
  box-shadow: 0 0 1.375rem -0.6rem rgba(0, 0, 0, .4);
  z-index: 999;
  max-height: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

.lastSeenItems .fixed .maxiBox.show {
  display: block;
  max-height: unset;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.lastSeenItems .fixed .maxiBox article.category-item:hover .hoverMe {
  display: none;
}

.lastSeenItems .fixed .maxiBox .content .productList>div {
  min-width: 200px;
  margin: 0 5px;
}

.lastSeenItems .fixed .maxiBox .content .productList>div>article.category-item .category-item-image img {
  max-height: 140px;
}

.lastSeenItems .fixed .maxiBox .content .productList>div>article.category-item .category-item-image {
  max-height: 200px;
  line-height: 200px;
}

.lastSeenItems .fixed .maxiBox .content .productList>div>article.category-item .availability {
  right: 10px;
  top: 175px;
}

.lastSeenItems .fixed .maxiBox .content .productList>div>article.category-item .itemName {
  font-size: 0.9rem;
  min-height: 60px;
}

.lastSeenItems article.category-item .listing_percent {
  top: 160px;
}

.lastSeenItems article.category-item .wishlist {
  top: 170px;
}

.lastSeenItems article.category-item .prices {
  font-size: 1rem;
}

.lastSeenItems .fixed .maxiBox .info .text {
  padding: 5px;
  overflow: hidden;
  clear: both;
  background-color: #f5f5f5;
  font-weight: bold;
  display: block;
}

.lastSeenItems .fixed .maxiBox .info .close {
  padding: 10px;
  float: right;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  margin-top: -32px;
  font-size: 100%;
  cursor: pointer;
}

.lastSeenItems .fixed .maxiBox .content {
  text-align: center;
  width: 100%;
}

.lastSeenItems .fixed .maxiBox .content .productList {
  padding: 1.25rem;
  max-height: 500px;
  overflow-y: auto;
  margin: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
}

.lastSeenItems .modal-backdrop {
  z-index: 170;
  display: none
}

.lastSeenItems .modal-backdrop.show {
  display: block;
}

/*--------------------------------------------------------------
  # HOMEPAGE
  --------------------------------------------------------------*/
.category-home .mt-50 {
  margin-top: -120px;
}

.category-home .mt-50>.widget-prop-md-3-2 {
  padding: 0;
}

.category-home .widget-image-box.widget-primary .widget-caption {
  color: #000;
  background-color: initial;
}

.category-home .widget-image-box.widget-image-box-block-caption>.widget-inner .widget-caption {
  right: 0;
  bottom: initial;
  left: initial;
  width: 60%;
  text-align: right;
  height: 100%;
}

.category-home .widget-image-box.widget-primary a[href].widget-inner:hover .widget-caption {
  background-color: initial;
}

.category-home .widget-image-box>.widget-inner .widget-caption h2,
.category-home .widget-image-box>.widget-inner .widget-caption .h2 {
  margin: 0;
  font-size: 2.75rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.category-home .widget-prop-md-3-2 .widget-proportional {
  padding-bottom: 230px;
}

.category-home .widget-fw {
  background: #000
}

body.category-home #page-body {
  overflow: hidden;
  background-image: initial;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.category-home .widget-image-box.widget-image-box-block-caption>.widget-inner .widget-caption>div {
  position: relative;
  height: 100%;
}

.category-home .widget-image-box-caption p {
  padding-top: .2rem;
  padding-bottom: .2rem;
  background: #cb0000;
  color: #fff;
  display: inline-block;
  padding: 15px 60px 15px 20px;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.category-home .widget-image-box-caption p::after {
  content: "\f101";
  background: #000;
  position: absolute;
  right: 0;
  padding: 15px;
  bottom: 0;
  font-family: FontAwesome;
  font-weight: 400;
}

.category-home .widget-item-list-caption h2 {
  padding-top: .6rem;
  padding-bottom: 1.4rem;
  font-size: 1.75rem;
  font-weight: 900;
  color: #cb0000;
}

.parallax h3 {
  font-size: 69px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.parallax a {
  display: inline-block;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.parallax h3 span {
  color: #cb0000;
  font-weight: 400;
}

.services-box {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  color: #fff;
  justify-content: flex-start;
}

.services-box>a.drop {
  display: inline-block;
  font-size: 45px;
  line-height: 55px;
  padding: 39px 0;
  text-align: center;
  color: #fff;
  background: #cb0000;
  width: 133px;
  height: 133px;
  margin: 4px 30px 10px 0;
  float: left;
}

.parallax p {
  overflow: hidden;
  font-size: 3rem;
  line-height: 23px;
  color: #fff;
  margin: 0;
  font-weight: 900;
}

.category-home .widget-prop-md-3-2 .widget-proportional:hover img {
  transition: all .3s;
  opacity: .91;
  background-color: #fff;
}

.category-home .widget-fw .widget-text {
  margin-top: 10% !important;
  text-transform: uppercase;
}

.category-home .widget-fw .widget-text h1 {
  font-size: 5rem;
  text-align: right;
  color: #fff
}

.category-home .widget-fw .widget-text h2 {
  text-align: right;
  color: #fff
}

/*--------------------------------------------------------------
  # CONTENT
  --------------------------------------------------------------*/
.replacementTable {
  width: 100%;
}

.replacementTable thead th {
  background: #e5e5e5;
  padding: 7px;
  text-transform: uppercase;
}

.replacementTable tr:nth-child(2n) {
  background: #e5e5e5;
}

.replacementTable tr td {
  padding: 7px;
}

.replacementTable tr td:last-child {
  text-align: center;
}

.replacementTable tr td:last-child a {
  text-align: center;
  font-size: 1.5rem;
  color: #cb0000 !important;
}

table.dataTable thead {
    cursor: pointer;
}

table.dataTable thead>tr>th:active {
    outline: none;
}

table.dataTable thead>tr>td:active {
    outline: none;
}

div.dataTables_wrapper div.dataTables_length.d-flex.flex-row label {
    margin-top: 1.2rem;
    margin-right: 1rem;
}

div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select span,
div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select .select-dropdown {
    margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    text-align: left;
    font-weight: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_length input,
div.dataTables_wrapper div.dataTables_filter select,
div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5rem;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    font-weight: normal;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: right;
    margin: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
    background-color: #000;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div .dataTables_length,
    div.dataTables_wrapper div .dataTables_filter,
    div.dataTables_wrapper div .dataTables_info,
    div.dataTables_wrapper div .dataTables_paginate ul.pagination {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.bs-select select {
    display: inline-block !important;
}

  div.dataTables_wrapper div.dataTables_filter select,
  div.dataTables_wrapper div.dataTables_length input,
  div.dataTables_wrapper div.dataTables_length select {
    width: auto
  }

  table.dataTable thead {
    cursor: pointer
  }

  div.dataTables_wrapper div.dataTables_length.d-flex.flex-row label {
    margin-top: 1.2rem;
    margin-right: 1rem
  }

  div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select .select-dropdown,
  div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select span {
    margin-top: 1rem
  }

  div.dataTables_wrapper div.dataTables_filter label,
  div.dataTables_wrapper div.dataTables_length label {
    text-align: left;
    font-weight: 400;
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  div.dataTables_wrapper div.dataTables_filter {
    text-align: right
  }

  div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
    margin-left: .5rem;
    display: inline-block
  }

  div.dataTables_wrapper div.dataTables_paginate {
    text-align: right;
    margin: 0
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
    background-color: #000
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  @media (max-width:767px) {

    div.dataTables_wrapper div .dataTables_filter,
    div.dataTables_wrapper div .dataTables_info,
    div.dataTables_wrapper div .dataTables_length,
    div.dataTables_wrapper div .dataTables_paginate ul.pagination {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
    }
  }

  .bs-select select {
    display: inline-block !important
  }

  table.dataTable thead>tr>td.sorting,
  table.dataTable thead>tr>td.sorting_asc,
  table.dataTable thead>tr>td.sorting_desc,
  table.dataTable thead>tr>th.sorting,
  table.dataTable thead>tr>th.sorting_asc,
  table.dataTable thead>tr>th.sorting_desc {
    padding-right: 30px
  }

  table.dataTable thead>tr>td:active,
  table.dataTable thead>tr>th:active {
    outline: 0
  }

  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
  }

  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting:before,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_asc_disabled:before,
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_desc:before,
  table.dataTable thead .sorting_desc_disabled:after,
  table.dataTable thead .sorting_desc_disabled:before {
    position: absolute;
    bottom: 1.2em;
    display: block;
    opacity: .3
  }

  table.dataTable thead .sorting:before,
  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_asc_disabled:before,
  table.dataTable thead .sorting_desc:before,
  table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\f0de";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 1rem
  }

  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_desc_disabled:after {
    content: "\f0dd";
    font-family: 'FontAwesome';
    font-weight: 900;
    right: 14px;
    font-size: 1rem
  }

  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_desc:after {
    opacity: 1
  }

  table.dataTable thead .sorting_asc_disabled:before,
  table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0
  }

/*--------------------------------------------------------------
  # MOBILE MENU
  --------------------------------------------------------------*/
.hamburger {
  background-color: transparent;
  border: 0 none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  left: 20px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-transform: none;
  top: 15px;
  transition-duration: 0.15s;
  transition-property: opacity, filter, -webkit-filter;
  transition-timing-function: linear;
  z-index: 10;
  display: none
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  display: inline-block;
  height: 10px;
  position: relative;
  width: 40px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 0px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.mm-menu, .mm-panels, .mm-panels>.mm-panel {
  box-sizing: border-box;
  margin: 0;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.mm-btn, .mm-menu {
  box-sizing: border-box
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none
}

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  background-size: auto;
  background-size: 150px auto;
  background-position: bottom left;
}

.mm-menu {
  display: block;
  padding: 0;
  position: absolute
}

.mm-panels, .mm-panels>.mm-panel {
  position: absolute;
  border-color: inherit;
  background: inherit
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  -webkit-overflow-scrolling: touch
}

.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 40px
}

/*
.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
  display: block;
  height: 20px;
  content: ''
}
*/
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
  border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel, li.mm-vertical.mm-opened>.mm-panel {
  display: block
}

.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
  height: 40px;
  bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
  top: 16px;
  bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
  right: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 0px !important;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 3px solid transparent
}

.mm-clear:before, .mm-close:before {
  right: 18px;
  border-right: none;
  border-bottom: none
}

.mm-clear::after, .mm-close::after {
  right: 30px;
  border-top: none;
  border-top-color: currentcolor;
  border-left: none;
  border-left-color: currentcolor;
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid transparent
}

.mm-prev:before {
  left: 23px;
  border-right: none;
  border-bottom: none
}

.mm-arrow:after, .mm-next:after {
  right: 23px;
  border-top: none;
  border-left: none
}

.mm-navbar {
  line-height: 50px;
  height: 50px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0
}

.mm-navbar .mm-btn:last-child {
  padding-right: 20px;
  right: 0;
  text-align: right
}

.mm-panel .mm-navbar {
  display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
  margin-top: 30px;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.mm-listview, .mm-listview>li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px
}

.mm-listview>li {
  position: relative
}

.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
  border-color: #e5e5e5
}

.mm-listview>li>a, .mm-listview>li>span {
  display: block;
  margin: 0;
  padding: 10px 10px 10px 20px;
  color: inherit
}

.mm-listview>li>a.mm-arrow, .mm-listview>li>span.mm-arrow {
  padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.mm-listview .mm-next {
  width: 50px;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 2, 1, 0)
}

.mm-listview .mm-next:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-left-width: 1px;
  border-left-style: solid
}

.mm-listview .mm-next+a, .mm-listview .mm-next+span {
  margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span {
  margin-right: 0;
  padding-right: 50px
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px;
  padding: 0 20px
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: 10px;
  background: #fff;
  opacity: 0.9;
}

.mm-listview .mm-inset {
  margin: 0;
  padding: 0 10px 15px 40px;
  list-style: disc inside
}

.mm-listview .mm-inset>li {
  padding: 5px 0
}

.mm-listview .mm-divider {
  font-size: 10px;
  line-height: 25px;
  text-indent: 20px;
  text-transform: uppercase
}

.mm-listview .mm-spacer {
  padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
  top: 40px
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, 0.5)
}

.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, 0.05)
}

.mm-page {
  box-sizing: border-box;
  position: relative;
  max-width: 100vw;
  /* overflow-x: hidden; */
}

.mm-slideout {
  z-index: 1;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened {
  overflow-x: hidden;
  position: relative
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden
}

html.mm-background .mm-page {
  background: inherit
}

#mm-blocker {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(3, 2, 1, 0)
}

html.mm-blocking #mm-blocker {
  display: block;
  background: #000;
  opacity: 0.4;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
  z-index: 1000
}

.mm-menu {
  max-width: 440px;
  min-width: 140px;
  width: 80%;
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease, -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-opened.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(90%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-menu.mm-effect-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-effect-slide-menu {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
  transition: opacity .4s ease;
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
  transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
  transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
  transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
  transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
  transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
  transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
  transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
  transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
  transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
  transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
  transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
  transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
  transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
  transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
  transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
  transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
  transition-property: opacity, -webkit-transform;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-property: -webkit-transform, opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
  transition-property: opacity;
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
  opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
  top: -25%;
  transition-property: opacity, top;
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
  top: 0;
  opacity: 1
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a, .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span, .mm-menu.mm-multiline .mm-listview>li>a, .mm-menu.mm-multiline .mm-listview>li>span {
  white-space: normal;
  text-overflow: clip
}

.mm-navbar-bottom, .mm-navbar-top~.mm-navbar-top {
  border-bottom: none
}

.mm-menu>.mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
  border-top: none
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
  box-sizing: border-box;
  display: block;
  float: left
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
  display: inline-block;
  padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
  text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0
}

.mm-navbar-top-1 {
  top: 0
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px
}

.mm-navbar-bottom-1 {
  bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px
}

.mm-navbar-size-2 {
  height: 80px
}

.mm-navbar-size-3 {
  height: 120px
}

.mm-navbar-size-4 {
  height: 160px
}

.mm-navbar-content-2>* {
  width: 50%
}

.mm-navbar-content-3>* {
  width: 33.33%
}

.mm-navbar-content-4>* {
  width: 25%
}

.mm-navbar-content-5>* {
  width: 20%
}

.mm-navbar-content-6>* {
  width: 16.67%
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
  z-index: 0;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
  z-index: 2
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  transition: opacity .4s ease .4s;
  opacity: .3;
  z-index: 999
}

html.mm-pagedim #mm-blocker {
  background: inherit
}

.mm-search, .mm-search input {
  box-sizing: border-box
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative
}

.mm-search input {
  display: block;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
  border-radius: 26px;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}

.mm-search input::-ms-clear {
  display: none
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0
}

.mm-panel>.mm-search {
  width: 100%;
}

.mm-panel.mm-hassearch {
  padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 0px;
  background: #fff;
  width: 0
}

.mm-panel.mm-hassearch.mm-hasnavbar.mm-opened {
  width: auto;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 0px
}

.mm-noresultsmsg {
  font-size: 21px;
  padding: 40px 0;
  text-align: center
}

.mm-noresults .mm-indexer {
  display: none !important
}

li.mm-nosubresults>a.mm-next {
  display: none
}

li.mm-nosubresults>a.mm-next+a, li.mm-nosubresults>a.mm-next+span {
  padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3)
}

.mm-listview .mm-divider {
  padding-left: 20px
}

.mm-listview>li>a, .mm-listview>li>span {
  font-size: 1rem;
  font-weight: 600;
  padding: 20px 10px 20px 40px
}

.mm-listview>li>a {
  color: #222
}

.mm-listview>li:hover>a {
  color: #222
}

.mm-arrow::after, .mm-next::after {
  right: 28px
}

.mm-listview .mm-next+a, .mm-listview .mm-next+span {
  margin-right: 60px
}

.mm-listview .mm-next {
  width: 100%
}

.mm-panels>.mm-panel>.mm-listview {
  margin-left: -40px
}

.mm-search input {
  height: 40px;
  margin-top: 10px;
  padding-left: 30px;
  border-radius: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDFDQTEyNjgwRTFGMTFFNkFGQ0NCNkY5MjhGRUVGNjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDFDQTEyNjkwRTFGMTFFNkFGQ0NCNkY5MjhGRUVGNjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMUNBMTI2NjBFMUYxMUU2QUZDQ0I2RjkyOEZFRUY2MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMUNBMTI2NzBFMUYxMUU2QUZDQ0I2RjkyOEZFRUY2MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiKi4ukAAANVSURBVHja7JnJaxRBFIdroiLEJRGduMRtYnRwQ+NCguBFT4LgQY0GRBAi4kE0wYn5A/SiZEEEb4IejHpRIogm6EUQjSIyRFDHuCQRUQQ3XNA44yt8h+bxuruqu3qZ4IPv0D3zXtWvurr61auE8GdLgVqgBlgEpIAkkAA+Aa+AHJAF7gF9IkY2E2gFHgIFTZ4DJ4AlUQqYBnQCPzwI4LiATzRU2wt8NCSActREBxMuv5cAXUC9w3+Ggbv4HrxGwXlgMjAbR70OSDvEkO/ONmAoiKcwFTtnN5JngY3AGMV4a4A24LNNPHl/rWkRU4BBmwbP4wrlZ4COOwyQUTFPmAa+4eM3ZbLDT5l2fuGU9G2XmeAvgKoApu84oIdpb8Bv4N1MUDnFygNeFTkxp70GKwVGSLDfQGVIS/wzRswKL4FOMoE2h/itmsO0/0A3SBkT5EoE2UML049anQBHmADJiFKhd6Qf3TrOOeLcFWFOd4AZ1DIVx2rGsS5CIROBP6Q/9SqOjcTpfQy2Cj26S7FMCleRe7diIKSXXK9UEbKQ3HsUAyFZcp1SSU4HyGNsiIGQZcyHucLN6Qtx2hQDIfOZBajKbWrRR1aIgZCC7iawBHd0VpsUAyGl5DqPtQJHIS/JvcoYCJlOrmVp6YObkBy5tzwGQmi5aBA3XI52kNlERW2XSJ/OqTjVMCtEOkIRcpZ8Jf1p9JpxdkQoZDszsLNUnduJ40/cT0dhj0lf7ug4z2NGoT0CEVuZfmzRDdLNBFkcooixTJbhqfI416aCEpZdM1kzOMYEuxmCiM4g2u1ngl4X7gVvr9bBtNePO0VfViH4M5CsMHtAU46VGq7+22aqkdXCvsjcKtQr8Ha2i/l2WcljxmHEZAHiu01DMtFs1kwwZSVElmT7hPoh0CHV4G7zvhofv90R2Qju8W/j1HtjWUInADPQdx2wQfw7ruBM5nc3gP3Mb024GBixUyKYYzfJVUvdKmPznyaTq8t6XBJNCZAr006mnVDESJPHbRcd3h83ehUKHBm/74zuLm4HTjv5jgxjsmk9eZLFvvvAGUzFF2jEbwlTjNXkkpzECkgKX/TxPmNGJiYIy4wmMYf/iykyMXuKUUyzjRgxGsQMiSK2fcBbzPHSfwUYADTX/RqKw5VAAAAAAElFTkSuQmCC") !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  background-size: 15px 15px !important
}

.mm-listview>li .mm-arrow::after, .mm-listview>li .mm-next::after {
  border-color: #222
}

.mm-menu .mm-navbar-bottom {
  background-color: #e6e6e6
}

.mm-menu .mm-listview>li .mm-next::after {
  border-color: #222
}

.mm-menu .show-all a {
  font-weight: 600;
  color: #222
}

.mm-menu .mm-btn.mm-clear {
  margin-top: 16px
}

.mm-menu .mm-btn.mm-clear::after {
  left: 12px
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
  border-color: #222
}

.mm-navbar-content-2 a {
  padding: 0;
  position: relative;
  bottom: -4px
}

.mm-slideout {
  z-index: inherit
}

.mm-listview>.hide {
  display: none
}

.mm-listview .hidden-desktop,
.mm-listview .hidden-desktop-cat {
  display: none;
}

.mm-listview .icons {
  font-size: 140%;
  font-weight: 500;
  margin-right: 10px;
}

.mm-title {
  display: block;
  border: 0;
  font-size: 1.2em;
  font-weight: 600;
  padding-left: 25px;
}

.mm-highest .mm-title {
  padding-left: 50px;
}

.mm-menu .cat-img {
  width: 20px;
  float: left;
  margin-left: 46px;
  padding: 0 0px;
  margin-top: 20px;
  margin-right: -25px;
}

.mm-menu .parentLink {
  padding-left: 0 !important;
  background: #f5f5f5;
  font-weight: 900;
}

.mm-menu .parentLink>a {
  color: #222;
  font-weight: 900;
}

@media (max-width: 1290px) {
  .category-home .widget-image-box>.widget-inner .widget-caption h2, .category-home .widget-image-box>.widget-inner .widget-caption .h2 {
    font-size: 2rem;
  }

  .category-home .widget-fw .widget-text h1 {
    font-size: 4rem;
  }

  .parallax h3 {
    font-size: 3rem;
  }

  .parallax p {
    font-size: 2rem;
  }

  .shopFooter .row_2 {
    padding: 30px 15px;
  }
}

@media (max-width: 1090px) {
  .category-home .widget-image-box-caption p {
    font-size: 1.1rem;
    white-space: nowrap;
  }

  .search {
    min-width: 70%;
  }

  .category-home .widget-fw .widget-background {
    min-height: 30rem !important;
  }

  .category-home .widget-fw .widget-text h1 {
    font-size: 3rem;
  }

  .category-home .widget-prop-md-3-2 .widget-proportional {
    padding-bottom: 180px;
  }
}

@media (max-width: 991px) {
  .category-home .widget-image-box>.widget-inner .widget-caption h2, .category-home .widget-image-box>.widget-inner .widget-caption .h2 {
    font-size: 1.5rem;
  }

  .category-home .widget-fw .widget-background {
    min-height: 25rem !important;
  }

  .category-home .widget-prop-md-3-2 .widget-proportional {
    padding-bottom: 150px;
  }

  .category-home .widget-image-box-caption p::after {
    padding: 10px;
  }

  .category-home .widget-image-box-caption p {
    padding: 10px 45px 10px 15px;
  }

  .parallax h3 {
    font-size: 2rem;
  }

  .parallax p {
    font-size: 1.8rem;
    line-height: 5px;
  }

  .services-box>a.drop img {
    max-width: 90%;
  }

  footer .column-c {
    column-count: 2;
  }
}

@media (max-width: 769px) {
  .lastSeenItems {
    display: none;
  }

  .logo {
    height: 60px;
  }

  .hamburger {
    display: block;
  }

  .search {
    min-width: 80%;
  }

  .search button.search-button {
    padding: 0 10px;
  }

  .navigation>li:first-child>span {
    display: none;
  }

  .topImage {
    display: none;
  }

  .category-home .widget-prop-md-3-2 .widget-proportional {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .category-home .mt-50 {
    margin: -140px 15px 0 15px;
  }

  .parallax a {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .parallax p {
    font-size: 1.5rem;
  }

  .services-box>a.drop {
    padding: 30px 0;
    width: 130px;
    height: 100px;
    margin: 4px 15px 10px 0;
  }

  .itemContainer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .categoriegrid {
    padding: 0;
  }
}

@media (max-width: 520px) {
  .logo {
    width: 180px;
    margin: 30px 0 10px 0px;
  }

  .list-inline-item.control-wish-list {
    display: none;
  }

  .search .infopopper {
    display: none;
  }

  header .controls .list-inline-item {
    margin: 0px 5px;
  }

  .category-home .widget-fw .widget-text h2 {
    font-size: 1.2rem;
  }

  .category-home .widget-fw .widget-text h1 {
    font-size: 2rem;
  }

  .category-home .widget-fw .widget-background {
    min-height: 20rem !important;
  }

  .parallax h3 {
    font-size: 1.5rem;
  }

  article.category-item .category-item-image img {
    max-height: 160px;
    max-width: 80%;
  }

  article.category-item .category-item-image {
    max-height: 200px;
    line-height: 180px;
  }

  article.category-item .wishlist {
    display: none;
  }

  .product-list.grid li {
    margin-bottom: 15px;
    padding: 0 7px;
  }

  .categoryTitle {
    font-size: 1.5rem;
  }

  footer .column-c {
    column-count: 1;
  }

  .shopFooter .paymentMethodList li svg {
    max-width: 75px;
  }
}

@media (max-width: 420px) {
  .search {
    min-width: 85%;
  }

  header .controls .list-inline-item svg {
    height: 30px;
  }
}
