/*!
Theme Name: Akoestiek Label
Theme URI: http://underscores.me/
Author: Andika - Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whello
Tags: 

This theme, like WordPress, is icensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

@font-face {
	font-family: 'Helvetica';
	src: url('assets/fonts/Helvetica.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('assets/fonts/Helvetica-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Overpass';
	src: url('assets/fonts/Overpass-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Overpass';
	src: url('assets/fonts/Overpass-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Overpass';
	src: url('assets/fonts/Overpass-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Chivo';
	src: url('assets/fonts/Chivo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	text-shadow: rgba(0, 0, 0, 0) 0 0 1px;
	vertical-align: baseline;
	background-clip: border-box;
	word-break: break-word;
}

*:focus,
*:active,
*:visited,
*:hover {
	outline: 0
}

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

::-moz-selection {
	color: #fff;
	background-color: #365465;
	text-shadow: none
}

::selection {
	color: #fff;
	background-color: #365465;
	text-shadow: none
}



/* STYLE SCREEN READERS */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html,
body {
	width: 100%;
}

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #000;
	-moz-block-height: normal;
	line-height: 1.5;
	letter-spacing: -0.36px;
	font-size: 18px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	word-break: break-word;
}

mark {
	background-color: #ffd07b;
	color: inherit;
	padding: 2px 5px
}

article,
aside,
details,
figcaption,
figure,
label,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
	width: 100%;
}

p:empty {
	display: none;
}

p+p,
p+table,
p+ol,
p+ul,
table+p,
ol+p,
ul+p {
	margin-top: 16px;
}

ol,
ul {
	margin: 0;
	padding-left: 24px;
}

li {
	width: 100%;
}

li:not(:last-child) {
	margin-bottom: 10px;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

a * {
	cursor: pointer;
	cursor: hand
}

h1,
h2,
h3,
h4 {
	margin-bottom: 20px;
}

h5,
h6 {
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: bold;
	line-height: 1;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

p a,
ul a,
ol a,
table a {
	color: #21696a;
}

p a:hover,
ul a:hover,
ol a:hover,
table a:hover {
	color: #ffac00;
}

strong,
b {
	font-weight: 700;
}

img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	img {
		-webkit-mask-image: -webkit-radial-gradient(white, black);
	}
}

img[src*="jpg"],
img[src*="jpeg"] {
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: #365465;
	opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	color: #365465;
	opacity: 1;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=color],
input[type=date],
input[type=date],
input[type=datetime-local],
input[type=file],
input[type=hidden],
input[type=image],
input[type=month],
input[type=range] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

input[type="file"]::-ms-value,
input[type="file"]::-ms-browse {
	display: none;
}

button {
	background-color: rgba(0, 0, 0, 0);
}

input,
textarea,
select {
	width: 100%;
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	caret-color: #365465;
	border: solid 1px #e0e0e0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #fff;
	word-break: normal;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

input,
textarea,
select {
	width: 100%;
	background: #fff -webkit-calc(100% - 30px) 29px/20px no-repeat;
	background: #fff -moz-calc(100% - 30px) 29px/20px no-repeat;
	background: #fff calc(100% - 30px) 29px/20px no-repeat;
}

select {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	padding-right: 58px;
	word-wrap: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff url(assets/images/icon-arrow-chevronblack-down.svg) -webkit-calc(100% - 40px) center/16px no-repeat;
	background: #fff url(assets/images/icon-arrow-chevronblack-down.svg) -moz-calc(100% - 40px) center/16px no-repeat;
	background: #fff url(assets/images/icon-arrow-chevronblack-down.svg) calc(100% - 40px) center/16px no-repeat;
}

select::-ms-expand {
	display: none;
}

select option {
	background-color: #f2f6f7;
	color: #365465;
}

select option[disabled] {
	display: none;
}

textarea {
	height: 144px;
	resize: none;
	overflow: auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #365465;
}

textarea::-webkit-scrollbar {
	width: 7px;
	background-color: #365465;
}

textarea::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #365465;
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
	border-color: #21696a;
	outline: none;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
	cursor: pointer;
	opacity: 0;
}

input[type="range"] {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

input[type="range"]:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

input[type="date"] {
	background: url(assets/images/icon-calendar-grey.svg) -webkit-calc(100% - 24px) center/24px 26px no-repeat;
	background: url(assets/images/icon-calendar-grey.svg) -moz-calc(100% - 24px) center/24px 26px no-repeat;
	background: url(assets/images/icon-calendar-grey.svg) calc(100% - 24px) center/24px 26px no-repeat;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	padding: 0;
	line-height: normal;
	border: 1px solid #e4e4e4;
	cursor: pointer;
	background: center/14px 10px no-repeat;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

input[type="checkbox"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input[type="checkbox"]:checked {
	background-image: url(assets/images/icon-checkmark-darkgrey.svg);
}

input[type="checkbox"]:hover,
input[type="checkbox"]:checked {
	border-color: #0c80d7;
}

input[type="radio"] {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	-moz-transition: border-color .3s;
	transition: border-color .3s;
}

input[type="radio"]:checked {
	border-width: 6px;
	border-color: #0c80d7;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: 900;
	border: 0;
	overflow: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: button;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

button:not(:disabled),
input[type=submit]:not(:disabled),
input[type=reset]:not(:disabled),
input[type=button]:not(:disabled),
select {
	cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="color"] {
	-webkit-appearance: initial;
	-moz-appearance: initial;
	appearance: initial;
}

button,
select {
	text-transform: none
}

fieldset {
	min-width: 0;
	border: 0
}

progress {
	vertical-align: baseline
}

table {
	font-size: 14px;
	border-collapse: collapse;
	border-spacing: 0
}

th,
td {
	vertical-align: middle;
}

audio,
video {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dd {
	margin-left: 0
}

pre,
code,
kbd,
samp {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

svg {
	overflow: hidden;
	vertical-align: middle
}

[hidden] {
	display: none !important
}

abbr[title] {
	border-bottom: none;
	text-decoration: none;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}


/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
html[lang] {
	margin-top: 0 !important;
}

.wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
}

body>.site {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

body>.site>.site-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.vc_row>.wpb_column.vc_column_container>.vc_column-inner,
.wpb_row.vc_row.vc_row-has-fill>.wpb_column.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.prevent-scroll {
	overflow: hidden;
}

.vc_row.vc_row-has-fill {
	background: center/cover no-repeat;
}

.post-views {
	display: none !important;
}


/* PAGINATION STYLE */
.pagination-wrapper {
	width: 100%;
}

.pagination:empty,
.tw-pagination:empty,
.woocommerce-pagination ul.page-numbers:empty {
	display: none;
}

.pagination-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.pagination,
.tw-pagination,
.woocommerce-pagination ul.page-numbers {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: auto;
	height: 60px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 0 10px;
}

.woocommerce-pagination ul.page-numbers li,
.tw-pagination li {
	width: auto;
	list-style: none;
	margin-left: 0;
}

.tw-pagination .next,
.tw-pagination .prev {
	display: none;
}

.pagination .page-numbers.current,
.tw-pagination .page.current,
.woocommerce-pagination ul.page-numbers .page-numbers.current {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #1e5e5f;
	color: #fff;
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination ul.page-numbers .page-numbers {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.pagination a.page-numbers:hover,
.tw-pagination a.page:hover,
.woocommerce-pagination ul.page-numbers a.page-numbers:hover {
	color: #1e5e5f;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination ul.page-numbers .next,
.woocommerce-pagination ul.page-numbers .prev {
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
	background: #fff center/20px 18px no-repeat;
	font-size: 0;
}

.pagination .page-numbers.next,
.woocommerce-pagination ul.page-numbers .next {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	right: -30px;
	background-image: url(assets/images/icon-arrow-bowgreen-right.svg);
}

.pagination .page-numbers.prev,
.woocommerce-pagination ul.page-numbers .prev {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	left: -30px;
	background-image: url(assets/images/icon-arrow-bowgreen-left.svg);
}


/* LISTING STYLE */
.listing,
.listing .thumbnail-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.listing .listing-item,
.listing .wpb_column {
	position: relative;
}

.listing .listing-item {
	cursor: pointer;
}

.listing .wpb_column {
	float: none;
}

ul.listing li {
	list-style: none;
	margin-left: 0;
}

.vc_row.listing,
.vc_row.listing .vc_inner {
	margin: 0;
}

.vc_row.listing:before,
.vc_row.listing:after,
.vc_row.listing .vc_column-inner:before,
.vc_row.listing .vc_column-inner:after,
.vc_row.listing .vc_inner:before,
.vc_row.listing .vc_inner:after {
	display: none;
}

.vc_row.listing .wpb_column {
	float: none;
}

.vc_row.listing .wpb_column>.vc_column-inner {
	padding: 0;
}

@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
	.listing {
		width: -webkit-calc(100% + 1px);
		width: -moz-calc(100% + 1px);
		width: calc(100% + 1px);
	}
}

.vc_row.listing {
	width: 100%;
	margin: 0;
}

.vc_row.listing .vc_column-inner {
	padding: 0;
}

.site .listing[class*="lists-"] .listing-item:last-child,
.site .listing[class*="lists-"] .wpb_column:last-child {
	margin-right: 0;
}

.listing .title-listing,
.listing .content-item p,
.listing .wpb_text_column * {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/* RESET BUTTON / CTA */
.whbutton-wrapper {
	display: block;
}

.whbutton-alignment--inline {
	display: inline-block;
}

.whbutton-alignment--right {
	text-align: right;
}

.whbutton-alignment--left {
	text-align: left;
}

.whbutton-alignment--center {
	text-align: center;
}

[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton,
.button-group-banner a {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: 1px solid transparent;
}

.cta-whbutton,
.button-group-banner a {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}

.cta-whbutton .label-cta,
.button-group-banner a {
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 900;
	line-height: normal;
	letter-spacing: -0.36px;
	color: inherit;
}

.cta-whbutton .icon-cta {
	display: inline-block;
	width: 17px;
	height: 15px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, visibility .3s, -o-transform .3s;
	-moz-transition: transform .3s, opacity .3s, visibility .3s, -moz-transform .3s;
	transition: transform .3s, opacity .3s, visibility .3s;
	transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.whbutton-animate-bottom .cta-whbutton .icon-cta {
	width: 16px;
	height: 18px;
}

.cta-whbutton .icon-cta--hover {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	z-index: 2;
}

.whbutton-icon-left .cta-whbutton .icon-cta--hover {
	left: 0;
}

.whbutton-icon-right .cta-whbutton .icon-cta--hover {
	right: 0;
}

.cta-whbutton:hover .icon-cta--hover {
	opacity: 1;
}

.cta-whbutton .icon-cta--hover,
.cta-whbutton:hover .icon-cta--hover~.icon-cta--default {
	opacity: 0;
}

.whbutton-icon-left .cta-whbutton .icon-cta,
.whbutton-icon-right .cta-whbutton .label-cta {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-right: 14px;
}

[class*="whbutton-animate-"] .cta-whbutton .icon-cta {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta {
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	-o-transform: translateX(-3px);
	transform: translateX(-3px);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta {
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

.whbutton-color--black .cta-whbutton {
	color: #000;
}

.whbutton-color--green .cta-whbutton {
	color: #21696a;
}

.whbutton-color--white .cta-whbutton,
.button-group-banner a {
	color: #fff;
}

.whbutton-fill--black .cta-whbutton {
	background-color: #000;
	border-color: #000;
}

.whbutton-fill--green .cta-whbutton,
.button-group-banner .btn-banner-primary {
	background-color: #21696a;
	border-color: #21696a;
}

.whbutton-fill--white .cta-whbutton {
	background-color: #fff;
	border-color: #fff;
}

.whbutton-outline--black .cta-whbutton {
	border-color: #000;
}

.whbutton-outline--green .cta-whbutton {
	border-color: #21696a;
}

.whbutton-outline--white .cta-whbutton,
.button-group-banner .btn-banner-secondary {
	border-color: #fff;
}

div[class*=whbutton-fill-] .cta-whbutton,
div[class*=whbutton-outline-] .cta-whbutton,
.button-group-banner a {
	padding: 0 32px 0 36px;
}

.single-product div[class*=whbutton-fill-] .cta-whbutton,
.single-product div[class*=whbutton-outline-] .cta-whbutton {
	padding: 0 25px 0 29px;
}


/* CTA CUSTOM STYLE */
.whbutton-wrapper.cta-whatsapp .icon-cta {
	width: 33px;
	height: 33px;
}

.whbutton-wrapper.cta-whatsapp .label-cta {
	font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.whbutton-wrapper.btn-phone .icon-cta {
	width: 20px;
	height: 30px;
}

.whbutton-wrapper.btn-phone .label-cta {
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	font-size: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.whbutton-wrapper.btn-phone {
	margin-top: 9px;
}

.whbutton-wrapper.btn-phone .label-cta:hover {
	color: #21696a;
}


/* SELECT2 RESET */
@media all and (min-width: 1200px) {
	html[lang] {
		margin-top: 0 !important;
	}

	body.admin-bar {
		padding-top: 32px;
	}
}

select~.select2-container {
	max-width: 100%;
	width: 100%;
}

select~.select2 .selection {
	display: block;
}

select~.select2.select2-container.select2-container--default .select2-selection {
	height: auto;
	margin: 0;
	overflow: hidden;
	background: #fff url(assets/images/icon-arrow-chevronblack-down.svg) -webkit-calc(100% - 30px) center/17px no-repeat;
	background: #fff url(assets/images/icon-arrow-chevronblack-down.svg) -moz-calc(100% - 30px) center/17px no-repeat;
	background: #fff url(assets/images/icon-arrow-chevronblack-down.svg) calc(100% - 30px) center/17px no-repeat;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: solid 1px #e0e0e0;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

select~.select2 .select2-selection .select2-selection__rendered {
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	padding: 0;
	margin: 0;
}

select~.select2 .select2-selection .select2-selection__arrow {
	display: none;
}

.select2-container--default {
	min-width: 100%;
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.select2-container.select2-container--default>.select2-dropdown {
	overflow: hidden;
	top: 4px;
	-webkit-box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
	-moz-box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
	box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.select2-container--default .select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results .select2-results__options[role="listbox"] {
	max-height: 250px;
}

.select2-container--default .select2-results .select2-results__option {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	padding: 12px 24px;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true],
.select2-container.select2-container--default .select2-results__option[data-selected=true],
.select2-container.select2-container--default .select2-results .select2-results__option.select2-results__option--highlighted,
.select2-container.select2-container--default .select2-results .select2-results__option[aria-selected="true"] {
	background-color: rgb(9 70 95 / 5%);
	color: #4f4f4f;
}

.select2-selection__rendered li:before {
	display: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	width: auto;
	color: #4f4f4f;
	background: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	padding-left: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	height: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px !important;
	color: #4f4f4f !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline !important;
	list-style: none;
	padding: 0;
}

select~.select2.select2-container.select2-container--default span.select2-selection.select2-selection--multiple {
	padding-left: 15px;
}


/* GRAVITY FORM RESET */
.gform_wrapper ul,
.gform_wrapper ol {
	list-style: none;
	padding-left: 0;
}

.gform_fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.gform_fields .gfield {
    position: relative;
}

.gform_fields .gfield {
	width: 100%;
	margin-bottom: 20px;
}

.gfield .gfield_label {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.gfield_checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gfield_checkbox li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.gfield_checkbox label {
	display: inline-block;
	width: auto;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.24px;
	cursor: pointer;
}

/*.gfield_label .gfield_required,*/
.gfield .gfield_description.validation_message,
.gfield.hidden_label .gfield_label,
.ginput_container_consent .gfield_required {
	display: none;
}

/* .gfield input.LV_invalid_field,
.gfield select.LV_invalid_field,
.gfield textarea.LV_invalid_field,
.gfield.gfield_error input[aria-invalid="true"] {
	border-color: #f35926;
} */

.gfield input.LV_invalid_field,
.gfield textarea.LV_invalid_field {
	background-image: url(assets/images/icon-errormarkcircle-red.svg);
}

/* .gfield input.LV_valid_field,
.gfield select.LV_valid_field,
.gfield textarea.LV_valid_field {
	border-color: #07cd6b;
} */

.gfield input.LV_valid_field,
.gfield textarea.LV_valid_field {
	background-image: url(assets/images/icon-checkmarkcircle-green.svg);
}

.gform_wrapper .gform_footer {
	margin-top: 10px;
}

.gform_wrapper .gform_button {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #21696a;
	border: 1px solid #21696a;
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	color: #fff;
	padding: 14px 30px 14px 36px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gform_wrapper .gform_button:after {
	content: '';
	min-width: 17px;
	min-height: 15px;
	background: url(assets/images/icon-arrow-bowwhite-right.svg) center right/contain no-repeat;
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 16px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.gform_wrapper .gform_button:hover:after {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}

.gform_wrapper .validation_error {
	display: none;
	padding: 10px 16px;
	margin-bottom: 10px;
	background-color: #ffdada;
	font-size: 14px;
}

.gform_fileupload_rules {
	display: none;
}

.gfield input[type="file"] {
	position: relative;
	z-index: 2;
	background-color: transparent;
    color: #000;
	overflow: hidden;
}

.gfield input[type="file"]::-webkit-file-upload-button {
	position: absolute;
	top: 50%;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	height: 100%;
	border: none;
	background-color: #21696a;
	font-weight: bold;
	color: #fff;
}

.ginput_container_fileupload+.gfield_description {
    position: absolute;
	top: calc(50% + 15px);
	transform: translateY(-50%);
	z-index: 1;
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

@media all and (min-width: 601px) {
	.ginput_container_fileupload+.gfield_description {
		left: 42px;
	}
	
	.col-form-contactfooter .gform_wrapper .gform_button {
		width: 280px;
	}
}

@media all and (max-width: 600px) {
	.ginput_container_fileupload+.gfield_description {
		left: 24px;
	}
	
	.col-form-contactfooter .gform_wrapper .gform_button {
		width: 100%;
	}
}


/* RESET SLICK JS */
.slick-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.slick-slider .slick-slide {
	float: none;
}

.slick-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.slick-slider .slick-dots {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 30px;
	padding: 0;
}

.slick-slider .slick-dots li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin-bottom: 0;
}

.slick-slider .slick-dots li:not(:last-child) {
	margin-right: 5px;
}

.slick-slider .slick-dots button {
	width: 15px;
	height: 15px;
	border: 1px solid rgba(33, 105, 106, 0.5);
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.slick-slider .slick-dots button:hover {
	border-color: #21696a;
}

.slick-dots .slick-active button {
	background-color: #21696a;
	border-color: #21696a;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 40px;
	height: 40px;
	font-size: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #21696a center/12px 20px no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.slick-slider.slick-dotted .slick-arrow {
	top: -webkit-calc(50% - 20px);
	top: -moz-calc(50% - 20px);
	top: calc(50% - 20px);
}

.slick-slider .slick-prev.slick-arrow {
	background-image: url(assets/images/icon-arrow-chevronwhite-left.svg);
}

.slick-slider .slick-next.slick-arrow {
	background-image: url(assets/images/icon-arrow-chevronwhite-right.svg);
}

.slick-slider .slick-arrow.slick-disabled,
.slick-slider.slick-vertical button.slick-arrow.slick-disabled {
	opacity: 0.4;
}

.products.slick-slider .slick-arrow.slick-disabled,
.listing-ruimte.slick-slider .slick-arrow.slick-disabled {
	opacity: 0;
}

.slick-slider.slick-vertical .slick-track {
	display: block;
}

.slick-slider.slick-vertical .slick-slide {
	border: none;
}

.slick-slider.slick-vertical button.slick-arrow {
	left: 50%;
}

.slick-slider.slick-vertical .slick-arrow.slick-prev {
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(assets/images/icon-arrow-chevronwhite-up.svg);
}

.slick-slider.slick-vertical .slick-arrow.slick-next {
	top: auto;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	background-image: url(assets/images/icon-arrow-chevronwhite-down.svg);
}

@media all and (min-width: 1200px) {
	.slick-slider .slick-prev.slick-arrow {
		left: -20px;
	}

	.listing-testimonial.slick-slider .slick-prev.slick-arrow {
		left: -60px;
	}

	.slick-slider .slick-next.slick-arrow {
		right: -20px;
	}

	.listing-testimonial.slick-slider .slick-next.slick-arrow {
		right: -60px;
	}
}

@media all and (max-width: 1199px) {
	.slick-slider .slick-prev.slick-arrow {
		left: 0;
	}

	.slick-slider .slick-next.slick-arrow {
		right: 0;
	}

	.slick-slider .slick-arrow.slick-disabled {
		opacity: 0;
	}
}


/* LIST BULLET STYLE */
.list-bullet-greencheck ul,
.list-bullet-greencheck ol,
.list-bullet-greencheck {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-left: 0;
}

.list-bullet-greencheck ul,
.list-bullet-greencheck ol {
	margin-bottom: -10px;
}

.list-bullet-greencheck li {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	letter-spacing: -0.28px;
	list-style: none;
}

.list-bullet-greencheck li {
	width: auto;
	margin-bottom: 10px;
}

.list-bullet-greencheck li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: center/contain no-repeat rgba(0, 0, 0, 0);
}

.list-bullet-greencheck li:not(:last-child) {
	margin-right: 30px;
}

.list-bullet-greencheck li:before {
	background-image: url(assets/images/icon-checkmark-fillgreen.svg);
}



/* GLOBAL WOO */
#btn-popup-brochure,
.woocommerce form .button,
.woocommerce .product a.button,
#add_payment_method .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .woocommerce .wc-proceed-to-checkout a.checkout-button {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #21696a;
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.36px;
	text-align: left;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce form .button:after,
.woocommerce .product a.button:after,
#add_payment_method .woocommerce .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-checkout .woocommerce .wc-proceed-to-checkout a.checkout-button:after {
	content: '';
	min-width: 17px;
	min-height: 15px;
	background: url(/wp-content/uploads/2021/11/icon-arrow-bowwhite-right.svg) center right/contain no-repeat;
	display: inline-block;
	margin-left: 25px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.woocommerce .product .button:after,
.woocommerce .product a.button:after {
	min-width: 20px;
	min-height: 23px;
	background: url(/wp-content/uploads/2021/11/icon-cartwhite.svg) center right/contain no-repeat;
}

.woocommerce form .button:hover:after,
.woocommerce .product a.button:hover:after,
#add_payment_method .woocommerce .wc-proceed-to-checkout a.checkout-button:hover:after,
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover:after,
.woocommerce-checkout .woocommerce .wc-proceed-to-checkout a.checkout-button:hover:after {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}

.price del .woocommerce-Price-amount {
	position: relative;
}

.price del .woocommerce-Price-amount:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-10deg) translate(-48%, -9px);
	-moz-transform: rotate(-10deg) translate(-48%, -9px);
	-ms-transform: rotate(-10deg) translate(-48%, -9px);
	-o-transform: rotate(-10deg) translate(-48%, -9px);
	transform: rotate(-10deg) translate(-48%, -9px);
}


/* LOADER STYLE */
.yith-infs-loader {
	margin: 50px 0 0;
}

.yith-infs-loader img {
	display: none;
}

.ajaxloading {
	position: fixed;
	z-index: 14;
}

.blockUI.blockOverlay,
.ajaxloading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: wait;
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .8);
}

.woocommerce-mini-cart .blockUI.blockOverlay {
	opacity: 1 !important;
	background-color: rgba(255, 255, 255, .8) !important;
}

.yith-infs-loader:before,
.blockUI.blockOverlay:before,
.ajaxloading:before {
	content: " ";
	display: block;
	min-width: 30px;
	min-height: 30px;
	background: url("data:image/svg+xml;utf8,<svg width='256' height='256' viewBox='0 0 256 256' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M218.504 37.4962C194.34 13.332 162.163 0 128 0C93.8368 0 61.6605 13.332 37.4962 37.4962C13.332 61.6605 0 93.8368 0 128C0 162.163 13.332 194.34 37.4962 218.504C61.6605 242.668 93.8368 256 128 256C162.163 256 194.34 242.668 218.504 218.504C242.668 194.34 256 162.163 256 128C256 93.8368 242.668 61.6605 218.504 37.4962ZM206.325 128C206.325 171.201 171.201 206.325 128 206.325C84.7992 206.325 49.6745 171.201 49.6745 128C49.6745 84.7992 84.7992 49.6745 128 49.6745C171.201 49.6745 206.325 84.7992 206.325 128ZM210.299 45.7006C212.479 47.8798 214.53 50.0591 216.453 52.3666L197.673 71.1467C181.136 50.9564 156.074 38.009 128 38.009C125.052 38.009 122.167 38.1372 119.283 38.4577V11.986C122.167 11.7937 125.052 11.6655 128 11.6655C159.087 11.6655 188.314 23.7156 210.299 45.7006Z' fill='%2348a079'/></svg>") center/contain no-repeat;
	-webkit-animation: rotate-center 0.6s infinite linear both;
	-moz-animation: rotate-center 0.6s infinite linear both;
	-o-animation: rotate-center 0.6s infinite linear both;
	animation: rotate-center 0.6s infinite linear both;
}

.yith-infs-loader:after {
	content: "Meer laden...";
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/* ------------------------------------
			woocommerce product compare
---------------------------------------*/
.woocommerce-products-compare-compare-button {
	margin: 1em 0
}

.woocommerce-products-compare-compare-button .dashicons-external {
	top: -2px;
	position: relative
}

.woocommerce-products-compare-content {
	overflow-x: auto
}

.woocommerce-products-compare-content table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0
}

.woocommerce-products-compare-content table td,
.woocommerce-products-compare-content table th {
	padding: .6em 10px;
	vertical-align: top;
	border-left: 1px dotted #ccc
}

.woocommerce-products-compare-content table td:first-child,
.woocommerce-products-compare-content table th:first-child {
	border-left: 0
}

.woocommerce-products-compare-content table thead tr:hover {
	background-color: #f3fcdf
}

.woocommerce-products-compare-content table thead tr:first-child {
	border-bottom: 1px solid #ccc
}

.woocommerce-products-compare-content table thead tr:first-child:hover {
	background-color: #fff
}

.woocommerce-products-compare-content table thead td,
.woocommerce-products-compare-content table thead th {
	text-align: center;
	vertical-align: middle
}

.woocommerce-products-compare-content table thead td:first-child,
.woocommerce-products-compare-content table thead th:first-child {
	text-align: left
}

.woocommerce-products-compare-content table thead .products.ratings-row td,
.woocommerce-products-compare-content table thead .products.ratings-row th {
	border-bottom: 1px solid #ccc
}

.woocommerce-products-compare-content table thead .products.ratings-row td .star-rating,
.woocommerce-products-compare-content table thead .products.ratings-row th .star-rating {
	display: inline-block
}

.woocommerce-products-compare-content table thead .products.price-row td .price,
.woocommerce-products-compare-content table thead .products.price-row th .price {
	margin-bottom: 0
}

.woocommerce-products-compare-content table tbody tr {
	border-top: 1px solid #ccc
}

.woocommerce-products-compare-content table tbody tr th {
	font-weight: 700
}

.woocommerce-products-compare-content table tbody tr td {
	line-height: 1.4em
}

.woocommerce-products-compare-content table tbody tr:nth-child(odd) {
	background-color: #f5f5f5
}

.woocommerce-products-compare-content table tbody tr:first-child td,
.woocommerce-products-compare-content table tbody tr:first-child th {
	border-top: 1px solid #ccc
}

.woocommerce-products-compare-content table tbody tr:last-child td,
.woocommerce-products-compare-content table tbody tr:last-child th {
	border-bottom: 1px solid #ccc
}

.woocommerce-products-compare-content table tbody tr:hover {
	background-color: #f3fcdf
}

.woocommerce-products-compare-content table tfoot td,
.woocommerce-products-compare-content table tfoot th {
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #ccc
}

.woocommerce-products-compare-content table tfoot td:first-child,
.woocommerce-products-compare-content table tfoot th:first-child {
	text-align: left
}

.woocommerce-products-compare-content h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em
}

.woocommerce-products-compare-content .product a {
	text-decoration: none
}

.woocommerce-products-compare-content .product a.product-link {
	position: relative;
	display: block
}

.woocommerce-products-compare-content .product a.product-link img {
	margin: 0 auto 20px auto;
	width: 100%
}

.woocommerce-products-compare-content .product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -6px -5px 0 0
}

.woocommerce-products-compare-content .price {
	color: #85ad74;
	display: block;
	font-weight: 400;
	margin-bottom: .5em
}

.woocommerce-products-compare-content .price ins {
	background: 0 0
}

.woocommerce-products-compare-content .price del {
	font-size: .67em;
	color: rgba(145, 145, 145, .5);
	margin: -2px 0 0 0
}

.woocommerce-products-compare-content .remove-compare-product {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #999;
	font-size: .8em;
	margin-bottom: 1.5em;
	border: 0;
	outline: 0
}

.woocommerce-products-compare-content .remove-compare-product:hover {
	color: #000
}

.woocommerce-products-compare-content .attachment-shop_catalog {
	margin-bottom: 1.5em;
	display: block
}

.woocommerce-products-compare-content p.return-to-shop {
	margin: 20px 0
}

.woocommerce-products-compare-content span.stock-status {
	display: block;
	text-align: center
}

.woocommerce-products-compare-content span.stock-status.out-of-stock {
	color: maroon
}

.woocommerce-products-compare-content span.stock-status.in-stock {
	color: #77a464
}

.woocommerce-products-compare-widget ul li {
	margin: 1.5em 0
}

.woocommerce-products-compare-widget ul li img {
	float: right;
	width: 34px;
	margin-left: 3em
}

.woocommerce-products-compare-widget ul li a {
	display: block
}

.woocommerce-products-compare-widget ul li a.remove-compare-product {
	font-size: .8em;
	text-decoration: none;
	border: 0;
	outline: 0;
	opacity: 0;
	transition: opacity .25s ease-in-out
}

.woocommerce-products-compare-widget ul li h3 {
	display: inline;
	color: #666
}

.woocommerce-products-compare-widget ul li::after {
	content: "";
	clear: both
}

.woocommerce-products-compare-widget ul li:hover a.remove-compare-product {
	opacity: 1
}

.woocommerce-products-compare-widget .woocommerce-products-compare-remove-all-products {
	padding-bottom: 10px;
	display: inline-block
}