html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 16px;
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.text-ad-links {
  display: none;
}

h2 {
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
}

h3 {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  color: #2a979e;
}

html,
body {
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #060506;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
}

html {
  -ms-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
}

.hide {
  display: none !important;
}

@media (min-width: 744px) {
  .hide-t {
    display: none !important;
  }
  .show-t {
    display: block !important;
  }
  .show-ti {
    display: inline-block !important;
  }
}

@media (min-width: 970px) {
  .hide-d {
    display: none !important;
  }
  .show-d {
    display: block !important;
  }
  .show-di {
    display: inline-block !important;
  }
}

.header {
  width: 100%;
}

.header__top {
  border-bottom: 1px solid #e2e2e2;
}

.header__top ul {
  float: right;
  border-right: 1px solid #e2e2e2;
}

.header__top ul li {
  border-left: 1px solid #e2e2e2;
  display: inline-block;
  float: left;
  font-size: 0.75rem;
}

.header__top ul li a {
  line-height: 2.375rem;
  padding: 0 1.25rem;
  color: #494949;
  text-decoration: none;
  display: block;
}

.header__top ul li a:hover {
  background-color: #2a979e;
  color: #fff;
}

.header__top ul li:nth-child(n+4) a {
  font-size: 1.25rem;
  padding: 0;
  width: 2.375rem;
  text-align: center;
}

.header__top:after {
  content: "";
  display: table;
  clear: both;
}

.header__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.header__inner--main {
  padding: 2.25rem 0.9375rem;
  position: relative;
}

.header__inner--main .logo {
  max-width: 17.1875rem;
}

.header__nav {
  float: right;
  font-size: 1.125rem;
  font-weight: 500;
}

.header__nav ul li {
  display: inline-block;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  cursor: pointer;
  color: #060506;
}

.header__nav ul li ul {
  display: none;
}

.header__nav ul li span {
  display: block;
}

.header__nav ul li span i {
  color: #a2a2a2;
  font-weight: normal;
  margin-left: 0.625rem;
  position: relative;
  top: 0.0625rem;
  opacity: 0.5;
}

.header__nav ul li span:hover {
  color: #2a979e;
}

.header__nav ul li span:hover i {
  color: #2a979e;
}

.header__nav ul li a {
  color: #060506;
  text-decoration: none;
  display: block;
}

.header__nav ul li a:hover {
  text-decoration: underline;
  color: #2a979e;
}

.header__nav ul li.active-nav ul {
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 42px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 42px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 42px -9px rgba(0, 0, 0, 0.75);
  position: absolute;
  display: block;
  z-index: 3;
  margin-left: -1.25rem;
  padding: 0.9375rem 0;
  overflow: hidden;
  min-width: 13.75rem;
}

.header__nav ul li.active-nav ul li {
  display: block;
  position: relative;
}

.header__nav ul li.active-nav ul li a {
  font-weight: 400;
  line-height: 2.25rem;
  font-size: 0.9375rem;
  padding-right: 3.125rem;
  position: relative;
  white-space: nowrap;
}

.header__nav ul li.active-nav ul li a i {
  float: right;
  color: #a2a2a2;
  position: absolute;
  top: 0.6875rem;
  right: 0;
  font-weight: 300;
}

.header__nav ul li.active-nav ul li a i.fa-chevron-left {
  float: none;
  left: 0;
  right: auto;
}

.header__nav ul li.active-nav ul li a:hover i {
  color: #2a979e;
}

.header__nav ul li.active-nav ul li.back a:hover {
  text-decoration: none;
}

.header__nav ul li.active-nav ul li ul {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 100%;
  margin-left: 0;
}

@media (max-width: 743px) {
  .header__nav ul li.active-nav > ul:not(.space) {
    margin-left: 0;
    width: 100%;
    left: 0;
    padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
    margin-left: -0.9375rem;
    box-sizing: content-box;
  }
  .header__nav ul li.active-nav ul.space {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
}

.header__search {
  float: right;
  margin-left: 1.25rem;
  position: relative;
  border: 2px solid #e2e2e2;
  min-width: 14.9375rem;
}

.header__search input[type=text] {
  width: 100%;
  line-height: 3rem;
  height: 3.125rem;
  padding: 0 3.125rem 0 0.9375rem;
  font-size: 1rem;
  border: 0;
}

.header__search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.25rem;
  line-height: 3rem;
}

.header__search button:hover {
  color: #2a979e;
}

@media (max-width: 743px) {
  .header__top ul {
    position: relative;
    right: -15px;
  }
  .header__top ul li {
    display: none;
  }
  .header__top ul li:nth-child(n+4) {
    display: block;
  }
  .header__inner--main {
    padding: 1.5rem 0.9375rem;
  }
  .header__inner--main .logo {
    max-width: 17.1875rem;
    margin: 0 auto;
    display: block;
  }
  .header__search {
    float: left;
    margin-left: 0;
    position: relative;
    border: 0;
    border-right: 1px solid #e2e2e2;
    max-width: 9.0625rem;
    min-width: auto;
  }
  .header__search input[type=text] {
    width: 100%;
    line-height: 2.25rem;
    height: 2.375rem;
    padding: 0 3.125rem 0 0.5625rem;
    font-size: 1rem;
    border: 0;
  }
  .header__search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
  .header__search button:hover {
    color: #2a979e;
  }
  .header__nav {
    position: relative;
    top: 0.625rem;
    float: none;
    text-align: center;
    font-size: 1rem;
  }
  .header__nav ul li {
    text-align: left;
    line-height: 2.5rem;
    padding: 0 0.625rem;
  }
  .header__nav ul li span i {
    margin-left: 0.3125rem;
  }
}

@media (min-width: 744px) and (max-width: 959px) {
  .header__nav {
    display: block;
    clear: both;
    float: none;
    text-align: center;
    margin-top: 1.25rem;
  }
  .header__nav ul li {
    text-align: left;
    line-height: 2.5rem;
    padding: 0 0.625rem;
  }
  .header__nav ul li span i {
    margin-left: 0.3125rem;
  }
}

@media (min-width: 960px) {
  .header__nav {
    position: absolute;
    top: 2.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
}

.footer {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  margin-top: 3.125rem;
}

.footer__logos {
  border-bottom: 1px solid #e2e2e2;
  padding: 2.25rem 0;
}

.footer__logos ul li {
  width: 16.666%;
  float: left;
  text-align: center;
}

.footer__logos ul li a {
  display: block;
}

.footer__logos ul li img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  transition-property: filter;
  transition-duration: 0.2s;
  max-width: 9.375rem;
}

.footer__logos ul li:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.footer__inspiration {
  border-bottom: 1px solid #e2e2e2;
  padding: 2.25rem 0;
}

.footer__inspiration ul {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.footer__inspiration ul li {
  width: 100%;
  float: left;
  padding: 0.9375rem 0.9375rem;
}

.footer__inspiration ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}

.footer__inspiration ul li a div {
  padding-top: 47.3%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer__inspiration ul li a span {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  padding: 1.25rem 1.875rem;
  bottom: 1.25rem;
  right: 1.25rem;
  color: #060506;
}

.footer__inspiration ul li a:hover div {
  opacity: 0.9;
}

.footer__inspiration ul li a:hover span {
  background-color: white;
}

.footer__inspiration ul:nth-child(n+2) li a div {
  padding-top: 100%;
}

.footer__inspiration:after {
  content: "";
  display: table;
  clear: both;
}

.footer__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.footer__inner--main {
  padding: 3.5rem 0.9375rem;
}

.footer__inner:after {
  content: "";
  display: table;
  clear: both;
}

.footer__links ul {
  float: left;
  margin-right: 6.25rem;
}

.footer__links li {
  padding: 0.4375rem 0;
}

.footer__links li a {
  color: #060506;
  text-decoration: none;
  font-size: 0.875rem;
}

.footer__links li a:hover {
  color: #2a979e;
  text-decoration: underline;
}

.footer__branding {
  float: right;
}

.footer__branding ul {
  margin-bottom: 1.25rem;
}

.footer__branding ul li {
  display: inline-block;
  float: left;
  margin-right: 0.4375rem;
}

.footer__branding ul li:first-child {
  margin-right: 0.9375rem;
}

.footer__branding ul li:nth-child(n+2) a {
  width: 2.125rem;
  height: 2.125rem;
  color: #fff;
  background-color: #060506;
  display: block;
  text-align: center;
  line-height: 2.1875rem;
  font-size: 1.75rem;
}

.footer__branding ul li:nth-child(n+2) a:hover {
  background: #2a979e;
}

.footer__branding ul:after {
  content: "";
  display: table;
  clear: both;
}

.footer__branding p {
  display: block;
  clear: both;
  font-size: 0.875rem;
  color: #a2a2a2;
}

.footer__branding p a {
  color: #a2a2a2;
  text-decoration: none;
}

.footer__branding p a:hover {
  text-decoration: underline;
}

@media (max-width: 969px) {
  .footer__logos ul li {
    width: 33.3333%;
    margin-bottom: 1.25rem;
    max-width: 90%;
  }
  .footer__links ul {
    margin-right: 5rem;
  }
  .footer__links:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer__branding {
    margin-top: 1.875rem;
    float: none;
    clear: both;
  }
}

@media (max-width: 743px) {
  .footer__logos ul li {
    width: 50%;
    margin-bottom: 0;
  }
  .footer__logos ul li:nth-child(n+3) {
    display: none;
  }
  .footer__links ul {
    float: none;
    margin-right: 0;
  }
  .footer__branding {
    margin-top: 1.875rem;
    float: none;
  }
  .footer__inspiration ul {
    width: 100%;
    float: none;
  }
  .footer__inspiration ul li {
    float: none;
    padding: 0.9375rem 0;
  }
}

.breadcrumbs {
  text-align: right;
  margin-top: 0.625rem;
  min-height: 1.25rem;
}

.breadcrumbs a {
  color: #494949;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.btn--more {
  display: block;
  font-weight: 500;
  line-height: 3.125rem;
  padding: 0 2.5rem;
  font-size: 1.125rem;
  background-color: #2a979e;
  color: #fff;
  border: 2px solid #2a979e;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  width: 18.75rem;
}

.btn--more:hover {
  background-color: #fff;
  color: #2a979e;
  border: 2px solid #2a979e;
}

.btn--out {
  display: inline-block;
  font-weight: 500;
  line-height: 3.125rem;
  padding: 0 2.5rem;
  font-size: 1.125rem;
  background-color: #2a979e;
  color: #fff;
  border: 2px solid #2a979e;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}

.btn--out:hover {
  background-color: #fff;
  color: #2a979e;
  border: 2px solid #2a979e;
}

.jslider .jslider-bg i, .jslider .jslider-pointer {
  background: url(https://www.meubeltrack.nl/images/jslider.png) no-repeat 0 0;
}

.jslider {
  display: block;
  width: 100%;
  height: 1em;
  position: relative;
  top: .6em;
  font-family: Arial,sans-serif;
}

.jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.jslider td, .jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0;
}

.jslider table, .jslider table tr, .jslider table tr td {
  width: 100%;
  vertical-align: top;
}

.jslider .jslider-bg {
  position: relative;
}

.jslider .jslider-bg i {
  height: 5px;
  position: absolute;
  font-size: 0;
  top: 0;
}

.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0;
}

.jslider .jslider-bg .f {
  width: 80%;
  left: 10%;
  background-repeat: repeat-x;
  background-position: 0 -20px;
}

.jslider .jslider-bg .r {
  width: 10%;
  left: 90%;
  background-position: right 0;
}

.jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 5px;
  background-repeat: repeat-x;
  background-position: 0 -40px;
}

.jslider .jslider-pointer {
  width: 13px;
  height: 15px;
  background-position: 0 -60px;
  position: absolute;
  left: 20%;
  top: -4px;
  margin-left: -6px;
  cursor: pointer;
  cursor: hand;
}

.jslider .jslider-pointer-hover {
  background-position: -20px -60px;
}

.jslider .jslider-pointer-to {
  left: 80%;
}

.jslider .jslider-label {
  font-size: 9px;
  line-height: 12px;
  color: black;
  opacity: .4;
  white-space: nowrap;
  padding: 0 2px;
  position: absolute;
  top: -18px;
  left: 0;
}

.jslider .jslider-label-to {
  left: auto;
  right: 0;
}

.jslider .jslider-value {
  font-size: 9px;
  white-space: nowrap;
  padding: 1px 2px 0;
  position: absolute;
  top: -19px;
  left: 20%;
  background: white;
  line-height: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.jslider .jslider-value-to {
  left: 80%;
}

.jslider .jslider-label small, .jslider .jslider-value small {
  position: relative;
  top: -0.4em;
}

.jslider .jslider-scale {
  position: relative;
  top: 9px;
}

.jslider .jslider-scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}

.jslider .jslider-scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
}

.jslider-single .jslider-pointer-to, .jslider-single .jslider-value-to, .jslider-single .jslider-bg .v, .jslider-limitless .jslider-label {
  display: none;
}

.jslider_blue .jslider-bg i, .jslider_blue .jslider-pointer {
  background-image: url(https://www.meubeltrack.nl/images/jslider.blue.png);
}

.jslider_plastic .jslider-bg i, .jslider_plastic .jslider-pointer {
  background-image: url(https://www.meubeltrack.nl/images/jslider.plastic.png);
}

.jslider_round .jslider-bg i, .jslider_round .jslider-pointer {
  background-image: url(https://www.meubeltrack.nl/images/jslider.round.png);
}

.jslider_round .jslider-pointer {
  width: 17px;
  height: 17px;
  top: -6px;
  margin-left: -8px;
}

.jslider_round_plastic .jslider-bg i, .jslider_round_plastic .jslider-pointer {
  background-image: url(https://www.meubeltrack.nl/images/jslider.round.plastic.png);
}

.jslider_round_plastic .jslider-pointer {
  width: 18px;
  height: 18px;
  top: -7px;
  margin-left: -8px;
}

.price-slider-holder {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.price-slider-holder input[type=slider] {
  display: none;
}

.jslider .jslider-value {
  background: none !important;
  top: -24px !important;
  font-size: 14px !important;
}

.jslider {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin-bottom: 2.5rem;
}

.jslider .jslider-pointer {
  width: 16px !important;
  height: 16px !important;
  background: none !important;
  background-color: #2a979e !important;
  border-radius: 8px;
  top: -6px !important;
  margin-left: -7px !important;
}

.jslider .jslider-bg i {
  display: none !important;
}

.jslider .jslider-bg {
  background-color: #e2e2e2 !important;
  width: 100%;
  height: 4px;
}

.pagination {
  padding: 1.25rem 0.9375rem;
  text-align: right;
  font-weight: 400;
}

.pagination > a, .pagination > div {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.375rem;
  text-decoration: none;
  margin-left: 0.1875rem;
}

.pagination > span {
  margin: 0 0.3125rem 0 0.5rem;
}

.pagination > a:not(.inactive) {
  cursor: pointer;
  background-color: #e2e2e2;
  color: #060506;
}

.pagination > a:not(.inactive):hover {
  background-color: #2a979e;
  color: #fff;
  opacity: 0.8;
}

.pagination > a.inactive {
  cursor: default;
  background-color: #e2e2e2;
  color: #060506;
  opacity: 0.4;
}

.pagination > div {
  background-color: #2a979e;
  color: #fff;
  cursor: default;
}

@media (max-width: 743px) {
  .pagination .pag_number, .pagination > span {
    display: none;
  }
  .pagination .pag_number:first-child {
    display: inline-block;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 200;
}

.overlay__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 1.875rem;
  background-color: #fff;
}

.overlay__inner img {
  max-width: 37.5rem;
}

.overlay__inner a {
  position: absolute;
  top: 0;
  right: 0;
  color: #060506;
  text-decoration: none;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
}

.overlay__inner a i {
  margin-right: 0.25rem;
  font-size: 0.875rem;
}

.overlay__inner a:hover {
  text-decoration: underline;
}

.page--homepage {
  padding-bottom: 2.5rem;
}

.page--homepage > div + div {
  margin-top: 0;
}

.page--homepage h2, .page--homepage h3 {
  padding: 3.125rem 0.9375rem 2.5rem;
}

.page--homepage .homepage__inner {
  max-width: 75rem;
  margin: 0 auto;
}

.page--homepage .homepage__intro ul {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.page--homepage .homepage__intro ul li {
  width: 100%;
  float: left;
  padding: 0.9375rem 0.9375rem;
}

.page--homepage .homepage__intro ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.page--homepage .homepage__intro ul li a div {
  padding-top: 47.3%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page--homepage .homepage__intro ul li a div span {
  display: inline-block;
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  padding: 1.5625rem 3.125rem;
  background-color: #fff;
  color: #060506;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25rem;
  max-width: 70%;
}

.page--homepage .homepage__intro ul li a div span em {
  color: #2a979e;
  font-size: 1.0625rem;
  display: block;
  margin-bottom: 0.625rem;
}

.page--homepage .homepage__intro ul li a div span i {
  font-weight: 300;
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #2a979e;
}

.page--homepage .homepage__intro ul li a:hover div {
  opacity: 0.9;
}

.page--homepage .homepage__intro ul li a:hover div span {
  background-color: #2a979e;
  color: #fff;
}

.page--homepage .homepage__intro ul li a:hover div span em, .page--homepage .homepage__intro ul li a:hover div span i {
  color: #fff;
}

.page--homepage .homepage__intro ul li:nth-child(n+2) {
  width: 50%;
}

.page--homepage .homepage__intro ul li:nth-child(n+2) a div {
  padding-top: 100%;
}

.page--homepage .homepage__intro ul:nth-child(n+2) li a div {
  padding-top: 100%;
}

.page--homepage .homepage__intro:after {
  content: "";
  display: table;
  clear: both;
}

.page--homepage .homepage__inspiration {
  overflow: hidden;
  position: relative;
}

.page--homepage .homepage__inspiration .homepage__inner {
  position: relative;
  z-index: 2;
}

.page--homepage .homepage__inspiration:before {
  background-color: #f5f5f7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 14.375rem;
  display: block;
  content: '';
  z-index: 1;
}

.page--homepage .homepage__inspiration ul {
  margin-bottom: 3.125rem;
}

.page--homepage .homepage__inspiration ul li {
  width: 33.33333%;
  float: left;
  padding: 0 0.9375rem;
}

.page--homepage .homepage__inspiration ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.page--homepage .homepage__inspiration ul li a div {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page--homepage .homepage__inspiration ul li a div span {
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  font-size: 0.75rem;
  color: #060506;
  text-decoration: none;
  background-color: #fff;
  padding: 0.5rem 0.625rem;
}

.page--homepage .homepage__inspiration ul li a:hover div {
  opacity: 0.9;
}

.page--homepage .homepage__inspiration ul li a:hover > span {
  color: #2a979e;
}

.page--homepage .homepage__inspiration ul li a > span {
  display: block;
  color: #060506;
  text-decoration: none;
  font-weight: 500;
  height: 5.625rem;
  padding: 1.5625rem 1.25rem;
  line-height: 1.25rem;
  font-size: 1.125rem;
}

.page--homepage .homepage__inspiration ul:after {
  content: "";
  display: table;
  clear: both;
}

.page--homepage .homepage__styles {
  margin-top: 0;
  text-align: center;
}

.page--homepage .homepage__styles h3 {
  padding-bottom: 0.625rem;
}

.page--homepage .homepage__styles .styleselector {
  display: inline-block;
  position: relative;
}

.page--homepage .homepage__styles .styleselector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 1.875rem;
  width: 18.75rem;
  height: 2.625rem;
  font-weight: 400;
  text-align: center;
  color: #060506;
  background: none;
  border-bottom: 2px solid #e2e2e2;
  line-height: 2.25rem;
  margin-bottom: 2.1875rem;
  padding: 0 1.25rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

.page--homepage .homepage__styles .styleselector select option {
  font-size: 1.25rem;
}

.page--homepage .homepage__styles .styleselector select:hover {
  border-bottom: 2px solid #a2a2a2;
}

.page--homepage .homepage__styles .styleselector:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  top: 0.4375rem;
  right: 0.625rem;
  display: block;
  pointer-events: none;
  color: #a2a2a2;
  font-size: 1.5rem;
}

.page--homepage .homepage__styles ul {
  margin-bottom: 3.125rem;
  text-align: left;
}

.page--homepage .homepage__styles ul li {
  width: 25%;
  float: left;
  padding: 0 0.9375rem;
}

.page--homepage .homepage__styles ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.page--homepage .homepage__styles ul li a div {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page--homepage .homepage__styles ul li a:hover div {
  opacity: 0.9;
}

.page--homepage .homepage__styles ul li a:hover > span {
  color: #2a979e;
}

.page--homepage .homepage__styles ul li a > span {
  display: block;
  color: #060506;
  text-decoration: none;
  font-weight: 500;
  height: 4.375rem;
  padding: 0.9375rem 0;
  line-height: 1.125rem;
  font-size: 1rem;
}

.page--homepage .homepage__styles ul:after {
  content: "";
  display: table;
  clear: both;
}

.page--homepage .homepage__spaces {
  background-color: #f5f5f7;
}

.page--homepage .homepage__spaces ul li {
  width: 16.6666%;
  float: left;
  padding: 0 0.9375rem;
}

.page--homepage .homepage__spaces ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.page--homepage .homepage__spaces ul li a div {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.page--homepage .homepage__spaces ul li a div img {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  opacity: 0.8;
}

.page--homepage .homepage__spaces ul li a > span {
  display: block;
  color: #060506;
  text-decoration: none;
  font-weight: normal;
  height: 4.375rem;
  padding: 0.9375rem 0.3125rem;
  text-align: center;
  line-height: 1.125rem;
  font-size: 1rem;
}

.page--homepage .homepage__spaces ul li a:hover i, .page--homepage .homepage__spaces ul li a:hover > span {
  color: #2a979e;
}

.page--homepage .homepage__spaces ul li a:hover img {
  opacity: 1;
}

.page--homepage .homepage__spaces ul:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 969px) {
  .page--homepage .homepage__intro ul li a div span {
    max-width: 80%;
  }
  .page--homepage .homepage__inspiration ul li {
    width: 50%;
  }
  .page--homepage .homepage__inspiration ul li + li + li {
    display: none;
  }
  .page--homepage .homepage__styles ul li {
    width: 50%;
  }
  .page--homepage .homepage__spaces ul li {
    width: 33.3333%;
  }
}

@media (max-width: 743px) {
  .page--homepage .homepage__intro ul {
    width: 100%;
    float: none;
  }
  .page--homepage .homepage__intro ul:nth-child(n+2) li a div {
    padding-top: 100%;
  }
  .page--homepage .homepage__intro:after {
    content: "";
    display: table;
    clear: both;
  }
  .page--homepage .homepage__inspiration ul li {
    width: 100%;
  }
  .page--homepage .homepage__inspiration ul li a div {
    padding-top: 60%;
  }
  .page--homepage .homepage__inspiration ul li + li + li {
    display: block;
  }
  .page--homepage .homepage__spaces ul li {
    width: 50%;
  }
}

.page--space {
  padding-bottom: 2.5rem;
  border-top: 1px solid #e2e2e2;
}

.page--space > div + div {
  margin-top: 0;
}

.page--space h2 {
  text-align: right;
  margin-right: 0.9375rem;
}

.page--space .breadcrumbs {
  margin-right: 0.9375rem;
}

.page--space .space__dropdown {
  height: 3.125rem;
  border: 2px solid #e2e2e2;
  display: inline-block;
  margin-left: 0.9375rem;
  float: left;
}

.page--space .space__dropdown span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  line-height: 3rem;
  padding: 0 1.25rem;
}

.page--space .space__dropdown span i {
  color: #a2a2a2;
  font-weight: normal;
  margin-left: 0.625rem;
  position: relative;
  top: 0.0625rem;
  opacity: 0.5;
}

.page--space .space__dropdown span:hover {
  color: #2a979e;
}

.page--space .space__dropdown span:hover i {
  color: #2a979e;
}

.page--space .space__dropdown ul {
  position: absolute;
  display: none;
}

.page--space .space__dropdown span {
  display: block;
}

.page--space .space__dropdown span i {
  color: #a2a2a2;
  font-weight: normal;
  margin-left: 0.625rem;
  position: relative;
  top: 0.0625rem;
  opacity: 0.5;
}

.page--space .space__dropdown span:hover {
  color: #2a979e;
}

.page--space .space__dropdown span:hover i {
  color: #2a979e;
}

.page--space .space__dropdown a {
  color: #060506;
  text-decoration: none;
  display: block;
}

.page--space .space__dropdown a:hover {
  text-decoration: underline;
  color: #2a979e;
}

.page--space .space__dropdown.active-nav ul {
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 42px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 42px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 42px -9px rgba(0, 0, 0, 0.75);
  position: absolute;
  display: block;
  z-index: 3;
  margin-left: -1.25rem;
  padding: 0.9375rem 0;
  overflow: hidden;
  min-width: 13.75rem;
}

.page--space .space__dropdown.active-nav ul li {
  display: block;
  position: relative;
}

.page--space .space__dropdown.active-nav ul li a {
  font-weight: 400;
  line-height: 2.25rem;
  font-size: 0.9375rem;
  padding-right: 3.125rem;
  position: relative;
  white-space: nowrap;
}

.page--space .space__dropdown.active-nav ul li a i {
  float: right;
  color: #a2a2a2;
  position: absolute;
  top: 0.6875rem;
  right: 0;
  font-weight: 300;
}

.page--space .space__dropdown.active-nav ul li a i.fa-chevron-left {
  float: none;
  left: 0;
  right: auto;
}

.page--space .space__dropdown.active-nav ul li a:hover i {
  color: #2a979e;
}

.page--space .space__dropdown.active-nav ul li.back a:hover {
  text-decoration: none;
}

.page--space .space__dropdown.active-nav ul li ul {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 100%;
  margin-left: 0;
}

@media (max-width: 743px) {
  .page--space .space__dropdown.active-nav > ul:not(.space) {
    margin-left: 0;
    width: 100%;
    left: 0;
    padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
    margin-left: -0.9375rem;
    box-sizing: content-box;
  }
  .page--space .space__dropdown.active-nav ul.space {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
}

.page--space .space__dropdown.active-nav li {
  display: inline-block;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  cursor: pointer;
  color: #060506;
}

.page--space .space__dropdown.active-nav ul {
  margin-left: 0;
  min-width: 18.75rem;
}

.page--space .space__inner {
  max-width: 75rem;
  margin: 1.875rem auto 0;
}

.page--space .space__intro ul {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.page--space .space__intro ul li {
  width: 100%;
  float: left;
  padding: 0.9375rem 0.9375rem;
}

.page--space .space__intro ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.page--space .space__intro ul li a div {
  padding-top: 47.3%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page--space .space__intro ul li a div span {
  display: inline-block;
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  padding: 1.25rem 3.125rem;
  background-color: #fff;
  color: #060506;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25rem;
  max-width: 70%;
}

.page--space .space__intro ul li a div span em {
  color: #2a979e;
  font-size: 1.0625rem;
  display: block;
  margin-bottom: 0.625rem;
}

.page--space .space__intro ul li a div span i {
  font-weight: 300;
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #2a979e;
}

.page--space .space__intro ul li a:hover div {
  opacity: 0.9;
}

.page--space .space__intro ul li a:hover div span {
  background-color: #2a979e;
  color: #fff;
}

.page--space .space__intro ul li a:hover div span em, .page--space .space__intro ul li a:hover div span i {
  color: #fff;
}

.page--space .space__intro ul li:nth-child(n+2) {
  width: 50%;
}

.page--space .space__intro ul li:nth-child(n+2) a div {
  padding-top: 100%;
}

.page--space .space__intro ul:first-child li a div {
  padding-top: 100%;
}

.page--space .space__intro:after {
  content: "";
  display: table;
  clear: both;
}

.page--space .space__inspiration {
  margin-top: 0;
}

.page--space .space__inspiration h2, .page--space .space__inspiration h3 {
  padding: 3.125rem 0.9375rem 2.5rem;
  text-align: center;
}

.page--space .space__inspiration ul {
  margin-bottom: 3.125rem;
  text-align: left;
}

.page--space .space__inspiration ul li {
  width: 25%;
  float: left;
  padding: 0 0.9375rem;
}

.page--space .space__inspiration ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.page--space .space__inspiration ul li a div {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page--space .space__inspiration ul li a:hover div {
  opacity: 0.9;
}

.page--space .space__inspiration ul li a:hover > span {
  color: #2a979e;
}

.page--space .space__inspiration ul li a > span {
  display: block;
  color: #060506;
  text-decoration: none;
  font-weight: 500;
  height: 4.375rem;
  padding: 0.9375rem 0;
  line-height: 1.125rem;
  font-size: 1rem;
}

.page--space .space__inspiration ul:after {
  content: "";
  display: table;
  clear: both;
}

.page--space .space__populair {
  margin-top: 0;
}

.page--space .space__populair h2, .page--space .space__populair h3 {
  padding: 3.125rem 0.9375rem 2.5rem;
  text-align: center;
}

.page--space .space__populair ul {
  margin-bottom: 3.125rem;
  text-align: left;
}

.page--space .space__populair ul li {
  width: 20%;
  float: left;
  padding: 0 0.9375rem;
}

.page--space .space__populair ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

.page--space .space__populair ul li a div {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.page--space .space__populair ul li a:hover div {
  opacity: 0.9;
}

.page--space .space__populair ul li a:hover > span {
  color: #2a979e;
}

.page--space .space__populair ul li a > span {
  display: block;
  color: #060506;
  text-decoration: none;
  font-weight: 500;
  height: 4.375rem;
  padding: 0.9375rem 0;
  line-height: 1.125rem;
  font-size: 1rem;
}

.page--space .space__populair ul:after {
  content: "";
  display: table;
  clear: both;
}

.page--space .space__spaces {
  background-color: #f5f5f7;
  margin-top: 5rem;
}

.page--space .space__spaces h2, .page--space .space__spaces h3 {
  padding: 3.125rem 0.9375rem 2.5rem;
  text-align: center;
}

.page--space .space__spaces ul li {
  width: 16.6666%;
  float: left;
  padding: 0 0.9375rem;
}

.page--space .space__spaces ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.page--space .space__spaces ul li a div {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.page--space .space__spaces ul li a div img {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  opacity: 0.8;
}

.page--space .space__spaces ul li a > span {
  display: block;
  color: #060506;
  text-decoration: none;
  font-weight: normal;
  height: 4.375rem;
  padding: 0.9375rem 0.3125rem;
  text-align: center;
  line-height: 1.125rem;
  font-size: 1rem;
}

.page--space .space__spaces ul li a:hover i, .page--space .space__spaces ul li a:hover > span {
  color: #2a979e;
}

.page--space .space__spaces ul li a:hover img {
  opacity: 1;
}

.page--space .space__spaces ul:after {
  content: "";
  display: table;
  clear: both;
}

.page--space .space__content {
  background-color: #fff;
  margin-top: 2.5rem;
}

.page--space .space__content:after {
  content: "";
  display: table;
  clear: both;
}

.page--space .space__content h1, .page--space .space__content h2, .page--space .space__content h3 {
  padding: 1.25rem 0;
  text-align: left;
  font-size: 1.25rem;
}

.page--space .space__content h1 {
  font-size: 1.5rem;
  font-weight: 500;
}

.page--space .space__content .content {
  padding: 0 0.9375rem;
}

.page--space .space__content .content p {
  line-height: 1.25rem;
}

.page--space .space__content .col-3 .content {
  width: 33.3333%;
  float: left;
}

.page--space .space__content .col-2 .content {
  width: 50%;
  float: left;
}

@media (max-width: 969px) {
  .page--space .space__intro ul li a div span {
    max-width: 80%;
  }
  .page--space .space__inspiration ul li {
    width: 50%;
  }
  .page--space .space__inspiration ul li + li + li {
    display: none;
  }
  .page--space .space__styles ul li {
    width: 50%;
  }
  .page--space .space__populair ul li {
    width: 25%;
  }
  .page--space .space__populair ul li:nth-child(5) {
    display: none;
  }
  .page--space .space__spaces ul li {
    width: 33.3333%;
  }
}

@media (max-width: 743px) {
  .page--space .space__intro ul {
    width: 100%;
    float: none;
  }
  .page--space .space__intro ul:nth-child(n+2) li a div {
    padding-top: 100%;
  }
  .page--space .space__intro ul li a div span {
    left: 0.625rem;
    right: auto;
    bottom: 0.625rem;
    padding: 0.9375rem 1.875rem;
    background-color: #fff;
    color: #060506;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
  }
  .page--space .space__intro ul li a div span i {
    font-weight: 300;
    margin-left: 0.625rem;
    font-size: 1rem;
    color: #2a979e;
  }
  .page--space .space__intro:after {
    content: "";
    display: table;
    clear: both;
  }
  .page--space .space__inspiration ul li {
    width: 100%;
  }
  .page--space .space__inspiration ul li + li + li {
    display: block;
  }
  .page--space .space__populair ul li {
    width: 50%;
    padding-left: 0.9375rem;
    padding-right: 0.5rem;
    margin-bottom: 0.9375rem;
  }
  .page--space .space__populair ul li:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.9375rem;
  }
  .page--space .space__populair ul li a {
    border: 1px solid #e2e2e2;
    padding: 0.625rem;
  }
  .page--space .space__populair ul li a:hover {
    border: 1px solid #2a979e;
  }
  .page--space .space__populair ul li a > span {
    height: 6.25rem;
  }
  .page--space .space__spaces ul li {
    width: 50%;
  }
  .page--space .space__content .col-3 .content, .page--space .space__content .col-2 .content {
    width: 100%;
  }
}

@media (max-width: 743px) {
  .page--space .space__dropdown {
    display: block;
    margin-right: 0.9375rem;
    float: none;
  }
  .page--space h2 {
    margin-top: 1.25rem;
  }
}

.page--category {
  border-top: 1px solid #e2e2e2;
}

.page--category .category__inner {
  max-width: 75rem;
  margin: 1.875rem auto 0;
}

.page--category .category__inner:after {
  content: "";
  display: table;
  clear: both;
}

.page--category .category__filters {
  padding: 5rem 0.9375rem 0;
  width: 22%;
  float: left;
}

.page--category .category__filters .filters-left-main > ul > li {
  margin-bottom: 1.25rem;
}

.page--category .category__filters h4 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}

.page--category .category__filters h4 i {
  float: right;
  color: #494949;
}

.page--category .category__filters h4:hover i {
  color: #2a979e;
}

.page--category .category__filters h4 i.fa-angle-down {
  display: none;
}

.page--category .category__filters h4 i.fa-angle-up {
  display: inline-block;
}

.page--category .category__filters .price-slider-holder div {
  margin: 0.1875rem 0 0.625rem -0.3125rem;
}

.page--category .category__filters .price-slider-holder input[type=text] {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.0625rem;
  position: relative;
  top: -0.0625rem;
  width: 4.6875rem;
  font-size: 0.875rem;
  margin-left: 0.125rem;
  text-align: right;
  border: 1px solid #e2e2e2;
}

.page--category .category__filters .closed h4 i.fa-angle-down {
  display: inline-block;
}

.page--category .category__filters .closed h4 i.fa-angle-up {
  display: none;
}

.page--category .category__filters .closed h4 + ul, .page--category .category__filters .closed h4 + .price-slider-holder, .page--category .category__filters .closed h4 + .price-slider-holder + ul {
  display: none;
}

.page--category .category__filters h4 + ul li a, .page--category .category__filters h4 + ul li label, .page--category .category__filters h4 + .price-slider-holder + ul li a, .page--category .category__filters h4 + .price-slider-holder + ul li label {
  display: block;
  color: #060506;
  text-decoration: none;
  padding: 0.3125rem 0;
  cursor: pointer;
}

.page--category .category__filters h4 + ul li a i, .page--category .category__filters h4 + ul li label i, .page--category .category__filters h4 + .price-slider-holder + ul li a i, .page--category .category__filters h4 + .price-slider-holder + ul li label i {
  margin-right: 0.875rem;
}

.page--category .category__filters h4 + ul li a span, .page--category .category__filters h4 + ul li label span, .page--category .category__filters h4 + .price-slider-holder + ul li a span, .page--category .category__filters h4 + .price-slider-holder + ul li label span {
  display: none;
}

.page--category .category__filters h4 + ul li a input, .page--category .category__filters h4 + ul li label input, .page--category .category__filters h4 + .price-slider-holder + ul li a input, .page--category .category__filters h4 + .price-slider-holder + ul li label input {
  margin-right: 0.5rem;
  position: relative;
  top: -0.125rem;
}

.page--category .category__filters h4 + ul li a.active, .page--category .category__filters h4 + ul li label.active, .page--category .category__filters h4 + .price-slider-holder + ul li a.active, .page--category .category__filters h4 + .price-slider-holder + ul li label.active {
  color: #2a979e;
  font-weight: 500;
}

.page--category .category__filters h4 + ul li a:hover, .page--category .category__filters h4 + ul li label:hover, .page--category .category__filters h4 + .price-slider-holder + ul li a:hover, .page--category .category__filters h4 + .price-slider-holder + ul li label:hover {
  text-decoration: underline;
}

.page--category .category__filters h4 + ul li.indent, .page--category .category__filters h4 + .price-slider-holder + ul li.indent {
  margin-left: 1.25rem;
}

.page--category .category__list {
  padding: 0 0 0 0.9375rem;
  width: 78%;
  float: left;
}

.page--category .category__list .brand-logo img {
  display: block;
  margin: 0 auto;
  max-height: 6.25rem;
}

.page--category .category__list h2 {
  text-align: right;
  margin-right: 0.9375rem;
}

.page--category .category__list .breadcrumbs {
  margin-right: 0.9375rem;
}

.page--category .category__list .products {
  margin-top: 0.9375rem;
  clear: both;
}

.page--category .category__list .products:after {
  content: "";
  display: table;
  clear: both;
}

.page--category .category__list .list-sorter {
  float: left;
  margin-left: 0.9375rem;
  margin-top: 2.125rem;
}

.page--category .category__list .list-sorter select {
  margin-left: 0.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  width: 7.5rem;
  line-height: 1.5625rem;
  font-size: 0.9375rem;
  padding: 0 0.625rem;
  background: #fff;
  display: inline-block;
}

.page--category .category__product {
  display: block;
  width: 33.3333%;
  float: left;
  height: 26.875rem;
  overflow: hidden;
  padding: 0.9375rem;
  position: relative;
}

.page--category .category__product__inner {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  text-align: center;
  text-decoration: none;
  color: #060506;
  padding: 0.9375rem;
  overflow: hidden;
}

.page--category .category__product__inner div.img {
  width: 100%;
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.page--category .category__product__inner img {
  max-width: 100%;
  max-height: 11.25rem;
  display: block;
  margin: 0 auto;
}

.page--category .category__product__inner h3, .page--category .category__product__inner div {
  color: #060506;
}

.page--category .category__product__inner h3 {
  font-size: 1rem;
  margin-top: 0.9375rem;
}

.page--category .category__product__inner .brand {
  color: #2a979e;
  font-size: 0.9375rem;
  margin: 0.3125rem 0;
}

.page--category .category__product__inner .price {
  font-size: 1.0625rem;
  margin-top: 0.625rem;
}

.page--category .category__product__inner .price span {
  display: inline-block;
  margin-right: 0.625rem;
  color: #a2a2a2;
  position: relative;
  font-size: 1rem;
}

.page--category .category__product__inner .price span:before {
  border-top: 1px solid #2a979e;
  width: 100%;
  height: 0;
  content: '';
  top: 0.4375rem;
  display: block;
  position: absolute;
  transform: rotate(-11deg);
}

.page--category .category__product__inner:hover {
  border: 1px solid #2a979e;
}

@media (max-width: 743px) {
  .page--category .category__filters {
    width: 18.75rem;
    position: fixed;
    top: 0;
    left: -101%;
    float: none;
    background-color: #fff;
    -webkig-transition: left 0.5s;
    transition: left 0.5s;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    z-index: 100;
    height: 100%;
    overflow: scroll;
    border-right: 1px solid #e2e2e2;
  }
  .page--category .category__filters.open {
    left: 0;
  }
  .page--category .category__list {
    padding: 0;
    width: 100%;
    float: none;
  }
  .page--category .category__product {
    width: 50%;
    padding: 5px;
    height: 460px;
  }
}

@media (max-width: 743px) and (max-width: 399px) {
  .page--category .category__product {
    height: 300px;
  }
}

@media (max-width: 743px) and (min-width: 400px) and (max-width: 499px) {
  .page--category .category__product {
    height: 350px;
  }
}

@media (max-width: 743px) and (min-width: 500px) and (max-width: 599px) {
  .page--category .category__product {
    height: 400px;
  }
}

@media (max-width: 743px) and (min-width: 600px) and (max-width: 700px) {
  .page--category .category__product {
    height: 435px;
  }
}

@media (max-width: 743px) {
  .page--category .category__product .category__product__inner {
    padding: 5px;
  }
  .page--category .category__product .category__product__inner h3 {
    font-size: 14px;
  }
  .page--category .open-filters {
    height: 3.125rem;
    border: 2px solid #e2e2e2;
    display: block;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    float: none;
    clear: both;
    margin-top: 1.25rem;
    text-decoration: none;
  }
  .page--category .open-filters span {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    line-height: 3rem;
    padding: 0 1.25rem;
    color: #060506;
    text-decoration: none;
  }
  .page--category .open-filters span i {
    color: #2a979e;
    font-weight: normal;
    margin-left: 0.625rem;
    position: relative;
    top: 0.0625rem;
    opacity: 1;
  }
  .page--category .open-filters span:hover {
    color: #2a979e;
  }
  .page--category .open-filters span:hover i {
    color: #2a979e;
  }
}

@media (min-width: 744px) and (max-width: 1000px) {
  .page--category .category__product {
    width: 50%;
    height: 30rem;
  }
}

.post-entry .page--category {
  border: 0;
  margin-bottom: 0.625rem;
}

.post-entry .page--category .products {
  margin: 0 -10px;
}

.post-entry .page--category .category__product {
  padding: 0;
  height: 23.125rem !important;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
}

.post-entry .page--category .category__list {
  padding: 0;
  width: 100%;
  float: none;
}

.post-entry .page--category .category__list a:hover {
  text-decoration: none;
}

@media (min-width: 744px) and (max-width: 1000px) {
  .post-entry .page--category .category__product {
    height: 28.125rem !important;
  }
}

@media (max-width: 743px) {
  .post-entry .page--category .products {
    margin: 0 0;
  }
  .post-entry .page--category .category__product {
    height: 23.4375rem !important;
  }
}

@media (max-width: 479px) {
  .post-entry .page--category .products {
    margin: 0 0;
  }
  .post-entry .page--category .category__product {
    height: 18.125rem !important;
  }
}

.page--product {
  border-top: 1px solid #e2e2e2;
}

.page--product h2 {
  text-align: right;
}

.page--product .product__inner {
  max-width: 75rem;
  margin: 1.875rem auto 0;
}

.page--product .product__inner:after {
  content: "";
  display: table;
  clear: both;
}

.page--product .product__head {
  padding: 0 0.9375rem;
}

.page--product .product__head .back-link {
  float: left;
  color: #494949;
  text-decoration: none;
  position: relative;
  top: 0.75rem;
}

.page--product .product__head .back-link i {
  margin-right: 0.625rem;
}

.page--product .product__head .back-link:hover {
  color: #2a979e;
}

.page--product .product__head .back-link:hover i {
  color: #2a979e;
}

.page--product .product__detail {
  padding: 0 0.9375rem;
}

.page--product .product__detail:after {
  content: "";
  display: table;
  clear: both;
}

.page--product .product__detail__left {
  width: 25rem;
  margin-right: 6.25rem;
  float: left;
}

.page--product .product__detail__img {
  width: 25rem;
  height: 21.875rem;
  position: relative;
  cursor: pointer;
}

.page--product .product__detail__img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.page--product .product__detail__img a {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page--product .product__detail__img a .fa {
  font-size: 1.5rem;
  color: #a2a2a2;
}

.page--product .product__detail__img a:hover .fa {
  color: #2a979e;
}

.page--product .product__detail__img:hover a .fa {
  color: #2a979e;
}

.page--product .product__detail__thumbs li {
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0.9375rem 0.3125rem 0 0;
}

.page--product .product__detail__thumbs li:hover {
  border: 1px solid #e2e2e2;
}

.page--product .product__detail__thumbs li.active {
  border: 1px solid #2a979e;
  cursor: pointer;
}

.page--product .product__detail__thumbs li img {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.page--product .product__detail__details {
  padding-top: 2.5rem;
}

.page--product .product__detail__details h1 {
  font-weight: 500;
  font-size: 1.875rem;
  margin: 0.9375rem 0 1.25rem;
  line-height: 2.25rem;
}

.page--product .product__detail__details .brand {
  color: #2a979e;
  font-size: 0.9375rem;
  margin: 0.3125rem 0;
  font-weight: 400;
  text-decoration: none;
}

.page--product .product__detail__details a.brand:hover {
  text-decoration: underline;
}

.page--product .product__detail__details .price {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.875rem;
}

.page--product .product__detail__details .price span {
  display: inline-block;
  margin-left: 1.25rem;
  color: #a2a2a2;
  position: relative;
  font-size: 1.25rem;
}

.page--product .product__detail__details .price span:before {
  border-top: 2px solid #a2a2a2;
  width: 100%;
  height: 0;
  content: '';
  top: 0.4375rem;
  display: block;
  position: absolute;
  transform: rotate(-7deg);
}

.page--product .product__detail__details .btn {
  margin-top: 1.875rem;
}

.page--product .product__extra {
  padding: 0 0.9375rem;
  margin-top: 3.75rem;
  position: relative;
  min-height: 12.5rem;
}

.page--product .product__extra__title {
  border-bottom: 1px solid #e2e2e2;
}

.page--product .product__extra__title span {
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  line-height: 2.125rem;
  padding: 0 0.3125rem;
  font-weight: 400;
  font-size: 1.125rem;
  cursor: pointer;
}

.page--product .product__extra__title span.active {
  border-bottom: 5px solid #060506;
}

.page--product .product__extra__title span + span {
  margin-left: 1.25rem;
  border-bottom: 0;
}

.page--product .product__extra__title span:hover {
  border-bottom: 5px solid #2a979e;
}

.page--product .product__extra .product__extra__block {
  display: none;
}

.page--product .product__extra .product__extra__block ul {
  margin-top: 1.125rem;
}

.page--product .product__extra .product__extra__block ul li {
  position: relative;
  padding: 0.3125rem 0.3125rem;
}

.page--product .product__extra .product__extra__block ul li em {
  display: block;
  padding-left: 6.25rem;
  position: relative;
}

.page--product .product__extra .product__extra__block ul li span {
  position: absolute;
  font-weight: 500;
}

.page--product .product__extra .product__extra__block.active {
  display: block;
}

.page--product .product__extra p {
  padding: 0 0.3125rem 0 0.3125rem;
  display: block;
  margin-top: 1.25rem;
  line-height: 1.375rem;
}

.page--product .product__extra .with-shop p {
  padding-right: 25rem;
}

.page--product .product__extra__shop {
  position: absolute;
  width: 12.5rem;
  top: 4.0625rem;
  right: 6.25rem;
  text-align: center;
}

.page--product .product__extra__shop b {
  display: block;
  text-transform: uppercase;
  color: #2a979e;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.page--product .product__extra__shop a {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 0.625rem;
  display: block;
}

.page--product .product__extra__shop a img {
  max-width: 90%;
  max-height: 4.0625rem;
}

.page--product .product__extra .same_ean {
  width: 96%;
  margin: 20px 2%;
  position: relative;
  padding-left: 15.625rem;
  height: 7.5rem;
}

.page--product .product__extra .same_ean h4 {
  font-size: 22px;
  font-weight: 500;
  width: 40%;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.page--product .product__extra .same_ean .price {
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  margin-right: 1.25rem;
}

.page--product .product__extra .same_ean .price span {
  display: inline-block;
  margin-right: 1.25rem;
  color: #a2a2a2;
  position: relative;
  font-size: 1.25rem;
}

.page--product .product__extra .same_ean .price span:before {
  border-top: 2px solid #a2a2a2;
  width: 100%;
  height: 0;
  content: '';
  top: 1.625rem;
  display: block;
  position: absolute;
  transform: rotate(-7deg);
}

.page--product .product__extra .same_ean .btn--out {
  padding: 0 10px;
  font-size: 0.9375rem;
  cursor: pointer;
}

@media (min-width: 744px) {
  .page--product .product__extra .same_ean .btn--out {
    width: 13.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
  }
}

.page--product .product__extra .same_ean h4 + div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 3.375rem;
}

.page--product .product__extra .same_ean_shop {
  position: absolute;
  width: 8.75rem;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
  text-align: center;
}

.page--product .product__extra .same_ean_shop b {
  display: block;
  text-transform: uppercase;
  color: #2a979e;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.page--product .product__extra .same_ean_shop span {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 0.3125rem;
  display: block;
}

.page--product .product__extra .same_ean_shop span img {
  max-width: 90%;
  max-height: 4.0625rem;
}

.page--product .product__extra .same_ean + .same_ean {
  border-top: 1px solid #e2e2e2;
}

.page--product .product__related h2 {
  padding: 3.125rem 0.9375rem 1.25rem;
  color: #060506;
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
}

.page--product .product__related .related_product {
  display: block;
  width: 25%;
  float: left;
  height: 22.8125rem;
  overflow: hidden;
  padding: 0.9375rem;
  position: relative;
}

.page--product .product__related .related_product__inner {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  text-align: center;
  text-decoration: none;
  color: #060506;
  padding: 0.9375rem;
  overflow: hidden;
}

.page--product .product__related .related_product__inner div.img {
  width: 100%;
  display: block;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.page--product .product__related .related_product__inner img {
  max-width: 100%;
  max-height: 9.375rem;
  display: block;
  margin: 0 auto;
}

.page--product .product__related .related_product__inner h3, .page--product .product__related .related_product__inner div {
  color: #060506;
}

.page--product .product__related .related_product__inner h3 {
  font-size: 1rem;
  margin-top: 0.9375rem;
}

.page--product .product__related .related_product__inner .brand {
  color: #2a979e;
  font-size: 0.9375rem;
  margin: 0.3125rem 0;
}

.page--product .product__related .related_product__inner .price {
  font-size: 1.0625rem;
  margin-top: 0.625rem;
}

.page--product .product__related .related_product__inner .price span {
  display: inline-block;
  margin-right: 0.625rem;
  color: #a2a2a2;
  position: relative;
  font-size: 1rem;
}

.page--product .product__related .related_product__inner .price span:before {
  border-top: 1px solid #2a979e;
  width: 100%;
  height: 0;
  content: '';
  top: 0.4375rem;
  display: block;
  position: absolute;
  transform: rotate(-11deg);
}

.page--product .product__related .related_product__inner:hover {
  border: 1px solid #2a979e;
}

@media (max-width: 900px) {
  .page--product .product__extra__block .same_ean {
    width: 100%;
    margin: 20px 0;
    padding-left: 10.625rem;
    height: 7.5rem;
  }
  .page--product .product__extra__block .same_ean_shop {
    left: 0;
  }
}

@media (max-width: 743px) {
  .page--product .product__head .back-link {
    display: none;
  }
  .page--product .product__head .breadcrumbs {
    float: left;
    position: relative;
    top: -1.875rem;
  }
  .page--product .product__detail {
    display: flex;
    flex-direction: column-reverse;
    clear: both;
  }
  .page--product .product__detail__left {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 1.25rem;
  }
  .page--product .product__detail__details {
    padding-top: 0.9375rem;
  }
  .page--product .product__detail__details--mobile {
    padding-top: 1.25rem;
  }
  .page--product .product__detail__details--mobile .btn {
    display: block;
  }
  .page--product .product__detail__img {
    cursor: default;
    width: auto;
  }
  .page--product .product__detail__img a {
    display: none;
  }
  .page--product .product__extra .with-shop.active {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .page--product .product__extra .with-shop.active p {
    padding-right: 0;
  }
  .page--product .product__extra__shop {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    text-align: center;
    display: block;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .page--product .product__extra .same_ean {
    padding-left: 8.75rem;
    height: auto;
  }
  .page--product .product__extra .same_ean_shop {
    width: 6.875rem;
  }
  .page--product .product__extra .same_ean_shop b {
    font-size: 0.6875rem;
  }
  .page--product .product__extra .same_ean h4, .page--product .product__extra .same_ean h4 + div {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .page--product .product__extra .same_ean h4 .price, .page--product .product__extra .same_ean h4 + div .price {
    margin-bottom: 0.625rem;
    display: block;
  }
  .page--product .product__extra .same_ean h4 {
    margin: 0.625rem 0 0.625rem;
    font-size: 1.25rem;
  }
  .page--product .product__related .related_product {
    width: 100%;
    float: none;
    height: auto;
  }
}

.page--brands {
  border-top: 1px solid #e2e2e2;
}

.page--brands .brands__inner {
  max-width: 75rem;
  margin: 1.875rem auto 1.875rem;
}

.page--brands .brands__inner h2 {
  text-align: right;
  margin-right: 0.9375rem;
}

.page--brands .brands__inner .breadcrumbs {
  margin-right: 0.9375rem;
}

.page--brands .brands__inner .brands {
  padding: 0 0.9375rem;
}

.page--brands .brands__inner .brands:after {
  content: "";
  display: table;
  clear: both;
}

.page--brands .brands__inner .brands .brand-chars {
  display: block;
  height: 30px;
  margin-bottom: 3px;
}

.page--brands .brands__inner .brands .brand-chars + a {
  font-size: 13px;
  display: none;
  line-height: 1.375rem;
}

.page--brands .brands__inner .brands .brand-chars a, .page--brands .brands__inner .brands .brand-chars span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  float: left;
  border: 1px solid #a2a2a2;
  color: #060506;
  margin-right: 4px;
  font-weight: 500;
}

.page--brands .brands__inner .brands .brand-chars a:hover, .page--brands .brands__inner .brands .brand-chars a.active {
  color: #fff;
  background-color: #2a979e;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #2a979e;
}

.page--brands .brands__inner .brands .brand-chars span {
  color: #a2a2a2;
  border: 1px solid #e2e2e2;
  font-weight: 300;
}

.page--brands .brands__inner .brands .char {
  clear: both;
  padding-top: 20px;
}

.page--brands .brands__inner .brands .char h3 {
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
  margin-bottom: 5px;
}

.page--brands .brands__inner .brands .char ul {
  width: 33%;
  float: left;
}

.page--brands .brands__inner .brands .char ul li {
  line-height: 30px;
}

.page--brands .brands__inner .brands .char ul li a {
  color: #2a979e;
}

.page--brands .brands__inner .brands .char ul li a:hover {
  font-weight: 500;
  text-decoration: none;
}

.page--brands .brands__inner .brands > a {
  color: #060506;
}

.page--brands .brands__inner .brands > a:hover {
  text-decoration: none;
}

.page--brands .brands__inner .brands h3 {
  text-align: left;
  color: #060506;
}

.page--shops {
  border-top: 1px solid #e2e2e2;
}

.page--shops .shops__inner {
  max-width: 75rem;
  margin: 1.875rem auto 1.875rem;
}

.page--shops .shops__inner h2 {
  text-align: right;
  margin-right: 0.9375rem;
}

.page--shops .shops__inner .breadcrumbs {
  margin-right: 0.9375rem;
}

.page--shops .shops__inner .shops {
  padding: 0 0.9375rem;
}

.page--shops .shops__inner .shops:after {
  content: "";
  display: table;
  clear: both;
}

.page--shops .shops__inner .shops .shop-chars {
  display: block;
  height: 30px;
  margin-bottom: 3px;
}

.page--shops .shops__inner .shops .shop-chars + a {
  font-size: 13px;
  display: none;
  line-height: 1.375rem;
}

.page--shops .shops__inner .shops .shop-chars a, .page--shops .shops__inner .shops .shop-chars span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  float: left;
  border: 1px solid #a2a2a2;
  color: #060506;
  margin-right: 4px;
  font-weight: 500;
}

.page--shops .shops__inner .shops .shop-chars a:hover, .page--shops .shops__inner .shops .shop-chars a.active {
  color: #fff;
  background-color: #2a979e;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #2a979e;
}

.page--shops .shops__inner .shops .shop-chars span {
  color: #a2a2a2;
  border: 1px solid #e2e2e2;
  font-weight: 300;
}

.page--shops .shops__inner .shops .char {
  clear: both;
  padding-top: 20px;
}

.page--shops .shops__inner .shops .char h3 {
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
  margin-bottom: 5px;
}

.page--shops .shops__inner .shops .char ul {
  width: 33%;
  float: left;
}

.page--shops .shops__inner .shops .char ul li {
  line-height: 30px;
}

.page--shops .shops__inner .shops .char ul li a {
  color: #2a979e;
}

.page--shops .shops__inner .shops .char ul li a:hover {
  font-weight: 500;
  text-decoration: none;
}

.page--shops .shops__inner .shops > a {
  color: #060506;
}

.page--shops .shops__inner .shops > a:hover {
  text-decoration: none;
}

.page--shops .shops__inner .shops h3 {
  text-align: left;
  color: #060506;
}

.page--wpcontent {
  border-top: 1px solid #e2e2e2;
}

.page--wpcontent .wpcontent__inner {
  max-width: 75rem;
  margin: 1.875rem auto 1.875rem;
}

.page--wpcontent .wpcontent__inner .wpcontent-content {
  padding: 0 0.9375rem;
}

.page--wpcontent .wpcontent__inner .wpcontent-content p {
  font-size: 1rem;
  line-height: 1.375rem;
  display: block;
  margin-bottom: 1rem;
}

.page--wpcontent .wpcontent__inner .wpcontent-content p a {
  color: #060506;
  text-decoration: underline;
}

.page--wpcontent .wpcontent__inner .wpcontent-content p a:hover {
  color: #2a979e;
  text-decoration: none;
}

.page--wpcontent .wpcontent__inner .wpcontent-content strong {
  font-weight: 500;
}

.page--out {
  margin: 3.125rem 0;
}

.page--out img {
  max-height: 6.25rem;
  margin: 1.875rem auto;
  display: block;
}

.page--out img.product {
  max-height: 18.75rem;
}

.page--out h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
  font-size: 2.25rem;
}

.page--out:after {
  content: "";
  display: table;
  clear: both;
}

.page--404 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #e2e2e2;
}

.page--404__inner {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
}

.page--404__inner i {
  color: #2a979e;
  font-size: 6.25rem;
  margin-bottom: 3.75rem;
  margin-top: 1.875rem;
  -webkit-animation: zoom 1s infinite alternate;
  -moz-animation: zoom 1s infinite alternate;
  -ms-animation: zoom 1s infinite alternate;
  -o-animation: zoom 1s infinite alternate;
  animation: zoom 1s infinite alternate;
}

.page--404__inner .btn--more {
  margin-top: 2.5rem;
}

@-webkit-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}

@-moz-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}

@-ms-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}

@-o-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}

/*# sourceMappingURL=meubeltrack.css.map */