@import url(https://use.typekit.net/okg4vhe.css);
@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar:vertical {
  width: 7px;
}

::-webkit-scrollbar:horizontal {
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #828281;
  border-radius: 0px;
  border: 1px solid #D4D4D4;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #D4D4D4;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: max(10 * (1vw + 1vh) / 19, 16px);
  font-style: normal;
  color: #333333;
  text-align: left;
  scrollbar-color: #828281 #D4D4D4;
  scrollbar-width: thin;
  background-image: url(../images/brick-bg.png);
  background-attachment: fixed;
  -ms-scrollbar-arrow-color: #D4D4D4;
  -ms-scrollbar-highlight-color: #D4D4D4;
  -ms-scrollbar-base-color: #D4D4D4;
  max-width: 100%;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

a,
a:hover {
  color: #333333;
  text-decoration: none;
}

.bg-grey {
  background-color: #333333;
}

input {
  border: 1px solid #e5e5e5;
}

input:focus {
  outline: none;
  box-shadow: none;
}

hr {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin: 15px 0;
}

.input-unit label, .input-unit .input-unit-label {
  font-size: .75em;
  color: #999;
  letter-spacing: 0px;
}

button:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #828281;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #828281;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #828281;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #828281;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-mt-4 {
  margin-top: 40px;
}

.custom-p-5 {
  padding: 50px;
}

input, select, textarea {
  color: #333333;
}

nav.navbar a,
nav.navbar a:link,
nav.navbar a:hover,
nav.navbar a:visited,
nav.navbar a:active,
nav.navbar a:focus {
  background-color: transparent !important;
}

textarea:hover,
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

input.form-control:focus,
select.form-control:focus {
  box-shadow: none;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border: 1px solid #626C3B;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

h5 {
  font-size: 14px;
  margin: 10px auto;
  text-transform: uppercase;
  font-weight: 300;
}

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

@media (min-width: 1780px) {

  .container,
  .container-max {
    max-width: 1600px;
  }
}

@media (min-width: 1580px) {

  .container,
  .container-max {
    max-width: 1480px;
  }
}

.alert-info {
  color: #333;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
  font-weight: 500;
}

.widget-primary a.text-appearance, .widget-primary .btn-appearance,
.text-primary, .color-primary {
  color: #333 !important;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.90rem 1rem;
}

.form-control {
  height: calc(2em + 1rem + 3px);
}

.btn-default {
  padding: 10px 20px;
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
}

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

.btn-outline,
.btn-outline-primary {
  color: #333;
  border-color: #333;
  background: #fff;
}

.widget-primary .custom-control-appearance .custom-control-input:checked~.custom-control-label::before {
  background-color: #626C3B;
  border-color: #626C3B;
}

.widget-cookie-bar.widget-primary.active:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  z-index: 1030
}

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

.cookie-bar.out>div>.btn.btn-primary.btn-appearance {
  font-size: 12px;
  background: #333;
}

.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: #333;
  text-decoration-color: #333;
}

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

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

.widget-primary .btn-appearance:focus, .widget-primary .btn-appearance.focus,
.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,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle,
.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-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #626C3B;
  border-color: #626C3B;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.widget-primary .btn-appearance:hover,
.btn-primary:hover {
  color: #626C3B !important;
  background-color: #fff;
  border-color: #626C3B;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.reset-pwd-container .btn-danger {
  color: #333;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.btn.btn-appearance.btn-block {
  padding: 15px 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}

.widget.widget-separator.mb-3 {
  margin: 15px 0;
  border-color: #e5e5e5;
}

.widget-item-list-caption .widget-item-list-inline-caption * {
  text-transform: unset !important;
  font-weight: 500;
}

a.text-appearance {
  text-decoration: underline;
}

.btn-grey {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  width: 260px;
  padding: 10px 20px;
  background: #333333;
  border: 1px solid #333333;
  color: white;
  text-align: center;
  position: relative;
}

.btn-grey::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid transparent;
  box-shadow: inset 0px 0px 0px 1px white;
  display: block;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease;
}

.btn-grey:hover {
  color: #fff;
  text-decoration: none;
}

.btn-grey:hover::before {
  opacity: 1;
}

.btn-grey::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid transparent;
  box-shadow: inset 0px 0px 0px 1px white;
  display: block;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease;
}

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

/*--------------------------------------------------------------
  # COOCKIE BAR
  --------------------------------------------------------------*/
.cookie-bar {
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBoAAAAhQCBuMOYEwAAAABJRU5ErkJggg==') !important;
  word-break: normal !important;
  font-size: 14px;
}

.cookie-bar>div.container-max {
  background: #fff;
  box-shadow: 0 0 30px -10px #555;
  position: relative;
  max-width: 600px;
  top: 15%;
  margin-top: 0;
  padding: 15px;
}

.cookie-bar.out {
  position: fixed;
  top: auto;
  left: 0;
  background: 0 0 !important;
}

.cookie-bar.out {
  right: auto;
  left: 15px;
}

.cookie-bar .text-appearance {
  text-decoration: underline;
  font-weight: 500;
}

.cookie-bar .btn {
  width: 100%;
  padding: 10px 15px !important;
  font-size: .9rem !important;
  font-weight: 600;
}

.cookie-bar .badge {
  height: auto !important;
  line-height: initial !important;
  padding: 5px !important;
}

.cookie-bar .col-12.col-md-4.pt-3.pt-md-0 .btn.btn-default.btn-block {
  width: 100%;
}

.cookie-bar .text-primary.text-appearance.d-block.d-md-inline-block {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.cookie-bar .custom-switch {
  padding-left: 2.25rem;
  padding-bottom: 1rem;
}

.cookie-bar .col-12.col-md-4.pt-3.pt-md-0 .btn.btn-primary.btn-block.btn-appearance {
  width: 100%;
}

@media (max-width: 480px) {
  .cookie-bar .custom-switch {
    padding-left: 2.25rem;
    padding-bottom: 1rem;
    width: calc(50% - 2.25rem);
    float: left;
  }
}
.cookie-bar .col-12.col-md-8 {
  flex: 0 0 100%;
  max-width: 100%;
}

.cookie-bar .button-order.col-12.col-md-4.pt-3.pt-md-0 {
  flex: 0 0 100%;
  max-width: 100%;
}
.btn.btn-block.btn-default.button-order-3.mb-2.mt-0,
.btn.btn-block.btn-default.btn-appearance.button-order-2.mb-2.mt-0 {
  background: #fff;
  color: #222 !important;
  border-color: #fff;
  padding: 5px 0!important

}
.btn.btn-block.btn-default.btn-appearance.button-order-1.mb-2.mt-0 {
  padding: 20px 0 !important;
  font-size: 1.1rem !important;
}


/*--------------------------------------------------------------
  # HEADER
  --------------------------------------------------------------*/
header {
  background: url(../images/brick-bg_footer-min.png);
}

header .search-box-mobile {
  display: none;
}

header a {
  text-decoration: none;
}

header .navbar {
  background-color: initial;
}

header .navbar,
header .navbar-expand-xl .navbar-collapse,
header .navbar-nav,
header .nav-item {
  height: 100%;
  padding: 0;
  z-index: 150;
}

header .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

header .navbar-nav .nav-item {
  margin-right: 60px;
  display: flex;
}

header .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

header .navbar-nav .nav-item .nav-link {
  align-self: center;
  color: #333333;
  text-transform: uppercase;
  padding: 0;
  display: flex;
  white-space: nowrap;
}

header .navbar-nav .dropdown .nav-link:hover {
  color: #000;
}

header .navbar-nav .dropdown .nav-link::after {
  content: "\f107";
  font-family: "FontAwesome";
  border: none;
  font-weight: 500;
  line-height: 150%;
  padding-left: 5px;
}

header .navbar-nav .nav-item .nav-link[aria-expanded=true]::after {
  content: "\f106";
}

header .navbar-nav .nav-item .dropdown-menu {
  padding: 24px 30px;
  border: none;
  border-top: 8px solid #333333;
  box-shadow: 0 5px 5px rgba(51, 51, 51, 0.1);
  border-radius: 0;
  margin: 0;
  z-index: 2000;
}

header .navbar-nav .nav-item .dropdown-menu.show>div {
  display: flex;
}

header .navbar-nav .nav-item .dropdown-menu button.close {
  position: absolute;
  padding: 16px;
  line-height: 12px;
  background: #333333;
  opacity: 1;
  border-radius: 50%;
  right: -24px;
  top: -28px;
}

header .navbar-nav .nav-item .dropdown-menu button.close:hover svg {
  transform: scale(1.2);
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #333333;
  padding: 0;
  text-decoration: none;
}

header .navbar-nav .nav-item .menu-group {
  flex: 1 0 auto;
  margin: 20px;
}

header .navbar-nav .nav-item .menu-group h4 {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500
}

header .navbar-nav .nav-item .image-box {
  width: 220px;
  height: 295px;
  position: relative;
  overflow: hidden;
  margin: 0 40px;
}

header .navbar-nav .nav-item .image-box img {
  min-width: 220px;
  min-height: 295px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .search-box-mobile {
  display: none;
}

header .dropdown-menu {
  font-size: 100%;
}

header .logo {
  width: 250px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 35px 0 25px 0;
  transition: all 300ms ease;
}

.app>header.sticky {
  z-index: 1040;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

header.sticky .logo {
  width: 150px;
  padding: 25px 0 15px 0;
}

header .rightMenu {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  cursor: pointer;
}

header .rightMenu svg {
  height: 16px;
  align-self: center;
}

header .rightMenu div {
  flex: 0 1 auto;
  align-self: center;
  position: relative;
}

header .rightMenu .badge {
  border-radius: 50%;
  line-height: 10px;
  min-width: 20px !important;
  padding: 5px;
  display: block;
  position: absolute;
  font-size: 12px;
  top: -6px;
  right: -18px;
  color: #fff;
  background: #888;
  font-weight: 600;
  min-height: 20px;
}

header .rightMenu .search-box,
header .rightMenu .search-box-mobile {
  border-bottom: 1px solid #333333;
  display: flex;
  width: 220px;
  margin-right: 50px;
}

header .rightMenu .search-box form,
header .rightMenu .search-box input,
header .rightMenu .search-box-mobile form,
header .rightMenu .search-box-mobile input {
  width: 100%;
}

header .rightMenu .search-box input,
header .rightMenu .search-box-mobile input {
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0 10px 0 30px;
}

header .rightMenu .account, header .rightMenu .wishlist {
  padding-right: 30px;
}

header .rightMenu .search-box, header .rightMenu .search-box-mobile {
  border-bottom: 1px solid #333;
  display: flex;
  width: 220px;
  margin-right: 30px;
}

header .rightMenu .search-box button {
  position: absolute;
  border: 0;
  background: initial;
}

header .rightMenu .search-box button svg {
  width: 24px;
  height: 24px;
}

header .langSwitch {
  display: flex;
  padding: 0 15px;
  margin: 0px 15px;
}

header .cmp-country-settings {
  box-shadow: 5px 0px 50px -20px #000;
}

/*--------------------------------------------------------------
  # NOTIFICATIONS
  ---------------------------------------------------------------*/
.notification-wrapper {
  position: fixed;
  right: 20px;
  top: 15rem;
}

.alert {
  position: relative;
  padding: 2rem;
  font-size: 1.1rem;
  border-top: 5px solid #333 !important;
}

.alert-success {
  color: #333;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

.alert-danger {
  color: #333;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}

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

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

.alert-dismissible .close {
  position: absolute;
  padding: 16px;
  line-height: 12px;
  background-color: #333;
  opacity: 1;
  border-radius: 50%;
  right: -15px;
  top: -25px;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

.page-category-content .page-content a {
  text-decoration: underline;
}

.page-category-content .page-content .widget a {
  text-decoration: none;
}

.widget-image-box.widget-primary .widget-caption {
  color: #fff;
  background-color: rgba(98, 108, 59, 0.4);
}

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

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*--------------------------------------------------------------
  # SEARCH
  --------------------------------------------------------------*/
.autocomplete-suggestion .count span {
  min-width: 30px;
  padding: 0;
  font-size: .80rem;
  background: #e5e5e5;
  border-radius: 50%;
  min-height: 30px;
  line-height: 30px;
}

header .rightMenu div.autocomplete-suggestions {
  width: 260%;
  padding: 5px 20px 20px 20px;
  background: #fff;
  position: absolute;
  right: 0;
  box-shadow: 0px 10px 20px -10px #000;
}

.autocomplete-suggestions * {
  color: #333333;
}

.autocomplete-suggestion .label .small, .autocomplete-suggestion .label .btn-labeled {
  color: #999;
}

.autocomplete-suggestion .text-appearance {
  color: #333333;
}

/*--------------------------------------------------------------
  # BREADCRUMP
  --------------------------------------------------------------*/
.breadCrumb nav>ul {
  background: #fff;
  padding: 0 !important;
  margin: 0 !important;
  font-size: .95rem;
}

.breadcrumb-item {
  color: #828281;
  text-transform: capitalize;
}

.breadcrumb-item a {
  text-decoration: none
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #828281;
  content: "|";
}

.breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}

/*--------------------------------------------------------------
  # HOME
  --------------------------------------------------------------*/
html:lang(en) .category-home .whyus .view-more[aria-expanded=false]:before {
  content: "Read more";
}

html:lang(en) .category-home .whyus .view-more[aria-expanded=true]:before {
  content: "Read more";
}

html:lang(de) .category-home .whyus .view-more[aria-expanded=false]:before {
  content: "MEHR ERFAHREN";
}

html:lang(de) .category-home .whyus .view-more[aria-expanded=true]:before {
  content: "WENIGER";
}

.category-home .widget.widget-code {
  margin-bottom: initial;
}

/*
.category-home .hero-slider {
  height: 710px;
}

.category-home .hero-slider .slick-slide {
  position: relative;
  height: 710px;
}

.category-home .hero-slider .slick-slide img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
*/
.category-home .hero-slider .hero-image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.category-home .hero-slider .hero-title {
  height: 260px;
  padding-top: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center;
}

.category-home .hero-slider .hero-link {
  height: 110px;
  padding-bottom: 70px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category-home .hero-slider h1 {
  height: auto;
  width: 100%;
  position: relative;
  text-align: center;
  color: white;
  font-size: 4rem;
  margin: 0;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

.category-home .hero-slider .hero-title span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
  width: 100%;
  clear: both;
  text-align: center;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

.category-home .hero-slider a {
  position: relative;
  margin: 5px 10px;
  align-self: flex-end;
  display: inline-table;
  text-transform: uppercase;
  text-decoration: none;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 20px;
  background: #333333;
  border: 1px solid #333333;
  color: white;
  text-align: center;
}

.category-home .hero-slider a::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid transparent;
  box-shadow: inset 0px 0px 0px 1px white;
  display: block;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease;
}

.category-home .hero-slider a:hover {
  color: white;
  text-decoration: none;
}

.category-home .hero-slider a:hover::before {
  opacity: 1;
}

.category-home .hero-slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.category-home .hero-slider ul li {
  height: 100%;
}

.category-home .whyus {
  margin: 80px 15px;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.category-home .whyus .title {
  display: flex;
  font-size: 42px;
  line-height: 55px;
  text-transform: uppercase;
  justify-content: center;
}

.category-home .whyus .title::before {
  content: "";
  flex: 0 0 12px;
  border-color: white;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
}

.category-home .whyus .title::after {
  content: "";
  flex: 0 0 12px;
  border-color: white;
  border-width: 2px 2px 2px 0px;
  border-style: solid;
}

.category-home .whyus .view-more {
  color: white;
  text-transform: uppercase;
}

.category-home .whyus .view-more img {
  margin: -5px 0 0 5px;
  transition: all 300ms ease;
}

.category-home .whyus .view-more[aria-expanded=true] img {
  margin: 0px 0 0 5px;
  transform: rotate(-180deg);
}

.category-home .whyus #why-wunderwerk h2 {
  margin-top: 60px;
  font-weight: 400;
}

.category-home .whyus #why-wunderwerk h2 span {
  text-transform: uppercase;
}

.category-home .whyus #why-wunderwerk .why-holder {
  display: flex;
  text-align: left;
}

.category-home .whyus #why-wunderwerk .why-holder .why-box {
  padding: 20px;
  font-weight: 400;
  border: 1px solid white;
  flex: 1;
  margin: 10px;
}

.category-home .whyus #why-wunderwerk .why-holder .why-box p {
  margin: 0;
}

.category-home .whyus #why-wunderwerk .why-holder .why-box .title-hold {
  display: flex;
  margin-bottom: 15px;
}

.category-home .whyus #why-wunderwerk .why-holder .why-box .title-hold h3 {
  font-size: 16px;
  font-weight: 400;
  align-self: center;
  padding-left: 15px;
  margin: 0;
}

.category-home .row.new-in {
  padding: 0 15px;
}

.category-home .new-in .newin-mainlink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.category-home .new-in .back-image {
  height: 550px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.category-home .new-in .text-box {
  flex-direction: column;
  padding-top: 40%;
  text-shadow: 0px 0px 85px #000;
  overflow: hidden;
}

.category-home .new-in .text-box .text {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  z-index: 2;
}

.category-home .new-in .text-box .text p {
  font-size: 36px;
  margin: 0;
}

.category-home .new-in .text-box .text p:first-child {
  font-size: 70px;
  line-height: 70px;
  border-bottom: 5px solid white;
}

.category-home .new-in .text-box .btn-box {
  position: absolute;
  align-self: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.category-home .lookbook.latest-one {
  position: relative;
  height: 480px;
  margin: 80px 15px;
}

.category-home .lookbook.latest-one .grey-box {
  width: 35%;
  min-height: calc(100% - 300px);
  position: absolute;
  z-index: 1;
  left: calc(65% - 15px);
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  color: white;
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px
}

.category-home .lookbook.latest-one .grey-box .btn-box {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.category-home .lookbook.latest-one .grey-box .btn-grey {
  border: 1px solid white;
}

.category-home .lookbook.latest-one .image {
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 100%;
  left: 0%;
  top: 0;
}

.category-home .lookbook.latest-one .image img {
  min-height: 100%;
  width: auto;
  max-width: initial;
}

.category-home .shipping-info {
  border: 1px solid #333333;
  padding: 20px 0;
  font-weight: 500;
  font-size: 14px;
  margin: 80px 0;
}

.category-home .shipping-info img {
  max-width: 50px;
  height: auto;
}

.category-home .shipping-info p {
  padding: 0 75px;
}

.category-home .collection {
  background-size: cover;
  height: 400px;
  position: relative;
  margin: 80px 0;
}

.category-home .collection .text-box {
  flex-direction: column;
  padding: 30px;
}

.category-home .collection .text-box .text {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.category-home .collection .text-box .text p {
  font-size: 36px;
  margin: 0;
}

.category-home .collection .text-box .text p:first-child {
  font-size: 70px;
  line-height: 70px;
  border-bottom: 5px solid white;
}

.category-home .collection .text-box .btn-box {
  position: absolute;
  align-self: center;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  transform: translateX(-50%);
}

.category-home .collection .text-box .btn-box a {
  margin: 10px;
}

.category-home .collection.hero-slider .hero-title {
  height: 300px;
  padding-top: 100px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
}

.collection .hero-title h2 {
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  display: inline-block;
}

.collection .hero-title h3 {
  color: #fff;
  font-size: 3rem;
}

.category-home .homepage-news {
  position: relative;
  margin: 80px 0;
}

.category-home .homepage-news .height200 {
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.category-home .homepage-news .height200 h2 {
  margin-bottom: 0;
  line-height: 40px;
  max-width: 90%;
  margin: 0 auto;
  flex: 1;
  align-self: center;
}

.category-home .homepage-news .news-one {
  position: relative;
  margin: 0 20px;
}

.category-home .homepage-news .news-one img {
  width: calc(100% - 40px);
  max-height: 350px
}

.category-home .homepage-news .news-one .text-box {
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
}

.category-home .homepage-news .news-one .text-box .text {
  padding: 15px;
  max-height: 200px;
  background: #333333;
  text-align: center;
  color: white;
  width: calc(100% - 40px);
}

.category-home .homepage-news .news-one .text-box .text .btn-grey {
  border: 1px solid white;
  display: inline-block;
}

.category-home .homepage-news .slick-active .news-one .text {
  opacity: 1;
}

.category-home .homepage-news .news-arrow-l {
  display: block !important;
  position: absolute;
  padding: 5px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.category-home .homepage-news .news-arrow-r {
  display: block !important;
  position: absolute;
  padding: 5px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.category-home .share-moments ul {
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.category-home .share-moments ul li {
  margin: 15px;
}

.category-home .share-moments ul li img {
  max-width: 100%;
  max-height: 100%;
}

.category-home .product-box .description-box {
  border-width: 1px;
  border-color: #FFF #D4D4D4 #D4D4D4 #D4D4D4;
  border-style: solid;
  background: white;
  margin-top: -2px;
  position: relative;
  padding: 15px;
}

.category-home .shopthelook .small-images {
  margin: -15px 0;
}

.category-home .shopthelook .small-images .single-product {
  padding: 15px 0;
}

.category-home .shopthelook .small-images .single-product .main-image {
  overflow: hidden;
  position: relative;
}

.category-home .shopthelook .small-images .single-product .main-image img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.category-home .shopthelook .small-images .single-product .look-products {
  display: none;
}

.category-home .shopthelook .big-image {
  position: relative;
  overflow: hidden;
}

.category-home .shopthelook .big-image .main-image {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}

.category-home .shopthelook .big-image .main-image img {
  position: relative;
  min-height: 100%;
}

.category-home .shopthelook .big-image .look-products {
  position: absolute;
  background: white;
  padding: 15px;
  top: 50%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  max-height: 80%;
  transform: translate(-50%, -50%);
}

.category-home .shopthelook .big-image .look-products .product {
  flex: 0 1 50%;
  overflow: hidden;
  padding: 15px;
}

.category-home .shopthelook .big-image .look-products .product .image-holder {
  padding: 10px;
}

.category-home .shopthelook .big-image .look-products .product .image-holder img {
  max-width: 100%;
  max-height: 100%;
}

.category-home .widget-primary .bg-appearance {
  color: #fff !important;
  background-color: #333 !important;
  padding: 0;
  margin: 0;
  height: 100px;
  line-height: 100px;
}

.category-home .widget-primary .bg-appearance p {
  display: flex;
  font-size: 36px;
  line-height: 55px;
  text-transform: uppercase !important;
  justify-content: center;
}

.category-home .widget-primary .bg-appearance p::before {
  content: "[";
  padding-right: 5px;
  line-height: 51px;
}

.category-home .widget-primary .bg-appearance p::after {
  content: "]";
  padding-left: 5px;
  line-height: 51px;
}

.category-home .collection .text-box .btn-box a.btn-white {
  color: #fff;
  display: flex;
  margin: 0 5%;
  font-size: 36px;
}

.category-home .collection .text-box .btn-box a.btn-white::before {
  content: "[";
  padding-right: 5px;
  line-height: 51px;
}

.category-home .collection .text-box .btn-box a.btn-white::after {
  content: "]";
  padding-left: 5px;
  line-height: 51px;
}

.category-home .comments .slick-next {
  right: 15px;
}

.category-home .commentss .slick-prev {
  left: 15px;
}

.category-home .comments .comment .fa {
  margin-right: 10px;
  font-size: 120%;
}

.category-home .comment {
  position: relative;
  max-width: 95%;
  margin: 30px auto;
}

.category-home .comments .comment {
  position: relative;
  padding: 30px;
  width: 80%;
  z-index: 1;
  margin: 30px 15px;
  align-self: center;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #ccc;
}

.category-home .comments .comment>blockquote {
  position: relative;
  color: #222;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  min-height: 150px;
  font-style: italic;
}

.category-home .comments .comment::after {
  position: absolute;
  content: "”";
  color: #222;
  font-size: 7rem;
  bottom: -40px;
  right: 60px;
  font-family: Arial;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.category-home .comments .comment cite {
  position: relative;
  color: #999;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  z-index: 1;
  text-transform: lowercase;
  font-style: initial;
}

.category-home .comments .comment blockquote::before, .category-home .comments .comment blockquote::after {
  font-size: 1.2rem;
  font-family: Times New Roman;
}

.category-home .comments .comment blockquote::before {
  content: '”';
  margin-left: -9px;
  padding-right: 3px;
}

.category-home .comments .comment blockquote::after {
  content: '”';
  padding-left: 3px;
}

.category-home .comments .slick-slide.slick-active {
  opacity: 0.5
}

.category-home .comments .slick-slide.slick-active.slick-current {
  opacity: 1
}

/*--------------------------------------------------------------
  # CONTACT
  --------------------------------------------------------------*/
.category-contact .contact-box .have-border {
  border: 1px solid #D4D4D4;
  width: 100%;
  height: 100%;
  padding: 30px;
  min-height: 250px;
}

.category-contact .btn.btn-primary {
  background: #333;
  padding: 15px 40px;
  text-transform: uppercase;
}

.category-contact .btn.btn-primary:active,
.category-contact .btn.btn-primary:hover {
  background: #fff;
  color: #333 !important;
  border-color: #333
}

/*--------------------------------------------------------------
  # PRESS
  --------------------------------------------------------------*/
.category-215 .widget-prop-md-1-1 .widget-proportional,
.category-215 .widget-prop-md-3-2 .widget-proportional,
.category-215 .widget-prop-xl-3-1 .widget-proportional {
  padding-bottom: initial;
}

.category-215 .widget-image-box img {
  position: relative;
  top: initial;
  left: initial;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: initial;
  transform: initial;
}

/*--------------------------------------------------------------
  # NEWSLETTER
  --------------------------------------------------------------*/
.newsletter {
  color: #fff;
  padding: 40px 0;
  box-shadow: 0 -20px 20px #fff;
  position: relative;
  z-index: 20;
  background-color: #333;
  max-width: 100vw;
  overflow: hidden;
  margin: 0;
}

.newsletter img {
  max-width: 130px;
  display: inline-block;
}

.newsletter h3 {
  font-size: 36px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.newsletter .field-group {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.newsletter input {
  color: #fff;
  border: 1px solid #fff;
  background: none;
  padding: 5px 10px;
  width: 240px;
}

.newsletter button.button {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
  background: white;
  color: #333;
  border: 1px solid #fff;
  text-align: center;
  width: auto;
}

.newsletter ::-webkit-input-placeholder {
  color: #fff;
}

.newsletter ::-moz-placeholder {
  color: #fff;
}

.newsletter :-ms-input-placeholder {
  color: #fff;
}

.newsletter :-moz-placeholder {
  color: #fff;
}

/*--------------------------------------------------------------
  # NEWSLETTER PAGE
  --------------------------------------------------------------*/
.page-newsletter {
  color: #333;
  padding: 40px 0;
  position: relative;
  z-index: 20;
  background-color: #fff;
  max-width: 100vw;
  overflow: hidden;
  margin: 0;
}

.page-newsletter h3 {
  font-size: 36px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.page-newsletter .field-group {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.page-newsletter input {
  color: #333;
  border: 1px solid #333;
  background: none;
  padding: 5px 10px;
  width: 240px;
}

.page-newsletter button.button {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  text-align: center;
  width: auto;
  margin-left: -1px;
}

.page-newsletter ::-webkit-input-placeholder {
  color: #333;
}

.page-newsletter ::-moz-placeholder {
  color: #333;
}

.page-newsletter :-ms-input-placeholder {
  color: #333;
}

.page-newsletter :-moz-placeholder {
  color: #333;
}

/*--------------------------------------------------------------
  # FOOTER
  --------------------------------------------------------------*/
footer {
  background: url(../images/brick-bg_footer-min.png) no-repeat;
  background-size: cover;
  padding: 80px 0 40px 0;
}

footer .footer-text div {
  padding-right: 80px;
}

footer img {
  height: 30px;
  padding-left: 40px;
}

footer .footer-text a {
  display: block;
  text-decoration: none;
}

/*--------------------------------------------------------------
  # KATEGORIEN
  --------------------------------------------------------------*/
.square-brackets {
  color: #fff;
  display: flex;
  font-size: 36px;
  line-height: 48px;
  margin: 0 0 30px;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
}

.square-brackets::before {
  content: "";
  flex: 0 0 12px;
  border-color: #fff;
  border-width: 3px 0px 3px 3px;
  border-style: solid;
}

.square-brackets::after {
  content: "";
  flex: 0 0 12px;
  border-color: white;
  border-width: 3px 3px 3px 0px;
  border-style: solid;
}

.square-brackets.dark {
  color: #333333;
}

.square-brackets.dark::before {
  border-color: #333333;
}

.square-brackets.dark::after {
  border-color: #333333;
}

.categoryImage {
  position: relative;
  width: 100%;
}

.categoryImage .blackBox {
  width: 35%;
  min-height: calc(100% - 35%);
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10% 30px;
  border-radius: 10px
}

.categoryImage .blackBox h2 {
  line-height: 48px;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 36px;
}

.categoryImage .blackBox .square-brackets {
  color: #fff;
  display: inline-flex;
  font-size: 36px;
  line-height: 48px;
  margin: 0px 25px 0;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.categoryImage .blackBox .description {
  font-size: 30px;
  line-height: 36px;
  height: 75px;
  overflow: hidden;
}

.categoryImage .image {
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 100%;
  left: 20%;
  top: 0;
}

.categoryImage .image img {
  position: relative;
  width: 100%;
  max-height: 490px
}

.list-controls .list-controls-inner {
  background: #fff;
}

.list-controls .filter-toggle {
  position: relative;
  top: initial;
  right: initial;
  transform: initial;
  color: #333;
  font-size: 1rem;
  background: none;
  border: 0;
  padding: 0 15px;
}

.list-controls .filter-toggle .fa {
  margin-right: 10px;
  font-size: 1.2rem;
}

.itemList {
  min-height: 500px;
}

/*--------------------------------------------------------------
  # CATEGORY ITEM
  --------------------------------------------------------------*/
.cmp.cmp-product-thumb {
  padding: 7.5px;
}

.cmp.cmp-product-thumb .thumb-image {
  width: 100%;
  padding: 5px;
  border: 0;
}

.cmp .category-item-image img {
  max-width: initial !important;
  min-height: 100%;
}

.cmp .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.cmp .owl-theme .owl-dots .owl-dot.active span,
.cmp .owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

.cmp .fa-chevron-left::before {
  content: "\f104";
}

.cmp .fa-chevron-right::before {
  content: "\f105";
}

.cmp .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #626C3B;
}

.cmp .owl-theme .owl-nav [class*="owl-"] {
  font-size: 30px;
}

.cmp .itemName {
  margin: 10px 0;
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
  min-height: 50px;
  max-width: 80%;
}

.cmp .itemName2 {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  background: #fff;
  opacity: .9;
  padding: 2.5px 10px;
}

.cmp.cmp-product-thumb .price {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
}

.cmp .wishlist {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 999;
}

.cmp .wishlist .btn {
  font-size: 0;
  background: none;
  border: 0;
  padding: 0;
}

.cmp .wishlist .btn>i {
  font-size: 1rem;
  color: #626C3B;
}

.cmp .wishlist .btn>i.fa-heart::before {
  content: "\f08a";
}

.cmp-product-thumb .saleprice {
  display: inline;
  font-size: 1.2rem;
  font-weight: 600;
  background: #C35A5A;
  color: white;
  padding: 4px 8px;
  margin-left: 10px;
}

.cmp-product-thumb .crossprice {
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
}

.cmp-product-thumb .special-tags {
  top: 60px;
}

.cmp-product-thumb .special-tags .badge {
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  padding: 10px;
  text-transform: uppercase;
}

.cmp-product-thumb .special-tags .badge-success {
  color: #fff;
  background-color: #333;
}

.cmp .listing_percent {
  background: #333;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  right: 8px;
  font-weight: 400;
  z-index: 9;
}

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

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

.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 {
  margin: 2px;
}

.list-controls.bottom .pagination .page-item>a.active {
  font-weight: 600;
  margin: 0 15px;
  font-size: 200%;
}

.list-controls.bottom .pagination .page-item>a:hover {
  font-weight: 600;
}

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

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

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

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

.totalText {
  line-height: 50px;
}

.category-description a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
  # WISHLIST
  --------------------------------------------------------------*/
.wishlist .categoryTitle {
  font-weight: 600;
}

.wishList.product-list.grid {
  margin: 30px auto;
}

.wishList img {
  width: 100%;
}

.wishlist .cmp .wishlist {
  top: 60px;
}

.wishList .btn .fa.fa-trash-o.default-float {
  font-size: initial;
}

/*--------------------------------------------------------------
  # FILTER
  --------------------------------------------------------------*/
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: 100vw;
  }
}

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

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

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

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

.wrapper-left .close {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  cursor: pointer;
}

.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: 15px 0 15px 20px;
  text-transform: uppercase;
  color: #333;
  margin-right: 15px;
}

.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: 600;
}

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

.wrapper-left .dropdown {
  padding: 15px;
  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;
}

/*--------------------------------------------------------------
  # SIDENAVIGATION
  --------------------------------------------------------------*/
.stickyParent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sideNavigation .parentLink {
  display: none;
}

ul.sideNavigation {
  padding: 0;
  margin: 10px 0 0px 15px;
  list-style-type: none;
}

.sideNavigation>li.nav-item {
  margin: 0.125rem 0 15px;
}

.sideNavigation>li.nav-item>a {
  font-size: 110%;
  text-transform: uppercase;
  display: inline;
  text-decoration: none;
  padding: 20px 0 0 0;
}

.sideNavigation li.active>.nav-link {
  font-weight: 600;
}

.sideNavigation>li.nav-item>i {
  display: inline;
  font-style: initial;
  cursor: pointer;
}

.sideNavigation>li.nav-item>i::after {
  content: "+";
  padding-left: 5px;
  line-height: 25px;
}

.sideNavigation>li.nav-item.active>i::after {
  content: "-";
}

.sideNavigation>li.nav-item>ul {
  display: none;
  margin: 0;
  padding: 0
}

.sideNavigation>li.nav-item.active>ul {
  display: block;
  margin: 10px 0;
}

.sideNavigation>li>ul>li {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.sideNavigation>li>ul>li>a {
  text-decoration: none;
  padding: 0 0 0 10px;
  line-height: 1.8rem;
}

/*--------------------------------------------------------------
    # BASKET PREVIEW
    --------------------------------------------------------------*/
@media (min-width: 991px) {
  .basket-preview-wrapper {
    width: 40rem;
  }

  .basket-preview {
    padding: 30px;
  }
}

.basket-open .basket-preview-wrapper {
  z-index: 999999999;
}

.basket-preview {
  text-align: left;
  color: #333;
}

.basket-preview .h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 0;
  margin: 15px 0;
  padding-bottom: 15px;
}

.basket-preview .cmp-totals .h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.basket-preview-footer {
  margin-bottom: 20px;
}

.basket-item-container-right .btn.text-danger i {
  font-size: 16px;
}

.basket-item-container-right .btn.text-danger {
  font-size: 0;
}

.basket-preview .totals>hr,
.basket-preview .cmp-totals dt,
.basket-preview .cmp-totals dd {
  display: none
}

.basket-preview .vatTotals dt,
.basket-preview .vatTotals dd,
.basket-preview .cmp-totals dt.font-weight-bold,
.basket-preview .cmp-totals dd.font-weight-bold {
  display: inline-block;
}

.basket-preview-content .totals {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.basket-preview .cmp-totals {
  margin-top: 20px;
}

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

.basket-preview-header .close>span {
  font-size: 0;
}

.basket-preview-header .close {
  background: url(../images/close-d.svg) no-repeat center;
  margin-right: 0rem;
}

/*--------------------------------------------------------------
  # MODAL
  --------------------------------------------------------------*/
.modal-dialog {
  width: 620px;
  max-width: 80vw;
  left: 50%;
  transform: translate(-50%, -40%);
  margin-left: -310px;
}

.modal-dialog .modal-content {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  padding: 30px;
  border-top: 8px solid #333333;
  font-size: 14px;
  background: #fff;
  max-height: 80vh;
}

.modal-dialog .modal-content .modal-body {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-title.h3 {
  text-transform: uppercase;
  font-weight: 600;
}

.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 {
  position: absolute;
  padding: 16px;
  line-height: 12px;
  background-color: #333;
  opacity: 1;
  border-radius: 50%;
  right: -5px;
  top: -10px;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

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

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-top: -110px;
}

/*--------------------------------------------------------------
  # CHECKOUT / MYACCOUNT / BASKET / ORDER CONFIRMATION
  --------------------------------------------------------------*/
.widget-provider-select.widget-primary input:checked+.provider-select-label {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border: 1px solid #333;
}

.shipping-method-select {
  margin-top: 15px;
}

#paymentMethodContainer {
  margin: 10px 0px 24px 0px;
}

/*--------------------------------------------------------------
  # BLOG
  --------------------------------------------------------------*/
.blog-single .categoryImage .blackBox {
  color: #fff;
  text-align: left;
}

.blog-post-horizontal-MD a:hover .blog-post-title {
  color: #333;
  text-decoration: underline;
}

.breadcrumb {
  background-color: #fff;
}

.post-text {
  font-weight: 400;
  position: relative;
  padding: 20px 0;
  width: 65%;
  left: 35%;
}

.post-text .date,
.post-text .postBodytext {
  padding-left: 30px;
  border-left: 7px solid #333333;
}

/*--------------------------------------------------------------
  # POPUP MODAL
--------------------------------------------------------------*/
body .popup-modal .textAfter {
  padding: 0 15px;
  line-height: .9rem;
}

body .popup-modal .textBefore h1 {
  color: #fff;
  padding: 25px 0 0 0;
}
body .popup-modal .textBefore {
  padding: 0;
  line-height: 1.6rem;
  background: #403f41;
  text-align: center;
  font-size: 1.2rem;  
  color: #fff
}
body .popup-modal .textBefore p {
  margin: 0;
}
body .popup-modal  .textBefore input {
  border-radius: 3px;
  padding: 10px;
}


body .popup-modal h2,
body .popup-modal h3 {
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin: 0px;
}

.popup-modal .modal-body {
  padding: 0;
}

body .popup-modal .modal-dialog {
  width: 40vw;
  margin-left: -20vw;
}

@media (max-width: 991px) {
  body .popup-modal .modal-dialog {
    width: 90vw !important;
    margin-left: -45vw !important;
    max-width: 90vw;
  }
}

@media (max-width: 580px) {
  body .popup-modal .modal-dialog {
    width: 98vw;
    margin-left: -48vw;
    max-width: 98vw;
  }
}body .popup-modal .modal-header,

body .popup-modal .modal-footer{
  background: #403f41;
  border: 0;
}

body .popup-modal .img-fluid {
  width: 100%;
  padding: 15px;
}

body.modal-open.modal-static .popup-modal.modal,
body.modal-open.modal-static-2 .popup-modal.modal,
body.modal-open.modal-static-3 .popup-modal.modal {
  overflow-y: scroll !important;
}

/*--------------------------------------------------------------
  # SLICK SLIDER
  --------------------------------------------------------------*/
.slick-cross .category-item {
  margin: 0 5px;
}

.cross-selling-box {
  margin-top: 40px
}

.cross-box {
  margin-bottom: 40px;
  position: relative;
}

.slick-arrow {
  background: none;
  border: 0;
  font-size: 0;
}

.slick-next, .slick-prev {
  position: absolute;
  top: 45%;
  cursor: pointer
}

.cross-box .slick-prev {
  left: -20px;
}

.cross-box .slick-next {
  right: -20px;
}

.slick-prev:hover::after,
.slick-next:hover::before,
.slick-next:hover::after,
.slick-prev:hover::before {
  border-color: #fff
}

.slick-next::after,
.slick-prev::before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
}

.slick-next::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000
}

.slick-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000
}

.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0
}

.slick-track::after,
.slick-track::before {
  display: table;
  content: ''
}

.slick-track::after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide img {
  display: inline-block;
  width: 100%
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block;
  max-width: initial;
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  cursor: pointer
}

.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none
}

.slick-dots li {
  width: 5px;
  height: 5px
}

.slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 50px;
  background-color: #ccc
}

@media (min-width: 544px) {
  .slick-dots li button {
    width: 8px;
    height: 8px
  }
}

.slick-dots li button:hover {
  background-color: #000
}

@media (min-width: 544px) {
  .slick-dots li {
    width: 8px;
    height: 8px
  }
}

.slick-dots .slick-active button {
  background-color: #000;
}

.slick-nav .prev, .slick-nav .next {
  width: 54px;
  height: 97px;
  margin-top: -85px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1)
}

@media (min-width: 1200px) {
  .slick-nav .prev, .slick-nav .next {
    margin-top: -100px
  }
}

.slick-nav .prev::before,
.slick-nav .next::after {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  top: 30px;
  content: '';
  border-top: 1px solid #fff
}

.slick-nav .prev {
  left: 0
}

.slick-nav .prev::before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 1px solid #fff
}

.slick-nav .prev:hover::before {
  border-color: #000
}

.slick-nav .next {
  right: 0
}

.slick-nav .next::after {
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #fff
}

.slick-nav .next:hover::after {
  border-color: #000
}

.owl-carousel .carousel-control .fa.fa-chevron-right::before {
  content: "";
  background-image: url(../images/arrow_r.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.owl-carousel .carousel-control .fa.fa-chevron-left::before {
  content: "";
  background-image: url(../images/arrow_l.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.owl-theme .owl-dots {
  bottom: -40px;
}

/*********************************************************************************************/
/*********************************************************************************************/
/******************************************************************************* FANCYBOX ****/
/*********************************************************************************************/
/*********************************************************************************************/

.fancybox-arrow, .fancybox-infobar__body {
  -webkit-user-select: none;
  -ms-user-select: none
}

.fancybox-enabled {
  overflow: hidden
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
  z-index: 99992
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.fancybox-bg {
  background: #000;
  opacity: 0.2;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .8;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, .7);
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
  top: 0;
  right: 0
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: visible
}

.fancybox-slide--image::before {
  display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #E5E3DF
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: no-repeat;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default
}

.fancybox-button, .fancybox-close-small {
  margin: 0;
  border: 0;
  cursor: pointer;
  outline: 0
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 0;
  background: 0 0;
  z-index: 10
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2
}

.fancybox-close-small:focus:after {
  outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: 0 0;
  font-size: 35px;
  color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
  pointer-events: none
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline
}

.fancybox-button {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ddd;
  border-radius: 0;
  vertical-align: top
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, .8)
}

.fancybox-button::after, .fancybox-button::before {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block
}

.fancybox-button[disabled]::after, .fancybox-button[disabled]::before {
  opacity: .3
}

.fancybox-button--left::after, .fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: 0 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.fancybox-button--left {
  border-bottom-left-radius: 5px
}

.fancybox-button--right {
  border-bottom-right-radius: 5px
}

.fancybox-button--close::after, .fancybox-button--close::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px)
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -moz-user-select: none;
  user-select: none;
  transition: opacity .25s
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, .8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px
}

.fancybox-arrow--right {
  right: 0
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fancybox-arrow--left::after, .fancybox-arrow--right::after {
  left: 0
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3
}

.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, .4);
  border-top: 6px solid rgba(255, 255, 255, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width:800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0
  }

  .fancybox-button--left, .fancybox-button--right {
    display: none !important
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0
  }
}

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: 0 0
}

.fancybox-button--pause::before, .fancybox-button--play::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: 0 0
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px
}

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none
}

@media all and (min-width:800px) {
  .fancybox-thumbs, .fancybox-thumbs>ul>li {
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
  }

  .fancybox-button--thumbs {
    display: inline-block
  }

  .fancybox-button--thumbs span {
    font-size: 23px
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    z-index: 99995
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px
  }

  .fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
  }

  .fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
  }

  .fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .fancybox-thumbs>ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
  }

  .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
  }
}

.magnifier {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: opacity 0.3s ease;
  background-image: url(../images/maginify.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  width: 60px;
  height: 60px;
}

a:hover .magnifier {
  opacity: 1
}

/*--------------------------------------------------------------
  # MM MENU
  --------------------------------------------------------------*/
.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.mm-btn,
.mm-menu {
  -webkit-box-sizing: border-box;
  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 {
  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 {
  -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;
  -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: 0 20px;
  -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: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0
}

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

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

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

.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: 0.5px 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: 20px;
  height: 40px;
  margin: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  border-color: inherit;
  border-bottom: 1px solid
}

.mm-navbar>* {
  display: block;
  padding: 10px 0
}

.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
}

.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: inherit
}

.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
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: 0px
}

.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 {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3)
}

.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);
}

.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  z-index: 1;
  -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-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: 3;
  top: 0;
  left: 0;
  background: rgba(3, 2, 1, 0)
}

html.mm-blocking #mm-blocker {
  display: block
}

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

.mm-menu.mm-offcanvas.mm-current {
  display: block
}

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

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 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 {
  -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;
  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)
}

html.mm-right.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: right center;
  transform-origin: right center
}

html.mm-right.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-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;
  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)
}

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

html.mm-right.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 {
  -webkit-transition: opacity .4s ease;
  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 {
  -webkit-transition: none .4s ease;
  transition: none .4s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  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 {
  -webkit-transition-property: opacity;
  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%;
  -webkit-transition-property: opacity, top;
  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-]>* {
  -webkit-box-sizing: border-box;
  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%
}

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 {
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
  opacity: .3
}

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

html.mm-pagedim-white #mm-blocker {
  background: #fff
}

html.mm-pagedim-black #mm-blocker {
  background: #000
}

.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  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: none !important;
  border-radius: 26px;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

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

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

.mm-panel>.mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

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

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px
}

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

.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-search input {
  color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.05)
}

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

.mm-listview li button {
  padding: 20px 10px 20px 40px;
  color: #666;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  background: none;
  text-align: left
}

.mm-listview li button.show-parent-link {
  font-weight: bold;
  color: #000
}

.mm-navbar,
.mm-search {
  border-bottom-color: rgba(102, 102, 102, 0.1)
}

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

.mm-listview>li>a, .mm-listview>li>button, .mm-listview>li>span {
  font-size: 1.1rem;
  padding: 20px 10px 20px 40px;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  font-weight: 500;
}

.parentLink a {
  font-weight: 900 !important;
}

.mm-listview>li>a.show-parent-link,
.mm-listview>li>button.show-parent-link,
.mm-listview>li>span.show-parent-link {
  font-weight: bold;
  color: #000
}

.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-navbar .mm-title {
  font-weight: bold;
  color: #000 !important
}

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

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

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

.mm-menu .show-all a {
  color: #000
}

.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: #000
}

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

.mm-listview>.my-account {
  background-color: #eee
}

.mm-listview>.my-account>a {
  font-size: .9rem;
  font-weight: 900;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999
}

.mm-slideout {
  z-index: inherit
}

@media (min-width: 1201px) {
  .hamburger, #mmenu {
    display: none
  }
}

.hamburger {
  width: 30px;
  z-index: 99;
  margin-top: 3px;
}

.c-hamburger {
  display: block;
  overflow: hidden;
  font-size: 0;
  width: 26px;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  text-indent: -9999px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.c-hamburger:focus {
  outline: none
}

.c-hamburger span {
  display: block;
  height: 3px;
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  border-radius: 1.5px;
  background: #000
}

.c-hamburger span::after, .c-hamburger span::before {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  content: '';
  border-radius: 1.5px;
  background-color: #000
}

.c-hamburger span::before {
  top: -7px
}

.c-hamburger span::after {
  bottom: -7px
}

.c-hamburger--htx span {
  -webkit-transition: background 0s .3s;
  transition: background 0s .3s
}

.c-hamburger--htx span::after, .c-hamburger--htx span::before {
  -webkit-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform
}

.c-hamburger--htx.is-active span {
  background: none
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s
}

@media (min-width: 1200px) {
  header .search-box-mobile {
    display: none
  }
}

@media (max-width: 1580px) {
  header .navbar-nav .nav-item {
    margin-right: 30px;
  }

  .categoryImage .blackBox .square-brackets {
    font-size: 27px;
  }
}

@media (max-width: 1199.98px) {
  header .rightMenu .search-form {
    display: none;
  }

  header .search-box-mobile {
    display: flex !important;
    margin-left: 35px;
    min-width: auto;
  }

  header .search-box-mobile a.search-box svg {
    width: 23px;
    height: 23px;
    margin-top: 10px;
  }

  header .search-box-mobile .dropdown-menu {
    border-top: 4px solid #333333;
    margin: 0;
    border-radius: 0;
    padding: 15px;
    min-width: 100vw;
    right: 0;
    position: fixed;
    top: 130px;
    left: auto;
  }

  header.sticky .search-box-mobile .dropdown-menu {
    top: 91px;
  }

  header .search-box-mobile .dropdown-menu input {
    width: 100%;
    padding: 5px 10px;
  }

  header .search-box-mobile .search-box button {
    position: absolute;
    border: 0;
    background: none;
    right: 0;
    top: 8px;
  }

  header .search-box-mobile .search-box button>svg {
    width: 25px;
    height: 25px;
  }

  header .navbar-nav {
    border-top: 4px solid #333333;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    height: auto;
    box-shadow: 0 5px 5px rgba(51, 51, 51, 0.2);
    min-width: 50vw;
  }

  header .navbar-nav .nav-item {
    display: block;
    padding: 20px;
    background: white;
    height: auto;
    margin-right: 0;
  }

  header .navbar-nav .nav-item .dropdown-menu {
    padding: 10px 5px;
    border-top: none;
    box-shadow: none;
  }

  header .navbar-nav .nav-item .dropdown-menu.show>div {
    display: block;
  }

  header .navbar-nav .nav-item .dropdown-menu button.close {
    display: none;
  }

  header .navbar-nav .nav-item .menu-group {
    margin: 0px;
  }

  header .navbar-nav .nav-item .menu-group h4 {
    white-space: normal;
  }

  header .navbar-nav .nav-item .image-box {
    display: none;
  }

  header .rightMenu {
    padding: 0 25px;
  }

  header .rightMenu .search-box {
    display: none;
  }

  .breadCrumb nav>ul {
    padding: 0 15px !important;
  }

  .category-home .homepage-news .height200 h2 {
    line-height: 20px;
    font-size: 1.2rem;
  }

  .categoryImage .blackBox .square-brackets {
    font-size: 2.2vw;
  }

  .blog-recent-posts {
    padding: 0 15px;
  }
}

@media (max-width: 991.98px) {
  .category-home .hero-slider {
    margin: 0 15px;
  }

  .category-home .whyus .title {
    font-size: 20px;
    line-height: 25px;
  }

  .category-home .whyus p {
    padding: 0 15px;
  }

  .category-home .whyus .title::before {
    content: "";
    flex: 0 0 8px;
    border-color: white;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
  }

  .category-home .whyus .title::after {
    content: "";
    flex: 0 0 8px;
    border-color: white;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
  }

  .category-home .whyus #why-wunderwerk h2 {
    margin-top: 40px;
  }

  .category-home .whyus #why-wunderwerk .why-holder {
    flex-wrap: wrap;
  }

  .category-home .whyus #why-wunderwerk .why-holder .why-box {
    flex: auto;
    width: 100%;
  }

  .category-home .whyus #why-wunderwerk .why-holder .why-box .title-hold h3 {
    font-size: 20px;
  }

  .category-home .new-in .text-box .text p {
    font-size: 20px;
    margin: 0;
  }

  .category-home .new-in .text-box .text p:first-child {
    font-size: 40px;
    line-height: 40px;
  }

  .category-home .new-in .text-box .btn-box {
    position: relative;
    margin: 20px 0;
    bottom: auto;
  }

  .category-home .lookbook.latest-one {
    margin-left: -15px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px
  }

  .category-home .lookbook.latest-one .grey-box {
    width: 100%;
    left: 15px;
    top: auto;
    bottom: 0;
    transform: none;
    background: none;
    padding: 30px;
  }

  .category-home .lookbook.latest-one .grey-box .btn-box {
    position: relative;
    margin: 20px 0;
    bottom: auto;
  }

  .category-home .lookbook.latest-one .grey-box .btn-grey {
    border: none;
  }

  .category-home .lookbook.latest-one .grey-box .square-brackets {
    font-size: 40px;
    line-height: 40px;
    border-bottom: 5px solid white;
  }

  .category-home .lookbook.latest-one .grey-box .square-brackets::before,
  .category-home .lookbook.latest-one .grey-box .square-brackets::after {
    border: 0;
  }

  .category-home .lookbook.latest-one .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 30px;
    top: 0;
  }

  .category-home .collection .text-box .text p {
    font-size: 20px;
    margin: 0;
  }

  .category-home .collection .text-box .text p:first-child {
    font-size: 40px;
    line-height: 40px;
  }

  .category-home .collection .text-box .btn-box {
    position: relative;
    margin: 20px 0;
    bottom: auto;
  }

  .category-home .homepage-news,
  .category-home .share-moments {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    margin-left: 0;
    margin-right: 0;
  }

  .category-home .homepage-news .news-arrow-l, .category-home .homepage-news .news-arrow-r, .category-home .share-moments .news-arrow-l, .category-home .share-moments .news-arrow-r {
    display: none !important;
  }

  .category-home .homepage-news .height200, .category-home .share-moments .height200 {
    height: 39px;
  }

  .category-home .homepage-news .height200 h2, .category-home .share-moments .height200 h2 {
    line-height: 20px;
  }

  .category-home .homepage-news .btn-grey, .category-home .share-moments .btn-grey {
    width: auto;
  }

  .category-home .share-moments {
    margin-bottom: 80px;
  }

  .category-home .share-moments ul li {
    margin: 0 20px;
  }

  .category-home .share-moments ul li img {
    width: calc(100% - 40px);
  }

  .category-home .product-box .description-box {
    border-width: 1px;
    border-color: #FFF #D4D4D4 #D4D4D4 #D4D4D4;
    border-style: solid;
    background: white;
    margin-top: -2px;
    position: relative;
    padding: 15px;
  }

  .category-home .new-in .text-box {
    padding-top: 0;
    height: 90% !important;
    overflow: hidden;
  }

  .category-home .whyus {
    margin: 40px 15px;
  }

  .category-home .shipping-info p {
    padding: 0 15px;
  }

  .best-sellers, .product-related {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    margin-left: 0;
    margin-right: 0;
  }

  .best-sellers .arrow-l, .best-sellers .arrow-r,
  .product-related .arrow-l, .product-related .arrow-r {
    display: none !important;
  }

  #subscribe input {
    width: 100%;
  }

  footer .footer-text div {
    padding-right: 0px;
    width: 33.33%;
    float: left;
    display: block;
  }

  .row.products {
    padding: 0 15px;
  }

  .categoryImage {
    display: flex;
    flex-direction: column-reverse;
  }

  .categoryImage .blackBox {
    width: 100%;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    transform: none;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .categoryImage .blackBox {
    min-height: calc(100% - 65%);
  }

  .categoryImage .blackBox .description {
    font-size: 30px;
    line-height: 36px;
    height: 75px;
    overflow: hidden;
  }

  .categoryImage .image {
    width: 100%;
    left: 0;
    top: 0;
  }

  .categoryImage .image img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .square-brackets {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
  }

  .square-brackets::after {
    flex: 0 0 8px;
    border-width: 2px 2px 2px 0px;
  }

  .square-brackets::before {
    flex: 0 0 8px;
    border-width: 2px 0px 2px 2px;
  }

  .post-text .date,
  .post-text .postBodytext {
    padding-left: 0px;
    border-left: 0px solid #333333;
  }

  .post-text {
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    width: 100%;
    left: 0;
  }

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

@media (max-width: 767.98px) {
  header .logo {
    width: 80%;
  }

  .square-brackets {
    font-size: 20px;
    line-height: 25px;
  }

  .modal-dialog {
    width: 80vw;
    max-width: 80vw;
    left: 50vw;
    margin-left: -40vw;
  }

  .newsletter h3 {
    font-size: 26px;
  }

  .categoryImage .blackBox .square-brackets {
    font-size: 25px;
  }

  .square-brackets::before {
    flex: 0 0 10px;
  }

  .square-brackets::after {
    flex: 0 0 10px;
  }

  .categoryImage .blackBox {
    min-height: 50px;
    position: absolute;
    bottom: 0;
    transform: initial;
    padding: 15px 0 !important;
    border-radius: initial !important;
    opacity: .7;
    height: 100%;
    top: initial;
  }

  .categoryImage .blackBox {
    border-radius: 8px;
  }

  .cmp .listing_percent {
    padding: 5px 10px;
  }

  .category-home .hero-slider .slick-slide {
    height: auto;
  }

  .category-home .hero-slider {
    margin: 0 15px;
  }

  .category-home .hero-slider .hero-title {
    bottom: 0px
  }

  .category-home .hero-slider .hero-link {
    bottom: 0px;
  }

  .category-home .hero-slider a {
    width: auto;
  }

  .category-home .hero-slider h1 {
    font-size: 3rem;
  }

  .category-home .hero-slider .hero-title span {
    font-size: 2rem;
  }

  .category-home .custom-p-5 {
    padding: 10px 50px;
  }

  .category-home .new-in .back-image {
    height: 340px;
  }

  .category-home .new-in .text-box {
    padding-top: 0%;
    height: 90% !important;
  }

  .category-home .widget.widget-item-list.widget-primary {
    margin-top: 30px;
  }

  .category-home .widget-primary .bg-appearance {
    height: 60px;
    line-height: 60px;
  }

  .category-home .homepage-news .news-one img {
    max-height: 170px;
  }

  .category-home .shipping-info .w-50 {
    width: 100% !important;
  }

  .category-home .homepage-news .height200, .category-home .share-moments .height200 {
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 1.5rem;
  }

  h1, .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.7rem;
  }

  .btn-grey {
    width: auto;
    padding: 5px 15px;
  }

  header .rightMenu .wishlist {
    display: none;
  }

  header .rightMenu {
    padding-right: 30px;
  }

  header .rightMenu .account, header .rightMenu .cart {
    margin-right: 20px;
    padding-right: 0px;
  }

  header .navbar {
    position: absolute;
    left: 15px;
  }

  header .search-box-mobile {
    margin-left: 50px;
  }

  .category-home .hero-slider .hero-link {
    right: 15px;
  }

  .category-home .hero-slider .hero-link {
    padding-bottom: 20px;
  }

  .category-home .hero-slider .hero-title {
    height: 180px;
  }

  .category-home .shipping-info {
    margin: 30px 15px;
  }

  .newsletter {
    padding: 40px 15px;
  }

  .list-controls .list-sort, .list-controls .list-itemsperpage {
    display: inline-block;
    padding: 0 .5em;
  }

  .totalText {
    display: none;
  }

  .list-wrapper {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .list-controls .filter-toggle {
    line-height: 40px;
  }

  .cmp.cmp-product-thumb .thumb-image {
    padding: 5px;
  }

  .category-item-content {
    padding: 0 5px;
  }

  .cmp .itemName {
    font-size: 1rem;
  }

  .modal-dialog {
    width: 90vw;
    max-width: 90vw;
    left: 50vw;
    margin-left: -45vw;
    top: 5vw;
  }

  .modal-dialog .modal-content {
    padding: 5px;
  }

  .cookie-bar>div.container-max {
    top: 5px;
  }

  footer .footer-text div {
    padding-right: 0px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    text-align: center;
  }

  .cmp-product-thumb .saleprice {
    display: block;
    padding-left: 0;
  }
}

@media (max-width: 450px) {
  .category-home .hero-slider a {
    padding: 5px 20px;
  }

  .category-home .whyus .title {
    font-size: 16px;
  }
}

@media (max-width: 410px) {
  header .search-box-mobile {
    display: flex !important;
    margin-left: 60px;
    min-width: auto;
    position: relative !important;
    left: initial !important;
  }

  header .rightMenu .badge {
    display: none;
  }

  header .rightMenu .account, header .rightMenu .cart {
    margin-right: 0;
    padding-right: 0px;
    padding-left: 15px;
  }

  .list-controls .filter-toggle {
    font-size: 0;
    line-height: 50px;
  }

  .cmp.cmp-product-thumb {
    padding: 3.5px;
  }
}