/* Hides quantity selector on product page as it's not used */
/* .quantity-selector {
	display: none !important;
} */
@font-face {
    font-family: 'HomepageBaukasten';
    src: url('homepagebaukasten-book.eot');
    src: url('homepagebaukasten-book.eot?#iefix') format('embedded-opentype'),
        url('homepagebaukasten-book.woff2') format('woff2'),
        url('homepagebaukasten-book.woff') format('woff'),
        url('homepagebaukasten-book.ttf') format('truetype'),
        url('homepagebaukasten-book.svg#homepagebaukasten-book') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HomepageBaukasten bold';;
    src: url('homepagebaukasten-bold.eot');
    src: url('homepagebaukasten-bold.eot?#iefix') format('embedded-opentype'),
        url('homepagebaukasten-bold.woff2') format('woff2'),
        url('homepagebaukasten-bold.woff') format('woff'),
        url('homepagebaukasten-bold.ttf') format('truetype'),
        url('homepagebaukasten-bold.svg#homepagebaukasten-book') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
/* ZoomImg cursor changes */
.zoomImg:hover {
	cursor: zoom-in;
}

.zoomedIn:hover {
	cursor: zoom-out;
}

/* Coloring additions */
.background-dark {
	background: rgba(0, 0, 0, .25);
}

.background-light {
	background: rgba(255, 255, 255, .25);
}

/*algemene aanpassingen */
.gui a {
  color: #000;
}
body .gui-block-option {
  background-color:#fff;
}
.page-content .main-content {
  margin-top:70px;
}
.burger {
  left:30px;
  right:unset;
}
.logo img.logo-image-white {
  max-width:100%;
}
.show-page.menu-visible .logo-image-white {
  display:none;
}
body:not(.mega-menu-open) .site-header.menu-bottom-layout.content-light .main-nav {
  border:none;
}
/* layout menu aanpassingen */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
header.site-header {
  position:fixed;
  left:0;
  right:0;
  padding-left:30px;
  padding-right:30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-header.menu-bottom-layout.site-header-lg {
  height:110px;
  max-height:110px;
}
header.site-header.headerBackgroundColor {
  background:#000;
  color: #000;
}
.mobile-nav-overlay {
  position:fixed;
}
.mega-menu-open .mobile-nav-overlay {
  position:fixed;
}

header.site-header.menu-bottom-layout nav.main-nav {
  padding-left:30px;
  padding-right:30px;
}
.menu-bottom-layout.site-header-lg ~ .main-content .hero.hero-full+.container {
  margin-top:100vh;
}
header.site-header.menu-bottom-layout .main-nav {
  top:57px;
}
.slick-lightbox {
    z-index: 99999;
}
.site-header.menu-bottom-layout .main-nav {
  border-top:none;
}

.show-page.mega-menu-open .site-header .ctaBlock a {
  color:#fff;
}
.show-page.mega-menu-open .site-header .logo img.logo-image {
/*   opacity:0;
  visibility:hidden; */
}
.show-page.mega-menu-open .site-header .logo img.logo-image-white {
  opacity:1;
  visibility:visible;
}
.ctaButtonBlock {
  padding:0;
  margin-bottom:15px;
}
.show-page .site-header .ctaButtonBlock a.ctaButton,
.show-page .site-header .nav-style li.active .ctaButtonBlock a.ctaButton {
  width:100%;
  display:block;
  background-color:#000;
  color:#fff;
  text-align:center;
  padding:10px;
}
.show-page .site-header .ctaButtonBlock a.ctaButton:hover,
.show-page .site-header .nav-style li.active .ctaButtonBlock a.ctaButton:hover {
	background-color:#aaa;
  text-decoration:none;
  border:none;
}
.ctaBlock {
  padding:0;
}
.ctaBlock a {
  width:100%;
  max-height:50vh;
  overflow:hidden;
}
.ctaBlock a img {
  transition: transform .1s;
}
.ctaBlock a:hover img {
   transform: scale(1.5)
}
.nav-style.main-nav li>ul li.ctaListItem {
  width:100%;  
  padding-bottom:40px;
  padding-left:50px;
  padding-right:50px;
}
.ctaInfo {
  position:absolute;
  left:50%;
  bottom:50px;
  transform:translate(-50%);
  text-align:center;
}
.show-page .site-header a .ctaInfo {
  color:#fff;
}
.ctaInfo .location-title {
  font-size:28px;
  font-weight:bold;
}
.ctaInfo .location-subtitle {
  font-size:12px;
}
.mega-menu-header .nav-style.main-nav li.locations-menu-item .mobile-menu-subopen{
  color:#000;
}
@media (min-width:1000px){
  .nav-style.main-nav li.locations-menu-item ul.mobileCtaMenu {
    display:none;
  }
}
@media (max-width:1200px){
    .show-page .site-header .logo {
    padding: 0;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (max-width:999px){
  .show-page.menu-visible .site-header, 
  .show-page.menu-visible .site-header .nav-style li.active a,
  .show-page.menu-visible .site-header a {
    color:#000;
  	border-color:#000;
  }
  .site-header.menu-bottom-layout.site-header-lg {
    height:70px;
  	max-height:70px;
  }
  .show-page.menu-visible .site-header .logo img.logo-image-white {
    opacity:1;
    visibility:visible;
  }
  .nav-style.main-nav li.locations-menu-item ul.desktopCtaMenu {
    display:none;
  }
  .show-page.menu-visible .site-header .main-nav {
    width:100%;
  }
  .page-content .main-content {
    margin-top:70px;
  }
  .menu-bottom-layout.site-header-lg ~ .main-content .hero.hero-full+.container {
    margin-top:0;
  }
  .nav-style.main-nav li.locations-menu-item ul.mobileCtaMenu {
    background:none;
  }
  .show-page .site-header {
/*     margin-left: -15px;
    padding-right: 15px; */
  }
  .show-page .site-header .logo {
    padding: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .secondary-nav {
    margin-right:0;
  }
}
@media (max-width:450px){
  .search-header {
    width:200px;
    /* Was previously - width: 100px;*/
    right:15px;
    /* Was previously - right: 50px;*/
    top:25px;
    /* Was previously - top:20px;*/
  }
}

@media only screen and (max-width: 600px) {
 .search-header .search-close{
   position: unset;
    display: flex;
    justify-content: flex-end;
  }
  .mobile-background{
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 10px;
    right: 0;
    height: 100vh;
    padding: 0 16px;
    z-index: 20000;
    overflow-y: auto;
  }
  .ajax-enabled .search-results{
    top:60px;
  }
  header .button.button-arrow.button-solid {
    color: #ffffff;
}
}

/* homepage hero module */
.hero .hero-content {
  display:none;
}
.hero .hero-content.showHeroTextOnDesktop {
  display:block;
}
@media (min-width:1000px){
  .hero.hero-full .hero-element {
    max-height:inherit;
  }
}
@media (max-width:999px){
  .hero.hero-full {
    margin-left:-25px;
    margin-right:-25px;
  }
  .hero.hero-full .hero-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero .hero-content {
    display:block;
  }
}
/*homepage module changes */
.main-content>.container>.featured-blocks:first-child {
  margin-top:0;
}
.featured-blocks {
  width: 100vw;
  transform: translate(-50%);
  margin-left: 50%;
}
.secondBannerBlock .featured-block {
    margin: 0 5rem;
}
.featured-block-content .block-text-color-dark{
/*   color:black; */
  color:#c1af71;
}
.featured-block-content .block-text-color-light{
  color:white;
}
.featured-block-content h3 {
 padding: .25rem 0rem;
  font-size: 30pt;
  font-family: 'Montserrat', sans-serif;
	font-weight:400;
  font-size: 30pt;
 letter-spacing: 1.5px;
}
@media only screen and (max-width: 600px) {
.featured-block-content h3 {
 padding: .25rem 0rem;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  font-size: 15pt; 
 letter-spacing: 1.5px;
   text-align-last: center;
}
  .featured-block-content .feature-border{
      font-size: 20pt;
  }
}

.featured-block .featured-block-content.content-center {
		position: absolute;
  bottom:5%;
  top: unset;
  transform: none;
/*     top: 50%; */
    left: 37.5%;
/*     transform: translate(-50%, -50%); */
}
.featured-block-content.content-center {
		position: absolute;
    top: 50%;
    left: 49.25%;
    transform: translate(-50%, -50%);
}
.featured-block-content.content-left {
  left:0%;
/* 	transform: translate(-50%, -50%); */
}
.featured-block-content.content-right {
  margin: 0 0 0 auto;
	text-align-last: right;
  max-width: 100%;
/*   transform: translate(-50%, -50%); */
}
.featured-block-content .btn-border{
    border: 1px solid #fff;
    padding: 8px 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20pt;
    color: white;
    width: fit-content;
    letter-spacing: 1px;
}




.featured-block .featured-block-content.banner-content-center {
		position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.featured-block-content.banner-content-center {
		position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.featured-block-content.banner-content-left {
  position:absolute;
  left:25%;
  top:65%;
	transform: translate(-50%, -50%);
}
.featured-block-content.banner-content-right {
  margin: 0 0 0 auto;
	text-align-last: right;
  max-width: 100%;
  position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
/*   transform: translate(-50%, -50%); */
}
 .featured-block .featured-block-content.content-center.featured-block-content-left{
     left:22%;
   }
 .featured-block .featured-block-content.content-center{
     left:30%;
   }
 .featured-block .featured-block-content.featured-block-content-right.content-center{
     left:22%;
   }
 @media only screen and (max-width: 600px) {
    .featured-block .featured-block-content.featured-block-content-right.content-center{
     left:8%;
   }
 .featured-block-content.banner-content-left {
	left:43%;
  top:65%;
	transform: translate(-50%, -50%);
  }
   .featured-block-content.banner-content-right {
  margin: 0 0 0 auto;
	text-align-last: right;
  max-width: 100%;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
   .featured-block-content-left{
     left:25%;
   }
   .featured-block .featured-block-content.content-center {
		position: absolute;
  bottom:5%;
  top: unset;
  transform: none;
    left: 18%;
}
 .featured-block .featured-block-content.content-center.featured-block-content-left{
     left:18%;
   }
} 
/* @media only screen and (min-width: 600px) {
 .featured-block-content.content-right {
    max-width: 50%;
    text-align: left;
    right:0%;
    bottom:10%;
  }
} */
.featured-block .featured-block-footer {
  position:unset;
  bottom:unset;
  font-weight:bold;
  font-size:32px;
}
.featured-blocks .feature-border{
    border: 1px solid #fff;
    padding: 10px 10px 10px 10px;
    font-size: 28px;
    margin: 15px;
    width: fit-content;
}
.featured-block.content-light .button-arrow {
  display:inline-block;
  border-bottom:1px solid #fff;
  font-size:20pt;
  margin-top:0px;
/*   margin-top:15px; */
}
.featured-block.content-light .button-arrow:after{
  display:none;
}
.featured-block.featured-block-big {
  min-height:150vh;
  height:150vh;
  max-height:1000px;
}
.featured-block.featured-block-big h3 {
	height:auto;
  font-size:60px;
}
.featured-block .featured-block-image {
  background-position:center;
}
.featured-block-image-mobile{
		display:none;
}

.featured-block-image-desktop{
		display:block;
}

@media only screen and (max-width: 1000px) {
 .featured-block-image-desktop{
		display:none;
}
  .featured-block-image-mobile{
			display:block;
    background-size: contain;
}
}
.featured-block .featured-block-content {
  position:absolute;
  bottom:10%;
}
@media only screen and (max-width: 700px) {
.featured-block .featured-block-content {
  position:inherit;
  bottom:10%;
}
}
.featured-products .featuredProductsText {
  text-align:center;
}
.featured-products .featuredProductsText h3 {
  font-weight:bold;
  font-size:50px;
  margin-bottom:30px;
}
.featured-products .featuredProductsText p {
  margin-bottom:30px;
}
.featured-products .product-block-title {
/*       text-transform: uppercase; */
      font-family: 'Montserrat', sans-serif;
   		font-weight: 100;
 			margin: 0 10px;
  		font-size:12px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 47%; /* 16:9 */
  background-image: url("https://cdn.webshopapp.com/shops/283147/files/350082016/website-winter-4.jpg");
	padding-top: 10px;
  width:84%;
  left: 5%;
/*   transform: translate(-50%); */
  background-size: 1000px 650px;
  background-position: center;
  background-repeat: no-repeat;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper.hiddenDesktop {
  display:none;
}

@media (max-width:999px){
  .videoWrapper.hiddenMobile {
    display:none;
  }
  .videoWrapper.hiddenDesktop {
    display:block;
  }
}
.secondBannerBlock .featured-block .featured-block-content {
  bottom:unset;
}
.secondBannerBlock .featured-block .featured-block-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  font-size: 36pt;
}
.secondBannerBlock {
  margin-bottom:0;
}
.secondBannerBlock .featured-block {
  margin-bottom:0;
}
@media only screen and (max-width: 1600px){
 .featured-block.featured-block-big {
    min-height: 170vh;
    height: 170vh;
    max-height: 1000px;
}
}

@media only screen and (max-width: 1500px){
 .featured-block.featured-block-big {
    min-height: 120vh;
    height: 120vh;
    max-height: 1000px;
}
}
@media only screen and (max-width: 1200px){
 .featured-block.featured-block-big {
    min-height: 100vh;
    height: 100vh;
    max-height: 1000px;
}
}
@media only screen and (max-width: 999px){
/*   .featured-block.featured-block-big {
  	height:100%;
	} */
  .secondBannerBlock .featured-block.featured-block-big {
    padding-top:0;
  }
  .secondBannerBlock .featured-block.featured-block-big .featured-block-content {
    width:100%;
  }
  .secondBannerBlock .featured-block.featured-block-big h3 {
    margin-bottom:0;
  }
  .featured-block.featured-block-big {
    min-height: 80vh;
    height: 80vh;
    max-height: 1000px;
}
}
.row-banner{
  display:flex;
  flex-direction:row;
  justify-content: center;
}
@media only screen and (max-width:600px){
  .secondBannerBlock .featured-block.featured-block-big h3 {
    font-size:30px;
  }
}
.featured-categories .categories {
  border:none;
}
.featured-categories .categories a .category-content .button {
  display:none;
}
.featured-categories .categories a .category-content {
  top:auto;
  position:absolute;
  left: 50%;
  right: auto;
  bottom: 25%;
  transform: translate(-50%, 50%);
  padding: .25rem 1rem;
  text-align: center;
}
.featured-block .featured-block-image{
  background-color: white;;
}
.featured-categories .categories a figure {
    background-position: top;
}
.featured-categories .categories a .category-content h3 {
    font-size: 50px;
    margin-bottom: 0 !important;
}
@media (min-width:1000px){
  .featured-categories .categories a {
    min-height:900px;
  }
}
@media (max-width:999px){
  .featured-categories .categories a {
    min-height:calc(100vh - 65px);
  }
  .featured-categories .categories a:first-child {
    margin-bottom:15px;
  }
}
/* collection page changes */
@media only screen and (max-width: 999px){
  .noClearfixMobile {
    display:none;
  }
}
.spinnerDiv {
  text-align:center;
  font-size:42px;
}
#toTopButton {
  display:none;
  background-color:#000;
  color:#fff;
  font-size:18px;
  position:fixed;
  padding:15px;
  right:15px;
  bottom:30%;
  z-index:1;
}
@media only screen and (max-width: 991px){
  #toTopButton {
    bottom:100px;
  }
}
/* picture switcher */
.productDiv {
  opacity:0;
}
.collection-products .grid-list {
  margin-top:-30px;
  margin-bottom:30px;
}
.pictureViewSwitcher {
  cursor:pointer;
  padding:10px 15px;
  vertical-align:middle;
  float: right;
  margin-top: -70px;
  transform: translate(-50%);
  background-color:#000000;
  color:#fff;
  line-height:16px;
}
.pictureViewSwitcher:hover {
  background-color:#dddddd;
  color:#ffffff;
}
@media (max-width: 999px) {
  .collection-products .collection-content {
    padding-top:30px;
  }
  .collection-products .grid-list {
    margin-top:-15px;
  }
}
@media (max-width: 500px) {
  .collection-products .grid-list {
    margin-top:-20px;
  }
  .pictureViewSwitcher {
		margin-top:-15px;
    margin-bottom:15px;
    transform:none;
    width:100%;
    text-align:center;
  }
}
/* collection header afbeelding */
#collectionHeaderImage {
  position:relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  max-height:300px;
}
#collectionHeaderImage img {
  max-width:100%;
  display:block;
  width:100%;
}
#collectionHeaderImage .page-title {
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  margin:0;
  position:absolute;
  color:#fff;
}
#collectionHeaderImage .imageOverlay {
  width:100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width:800px) and (min-width:767px){
  #collectionHeaderImage {
  	width: calc(100vw + 15px);
  	margin-left: calc(-50vw + 50% - 15px);
  }
}
/* product changes */
.productTabs {
  margin-top:15px;
}
.productTabs .toggleProduct {
  width: 100%;
  display: block;
  padding: 15px 0;
  border-bottom:1px solid #ddd;
}
.productTabs .toggleProduct:first-child {
  border-top:1px solid #ddd;
}
.productTabs .toggleProduct:after {
  content: "\e99d";
  display: block;
  float:right;
  margin-top:4px;
  font: normal normal normal 10px/1 'Nucleo Mini';
  font-size: inherit;
  vertical-align: middle;
}
.productTabs .toggleProduct.toggleOpen:after {
  content: "\e99e";
}
.productTabs .toggleProduct:focus {
  outline:none;
}
.productTabs .toggleProductContent {
  display:none;
  border-bottom:1px solid #ddd;
  padding-top:15px;
  padding-bottom:15px;
}
.productTabs .toggleProductContent p:last-child {
  margin-bottom:0;
}

.productTabs #productDetails ul {
  list-style:disc;
  padding-left:20px;
}
/* related colors block */
.productRelatedColors {
  margin-bottom:15px;
}
.productRelatedColors .productRelatedColorBlock {
  margin-top:5px;
  display:block;
  float:left;
  margin-right:5px;
  width:80px;
  height:auto;
/*   border:1px solid #ddd; */
}
.product-modal-content .contentRow .productRelatedColors {
  margin-top:10px;
}
/* related colors color classes */
/* .productRelatedColors .productRelatedColorBlock.productRelatedColor5435 {
  background-color:#967b3a;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor8910 {
  background-color:#757575;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor942 {
  background-color:#9F9DA2;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor941 {
  background-color:#625C64;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor923 {
  background-color:#625C64;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor910 {
  background-color:#969696;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor901 {
  background-color:#000000;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor900 {
  background-color:#000000;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor835 {
  background-color:#CAD3DD;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor834 {
  background-color:#C8D2DF;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor833 {
  background-color:#F7F6F6;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor800 {
  background-color:#FFFFFF;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor735 {
  background-color:#7C6D66;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor710 {
  background-color:#BBA869;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor652 {
  background-color:#79D4C4;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor643 {
  background-color:#41443E;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor613 {
  background-color:#97D5C9;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor560 {
  background-color:#99C4DC;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor559 {
  background-color:#8488A4;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor532 {
  background-color:#2F375B;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor506 {
  background-color:#282B37;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor458 {
  background-color:#D0172B;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor441 {
  background-color:#E9CBCD;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor411 {
  background-color:#D7558B;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor237 {
  background-color:#D7558B;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor104 {
  background-color:#E6E78B;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1000 {
  background-color:#FFFFFF;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1005 {
  background-color:#EFEEE4;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1010 {
  background-color:#F1F1F2;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1160 {
  background-color:#FFFEF9;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1200 {
  background-color:#FCFAF4;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1205 {
  background-color:#EEE9E0;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1210 {
  background-color:#E2E0D7;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1230 {
  background-color:#FFEDBB;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor1600 {
  background-color:#E2CEA1;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2150 {
  background-color:#E2D7C3;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2185 {
  background-color:#D5CBB9;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2260 {
  background-color:#E5E0DA;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2340 {
  background-color:#D1B594;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2345 {
  background-color:#786249;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2350 {
  background-color:#C9A977;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2430 {
  background-color:#8C8273;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2470 {
  background-color:#917651;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2500 {
  background-color:#E6E7E8;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor2510 {
  background-color:#EAE5D3;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3135 {
  background-color:#E0E02B;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3180 {
  background-color:#F1A721;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3200 {
  background-color:#F39120;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3250 {
  background-color:#AA5E27;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3275 {
  background-color:#C5C62F;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3285 {
  background-color:#D6B429;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3290 {
  background-color:#D1C12C;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3295 {
  background-color:#DDC72C;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3305 {
  background-color:#F4F400;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3310 {
  background-color:#AD8C02;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3350 {
  background-color:#9E9E51;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3410 {
  background-color:#F36A21;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3435 {
  background-color:#DD6A3C;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor3610 {
  background-color:#FF3300;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor4230 {
  background-color:#D302AC;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor4260 {
  background-color:#B50070;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor4510 {
  background-color:#8B1C23;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor4530 {
  background-color:#BE3D45;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor4560 {
  background-color:#E83525;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor4690{
  background-color:#FF2727;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor4720 {
  background-color:#50172C;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5230 {
  background-color:#C6D6CE;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5310 {
  background-color:#2DC9A4;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5315 {
  background-color:#1F7A62;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5335 {
  background-color:#D9ED18;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5360 {
  background-color:#396355;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5410 {
  background-color:#62877C;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5430 {
  background-color:#B79549;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5535 {
  background-color:#493F0E;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5545 {
  background-color:#4C4929;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5555 {
  background-color:#5D5C4C;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5565 {
  background-color:#3F380E;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5570 {
  background-color:#5B4F13;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5660 {
  background-color:#464534;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor5795 {
  background-color:#5F583D;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6010 {
  background-color:#C2C2C2;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6020 {
  background-color:#35B3F9;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6250 {
  background-color:#4F5E6D;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6295 {
  background-color:#115FBC;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6400 {
  background-color:#DC9DF4;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6435 {
  background-color:#9B0786;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6615 {
  background-color:#AFC9D5;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6665 {
  background-color:#2E3092;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6825 {
  background-color:#4C5F75;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6835 {
  background-color:#171144;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6860 {
  background-color:#09242F;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6890 {
  background-color:#232D44;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6910 {
  background-color:#2E343A;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6970 {
  background-color:#333E56;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor6995{
  background-color:#171E2B;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor7355 {
  background-color:#8C5506;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor7380 {
  background-color:#544836;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor7390 {
  background-color:#5F5045;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor7450 {
  background-color:#512E04;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor7810 {
  background-color:#493829;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor8130 {
  background-color:#E1D9C9;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor8190 {
  background-color:#D1CDC7;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor8290 {
  background-color:#8C8882;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor8295 {
  background-color:#A7A9AC;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor8975 {
  background-color:#3D3C42;
}
.productRelatedColors .productRelatedColorBlock.productRelatedColor9000 {
  background-color:#000000;
} */
/* gift in popup */
.giftOverlay {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
}
.closePopup {
  position:absolute;
  display:block;
  cursor:pointer;
  top:15px;
  right:15px;
}
.giftPopup {
  padding:20px 40px;
  position:relative;
  width:30%;
  height:fit-content;
  max-height:80%;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  background:#fff;
  overflow:auto;
  text-align:center;
}
.giftPopup h2 {
  font-size:2em;
}

.giftPopup .productInfo {
	vertical-align:middle;
  display:inline-block;
  width:100%;
  margin-top:20px;
}
.giftPopup h3 {
 	font-size:1.2em;
  margin-top:15px;
}
.giftPopup .productInfo select {
  border:1px solid rgb(169, 169, 169);
}
.giftPopup .giftProduct {
  max-height:100%;
  height:85%;
  margin-top:20px;
}
.giftPopup img {
  max-height:100%;
  max-width:80%;
  vertical-align:top;
  margin:auto;
  display:block;
  margin-top:15px;
}
.giftPopup .popupAddToCart.gui-button-large  {
  display:block;
  max-width:250px;
  min-width:210px;
  margin: 15px auto;
}
.giftPopup .popupAddToCart i {
  margin-left:10px;
  font-size:10px;
}
#openGiftPopup {
  display:block;
  float:right;
  margin-top:15px;
  margin-left: 50px;
}
@media only screen and (max-width: 992px) {
  .giftPopup {
    width:70%;
  }
}
@media only screen and (max-width: 768px) {
  .giftPopup img {
    max-height:50%;
    max-width:80%;
    display:block;
    margin:0 auto;
  }
  .giftPopup .productInfo {
    width:100%;
    height:50%;
    margin-left:0;
    max-width:100%;
    margin-top:5px;
  }
  .giftPopup {
    width:100%;
    height:100%;
    max-height:100%;
    z-index:1000000;
    left:0;
    top:0;
    transform:translate(0,0);
  }
  .giftProduct {
    overflow:auto;
  }
    .giftOverlay {
   padding: 1em; 
  }
}
/* stock notifier layout */
#stocknotifier-popup-button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align:center;
  margin-top:15px;
  background-color:#ffffff;
  color:#000000;
  border: 1px solid black;
  font-size: 16px;
  font-weight: 600;
  cursor:pointer;
}
#stocknotifier-popup-close-button strong {
  visibility: hidden;
	position: relative;
}
#stocknotifier-popup-close-button strong:after {
  content:"\f00d";
  font-family: "Font Awesome 5 Free";
  display:block;
  visibility: visible;
	position: absolute;
  top: -24px;
  right: -21px;
  padding: 15px 20px;
  background-color: #000000;
  color: #fff;
  background-color:#000000;
  color:#fff;
}
#stocknotifier-popup-footer input{
  background-color:#000;
  float:right;
  display: block;
  padding: 15px 20px;
  font-size:14px;
  text-align: center;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
  border:none;
  cursor:pointer;
  -moz-appearance: none;
	-webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#stocknotifier-popup-wrapper #stocknotifier-popup {
  max-width:750px;
  width:50%;
  top: 50%;
  left: 50%;
  margin-left:0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #stocknotifier-popup-wrapper #stocknotifier-popup {
    width:100%;
    height:100%;
  }
  #stocknotifier-popup-footer input{
    width:100%;
  }
}
/* textpage changes*/
/* lookbook */
.lookbookPhotoBlock {
  vertical-align:top;
}
.lookbookPhotoBlock .lookbookPhoto {
  vertical-align:top;
  margin-bottom:80px;
}
.lookbookPhotoBlock .lookbookPhoto a {
  display:block;
  vertical-align:top;
}
.lookbookPhotoBlock.lookbookDoublePhoto .lookbookPhotoLeft {
	padding-right:40px;
  padding-left:35px;
  text-align:right;
}
.lookbookPhotoBlock.lookbookDoublePhoto .lookbookPhotoRight {
	padding-left:40px;
  padding-right:35px;
  text-align:left;
}
.lookbookPhotoBlock.lookbookSinglePhoto .lookbookPhoto {
  padding:0 80px;
  text-align:center;
}
.lookbookPhotoBlock .lookbookPhoto img {
  max-width:380px;
  width:100%;
  height:auto;
  max-height:570px;
  vertical-align:top;
}
.lookbookPhotoBlock.lookbookSinglePhoto .lookbookPhoto img {
  max-width:570px;
  max-height:fit-content;
}
@media only screen and (max-width:767px){
  .lookbookPhotoBlock.lookbookSinglePhoto .lookbookPhoto,
  .lookbookPhotoBlock.lookbookDoublePhoto .lookbookPhotoRight,
  .lookbookPhotoBlock.lookbookDoublePhoto .lookbookPhotoLeft {
    padding:0;
    text-align:center;
  }
  .lookbookPhotoBlock .lookbookPhoto {
    margin-bottom:15px;
  }
}
/* footer changes */
footer {
  margin-bottom:0px;
  border-top:1px solid #000;
  margin-left:-40px;
  margin-right:-40px;
  padding-top:30px;
  margin-top:0;
}
#formNewsletter.newsletter-footer-form {
  max-width:50%;
  margin:auto;
}
footer p {
  text-align:center;
  margin-bottom:5px;
}
#formNewsletter #formNewsletterEmail {
  max-width:60%;
  display:inline-block;
  border-bottom:1px solid #000;
  padding-left:15px;
  height:35px;
  padding-top: 0;
  padding-bottom: 0;
  width:25rem;
}
#formNewsletter .newsletterButton {
  max-width:30%;
  margin-left:15px;
  border:1px solid #000;
	width:calc(100% - 15px);
  display:inline-block;
  text-align:center;
  height:35px;
  line-height: 36px;
}
#formNewsletter .input-group {
  margin-bottom:10px;
}
.newsletterSmallText {
  font-size:0.8em;
}
.footerBlocksContainer {
  text-align:center;
}
.footerMenuBlock {
  display:inline-block;
  vertical-align:top;
  float:none;
}
.footerMenuBlock h4 {
  font-size:16px;
  font-weight:bold;
  text-align:center;
}
.footerMenuBlock ul li {
  font-size: 14px;
  text-align:center;
}
footer .payments {
  text-align: right;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-right:30px;
}
@media only screen and (max-width:999px){
  footer {
    margin-left:-25px;
    margin-right:-25px;
  }
}
@media only screen and (max-width:599px){
  footer {
    margin-left:-15px;
    margin-right:-15px;
    padding-left:15px;
    padding-right:15px;
  }
}
@media only screen and (max-width:767px){
  #formNewsletter.newsletter-footer-form {
    max-width:80%;
  }
  .footerMenuBlock:not(:first-child) {
    margin-top:30px;
  }
  .footerMenuBlock {
    border:1px solid #000;
    max-width:calc(100% - 30px);
    margin-left:15px;
    margin-right:15px;
    padding-left:0;
    padding-right:0;
  }
  .footerMenuBlock h4 {
     padding:15px;
  }
  .footerMenuBlock.footerBlockOpen ul {
    padding-bottom:15px;
  }
  .footerMenuBlock h4:after {
    content: "\e99d";
    font: normal normal normal 16px/1 "Nucleo Mini";
    position:absolute;
    right:15px;
    margin-top:2px;
  }
  .footerMenuBlock.footerBlockOpen h4:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footerMenuBlock ul {
    display:none;
    margin-top:10px;
  }
  footer .payments {
    text-align:center;
    margin-left:0;
  }
}
@media only screen and (max-width:400px){
/*   #formNewsletter #formNewsletterEmail, #formNewsletter .newsletterButton  {
    max-width:100%;
  } */
  #formNewsletter .newsletterButton  {
    margin-left:0;
    margin-top:15px;
    width:100%;
  }
}

/* FAQ page */

#faq-content{
  display:none;
}
.faq-content {
  display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px 0 10px 0;
  font-size: 12px;
	font-weight: 300;
  width: 100%;
}
.faq-content a{
  color: #1ab2f7;
}
.faq-c {
  display: flex; 
  flex-direction: column; 
  width:50%;
}

.faq-item {
  margin: 10px 20px 0 20px;
  font-size: 14px;
	font-weight: 600;
   border-bottom: .5px solid rgba(0,0,0,.1);
}

.faq-topic-item-title {
  margin: 10px 0;
  font-size: 14px;
	font-weight: 600;
  color: #63625f;
}



.faq-title {
  margin: 40px 0 10px 0;
}

.faq-subtitle{
		outline: 0;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
 		margin: 30px 0;
}

.faq-item-title{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
}

hr {
  border-top: .5px solid rgba(0,0,0,.1);
}

.padding-right {
  padding-right: 25px;
}

.facolor {
  color: #63625f;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
   .faq-content {
       flex-direction: column;
   } 
  .faq-c {
  display: flex; 
  flex-direction: column; 
  width:100%;
}
}

/*Cookie buttons */
.wsa-cookielaw-button-green {
  text-shadow:none;
  background: #000000;
  border: 1px solid #000000;
}

.wsa-cookielaw-button-green:hover {
  text-shadow: 0 1px 0 #2D6200;
  background: #000000;
  border: 1px solid #000000;
}
.wsa-cookielaw-button-red {
  text-shadow:none;
  color: #6b6666;
  background: #ffffff;
  border: 1px solid #6b6666;
}
.wsa-cookielaw-button-red:hover {
  text-shadow:none;
  color: #6b6666;
  background: #ffffff;
  border: 1px solid #6b6666;
}


/* LOAD MORE BUTTON */
.load-more-btn{
    width: 100%;
    background-color: #ffffff;
  	color:#000000;
    padding: 10px;
    border: 1px solid black;
}

.load-more-btn:hover{
    width: 100%;
    background-color: #cecece66;
  	color:#000000;
    padding: 10px;
    border: 1px solid black;
  	text-decoration: none;
}
a:active {
  border: none;
  text-decoration: none;
}
button:active {
  border: none;
  text-decoration: none;
}
button:focus {outline:0;}


.sold-out-label{
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label-sold-out{
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #00000052;
  font-size: 15px;
  padding: 10px 20px;
}

.cart-notify-soldout{
  border: 1px solid black;
    padding: 5px;
}
 #notify-popup-banner {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.80);
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 999999999;
        display: none;
    }

    #stocknotifier-popup-header {
        margin-bottom: 15px;
    }

    #stocknotifier-popup-content {
        margin - bottom: 10px;
    }

    #stocknotifier-popup {
        padding: 20px;
        background: #fff;
        position: absolute;
        width: 94%;
        top: 10%;
        left: 3%;
    }

    @media (min-width: 576px) {
        #stocknotifier-popup {
        width: 440px;
            top: 150px;
            left: 50%;
            margin-left: -220px;
        }
    }

    #notify-popup-close-button{
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

    #stocknotifier-popup-input-email {
        margin-bottom: 10px;
    }

/* Home banner with image and text */
.block-title{
  	font-weight: bold;
    padding: .25rem 1rem;
    font-size: 70px;
  	color: white;
}

.feature-border {
    border: 2px solid #fff;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 30pt;
    margin: 15px auto;
  	color: white;
/*   background-color: #bec3be; */
  width: fit-content;
   letter-spacing: 3px;
}
  .image-text-container {
  position: relative;
  text-align: center;
  color: white;
  margin-bottom:20px;
}
@media only screen and (max-width: 600px) {
  .image-text-container {
  margin-bottom:15px;
    margin-top:0rem;
}
}


.centered {
  position: absolute;
  top: 50%;
  left: 49.25%;
  transform: translate(-50%, -50%);
}
  .image-left-block, .image-right-block{
    box-sizing: border-box;
    margin-top:60px;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:space-evenly;
  }
.image-left-block-last{
  margin-bottom:60px;
}
  .image-left, .image-right{
    width:100%;
  }
  .block-with-image{
    width:55%;
  }
  
  .block-with-image-right{
     width:55%;
  }
  .image-small-right, .image-small-right{
    width:100%;
    margin-bottom: 20px;
  }
  .content-right{
     width:100%;
  }
  

  .home-block-title{
      font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin: 20px 10px 0 10px;
     text-align:center; 
     text-transform: uppercase;
    font-size:16px;
  }
  .product-block-title{
/*     text-transform: uppercase; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin: 0 10px;
    margin-top:10px;
    text-align:center; ;
    font-size:12px;
  }
  .home-block-text{
    font-family:HomepageBaukasten;
    margin-top:50px;
    text-align:center; 
    font-size:20px;
  }

/* 3 images home block */
.three-images-block-main{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content: space-evenly;
  margin-top: 30px;
  }
  .block-images{
  width:100%;
  }  
  .three-images-block{
    width:33%
  }
 .small-image-block {
  align-self: flex-end;
  }
  .small-block-images{
    width:90%;
    margin-left:5%;
    margin-bottom:4rem;
  }
.image-left-block-last{
  margin-bottom:60px;
}

.products-list.slick-slider .slick-slide {
    opacity: 0;
}
.featured-products {
    margin-bottom: 0px;
}
  .home-block-text-mobile{
    display:none;
  }
  .home-block-text-desktop{
    display:block;
  }
  
  @media only screen and (max-width: 810px) {
    .label-sold-out{
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #00000052;
  font-size: 10px;
  padding: 5px 10px;
}
  .home-block-text-mobile{
    display:block;
  }
 .home-block-text-desktop{
    display:none;
  }
    .three-images-block {
    margin:0; 
}
  }
  @media (min-width: 368px) and (max-width: 730px) {
    .block-title{
        font-size:50px;
    }
   .three-images-block-main{
     margin-top:50px; 
    } 
 .small-image-block {
  align-self: center;
  }
.small-block-images{
    margin-bottom:3rem;
  }
.home-block-title-small{
  margin-top:0px;
  font-size:12px;
    }
  .home-block-title{
     font-size:12px;
    margin-top:0px;
    }
}


@media (min-width: 730px) and (max-width: 1120px) {
     .small-image-block {
  			align-self: flex-end;
  }
  .small-block-images{
    margin-bottom:3rem;
  }
}


/* 4 images home block */
.four-images-block-main{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content: space-evenly;
  margin-top: 30px;
  }
  .block-images{
  width:100%;
  }  
  .four-images-block{
    width:23%
  }

.products-list.slick-slider .slick-slide {
    opacity: 0;
}
.featured-products {
    margin-bottom: 0px;
}
  .home-block-text-mobile{
    display:none;
  }
  .home-block-text-desktop{
    display:block;
  }
  
  @media only screen and (max-width: 810px) {
  .home-block-text-mobile{
    display:block;
  }
 .home-block-text-desktop{
    display:none;
  }
    .four-images-block {
    margin:0; 
    width:43%
}
  }
  @media (min-width: 368px) and (max-width: 730px) {
    .block-title{
        font-size:50px;
    }
   .four-images-block-main{
     margin-top:50px; 
    } 
.home-block-title-small{
  margin-top:0px;
  font-size:12px;
    }
  .home-block-title{
     font-size:12px;
    margin-top:0px;
    }
}


@media (min-width: 730px) and (max-width: 1120px) {
     .small-image-block {
  			align-self: flex-end;
  }
  .small-block-images{
    margin-bottom:3rem;
  }
}


/*Text block */
.text-block-image{
  margin-top:60px;
  margin-bottom:60px; 
  display:flex; 
  flex-direction:row; 
  justify-content:center;
}
.text-block-image-title{
  font-family:HomepageBaukasten; 
  font-size:70px; 
  text-align: center; 
  font-style: italic;
}
.text-block-image-button{
  font-size: 30px; 
  padding: 5px 20px;
}

  @media (min-width: 368px) and (max-width: 730px) {
  .text-block-image{
    flex-wrap: wrap;
    }
 .text-block-image-title{
      font-size:20px; 
    }
  .text-block-image-button{
    font-size: 18px;
    padding: 5px 20px;
    margin-top:10px;
}
}
  @media only screen and (max-width: 1200px) {

 .text-block-image-title{
      font-size:50px; 
    }
  .text-block-image-button{
    font-size: 20px;
    padding: 5px 10px;
    margin-top:10px;
}
}

/* ABOUT */
.about-block{
	display: flex; 
  flex-direction: row; 
  justify-content: space-evenly; 
  margin: 30px 0px;
}
.about-image{
  width:50%;
}
.about-block-two{
	display: flex; 
  flex-direction: row; 
  justify-content: space-evenly; 
  margin: 30px 0px;
}
.about-text{
   width:45%;
  font-size: 2vw; 
  font-family: HomepageBaukasten;
}
.about-big-title{
  font-size: 80px; 
  font-family: HomepageBaukasten;
  text-align:center;
  margin: 0 200px;
}
.about-big-citation{
  font-size: 60px; 
  font-family: HomepageBaukasten;
  text-align:center;
  margin: 60px 40px 0 40px;
}
  @media only screen and (max-width: 700px) {
.about-block{
  flex-wrap:wrap;
  margin: 10px;
    }
  .about-big-title{
  font-size: 40px; 
  font-family: HomepageBaukasten;
  text-align:center;
  margin: 0 100px;
}
body .about-image{
width: 100%;
height: min-intrinsic !important;
}
.about-text{
  font-size: 20px; 
  font-family: HomepageBaukasten;
}
}

  @media only screen and (max-width: 1000px) {
    body .about-image{
width: 100%;
height: min-intrinsic !important;
}
 .about-block-two{
  flex-wrap:wrap;
  margin: 10px;
    }
.about-big-citation{
  font-size: 40px; 
  font-family: HomepageBaukasten;
  text-align:center;
  margin: 60px 40px 0 40px;
}
}

  @media only screen and (max-width: 1200px) {
.about-block{
  flex-wrap:wrap;
  margin: 10px;
    }
/* .about-big-title{
  font-size: 60px; 
  font-family: HomepageBaukasten;
  text-align:center;
  margin: 0 100px;
} */

}
.products-filter{
  display:flex;
  flex-direction:row;
}
/* Cart Slider*/
@media only screen and (min-width: 1200px){
.cart-sidebar-container .cart-sidebar {
    height: fit-content;
    width: 300px;
    padding: 10px 10px;
    margin: 60px 0px;
}
}
.cart-products{
  padding-top:10px;
}
/*Cookie buttons */
.wsa-cookielaw-button-green {
  text-shadow:none!important;
  background: #000000!important;
  border: 1px solid #000000!important;
}

.wsa-cookielaw-button-green:hover {
  text-shadow: 0 1px 0 #2D6200!important;
  background: #000000!important;
  border: 1px solid #000000!important;
  color:#ffffff!important;
}
.wsa-cookielaw-button-red {
  text-shadow:none!important;
  color: #6b6666!important;
  background: #ffffff!important;
  border: 1px solid #6b6666!important;
}
.wsa-cookielaw-button-red:hover {
  text-shadow:none!important;
  color: #6b6666!important;
  background: #ffffff!important;
  border: 1px solid #6b6666!important;
}
.wsa-cookielaw {
  font-weight: normal!important;
}

/* @media (max-width: 700px){
.show-page .site-header {
    background-color: black;
}
} */