*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: .9rem;
	color: #231f20;
	background-color: #fff;
}

body.home {
	background-color: #d4cfc9;
}

#control-height {
    height: 100vh;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/* -------------------- */
/* ----- LAZYLOAD ----- */
/* -------------------- */

img.lazyload {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* ---------------- */
/* ----- TEXT ----- */
/* ---------------- */

h1, .h1 {
	font-family: 'Bebas Neue', serif;
	display: block;
}

@media (max-width: 575.98px) {

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

}

h2, .h2 {
	font-family: 'Bebas Neue', serif;
	display: block;
}

@media (max-width: 575.98px) {

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

}

h3, .h3 {
	font-family: 'Bebas Neue', serif;
	display: block;
}

@media (max-width: 575.98px) {

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

}

h4, .h4 {
	font-family: 'Bebas Neue', serif;
	display: block;
}

h5, .h5 {
	font-family: 'Bebas Neue', serif;
	display: block;
	font-size: 1rem;
}

p {
	margin: 0;
	padding-bottom: 1.5rem;
}

ul, ol {
	margin-bottom: 1.5rem;
}

a {
	/*color: #87826c;*/
	color: #000;
	text-decoration: underline;
	font-weight: 700;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

a:hover {
	color: #6f6a56;
}

main img {
	margin-bottom: 1.5rem;
	max-width: 100%;
	height: auto;
}

/* ------------------ */
/* ----- COLORS ----- */
/* ------------------ */

.text-primary { color: #87826c !important; }
a.text-primary:focus, a.text-primary:hover { color: #87826c !important; }
.bg-primary { background-color: #87826c !important; color: #fff; }
.bg-primary a:not(.btn) { color: #fff; }
a.bg-primary:hover, a.bg-primary:focus { background-color: #87826c !important; }
.badge-primary { background-color: #87826c !important; }

.text-light { color: #d4cfc9 !important; }
.bg-light { background-color: #d4cfc9 !important; }
.badge-light { background-color: #d4cfc9 !important; }
.bg-light .text-muted { color: #bdbcbc !important; }

.text-dark { color: #1e1e1c !important; }
.bg-dark { background-color: #1e1e1c !important; }
.badge-dark { background-color: #1e1e1c !important; }

.bg-black { background-color: #000 !important; color: #fff; }
.bg-black a:not(.btn) { color: #fff; }

.bg-dark a:not(.btn) { color: #fff; }

.text-success { color: #44a479 !important; }
.bg-success { background-color: #44a479 !important; }
.badge-success { background-color: #44a479 !important; }

.bg-transparent-primary {
    background-image: linear-gradient(#d4cfc9 75%, #ffffff 0%);
}

.bg-transparent-primary-dark,
a.bg-transparent-primary-dark {
    background-image: linear-gradient(#87826c 75%, #ffffff 0%);
    color: #fff;
}

.bg-transparent-dark,
a.bg-transparent-dark {
    background-image: linear-gradient(#1c1c1c 75%, #ffffff 0%);
    color: #fff;
}

/* ------------------- */
/* ----- BUTTONS ----- */
/* ------------------- */

.btn {
	padding: .7rem 1.5rem;
	border-radius: 0;
	border: 0 none;
	font-family: 'Bebas Neue', serif;
	font-size: 1.1rem;
	text-decoration: none !important;
	letter-spacing: 1px;
}

[class^="btn-outline-"], [class*=" btn-outline-"] {
    border-width: 2px;
    border-style: solid;
    padding: 0.575rem 1.5rem;
    padding: calc(.7rem - 2px) 1.5rem;
}

.btn-primary {
	background-color: #87826c !important;
}
.btn-primary:hover {
	background-color: #6f6a56 !important;
}

.btn-warning {
	background-color: #fdbc21;
	color: #fff !important;
}

.btn-dark,
.btn-outline-dark:hover {
	background-color: #1e1e1e;
}

.btn-outline-dark {
	border-color: #1e1e1e;
	color: #1e1e1e;
}

.btn-success {
	background-color: #44a479 !important;
}
.btn-success:hover {
	background-color: #358662 !important;
}

.btn-icon {
	position: relative;
	padding: 0;
	width: 32px;
	height: 32px;
	font-size: .8rem;
	border: 1px solid #1e1e1c;
	border-radius: 50%;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.btn-icon:hover {
	background-color: #1e1e1e;
	border: 1px solid #1e1e1c;
	color: #fff;
}

.btn-icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.btn-favorite {
	width: 36px;
	height: 36px;
}

.btn-favorite > i {
	font-size: 1rem;
	color: #dc3545;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.btn-favorite > i.fa-list-ul {
	color: #000;
}

.btn-favorite > i.fa-check {
	color: #44a479;
}

.btn-favorite:hover > i {
	color: #fff;
}

/* ---------------------------------- */
/* ----- EXTRA MARGIN / PADDING ----- */
/* ---------------------------------- */

.mt-10, .my-10, .m-10 { margin-top: 6rem !important; }
.mb-10, .my-10, .m-10 { margin-bottom: 6rem !important; }

.ml-10, .mx-10, .m-10 { margin-left: 6rem !important; }
.mr-10, .mx-10, .m-10 { margin-right: 6rem !important; }

.pt-10, .py-10, .p-10 { padding-top: 6rem !important; }
.pb-10, .py-10, .p-10 { padding-bottom: 6rem !important; }

.pl-10, .px-10, .p-10 { padding-left: 6rem !important; }
.pr-10, .px-10, .p-10 { padding-right: 6rem !important; }

@media (min-width: 992px) {

	.mt-lg-10, .my-lg-10, .m-lg-10 { margin-top: 6rem !important; }
	.mb-lg-10, .my-lg-10, .m-lg-10 { margin-bottom: 6rem !important; }

	.ml-lg-10, .mx-lg-10, .m-lg-10 { margin-left: 6rem !important; }
	.mr-lg-10, .mx-lg-10, .m-lg-10 { margin-right: 6rem !important; }

	.pt-lg-10, .py-lg-10, .p-lg-10 { padding-top: 6rem !important; }
	.pb-lg-10, .py-lg-10, .p-lg-10 { padding-bottom: 6rem !important; }

	.pl-lg-10, .px-lg-10, .p-lg-10 { padding-left: 6rem !important; }
	.pr-lg-10, .px-lg-10, .p-lg-10 { padding-right: 6rem !important; }

}

@media (min-width: 1200px) {

	.mt-xl-10, .my-xl-10, .m-xl-10 { margin-top: 6rem !important; }
	.mb-xl-10, .my-xl-10, .m-xl-10 { margin-bottom: 6rem !important; }

	.ml-xl-10, .mx-xl-10, .m-xl-10 { margin-left: 6rem !important; }
	.mr-xl-10, .mx-xl-10, .m-xl-10 { margin-right: 6rem !important; }

	.pt-xl-10, .py-xl-10, .p-xl-10 { padding-top: 6rem !important; }
	.pb-xl-10, .py-xl-10, .p-xl-10 { padding-bottom: 6rem !important; }

	.pl-xl-10, .px-xl-10, .p-xl-10 { padding-left: 6rem !important; }
	.pr-xl-10, .px-xl-10, .p-xl-10 { padding-right: 6rem !important; }

}

/* ----------------- */
/* ----- FORMS ----- */
/* ----------------- */

.wpcf7 form.wpcf7-form .wpcf7-response-output {
	margin: 0 0 1.5rem 0;
	color: #fff;
	padding: 0.75rem 1.5rem;
	background-color: #00a0d2;
}

.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
	background-color: #44a479;
	border-color: #44a479;
}

.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7 form.wpcf7-form.payment-required .wpcf7-response-output {
	background-color: #ffb900;
}

.wpcf7 form.wpcf7-form.failed .wpcf7-response-output,
.wpcf7 form.wpcf7-form.aborted .wpcf7-response-output {
	background-color: #dc3232;
}

/* ------------------- */
/* ----- CLASSES ----- */
/* ------------------- */

.badge {
	padding: .5em .75em;
	font-size: 85%;
}

a.badge {
	text-decoration: none !important;
}

.text-muted {
	color: #9a9a9a !important;
}

.clickable {
	cursor: pointer;
}

.cover-image {
	position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.cover-image > img {
	min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-container {
	position: relative;
	overflow: hidden;
}

.video-container > video {
	width: 100%;
	height: auto;
	margin-bottom: -7px;
}

.fa-ul {
	margin-left: 1.5em;
}

.fa-star,
.fa-star-half {
	color: #fdbc21;
}

@media (min-width: 992px) {

	.text-lg-center ul,
	.text-lg-center ol {
		list-style-position: inside;
	}

}

/* ------------------- */
/* ----- SLIDERS ----- */
/* ------------------- */

.slick-dots {
	position: absolute;
	z-index: 2;
	bottom: 0;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

.slick-dots li {
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	margin: 0 .25rem;
	border: 1px solid #fff;
	box-shadow: none;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
}

.slick-dots li.slick-active {
	background-color: #fff;
}

.slick-dots li:only-child {
    display: none;
}

/* ------------------ */
/* ----- TOPBAR ----- */
/* ------------------ */

.topbar {
	max-height: 44.78px;
}

.topbar .tagline {
	font-family: 'Bebas Neue', serif;
	font-size: 1rem;
	color: #333;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.topbar ul {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.topbar ul li {
	display: inline-block;
}

.topbar a {
	font-size: .8rem;
	padding: .8rem .415rem;
	display: inline-block;
	color: #1e1e1e;
	text-decoration: none;
	font-weight: 400;
}

.topbar a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0, .05);
}

.topbar .call-to-action,
nav#nav-main .call-to-action {
	font-family: 'Bebas Neue', serif;
	font-size: 1rem;
	letter-spacing: 2px;
	background-color: #44a479;
	color: #fff;
	padding: .7rem 1rem;
	font-weight: 400;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	text-decoration: none;
}

nav#nav-main .call-to-action {
	padding: .9rem 1.25rem;
}

.topbar .call-to-action:hover,
nav#nav-main .call-to-action:hover {
	background-color: #358662;
}

.language-switcher {
	margin-top: -1px;
}

.language-switcher button {
	padding: .8rem .5rem;
	box-shadow: none;
	background-color: transparent;
	border: 0 none;
}

.language-switcher button:hover {
	background-color: rgba(0,0,0, .05);
}

.language-switcher .dropdown-menu {
	min-width: 0;
	margin: 0;
    border-radius: 0;
    border-top: 0 none;
}

.language-switcher .dropdown-menu .dropdown-item {
	padding: .25rem 1rem;
	font-size: .9rem;
	text-decoration: none;
}

.language-switcher .dropdown-menu .dropdown-item:hover {
	text-decoration: none;
}

/* FIX GLITCH */
.slider-tagline {
	width: 100%;
}

/*.slider-tagline {
	height: 24px;
    overflow: hidden;
}*/

/*.topbar .slider {
	max-width: 200px;
}*/

.slider-tagline .tagline {
	min-height: 26px;
	line-height: 1.7;
}

.slider-tagline .tagline img.tagline-icon {
	height: 26px;
	width: auto;
	display: inline-block;
	margin-right: 10px;
}

.slider-tagline:not(.slick-initialized) .tagline:not(:first-child) {
    display: none;
}

.slider-tagline .slick-slide {
	opacity: .3;
	transition: opacity 1.5s ease-in-out;
}

.slider-tagline .slick-current {
	opacity: 1;
	transition: opacity 1.5s ease-in-out;
}

.slider-tagline .slick-active {
	opacity: 1;
	transition: opacity 1.5s ease-in-out;
}

@media (max-width: 575.98px) {

	.topbar .slider-tagline {
		width: 100%;
	    width: calc(100% + 10px);
	}

	.topbar .slider-tagline > .tagline:not(:first-child) {
	    display: none;
	}

	.topbar .call-to-action {
		font-size: .9rem;
	}

	.topbar .call-to-action,
	nav#nav-main .call-to-action {
		font-size: 1rem;
		letter-spacing: 1px;
		padding: .6rem .7rem;
	}

}

/* ---------------- */
/* ----- MENU ----- */
/* ---------------- */

nav#nav-main.navbar .navbar-brand .logo {
	height: 65px;
	width: auto;
}

nav#nav-main.navbar .navbar-nav .nav-item .nav-link {
	padding: 1rem .9rem;
	color: #000;
	border: 1px solid transparent;
	text-decoration: none;
	font-weight: 400;
}

nav#nav-main.navbar .navbar-nav .nav-item.active .nav-link {
	border: 1px solid #000;
}

nav#nav-main.navbar .navbar-nav .dropdown-menu {
	border: 0 none;
	margin: 0;
	border-radius: 0;
	font-size: .9rem;
}

nav#nav-main.navbar .navbar-nav .dropdown-menu .dropdown-item {
	background-color: #fff !important;
	color: #1e1e1e;
	text-decoration: none;
}

nav#nav-main.navbar .navbar-toggler {
    border: 0 none;
    border-radius: 0;
    padding: 0;
}

nav#nav-main.navbar .navbar-toggler .navbar-toggler-label {
	font-size: .825rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	margin-right: .45rem;
}

nav#nav-main.navbar .navbar-toggler.collapsed {
    background-color: transparent;
}

nav#nav-main.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon > img.menu-open {
    display: none;
}

nav#nav-main.navbar .navbar-toggler.collapsed .navbar-toggler-icon > img.menu-close {
    display: none;
}

nav#nav-main.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: initial;
    height: initial;
}

nav#nav-main.navbar .navbar-toggler .navbar-toggler-icon > img {
    height: 40px;
    width: auto;
}

nav#nav-main.navbar .navbar-toggler .navbar-toggler-icon > span {
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 600;
}

nav#nav-main .mobile-nav-buttons {
	display: none;
	list-style: none;
	margin: 0 1rem 0 auto;
	padding-left: 0;
}

nav#nav-main .mobile-nav-buttons li a {
	padding: 1rem .75rem;
}

nav#nav-main .mobile-nav-buttons li a i {
	font-size: 1rem;
}

@media (min-width: 992px) {

	nav#nav-main.navbar .navbar-brand {
		margin-right: 1.5rem;
	    background-color: #fff;
	    padding: 1rem 0;
	}

	nav#nav-main ul#menu-hoofdmenu {
		flex-wrap: wrap;
	}

	nav#nav-main ul#menu-hoofdmenu > li {
		padding: .25rem 0;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {

	nav#nav-main.navbar .navbar-brand {
		margin-right: .75rem;
	}

	nav#nav-main.navbar .navbar-nav .nav-item .nav-link {
		padding: 1rem .7rem;
	}

}

@media (max-width: 767.98px) {

	nav#nav-main.navbar .navbar-brand .logo {
		max-height: 40px;
		width: auto;
	}

}

@media (max-width: 991.98px) {

	nav#nav-main {
		padding: 1rem 0 !important;
	}

	nav#nav-main .navbar-nav.navbar-nav-icons {
		display: flex;
		flex-direction: row;
	}

	nav#nav-main.navbar .navbar-nav .nav-item .nav-link {
		padding: .75rem 0;
	}

	nav#nav-main.navbar .navbar-nav .nav-item.active .nav-link {
		padding: .75rem;
	}

	nav#nav-main.navbar .navbar-nav .nav-item.nav-item-icon .nav-link {
		padding: .75rem 1rem;
		border: 1px solid #1e1e1e;
		margin-right: .25rem;
		display: inline-block;
	}

	nav#nav-main .mobile-nav-buttons {
		display: inline-flex;
	}

	nav#nav-main ul#menu-hoofdmenu > li:first-of-type {
		margin-top: 1.5rem;
	}

	nav#nav-main.navbar .navbar-nav .nav-item.active .nav-link {
		border: 0 none;
	    border: 0 none;
	    padding: .75rem 0;
	    font-weight: 700;
	}

	/* ADD CONTROL TO OPEN DROPDOWN ON MOBILE */
	nav#nav-main .navbar-nav li.dropdown > a {
		margin-right: 40px;
	}

	nav#nav-main .navbar-nav li.dropdown::before {
		content: '';
		position: absolute;
	    z-index: 1;
	    top: 0;
	    right: 0;
	    width: 40px;
	    height: 40px;
	    background-color: transparent;
	    border: 1px solid rgba(0,0,0, .25);
	    border-radius: 50%;
	}

	nav#nav-main .navbar-nav li.dropdown::after {
		content: '\f0dd';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		z-index: 2;
		top: 8px;
		line-height: 20px;
		right: 15px;
		color: #000;
	}

	nav#nav-main .navbar-nav li.dropdown.mobile-show::before {
		border-color: #000;
	}

	nav#nav-main .navbar-nav li.dropdown.mobile-show::after {
		content: '\f0de';
		top: 13px;
	}

	nav#nav-main .navbar-nav li.dropdown::after:focus {
		background-color: #232323;
	}

	nav#nav-main .navbar-nav li.dropdown .dropdown-menu {
		border: 0 none;
		background-color: transparent;
		display: none;
	}

	nav#nav-main .navbar-nav li.dropdown .dropdown-menu .dropdown-item {
		background-color: transparent !important;
		color: #000;
	}

	nav#nav-main .navbar-nav li.dropdown.mobile-show .dropdown-menu {
		display: block;
	}

	nav#nav-main .navbar-nav .dropdown-toggle::after {
		display: none;
	}

	/* MAKE MOBILE NAV SCROLLABLE */
    nav#nav-main .navbar-nav {
        overflow: auto;
        max-height: 70vh;
        padding-bottom: 1.5rem;
    }

}

/* SEMI STICKY TOPBAR & NAVBAR */
.topbar.topbar-semi-sticky.vwo_loaded,
.navbar.nav-main-semi-sticky.vwo_loaded {
	-webkit-transition: top .3s ease, background-color .3s ease;
	transition: top .3s ease, background-color .3s ease;
}

/* ---------------------------- */
/* ----- MENU - OFFCANVAS ----- */
/* ---------------------------- */

nav#nav-main.navbar-offcanvas .offcanvas-collapse {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -80%;
	width: 80%;
	padding-top: 3rem;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #fff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	overflow-x: hidden;
}

nav#nav-main.navbar-offcanvas .navbar-toggler img.menu-close {
	display: inline-block !important;
}

nav#nav-main.navbar-offcanvas .offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);

	height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
	-webkit-box-shadow: 5px 0px 35px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 0px 35px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 0px 35px 0px rgba(0,0,0,0.15);
}

nav#nav-main.navbar-offcanvas > .container > .navbar-toggler {
    display: inline-flex;
	flex: 0 0 56px;
    justify-content: flex-start;
}

nav#nav-main.navbar-offcanvas > .container > .navbar-toggler > .navbar-toggler-icon > img {
	height: 35px;
}

nav#nav-main.navbar-offcanvas > .container > .navbar-brand {
    display: inline-flex;
	flex: 0 0 auto;
    justify-content: center;
    margin: 0;
}

nav#nav-main.navbar-offcanvas > .container > .navbar-brand .logo {
	margin: auto;
	height: 35px;
}

nav#nav-main.navbar-offcanvas > .container > .navbar-nav-icons {
    display: inline-flex;
	flex: 0 0 151px;
	justify-content: flex-end;
	flex-direction: row;
	padding-bottom: 0;
}

nav#nav-main.navbar-offcanvas .navbar-nav-icons .nav-item.nav-item-icon .nav-link {
	padding: 1rem .9rem;
	border: 1px solid transparent;
	margin: 0;
}

nav#nav-main.navbar-offcanvas .offcanvas-collapse .navbar-offcanvas-header {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 calc(2rem + 40px);

	margin-bottom: auto;
    width: 100%;
    margin-right: auto;
}

nav#nav-main.navbar-offcanvas .offcanvas-collapse .navbar-offcanvas-header .navbar-toggler {
	position: absolute;
	left: .75rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

nav#nav-main.navbar-offcanvas .offcanvas-collapse .navbar-offcanvas-header .navbar-brand {
	margin: 0;
}

nav#nav-main.navbar-offcanvas .offcanvas-collapse .navbar-offcanvas-header .navbar-brand .logo {
	max-height: 70px;
	height: 70px;
}

@media (max-width: 767.98px) {

	nav#nav-main.navbar-offcanvas > .container {
		max-width: 100%;
	}

}

@media (min-width: 576px) {

	nav#nav-main.navbar-offcanvas > .container > .navbar-toggler {
		flex: 0 0 151px;
	}

	nav#nav-main.navbar-offcanvas > .container > .navbar-toggler > .navbar-toggler-icon > img {
		height: 40px;
	}

	nav#nav-main.navbar-offcanvas > .container > .navbar-brand .logo {
		height: 50px;
	}

/*	nav#nav-main.navbar-offcanvas > .container > .navbar-nav-icons {
		flex: 0 0 136px;
	}*/

}

@media (min-width: 768px) {

	nav#nav-main.navbar-offcanvas .offcanvas-collapse {
		left: -600px;
		width: 600px;
	}

	nav#nav-main.navbar-offcanvas .offcanvas-collapse.open {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
	}

}





nav#nav-main.navbar-offcanvas .offcanvas-collapse {
	padding-right: 0;
	padding-left: 0;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav {
	left: 0;
	width: 200%;
/*	height: 100%;*/
	position: relative;
	overflow-x: hidden;
	-webkit-transition: left .3s ease;
	transition: left .3s ease;

	flex: 1;
	margin-bottom: 1.5rem;
	scrollbar-gutter: stable;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li {
	position: static;
	align-items: center;
    display: inline-flex;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li:first-of-type {
	margin-top: 1.5rem !important;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li > a {
	padding: .575rem .75rem !important;
	width: 100%;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.active .nav-link {
    border: 0 none;
    font-weight: 700;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown {
	width: 100%;
	left: 0;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown > a {
	width: 50%;
	margin-right: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .75rem !important;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown.mobile-show > ul {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	display: block;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown:before {
	display: none;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown:after,
nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown .dropdown-toggle:after {
	display: none;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown > ul.dropdown-menu {
	position: absolute !important;
	background-color: #fff;
	padding-top: 4.5rem;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown > ul.dropdown-menu .dropdown-item {
	padding: .75rem 1.25rem;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav.show-dropdown {
	left: -100%;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown > a span.offcanvas-dropdown-toggle {
	position: static;
	width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > li.dropdown > a span.offcanvas-dropdown-toggle:after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > .offcanvas-dropdown-back-button {
	width: 50%;
	top: 1.5rem;
    left: 50%;
    position: absolute;
    z-index: 9999;
    pointer-events: none;
    padding: .75rem 1.25rem;
    font-weight: 700;
    cursor: pointer;
}

nav#nav-main.navbar-offcanvas .navbar-collapse ul.navbar-nav > .offcanvas-dropdown-back-button:before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .75rem;
}

nav#nav-main:not(.navbar-offcanvas) .navbar-collapse ul.navbar-nav > .offcanvas-dropdown-back-button {
	display: none;
}

nav#nav-main .navbar-collapse .offcanvas-contact-info {
	display: none;
}

nav#nav-main.navbar-offcanvas .navbar-collapse .offcanvas-contact-info {
	display: block;
	position: relative;
	margin-top: auto;
    margin-right: auto;
    width: 100%;
    padding: 1.5rem .75rem 0 .75rem;
    border-top: 1px solid rgba(0,0,0, .25);
}

nav#nav-main.navbar-offcanvas .navbar-collapse .offcanvas-contact-info:before {
	content: '';
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
	display: block;
	position: absolute;
	top: -50px;
	top: calc(-50px - 1.5rem);
	left: 0;
	pointer-events: none;
}

nav#nav-main.navbar-offcanvas .navbar-collapse .offcanvas-contact-info ul {
    list-style: none;
    padding: 0;
}

/* ------------------ */
/* ----- SEARCH ----- */
/* ------------------ */

.search-form {
	position: relative;
}

.search-form input#search {
	border-radius: 0;
	padding: 1.5rem 1.25rem;
	border: 1px solid #d4cfc9;
	background-color: #fff;
	outline: none !important;
	box-shadow: none !important;
	color: #555;
	font-size: .9rem;
}

.search-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0;
	border: 0 none;
}

@media (max-width: 575.98px) {

	.custom-search-args .h4 {
		font-size: 1rem;
	}

}

/* ------------------ */
/* ----- HEADER ----- */
/* ------------------ */

header .bg-right {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.slider-header {
	position: relative;
}

.slider-header .slider {
	width: 100%;
}

.slider-header .slider .slick-list {
	height: 100%;
}

.slider-header .slider .header-img {
	width: 100%;
	height: auto;
}

.slider-header .slider .slide-video .header-img {
	position: relative;
}

.slider-header .slider .slide-video .col-lg-9 {
	background-color: #000;
}

.slider-header .slider .slide-video .header-img {
	opacity: .6 !important;
}

.icon-play-video {
	position: absolute;
	z-index: 999999999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: inline-block;
	color: #fff;
	font-size: 3rem;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.slider-header .slider > .slide:not(:first-child) {
    display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {

	.icon-play-video {
		left: 27.5%;
	}

}

@media (max-width: 767.98px) {

	.header-filter-wrapper .icon-play-video {
		display: none;
	}

}

/* ----- FILTER ----- */

.header-filter-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header-filter {
	position: relative;
	width: 100%;
	border: 10px solid #d4cfc9;
}

.header-filter > div {
	min-height: 323px;
}

.header-filter select.custom-select {
	color: #fff;
	font-size: .9rem;
	border-radius: 0;
	height: 50px;
	border-color: rgba(255,255,255, .3);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
}

.header-filter select.custom-select:first-of-type {
	border-top: 1px solid rgba(255,255,255, .3);
}

.header-filter select.custom-select option {
	color: #1e1e1c;
}

.header-filter #loader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0, .9);
}

.header-filter #loader > span {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
	display: block;
	text-align: center;
}

.header-filter #loader > span i {
	font-size: 3rem;
	display: block;
	margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {

	.slider-header .slider .slick-dots {
		bottom: 1.5rem;
	}

	.header-filter-wrapper {
		position: static;
		margin-top: -1.5rem;
	}

	.header-filter-wrapper .header-filter {
		background-color: #fff;
		padding: 1.5rem;
		/*border: 1px solid #000;*/
		border: 0 none;
	}

}

/* ----- PRODUCT ARCHIVE HEADER ----- */

header.header-product-overview .header-image {
	position: relative;
}

header.header-product-overview .header-image-overlay {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0, .2);
	color: #fff;
}

header.header-product-overview .header-image-overlay .header-image-overlay-inner {
	align-self: flex-end;
	padding: 1.5rem;
	width: 100%;
}

@media (max-width: 399.98px) {

	header.header-product-overview .header-image-overlay .product-subtitle {
		font-size: 3.3vw;
	}

	header.header-product-overview .header-image-overlay .product-title {
		font-size: 7vw;
	}

}

/* HEADER WITH ADDONS */
body > header .addon-featured-product-categories {
	min-height: 400px;
	height: calc(100vh - 229px);
    overflow: hidden;
}

body > header .addon-featured-product-categories .slider,
body > header .addon-featured-product-categories .slider .slick-track,
body > header .addon-featured-product-categories .slider .slick-slide {
	height: 100%;
}

body > header .addon-featured-product-categories .slider .header-img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

body > header .addon-featured-product-categories .header-featured-product-categories {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

body > header .addon-featured-product-categories .header-featured-product-categories h1,
body > header .addon-featured-product-categories .header-featured-product-categories .h1 {
	text-shadow: 1px 1px 3px rgba(0,0,0, .25);
}

body > header .addon-featured-product-categories .header-featured-product-categories .button-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem;
}

body > header .addon-featured-product-categories .header-featured-product-categories .button-wrap .btn {
	min-width: 175px;
}

@media (min-width: 992px) {

	body > header .addon-featured-product-categories .header-featured-product-categories h1,
	body > header .addon-featured-product-categories .header-featured-product-categories .h1 {
		font-size: 4rem;
	}

	body > header .addon-featured-product-categories .header-featured-product-categories .button-wrap .btn {
		padding: 1rem 2rem;
	}

}

/* ------------------------- */
/* ----- PRODUCT TILES ----- */
/* ------------------------- */

.product-tile {
	background-color: #fff;
	border: 1px solid #000;
	/*padding: 1.5rem;*/
	padding: .75rem;
}

.product-tile.without-image .product-tile-inner {
	min-height: 140px;
}

a .product-tile img {
	opacity: .7 !important;
}

a .product-tile:hover img {
	opacity: .5 !important;
}

.product-tile .product-tile-inner {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #000;

	height: 0;
	padding-bottom: 55%;
}

.product-tile .product-tile-inner img {
	position: absolute;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.product-tile .product-info {
	position: absolute;
	bottom: 1rem;
	left: 1.5rem;
	color: #fff;
}

.product-tile .product-info.align-text-bottom-left {
	top: initial;
	right: initial;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 1rem;
	text-align: left;
}

.product-tile .product-info.align-text-top-left {
	top: 1rem;
	right: initial;
	left: 1.5rem;
	bottom: initial;
	text-align: left;
}

.product-tile .product-info.align-text-top-right {
	top: 1rem;
	right: 1.5rem;
	left: initial;
	bottom: initial;
	text-align: right;
}

.product-tile .product-info.align-text-bottom-right {
	top: initial;
	right: 1.5rem;
	left: initial;
	bottom: 1rem;
	text-align: right;
}

.product-tile .product-title {
	font-size: 2.8rem;
}

.product-tile .product-subtitle {
	font-weight: 100;
	font-size: .9rem;
}

.product-tile .product-tile-inner .cover-image {
	opacity: .6;
}

@media (max-width: 991.98px) {

	.product-tile .product-title {
		font-size: 2rem;
	}

}

@media (min-width: 768px) {

	.product-tile .product-subtitle {
		font-weight: 100;
		font-size: 1.1rem;
	}

}

/* ----- PAGINATION ----- */

.pagination,
.woocommerce-pagination ul.page-numbers {
    display: block;
    overflow: hidden;
    background-color: #d4cfc9;
    border-radius: 0;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pagination .screen-reader-text {
	display: none;
}

.pagination .nav-links .page-numbers,
.woocommerce-pagination ul.page-numbers li span,
.woocommerce-pagination ul.page-numbers li a {
    padding: .75rem 1.3rem !important;
    background-color: #efefef;
    color: #1e1e1e;
    display: inline-block;
    float: left;
    margin-right: 2px;
    text-decoration: none !important;
    line-height: 1.6 !important;
}

.pagination .nav-links .page-numbers.current,
.woocommerce-pagination ul.page-numbers li span.current {
	background-color: #1e1e1e !important;
	color: #fff !important;
}

.woocommerce nav.woocommerce-pagination {
    text-align: left !important;
}

.products .card {
	max-width: 348px;
}

.products .card a {
	text-decoration: none !important;
}

.products .card a:hover {
	text-decoration: none !important;
}

.products .card > a {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

/*
.products .card .btn-favorite {
	position: absolute;
	top: 15px;
	right: 15px;
}
*/



.loop-title-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.loop-title-wrapper .btn-favorite {
	margin: 0 15px;
	/*margin-top: -9px;*/
}

.loop-title-wrapper > .card-title {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	/*font-size: 1.2rem !important;*/
}

.loop-title-wrapper > span {
	-ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

@media (max-width: 575.98px) {

	.category-container {
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}

	/*.loop-title-wrapper {
		flex-direction: row-reverse;
	}*/

	.loop-title-wrapper > .card-title {
		/*flex: 0 0 100%;
		order: 2;*/
		font-size: 1.25rem;
    	padding-right: 65px !important;
	}

	.loop-title-wrapper > span {
		/*flex: 0 0 100%;
		order: 1;*/
		position: absolute;
    	right: 0;
		margin-bottom: 15px;
	}

	.products .card  .btn {
		padding-left: .7rem;
		padding-right: .7rem;
		font-size: 1rem;
	}

	.products .card .card-text {
		-webkit-line-clamp: 3;
		height: 60px;
	}

}

@media (min-width: 768px) {

	.loop-title-wrapper .btn-favorite {
		margin-top: -5px;
	}

}

/* -------------------------- */
/* ----- SINGLE PRODUCT ----- */
/* -------------------------- */

.smaller-gutters.row {
	margin-right: -5px;
	margin-left: -5px;
}

.smaller-gutters.row > .col,
.smaller-gutters.row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.more-link {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: .8rem;
	background-color: transparent;
	box-shadow: none;
	border: 0 none;
	border-bottom: 1px solid rgba(0,0,0, .1);
	padding: 0;
	padding-bottom: .5rem;
	text-align: left;
	color: #9a9a9a;
}

.more-link i {
	margin-left: auto;
	color: #9a9a9a;
}

.single-product-description-extra {
	display: none;
}

.single-product-benefits ul li {
	color: #9a9a9a;
	font-size: .8rem;
	margin-bottom: .25rem;
}

.single-product-price span {
	display: inline;
}

.single-product-price span.vat {
	font-style: italic;
	margin-left: .5rem;
	font-size: 1rem;
}

.single-product-variations .variation {
	display: flex;
}

.single-product-variations .variation-image {
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
}

.single-product-variations .variation-image img {
	border: 1px solid #1e1e1c;
}

.single-product-variations .custom-select {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAzOCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzFkMWQxYjt9LmJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y3VzdG9tLXNlbGVjdC1pbWc8L3RpdGxlPjxyZWN0IGNsYXNzPSJhIiB3aWR0aD0iMTgiIGhlaWdodD0iMzgiLz48cG9seWxpbmUgY2xhc3M9ImIiIHBvaW50cz0iMTIuOTkgMjAuOTEgOSAyNC45IDUuMDEgMjAuOTEiLz48cG9seWxpbmUgY2xhc3M9ImIiIHBvaW50cz0iNS4wMSAxNy4wOSA5IDEzLjEgMTIuOTkgMTcuMDkiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;
	border-color: #1e1e1e;
	border-radius: 0;
}

.single-product-order .qty {
	padding: .5rem 1rem;
	border-color: transparent;
	background-color: #f6f6f6;
}

.quantity-controls {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.quantity-controls button {
	position: relative;
	height: 50%;
	left: 0;
	font-size: .6rem;
	width: 100%;
	padding: .4rem .6rem;
}

.single-product-order input::-webkit-inner-spin-button,
.single-product-order input::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    margin: 0;
}

.single-product-order input[type=number] {
    -moz-appearance:textfield;
}

.single-product-review {
	color: #9a9a9a;
	font-size: .8rem;
	padding: 1.5rem;
	border: 1px solid #1e1e1c;
	background-color: #fff;
}

.single-product-review .star-rating-text {
	font-family: 'Bebas Neue', serif;
}

.modal-variation .variation-item {
	border: 1px solid rgba(0,0,0, .1);
	padding: .75rem;
}

.modal-variation .variation-item:focus,
.modal-variation .variation-item:active {
	border: 1px solid #1e1e1e;
}

.single-product-extras {
	border: 2px solid #1e1e1e;
}

/* SAMPLE PRODUCTS */
body.product_cat_samples .woocommerce-product-gallery img {
	padding: 0;
	border: 0 none;
}

body.product_cat_samples .btn-favorite {
	display: none;
}

body.product_cat_samples .zoomImg,
body.product_cat_samples .woocommerce-product-gallery__trigger {
	display: none !important;
}

.benefits-bar img {
	height: 26px !important;
	width: auto;
}

.benefits-bar .column-title {
	line-height: 1;
	font-size: 1.15rem;
}

@media (min-width: 992px) {

	.benefits-bar img {
		height: 32px !important;
		width: auto;
	}

	.benefits-bar .column-title {
		font-size: 1.5rem;
	}

}

form.grouped_form {
	margin-bottom: 1.5rem;
}

body.bg-light form.grouped_form {
	padding: 1.5rem;
	background-color: #fff;
}

form.grouped_form table {
	width: 100%;
}

form.grouped_form table tbody {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}

form.grouped_form table tbody tr {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	flex: 0 0 50%;
    width: 50%;
    /*padding-bottom: 1.5rem;*/
    padding: 1rem 1rem 1.5rem 1rem;
    cursor: pointer;
}

form.grouped_form table .woocommerce-grouped-product-list-item__label {
	padding-top: 1rem;
}

form.grouped_form table .woocommerce-grouped-product-list-item__label a {
	pointer-events: none;
	text-decoration: none;
	font-size: 1.25rem;
    text-transform: uppercase;
    font-family: 'Bebas Neue', serif;
    font-weight: 400;
}

form.grouped_form table .woocommerce-grouped-product-list-item__quantity {
	position: absolute;
	top: 0;
	left: 0;
}

form.grouped_form table .woocommerce-grouped-product-list-item__quantity .wc-grouped-product-add-to-cart-checkbox {
	appearance: none;
	background-color: transparent;
	border: 0 none;
}

form.grouped_form table .woocommerce-grouped-product-list-item__quantity .wc-grouped-product-add-to-cart-checkbox:after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	background-color: #44a479;
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .8rem;
	margin: 7px;
	display: none;
}

form.grouped_form table .grouped-option-active .woocommerce-grouped-product-list-item__quantity .wc-grouped-product-add-to-cart-checkbox:after {
	display: inline-flex;
}

form.grouped_form table .woocommerce-grouped-product-list-item__label_custom .selected,
form.grouped_form table .grouped-option-active .woocommerce-grouped-product-list-item__label_custom .unselected {
	display: none;
}

form.grouped_form table .grouped-option-active .woocommerce-grouped-product-list-item__label_custom .selected {
	display: inline-block;
}

form.grouped_form table .woocommerce-grouped-product-list-item__price {
	display: none;
	margin-top: 1rem;
}

form.grouped_form button.single_add_to_cart_button {
	float: none;
	margin-top: 1.5rem;
}

form.grouped_form .custom-grouped-product-notice {
	display: block;
	padding: 1em 2em 1em 2em;
	background-color: #f6f6f6;
	border-top: 3px solid #1e85be;
	margin-bottom: 1.5rem;
}

form.grouped_form .custom-grouped-product-notice.error {
	border-color: #b81c23;
}

@media (min-width: 768px) {

	form.grouped_form table tbody tr {
		flex: 0 0 50%;
	    width: 50%;
	}

}

/*@media (min-width: 992px) {

	form.grouped_form table tbody tr {
		flex: 0 0 25%;
	    width: 25%;
	}

}*/

@media (min-width: 992px) {

	form.grouped_form table tbody tr {
		/*flex: 0 0 20%;
	    width: 20%;*/

		flex: 0 0 33.3333%;
	    width: 33.3333%;
	}

}

/* ---------------------------- */
/* ----- PRODUCT OVERVIEW ----- */
/* ---------------------------- */

@media (max-width: 575.98px) {

	.no-gutters-xs {
		margin-left: 0;
		margin-right: 0;
	}

}

@media (max-width: 1199.98px) {

	.no-gutters-lg {
		margin-left: 0;
		margin-right: 0;
	}

}

.card {
	border-radius: 0;
	border: 1px solid rgba(0,0,0, .1);
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.card:hover {
	border: 1px solid #1e1e1e;
}

.card .card-text {
	font-size: .8rem;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 80px;
}

.card-img, .card-img-top {
	border-radius: 0;
}

.card .price {
	font-family: 'Bebas Neue', serif;
}

/* ------------------ */
/* ----- QUOTES ----- */
/* ------------------ */

.card.card-quote {
	padding: 1rem;
	border: 0 none;
}

.card.card-quote .quote-title {
	position: relative;
	z-index: 1;
	font-family: 'Bebas Neue',serif;
	display: block;
	font-size: 2.5rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	margin: auto;
}

.card.card-quote .quote-body {
	position: relative;
	z-index: 1;
	margin-top: 1rem;
	margin-bottom: auto;
	font-weight: 400;
}

.card.card-quote .quote-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card.card-quote .quote-image-wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	opacity: .65;
}

a.card.card-quote {
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

/* ----------------------- */
/* ----- INSPIRATION ----- */
/* ----------------------- */

.inspiration-item {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid transparent;
}

.inspiration-item:hover {
	background-color: transparent !important;
	color: #1e1e1e !important;
	border: 1px solid #1e1e1e;
}

.inspiration-item:hover .badge-light {
	background-color: #1e1e1e !important;
	color: #fff !important;
}

/* ------------------ */
/* ----- FOOTER ----- */
/* ------------------ */

footer {
	position: relative;
	background-color: #d4cfc9;
}

footer .container {
	position: relative;
	background-color: #d4cfc9;
}

footer .feedback-company {
	border-bottom: 1px solid rgba(0,0,0, .1);
}

@media (min-width: 992px) {

	footer .feedback-company {
		background-color: #fff;
		border: 0 none;
	}

	body.home footer .feedback-company,
	body.bg-light footer .feedback-company {
		background-color: #d4cfc9;
	}

}

@media (min-width: 1200px) {

	footer .container:before {
		position: absolute;
		z-index: 0;
		content: '';
		left: -380px;
		height: 100%;
		width: 400px;
		background-image: url('../img/logo-less-light.svg');
		background-size: cover;
	}

}

body.home footer,
body.home footer .container,
body.bg-light footer,
body.bg-light footer .container {
	background-color: #fff;
}

body.home footer .container:before,
body.bg-light footer .container:before {
	background-image: url('../img/logo-light.svg');
}

footer ul {
	list-style: none;
	padding: 0;
}

footer ul li {
	padding-left: 1.3em;
	margin: 2px 0;
}

footer ul li:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

footer ul li.list-item-phone,
footer ul li.list-item-email,
footer ul li.list-item-location {
	padding-left: 1.6em;
}

footer ul li.list-item-phone:before {
	content: '\f095';
	font-weight: 900;
	margin-left: -1.6em;
	width: 1.6em;
}

footer ul li.list-item-email:before {
	content: '\f0e0';
	font-weight: 900;
	margin-left: -1.6em;
	width: 1.6em;
}

footer ul li.list-item-location:before {
	content: '\f3c5';
	font-weight: 900;
	margin-left: -1.6em;
	width: 1.4em;
}

footer ul li a {
	color: #555;
	font-weight: 300;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: none;
}

footer .logo {
	max-width: 150px !important;
	width: 100% !important;
	height: auto !important;
}

footer .logo-feedbackcompany {
	max-width: 300px;
	width: 100%;
	height: auto;
}

/* ---------------------------- */
/* ----- FEEDBACK COMPANY ----- */
/* ---------------------------- */

.feedback-company .stars {
	display: block;
	color: #ffcd58;
	font-size: 1.3rem;
}

.feedback-company .single-review {
	border: 1px solid rgba(0,0,0, .1);
	padding: 1.5rem 1rem 0 1rem;
}

.single-review-score {
	font-weight: 700;
}

/* PLUGIN */
.feedback-company .feedback-company-footer-widget .__fbcw__widget.__fbcw__widget--big {
	width: 100% !important;
	min-width: 100% !important;
	background-color: transparent !important;
    border: 0 none !important;
}

.feedback-company .feedback-company-footer-widget .__fbcw__widget .__fbcw__widget__footer.__fbcw__widget__footer--big svg,
.feedback-company .feedback-company-footer-widget .__fbcw__widget--buyer-protection .__fbcw__widget__footer.__fbcw__widget__footer--big svg {
	width: 100% !important;
	height: auto !important;
}

.feedback-company .feedback-company-footer-widget .__fbcw__widget .__fbcw__widget__footer.__fbcw__widget__footer--big,
.feedback-company .feedback-company-footer-widget .__fbcw__widget--buyer-protection .__fbcw__widget__footer.__fbcw__widget__footer--big {
	height: auto !important;
	background-color: transparent !important;
	margin-top: 3rem !important;
}

footer .feedback-company .__fbcw__widget__footer svg {
	max-width: 240px !important;
	height: auto !important;
}

footer .feedback-company .__fbcw__widget {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

footer .feedback-company .__fbcw__widget > div {
	margin: 1.5rem !important;
}

footer .feedback-company .__fbcw__widget > div .__fbcw__widget__rating-overview {
	margin: 0 !important;
}

@media (min-width: 992px) {

	footer .feedback-company .__fbcw__widget {
		flex-direction: column;
	}
	
	footer .feedback-company .__fbcw__widget > div {
		margin: 0 !important;
	}

}

/* ----------------------------------- */
/* ----- FEEDBACK COMPANY CUSTOM ----- */
/* ----------------------------------- */

.review-item {
	position: relative;
}

.review-item a {
	text-decoration: none;
}

.review-item .review-stars,
.review-item .review-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.review-item .review-stars i {
	margin-right: .25rem;
	font-size: 1.1rem;
}

.review-item .review-item-text {
	display: block;
}

.review-item .review-name {
	display: block;
}

.review-item .review-date {
	display: block;
	opacity: .6;
	font-style: italic;
}

.review-item .review-date i {
	font-style: normal;
}

.block-reviews .btn-light:hover {
	background-color: #87826c;
	color: #fff;
}

/* ----------------------- */
/* ----- WOOCOMMERCE ----- */
/* ----------------------- */

.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-info li,
.woocommerce-notices-wrapper .woocommerce-message li {
	overflow: hidden;
    margin-bottom: 1px;
}

.woocommerce-ordering select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* WOOCOMMERCE ORDER RECEIVED TEXT */
body.woocommerce-order-received div.woocommerce-order {
	background-color: #fff;
	padding: 1.5rem 1.5rem 1px 1.5rem;
	margin-bottom: 1.5rem;
}

/* --------------------------- */
/* ----- WHATSAPP BUTTON ----- */
/* --------------------------- */

.whatsapp-button {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	z-index: 100;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-button-label {
	position: fixed;
	bottom: 110px;
	right: 40px;
	/*left: 40px;*/
	font-size: .8rem;
	display: block;
	background-color: #25d366;
	padding: 7px 12px;
	line-height: 1;
	border-radius: 5px;
	color: #fff;
}

body.custom-product-category-template-active .whatsapp-button {
	width: 48px;
	height: 48px;
	bottom: 15px;
	right: 15px;
	font-size: 22px;
}

@media (min-width: 576px) {

	body.custom-product-category-template-active .category-overview-button-wrapper {
	    justify-content: center;
	}

}

/* ---------------- */
/* ----- BLOG ----- */
/* ---------------- */

.wp-embed {
	box-shadow: none !important;
	border: 0 none !important;
}

.embedded-products .embed-container iframe {
	max-width: 100%;
}

.custom-excerpt {
	font-size: .8rem;
}

.custom-excerpt p {
	padding-bottom: 0;
}

@media (min-width: 768px) {

	.custom-excerpt {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		height: 80px;
	}

}

@media (min-width: 992px) {

	.custom-excerpt {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		height: 60px;
	}

}

/* -------------------------- */
/* ----- CONTENT BLOCKS ----- */
/* -------------------------- */

/* BLOCK - FEATURED PAGES */
.block-featured-pages.layout-new .product-tile {
	padding: 0;
	border: 0 none;
}

.block-featured-pages.layout-new .product-tile .product-tile-inner img {
	opacity: 1 !important
}

/* BLOCK - PAGE LINKS */
.block-page-links {
	overflow: hidden;
}

.block-page-links a.page-row {
	display: block;
	text-decoration: none;
	color: #231f20;
	font-weight: 400;
}

.block-page-links a.page-row.bg-transparent-primary-dark {
	color: #fff;
}

.block-page-links .page-row h2 {
	font-size: 3rem;
	letter-spacing: 1px;
	flex: 0 0 100%;
}

.block-page-links .page-row i {
	font-size: 1.4rem;
	-webkit-transition: margin .3s ease;
	transition: margin .3s ease;
	flex: 0 0 100%;
}

.block-page-links a.page-row:hover i {
	margin-left: 15px;
}

.block-page-links .product-subtitle {
	text-transform: uppercase;
	display: block;
	font-size: 1.2rem;
	color: #a0a0a0;
	flex: 0 0 100%;
}

.block-page-links .page-row.bg-transparent-primary-dark .product-subtitle {
	color: #ccc;
}

.block-page-links .cover-image-wrapper {
	position: relative;
	height: 0;
	padding-top: 100%;
}

.block-page-links .cover-image-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

@media (max-width: 991.98px) {

	.block-page-links .col-text {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		color: #fff;
		padding: 3rem;
		display: flex;
		flex-wrap: wrap;
	}

	.block-page-links .page-row h2 {
		font-size: 2.2rem;
	}

	.block-page-links .product-subtitle {
		color: #fff !important;
		font-size: 1rem;
	}

}

@media (max-width: 575.98px) {

	.block-page-links .col-text {
		padding: 1.5rem 2rem;
	}

}

@media (min-width: 992px) {

	.block-page-links .cover-image-wrapper.image-size-small {
		padding-top: 54.9%;
	}

	.block-page-links .cover-image-wrapper.image-size-medium {
		padding-top: 75%;
	}

	.block-page-links .cover-image-wrapper.image-size-large {
		padding-top: 90%;
	}

}

/* LAYOUT ROWS */
.block-page-links.layout-rows > a:last-of-type {
	padding-bottom: 3rem;
}

@media (min-width: 576px) {

	.block-page-links.layout-rows > a:last-of-type {
		padding-bottom: 2rem;
	}

}

@media (min-width: 768px) {

	.block-page-links.layout-rows > a:last-of-type {
		padding-bottom: 0;
	}

}

/* LAYOUT GRID */
.block-page-links.layout-grid > .container-fluid,
.block-page-links.layout-grid-slider > .container-fluid {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 18px;
}

.block-page-links.layout-grid .page-item,
.block-page-links.layout-grid-slider .page-item {
    display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.block-page-links.layout-grid .page-item .cover-image-wrapper,
.block-page-links.layout-grid-slider .page-item .cover-image-wrapper {
	height: 100%;
	min-height: 300px;
	padding-top: 0;
}

.block-page-links.layout-grid .page-item .item-content,
.block-page-links.layout-grid-slider .page-item .item-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*background-color: rgba(0,0,0, .25);*/
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 1.5rem;
}

.block-page-links.layout-grid .page-item .item-content > *,
.block-page-links.layout-grid-slider .page-item .item-content > * {
	flex: 0 0 100%;
}

.block-page-links .page-item .item-content.text-top-right,
.block-page-links .page-item .item-content.text-bottom-right {
	text-align: right;
}

.block-page-links .page-item .item-content.text-bottom-left,
.block-page-links .page-item .item-content.text-bottom-right {
	justify-content: flex-end;
	align-content: flex-end;
}

.block-page-links.layout-grid-slider .slider .slick-track {
    display: flex !important;
    width: unset !important;
}

.block-page-links.layout-grid-slider .slider .slick-slide {
    height: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.block-page-links.layout-grid-slider .slider .slick-dots {
	position: static;
    height: 10px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {

	.block-page-links.layout-grid > .container-fluid,
	.block-page-links.layout-grid-slider > .container-fluid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.block-page-links.layout-grid h2,
	.block-page-links.layout-grid-slider h2 {
		font-size: 1.4rem;
	}

	.block-page-links.layout-grid-slider .slick-slide > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.block-page-links.layout-grid-slider .slick-slide > .row > .col,
	.block-page-links.layout-grid-slider .slick-slide > .row > [class*=col-] {
	    padding-right: 0;
	    padding-left: 0;
	    margin-bottom: 0 !important;
	}

	.block-page-links.layout-grid-slider .slick-dots {
		margin-top: 30px;
	}

}

@media (min-width: 992px) {

	.block-page-links.layout-grid-slider .slider .slick-slide {
	    height: auto !important;
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50% !important;
	}

}

/* BLOCK - CTA */
.block-cta .block-item {
    display: block;
	position: relative;
}

.block-cta.fixed-height .block-item .cover-image-wrapper {
	height: 0;
	padding-top: 56.25%;
}

.block-cta.dynamic-height .block-item .cover-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.block-cta.fixed-height.block-cta-multiple .block-item .cover-image-wrapper {
	padding-top: 100%;
}

.block-cta .block-item .cover-image-wrapper > img {
	position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.block-cta.fixed-height .block-item:hover .cover-image-wrapper > img {
	opacity: .75;
}

.block-cta .block-item .item-content {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	color: #fff !important;
	padding: 3rem;
}

.block-cta.fixed-height .item-content {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	justify-content: center;
}

@media (min-width: 576px) {

	.block-cta .block-item .item-content {
		padding: 6rem;
	}

}

/* BLOCK - CAROUSEL */
.block-carousel .slider a {
	text-decoration: none;
}

.block-carousel .cover-image-wrapper {
	height: 0;
	padding-top: 100%;
	position: relative;
}

.block-carousel .cover-image-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.block-carousel .cover-image-wrapper > img:nth-of-type(2) {
	display: none;
}

.block-carousel .slider-item:hover .cover-image-wrapper > img:nth-of-type(2) {
	display: block;
}

.additional-product-info {
	/*font-style: italic;*/
	font-size: .8rem;
	font-weight: 300;
}

.block-carousel .product-usp,
.block-carousel .item-usp {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #000;
	text-transform: uppercase;
	/*font-weight: 700;*/
}

.block-carousel .item-usp {
	display: inline-flex;
	align-items: center;
}

.block-carousel .item-usp > img {
	height: 20px;
	width: auto;
	display: inline-block;
	margin-right: 10px;
}

.block-carousel .product-price-wrapper {
	text-align: right;
}

.block-carousel .product-price-wrapper .woocommerce-Price-amount {
	font-weight: 700;
	font-size: 1rem;
	display: block;
	font-style: normal;
}

.block-carousel .slider {
	overflow: hidden;
}

.block-carousel .slider .slick-slide {
	margin: 0 1.5rem;
	height: inherit !important;
	position: relative;
}

.block-carousel .slider .slick-slide:after {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	right: -23px;
	height: 100%;
	height: calc(100% + 15px);
	width: 1px;
	background-color: rgba(0,0,0, .25);
}

.block-carousel .slider .slick-track {
    display: flex !important;
}

.block-carousel .slider .slick-list {
	margin: 0 -1.5rem;
}

.block-carousel .custom-slider-controls button {
	background-color: transparent;
	border: 0 none;
	font-size: 1.4rem;
	padding: .25rem .75rem;
}

.block-carousel .slider .slider-item-custom-text > a,
.block-carousel .slider .slider-item-custom-text > div {
	height: 100%;
	display: flex !important;
	align-content: center;
	flex-wrap: wrap;
	margin: auto;
}

.block-carousel .slider .slider-item-custom-text > a.bg-primary,
.block-carousel .slider .slider-item-custom-text > div.bg-primary {
	color: #fff !important;
}

.block-carousel .slider .slider-item-custom-text p {
	font-size: 1.4rem;
    font-family: 'Bebas Neue',serif;
    font-weight: 400;
    letter-spacing: 1px;
    flex: 0 0 100%;
}

.block-carousel .slider .slider-item-custom-text .background-wrapper {
	position: relative;
	height: 0;
	padding-top: 100%;
}

.block-carousel .slider .slider-item-custom-text.slider-item-image-bg {
	height: initial !important;
}

.block-carousel .slider .slider-item-custom-text.slider-item-image-bg .cover-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.block-carousel .slider .slider-item-custom-text.slider-item-image-bg .cover-image-wrapper .text-overlay {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    padding: 3rem;
    color: #fff;
}

.inner-text {
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 576px) {

	.block-carousel .container-fluid .slider .slick-list {
		padding: 0 1.5rem;
	}

}

/* BLOCK - PRODUCT TABLE TOP SHAPES */
.block-product-table-top-shapes .slider .slick-track {
    display: flex !important;
}

.block-product-table-top-shapes .slider .slick-slide {
    height: inherit !important;
}

.block-product-table-top-shapes .custom-slider-controls button {
	background-color: transparent;
	border: 0 none;
	font-size: 1.4rem;
	padding: .25rem .75rem;
}

.block-product-table-top-shapes .slider a {
	text-decoration: none;
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.block-product-table-top-shapes .slider .slider-item .image-wrapper {
	flex: 1;
}

.block-product-table-top-shapes .slider .slider-item .image-wrapper > img {
	max-height: 320px;
	max-width: 150px;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1.5rem;
}

@media (min-width: 768px) {

	.block-product-table-top-shapes .slider .slider-item .image-wrapper > img {
		max-width: 180px;
	}

}

/* BLOCK - FAQ */
.block-faq .accordion .accordion-item {
	position: relative;
	border: 1px solid rgba(0,0,0, .15);
	margin-bottom: .75rem;
}

.block-faq .accordion .accordion-item .accordion-button {
	background-color: transparent;
	border: 1px solid transparent;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 1.5rem calc(3rem + 36px) 1.5rem 1.5rem;
	font-family: 'Bebas Neue', serif;
	font-size: 1.25rem;
    letter-spacing: .5px;
    text-align: left;
}

.block-faq .accordion .accordion-item .accordion-button .accordion-toggle-icon {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	display: flex;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: -.25rem 0;
}

.block-faq .accordion .accordion-item .accordion-button .accordion-toggle-icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: .9rem;
}

.block-faq .accordion .accordion-item .accordion-button:not(.collapsed) .accordion-toggle-icon > i:first-of-type {
	display: none;
}

.block-faq .accordion .accordion-item .accordion-button.collapsed .accordion-toggle-icon > i:last-of-type {
	display: none;
}

.block-faq .accordion .accordion-item .accordion-body {
	padding: 0 1.5rem 1px 1.5rem;
}

.block-faq .accordion .accordion-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background-color: transparent;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.block-faq .accordion .accordion-item.active:before {
	background-color: #44a479;
}

/* BLOCK - TEXT + VIDEO */
.block-text-video {
	position: relative;
}

.block-text-video > .container-fluid {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.block-text-video > .container-fluid > .row {
	height: 100%;
}

.block-text-video .video-container {
	height: 100%;
}

.block-text-video .video-container > video {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 992px) {

	.block-text-video > .container-fluid {
		position: absolute;
		top: 0;
		left: 0;
	}

}

/* BLOCK - SLIDER */
.block-slider .slider-wrapper {
	position: relative;
}

.block-slider .slider-wrapper .custom-slider-controls {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.block-slider .slider-wrapper .custom-slider-controls .slider-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	border: 0 none;
	background-color: transparent;
	font-size: 1.75rem;
}

.block-slider .slider-wrapper .custom-slider-controls .slider-arrow.slider-prev {
	left: -30px;
}

.block-slider .slider-wrapper .custom-slider-controls .slider-arrow.slider-next {
	right: -30px;
}

.block-slider .slider-wrapper .slider {
	position: relative;
	z-index: 1;
}

.block-slider .slider .slick-list {
	margin: 0 -15px;
}

.block-slider .slider .slick-track {
    display: flex !important;
}

.block-slider .slider .slick-slide {
    height: inherit !important;
    margin: 0 15px;
}

.block-slider .slider .slider-item > a {
	position: relative;
	display: block;
    height: 100%;
}

.block-slider .slider .slider-item .cover-image-wrapper {
	height: 100%;
}

.block-slider .slider .slider-item .cover-image-wrapper > img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.block-slider .slider .slider-item .text-overlay {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1.5rem;
    color: #fff;
}

.block-slider .slider .slider-item .text-overlay > i {
	height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .75rem;
    font-size: 1.1rem;
}

@media (max-width: 600px) {

	.block-slider .slider .slick-list {
		margin: 0;
	}

	.block-slider .slider-wrapper .custom-slider-controls .slider-arrow.slider-prev {
		left: -15px;
	}

	.block-slider .slider-wrapper .custom-slider-controls .slider-arrow.slider-next {
		right: -15px;
	}

}

@media (min-width: 992px) and (max-width: 1015px) {

	.block-slider .slider .slick-list {
		margin: 0;
	}

	.block-slider .slider-wrapper .custom-slider-controls .slider-arrow.slider-prev {
		left: -15px;
	}

	.block-slider .slider-wrapper .custom-slider-controls .slider-arrow.slider-next {
		right: -15px;
	}

}

/* ------------------------- */
/* ----- WEBSITE POPUP ----- */
/* ------------------------- */

.modal#website-popup .modal-content,
.modal#modal-appointment .modal-content {
	border-radius: 0;
	border: 1px solid #000;
    padding: 1.5rem;
    background-color: #f6f6f6;
}

.modal#website-popup .modal-header,
.modal#website-popup .modal-body,
.modal#website-popup .modal-footer,
.modal#modal-appointment .modal-header,
.modal#modal-appointment .modal-body,
.modal#modal-appointment .modal-footer {
	background-color: #fff;
	padding: 1.5rem;
}



.modal.fade-from-left .modal-dialog,
.modal.fade-from-right .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.fade-from-right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.fade-from-right.fade.show .modal-dialog {
    right: 0;
}


.modal.modal-bottom .modal-dialog {
	position: fixed;
	top: auto;
	right: auto;
	left: auto;
	bottom: 0;
	width: 100%;
}

/* ----------------------- */
/* ----- FIXED POPUP ----- */
/* ----------------------- */

.fixed-popup {
	display: none;
	bottom: -100%;
	position: fixed;
	z-index: 101;
	bottom: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 30px;
}

.fixed-popup .popup-inner {
	position: relative;
	width: 500px;
    max-width: 100%;
    border: 1px solid #000;
}

.fixed-popup .form-newsletter a {
	text-decoration: none;
}

.fixed-popup form input[type="submit"] {
	margin-top: 0 !important;
}

.fixed-popup .close-popup {
	position: absolute;
	top: -7px;
	right: -7px;
}

.fixed-popup .close-popup button {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0 none;
	border-radius: 50%;
}

.fixed-popup .close-popup button > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media (min-width: 576px) {

	.fixed-popup .popup-inner {
	    padding: 1.5rem;
	    background-color: #f6f6f6;
	}

}

/* ------------------------- */
/* ----- WEBSITE ALERT ----- */
/* ------------------------- */

.website-alert.bg-success,
.website-alert.bg-primary,
.website-alert.bg-dark {
	color: #fff !important;
}

.website-alert.bg-light {
	color: #000 !important;
}

.website-alert.bg-primary:hover {
    background-color: #6f6a56 !important;
}

.website-alert.bg-dark:hover {
    background-color: #000 !important;
}

.website-alert.bg-light:hover {
	background-color: #cac6c0 !important;
}

a.website-alert {
	text-decoration: none !important;
	font-weight: 400;
	font-size: .95rem;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.website-alert .website-alert-icon {
	display: inline-block;
	height: 22px;
	width: auto;
	margin-right: .5rem;
	margin-top: -2px;
}

/* ------------------------ */
/* ----- SAMPLE POPUP ----- */
/* ------------------------ */

#modal-sample-product .icon-check > i {
	font-size: 2.25rem;
	display: block;
}

/* --------------------------------------------------------------------- */
/* ----- HIDE ACTIVE STATE TABLE NAV ITEM WHEN CATEGORY TUINTAFELS ----- */
/* --------------------------------------------------------------------- */

body.product_cat_tuintafels nav#nav-main .current-product-ancestor:first-of-type .nav-link {
	border-color: transparent !important;
}

/* ------------------- */
/* ----- UPVIRAL ----- */
/* ------------------- */

div#uvp {
	display: none !important;
}

.upviral-form,
.form-newsletter {
	background-color: #fff;
	padding: 3rem;
	border: 1px solid rgba(0,0,0, .1);
	border-radius: .25rem;
}

.upviral-form input[type="submit"],
.form-newsletter form input[type="submit"] {
	padding: .7rem 1.5rem;
    border-radius: 0;
    border: 0 none;
    font-family: 'Bebas Neue',serif;
    font-size: 1.1rem;
    text-decoration: none !important;
    letter-spacing: 1px;
    background-color: #1e1e1e;
    color: #fff;
	margin-top: 1rem;
}

.form-newsletter form label {
	display: block;
    width: 100%;
}

.form-newsletter form input[type="text"],
.form-newsletter form input[type="email"] {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1rem;
}

.form-newsletter form input[type="text"]:focus,
.form-newsletter form input[type="email"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

/* client side validation */
/*.form-newsletter form input:invalid {
	border: 1px solid red;
}

.form-newsletter form input:invalid:required {
    border: 1px solid #ccc;
}

.form-newsletter form input:valid {
    border: 1px solid #ccc;
}*/

/* -------------------------------- */
/* ----- BOOTSTRAP DATEPICKER ----- */
/* -------------------------------- */

.datepicker.datepicker-dropdown td,
.datepicker.datepicker-dropdown th {
	padding: 4px 7px;
	border: 2px solid #fff;
}

input.datepicker {
	padding: .375rem .75rem;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background-color: #44a479;
	color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
	background-color: #44a479 !important;
	background-image: none !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #fff !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background-color: #f6f6f6 !important;
	color: #ccc !important;
}

/* -------------------------------------------- */
/* ----- ADD LIGHTBOX ICON FOR BLAD KLEUR ----- */
/* -------------------------------------------- */

.blad-kleur-fields .custom-zoom-icon {
	position: absolute;
	top: 15px;
	right: 15px;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* --------------------- */
/* ----- COMPLIANZ ----- */
/* --------------------- */

#cmplz-cookies-overview,
#cmplz-manage-consent-container {
	margin-bottom: 1.5rem;
}

.cmplz-document details h3 {
	font-size: 1.5rem;
}

.cmplz-document details.cmplz-dropdown,
.cmplz-document details.cmplz-category {
	background-color: #fff;
	padding: 1.5rem;
	margin-bottom: 1px;
}

.cmplz-document details.cmplz-dropdown summary,
.cmplz-document details.cmplz-category summary {
	display: block;
}

.cmplz-document details.cmplz-dropdown summary > div,
.cmplz-document details.cmplz-category summary > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cmplz-document details.cmplz-dropdown summary > div:after {
	content: '\f0dd';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-top: -5px;
}

.cmplz-document details.cmplz-dropdown summary div > * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cmplz-document details.cmplz-dropdown summary div > p {
	margin-left: auto;
	padding-right: 15px;
}

.cmplz-document details.cmplz-dropdown .cmplz-service-description,
.cmplz-document details.cmplz-category .cmplz-description {
	margin-top: 1.5rem;
}

.cmplz-document details.cmplz-dropdown .cookies-per-purpose {
	display: grid;
	grid-column: span 2;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template:
        "purpose purpose purpose"
        "header1 header2 header3" auto;
	border: 1px solid #dadada;
	grid-gap: 1px;
	background-color: #dadada;
}

.cmplz-document details.cmplz-dropdown .cookies-per-purpose div {
	background-color: #fff;
    padding: 15px;
}

.cmplz-document details.cmplz-dropdown .cookies-per-purpose .purpose {
    grid-area: purpose;
}

.cmplz-document details.cmplz-dropdown .cookies-per-purpose .name-header {
    grid-area: header1;
}

.cmplz-document details.cmplz-dropdown .cookies-per-purpose .retention-header {
    grid-area: header2;
}

.cmplz-document details.cmplz-dropdown .cookies-per-purpose .function-header {
    grid-area: header3;
}

.cmplz-document details.cmplz-dropdown .cookies-per-purpose .name-header,
.cmplz-document details.cmplz-dropdown .cookies-per-purpose .retention-header,
.cmplz-document details.cmplz-dropdown .cookies-per-purpose .function-header {
	background-color: #f6f6f6;
}

.cmplz-document .cmplz-categories {
	width: 100%;
}

.cmplz-document details.cmplz-category summary > span > .cmplz-always-active,
.cmplz-document details.cmplz-category summary > span > .cmplz-banner-checkbox {
	margin-left: auto;
	padding-right: 15px;
}

.cmplz-consent-checkbox {
	position: relative;
	top: 1px;
}

/* -------------------------------------- */
/* ----- WOOCOMMERCE PRODUCT FIELDS ----- */
/* -------------------------------------- */

body > .wttw {
	display: none;
}

/* -------------------------------------------- */
/* ----- CUSTOM PRODUCT CATEGORY TEMPLATE ----- */
/* -------------------------------------------- */

@media (max-width: 991.98px) {

	body.custom-product-category-template-active header.header-product-overview .header-image-overlay {
		position: static;
		height: auto;
		background-color: transparent;
		color: #000;
		padding-top: 3rem;
	}

	body.custom-product-category-template-active header.header-product-overview .header-image-overlay .header-image-overlay-inner {
		padding: 0;
	}

}

@media (max-width: 575.98px) {

	body.custom-product-category-template-active header.header-product-overview > .container {
		padding-left: 0;
		padding-right: 0;
	}

	body.custom-product-category-template-active header.header-product-overview .header-image-overlay .header-image-overlay-inner {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0;
	}

}

/* SECTIONS */
.custom-product-category-template .section-1 {
	overflow: hidden;
}

.custom-product-category-template .section-2 {
	overflow: hidden;
}

/* GENERAL */
.custom-product-category-template .category-overview-button-wrapper {
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255, .9);
	padding: 15px;
	width: 100%;
	display: flex;
    align-items: center;
}

.custom-product-category-template .bg-transparent-primary {
	background-image: none;
	background-color: #d4cfc9;
}

.custom-product-category-template .border {
	border-color: #000 !important;
	opacity: 1;
}

.custom-product-category-template .item-has-background {
	position: relative;
}

.custom-product-category-template .item-has-background:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100vw;
	height: 100%;
	height: calc(100% + 30px);
}

.custom-product-category-template .item-has-background.bg-primary:after {
	background-color: #87826c;
}

.custom-product-category-template .item-has-background.bg-transparent-primary:after {
	background-color: #d4cfc9;
}

.custom-product-category-template .item-has-background.background-to-right {
	padding-left: 15px;
}

.custom-product-category-template .item-has-background.background-to-right:after {
	left: 0;
}

.custom-product-category-template .item-has-background.background-to-left {
	padding-right: 15px;
}

.custom-product-category-template .item-has-background.background-to-left:after {
	right: 0;
}

/* BLOCK - IMAGE */
.custom-product-category-template .template-block-image .block-image {
	position: relative;
}

.custom-product-category-template .template-block-image .block-image .block-image-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 3rem 3rem 1.5rem 3rem;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
	pointer-events: none;
}

.custom-product-category-template .template-block-image .block-image a.cover-image-wrapper:hover + .block-image-overlay {
	background-color: rgba(0,0,0, .25);
}

.custom-product-category-template .template-block-image .block-image a.cover-image-wrapper.item-has-background + .block-image-overlay {
	width: calc(100% - 15px);
}

.custom-product-category-template .template-block-image .cover-image-wrapper {
	display: block;
}

.custom-product-category-template .template-block-image .cover-image-wrapper > img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

/* BLOCK - CTA */
.custom-product-category-template .template-block-cta .block-cta {
	position: relative;
	overflow: hidden;
}

.custom-product-category-template .template-block-cta .block-cta .cover-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-product-category-template .template-block-cta .block-cta .cover-image-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.custom-product-category-template .template-block-cta .block-cta .block-cta-overlay {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 3rem 3rem 1.5rem 3rem;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	background-color: rgba(0,0,0, .25);
}

/* BLOCK - BLOG */
.custom-product-category-template .template-block-blog .cover-image-wrapper.cover-image-square {
	position: relative;
	height: 0;
	padding-top: 100%;
}

.custom-product-category-template .template-block-blog .cover-image-wrapper.cover-image-square > img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

/* BLOCK - PRODUCT */
.custom-product-category-template .product-item {
	display: block;
	background-color: #fff;
	text-decoration: none;
	font-weight: 400;
}

.custom-product-category-template .product-item .product-item-inner {
	position: relative;
	z-index: 1;
}

.custom-product-category-template .product-item .cover-image-wrapper > img {
	width: 100%;
	height: auto;
}

.custom-product-category-template .product-item .product-usps .product-usp-item {
	display: flex;
	font-size: .8rem;
	margin-bottom: .5rem;
}

.custom-product-category-template .product-item .product-usps .product-usp-item:last-of-type {
	margin-bottom: 0;
}

.custom-product-category-template .product-item .product-usps .product-usp-item .icon {
    max-width: 20px;
    max-height: 18px;
    width: auto;
    height: auto;
    margin-right: .6rem;
}

.custom-product-category-template .product-item .product-price-wrapper {
	text-align: right;
}

.custom-product-category-template .product-item .product-price-wrapper .amount {
	display: block;
    font-weight: 700;
    font-size: 1rem;
    font-style: normal;
}

.custom-product-category-template .product-item .product-description {
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}

/* BLOCK - USPS */
.custom-product-category-template .template-block-usps .usp-item .icon-wrapper > img {
	height: 42px;
	width: auto;
}

.custom-product-category-template .template-block-usps .usp-item .h3 {
	font-size: 1.25rem;
}

@media (min-width: 576px) {

	.custom-product-category-template .template-block-usps .usp-item .icon-wrapper > img {
		height: 60px;
	}

	.custom-product-category-template .template-block-usps .usp-item .h3 {
		font-size: 1.75rem;
	}

}

/* BLOCK - PAGE LINKS */
.custom-product-category-template .template-block-page-links .page-link-item {
	display: block;
	text-decoration: none;
}

.custom-product-category-template .template-block-page-links .block-page-links .slider .slick-list {
	margin: 0 -.5rem;
}

@media (min-width: 768px) {

	.custom-product-category-template .template-block-page-links .block-page-links .slider .slick-list {
		margin: 0 -1rem;
	}

}

/* BLOCK - TEXT COLUMNS */
.custom-product-category-template .template-block-text-columns a {
	text-decoration: none;
}

.custom-product-category-template .template-block-text-columns .contain-image-wrapper {
	position: relative;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    object-fit: contain;
    object-position: center;
}

.custom-product-category-template .template-block-text-columns .contain-image-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* BLOCK - TITLE + BUTTON */
.custom-product-category-template .template-block-title-button .block-title-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

/* SPECIFIC ALIGNMENTS */
@media (max-width: 575.98px) {

	.custom-product-category-template .product-item {
		max-width: 300px;
	}

	body.pc-layout-1 .custom-product-category-template .section-1 .block-1 .product-item,
	body.pc-layout-2 .custom-product-category-template .section-1 .block-1 .product-item {
		position: relative;
	}

	body.pc-layout-1 .custom-product-category-template .section-1 .block-1 .product-item:before,
	body.pc-layout-2 .custom-product-category-template .section-1 .block-1 .product-item:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: -50%;
		height: 100%;
		width: 50vw;
		background-color: #fff;
	}

	body.pc-layout-1 .custom-product-category-template .section-1 .block-1 .product-item .product-item-info,
	body.pc-layout-2 .custom-product-category-template .section-1 .block-1 .product-item .product-item-info {
		max-width: 91.666667%;
		margin-left: auto;
	}

	body.pc-layout-1 .custom-product-category-template .section-1 .block-2,
	body.pc-layout-2 .custom-product-category-template .section-1 .block-2 {
		margin-top: -4.5rem;
	    position: relative;
	    z-index: 0;
	}

	body.pc-layout-1 .custom-product-category-template .section-1 .block-3 .cover-image-wrapper {
		margin-right: -15px;
		margin-bottom: -1.5rem !important;
		margin-left: -15px;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .block-5 .block-image-overlay {
		padding-bottom: 4.5rem;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .block-6 .product-item {
		margin-bottom: 0 !important;
		margin-top: -4.5rem;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .block-7 .product-item,
	body.pc-layout-2 .custom-product-category-template .section-2 .block-7 .product-item {
		margin-left: auto;
		margin-bottom: -3rem !important;
		position: relative;
		z-index: 2;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .block-9 .item-has-background {
		padding-right: 0;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .block-9 .item-has-background:after {
		height: calc(100% + 180px);
		left: -15px;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .block-10 .product-item {
		margin-bottom: 0 !important;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .block-12 .product-item,
	body.pc-layout-2 .custom-product-category-template .section-2 .block-12 .product-item {
		margin-left: auto;
		margin-bottom: 0 !important;
	}

	body.pc-layout-1 .custom-product-category-template .section-3 .block-14 .product-item {
		margin-bottom: 0 !important;
	}

	body.pc-layout-1 .custom-product-category-template .section-3 .block-14 .block-even {
		margin-left: auto;
	}

	body.pc-layout-2 .custom-product-category-template .section-5 .block-15 .cover-image-wrapper {
		margin-right: -15px;
		margin-left: -15px;
	}

}

@media (min-width: 576px) {

	body.pc-layout-1 .custom-product-category-template .section-1,
	body.pc-layout-2 .custom-product-category-template .section-1 {
		margin-bottom: -6rem;
	}

}

@media (min-width: 992px) {

	body.pc-layout-1 .custom-product-category-template .section-2 .section-inner,
	body.pc-layout-1 .custom-product-category-template .section-2 .section-inner > .container {
		position: relative;
	}

	body.pc-layout-2 .custom-product-category-template .section-2 .section-inner,
	body.pc-layout-2 .custom-product-category-template .section-2 .section-inner > .container {
		position: relative;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .section-inner > .container:after,
	body.pc-layout-2 .custom-product-category-template .section-2 .section-inner > .container:after {
		content: '';
		position: absolute;
		bottom: 3rem;
		left: 0;
		width: 66.6666666%;
		width: calc(66.6666666% - 15px);
		height: 33rem;
		background-color: #d4cfc9;
	}

	body.pc-layout-1 .custom-product-category-template .section-2 .section-inner:after,
	body.pc-layout-2 .custom-product-category-template .section-2 .section-inner:after {
		content: '';
		position: absolute;
		bottom: 3rem;
		left: 0;
		width: 50%;
		height: 33rem;
		background-color: #d4cfc9;
	}

}

@media (min-width: 1200px) {

	body.pc-layout-1 .custom-product-category-template .section-2 .section-inner > .container:after,
	body.pc-layout-1 .custom-product-category-template .section-2 .section-inner:after {
		bottom: 6rem;
	}

	body.pc-layout-2 .custom-product-category-template .section-2 .section-inner > .container:after,
	body.pc-layout-2 .custom-product-category-template .section-2 .section-inner:after {
		bottom: 6rem;
	}

	body.pc-layout-1 .custom-product-category-template .section-5 .template-block-image,
	body.pc-layout-2 .custom-product-category-template .section-5 .template-block-image {
		margin-bottom: -6rem;
	}

}

/* -------------------- */
/* ----- LAYOUT 1 ----- */
/* -------------------- */

body.pc-layout-1 .custom-product-category-template .section-2 .block-8 {
	position: relative;
	z-index: 2;
}

/* -------------------- */
/* ----- LAYOUT 2 ----- */
/* -------------------- */

body.pc-layout-2 header.header-product-overview {
	background-color: #fff;
}

body.pc-layout-2 .block-7_2 {
	position: relative;
	z-index: 1;
}

/* -------------------- */
/* ----- LAYOUT 3 ----- */
/* -------------------- */

body.pc-layout-3 .section-1 {
	background-color: #fff;
	background-image: linear-gradient(#d4cfc9 5%,#fff 0%);
	background-image: linear-gradient(#d4cfc9 0 5%, #fff 5% 95%, #d4cfc9 95%);
}

body.pc-layout-3 .section-2 .template-block-text-columns .contain-image-wrapper {
    padding-top: 100%;
}

body.pc-layout-3 .section-2 .template-block-text-columns .contain-image-wrapper > img {
    object-fit: contain;
    object-position: center;
}

body.pc-layout-3 .section-4 {
	background-color: #d4cfc9;
}

body.pc-layout-3 .section-6 .block-19 .block-slider-text > .row {
	display: block;
}

body.pc-layout-3 .section-6 .block-19 .block-slider-text > .row > [class^="col"] {
	width: 100%;
	max-width: 100%;
}

body.pc-layout-3 .section-7 {
	overflow: hidden;
}

body.pc-layout-3 .section-7 .item-has-background:after {
	left: 0;
}

body.pc-layout-3 .section-7 .item-has-background > [class^="block"] {
	position: relative;
	z-index: 1;
}

body.pc-layout-3 .section-8 .block-27 .block-cta-overlay > div {
	max-width: 70%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (max-width: 991.98px) {

	/*
	body.pc-layout-3.custom-product-category-template-active header.header-product-overview > .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	*/

	/*
	body.pc-layout-3.custom-product-category-template-active header.header-product-overview .header-image > img {
		position: absolute;
		object-fit: cover;
		object-position: center;
		height: 100%;
		width: 100%;
	}

	body.pc-layout-3.custom-product-category-template-active header.header-product-overview .header-image-overlay {
		position: relative;
		display: flex;
		padding: 1.5rem 1.5rem 1px 1.5rem !important;
		background-color: rgba(0,0,0,.2);
		color: #fff;
		min-height: 45vh;
	}
	*/

}

@media (max-width: 575.98px) {

	/*
	body.pc-layout-3.custom-product-category-template-active header.header-product-overview .header-image-overlay {
		padding: 1.5rem 0 1px 0 !important;
	}
	*/

	body.pc-layout-3 .custom-product-category-template .section-1 .block-1 .product-item .product-item-info,
	body.pc-layout-3 .custom-product-category-template .section-1 .block-5 .product-item .product-item-info,
	body.pc-layout-3 .custom-product-category-template .section-3 .block-11 .product-item .product-item-info,
	body.pc-layout-3 .custom-product-category-template .section-3 .block-12 .product-item .product-item-info,
	body.pc-layout-3 .custom-product-category-template .section-6 .block-20 .product-item .product-item-info,
	body.pc-layout-3 .custom-product-category-template .section-7 .block-22 .product-item .product-item-info {
		max-width: 91.666667%;
		margin-left: auto;
	}

	body.pc-layout-3 .section-1 .block-3 {
		position: relative;
		z-index: 2;
		width: 75%;
	}

	body.pc-layout-3 .section-1 .block-4 {
		width: 75%;
		margin-left: 25%;
		margin-top: -6rem;
	}

	body.pc-layout-3 .section-1 .block-6 {
		width: 75%;
		margin-left: 25%;
	}

	body.pc-layout-3 .section-1 .block-7 .cover-image-wrapper {
		margin-right: -15px;
		margin-left: -15px;
	}

	body.pc-layout-3 .section-1 .block-8 .product-item {
		position: relative;
		z-index: 2;
		margin-left: auto;
	}

	body.pc-layout-3 .section-3 .block-12 .product-item {
		margin-left: auto;
	}

	body.pc-layout-3 .section-4 .block-16 .cover-image-wrapper {
		margin-right: -15px;
		margin-left: -15px;
	}

	body.pc-layout-3 .section-6 .block-21 {
		width: 75%;
		margin-left: 25%;
	}

	body.pc-layout-3 .section-7 .block-25 .product-item {
		margin-right: auto;
		margin-left: auto;
	}

	body.pc-layout-3 .section-7 .block-25,
	body.pc-layout-3 .section-7 .block-26 {
	    background-color: #d4cfc9;
	    margin: 0 -15px;
	    padding: 0 15px;
	}

	body.pc-layout-3 .section-7 .block-22 .product-item {
		margin-left: auto;
	}

}

@media (min-width: 576px) {

	body.pc-layout-3 .section-4 {
		background-image: linear-gradient(to right, #d4cfc9 50%,#fff 0%);
	}

}

@media (min-width: 992px) {

	body.pc-layout-3 .section-1 {
		background-image: linear-gradient(#d4cfc9 15%,#fff 0%);
	}

}

/* --------------------------------------------- */
/* ----- CUSTOM WOOCOMMERCE CONTENT BLOCKS ----- */
/* --------------------------------------------- */

/* GENRAL */
.woocommerce-loop-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	min-height: 400px;
}

@media (min-width: 576px) {

	.woocommerce-loop-block {
		min-height: 518px;
	}

}

@media (min-width: 768px) {

	.woocommerce-loop-block {
		min-height: 613px;
	}

}

@media (min-width: 992px) {

	.woocommerce-loop-block {
		min-height: 536px;
	}

}

@media (min-width: 1200px) {

	.woocommerce-loop-block {
		min-height: 625px;
	}

}

/* BLOCK - TEXT */
.woocommerce-loop-block.woocommerce-loop-block-text {
	border: 1px solid rgba(0,0,0,.1);
}

@media (max-width: 575.98px) {

	.woocommerce-loop-block.woocommerce-loop-block-text .btn {
		margin: 0 -1.5rem -1.5rem -1.5rem;
	}

}

/* BLOCK - IMAGE */
.woocommerce-loop-block.woocommerce-loop-block-image.image-with-border {
	border: 1px solid #000;
    padding: 1.5rem;
}

.woocommerce-loop-block.woocommerce-loop-block-image .cover-image-wrapper > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.woocommerce-loop-block.woocommerce-loop-block-image .block-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.woocommerce-loop-block.woocommerce-loop-block-image .block-image-overlay.text-top-right,
.woocommerce-loop-block.woocommerce-loop-block-image .block-image-overlay.text-bottom-right {
	text-align: right;
}

.woocommerce-loop-block.woocommerce-loop-block-image .block-image-overlay.text-bottom-left,
.woocommerce-loop-block.woocommerce-loop-block-image .block-image-overlay.text-bottom-right {
	justify-content: flex-end;
}

.woocommerce-loop-block.woocommerce-loop-block-image .block-image-overlay.text-bottom-left > :last-child,
.woocommerce-loop-block.woocommerce-loop-block-image .block-image-overlay.text-bottom-right > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* BLOCK - QUOTE */
.woocommerce-loop-block.woocommerce-loop-block-quote > * {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.woocommerce-loop-block.woocommerce-loop-block-quote > a {
	text-decoration: none;
}

.woocommerce-loop-block.woocommerce-loop-block-quote > a > * {
	margin-top: auto;
	margin-bottom: auto;
}

.woocommerce-loop-block.woocommerce-loop-block-quote.bg-light {
	border: 1px solid rgba(0,0,0,.1);
}

.woocommerce-loop-block.woocommerce-loop-block-quote.bg-light a,
.woocommerce-loop-block.woocommerce-loop-block-quote.bg-white a {
	color: #000;
}

/* BLOCK - VIDEO */
.woocommerce-loop-block.woocommerce-loop-block-video .video-container > video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 0;
}

.woocommerce-loop-block.woocommerce-loop-block-video .block-video-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

@media (max-width: 575.98px) {

	.woocommerce-loop-block.woocommerce-loop-block-video .btn {
		margin: 0 -1.5rem -1.5rem -1.5rem;
	}

}

/* BLOCK - CTA */
.woocommerce-loop-block.woocommerce-loop-block-cta .cover-image-wrapper > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.woocommerce-loop-block.woocommerce-loop-block-cta .block-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

@media (max-width: 575.98px) {

	.woocommerce-loop-block.woocommerce-loop-block-cta .btn {
		margin: 0 -1.5rem -1.5rem -1.5rem;
	}

}

/* BLOCK - REVIEW */
.woocommerce-loop-block.woocommerce-loop-block-review {
	border: 1px solid rgba(0,0,0,.1);
}

.woocommerce-loop-block.woocommerce-loop-block-review .review-stars {
	font-size: 1.25rem;
}

@media (max-width: 575.98px) {

	.woocommerce-loop-block.woocommerce-loop-block-review .btn {
		margin: 0 -1.5rem -1.5rem -1.5rem;
	}

}





