/**
 * Ecoteers - Wordpress theme
 *
 * @authors   Tom Morskieft <ecoteers.nl>
 * @version   1.0
 * @generated 2023-02-20
 * @copyright (c) 2023 Ecoteers
 * @license   All Rights Reserved
 */



/* Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

/* Globals
   ========================================================================== */

:root {

	/** Gutters **/

	--gutter-lg: 15px;
	--gutter-sm: 7.5px;

	/** Container **/

	--container: 1320px;

	/** Colors **/

	--color-0: #FFFFFF;
	--color-1: #000000;

	/** Heading **/

	--heading-0: 2rem;
	--heading-1: 2.25rem;
	--heading-2: 2.75rem;

	/** Sizes **/

	--size-0: .75rem;
	--size-1: .875rem;
	--size-2: 1rem;
	--size-3: 1.125rem;
	--size-4: 1.25rem;
	--size-5: 1.375rem;
	--size-6: 1.5rem;

	/** Line **/

	--line-0: 1.75rem;
	--line-1: 2rem;
	--line-2: 3rem;

	/** Weight **/

	--weight-0: 400;
	--weight-1: 500;
	--weight-2: 600;
	--weight-3: 700;

}

* {
	padding: 0;
	margin: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body {
	font-family: 'Open Sans', sans-serif;
	line-height: var(--line-0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

iframe {
	max-width: 100%;
	border: 0;
}

figure {
	margin: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	vertical-align: top;
	text-align: left;
	padding: 15px 0;
}

a,
a:before,
a:after,
button,
[type="submit"],
[type="button"] {
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
	text-decoration: none;
}

[type="submit"],
[type="button"],
button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

[type="text"],
[type="tel"],
[type="email"],
[type="search"],
[type="password"],
textarea {
	font-size: 14px;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	width: 35px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: var(--size-4);
}

/* Container
   ========================================================================== */

.container {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0 var(--gutter-lg);
	max-width: var(--container);
	margin: auto;
}

/* Row
   ========================================================================== */

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/* Alignments
   ========================================================================== */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
	clear: both;
}

/* Position spacers
   ========================================================================== */

.top-1 {
	top: 1px;
}

.top-2 {
	top: 2px;
}

.top-3 {
	top: 3px;
}

.top-4 {
	top: 4px;
}

.top-5 {
	top: 5px;
}

.top-6 {
	top: 6px;
}

.top-7 {
	top: 7px;
}

.top-8 {
	top: 8px;
}

.top-9 {
	top: 9px;
}

.top-10 {
	top: 10px;
}

.top-11 {
	top: 11px;
}

.top-12 {
	top: 12px;
}

.top-13 {
	top: 13px;
}

.top-14 {
	top: 14px;
}

.top-15 {
	top: 15px;
}

.top-20 {
	top: 20px;
}

/* Spacers padding top
   ========================================================================== */

.pt-1 {
	padding-top: 1px;
}

.pt-2 {
	padding-top: 2px;
}

.pt-3 {
	padding-top: 3px;
}

.pt-4 {
	padding-top: 4px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-6 {
	padding-top: 6px;
}

.pt-7 {
	padding-top: 7px;
}

.pt-8 {
	padding-top: 8px;
}

.pt-9 {
	padding-top: 9px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-11 {
	padding-top: 11px;
}

.pt-12 {
	padding-top: 12px;
}

.pt-13 {
	padding-top: 13px;
}

.pt-14 {
	padding-top: 14px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-250 {
	padding-top: 250px;
}

.pt-300 {
	padding-top: 300px;
}

@media (max-width: 992px) {

	.pt-md-0 {
		padding-top: 0;
	}

	.pt-md-1 {
		padding-top: 1px;
	}

	.pt-md-2 {
		padding-top: 2px;
	}

	.pt-md-3 {
		padding-top: 3px;
	}

	.pt-md-4 {
		padding-top: 4px;
	}

	.pt-md-5 {
		padding-top: 5px;
	}

	.pt-md-10 {
		padding-top: 10px;
	}

	.pt-md-15 {
		padding-top: 15px;
	}

	.pt-md-20 {
		padding-top: 20px;
	}

	.pt-md-25 {
		padding-top: 25px;
	}

	.pt-md-30 {
		padding-top: 30px;
	}

	.pt-md-40 {
		padding-top: 40px;
	}

	.pt-md-50 {
		padding-top: 50px;
	}

	.pt-md-75 {
		padding-top: 75px;
	}

	.pt-md-100 {
		padding-top: 100px;
	}

	.pt-md-125 {
		padding-top: 125px;
	}

	.pt-md-150 {
		padding-top: 150px;
	}

	.pt-md-200 {
		padding-top: 200px;
	}

	.pt-md-250 {
		padding-top: 250px;
	}

	.pt-md-300 {
		padding-top: 300px;
	}

}

@media (max-width: 767px) {

	.pt-sm-0 {
		padding-top: 0;
	}

	.pt-sm-1 {
		padding-top: 1px;
	}

	.pt-sm-2 {
		padding-top: 2px;
	}

	.pt-sm-3 {
		padding-top: 3px;
	}

	.pt-sm-4 {
		padding-top: 4px;
	}

	.pt-sm-5 {
		padding-top: 5px;
	}

	.pt-sm-10 {
		padding-top: 10px;
	}

	.pt-sm-15 {
		padding-top: 15px;
	}

	.pt-sm-20 {
		padding-top: 20px;
	}

	.pt-sm-25 {
		padding-top: 25px;
	}

	.pt-sm-30 {
		padding-top: 30px;
	}

	.pt-sm-40 {
		padding-top: 40px;
	}

	.pt-sm-50 {
		padding-top: 50px;
	}

	.pt-sm-75 {
		padding-top: 75px;
	}

	.pt-sm-100 {
		padding-top: 100px;
	}

	.pt-sm-125 {
		padding-top: 125px;
	}

	.pt-sm-150 {
		padding-top: 150px;
	}

	.pt-sm-200 {
		padding-top: 200px;
	}

	.pt-sm-250 {
		padding-top: 250px;
	}

	.pt-sm-300 {
		padding-top: 300px;
	}

}

@media (max-width: 499px) {

	.pt-xs-0 {
		padding-top: 0;
	}

	.pt-xs-1 {
		padding-top: 1px;
	}

	.pt-xs-2 {
		padding-top: 2px;
	}

	.pt-xs-3 {
		padding-top: 3px;
	}

	.pt-xs-4 {
		padding-top: 4px;
	}

	.pt-xs-5 {
		padding-top: 5px;
	}

	.pt-xs-10 {
		padding-top: 10px;
	}

	.pt-xs-15 {
		padding-top: 15px;
	}

	.pt-xs-20 {
		padding-top: 20px;
	}

	.pt-xs-25 {
		padding-top: 25px;
	}

	.pt-xs-30 {
		padding-top: 30px;
	}

	.pt-xs-40 {
		padding-top: 40px;
	}

	.pt-xs-50 {
		padding-top: 50px;
	}

	.pt-xs-75 {
		padding-top: 75px;
	}

	.pt-xs-100 {
		padding-top: 100px;
	}

	.pt-xs-125 {
		padding-top: 125px;
	}

	.pt-xs-150 {
		padding-top: 150px;
	}

	.pt-xs-200 {
		padding-top: 200px;
	}

	.pt-xs-250 {
		padding-top: 250px;
	}

	.pt-xs-300 {
		padding-top: 300px;
	}

}

/* Spacers padding bottom
   ========================================================================== */

.pb-1 {
	padding-bottom: 1px;
}

.pb-2 {
	padding-bottom: 2px;
}

.pb-3 {
	padding-bottom: 3px;
}

.pb-4 {
	padding-bottom: 4px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pb-300 {
	padding-bottom: 300px;
}

@media (max-width: 992px) {

	.pb-md-0 {
		padding-bottom: 0;
	}

	.pb-md-1 {
		padding-bottom: 1px;
	}

	.pb-md-2 {
		padding-bottom: 2px;
	}

	.pb-md-3 {
		padding-bottom: 3px;
	}

	.pb-md-4 {
		padding-bottom: 4px;
	}

	.pb-md-5 {
		padding-bottom: 5px;
	}

	.pb-md-10 {
		padding-bottom: 10px;
	}

	.pb-md-15 {
		padding-bottom: 15px;
	}

	.pb-md-20 {
		padding-bottom: 20px;
	}

	.pb-md-25 {
		padding-bottom: 25px;
	}

	.pb-md-30 {
		padding-bottom: 30px;
	}

	.pb-md-40 {
		padding-bottom: 40px;
	}

	.pb-md-50 {
		padding-bottom: 50px;
	}

	.pb-md-75 {
		padding-bottom: 75px;
	}

	.pb-md-100 {
		padding-bottom: 100px;
	}

	.pb-md-125 {
		padding-bottom: 125px;
	}

	.pb-md-150 {
		padding-bottom: 150px;
	}

	.pb-md-200 {
		padding-bottom: 200px;
	}

	.pb-md-250 {
		padding-bottom: 250px;
	}

	.pb-md-300 {
		padding-bottom: 300px;
	}

}

@media (max-width: 767px) {

	.pb-sm-0 {
		padding-bottom: 0;
	}

	.pb-sm-1 {
		padding-bottom: 1px;
	}

	.pb-sm-2 {
		padding-bottom: 2px;
	}

	.pb-sm-3 {
		padding-bottom: 3px;
	}

	.pb-sm-4 {
		padding-bottom: 4px;
	}

	.pb-sm-5 {
		padding-bottom: 5px;
	}

	.pb-sm-10 {
		padding-bottom: 10px;
	}

	.pb-sm-15 {
		padding-bottom: 15px;
	}

	.pb-sm-20 {
		padding-bottom: 20px;
	}

	.pb-sm-25 {
		padding-bottom: 25px;
	}

	.pb-sm-30 {
		padding-bottom: 30px;
	}

	.pb-sm-40 {
		padding-bottom: 40px;
	}

	.pb-sm-50 {
		padding-bottom: 50px;
	}

	.pb-sm-75 {
		padding-bottom: 75px;
	}

	.pb-sm-100 {
		padding-bottom: 100px;
	}

	.pb-sm-125 {
		padding-bottom: 125px;
	}

	.pb-sm-150 {
		padding-bottom: 150px;
	}

	.pb-sm-200 {
		padding-bottom: 200px;
	}

	.pb-sm-250 {
		padding-bottom: 250px;
	}

	.pb-sm-300 {
		padding-bottom: 300px;
	}

}

@media (max-width: 499px) {

	.pb-xs-0 {
		padding-bottom: 0;
	}

	.pb-xs-1 {
		padding-bottom: 1px;
	}

	.pb-xs-2 {
		padding-bottom: 2px;
	}

	.pb-xs-3 {
		padding-bottom: 3px;
	}

	.pb-xs-4 {
		padding-bottom: 4px;
	}

	.pb-xs-5 {
		padding-bottom: 5px;
	}

	.pb-xs-10 {
		padding-bottom: 10px;
	}

	.pb-xs-15 {
		padding-bottom: 15px;
	}

	.pb-xs-20 {
		padding-bottom: 20px;
	}

	.pb-xs-25 {
		padding-bottom: 25px;
	}

	.pb-xs-30 {
		padding-bottom: 30px;
	}

	.pb-xs-40 {
		padding-bottom: 40px;
	}

	.pb-xs-50 {
		padding-bottom: 50px;
	}

	.pb-xs-75 {
		padding-bottom: 75px;
	}

	.pb-xs-100 {
		padding-bottom: 100px;
	}

	.pb-xs-125 {
		padding-bottom: 125px;
	}

	.pb-xs-150 {
		padding-bottom: 150px;
	}

	.pb-xs-200 {
		padding-bottom: 200px;
	}

	.pb-xs-250 {
		padding-bottom: 250px;
	}

	.pb-xs-300 {
		padding-bottom: 300px;
	}

}

/* Spacers padding left
   ========================================================================== */

.pl-1 {
	padding-left: 1px;
}

.pl-2 {
	padding-left: 2px;
}

.pl-3 {
	padding-left: 3px;
}

.pl-4 {
	padding-left: 4px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-150 {
	padding-left: 150px;
}

.pl-200 {
	padding-left: 200px;
}

@media (max-width: 992px) {

	.pl-md-0 {
		padding-left: 0;
	}

	.pl-md-1 {
		padding-left: 1px;
	}

	.pl-md-2 {
		padding-left: 2px;
	}

	.pl-md-3 {
		padding-left: 3px;
	}

	.pl-4 {
		padding-left: 4px;
	}

	.pl-md-5 {
		padding-left: 5px;
	}

	.pl-md-10 {
		padding-left: 10px;
	}

	.pl-md-15 {
		padding-left: 15px;
	}

	.pl-md-20 {
		padding-left: 20px;
	}

	.pl-md-25 {
		padding-left: 25px;
	}

	.pl-md-30 {
		padding-left: 30px;
	}

	.pl-md-40 {
		padding-left: 40px;
	}

	.pl-md-50 {
		padding-left: 50px;
	}

	.pl-md-75 {
		padding-left: 75px;
	}

	.pl-md-100 {
		padding-left: 100px;
	}

	.pl-md-150 {
		padding-left: 150px;
	}

	.pl-md-200 {
		padding-left: 200px;
	}

}

@media (max-width: 767px) {

	.pl-sm-0 {
		padding-left: 0;
	}

	.pl-sm-1 {
		padding-left: 1px;
	}

	.pl-sm-2 {
		padding-left: 2px;
	}

	.pl-sm-3 {
		padding-left: 3px;
	}

	.pl-sm-4 {
		padding-left: 4px;
	}

	.pl-sm-5 {
		padding-left: 5px;
	}

	.pl-sm-10 {
		padding-left: 10px;
	}

	.pl-sm-15 {
		padding-left: 15px;
	}

	.pl-sm-20 {
		padding-left: 20px;
	}

	.pl-sm-25 {
		padding-left: 25px;
	}

	.pl-sm-30 {
		padding-left: 30px;
	}

	.pl-sm-40 {
		padding-left: 40px;
	}

	.pl-sm-50 {
		padding-left: 50px;
	}

	.pl-sm-75 {
		padding-left: 75px;
	}

	.pl-sm-100 {
		padding-left: 100px;
	}

	.pl-sm-150 {
		padding-left: 150px;
	}

	.pl-sm-200 {
		padding-left: 200px;
	}

}

@media (max-width: 499px) {

	.pl-xs-0 {
		padding-left: 0;
	}

	.pl-xs-1 {
		padding-left: 1px;
	}

	.pl-xs-2 {
		padding-left: 2px;
	}

	.pl-xs-3 {
		padding-left: 3px;
	}

	.pl-xs-4 {
		padding-left: 4px;
	}

	.pl-xs-5 {
		padding-left: 5px;
	}

	.pl-xs-10 {
		padding-left: 10px;
	}

	.pl-xs-15 {
		padding-left: 15px;
	}

	.pl-xs-20 {
		padding-left: 20px;
	}

	.pl-xs-25 {
		padding-left: 25px;
	}

	.pl-xs-30 {
		padding-left: 30px;
	}

	.pl-xs-40 {
		padding-left: 40px;
	}

	.pl-xs-50 {
		padding-left: 50px;
	}

	.pl-xs-75 {
		padding-left: 75px;
	}

	.pl-xs-100 {
		padding-left: 100px;
	}

	.pl-xs-150 {
		padding-left: 150px;
	}

	.pl-xs-200 {
		padding-left: 200px;
	}

}

/* Spacers padding right
   ========================================================================== */

.pr-1 {
	padding-right: 1px;
}

.pr-2 {
	padding-right: 2px;
}

.pr-3 {
	padding-right: 3px;
}

.pr-4 {
	padding-right: 4px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 10px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-150 {
	padding-right: 150px;
}

.pr-200 {
	padding-right: 200px;
}

@media (max-width: 992px) {

	.pr-md-0 {
		padding-right: 0;
	}

	.pr-md-1 {
		padding-right: 1px;
	}

	.pr-md-2 {
		padding-right: 2px;
	}

	.pr-md-3 {
		padding-right: 3px;
	}

	.pr-md-4 {
		padding-right: 4px;
	}

	.pr-md-5 {
		padding-right: 5px;
	}

	.pr-md-10 {
		padding-right: 10px;
	}

	.pr-md-15 {
		padding-right: 15px;
	}

	.pr-md-20 {
		padding-right: 20px;
	}

	.pr-md-25 {
		padding-right: 25px;
	}

	.pr-md-30 {
		padding-right: 30px;
	}

	.pr-md-40 {
		padding-right: 40px;
	}

	.pr-md-50 {
		padding-right: 50px;
	}

	.pr-md-75 {
		padding-right: 75px;
	}

	.pr-md-100 {
		padding-right: 100px;
	}

	.pr-md-150 {
		padding-right: 150px;
	}

	.pr-md-200 {
		padding-right: 200px;
	}

}

@media (max-width: 767px) {

	.pr-sm-0 {
		padding-right: 0;
	}

	.pr-sm-1 {
		padding-right: 1px;
	}

	.pr-sm-2 {
		padding-right: 2px;
	}

	.pr-sm-3 {
		padding-right: 3px;
	}

	.pr-sm-4 {
		padding-right: 4px;
	}

	.pr-sm-5 {
		padding-right: 5px;
	}

	.pr-sm-10 {
		padding-right: 10px;
	}

	.pr-sm-15 {
		padding-right: 15px;
	}

	.pr-sm-20 {
		padding-right: 20px;
	}

	.pr-sm-25 {
		padding-right: 25px;
	}

	.pr-sm-30 {
		padding-right: 30px;
	}

	.pr-sm-40 {
		padding-right: 40px;
	}

	.pr-sm-50 {
		padding-right: 50px;
	}

	.pr-sm-75 {
		padding-right: 75px;
	}

	.pr-sm-100 {
		padding-right: 100px;
	}

	.pr-sm-150 {
		padding-right: 150px;
	}

	.pr-sm-200 {
		padding-right: 200px;
	}

}

@media (max-width: 499px) {

	.pr-xs-0 {
		padding-right: 0;
	}

	.pr-xs-1 {
		padding-right: 1px;
	}

	.pr-xs-2 {
		padding-right: 2px;
	}

	.pr-xs-3 {
		padding-right: 3px;
	}

	.pr-xs-4 {
		padding-right: 4px;
	}

	.pr-xs-5 {
		padding-right: 5px;
	}

	.pr-xs-10 {
		padding-right: 10px;
	}

	.pr-xs-15 {
		padding-right: 15px;
	}

	.pr-xs-20 {
		padding-right: 20px;
	}

	.pr-xs-25 {
		padding-right: 25px;
	}

	.pr-xs-30 {
		padding-right: 30px;
	}

	.pr-xs-40 {
		padding-right: 40px;
	}

	.pr-xs-50 {
		padding-right: 50px;
	}

	.pr-xs-75 {
		padding-right: 75px;
	}

	.pr-xs-100 {
		padding-right: 100px;
	}

	.pr-xs-150 {
		padding-right: 150px;
	}

	.pr-xs-200 {
		padding-right: 200px;
	}

}

/* Spacers margin top
   ========================================================================== */

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-250 {
	margin-top: 250px;
}

.mt-300 {
	margin-top: 300px;
}

@media (max-width: 992px) {

	.mt-md-0 {
		margin-top: 0;
	}

	.mt-md-5 {
		margin-top: 5px;
	}

	.mt-md-10 {
		margin-top: 10px;
	}

	.mt-md-15 {
		margin-top: 15px;
	}

	.mt-md-20 {
		margin-top: 20px;
	}

	.mt-md-25 {
		margin-top: 25px;
	}

	.mt-md-30 {
		margin-top: 30px;
	}

	.mt-md-40 {
		margin-top: 40px;
	}

	.mt-md-50 {
		margin-top: 50px;
	}

	.mt-md-75 {
		margin-top: 75px;
	}

	.mt-md-100 {
		margin-top: 100px;
	}

	.mt-md-150 {
		margin-top: 150px;
	}

	.mt-md-200 {
		margin-top: 200px;
	}

	.mt-md-250 {
		margin-top: 250px;
	}

	.mt-md-300 {
		margin-top: 300px;
	}

}

@media (max-width: 767px) {

	.mt-sm-5 {
		margin-top: 5px;
	}

	.mt-sm-10 {
		margin-top: 10px;
	}

	.mt-sm-15 {
		margin-top: 15px;
	}

	.mt-sm-20 {
		margin-top: 20px;
	}

	.mt-sm-25 {
		margin-top: 25px;
	}

	.mt-sm-30 {
		margin-top: 30px;
	}

	.mt-sm-40 {
		margin-top: 40px;
	}

	.mt-sm-50 {
		margin-top: 50px;
	}

	.mt-sm-75 {
		margin-top: 75px;
	}

	.mt-sm-100 {
		margin-top: 100px;
	}

	.mt-sm-150 {
		margin-top: 150px;
	}

	.mt-sm-200 {
		margin-top: 200px;
	}

	.mt-sm-250 {
		margin-top: 250px;
	}

	.mt-sm-300 {
		margin-top: 300px;
	}

}

@media (max-width: 499px) {

	.mt-xs-5 {
		margin-top: 5px;
	}

	.mt-xs-10 {
		margin-top: 10px;
	}

	.mt-xs-15 {
		margin-top: 15px;
	}

	.mt-xs-20 {
		margin-top: 20px;
	}

	.mt-xs-25 {
		margin-top: 25px;
	}

	.mt-xs-30 {
		margin-top: 30px;
	}

	.mt-xs-40 {
		margin-top: 40px;
	}

	.mt-xs-50 {
		margin-top: 50px;
	}

	.mt-xs-75 {
		margin-top: 75px;
	}

	.mt-xs-100 {
		margin-top: 100px;
	}

	.mt-xs-150 {
		margin-top: 150px;
	}

	.mt-xs-200 {
		margin-top: 200px;
	}

	.mt-xs-250 {
		margin-top: 250px;
	}

	.mt-xs-300 {
		margin-top: 300px;
	}

}

/* Spacers margin bottom
   ========================================================================== */

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-250 {
	margin-bottom: 250px;
}

.mb-300 {
	margin-bottom: 300px;
}

@media (max-width: 992px) {

	.mb-md-5 {
		margin-bottom: 5px;
	}

	.mb-md-10 {
		margin-bottom: 10px;
	}

	.mb-md-15 {
		margin-bottom: 15px;
	}

	.mb-md-20 {
		margin-bottom: 20px;
	}

	.mb-md-25 {
		margin-bottom: 25px;
	}

	.mb-md-30 {
		margin-bottom: 30px;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}

	.mb-md-50 {
		margin-bottom: 50px;
	}

	.mb-md-75 {
		margin-bottom: 75px;
	}

	.mb-md-100 {
		margin-bottom: 100px;
	}

	.mb-md-150 {
		margin-bottom: 150px;
	}

	.mb-md-200 {
		margin-bottom: 200px;
	}

	.mb-md-250 {
		margin-bottom: 250px;
	}

	.mb-md-300 {
		margin-bottom: 300px;
	}

}

@media (max-width: 767px) {

	.mb-sm-5 {
		margin-bottom: 5px;
	}

	.mb-sm-10 {
		margin-bottom: 10px;
	}

	.mb-sm-15 {
		margin-bottom: 15px;
	}

	.mb-sm-20 {
		margin-bottom: 20px;
	}

	.mb-sm-25 {
		margin-bottom: 25px;
	}

	.mb-sm-30 {
		margin-bottom: 30px;
	}

	.mb-sm-40 {
		margin-bottom: 40px;
	}

	.mb-sm-50 {
		margin-bottom: 50px;
	}

	.mb-sm-75 {
		margin-bottom: 75px;
	}

	.mb-sm-100 {
		margin-bottom: 100px;
	}

	.mb-sm-150 {
		margin-bottom: 150px;
	}

	.mb-sm-200 {
		margin-bottom: 200px;
	}

	.mb-sm-250 {
		margin-bottom: 250px;
	}

	.mb-sm-300 {
		margin-bottom: 300px;
	}

}

@media (max-width: 499px) {

	.mb-xs-5 {
		margin-bottom: 5px;
	}

	.mb-xs-10 {
		margin-bottom: 10px;
	}

	.mb-xs-15 {
		margin-bottom: 15px;
	}

	.mb-xs-20 {
		margin-bottom: 20px;
	}

	.mb-xs-25 {
		margin-bottom: 25px;
	}

	.mb-xs-30 {
		margin-bottom: 30px;
	}

	.mb-xs-40 {
		margin-bottom: 40px;
	}

	.mb-xs-50 {
		margin-bottom: 50px;
	}

	.mb-xs-75 {
		margin-bottom: 75px;
	}

	.mb-xs-100 {
		margin-bottom: 100px;
	}

	.mb-xs-150 {
		margin-bottom: 150px;
	}

	.mb-xs-200 {
		margin-bottom: 200px;
	}

	.mb-xs-250 {
		margin-bottom: 250px;
	}

	.mb-xs-300 {
		margin-bottom: 300px;
	}

}

/* Block sizes
   ========================================================================== */

.blk-12 {
	width: 100%;
}

.blk-11 {
	width: 91.66666667%;
}

.blk-10 {
	width: 83.33333333%;
}

.blk-9 {
	width: 75%;
}

.blk-8 {
	width: 66.66666667%;
}

.blk-7 {
	width: 58.33333333%;
}

.blk-6 {
	width: 50%;
}

.blk-5 {
	width: 41.66666667%;
}

.blk-4 {
	width: 33.33333333%;
}

.blk-3 {
	width: 25%;
}

.blk-2 {
	width: 16.66666667%;
}

.blk-1 {
	width: 8.33333333%;
}

@media (max-width: 1200px) {

	.blk-lg-12 {
		width: 100%;
	}

	.blk-lg-11 {
		width: 91.66666667%;
	}

	.blk-lg-10 {
		width: 83.33333333%;
	}

	.blk-lg-9 {
		width: 75%;
	}

	.blk-lg-8 {
		width: 66.66666667%;
	}

	.blk-lg-7 {
		width: 58.33333333%;
	}

	.blk-lg-6 {
		width: 50%;
	}

	.blk-lg-5 {
		width: 41.66666667%;
	}

	.blk-lg-4 {
		width: 33.33333333%;
	}

	.blk-lg-3 {
		width: 25%;
	}

	.blk-lg-2 {
		width: 16.66666667%;
	}

	.blk-lg-1 {
		width: 8.33333333%;
	}

}

@media (max-width: 992px) {

	.blk-md-12 {
		width: 100%;
	}

	.blk-md-11 {
		width: 91.66666667%;
	}

	.blk-md-10 {
		width: 83.33333333%;
	}

	.blk-md-9 {
		width: 75%;
	}

	.blk-md-8 {
		width: 66.66666667%;
	}

	.blk-md-7 {
		width: 58.33333333%;
	}

	.blk-md-6 {
		width: 50%;
	}

	.blk-md-5 {
		width: 41.66666667%;
	}

	.blk-md-4 {
		width: 33.33333333%;
	}

	.blk-md-3 {
		width: 25%;
	}

	.blk-md-2 {
		width: 16.66666667%;
	}

	.blk-md-1 {
		width: 8.33333333%;
	}

}

@media (max-width: 767px) {

	.blk-sm-12 {
		width: 100%;
	}

	.blk-sm-11 {
		width: 91.66666667%;
	}

	.blk-sm-10 {
		width: 83.33333333%;
	}

	.blk-sm-9 {
		width: 75%;
	}

	.blk-sm-8 {
		width: 66.66666667%;
	}

	.blk-sm-7 {
		width: 58.33333333%;
	}

	.blk-sm-6 {
		width: 50%;
	}

	.blk-sm-5 {
		width: 41.66666667%;
	}

	.blk-sm-4 {
		width: 33.33333333%;
	}

	.blk-sm-3 {
		width: 25%;
	}

	.blk-sm-2 {
		width: 16.66666667%;
	}

	.blk-sm-1 {
		width: 8.33333333%;
	}

}

@media (max-width: 499px) {

	.blk-xs-12 {
		width: 100%;
	}

	.blk-xs-11 {
		width: 91.66666667%;
	}

	.blk-xs-10 {
		width: 83.33333333%;
	}

	.blk-xs-9 {
		width: 75%;
	}

	.blk-xs-8 {
		width: 66.66666667%;
	}

	.blk-xs-7 {
		width: 58.33333333%;
	}

	.blk-xs-6 {
		width: 50%;
	}

	.blk-xs-5 {
		width: 41.66666667%;
	}

	.blk-xs-4 {
		width: 33.33333333%;
	}

	.blk-xs-3 {
		width: 25%;
	}

	.blk-xs-2 {
		width: 16.66666667%;
	}

	.blk-xs-1 {
		width: 8.33333333%;
	}

}

/* Block paddings
   ========================================================================== */

.blk-1,
.blk-2,
.blk-3,
.blk-4,
.blk-5,
.blk-6,
.blk-7,
.blk-8,
.blk-9,
.blk-10,
.blk-11,
.blk-12 {
	padding-right: var(--gutter-lg);
	padding-left: var(--gutter-lg);
}

.blk-pl-3 {
	padding-left: 25%;
}

.blk-pl-2 {
	padding-left: 16.66666667%;
}

.blk-pl-1 {
	padding-left: 8.33333333%;
}

.blk-pr-3 {
	padding-right: 25%;
}

.blk-pr-2 {
	padding-right: 16.66666667%;
}

.blk-pr-1 {
	padding-right: 8.33333333%;
}

/* Gutters
   ========================================================================== */

.gutter {
	padding: 0 var(--gutter-lg);
}

.gutter-sm {
	padding: 0 var(--gutter-sm);
}

.no-gutter {
	padding: 0;
	margin: 0;
}

@media (max-width: 992px) {

	.no-gutter-md {
		padding: 0;
		margin: 0;
	}

}

@media (max-width: 767px) {

	.no-gutter-sm {
		padding: 0;
		margin: 0;
	}

}

/* Sizes
   ========================================================================== */

.width-100 {
	width: 100%;
}

.height-100 {
	height: 100%;
}

/* Padding
   ========================================================================== */

.no-padding {
	padding: 0;
}

/* Margin
   ========================================================================== */

.no-margin {
	margin: 0;
}

/* List
   ========================================================================== */

.no-list {
	list-style-type: none;
}

/* Content
   ========================================================================== */

.content-regular p,
.content-regular ul,
.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel ul {
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.woocommerce-Tabs-panel h2 {
	font-size: 18px;
}

.content-regular h1,
.content-regular h2,
.content-regular h3,
.content-regular h4,
.content-regular h5 {
	margin-bottom: 20px;
}

.content-regular ul li {
	padding-left: 15px;
}

.content-regular :last-child,
.woocommerce-Tabs-panel :last-child {
	margin-bottom: 0;
}

/* Form elements
   ========================================================================== */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
	padding: 10px;
	border: none;
	background: #f4f4f4;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #dfdfdf !important;
}

select {
	background: #fff url('../images/chevron-down-solid.svg') no-repeat 93% 50% !important;
	background-size: 12px !important;
	-wekit-appearance: none;
	appearance: none;
}

input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #dfdfdf !important;
	padding: 12px 0;
	height: 56px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
}

/* Buttons
   ========================================================================== */

.btn,
.woocommerce #review_form #respond .form-submit input,
.woocommerce .button.button,
.wpcf7 input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px !important;
	transition: all .3s ease-in-out;
	font-weight: 600;
	border: none;
}

.wpcf7 input[type="submit"] {
	background: #000 !important;
	color: #fff;
}

.wpcf7 input[type="submit"]:hover {
	background: #3a3a3a !important;
}

.wpcf7 label,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.btn--smal {
	padding: 8px 15px !important;
	font-size: 14px;
}

.btn--extra_smal {
	font-size: 12px;
	padding: 4px 15px !important;
}

/* Display
   ========================================================================== */

.display-block {
	display: block;
}

.display-inline-block {
	display: inline-block;
}

.display-flex {
	display: flex;
}

.display-none {
	display: none;
}

/* Positions
   ========================================================================== */

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.position-sticky {
	position: sticky;
}

.position-fixed {
	position: fixed;
}

/* Locations
   ========================================================================== */

.top-left {
	top: 0;
	left: 0;
}

.top-right {
	top: 0;
	right: 0;
}

.bottom-left {
	bottom: 0;
	left: 0;
}

.bottom-right {
	bottom: 0;
	right: 0;
}

/* Flex
   ========================================================================== */

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.align-center {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

/* Order
   ========================================================================== */

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

@media (max-width: 992px) {

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

}

@media (max-width: 767px) {

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

}

@media (max-width: 499px) {

	.order-xs-1 {
		order: 1;
	}

	.order-xs-2 {
		order: 2;
	}

	.order-xs-3 {
		order: 3;
	}

}

/* Text alignment
   ========================================================================== */

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

@media (max-width: 992px) {

	.text-center-md {
		text-align: center;
	}

	.text-left-md {
		text-align: left;
	}

	.text-right-md {
		text-align: right;
	}

}

@media (max-width: 767px) {

	.text-center-sm {
		text-align: center;
	}

	.text-left-sm {
		text-align: left;
	}

	.text-right-sm {
		text-align: right;
	}

}

@media (max-width: 499px) {

	.text-center-xs {
		text-align: center;
	}

	.text-left-xs {
		text-align: left;
	}

	.text-right-xs {
		text-align: right;
	}

}

/* Hide elements
   ========================================================================== */

.hidden {
	display: none;
}

@media (max-width: 1200px) {

	.hidden-xl {
		display: none;
	}

}

@media (max-width: 992px) {

	.hidden-md {
		display: none;
	}

}

@media (max-width: 767px) {

	.hidden-sm {
		display: none;
	}

}

@media (max-width: 499px) {

	.hidden-xs {
		display: none;
	}

}

/* Show elements
   ========================================================================== */

.show {
	display: block;
}

@media (max-width: 1200px) {

	.show-xl {
		display: block;
	}

}

@media (max-width: 992px) {

	.show-md {
		display: block;
	}

}

@media (max-width: 767px) {

	.show-sm {
		display: block;
	}

}

@media (max-width: 499px) {

	.show-xs {
		display: block;
	}

}

/* Globals
   ========================================================================== */

/** Colors **/

.color-0 {
	color: var(--color-0);
}

.color-1 {
	color: var(--color-1);
}

.color-2 {
	color: var(--color-2);
}

.color-3 {
	color: var(--color-3);
}

.color-4 {
	color: var(--color-4);
}

.color-5 {
	color: var(--color-5);
}

/** Backgrounds **/

.background-0 {
	background: var(--color-0);
}

.background-1 {
	background: var(--color-1);
}

/** Heading **/

.heading-0 {
	font-size: var(--heading-0);
}

.heading-1 {
	font-size: var(--heading-1);
}

.heading-2 {
	font-size: var(--heading-2);
}

/** Sizes **/

.size-0 {
	font-size: var(--size-0);
}

.size-1 {
	font-size: var(--size-1);
}

.size-2 {
	font-size: var(--size-2);
}

.size-3 {
	font-size: var(--size-3);
}

.size-4 {
	font-size: var(--size-4);
}

.size-5 {
	font-size: var(--size-5);
}

.size-6 {
	font-size: var(--size-6);
}

/** Line **/

.line-0 {
	line-height: var(--line-0);
}

.line-1 {
	line-height: var(--line-1);
}

.line-2 {
	line-height: var(--line-2);
}

/** Weight **/

.weight-0 {
	font-weight: var(--weight-0);
}

.weight-1 {
	font-weight: var(--weight-1);
}

.weight-2 {
	font-weight: var(--weight-2);
}

.weight-3 {
	font-weight: var(--weight-3);
}

/* Header
   ========================================================================== */

#header {
	background: #f5f5f5;
}

#header a {
	text-decoration: none;
}

#header .header__menu .container {
	max-width: fit-content;
}

.header__logo svg {
	width: 190px;
	height: auto;
}

.header__logo img {
	width: 190px;
}

.header__search input {
	width: 100%;
	border-radius: 50px;
	padding: 12px;
	border: 1px solid #EDEDED;
}

.header__search button {
	border: none;
	background: transparent !important;
	top: 9px;
	right: 12px;
}

.woocommerce-cart #header .header__menu,
.woocommerce-checkout #header .header__menu,
.woocommerce-cart #header .header__search,
.woocommerce-checkout #header .header__search,
.woocommerce-cart #header .search-form,
.woocommerce-checkout #header .search-form {
	display: none;
}

.header__meta svg {
	transform: translateY(3px);
}

#header .container {
	z-index: 9999;
}

.header__usp svg {
	margin-right: 5px;
	transform: translateY(2px);
}

.my-account-icon svg {
	transform: translateY(4px);
}

.header__meta svg {
	margin-right: 15px;
}

.header__meta a:last-child svg {
	margin-right: 0;
}

.mobile-only {
	display: none;
}

.header__logo-holder {
	width: 400px;
	position: relative;
	z-index: 99;
}

.topbar__meta {
	width: calc(100% - 400px);
}

.header__logo-holder:after {
	content: '';
	width: 100vw;
	position: absolute;
	top: -15px;
	right: 10px;
	transform: skewX(-45deg);
	height: 95px;
	background: #fff;
	z-index: -1;
}

#header .topbar-menu li a {
	color: #38393a;
	font-weight: 700;
}

.topbar__meta li {
	background: #ced4da;
	margin-right: 2px;
	width: 20px;
	height: 20px;
	border-radius: 50px;
}

.topbar__meta li.highlighted {
	background: #00d988;
}

@media (max-width: 1660px) {

	.topbar__meta li {
		width: 15px;
		height: 15px;
	}

}

@media (max-width: 992px) {

	#header .topbar__meta {
		padding-right: 15px;
	}

}

@media (max-width: 767px) {

	#header {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(207, 207, 207, 1);
	}

	#header .header__menu {
		background: #f5f5f5 !important;
		width: 100%;
		height: calc(100vh - 80px);
		overflow: auto;
		padding-top: 40px;
	}

	.header__menu {
		z-index: 999;
	}

	.header__menu li a {
		color: #000 !important;
	}

	.header__logo img {
		margin: auto;
	}
	
	.mobile-only {
		display: block;
	}

	.header__logo-holder {
		width: 240px;
	}

	.header__logo img {
		max-height: 50px;
		margin-bottom: 0 !important;
	}

	.header__meta {
		justify-content: flex-start;
		border-bottom: 1px solid #e9e9e9;
	}

	.header__meta svg path {
		fill: #000;
	}

	.sub-toggle {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 1px;
		right: 0;
		cursor: pointer;
	}

	.sub-toggle:before,
	.sub-toggle:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 15px;
		height: 2px;
		background: #000;
		transform: translate(-50%, -50%);
		transition: all .2s ease-in-out;
	}

	.sub-toggle:after {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.open-sub .sub-toggle:after {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	.header__menu ul > li.menu-item-has-children.open-sub ul {
		max-height: 2000px !important;
	}

}

/* Logo
   ========================================================================== */

.header__logo svg {
	max-height: 65px;
}

/* Menu
   ========================================================================== */

.header__menu ul:first-child>li>a {
	font-weight: 700;
}

.header__menu ul li a,
.topbar-menu li a {
	text-decoration: none;
	display: block;
	padding: 12px;
	font-size: 12px;
}

.header__menu ul li ul li a {
	border-bottom: 1px solid #e9e9e9;
}

.header__menu ul > li {
	min-width: fit-content;
}

.header__menu ul li ul li.menu-item-has-children {
	background: url('data:image/svg+xml,<svg width="14px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M15.6315 12L10.8838 3.03212L9.11622 3.9679L13.3685 12L9.11622 20.0321L10.8838 20.9679L15.6315 12Z"></path></svg>') no-repeat 95% 50%;
}

.header__menu ul li ul li.menu-item-has-children ul {
    position: absolute;
    max-height: none;
    display: none;
    left: 100%; /* Aligns submenu to the right of its parent */
    top: 0; /* Aligns to the top */
    min-width: 300px;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.header__menu ul li:hover > ul,
.header__menu ul li ul li.menu-item-has-children:hover > ul {
    display: block;
}


.topbar-menu li a {
	padding: 0 12px;
}

.header__menu ul li:first-child a,
.topbar-menu li:first-child a {
	padding-left: 0;
}

.header__menu ul li:last-child a,
.topbar-menu li:last-child a {
	padding-right: 0;
}

.header__menu ul>li.menu-item-has-children>ul>li.one-column>ul,
.header__menu ul>li.menu-item-has-children>ul>li.one-column>ul>li>ul {
	column-count: 1;
}

@media (max-width: 992px) {

	.header__menu ul li a {
		font-size: 14px;
	}

}

/* Mega menu
   ========================================================================== */



.header__menu .container {
	z-index: 999;
}

.header__menu ul li {
	list-style: none;
}

.header__menu ul > li.mega-menu > ul {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	padding: 0 12px 35px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.header__menu ul > li:not(.mega-menu) > ul {
	position: absolute;
	width: 300px;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	display: none;
	transition: all .3s ease-in-out;
}

.header__menu ul li ul li.menu-item-has-children {
    position: relative; /* This ensures child ul is positioned relative to its parent */
}

.header__menu ul li.mega-menu ul {
	max-height: none;
	padding-bottom: 0 !important;
	height: auto !important;
	width: auto;
	box-shadow: none;
}

.header__menu ul li.mega-menu ul li a {
	padding: 0 !important;
}

.header__menu ul li.mega-menu ul li:nth-child(4) {
	padding-left: 0;
}

#header .header__menu ul > li:not(.mega-menu) > ul li a {
	color: #38393a;
	padding: 10px;
}

.header__menu ul > li.menu-item-has-children:not(.mega-menu):hover > ul {
	display: block;
}

.header__menu ul > li.mega-menu > ul:before {
	content: '';
	width: 400vw;
	height: 100%;
	position: absolute;
	background: #fff;
	top: 0;
	left: -200vw;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}

.header__menu ul > li.menu-item-has-children.mega-menu > ul {
	display: none;
	column-count: 2;
	column-fill: balance;
}

.header__menu ul > li.menu-item-has-children.mega-menu > ul > li > ul {
	display: block !important;
	height: 95%;
	position: relative;
	padding-bottom: 28px;
}

.header__menu ul > li.menu-item-has-children.mega-menu .text-link {
	position: absolute;
	left: 0;
	bottom: 0;
}

.header__menu ul > li.mega-menu > ul > li {
	width: 33.333%;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0 25px;
}

.header__menu ul > li.mega-menu > ul > li:first-child {
	padding-left: 0;
}

.header__menu ul > li.mega-menu > ul > li:nth-child(3n+2) {
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}


.header__menu ul > li.mega-menu ul a {
	padding: 0;
	font-size: 12px;
}

.header__menu ul .mega-menu li.current-menu-item > a,
.header__menu li.current-menu-item a {
	text-decoration: underline !important;
}

.header__menu ul li.mega-menu ul a {
	line-height: 24px;
}

@media (min-width: 768px) {

	.header__menu ul > li.menu-item-has-children.mega-menu:hover > ul {
		display: flex;
	}

}

@media (max-width: 1660px) {

	.header__menu ul > li.mega-menu > ul:before {
		display: none;
	}

	.header__menu {
		position: absolute;
		top: 80px;
		left: -200%;
		width: 100%;
		display: block;
		transition: all .3s ease-in-out;
	}

	.active .header__menu {
		left: 0;
	}

	.header__menu ul {
		display: block;
	}

	.header__menu ul li {
		border-bottom: 1px solid #ffffff2e;
	}

	.header__menu ul li a {
		padding-left: 0;
		padding-right: 0;
	}

}

@media (max-width: 767px) {

	.header__menu ul > li.menu-item-has-children > ul > li > ul {
		height: auto;
	}

	.header__menu ul > li {
		border-bottom: 1px solid #e9e9e9;
		position: relative;
	}

	#header .toggle {
		position: absolute;
		top: 10px;
		right: 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	#header .toggle span {
		width: 3px;
		height: 12px;
		border-radius: 50px;
		background: #000;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#header .toggle span:last-child {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.header__menu ul > li ul,
	.header__menu ul > li.menu-item-has-children > ul {
		position: static;
		column-count: 1;
		padding: 0;
	}

	.header__menu ul > li.mega-menu > ul > li {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header__menu ul > li ul.active {
		display: block;
	}

	.header__menu ul > li.mega-menu > ul:before {
		display: none;
	}

	.header__menu ul li.mega-menu ul a {
		padding: 10px 0;
	}

	.header__menu ul > li.menu-item-has-children .text-link {
		position: static;
		border-bottom: none;
	}

	.header__menu ul > li.mega-menu > ul > li:nth-child(3n+2) {
		border-left: none;
		border-right: none;
	}

	#header .toggle.active span:first-child {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.header__menu ul > li.menu-item-has-children:not(.mega-menu):hover ul {
		max-height: 0;
	}

	.header__menu ul > li.menu-item-has-children ul.active {
		max-height: 1000px !important;
	}

	.header__menu ul > li:not(.mega-menu) > ul {
		width: 100%;
		box-shadow: none;
	}

	.header__menu ul > li:not(.mega-menu) > ul {
		background: transparent;
	}

	.header__menu ul > li > ul li a {
		font-size: 14px;
	}

}

/* Header meta
   ========================================================================== */

.cart-total {
	width: 20px;
	height: 20px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 50px !important;
	top: -10px;
	right: -10px;
}

#header a[aria-label="Winkelwagen"] {
	text-decoration: none;
	position: relative;
}

/* Hamburger toggle
   ========================================================================== */

.hamburger-toggle {
	display: none;
}

.hamburger-toggle {
	cursor: pointer;
	margin: 0 15px 0 auto;
}

.hamburger-toggle span {
	display: block;
	width: 25px;
	height: 3px;
	margin-bottom: 3px;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}

.active .hamburger-toggle span:last-child {
	opacity: 0;
}

.active .hamburger-toggle span:nth-child(1) {
	transform: rotate(45deg) translateX(5px);
}

.active .hamburger-toggle span:nth-child(2) {
	transform: rotate(135deg)translateX(-4px);
}

@media (max-width: 1660px) {

	.hamburger-toggle {
		display: block;
	}

}

/* Footer
   ========================================================================== */

.footer-grey {
	background: #f7f7f7;
}

#footer {
	background: #fff;
}

#footer .socials li {
	width: 35px;
	height: 35px;
	border-radius: 50px;
	margin-right: 10px;
	transition: all .3s ease-in-out;
}

#footer .socials li:hover {
	transform: scale(1.1);
}

#footer a {
	text-decoration: none;
	color: #000;
	transition: all .3s ease-in-out;
}

#footer a:hover {
	color: #006aff;
	text-decoration: underline;
}

#footer svg {
	max-height: 75px;
	width: auto;
}

.woocommerce-cart #footer .top-footer,
.woocommerce-checkout #footer .top-footer,
.woocommerce-cart #footer .bottom-footer,
.woocommerce-checkout #footer .bottom-footer {
	display: none;
}

#footer .payments figure {
	margin-right: 10px;
}

#footer .socials .social {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #006aff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	transition: all .3s ease-in-out;
}

#footer .socials .social:hover {
	background: #ba2821;
}

#footer .socials .social svg path {
	fill: #fff;
}

@media (max-width: 767px) {

	.payments {
		padding: 0 15px;
	}

}

/* Single product
   ========================================================================== */

.product_title {
	font-size: 20px;
	line-height: 28px;
	max-height: 75px;
	overflow: hidden;
}

.single-product .badges,
.woocommerce ul.products li.product .onsale,
li.product .sale-badge {
	border-radius: 50px;
	padding: 0 15px;
	position: absolute;
	z-index: 2;
	left: 20px;
	transform: translateY(20px);
	width: fit-content;
}

.sale-badge {
	background: #006aff;
	color: #ffffff;
	top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
	border: none;
}

.woocommerce ul.products li.product .onsale,
li.product .sale-badge {
	font-size: 12px;
}

.go-back {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #767676;
}

.go-back a {
	text-decoration: none;
	font-weight: 600;
}

.single-product .woocommerce-product-gallery .flex-viewport figure img {
	height: 380px !important;
	object-fit: contain;
	width: 99% !important;
	border-radius: 12px;
	border: solid 3px #e8e8e8;
}

.single-product .woocommerce-product-gallery ol {
	width: 100%;
}

.woocommerce div.product p.price {
	margin-bottom: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price del,
.woocommerce div.product p.price ins {
	display: inline-block;
	font-weight: 700;
}

.woocommerce div.product p.price ins {
	text-decoration: none;
}

.single-product .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}

.woocommerce div.product form.cart {
	margin: 30px 0 40px !important;
}

.woocommerce .product-meta {
	margin-bottom: 60px;
}

.single-product.woocommerce div.product form.cart .button {
	padding: 0 30px;
	border-radius: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: none;
	padding-right: 15px;
	width: 48%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 45%;
}

.single-product.woocommerce div.product div.summary {
	position: sticky;
	top: 20px;
	left: 0;
	height: fit-content;
	padding-left: 15px;
	padding-right: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	height: 100px;
	object-fit: contain;
}

.woocommerce-product-gallery .flex-direction-nav {
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.woocommerce-product-gallery .flex-direction-nav {
	position: absolute;
	top: calc(50% - 90px);
	left: 0;
	padding: 0 40px 0 20px;
	width: 100%;
	transform: translateY(-50%);
}

.woocommerce-product-gallery .flex-direction-nav li a {
	font-size: 0;
	background: #006aff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23ffffff}</style><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') no-repeat 50%;
	display: block;
	width: 35px;
	height: 35px;
	background-size: 10px;
	border-radius: 50px;
}

.woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev a {
	background: #006aff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23ffffff}</style><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"/></svg>') no-repeat 50%;
	background-size: 10px;
}

.product__payment {
	margin-top: 40px;
}

.product__usps {
	margin-bottom: 40px;
}

.product__payment figure {
	max-width: 65px;
	width: 100%;
}

.product__payment figure img {
	max-width: 55px;
	height: auto;
	object-fit: contain;
	margin: auto;
}

.product__usps svg {
	margin-right: 10px;
}

.product__nav {
	list-style: none;
	border-bottom: 1px solid #eeeeee;
}

.product__nav li a {
	text-decoration: none;
}

.product__nav li a:hover {
	text-decoration: underline;
}

.woocommerce #review_form #respond textarea {
	border: 1px solid #eeeeee;
}

.woocommerce table.shop_attributes {
	margin-bottom: 50px;
}

.woocommerce table.shop_attributes th {
	border-bottom: 1px solid #eeeeee;
}

.woocommerce table.shop_attributes {
	border-top: 1px solid #eeeeee;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: inline-block;
	margin-top: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin: 0 13px 13px 0;
	width: calc(25% - 15px);
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border: solid 3px #e8e8e8;
	border-radius: 12px;
	opacity: 1;
}

.product-meta a {
	color: #a9a9a9;
}

.product-meta a span {
	text-decoration: underline;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: var(--heading-0);
}

.pros-custom-color {
	color: green;
}

.cons-custom-color {
	color: red;
}

.stock-archieve {
	display: flex;
	align-items: center;
	color: #24ad4f;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0 !important;
}

.check-style {
	margin-right: 5px;
}

.single-product .stock {
	margin: 4px 0 0 18px;
}

.single-product .stock span {
	color: #24ad4f;
	position: relative;
	bottom: 2px;
}

.woocommerce .quantity .qty,
.qty-increment {
	background: #eeeeee;
	font-weight: 700;
	font-size: 18px;
	border: none !important;
	padding: 6px 6px !important;
	text-align: center;
	cursor: pointer;
	height: 40px;
}

.woocommerce div.product form.cart div.quantity {
	display: flex;
}

.single-product.woocommerce div.product form.cart .button {
	margin-left: 20px;
}

.woocommerce .woocommerce-breadcrumb {
	font-size: 12px;
}

.archieve-title-name{
	margin-bottom: 20px;
}

.module-up-sell img {
	width: 100%;
	object-fit: contain;
	margin: auto;
	max-height: 60px;
}

.module-up-sell select {
	width: 100%;
	margin-bottom: 0;
}

.module-up-sell bdi {
	text-decoration: line-through;
}

.commentlist .avatar {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px solid #e1dde7;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 0;
}

#reply-title {
	display: none;
}

/* Sticky add to cart
   ========================================================================== */

.sticky-add-to-cart {
	position: fixed;
	top: -200%;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	transition: all .3s ease-in-out;
}

.sticky-add-to-cart .product-meta {
	margin-bottom: 0;
}

.active-sticky-cart .sticky-add-to-cart {
	top: 0;
}

.sticky-add-to-cart figure {
	margin: 0;
}

.sticky-add-to-cart img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-right: 15px;
}

.sticky-add-to-cart .btn {
	font-size: 14px;
	padding: 5px 10px !important;
}

.woocommerce-tabs ul,
.woocommerce-tabs ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-tabs ul li {
	border: none !important;
	background: #fff !important;
	margin-right: 20px !important;
	border-radius: 0 !important;
	position: relative;
}

.woocommerce-tabs ul {
	border-top: 1px solid #e8e8e8;
	margin-bottom: 20px !important;
	overflow: visible !important;
}

.woocommerce-tabs ul li:before {
	content: '';
	width: 100% !important;
	max-width: 0 !important;
	left: 0 !important;
	top: 0;
	position: absolute !important;
	height: 5px !important;
	transition: all .3s ease-in-out;
	border: none !important;
}

.woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	width: 100%;
	font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	max-width: 1000px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #929292;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000;
}

.woocommerce-Tabs-panel {
	margin-bottom: 0 !important;
}

#up-sells {
	margin-top: 50px !important;
}

.read-more__toggle {
	display: none;
}

.woocommerce table.shop_attributes td {
	padding: 8px;
}

.tab-toggle {
	background: #929292;
	display: inline-block;
	width: 13px;
	height: 3px;
	transition: all .2s ease-in-out;
	position: relative;
	bottom: 3px;
}

.tab-toggle:first-child {
	transform: rotate(90deg);
}

.tab-toggle:last-child {
	transform: translateX(-13px);
}

.active .tab-toggle:first-child {
	transform: rotate(0deg);
}

.product-tabs li {
	margin-bottom: 20px;
}

.product-tabs li a {
	color: #929292;
	font-size: 16px;
	font-weight: 700;
}

.product-tabs .tab-body {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.product-tabs .active .tab-body {
	max-height: 1000px;
}

.product-tabs {
	border-top: none !important;
}

@media (max-width: 767px) {

	.sticky-add-to-cart .btn {
		font-size: 12px;
		text-align: center;
    	line-height: 15px;
	}

	.related.products .meta {
		padding: 0 0 20px !important;
	}

	.related.products .woocommerce-loop-product__title {
		padding: 20px 0 0 !important;
	}

	.related.products a {
		font-size: 12px;
	}

}

/* Single product upsells module
   ========================================================================== */

.module {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.open-module {
	overflow: hidden;
}

.home.open-module {
	overflow: auto;
}

.ecoteers-chatbot .chatbot-options {
	right: 10px;
}

.ecoteers-chatbot {
	min-width: 240px !important;
}

.open-module .module {
	display: flex;
}

.module.module-overlay:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.module.module-fixed-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.module__content {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	max-width: 750px;
	width: 100%;
}

.module-up-sell {
	max-height: 500px;
	height: auto;
	overflow: auto;
}

.module-up-sell li:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
}

.module.upsale-module .module-header {
	background: #e6f8e9;
}

.module.upsale-module .module-header .btn {
	font-size: 12px;
}

.module .module-footer {
	border-top: 1px solid #eeeeee;
}

.up-sells.upsells.products {
	padding-top: 40px;
	border-top: 1px solid #e8e8e8;
}

.module__content .up-sells.upsells.products {
	padding-top: 0;
	border: none;
}

.module-footer {
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
}

/* Product archive
   ========================================================================== */

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce ul.products .wdp_bulk_table_content {
	display: none;
}

.woocommerce ul.products li.product .button,
.highlighted-products .woocommerce li.product .button {
	border-radius: 6px !important;
	margin: auto;
	padding: 10px 12px !important;
	line-height: 1;
	display: inline-block;
}

.woocommerce ul.products li.product #add-to-cart .quantity {
	display: none;
}

.woocommerce ul.products li.product #add-to-cart button[name="add-to-cart"] {
	text-indent: -99999em;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.5);
}

.woocommerce .products ul li,
.woocommerce ul.products li h2 {
	padding: 20px 20px 0 !important;
}

.woocommerce .products ul li,
.woocommerce ul.products li .meta {
	padding: 0 20px 20px;
}

.woocommerce ul.products li .meta {
	display: flex;
	align-items: flex-end;
}

.attachment-woocommerce_thumbnail {
	border: none !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.page-numbers span,
.page-numbers a {
	padding: 10px !important;
}

.woocommerce .page-numbers span,
.woocommerce .page-numbers a:hover {
	color: #fff !important;
}

.added_to_cart.wc-forward {
	display: none;
}

.woocommerce ul.products li.product a img,
.highlighted-products .woocommerce li.product a img {
	height: 180px;
	object-fit: contain;
	width: 100%;
	padding: 10px;
}

.highlighted-products .meta {
	text-align: left;
	padding: 20px;
}

.highlighted-products .slider-container>* {
	height: auto;
}

.shop .container {
	z-index: 2;
}

.shop .banner {
	padding: 40px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.shop .banner:after {
	content: '';
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.shop .banner h1 {
	color: #fff;
	position: relative;
	z-index: 2;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 13px;
}

@media (max-width: 767px) {

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: left;
		display: block;
	}

	.woocommerce ul.products li.product a img {
		margin-bottom: 0;
	}

}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 1.7% 1.7% 0 !important;
	width: 23.65% !important;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background: #f5fbfe;
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
	background: #fff;
}

.woocommerce ul.products li.product .price {
	margin-bottom: 5px !important;
}

.best-selling .woocommerce ul.products li.product:nth-child(4n),
.best-selling .woocommerce-page ul.products li.product:nth-child(4n),
.categories .woocommerce ul.products li.product:nth-child(4n),
.categories .woocommerce-page ul.products li.product:nth-child(4n) {
	margin-right: 0 !important;
}

.shop .woocommerce ul.products li.product,
.shop .woocommerce-page ul.products li.product {
	width: 23.25% !important;
}

.woocommerce .shop ul.products li.product:nth-child(4n),
.woocommerce-page .shop ul.products li.product:nth-child(4n),
.single-product ul.products li.product:nth-child(4n),
.single-product ul.products li.product:nth-child(4n),
.module__content ul.products li.product:nth-child(3n),
.module__content ul.products li.product:nth-child(3n) {
	margin-right: 0 !important;
}

.module__content ul.products li.product,
.module__content ul.products li.product {
	width: 32.15% !important;
}

.woocommerce .module__content .products ul li h2,
.woocommerce .module__content ul.products li .meta {
	padding: 0 !important;
}

.woocommerce .module__content ul.products li .meta {
	padding-bottom: 20px !important;
}

body .woocommerce ul.products li.product .button, 
body .highlighted-products .woocommerce li.product .button,
body .woocommerce section.shop div.container div.meta .button,
body section.categories div.container div.meta .button,
body.woocommerce ul.products li.product .button {
	background: #24ad4f url('../images/basket.svg') no-repeat 50% 50% !important;	
	background-size: 20px !important;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

body .woocommerce ul.products li.product .button:hover, 
body .highlighted-products .woocommerce li.product .button:hover,
body .woocommerce section.shop div.container div.meta .button:hover,
body section.categories div.container div.meta .button:hover,
body.woocommerce ul.products li.product .button:hover {
	background: #006aff url('../images/basket.svg') no-repeat 50% 50% !important;	
	background-size: 20px !important;
}

body.woocommerce ul.products li.product .meta {
	margin-top: 10px;
}

.woocommerce-message,
.woocommerce-error {
	position: fixed;
	z-index: 99;
	max-width: 600px;
	width: fit-content;
	bottom: 10px;
	left: 0;
	margin-bottom: 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(145,145,145,.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(145,145,145,.15);
	box-shadow: 0px 0px 10px 0px rgba(145,145,145,.15);
	animation: moveLeft 1s linear 10s forwards;
	transition: all .3s ease-in-out;
}

@keyframes moveLeft {
  
  from {
    left: 0px;
  }
  
  to {
    left: -200%;
  }

}

/* Product archive filter
   ========================================================================== */

.filters {
	height: 100%;
	position: sticky;
	top: 20px;
}

.filters ul,
.attribute-filters ul {
	list-style: none;
}

.filters ul ul {
	padding-left: 10px;
}

.filters ul li a {
	text-decoration: none;
}

.attribute-filters ul {
	display: flex;
	flex-wrap: wrap;
}

.attribute-filters ul li {
	margin-right: 10px;
}

.filters li ul ul {
	display: block;
	max-height: 0;
	overflow: auto;
	transition: all .3s ease-in-out;
}

.filters li.active>ul {
	max-height: 1000px;
}

.filters>li>a {
	display: block;
	background: #eeeeee;
	padding: 5px 10px;
}

.filters {
	padding-right: 75px;
}

.filters li {
	list-style: none;
}

.filters>li,
.filters>li>ul>li {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer;
	padding: 5px 0;
	font-weight: 500;
	background: #fafafa;
}

.filters>li>.toggle span,
.filters>li>ul>li>.toggle span {
	display: block;
	width: 10px;
	height: 2px;
	background: #fff;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 9px;
	left: 5px;
}

.filters .toggle {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 4px;
	background: #006aff;
}

.filters>li>.toggle span:last-child,
.filters>li>ul>li .toggle span:last-child {
	transform: rotate(90deg);
}

.filters>li>ul>li {
	font-size: 14px;
	padding-left: 15px;
}

.filters>li.active>.toggle span:last-child,
.filters>li>ul>li.active .toggle span:last-child,
.filters>li>ul.active>li .toggle span:last-child {
	transform: rotate(0deg);
}

.filters li a {
	color: #000;
}

.filters li:last-child,
.filters>li {
	border-bottom: none;
}

.filters li.current-menu-parent>a,
.filters li.current-menu-item>a {
	color: #006aff;
}

.filters-mobile {
	display: none;
	font-size: 14px;
	padding: 6px 30px !important;
	margin: 0 0 15px 15px;
	position: relative;
	z-index: 2;
}

.searchandfilter .noUi-connect {
	background: #006aff;
}

/* Cart
   ========================================================================== */

.woocommerce .cart .button,
.woocommerce .cart input.button {
	padding: 12px 20px !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	float: none;
	width: 100%;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
	max-height: 220px;
	object-fit: contain;
}

.woocommerce-cart-form__cart-item.cart_item li.product-name a {
	text-decoration: none;
	font-size: 18px;
	text-decoration: none;
}

.woocommerce-cart-form__cart-item.cart_item,
.cart_totals ul li {
	border-bottom: 1px solid #ebe9eb;
}

.cart_totals ul li {
	padding-left: 0;
}

.cart_totals .cross-sells {
	display: none !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove {
	right: 15px;
}

.woocommerce a.remove {
	color: #b6b6b6 !important;
	font-weight: 400;
}

.woocommerce a.remove:hover {
	background: transparent;
	color: #d3d3d3 !important;
}

.woocommerce-cart h2 {
	margin-bottom: 15px;
}

.woocommerce-cart .variation span {
	display: inline-block;
}

.woocommerce .cart-collaterals .cross-sells ul.products li {
	width: 100%;
	max-width: 270px;
	float: none;
	border-bottom: 0;
	margin: 0;
}

.woocommerce-cart .slider-nav {
	visibility: visible;
}

.woocommerce-cart .slider-nav:after {
	width: 2rem;
	height: 2rem;
}

.woocommerce-cart .slider-nav:before,
.woocommerce-cart .slider-nav:after {
	transform: translateY(-30px);
}

.woocommerce-cart .slider-nav.slider-nav-next:before,
.woocommerce-cart .slider-nav.slider-nav-next:after {
	transform: translateY(-30px) rotate(180deg);
}

.woocommerce-cart .slider-nav:after,
.woocommerce-cart .slider-nav.slider-nav-next:after {
	background-color: #b8b8b8;
}

@media (max-width: 992px) {

	.woocommerce-cart .coupon input,
	.woocommerce-cart .coupon button,
	.woocommerce-cart .actions .blk-4,
	.woocommerce-cart .actions .blk-4 button {
		margin-bottom: 10px;
		text-align: center;
		display: block;
		width: 100%;
	}

}

.woocommerce-order-received.woocommerce-checkout {
	background: #fff;
}

/* Hero
   ========================================================================== */

.hero {
	height: 60vh;
}

.hero.has_background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	background: url('../images/shape-bottom.svg') no-repeat 0 0;
	background-size: cover;
}

.hero .hero__background-image {
	z-index: 1;
}

.hero .container,
.hero .inner-hero {
	z-index: 2;
}

.hero__background-image:before {
	content: '';
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.73) 0%, rgba(19, 19, 19, 0.54) 40%, rgba(255, 255, 255, 0) 100%);
}

.hero.full-width .hero__background-image:before {
	left: 0;
	width: 100%;
}

.hero__background-image.align-right:before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(19, 19, 19, 0.54) 60%, rgba(0, 0, 0, 0.73) 100%);
}

.hero .hero__background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-payment li {
	border: none !important;
}

.cart-payment li img {
	max-width: 40px;
}

@media (max-width: 992px) {

	.hero__background-image:before,
	.hero__background-image.align-right:before {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.73) 0%, rgba(19, 19, 19, 0.54) 40%, rgba(255, 255, 255, 0) 100%);
	}

}

/* USPs
   ========================================================================== */

.usps svg {
	width: 14px;
}

.usps span {
	font-size: 14px;
}

.header-usp {
	padding-top: 7.5px;
}

@media (max-width: 767px) {

	.usp {
		display: none;
	}

}

/* Products (loop item)
   ========================================================================== */

.woocommerce.products .product,
.woocommerce .cart-collaterals .cross-sells ul.products li {
	background: #fff;
	padding: 30px !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
	margin: 0 15px 15px 0 !important;
}

.woocommerce.products .product .button {
	border-radius: 0 !important;
	padding: 12px 20px !important;
}

/* Products (builder)
   ========================================================================== */

.woocommerce.products .columns-4 .product {
	width: 24%;
}

.woocommerce.products .columns-4 .product:nth-child(4n+4) {
	margin-right: 0 !important;
}

.woocommerce.products .product .sale-badge {
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
}

@media (max-width: 992px) {

	.woocommerce.products .columns-4 .product:nth-child(4n+4) {
		margin: 0 15px 15px 0 !important;
	}

	.woocommerce.products .columns-4 .product:nth-child(2n+2) {
		margin-right: 0 !important;
	}

	.woocommerce.products .product {
		padding: 15px !important;
	}

	.woocommerce.products .product .stock-status {
		font-size: 12px;
	}

}

/* Products categories (builder)
   ========================================================================== */

.product-categories a,
.product-categories a figure {
	height: 300px;
}

.product-categories a figure {
	background: #000;
	overflow: hidden;
}

.product-categories a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .8;
	transition: all .3s ease-in-out;
}

.product-categories a:hover figure img {
	transform: scale(1.05);
}

.product-categories a span.cat-title,
.product-categories a h4 {
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 0 30px;
}

.product-categories a h4 {
	bottom: auto;
	top: 30px;
}

.product-categories .btn-arrow {
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: inline-block;
	transform: translate(10px, 8px);
}

.product-categories .btn-arrow span {
	width: 12px;
	height: 2px;
	background: red;
	border-radius: 50px;
	position: absolute;
	top: 14px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}

.product-categories .btn-arrow span:last-child {
	transform: rotate(315deg) translateX(-50%);
}

.product-categories.cat-highlited a,
.product-categories.cat-highlited a figure {
	height: 440px;
}

.product-categories.cat-highlited .cat-small a,
.product-categories.cat-highlited .cat-small figure {
	height: 212.5px;
}

.categories .slider-nav:after {
	background-color: #006aff;
	width: 30px;
	height: 30px;
}

.categories .slider-nav {
	visibility: visible;
	filter: none;
	-webkit-filter: none;
	padding: 0;
}

.categories ul.slider-container {
	margin: 0 35px;
}

.categories .woocommerce button {
	display: none;
}

/* Cta
   ========================================================================== */

.cta.has_background {
	padding: 85px 0;
	background: url('../images/shape-top-bottom-small.svg') no-repeat 0 0;
	background-size: cover;
}

/* Reviews
   ========================================================================== */

.reviews .swiffy-slider li .content-regular {
	border-bottom: 1px solid #E6E6E6;
}

.reviews .swiffy-slider .slider-indicators {
	position: static;
	margin: 15px auto 0;
}

.reviews .slider-indicators-round .slider-indicators>*,
.slider-indicators-round.slider-indicators>* {
	width: .7rem !important;
	height: .7rem !important;
}

.woocommerce-Reviews-title,
.comment-form-rating,
#comments {
	margin-bottom: 10px;
}

.woocommerce #review_form input[type="text"],
.woocommerce #review_form input[type="email"],
.woocommerce #review_form textarea {
	width: 100%;
	max-width: 450px;
}

.woocommerce #review_form p:not(.comment-form-cookies-consent) label {
	display: block;
	width: 100%;
}

.comment-form-rating {
	height: 45px;
}

@media (max-width: 62rem) {

	.reviews .swiffy-slider .slider-indicators {
		display: block !important;
		text-align: center;
	}

}

/* Full size image
   ========================================================================== */

.full-size-image figure,
.full-size-image figure img {
	width: 100%;
	height: 450px;
}

.full-size-image figure img {
	object-fit: cover;
}

/* Content
   ========================================================================== */

.content.has_background {
	background: #fff6ed;
	padding: 100px 0;
}

@media (max-width: 767px) {

	.content-regular br {
		display: none;
	}

}

/* Banners
   ========================================================================== */

.banners .banner__url,
.banners .sub-banner__url {
	text-decoration: none;
	display: block;
	position: relative;
	border: 1px solid #e9e9e9;
	min-height: 400px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-size: cover !important;
}

.banner__url:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}

.banner__text-content {
	line-height: 50px;
}

.banners .banner__url {
	background: #006aff;
}

.banners .sub-banner__url {
	height: 150px;
}

.banners .banner__image,
.banners .sub-banner__image,
.banners .banner__image img,
.banners .sub-banner__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banners .banner__image {
	width: 40%;
	left: auto;
	right: 50px;
}

.banners .blk-6:nth-child(2) .banner__image {
	width: 100%;
	right: auto;
}

.banners .banner__image img {
	object-fit: contain;
}

.banners .banner__url .banner__image img {
	object-fit: contain;
}

.banners .sub-banner__image {
	width: 35%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banners .sub-banner__image img {
	width: 100%;
	height: 100%;
}

.banners .banner__image img,
.banners .sub-banner__image img {
	object-fit: cover;
}

.banners .banner__text,
.banners .sub-banner__text {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	z-index: 2;
	color: #fff;
}

.banners .sub-banner__text {
	width: 65%;
	left: auto;
	left: 40%;
}

.banners .sub-banner__text {
	padding: 0;
	box-shadow: none;
	max-width: 200px;
}

@media (max-width: 1660px) {

	.topbar__meta {
		width: 60%;
	}

}

@media (max-width: 992px) {

	.banners .banner__image {
		right: 10px;
		width: 100%;
		max-width: 400px;
	}

	.banners .banner__image img {
		height: auto;
		bottom: 10px;
		top: auto;
	}

	.banners .banner__text {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
	}

	.banner__text-content {
		font-size: 32px;
	}

	.banners .banner__text-link {
		display: block;
	}
	
	.banner__text-content {
		line-height: 40px;
	}

}

@media (max-width: 767px) {
	
	.banners .banner__image {
		max-width: 280px;
	}

	.banners .banner__text {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}

	.banner__text-link {
		display: block;
		text-align: center;
	}

	.banner__text-content {
		font-size: 28px;
	}

	.topbar__meta {
		display: none;
	}
	
}

/* Hero filters
   ========================================================================== */

.hero__filters {
	background: #f5f5f5;
	height: 100%;
}

.hero__filters input[type="submit"] {
	border-radius: 0;
	border: 0;
	color: #fff;
}

/* Categories
   ========================================================================== */

.categories ul li:not(.product),
.brand__block {
	overflow: hidden;
	border: 1px solid #e9e9e9;
	background: #f5fbfe;
}

.categories ul li figure {
	height: 100%;
}

.categories ul li figure img {
	width: 100%;
	height: 100%;
}

.categories ul li figure,
.brand__block figure {
	background: #fff;
}

.categories ul li figure img {
	object-fit: cover;
}

.grouped-brand {
	border-bottom: 1px solid #e6e6e6;
}

.grouped-brand a {
	color: #046aff;
}

@media (max-width: 767px) {

	.brand__block {
		margin-bottom: 15px;
	}

}

/* Brands
   ========================================================================== */

.brand__block figure,
.brand__block figure img {
	width: 100%;
	height: 215px;
}

.brand__block figure img {
	object-fit: cover;
}

/* Cta
   ========================================================================== */

.cta__content,
.ctas figure,
.ctas figure img {
	height: 175px;
}

.ctas figure img {
	width: 100%;
	object-fit: cover;
}

@media (max-width: 992px) {

	.cta__content h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.cta__content p,
	.cta__content span {
		font-size: 14px;
	}

}

/* Best selling
   ========================================================================== */

.best-selling .woocommerce ul.products li.product {
	width: 18.20%;
	margin: 0 1.8% 2.992em 0;
}

.woocommerce-loop-product__title {
	overflow: hidden;
}

@media (max-width: 767px) {

	.best-selling .woocommerce ul.products li.product,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 48.2% !important;
	}

}

/* Highlighted products
   ========================================================================== */

.highlighted-products .products {
	background-size: cover !important;
}

.highlighted-products .woocommerce ul.products li.product {
	background: #f5fbfe;
	padding: 10px;
	width: auto;
	float: none;
}

.slider-container .product figure {
	background: #fff;
}

.highlighted-products .product {
	background: #f5fbfe;
}

.highlighted-products .product h2 {
	color: #006aff;
	font-size: 1em;
	margin: 20px 0 10px;
}

.highlighted-products .product .price {
	margin-bottom: 10px;
}

.highlighted-products .product .button svg path {
	fill: #fff;
}

.highlighted-products .product .price,
.highlighted-products .product .stock-status {
	display: block;
	color: #2a2a2a;
}

.highlighted-products .slider-nav {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #fff;
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
}

.highlighted-products .slider-nav-next {
	left: auto;
	right: -45px !important;
}

.highlighted-products .slider-nav:after {
	background-color: #006aff;
	right: 8px;
	position: relative;
}

.highlighted-products .slider-nav-next:after {
	left: 8px;
	right: auto;
}

.woocommerce ul.products li.product a,
.woocommerce ul.products li.product .meta {
	width: 100%;
}

@media (max-width: 767px) {

	.highlighted-products .slider-nav {
		visibility: visible;
		left: 0;
	}

	.highlighted-products .slider-nav-next {
		right: 0 !important;
	}

}

/* Newsletter
   ========================================================================== */

.newsletter .wpcf7 form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newsletter .wpcf7 form p {
	height: 42px;
}

.newsletter .wpcf7 form p:nth-child(2) {
	width: calc(100% - 150px);
}

.newsletter .wpcf7 form input[type="email"] {
	width: 100%;
}

.newsletter .wpcf7 form p:nth-child(3) {
	width: 125px;
}

@media (max-width: 767px) {

	.newsletter .wpcf7 form {
		height: 105px;
	}

	.newsletter .wpcf7 form p {
		width: 100% !important;
	}

	.newsletter .wpcf7 input[type="submit"] {
		width: 100%;
		margin-top: 10px;
	}

}

/* Single product page
   ========================================================================== */

.woocommerce-tabs {
	width: 100%;
	font-size: 18px;
	margin-bottom: 2em;
}

.gutter-sm {
	padding: var(--gutter-sm);
}

.woocommerce ul.products li.product .button {
	bottom: 0px;
}

.woocommerce ul.products li.product .price {
	font-size: 16px;
}

.woocommerce #payment #place_order {
	margin-top: 1em;
}

@media (max-width: 767px) {

	.woocommerce img,
	.woocommerce-page img {
		margin-bottom: 15px;
	}

	.single-product.woocommerce div.product div.summary {
		width: 100%;
	}

	.woocommerce div.product div.images {
		display: inline-block;
		width: 100%;
		padding-left: 15px;
	}

	.woocommerce div.product .product_title {
		font-size: 24px;
	}

	.woocommerce .cart .button {
		height: 4em;
	}

	.single-product.woocommerce div.product form.cart .button {
		margin-top: -48px;
		margin-left: 128px;
		height: 55px;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		width: calc(((910% + 15px) / 5) - 15px);
	}

	.price {
		width: 100%;
	}

	.woocommerce .products ul li,
	.woocommerce ul.products li h2 {
		padding: 10px 10px 0 !important;
	}

	.woocommerce .products ul li, 
	.woocommerce ul.products li .meta {
		padding: 0 10px 10px;
	}

	.woocommerce ul.products li.product .price {
		margin-bottom: 0 !important;
	}

	.stock-archieve {
		font-size: 9px;
	}

}


@media screen and (min-width: 767px) and (max-width: 924px) {
	.single-product.woocommerce div.product form.cart .button {
		margin-top: 18px;
	}
}

@media screen and (min-width: 541px) and (max-width: 766px) {
	.single-product.woocommerce div.product form.cart .button {
		margin-top: -10px;
	}
}

/* Catalog
   ========================================================================== */
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: left;
	padding-top: 3em;
	padding-bottom: 3em;
}

select {
	margin-bottom: 1em;
}


@media (max-width: 767px) {

	.woocommerce .woocommerce-ordering {
		margin-top: -3em;
		padding-bottom: 0;
	}
}

/* Checkout
   ========================================================================== */
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: left;
	height: 4em;
	font-size: 1.1em;
	margin-top: 1em;
}

.qty-increment {
	width: 35px;
}

.quantity {
	display: flex;
}

.woocommerce-checkout .woocommerce-info {
	margin-bottom: 10px;
}

.woocommerce-checkout #payment {
	background: #f5f5f5 !important;
}

.woocommerce-checkout .header__logo-holder:after,
.woocommerce-checkout .newsletter,
.woocommerce-checkout #footer,
.woocommerce-checkout .mb-50 {
	display: none;
}

.woocommerce-checkout {
	background: linear-gradient(to right, #f5f5f5 50%, #fff 50%);
}

.woocommerce-checkout .woocommerce table.shop_table {
	font-size: 14px;
}

.woocommerce-checkout #header {
	border-bottom: 1px solid #d2d2d2;
}

.woocommerce-checkout section.content {
	position: relative;
	padding: 50px 0;
}

.woocommerce-checkout section.content:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #d2d2d2;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}

.woocommerce-order-received.woocommerce-checkout section.content:after {
	display: none;
}

.woocommerce-checkout section.content .blk-6:first-child {
	padding-right: 30px;
}

.woocommerce-checkout section.content .blk-6:last-child {
	padding-left: 30px;
}

.woocommerce-checkout .woocommerce-info {
	width: calc(50% - 30px);
}

.woocommerce-checkout .hamburger-toggle {
	display: none;
}

.hamburger-toggle {
	order: 2;
}

@media (max-width: 767px) {

	.woocommerce-checkout .woocommerce-info {
		width: 100%;
	}

	.woocommerce-checkout {
		background: #fff;
	}

	.woocommerce-checkout section.content:after {
		display: none;
	}

	.woocommerce-checkout section.content .blk-6:last-child {
		padding-left: 15px;
	}

}

/* Account
   ========================================================================== */

.woocommerce form.login {
	width: 50%;
}

.woocommerce form .form-row input.input-text {
	height: 4em;
	padding-left: 10px;
}

.woocommerce form .form-row {
	margin-top: 1em;
}


p input#save-account-details-nonce+input[name="_wp_http_referer"]+button.woocommerce-Button.button[name="save_account_details"] {
	margin-top: 2em;
}

@media (max-width: 767px) {

	.woocommerce form.login {
		width: 100%;
	}
}

.wp-post-image {
	border: none !important;
}

.slider-container .product {
	text-align: center;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.woocommerce-MyAccount-navigation li {
	list-style: none;
	padding: 15px;
}

.woocommerce-MyAccount-navigation li,
.woocommerce-MyAccount-navigation li a {
	transition: all .2s ease-in-out;
}

.woocommerce-MyAccount-navigation li.is-active,
.woocommerce-MyAccount-navigation li:hover {
	background: #006aff;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a {
	color: #fff;
}

/* FAQ
   ========================================================================== */

.faq-list .tab-body {
	padding: 0 20px;
	background: #f1f1f1;
}

.faq-list .active .tab-body {
	padding: 20px;
}

.faq-list .tab-title {
	border-bottom: 1px solid #f1f1f1;
	cursor: pointer;
	padding: 5px 0;
}

.faq-list .tab-toggle {
	background: #006aff;
}

.customer-service-list a {
	transition: all .3s ease-in-out;
}

.customer-service-list a:hover {
	color: #006aff;
}

/* Tabs
   ========================================================================== */

.config-step {
	display: none;
/* 	max-height: 200px;
	overflow: auto; */
}
.config-body{
	max-height: 200px;
	overflow:auto;
}

.config-step.active-tab {
	display: block;
}

/* Partners
   ========================================================================== */

.partner-slider img {
	object-fit: contain;
	height: 100px;
}

.partner-slider .splide__pagination {
	position: static;
	margin-top: 30px;
}

.splide__pagination li button {
	background: #c7c5c5;
}

.splide__pagination li button.is-active {
	background: #006aff;
}

/*btn color change*/

div.module div.module-up-sell div.meta .button,
div.module div.module__content .btn,
section.content div.container form.woocommerce-cart-form div.blk-12 button,
section.content div.container div.coupon button,
section.categories div.container div.meta .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.wpmc-nav-wrapper button#wpmc-prev.current,
.wpmc-nav-wrapper button#wpmc-next.current,
.wpmc-nav-wrapper button#wpmc-skip-login.current,
.woocommerce section.best-selling div div.woocommerce li.product div.meta span.button,
.woocommerce section.single__product div.container div.meta .button,
section .meta .shop.woocommerce ul.products li.product section button,
.sticky-add-to-cart .btn,
.single-product.woocommerce section.single__product div.product form.cart .button,
a.btn {
	color: #fff !important;
	border-radius: 0;
}

ul li label {
	display: block;
}

/* Search results
   ========================================================================== */

.search-results ul li {
	border-bottom: 1px solid #e2e2e2;
}

.search-results ul li a {
	color: #006aff;
}

.search-pagination {
	display: block;
	width: 100%;
	text-align: center;
	color: #006aff;
}

.search-pagination a {
	color: #000;
}

.search-pagination span,
.search-pagination a {
	margin: 0 5px;
}

.single-product.woocommerce div.product form.cart .button, .woocommerce #review_form #respond .form-submit input, .btn--0, .woocommerce ul.products li.product .button, [type="submit"], .btn, .cart-total, .woocommerce .cart .button, .woocommerce .cart input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce .button.button {
	color: #fff !important;
	background: #006aff !important;
}