/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 2.0.0
Tested up to: 8.1
Requires PHP: 7.4
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 avenir */
@font-face {
	font-family: 'Avenir';
	src: local('Avenir Light'), local('Avenir-Light'),
		url('assets/fonts/Avenir-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: local('Avenir Roman'), local('Avenir-Roman'),
		url('assets/fonts/Avenir-Roman.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: local('Avenir Medium'), local('Avenir-Medium'),
		url('assets/fonts/Avenir-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: local('Avenir Heavy'), local('Avenir-Heavy'),
		url('assets/fonts/Avenir-Heavy.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

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

/* font industry */
@font-face {
	font-family: 'Industry';
	src: local('Industry Demi'), local('Industry-Demi'),
		url('assets/fonts/Industry-Demi.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Industry';
	src: local('Industry Medium'), local('Industry-Medium'),
		url('assets/fonts/Industry-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Industry';
	src: local('Industry Bold'), local('Industry-Bold'),
		url('assets/fonts/Industry-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Industry';
	src: local('Industry Black'), local('Industry-Black'),
		url('assets/fonts/Industry-Black.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}


:root {
	--height-wpadminbar: 0px;
	--container: 1170px;
	--height-header: 114px;
	--offset-top: 20px;
	--sticky-offset: -webkit-calc(var(--height-header) + var(--offset-top) + var(--height-wpadminbar));
	--sticky-offset: -moz-calc(var(--height-header) + var(--offset-top) + var(--height-wpadminbar));
	--sticky-offset: calc(var(--height-header) + var(--offset-top) + var(--height-wpadminbar));

	--text-xs: 12px;
	--text-sm: 14px;
	--text-base: 16px;
	--text-md: 18px;
	--text-lg: 20px;
	--text-xl: 24px;
	--text-2xl: 32px;
	--text-3xl: 36px;
	--text-4xl: 42px;
	--text-5xl: 50px;
	--text-6xl: 60px;
	--text-7xl: 75px;

	--lineheight-xs: 1;
	--lineheight-3s: 1.1333;
	--lineheight-2s: 1.1666;
	--lineheight-s: 1.2;
	--lineheight: 1.5;
	--lineheight-m: 1.625;
	--lineheight-l: 1.75;
	--lineheight-xl: 2;
	--lineheight-xxl: 2.5;

	--suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	--fontfamily-sans: 'Avenir', var(--suffix-family);
	--fontfamily-industry: 'Industry', var(--suffix-family);

	--padding-container: -webkit-calc((100% - var(--container)) / 2);

	--padding-container: -moz-calc((100% - var(--container)) / 2);

	--padding-container: calc((100% - var(--container)) / 2);
	--padding-pattern: -webkit-calc(((50vw - var(--container) / 2) * -1) );
	--padding-pattern: -moz-calc(((50vw - var(--container) / 2) * -1) );
	--padding-pattern: calc(((50vw - var(--container) / 2) * -1) );
	--padding-field: 0px 0px 9px;
	--padding-button: 8px 28px;

	--rounded-xs: 2px;
	--rounded-sm: 4px;
	--rounded: 6px;
	--rounded-md: 10px;
	--rounded-md-custom: 15px;
	--rounded-lg: 16px;
	--rounded-lg-custom: 20px;
	--rounded-xl: 24px;
	--rounded-full: 999999px;
	--rounded-none: none;

	--transparent: rgba(0, 0, 0, 0);
	--white: #fff;
	--white-50: rgba(255,255,255,0.5);
	--white-snow: #f9f9f9;
	--white-snow-second: #f8f8f9;
	--black: #000;
	--blue: #38bdf8;
	--blue-dark: #273647;
	--blue-dark-50: rgba(39, 54, 71, 0.5);
	--red-dark: #b12635;
	--red: #cf1f33;
	--yellow: #e8a31a;
	--green: #25d366;
	--green-500: #42B548;
	--green-600: #248229;
	--purple: #8b5cf6;
	--orange: #ee4d2d;
	--orange-dark: #d33717;
	--gray-200: #E2E2E2;
	--gray-300: #e5e7eb;
	--gray: #9ca3af;
	--gray-400: #9f9f9f;
	--gray-500: #6f6f6f;
	--gray-700: #4b5563;
	--gray-800: #3b494f;
	

	--shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	--shadow-secondary: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
	--shadow-third: 0 35px 50px 0  rgba(0, 0, 0, 0.08);
	--shadow-forth: 0 0 25px 0 rgba(0,0,0,0.1);
	--shadow-fifth: 0 0 60px 0 rgba(0,0,0,0.08);
	--shadow-sixth: 0 0 30px 0 rgba(0,0,0,0.08);

	--listing-column: 3;
	--listing-gap: 32px;
	--listing-gap-bottom: var(--listing-gap);

	--duration: .3s;
	--transition: background-color var(--duration), border-color var(--duration), color var(--duration), fill var(--duration), stroke var(--duration), opacity var(--duration), visibility var(--duration), box-shadow var(--duration), -webkit-box-shadow var(--duration), transform var(--duration), -webkit-transform var(--duration), filter var(--duration), backdrop-filter var(--duration);
}

@media all and (min-width: 1600px) {
	html:root {
		--height-header: 120px;
	}
}


@media all and (min-width: 1300px) and (max-width: 1599px) {
	html:root {
		--height-header: 100px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1599px) {
	html:root {
		--text-5xl: 40px;
		--text-6xl: 48px;
		--text-7xl: 54px;
	}
}

@media all and (max-width: 1299px) {
	html:root {
		--height-header: 100px;
		--height-wpadminbar: 0px;
		--container: 100%;
	}

	#wpadminbar {
		display: none;
	}
}

@media all and (min-width: 601px) and (max-width: 1299px) {
	html:root {
		--padding-container: 24px;
		--padding-pattern: -24px;
	}	
}

@media all and (max-width: 1024px) {
	html:root {
		--text-5xl: 32px;
		--text-6xl: 35px;
		--text-7xl: 45px;
	}
}

@media all and (max-width: 600px) {
	html:root {
		--padding-container: 16px;
		--padding-pattern: -16px;
	}	
}

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

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

*: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: var(--white);
	text-shadow: none;
	background-color: var(--black);
}

::selection {
	color: var(--white);
	text-shadow: none;
	background-color: var(--black);
}



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

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	-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);
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--black);
	line-height: normal;
	text-decoration: none;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	background-color: var(--white);
}

body {
	margin: 0;
	font-family: var(--fontfamily-sans);
	color: var(--gray-400);
	-moz-block-height: normal;
	line-height: var(--lineheight);
	font-size: var(--text-base);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: var(--transparent);
	word-break: break-word;
	background-color: var(--white);
}

html[lang] {
	width: 100%;
	overflow-x: hidden;
	margin-top: var(--height-wpadminbar) !important;
	behavior: smooth;
}

html.prevent-default {
    overflow-y: scroll;
    position: fixed;
    top: 0px;
}

.container {
	width: -webkit-calc(100% - 48px);
	width: -moz-calc(100% - 48px);
	width: calc(100% - 48px);
	max-width: var(--container);
	margin: 0 auto;
}

mark {
	padding: 2px 5px;
	color: inherit;
	background-color: var(--black);
}

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,
table+table,
table+ol,
table+ul,
ol+p,
ol+table,
ol+ol,
ol+ul,
ul+p,
ul+table,
ul+ol,
ul+ul {
	margin-top: 16px;
}

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

ul ul,
ul ol,
ol ol,
ol ul {
	margin-top: 10px;
}

li {
	width: 100%;
}

li+li {
	margin-top: 10px;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

a * {
	cursor: pointer;
	cursor: hand;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	line-height: var(--lineheight-s);
	color: var(--gray-800);
}

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

h3,
h4 {
	margin-bottom: 18px;
}

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

h1 {
	--lineheight-s: var(--lineheight-3s);
	font-size: var(--text-7xl);
}

h2 {
	--lineheight-s: var(--lineheight-2s);
	font-size: var(--text-6xl);
}

h3 {
	font-size: var(--text-2xl);
}

h4 {
	font-size: var(--text-xl);
}

h5 {
	font-size: var(--text-lg);
}

h6 {
	font-size: var(--text-md);
}

p a,
ul a,
ol a,
table a {
	color: var(--blue-dark);
}

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

strong,
b {
	font-weight: 700;
}

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

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

img[src*="jpg"],
img[src*="jpeg"] {
	background-color: var(--black);
}

::-webkit-input-placeholder {
	color: var(--gray-400);
	opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	color: var(--gray-400);
	opacity: 1;
}

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

input[type="color"],
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: var(--transparent);
}

input,
textarea,
select {
	width: 100%;
	padding: var(--padding-field);
	padding-right: 36px;
	border: none;
	border-bottom: solid 1px var(--gray-400);
	-webkit-border-radius: var(--rounded-none);
	   -moz-border-radius: var(--rounded-none);
	        border-radius: var(--rounded-none);
	font-family: var(--fontfamily-sans);
	font-size: var(--text-base);
	color: var(--black);
	caret-color: var(--black);
	word-break: normal;
	background: var(--transparent) 100% 2px/19px no-repeat;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

select {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	padding-right: 36px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	word-wrap: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: var(--white) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) -webkit-calc(100% - 16px) center/16px no-repeat;
	background: var(--white) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) -moz-calc(100% - 16px) center/16px no-repeat;
	background: var(--white) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) calc(100% - 16px) center/16px no-repeat;
	overflow: hidden;
}

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

select option {
	color: var(--black);
	background-color: var(--white);
}

select option[disabled] {
	display: none;
}

textarea {
	height: 72px;
	resize: none;
	overflow: auto;
}

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: var(--black);
}

textarea::-webkit-scrollbar {
	width: 7px;
	background-color: var(--black);
}

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: var(--black);
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
	border-color: var(--black);
	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"] {
	display: inline-block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	padding: 0;
	border: 1px solid var(--black);
	line-height: normal;
	background: var(--white) center/14px 10px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

input[type="checkbox"] {
	-webkit-border-radius: var(--rounded-none);
	   -moz-border-radius: var(--rounded-none);
	        border-radius: var(--rounded-none);
}

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

input[type="checkbox"]:hover,
input[type="checkbox"]:checked {
	border-color: var(--black);
}

input[type="radio"] {
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	-webkit-transition: border-color var(--transition);
	-o-transition: border-color var(--transition);
	-moz-transition: border-color var(--transition);
	transition: border-color var(--transition);
}

input[type="radio"]:checked {
	border-width: 6px;
	border-color: var(--black);
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: 0;
	padding: var(--padding-button);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	font-family: var(--fontfamily-sans);
	font-size: var(--text-base);
	-webkit-appearance: button;
	overflow: visible;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

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 {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

th,
td {
	padding: 6px;
	border: 1px solid var(--gray-700);
	vertical-align: middle;
}

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

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	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: 0;
	text-decoration: none;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}



/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
.wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
}

body>.site {
	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;
	width: 100%;
	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,
.tw-pagination,
.woocommerce-pagination .page-numbers {
	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;
	width: 100%;
	margin-top: 40px;
	margin-bottom: -10px;
}

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

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

.pagination .page-numbers.current,
.tw-pagination .page.current,
.woocommerce-pagination .page-numbers .page-numbers.current {
	color: var(--white);
	background-color: var(--yellow);
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination .page-numbers .page-numbers {
	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;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	font-size: 18px;
	color: var(--yellow);
	background-color: var(--transparent);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.pagination .page-numbers:not(:last-child),
.tw-pagination .page:not(:last-child),
.woocommerce-pagination .page-numbers li:not(:last-child) {
	margin-right: 10px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
	width: 30px;
	padding-bottom: 6px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	font-size: 30px;
	line-height: 1;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers .next:hover,
.woocommerce-pagination .page-numbers .prev:hover {
	color: var(--yellow);
	background-color: var(--transparent);
}



/* LISTING STYLE */
.listing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-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;
	min-width: 100%;
	margin: 0 -webkit-calc((var(--listing-gap) / 2) * -1) -webkit-calc(var(--listing-gap-bottom) * -1);
	margin: 0 -moz-calc((var(--listing-gap) / 2) * -1) -moz-calc(var(--listing-gap-bottom) * -1);
	margin: 0 calc((var(--listing-gap) / 2) * -1) calc(var(--listing-gap-bottom) * -1);
}

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

.listing>.listing-item {
	width: -webkit-calc(100% / var(--listing-column));
	width: -moz-calc(100% / var(--listing-column));
	width: calc(100% / var(--listing-column));
	padding: 0 -webkit-calc(var(--listing-gap) / 2);
	padding: 0 -moz-calc(var(--listing-gap) / 2);
	padding: 0 calc(var(--listing-gap) / 2);
	margin-bottom: var(--listing-gap-bottom);
}

.listing .listitem-wrapper {
	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;
}

.listing a.listitem-wrapper {
	cursor: pointer;
}

.listing .wpb_column {
	float: none;
}

.listing .thumbnail-item {
	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;
	overflow: hidden;
}

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

.listing.slick-slider {
	width: -webkit-calc(100% + var(--listing-gap));
	width: -moz-calc(100% + var(--listing-gap));
	width: calc(100% + var(--listing-gap));
	margin: 0 -webkit-calc((var(--listing-gap) / 2) * -1);
	margin: 0 -moz-calc((var(--listing-gap) / 2) * -1);
	margin: 0 calc((var(--listing-gap) / 2) * -1);
	overflow: hidden;
}

.listing.slick-slider .slick-list {
	overflow: visible;
}

.listing:not(.listing-product).slick-slider .slick-track {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.listing.slick-slider .slick-slide {
	height: auto;
}

.listing.slick-slider .listing-item.slick-slide {
	padding-left: -webkit-calc(var(--listing-gap) / 2);
	padding-left: -moz-calc(var(--listing-gap) / 2);
	padding-left: calc(var(--listing-gap) / 2);
	padding-right: -webkit-calc(var(--listing-gap) / 2);
	padding-right: -moz-calc(var(--listing-gap) / 2);
	padding-right: calc(var(--listing-gap) / 2);
}

@media all and (max-width: 1299px) {
	.listing.slick-slider {
		--listing-gap: var(--padding-container);
	}

	.listing.slick-slider {
		width: -webkit-calc(100% + (var(--padding-container) * 2));
		width: -moz-calc(100% + (var(--padding-container) * 2));
		width: calc(100% + (var(--padding-container) * 2));
		margin-right: -webkit-calc(var(--padding-container) * -1);
		margin-right: -moz-calc(var(--padding-container) * -1);
		margin-right: calc(var(--padding-container) * -1);
		margin-left: -webkit-calc(var(--padding-container) * -1);
		margin-left: -moz-calc(var(--padding-container) * -1);
		margin-left: calc(var(--padding-container) * -1);
		padding-right: -webkit-calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-right: -moz-calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-right: calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-left: -webkit-calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-left: -moz-calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-left: calc(var(--padding-container) - (var(--listing-gap) / 2));
	}
}

.whfilter-overview .listing {
	margin-bottom: 0;
}

@media all 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 {
	font-size: var(--text-xl);
}

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



/* RESET BUTTON / CTA */
.whbutton-wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.whbutton-wrapper:not(.whbutton-align--inline) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.whbutton-wrapper.whbutton-align--left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.whbutton-wrapper.whbutton-align--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.whbutton-wrapper.whbutton-align--right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton {
	padding: var(--padding-button);
	border: 1px solid var(--transparent);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.cta-whbutton {
	position: relative;
	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: 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 {
	color: inherit;
	font-size: var(--text-base);
	font-weight: 800;
}

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
	display: inline-block;
	width: 17px;
	min-width: 17px;
	height: 17px;
	min-height: 17px;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

.cta-whbutton .icon-cta {
	-o-object-fit: contain;
	object-fit: contain;
}

.whbutton-icon:not() .cta-whbutton::after {
	background: center/contain no-repeat;
}

/* DEFAULT SIZE ICON CIRCLE */
.whbutton-wrapper[class*="-circle"] .cta-whbutton .icon-cta {
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
}

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

[class*="whbutton-animate-"] .cta-whbutton .icon-cta--hover {
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

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

[class*="whbutton-fill"].whbutton-icon-left .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-left .cta-whbutton .icon-cta--hover {
	left: 30px;
}

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

[class*="whbutton-fill"].whbutton-icon-right .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-right .cta-whbutton .icon-cta--hover {
	right: 30px;
}

.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,
.whbutton-icon-left .cta-whbutton::after {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	   -moz-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-right: 10px;
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta,
.whbutton-animate-left .cta-whbutton:hover::after {
	-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,
.whbutton-animate-right .cta-whbutton:hover::after {
	-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,
.whbutton-animate-top .cta-whbutton:hover::after {
	-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,
.whbutton-animate-bottom .cta-whbutton:hover::after {
	-webkit-transform: translateY(3px);
	   -moz-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	     -o-transform: translateY(3px);
	        transform: translateY(3px);
}

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

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

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

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

.whbutton-color--black .cta-whbutton {
	color: var(--black);
}

.whbutton-color--white .cta-whbutton {
	color: var(--white);
}

.whbutton-color--gray-dark .cta-whbutton {
	color: var(--gray-800);
}

.whbutton-color--red-dark .cta-whbutton {
	color: var(--red-dark);
}

.whbutton-color--red .cta-whbutton {
	color: var(--red);
}

.whbutton-color--green .cta-whbutton {
	color: var(--green);
}

.whbutton-colorhvr--black .cta-whbutton:hover {
	color: var(--black);
}

.whbutton-colorhvr--white .cta-whbutton:hover {
	color: var(--white);
}

.whbutton-colorhvr--gray-dark .cta-whbutton:hover {
	color: var(--gray-dark);
}

.whbutton-colorhvr--red-dark .cta-whbutton:hover {
	color: var(--red-dark);
}

.whbutton-colorhvr--red .cta-whbutton:hover {
	color: var(--red);
}

.whbutton-fill--black .cta-whbutton {
	background-color: var(--black);
	border-color: var(--black);
}

.whbutton-fill--white .cta-whbutton {
	background-color: var(--white);
	border-color: var(--white);
}

.whbutton-fill--gray-dark .cta-whbutton {
	background-color: var(--gray-800);
	border-color: var(--gray-800);
}

.whbutton-fill--red .cta-whbutton {
	background-color: var(--red-dark);
	border-color: var(--red-dark);
}

.whbutton-fill--red-gradient .cta-whbutton,
.btn-laod-more,
.read-more.gradient {
	--padding-button: 9px 30px;
	position: relative;
	overflow: hidden;
	border: none;
}

.whbutton-fill--red-gradient .label-cta,
.btn-laod-more span,
.read-more.gradient span {
	position: relative;
	z-index: 2;
}

.whbutton-fill--red-gradient .cta-whbutton:before,
.whbutton-fill--red-gradient .cta-whbutton:after,
.btn-laod-more:before,
.btn-laod-more:after,
.read-more.gradient:before,
.read-more.gradient:after {
	--duration: .7s;
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.whbutton-fill--red-gradient .cta-whbutton:before,
.btn-laod-more:before,
.read-more.gradient:before {
	left: -100%;
	width: 100%;
	background: var(--red-dark);
	z-index: 1;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.whbutton-fill--red-gradient .cta-whbutton:after,
.btn-laod-more:after,
.read-more.gradient:after {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(var(--red-dark)), color-stop(240%, var(--yellow)));
	background: -webkit-linear-gradient(left, var(--red-dark) 0%, var(--yellow) 240%);
	background: -moz-linear-gradient(left, var(--red-dark) 0%, var(--yellow) 240%);
	background: -o-linear-gradient(left, var(--red-dark) 0%, var(--yellow) 240%);
	background: linear-gradient(to right, var(--red-dark) 0%, var(--yellow) 240%);
}

.whbutton-fill--red-gradient .cta-whbutton:hover:before,
.btn-laod-more:hover:before,
.read-more.gradient:hover:before {
	left: 0;
} 

.whbutton-outline--black .cta-whbutton {
	border-color: var(--black);
}

.whbutton-outline--gray-dark .cta-whbutton {
	border-color: var(--gray-800);
}

.whbutton-outline--white .cta-whbutton {
	border-color: var(--white);
}

/* hover wh button */
.whbutton-wrapper.whbutton-color--gray-dark.whbutton-outline--gray-dark .cta-whbutton:hover {
	color: var(--white);
	background-color: var(--gray-800);
}

.whbutton-wrapper.whbutton-color--white.whbutton-outline--white .cta-whbutton:hover {
	color: var(--red-dark);
	background-color: var(--white);
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	-ms-touch-action: none;
	    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}

/*Select2 ReadOnly End*/
.logo-groups {
	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-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;
}

.logo-groups .logo-group-item {
	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-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-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.logo-groups .image-logo-group {
	width: auto;
}

.logo-groups .image-logo-group,
.logo-groups .image-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.logo-label-wrapper:not(.slider) .logo-group-item:hover {
    -webkit-transform: translateY(-3px);
       -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px);
}

/* -----------------------------
		STYLING GENERAL
-------------------------------*/
.flex,
.row-flex,
.vc_row.row-flex,
.vc_row.vc_inner {
    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;
}

.vc_row.row-flex:before,
.vc_row.row-flex:after,
.vc_row.vc_inner:before,
.vc_row.vc_inner:after {
    display: none;
}

.flex.flex-column {
	-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;
}

.flex.items-center,
.row-flex.items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.vc_section.overflow-visible,
.vc_row.overflow-visible {
    overflow: visible !important;
}

section.vc_section {
    padding-top: 0 !important;
	margin: 0;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.vc_section[data-vc-full-width]:not(.section-no-padding) > .vc_row {
	margin-left: -15px;
	margin-right: -15px;
}

.vc_section[data-vc-full-width].section-no-padding > .vc_row {
	margin-left: 0;
	margin-right: 0
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.text-white *:not(span) {
    color: var(--white) !important;
}

.text-black *:not(span) {
    color: var(--black) !important;
}

/* font size */
.text-sm {
	font-size: var(--text-sm);
}

/* font-weight text */
.fw-regular * {
	font-weight: 400;
}

.fw-medium * {
	font-weight: 500;
}

.fw-semi-bold * {
	font-weight: 600;
}

.fw-bold * {
	font-weight: 700;
}

.fw-extra-bold * {
	font-weight: 800;
}

.fw-black * {
	font-weight: 900;
}

.wpb_text_column.title-medium p:first-child,
.wpb_text_column.title-medium p:first-child strong,
.wpb_text_column.title-large p:first-child,
.wpb_text_column.title-large p:first-child strong {
	color: var(--blue-dark);
	font-weight: 900;
	margin-bottom: 5px;
}

.wpb_text_column.title-medium p:first-child,
.wpb_text_column.title-medium p:first-child strong {
	font-size: var(--text-xl);
}

.wpb_text_column.title-large p:first-child,
.wpb_text_column.title-large p:first-child strong {
	font-size: var(--text-2xl);	
}

.wpb_text_column.title-medium p:first-child + p
.wpb_text_column.title-large p:first-child + p {
	margin-top: 0;
}

/* wpb_column auto */
.vc_row.row-auto-column>.wpb_column {
	width: auto;
}

/* nowrap */
.vc_row.row-nowrap {
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

/* btn */
.btn {
	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: var(--padding-button);
	border: 2px solid var(--transparent);
	font-family: var(--fontfamily-satoshi);
	font-weight: 700;
	font-size: var(--text-base);
	letter-spacing: -0.04em;
	color: var(--dark-green);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	line-height: var(--lineheight-s);
	text-align: center;
}

.btn.btn-full {
	width: 100%;
}

/* background */
.bg-cover {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.relative-2 {
	position: relative;
	z-index: 2;
}

.z-index-minus {
	position: relative;
	z-index: -1;
}

/* col same height */
.vc_row.col-same-height {
	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: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.vc_row.col-same-height > .wpb_column {
	min-height: 100%;
}

.vc_row.col-same-height .wpb_single_image,
.vc_row.col-same-height .wpb_single_image *, 
.vc_row.col-same-height > .wpb_column > .vc_column-inner,
.vc_row.col-same-height > .wpb_column > .vc_column-inner >.wpb_wrapper {
	height: 100%;
}

.vc_row.col-same-height > .wpb_column > .vc_column-inner >.wpb_wrapper {
	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;
}

.vc_row.col-same-height > .wpb_column .whbutton-wrapper {
	margin-top: auto;
}

.vc_section.section-listing-offset,
.vc_row.row-slider-offset {
	overflow: hidden;
}

.vc_row.row-slider-offset>.wpb_column {
    padding-left: var(--padding-container);
    padding-right:var(--padding-container);
}

.vc_row.row-no_inner {
    margin-left: 0;
    margin-right: 0;
}

.vc_row.row-no_inner > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
	-webkit-border-radius: var(--rounded-lg-custom);
	   -moz-border-radius: var(--rounded-lg-custom);
	        border-radius: var(--rounded-lg-custom);
			width: 100%;
}

.wpb_single_image.custom-media * {
	height: 319px;
}

/* scale hovered */
.wpb_single_image.hovered-scale img {
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.wpb_single_image.hovered-scale:hover img {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

/* ROW BUTTON */
.vc_row.row-button {
	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: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: -15px;
}

.vc_row.row-button > .wpb_column {
	width: auto;
	position: relative;
	z-index: 1;
}

.vc_row.row-button > .wpb_column > .vc_column-inner {
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
}

.vc_row.row-button.button-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* ICONS*/
.icons {
	display: inline-block;
	background: var(--transparent) center/contain no-repeat;
}

/* LIST*/
.list-no-bullet ul {
    padding-left: 0;
    list-style-type: none;
}

.list-flex ul {
    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: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-flex ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.list-flex ul li+li {
    margin-top: 0;
}

/* DOUBLE BUTTON */
.vc_row.row-double-button {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: -10px;
	margin-left: -20px;
	margin-right: -20px;
}

.vc_row.row-double-button > .wpb_column {
	width: auto;
}

.vc_row.row-double-button > .wpb_column > .vc_column-inner {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/* RESET STYLE SLICK */
.slick-slider {
	--position-arrow: 2px;
	--size-arrow: 22px;
	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;
	opacity: 1;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.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-dots {
	position: relative;
	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: 40px;
	padding: 0;
	margin-bottom: 1px;
}

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

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

.slick-dots button {
	position: relative;
	width: 20px;
	height: 20px;
	background: var(--transparent);
	font-size: 0;
	padding: 0;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: var(--size-arrow);
	height: var(--size-arrow);
	padding: 0;
	font-size: 0;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	     transform: translateY(-50%);
	background: var(--transparent) center/22px no-repeat;
	background-image: url(/wp-content/themes/whello/assets/images/icon-arrow-gray.svg);
}

.wrapper-nav-slider .slick-arrow {
	width: 22px;
	height: 22px;
	font-size: 0;
	padding: 0;
	background: url(/wp-content/themes/whello/assets/images/icon-arrow-gray.svg) center/22px no-repeat;
}

.custom-prev.slick-arrow {
	margin-right: 20px;
}

.custom-next.slick-arrow {
	margin-left: 20px;
	transform: scaleX(-1);
}

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

.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 {
	left: var(--position-arrow);
}

.slick-slider .slick-next.slick-arrow {
	right: var(--position-arrow);
}

.slick-slider .slick-next.slick-arrow {
	-webkit-transform: translateY(-50%) scale(-1);
	   -moz-transform: translateY(-50%) scale(-1);
	    -ms-transform: translateY(-50%) scale(-1);
	     -o-transform: translateY(-50%) scale(-1);
	        transform: translateY(-50%) scale(-1);
}

/* ----------------------------------
 	STYLING LINK HOVER UNDERLAND
 ----------------------------------- */
.link-underline-hover p a:after,
.link-underline-hover li a:after {
    content: "";
    border-bottom: 1px solid var(--transparent);
    border-color: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    transition: -webkit-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    -o-transition: -o-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    -moz-transition: transform var(--duration) cubic-bezier(.65, .05, .36, 1), -moz-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    transition: transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    transition: transform var(--duration) cubic-bezier(.65, .05, .36, 1), -webkit-transform var(--duration) cubic-bezier(.65, .05, .36, 1), -moz-transform var(--duration) cubic-bezier(.65, .05, .36, 1), -o-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
}

.link-underline-hover p a:hover:after,
.link-underline-hover li a:hover:after {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.link-underline-hover p a,
.link-underline-hover li a {
    position: relative;
    color: inherit;
}

.link-underline-hover li a:hover {
    color: inherit;
}

/* breadcrumb ---------------------- */
.site-breadcrumbs {
	--gap-top-breadcrumbs: 160px;
    font-size: var(--text-base);
	padding: 33px 0px 0px;
    position: relative;
    z-index: 2;
    color: var(--blue-dark-50);
	width: 100%;
	font-weight: 800;
}

.site.site-no-banner .site-breadcrumbs {
	padding-top: var(--gap-top-breadcrumbs);
}

.site-breadcrumbs.position-left .breadcrumb-wrapper {
	text-align: left;
}

.site-breadcrumbs.position-center .breadcrumb-wrapper {
	text-align: center;
}

.site-breadcrumbs.position-right .breadcrumb-wrapper {
	text-align: right;
}

.site-breadcrumbs .breadcrumb-wrapper .home>span,
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span {
    font-size: 0;
}

.site-breadcrumbs .breadcrumb-wrapper >span a:hover {
	color: var(--blue-dark);
} 

.site-breadcrumbs .breadcrumb-wrapper .home>span:after,
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span:after {
    content: '...';
    font-size: var(--text-base);
	display: inline-block;
	height: 22px;
}

.site-breadcrumbs i {
    display: inline-block;
    margin: 0 5px;
    font-style: normal;
}

.site-breadcrumbs .breadcrumb-wrapper>i:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) {
    display: none;
}

.breadcrumb-wrapper {
	line-height: 1;
}


/* loadmore --------------- */
.btn-load-more {
	--padding-button: 13px 23px;
	display: block;
	margin: 56px auto 0px;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	background-color: var(--baby-blue);
	color: var(--dark-green);
	font-size: var(--text-base);
	font-weight: 700;
	font-family: var(--fontfamily-satoshi);
	line-height: normal;
}

.btn-load-more:hover {
	background-color: var(--blue-light);
}

.read-more.gradient {
	padding: var(--padding-button);
	font-weight: 800;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	color: var(--white);
}

/* -----------------------
	SHARE POST
--------------------------*/
.share-post {
    position: relative;
    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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.share-post .share-item {
    width: auto;
}

.share-post .share-item:not(:last-child) {
    margin-right: 5px;
}

.text-clipboard {
    position: absolute;
    opacity: 0;
	z-index: -1;
	top: -70px;
}

.share-post {
	-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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 15px;
	padding: 20px 0;
	border-top: 1px solid rgba(159, 159, 159, 0.25);
	border-bottom: 1px solid rgba(159, 159, 159, 0.25);
}

.share-post .share-item+.share-item {
	margin-top: 10px;
}

.share-post .share-item a,
.share-post .share-item button {
	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;
}

.share-post .share-item a span,
.share-post .share-item button span {
	padding-left: 10px;
	color: var(--gray-400);
	font-weight: 800;
}

.share-post .share-item button {
    padding: 0;
}

.share-post .share-item img {
	position: relative;
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
	z-index: 2;
}

.title-share {
	font-family: var(--fontfamily-industry);
	font-weight: 700;
	background: -webkit-gradient(linear, right top, left top, from(var(--yellow)), color-stop(130%, var(--red-dark)));
	background: -webkit-linear-gradient(right, var(--yellow) 0%, var(--red-dark) 130%);
	background: -moz-linear-gradient(right, var(--yellow) 0%, var(--red-dark) 130%);
	background: -o-linear-gradient(right, var(--yellow) 0%, var(--red-dark) 130%);
	background: linear-gradient(-90deg, var(--yellow) 0%, var(--red-dark) 130%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 5px; 
}

.result-clipboard {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: auto;
    padding: 16px 20px;
    border: none;
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin: 0;
    opacity: 0;
    visibility: hidden;
    font-size: var(--text-sm);
    font-weight: 600;
    background-color: var(--white);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: var(--duration);
    -o-transition: var(--duration);
    -moz-transition: var(--duration);
    transition: var(--duration);
    pointer-events: none;
}

.result-clipboard {
    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;
}

.result-clipboard {
    border: 1px solid var(--gray-200);
    padding: 15px 20px;
}

.result-clipboard:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background: url(./assets/images/icon-copy.png);
}

.result-clipboard.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

/* maps */
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
	background-color: var(--transparent);
}

/* fancybox */
body .fancybox__container {
	top: var(--height-wpadminbar);
	z-index: 12;
}


.heading-search h1 {
	max-width: 870px;
}

.heading-search p {
	max-width: 770px;
}

.search-results h2 {
	margin-bottom: 30px;
}

.search-results + .search-results {
	margin-top: 40px;
}

/* ajaxloading */
.ajaxloading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    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: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    pointer-events: none;
}

.ajaxloading svg {
    width: 80px;
    height: 80px;
}


/* whfilter */
.whfilter-filter .meta-radio-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.wpb_text_column .whfilter_form {
	margin-bottom: 40px;
}

.filter-item {
	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;
}

.filter-item label[for="category_product_shop"],
.filter-item label[for="category_product_shop"] + .meta-input {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.filter-item label[for="category_product_shop"] + .meta-input {
	color: var(--gray-800);
	border: 1px solid var(--gray-800);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	padding: 9.5px 50px 9.5px 29px;
	font-weight: 900;
	background: var(--white) url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 7.85012C4.82075 7.85012 4.64155 7.78169 4.50492 7.64512L0.205141 3.3453C-0.0683805 3.07178 -0.0683805 2.62831 0.205141 2.3549C0.478552 2.08149 0.921933 2.08149 1.19548 2.3549L4.99997 6.15962L8.80449 2.35503C9.07801 2.08162 9.52135 2.08162 9.79474 2.35503C10.0684 2.62844 10.0684 3.07191 9.79474 3.34543L5.49503 7.64525C5.35832 7.78185 5.17913 7.85012 4.99997 7.85012Z' fill='%233B494F'/%3E%3C/svg%3E") -webkit-calc(100% - 30px) center / 10px no-repeat;
	background: var(--white) url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 7.85012C4.82075 7.85012 4.64155 7.78169 4.50492 7.64512L0.205141 3.3453C-0.0683805 3.07178 -0.0683805 2.62831 0.205141 2.3549C0.478552 2.08149 0.921933 2.08149 1.19548 2.3549L4.99997 6.15962L8.80449 2.35503C9.07801 2.08162 9.52135 2.08162 9.79474 2.35503C10.0684 2.62844 10.0684 3.07191 9.79474 3.34543L5.49503 7.64525C5.35832 7.78185 5.17913 7.85012 4.99997 7.85012Z' fill='%233B494F'/%3E%3C/svg%3E") -moz-calc(100% - 30px) center / 10px no-repeat;
	background: var(--white) url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 7.85012C4.82075 7.85012 4.64155 7.78169 4.50492 7.64512L0.205141 3.3453C-0.0683805 3.07178 -0.0683805 2.62831 0.205141 2.3549C0.478552 2.08149 0.921933 2.08149 1.19548 2.3549L4.99997 6.15962L8.80449 2.35503C9.07801 2.08162 9.52135 2.08162 9.79474 2.35503C10.0684 2.62844 10.0684 3.07191 9.79474 3.34543L5.49503 7.64525C5.35832 7.78185 5.17913 7.85012 4.99997 7.85012Z' fill='%233B494F'/%3E%3C/svg%3E") calc(100% - 30px) center / 10px no-repeat;
}

.filter-item label[for="category_product_shop"] + .meta-input:not(:hover) {
	background-color: var(--transparent);
}

.filter-item label[for="category_product_shop"] {
	margin-right: 15px;
	font-weight: 900;
}

.whfilter-filter .meta-radio-group label {
    position: relative;
    width: auto;
}

.whfilter-filter .meta-radio-group label input[type="radio"]+span {
    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: 7.5px 19.25px;
    background-color: var(--transparent);
    -webkit-border-radius: var(--rounded-full);
    -moz-border-radius: var(--rounded-full);
    border-radius: var(--rounded-full);
    font-size: var(--text-sm);
    line-height: normal;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
	color: var(--brown-600);
	border: 1px solid var(--brown-600);
}

.whfilter-filter .meta-radio-group label:hover input[type="radio"]+span,
.whfilter-filter .meta-radio-group label input[type="radio"]:checked+span {
    background-color: var(--brown-600);
	color: var(--white);
}

.whfilter-filter .meta-radio-group label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.whfilter-overview .info-results {
    display: none;
}