/*
Theme Name: Kwiekleven
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.1.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #0d0d0d;
	/* font-family: "Source Sans Pro", sans-serif; */
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "Source Sans Pro", sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus/* ,
.widget_search input[type="submit"]:focus */ {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	/* outline: #ccc solid 1px; */
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #44166a;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);*/
	/*padding: 0 30px;*/
	height: 72px;
	border-bottom: solid 5px #b02c9f;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	padding: 20px 0px 10px;
	margin-top: 50px;
	clear: both;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.footer-widgets .footer-help h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer-widgets .footer-help p{
	font-size: 16px;
	margin-bottom: 15px;
}
.footer-widgets .footer-help p .footer-help-contact{
	color: #227bd7;
	font-weight: bold;
}
.footer-widgets .footer-help p .footer-help-highlight{
	border-bottom: 1px solid #fff;
}
.footer-widgets .footer-pay h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-widgets .footer-address p{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: right;
}
.footer-widget-area:last-child,
.footer-widgets .widget:last-child,
.footer-widgets .footer-address p:last-child,
.footer-widgets .footer-help p:last-child {
	margin-bottom: 0;
}
.footer-links a { color: #000727;}
/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
}

.site-footer p {
	margin-bottom: 0;
}
.site-footer .wrap{
	display: inline-flex;
	justify-content: center;
}
.site-footer a{
	color: #1e1f20;
	text-decoration: none;
}
ul.footer-menu-bottom li {
	display: inline-block;
}
ul.footer-menu-bottom li a {
	padding: 0px 20px;
	border-right: 1px solid #1e1f20;
	color:#2495ca;
}
ul.footer-menu-bottom li:last-child a{
	border-right: none;
}
/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}


	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
		max-width: 1500px;
		margin: 0 auto;
		padding: 0px 75px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
.responsive-menu{
	display:none;
}
.site-header .wrap{
	max-width: 1366px;
	margin: 0 auto;
	padding: 0px 75px;
}
.site-header{
	background: #44166a;
	border-bottom: solid 5px #b02c9f;
}
.site-header .title-area {
	margin: 8px 0px 3px 10px !important;
	width: 173px !important;
	height: 62px !important;
	padding: 0px;
}
.site-header .widget_nav_menu,.site-header .widget_search{
	float:left;
}


.widget_search .search-form,.search-form {
	display: flex;
	width:700px;
	margin:0 auto;
}
.widget_search input,.search-form input {
	width: 100%;
}
.widget_search .search-form input,.widget_search .search-form input[type="search"]::placeholder,
.search-form input,.search-form input[type="search"]::placeholder {
	color: #91959c;
	font-size: 24px;
}
.widget_search .search-form input[type="submit"], .search-form input[type="submit"] {
	content: "\f179";
	color: #fff;
	display: inline-block;
	font: normal 30px/1 'dashicons';
	vertical-align: middle;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #b02c9f;
	padding: 8px;
	width: auto;
	margin: 0px;
	-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;
}
.search-form-input { padding-left: 65px;}


/* .widget_search .search-form {
    display: flex;
}
.widget_search input {
    width: 100%;
}
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 52px;
    margin: 0 0;
    margin-left: -52px;
    padding: 0 0;
    position: relative;
    width: 15%;
}
.widget_search .search-form input[type="submit"] {
    content: "\f179";
    color: black;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 30px/1 'dashicons';
    vertical-align: middle;
    background: none;
    border: none;
    padding-left: 0;
} */


/* .widget_search input {
    width: 100%;
}
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    margin: 0 0;
    margin-left: -105px;
    padding: 0 0;
    position: relative;
	border-radius:0px;
	width: 100px;
    height: 38px;
    text-align: center;
    background: #2495ca !important;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    float: none !important;
    text-transform: uppercase;
} */
.site-header .search-form{
	/* width:600px; */
	margin-top: 17px;
}
/* .widget_search input[type="submit"]:focus {
	box-shadow: none;
	padding: 0px;
	width: 100px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-weight:600;
} */
.widget li li {
	margin: 0;
}
.site-header .widget_nav_menu .nav-header{
	background: #b02c9f;
	border: solid 1px #fff;
	margin-top: 16px;
	padding: 20px;
	position: relative;
	display: none;
}
.site-header .widget_nav_menu .nav-header #responsive-menu-icon span {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.site-header .widget_nav_menu .nav-header #responsive-menu-icon span:after { background: url("images/noun_down.png"); width: 22px; height: 12px; content: ""; display: inline-block; margin-left: 20px;}

.genesis-nav-menu .sub-menu {
	position: relative;
	border:none;
}
.genesis-nav-menu .sub-menu a{
	background-color: #64b108;
	border: none;
}
.genesis-nav-menu li a{
	color: #fff;
	font-size: 14px;
	padding: 10px 0px;
}
.genesis-nav-menu li {
	display:block !important;
	margin-bottom:0px !important;
}
.site-header .widget_nav_menu .nav-header{
	padding: 5px 20px;
	width: 220px;
	height: 40px;
}
.genesis-nav-menu {
	position: absolute;
	background: #b02c9f;
	width: 220px;
	padding: 5px 20px;
	top: 34px;
	border: 1px solid #fff;
	border-top: 0px;
	left: -1px;
	z-index: 999;
}
.home-info .genesis-nav-menu { background: #78c43a;}
.genesis-nav-menu li:first-child a{
	padding-top:6px;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}
.site-header .widget,.before-footer-text-section  .widget{
	margin-bottom: 0px;
}
.kwiekleven-top-nav { margin-bottom: 0px; display: flex; align-content: center; justify-content: center; align-items: center; height: 67px;}
.kwiekleven-top-nav > li {
	display:inline-block;
	margin-bottom: 0px !important;
	text-align: center;
	padding: 0px 20px;
	height: 100%;
}
.kwiekleven-top-nav .kwiekleven-nav-cart {
	vertical-align: middle;
	background: #b02c9f;
}
.kwiekleven-top-nav .kwiekleven-nav-cart a:before {
	background: url("images/cart_icon_hover.png") no-repeat #b02c9f; width: 37px; height: 33px; display: block; content: ''; margin: 0px auto;
}
.kwiekleven-top-nav .kwiekleven-nav-login > a:before { content: ''; background: url("images/login_icon.png") no-repeat; width: 22px; height: 32px; display: block; margin: 0px auto; }
.kwiekleven-top-nav a {
	display: block;
	color: #fff;
	text-decoration:none;
	margin-top: 5px;
}
.kwiekleven-top-nav li:hover a { text-decoration: none; color: #fff;}
.wp-custom-logo .title-area {
	padding-bottom: 0px;
	padding-top: 0px;
}
.search-form {
	width: 750px;
	height: 62px;
	border: solid 3px #b02c9f;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	position: relative;
}
.search-form-input { position: relative;}

	/*Footer Section*/
/* .footer-widgets .footer-widget-area{
	width:100%;
} */
.footer-widgets .footer-widget-area .widget_nav_menu .menu,.before-footer-text-section #menu-before-footer-menu{
	text-align: center;
}
.footer-widgets .footer-widget-area .widget_nav_menu .menu li,.before-footer-text-section #menu-before-footer-menu li{
	display: inline-block;
	margin-bottom:0px !important;
}
.footer-widgets .footer-widget-area .widget_nav_menu .menu li a{
	text-decoration: none;
	color: #2495ca;
	padding: 0px 20px;
	font-size:14px;
}
.before-footer-text-section{
	border-top: solid 1px #b8bec1;
	border-bottom: solid 1px #b8bec1;
	background: #2495ca;
}
.before-footer-text-section #menu-before-footer-menu li a{
	text-decoration: underline;
	color: #fff;
	padding: 0px 20px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin: 5px 0px;
}
.before-footer-text-section #menu-before-footer-menu li{
	border-left: solid 2px #fff;
}
.before-footer-text-section #menu-before-footer-menu li:first-child{
	border-left: none;
}
#menu-before-footer-menu .facebook a::before,#menu-before-footer-menu .livechat a::before,#menu-before-footer-menu .tel a::before{
	content: "";
	height: 34px;
	float: left;
	position: relative;
	top: -2px;
	left: 5px;
}
#menu-before-footer-menu .facebook a::before {
	width: 33px;
	top: 1px;
	height: 32px;
}
#menu-before-footer-menu .livechat a::before {
	width: 37px;
	top: 0;
}
#menu-before-footer-menu .tel a::before {
	width: 37px;
}
#menu-before-footer-menu .facebook a::before {
	background: url(/wp-content/uploads/2019/09/facebook-icon.png) center right no-repeat;
}
#menu-before-footer-menu .livechat a::before {
	background: url(/wp-content/uploads/2019/09/chat-icon.png) center right no-repeat;
}
#menu-before-footer-menu .tel a::before {
	background: url(/wp-content/uploads/2019/09/phone-icon.png) center right no-repeat;
}
/*home banner*/
.home-banner .textwidget a.left,.home-banner .textwidget a.right{
	width: 47.5%;
}
.our-brands .textwidget{
	display:flex;
	align-items: flex-end;
}
.our-brands .textwidget .left:first-child{
	width: 30%;
	margin-left:0px;
}
.our-brands .textwidget .left{
	width: 25%;
	margin-left:30px;
}
.home-banner .textwidget a.left{
	float:left;
}
.home-banner .textwidget a.right{
	float:right;
}
.home .site-inner .widget-title {
	color: #3c3c3d;
}
.site-inner {
	max-width: 1366px;
	padding: 70px 75px 30px;
}
.site-header .wrap{
	position:relative;
}
.site-header .wrap .widget-area .widget_nav_menu{
	position:absolute;
	left:290px;
}
.site-header .wrap .widget-area .widget_search{
	position:absolute;
	right: 250px;
	width: calc(100% - 780px);
}
.site-header .wrap .widget-area .widget_custom_html{
	position:absolute;
	right:75px;
}
.before-footer-text-section #menu-before-footer-menu li {
	margin: 3px 0px !important;
}
.content {
	width: 100%;
}
.single-post .content{
	width: 65%;
}
.kwiekleven-terms h2,.kwiekleven-terms p,.kwiekleven-about-us p,.kwiekleven-about-us tbody td,.kwiekleven-privacy p,.kwiekleven-privacy h2,.kwiekleven-service p{
	font-size:12px;
	color: #000;
}
.kwiekleven-terms h2,.kwiekleven-privacy h2{
	margin-bottom:0px;
	font-weight:700;
}
.kwiekleven-about-us tbody ,.kwiekleven-about-us tbody td{
	border: none;
}
.kwiekleven-about-us table{
	margin-bottom: 0px;
}
.kwiekleven-terms a:hover,.kwiekleven-about-us a:hover,.kwiekleven-privacy a:hover{
	color:#0000EE;
}
.kwiekleven-terms a,.kwiekleven-about-us a,.kwiekleven-privacy a{
	text-decoration:none;
	color:#0000EE;
}
.woocommerce ul.products li.product a img {
	padding: 20px;
}
div#tab-description {
	padding-top: 20px;
}
.summary.entry-summary .single_variation_wrap {
	/*border-bottom: solid 0px #ccc;*/
}
/* .single .woocommerce-variation.single_variation {
    border-bottom: solid 1px #ccc !important;
    margin-bottom: 20px !important;
	margin-left: -50px;
} */
/* .single .woocommerce-variation-price {
    padding-left: 45px;
    padding-top: 35px;
} */
button.single_add_to_cart_button.button.alt {
	margin-right: 25px;
}
.tax-product_cat div#primary , .post-type-archive-product div#primary   {
	width: 75%;
	float: right;
}

.tax-product_cat .sidebar , .post-type-archive-product .sidebar {
	width: 20%;
	background-color: #eee;
	padding: 20px;
}

.woocommerce-tabs.wc-tabs-wrapper {
	padding-top: 80px;
}
.single h1.product_title.entry-title {
	margin-bottom: 50px;
}
.single-product aside#genesis-sidebar-primary {
	display: none;
}

.devloper_searchpage .content-sidebar-wrap > .content {
	width: 75%;
}

.search aside#genesis-sidebar-primary {
	width: 20%;
	background-color: #eee;
	padding: 20px;
}

.devloper_searchpage .custom-price-cart a.dev_button {
	background-color: #edf2f4 !important;
	border: 1px solid #b8bec1 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding: 8px 20px !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #535556 !important;
}

.devloper_searchpage .custom-product-grid .custom-price-cart {
	width: 20%;
}

/*Home Review*/

.kwiekleven-posts{
	display: flex;
	justify-content: space-between;
}
.kwiekleven-single-post {
	background-color: #3a4064;
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.kwiekleven-single-post .kwiekleven-single-post-top  {
	padding:20px;
	/* border: solid 1px #ede9e9;
	border-bottom:none; */
}
.kwiekleven-single-post .kwiekleven-single-post-top h2 a,.kwiekleven-single-post .kwiekleven-single-post-top h2 a {
	color: #2495ca;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}

.kwiekleven-single-post .kwiekleven-single-post-top .kwiekleven-post-desc {
	font-size: 16px;
	color: #3c3c3d;
	color: #fff;
}

.search-banner{
	background-image: url(http://wp3.buzze.be/wp-content/uploads/2019/09/search-bg.png );
	background-size: cover;
}
.search-banner .site-inner{
	padding: 150px 0px 50px;
}
.search-banner .site-inner .widget{
	margin-bottom:0px;
}
.search-banner .site-inner .widget.widget_search{
	margin-bottom:60px;
}
.search-banner ul{
	text-align: center;
}
.search-banner ul li {
	display: inline-block;
	margin:0px;
	padding: 0px 40px;
}
.search-banner ul li a,.search-banner ul li a:hover{
	display: inline-block;
	color: #2495ca;
	font-size: 20px;
}
/*Home*/
.wpb_slider_area .owl-theme .owl-nav button.owl-next,.wpb_slider_area .owl-theme .owl-nav button.owl-prev  {
	width: 20px;
	height: 20px;
	padding: 0px !important;
	border-radius: 10px;
}
.site-inner>.kwiekleven-reviews{
	margin-top:30px;
}
/*Review*/
.slick-initialized .slick-slide.kwiekleven-product-review{
	display: inline-flex;
	justify-content: space-around;
	padding: 10px;
	border: solid 1px #ede9e9;
	box-shadow: 10px 10px 5px #ede9e9;
}
.kwiekleven-product-author h2{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.kwiekleven-product-review .woocommerce .star-rating{
	float:none;
}
.kwiekleven-product-content {
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 50%;
}
.kwiekleven-product-content h2{
	clear:both;
	margin: 20px 0px;
	padding: 0;
	font-size: 18px;
}
.kwiekleven-product-content p{
	color: #333;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.twb_wc_reviews_ratings_wrap ul{
	margin: 0;
	padding: 0;
}
.twb_wc_reviews_ratings_wrap ul li {
	float: left;
	background: url('/wp-content/uploads/2019/09/review-not-rated.png');
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 3px;
	background-size:contain;
}
.twb_wc_reviews_ratings_wrap ul li.rated {
	background: url('/wp-content/uploads/2019/09/review-rated.png');
	background-size:contain;
}
h2.twb_wcr_author,.kwiekleven-product-content h2,.kwiekleven-product-date p{
	color: #4f4f4f;
	font-weight: 600;
	text-transform: capitalize;
}
.kwiekleven-product-date p{
	font-size: 14px;
}
.kwiekleven-product-content .review-date-mobile{
	font-size: 14px;
	color: #4f4f4f;
	font-weight: 600;
	display:none;
}
.single-post aside li a,.single-post aside li a:hover{
	color: #2495ca;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.singular-featured-image {
	margin-bottom: 20px;
}
.kwiekleven-single-post:hover{
	box-shadow: 10px 10px 5px #ede9e9;
}

/* Developer CSS 02 Octber 2019 */
.most-view-product .wpb_slider_area .owl-theme .owl-nav button.owl-next,
.most-view-product .wpb_slider_area .owl-theme .owl-nav button.owl-prev {
	width: 20px;
	height: 50px;
	background-color: transparent;
	color: #000;
	top: 70px;
}

.most-view-product .wpb_slider_area .owl-theme .owl-nav button.owl-next i,
.most-view-product .wpb_slider_area .owl-theme .owl-nav button.owl-prev i {
	font-size: 50px;
}

.most-view-product .wpb_slider_area .owl-theme .owl-nav button.owl-next {
	right: -40px;
}

.most-view-product .wpb_slider_area .owl-theme .owl-nav button.owl-prev {
	left: -40px;
}

.kwiekleven-reviews .slick-next,
.kwiekleven-reviews .slick-prev {
	background-color: transparent;
	color: #000;
}

.kwiekleven-reviews .slick-next:before,
.kwiekleven-reviews .slick-prev:before {
	background-color: transparent;
	color: #000;
}

.backtocategory {
}

.backtocategory a {
	color: #333;
}

.woocommerce-product-details__short-description1 {
	clear: both;
	width: 100%;
	display: inline-block;
}

.woocommerce-product-details__short-description1 h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.woocommerce-Tabs-panel12 {
	display: inline-block !important;
	clear: both;
	width: 100%;
}
/*404 Page*/
.error404 .entry{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.error404 .entry .search-form {
	margin: 0px;
	width: 750px;
}
.error404 .entry p{
	font-size: 12px;
	color: #000;
}
.error404 .entry p a,.error404 .entry p a:hover{
	text-decoration: none;
	color: #9A1A99
}
/*404 Page*/
/*Popup*/
.product-enquiry{
	font-size: 14px;
}
.product-enquiry h2 {
	font-size: 30px;
	color: #53a9d4;
	padding: 10px 0px;
	font-weight: normal;
	margin: 0px;
}
.product-enquiry #question_line{
	color: #898d8f;
	border-bottom: solid 1px #53a9d4;
}
.product-enquiry form{
	padding-top: 20px;
}
.product-enquiry form p{
	margin-bottom: 8px;
}
.product-enquiry form input{
	padding: 10px;
}
.product-enquiry form .your-name input,.product-enquiry form .your-email input{
	width:50%;
}
.product-enquiry form p input[type="submit"]{
	background-image: linear-gradient(#98CCE5, #3388BF);
	border-radius: 0px;
	border: 1px solid #3C86AB;
	box-shadow: 2px 2px #888888;
	box-shadow: 2px 2px #0c0c0c47;
	float:right;
}
#phone_belgium {
	background: url('/wp-content/uploads/2019/10/flag_be.png') left center no-repeat;
	padding-left: 30px;
	line-height: 24px;
	font-size: 18px;
}
#phone_france {
	background: url('/wp-content/uploads/2019/10/flag_fr.png') left center no-repeat;
	padding-left: 30px;
	line-height: 24px;
	font-size: 18px;
}
.product-enquiry .content{
	padding: 20px 0px;
}
.product-enquiry .content p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #5d6062;
}
.product-enquiry.product-enquiry-success #question_line {
	color: #898d8f;
	border-bottom: solid 1px #53a9d4;
	font-size: 12px;
}
/*Popup*/
body:not(.woocommerce-cart) #wfspb-top-bar,body:not(.woocommerce-cart) .wfspb-gift-box
{ display:none !important; }
#wfspb-top-bar {
	position: unset !important;
	border: 1px solid #e6d35f;
}
.cart-collaterals{
	margin-top:24px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.quantity .minus,.quantity .plus,.quantity .minus:hover,.quantity .plus:hover,
.quantity .minus:active,.quantity .plus:active,.quantity .minus:focus,.quantity .plus:focus{
	padding: 20px 10px;
	line-height: 1px;
	border-radius: 0px;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	float:left;
}
.quantity .plus,.quantity .plus:hover,.quantity .plus:active,.quantity .plus:focus{
	padding: 20px 9px;
}
.woocommerce .quantity .qty {
	line-height: 1px !important;
	width: 60px;
	border-radius: 0px !important;
	padding: 9px 5px !important;
	margin-right: 0px !important;
	box-shadow: 1px 1px 10px #ddd inset;
	float:left;
}
.woocommerce .product-remove a.remove,.woocommerce .product-remove a.remove:hover {
	font-size: 10px !important;
	color: #036cd1 !important;
	border-bottom: 1px solid #036cd1 !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0px !important;
	background-color:#fff !important;
	display: inline-block !important;
}
.woocommerce .product-remove{
	text-align: right !important;
}
.kwiekleven-submit-form {
	display:none !important;
}
.woocommerce table.shop_table {
	border-collapse: collapse !important;
}
tr.woocommerce-cart-form__cart-item.cart_item {
	border-bottom: 1px solid #d3cdcd;
}
.kwiekleven-shipping-success{
	display: flex !important;
	align-items: center;
	justify-content: center;
	color:#498105 !important;
}
.kwiekleven-shipping-success img{
	margin-right:10px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents thead tr th {
	display: none !important;
}
#wfspb-top-bar > #wfspb-main-content.kwiekleven-shipping-success{
	color:#498105 !important;
}

/*longld css*/
.lp-home { height: 100%; position: fixed; top: 0px; left: 0px; width: 100%; }
.logo { background: url("images/logo.png") left no-repeat; width: 230px; height: 55px; position: absolute; top: 20px; left: 20px;}
.lp-row { height: 50%;}
.quote-home, .box-icon { display: flex; justify-content: center; align-content: center; align-items: center; height: 100%;}
.page-template-home-shop .box-icon { min-height: 400px;}
.quote { width: 60%;}
.quote .title { background: #000; padding: 5px 10px; color: #fff; display: inline-block; margin-bottom: 10px;}
.quote .content { font-size: 140%; line-height: 1.5em;}
.quote .link { display: block; margin-top: 20px; color: #0092ff; text-decoration: underline;}
.quote .link:before { background: url("images/mailbox-icon.png"); width: 25px; height: 25px; display: inline-block; content: ''; margin-right: 10px; position: relative; top: 5px;}
.k-interview { background: #ebc11b; position: relative;}
.k-interview:hover { background: #c49e09;}
.k-shop { background: #b02c9f; position: relative;}
.k-shop:hover { background: #850574;}
.k-infocentrum { background: #5daa1e; position: relative;}
.k-infocentrum:hover { background: #3c8203;}
.k-location { background: #0092ff; position: relative;}
.k-location:hover { background: #055a99;}
.text-content { position: absolute; bottom: 0px; left: 0px; padding: 0px 40px; color: #fff; width: 100%; min-height: 142px;}
.text-content h3 { border-bottom: solid 2px #fff; display: block; padding-bottom: 10px; font-size: 18px;}

.product-search { margin-bottom: 50px;}
.product-search h3 { text-align: center; font-size: 48px; line-height: 60px; margin: 20px 0px 40px;}
.product-detail-desc-icon { background: url("images/eye-icon.png") 5px center no-repeat; border: solid 1px #81878a; color: #81878a; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; padding: 5px 10px 5px 40px; margin-left: 50px; display: none; }
.product-detail-desc-icon:hover { text-decoration: none; background-color: #fefefe; color: #81878a;}
.single-product.woocommerce div.product .product_title { }

.home-info .site-inner { max-width: 100%; padding: 0px;}
.home-info header { background: #3a7808; border-bottom: solid 5px #78c43a;}
.home-info .kwiekleven-top-nav { display: none;}
.home-info .site-header .widget_nav_menu .nav-header { background: #78c43a;}
.info-quote { background: #f5faf0; width: 100%; padding: 50px 0;}
.info-quote .container { padding: 0px 100px;}
.recent-posts { margin: 30px 0px;}
.recent-posts a { color: #0d0d0d;}
.recent-posts h2 { font-size: 24px; margin-bottom: 10px;}
.recent-posts h3 { font-size: 20px;}
.list-article li { display: flex; margin-bottom: 20px; border-bottom: solid 1px #ccc; padding-bottom: 20px;}
.list-article li .thumb { margin-right: 20px;}
.list-article li img { width: 200px; }
.breadcrumb { margin-top: 20px; display: block !important;}
article .entry-header { margin-top: 30px;}
article .the-date { border-bottom: solid 1px #ccc; padding-bottom: 10px; margin-bottom: 30px; color: #aaa; font-size: 14px; margin-top: 5px;}
.entry-content p { line-height: 36px; font-size: 20px;
	/*color: #828485;*/
}
.entry-content br { height: 20px; display: block;}


/*longld woocommerce*/
.custom-freeshipping-bar { background: #ebc11b !important; border-radius: 5px; padding: 15px 20px; font-size: 18px; color: #498105; color: #fff; display: flex; align-items: center; justify-content:  center; }
.custom-freeshipping-bar.reached { background: #ebf8dc !important; color: #498105;}
.custom-freeshipping-bar.reached:before { display: inline; content: ''; background: url("images/like-icon.png") no-repeat; width: 46px; height: 43px; margin-right: 20px;}
.custom-freeshipping-bar.reached span { }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{ width: 100% !important; max-width: 100%;}
.woocommerce-input-wrapper { display: contents;}

.select2-container--default .select2-selection--single .select2-selection__rendered { height: 45px !important; line-height: 45px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single
{ height: 45px !important;}
h3#ship-to-different-address { margin: 0px; font-size: 18px; font-weight: normal;}
#customer_details { margin-bottom: 30px;}

.woocommerce-checkout main.content { max-width: 815px !important;}
.woocommerce-checkout .entry-header { display: none;}
.woocommerce-error { border-top: solid 8px #b81c23 !important;}
.woocommerce-notices-wrapper .woocommerce-error li { margin-left: 15px !important;}
.woocommerce-info, .woocommerce-message { background: #54a1ed !important; border-top: solid 8px #035fbb !important; color: #fff !important;}
.woocommerce-info a { color: #fff;}
.woocommerce-form-login-toggle .woocommerce-info::before { background: url(images/login-icon-blue.png) no-repeat; width: 22px; height: 32px; content: ''; top: 10px; }
.woocommerce-billing-fields .input-text, .woocommerce-billing-fields .form-row-last, .woocommerce-billing-fields .form-row-first { width: 100% !important;}
.woocommerce-checkout p { font-size: 18px; color: #4c4a4a;}
.woocommerce-checkout h3 { color: #4c4a4a;}
.shop_table woocommerce-checkout-review-order-table { }
.woocommerce-checkout .note { font-size: 14px; padding-bottom: 20px; color: #8d8989; border-bottom: dashed 1px #8d8989;}
/*.woocommerce-billing-fields { border-bottom: dashed 1px #8d8989;}*/
.checkout-createaccount-text { display: flex !important; align-items: start;}
.checkout-createaccount-text input[type=checkbox] { margin-top: 12px !important;}
.checkout-createaccount-text span { width: 350px;}
.checkout-createaccount-text label { font-size: 14px; color: #8d8989;}
.woocommerce-shipping-fields .input-checkbox { margin: 0px 3px 0px 4px;}

#checkout-step1 {}
#checkout-step2 { display: none;}
#checkout-step1 .btn-goto-step2, .btn-green, button.btn-green, a.btn-green, #place_order { display: inline-block !important; margin: 0px !important; padding: 20px 75px 20px 40px !important; background: #64b108 !important; border: solid 1px #245580 !important; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; color: #fff !important; font-size: 24px !important; position: relative; line-height: inherit !important; font-weight: normal !important; text-transform: uppercase; float: none !important;}
.btn-green:after { content: ''; background: url(images/green-button-icon.png) no-repeat; width: 43px; height: 43px; position: absolute; right: 15px; top: 16px;}
#shipping_first_name_field, #shipping_last_name_field { width: 100% !important;}
#checkout-step2 h3 { margin-bottom: 20px;}
.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment { background: #fff !important; padding: 0px !important; }
.wc_payment_methods { padding: 0px !important; padding-bottom: 30px !important; border-bottom: dashed 1px #8d8989 !important; margin-bottom: 30px !important;}
.wc_payment_method { border: solid 1px #b3b6b9 !important; padding: 20px; margin-bottom: 20px !important;}
.woocommerce-additional-fields { border-bottom: dashed 1px #8d8989; padding-bottom: 30px !important; margin-bottom: 30px !important;}
.woocommerce-checkout-review-order-table { background: #f0f9fe !important; border: solid 3px #beccd3;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { left: 1em !important;}
.order-email-confirmation { margin: 30px 0px; padding: 20px 30px 20px 120px; border: solid 3px #388cd3; background: url("images/email-confirmation.png") 20px center no-repeat #f0f9fe;}
.thankyou-contact {}
.thankyou-contact ul { padding: 20px 40px; list-style-type: none;}
.thankyou-contact ul li { display: block; height: 32px; line-height: 32px; margin-bottom: 20px; color: #212529;}
.thankyou-contact ul li.phone-icon { background: url("images/phone-icon.png") left center no-repeat; padding-left: 50px; }
.thankyou-contact ul li.mail-icon { background: url("images/email-icon.png") left center no-repeat; padding-left: 50px;}
.thankyou-contact ul li.chat-icon { background: url("images/livechat-icon.png") left center no-repeat; padding-left: 50px;}

.page-template-home-shop #search-header, .woocommerce-checkout #search-header { display: none;}
.page-template-home-shop .site-inner { max-width: 100%;}
#search-header { position: absolute; right: 200px; width: 530px; top: 15px;}
#search-header .search-form-input { height: 40px; background: url(images/search_icon.png) 10px center no-repeat #fff; padding-left: 45px;}
#searchform-1.search-form-input { background: url(images/home-search-icon.png) 3px center no-repeat; padding-left: 80px;}
.search-results { top: 57px;}
.search-results {
	position: absolute;
	z-index: 99999;
	background: #fff;
	border: solid 1px #b02c9f;
	right: 0px;
	max-height: 450px;
	display: none;
	overflow: auto;
	width: 750px;
	left: calc(50% - 375px);
	padding-bottom: 20px;
}
.search-results ul { padding-left: 0px;}
.search-results h4 { display: block; background: #3a4064; padding: 5px 10px; color: #fff; margin: 0px 10px; font-size: 18px;}
.search-results li { display: block; width: 360px; float: left; margin-top: 20px; }
.search-results li:nth-child(odd) { border-right: solid 1px #b5b1b1; clear: both;}
.search-results li .a_img { float: left; width: 100px; margin: 0px 10px; text-align: center; padding: 0px;}
.search-results img { max-width: 100%; width: 60px;}
.search-results li .a_info { width: 225px; float: right; margin-right: 10px; color: #434546;}
.search-results li .a_info a { display: block; font-size: 16px; margin-bottom: 10px; padding: 0px; color: #2495ca;}
.search-results li .a_info span {display: block; line-height: 20px;font-size: 14px; word-wrap: break-word;}
.search-results li .a_info span ul {}
.search-results li .a_info span ul li { border: none; display: contents;}
.search-results li a { display: block; color: #5c5e59; padding: 8px 10px;}
.search-results li a em { font-weight: bold;}
.search-results .no-result { padding: 20px 20px 0px; color: red; font-style: italic;}

.woocommerce-column { padding: 0px !important; margin-bottom: 20px;}
.woocommerce-column__title { margin-bottom: 10px;}
.checkout-blog {}
.checkout-blog ul { list-style: none; display: flex; justify-content: space-between; padding: 0px;}
.checkout-blog ul li { width: 30%; list-style: none !important;}
.woocommerce-order-details.mollie-instructions { display: none;}
.create-account { margin-bottom: 20px;}
#lightbox-mautic { display: none;}
#lightbox-mautic .bg { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: #0865ac; z-index: 9999; opacity: .5; }
#lightbox-mautic .mt-form { background: #fff; border: solid 5px #0865ac; position: fixed; width: 780px; top: 200px; left: calc(50% - 390px); z-index: 99991; padding: 50px; text-align: center;}
#lightbox-mautic .mt-form h3 { margin-bottom: 20px; font-size: 30px; color: #0d0d0d;}
#lightbox-mautic .mauticform-label { font-weight: normal; text-align: left;}
#lightbox-mautic .mauticform-button { width: 100%; height: 60px !important; line-height: 60px !important; color: #fff !important; background: #0d0d0d !important; font-size: 18px !important; font-weight: normal; padding: 0px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.lightbox-close { position: absolute; right: -20px; top: -20px; width: 40px; height: 40px; -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px; background: #0865ac; cursor: pointer; color: #fff; font-size: 24px; text-align: center; line-height: 40px;}

.woocommerce-product-details__short-description1 {}
.woocommerce-product-details__short-description1 h2, .entry-content h3, .entry-content h2, .entry-content h4, .product-claims h3, .product-ingredients h3 { border-bottom: 1px solid #ddd; color: #0d0d0d; padding-bottom: 10px; margin-bottom: 20px; font-weight: bold; font-size: 24px; /*color: #828485;*/ margin-top: 35px;}
.woocommerce-product-details__short-description1 ul {}
.woocommerce-product-details__short-description1 ul li, .product-claims ul li { background: url("images/iconCheck.png") left 10px no-repeat; padding-left: 25px; font-size: 20px; margin-bottom: 10px; line-height: 36px; }
.box-variation { display: flex !important; flex-direction: column; align-items: center; }
.product-claims ul li:first-letter { text-transform: uppercase;}
.variations .value .custom-variation-item [type=radio] { position: relative; top: 25px; display: block !important;}
.variations .value .custom-variation-item label { padding: 30px 35px 10px !important; }
.variations .value .custom-variation-item .active label { border: solid 3px #0092ff !important; background: #f0f9fe;}
.variations .value .custom-variation-item div label { border: solid 3px #ccc !important;}

.kwiekleven-product_shipping-free { background: url(images/checkbox_freeshipping.png) 5px 5px #f9f2f8 no-repeat !important; color: #b02c9f; font-weight: bold; }
.customer-reviews { color: #333; margin-top: 20px; margin-bottom: 0px !important; border-top: solid 1px #eee;}
.customer-reviews .slick-track { overflow: hidden; }
.customer-reviews .item { padding: 10px; }
.customer-reviews .item .author { font-weight: bold; font-size: 14px; color: #333; margin-right: 10px; text-align: left;}
.customer-reviews .item .content { text-align: left; color: #333 !important; display: flex; flex-direction: column;}
.customer-reviews .item .content .review-item-top { display: flex; flex-direction: row; margin: 10px 0px;}
.customer-reviews .item .content h3 { font-size: 15px; font-weight: bold; margin-top: 10px;}
.customer-reviews .item .content p { font-size: 14px; overflow: hidden; margin-bottom: 0px;}
.review-rating { padding: 0px; margin: 0px;}
.review-rating li.rated-half { background: url("images/halfstar.png");}
.review-rating li { float: left; background: url("images/review-not-rated.png"); width: 20px; height: 20px; display: inline-block; margin-right: 3px; -webkit-background-size: 100% 100% !important;background-size: 100% 100% !important;}
.review-rating li.rated { background: url("images/review-rated.png");}
.review-prev { display: none;}
.review-next { background: url("images/next-icon.png"); width: 23px; height: 45px; position: absolute; right: -40px; top: 60px;	z-index: 9999;}
.kwiekleven-product_shipping ul li { font-size: 15px !important;}
.variations .label { margin-bottom: 0px !important;}
.custom-single_variation_wrap>div { padding-bottom: 20px !important; margin: 0px !important;}
.woocommerce div.product form.cart { margin-bottom:  0px !important;}
.product-bottom-notice {
	border: 1px solid #d7d0d0;
	background-color: #efeded;
	padding: 20px;
	color: #6a6767;
	font-size: 16px;
	margin-top: 50px;
}
.woocommerce-page #mwb_wpr_order_notice { display: none;}
.coupon-left { position: absolute; width: 400px; }
.coupon-left .coupon { background: #f6f4f7; border: solid 1px #dedcdf; padding: 15px;}
.coupon-left .coupon label { color: #036cd1; display: block;}
.coupon-left .coupon .coupon-input-container { display: none; flex-direction: column; margin-top: 10px;}
.coupon-left .coupon .coupon-input-container #coupon_code { margin-bottom: 10px;}
.coupon-left .mwb_wpr_shortcode_wrapper { margin-top: 10px;}

.tax-product_cat .sidebar, .post-type-archive-product .sidebar { background: none;}
.tax-product_cat .sidebar a, .post-type-archive-product .sidebar a { color: #333;}
.custom-skip-buttons li { display: none;}

.woocommerce-variation-availability, .shop_table .includes_tax { display: none;}
.d-hidden { display: none;}
.m-hidden { display: block;}

.page-review { float: left; width: 100% !important; font-size: 14px; font-family: Arial; padding-bottom: 100px;}
.review-item { border: solid 1px #ede9e9; box-shadow: 10px 10px 5px #ede9e9; margin: 30px 0px 0px; padding: 20px; float: left; width: 100%; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.review-rating { list-style: none; float: left; }
.page-review .btn-back-home { padding: 20px 0px; display: block; }
.review-rating { padding: 0px; margin: 0px;}
.review-rating li { float: left; background: url("images/review-not-rated.png"); width: 29px; height: 29px; display: inline-block; margin-right: 3px;}
.review-rating li.rated { background: url("images/review-rated.png");}
.page-review-top { background: #c7e6f5; padding: 30px; width: 100%; float: left; font-size: 18px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.page-review-left { float: left; width: calc(100% - 280px); padding-right: 20px; min-height: 500px; }
.page-review-right { float: right; width: 280px; padding-left: 20px; border-left: solid 1px #eee;}
.btn-add-review { position: relative; float: left; padding: 15px 50px 15px 20px; color: #fff; font-size: 18px; text-transform: uppercase; background: #f2830b; border-radius: 10px; }
.btn-add-review:hover { color: #fff; text-decoration: none;}
.btn-add-review:after { content: ""; background: url("images/review-button-arrow.png"); width: 29px; height: 29px; position: absolute; right: 10px; top: 15px;}
.review-summary { float: right; font-size: 14px; padding-top: 15px;}
.review-item .left { float: left; width: 100px; }
.review-item .right { float: right; width: calc(100% - 120px);}
.review-item .author { font-weight: bold; text-align: center;}
.review-date { float: right; font-weight: bold;}
.review-item h3 { clear: both; display: block; margin: 20px 0px; float: left; width: 100%;}
.review-item .content { float: left; width: 100%;}

.lightbox-content { position: fixed; top: 150px; width: 500px; left: 50%; margin-left: -200px; border: solid 1px #efeded; border-radius: 10px; background: #fff; z-index: 9999999; padding: 20px; max-width: 90%;}
.lightbox-content .close-button { position: absolute; right: 10px; top: 10px; }
.lightbox-content h3 { font-size: 18px; margin-bottom: 20px;}
.review-add-form {}
.review-add-form .row { margin-bottom: 15px;}
.review-add-form textarea { margin-top: 10px; width: 100%; height: 100px; padding: 10px;}
#review-add-button {padding: 15px 30px; color: #fff; font-size: 16px; text-transform: uppercase; background: #f2830b; border-radius: 10px;border: none; cursor: pointer; }
#review-add-button:hover { background: #65b108;}
#lightbox-overlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0, 0.7); z-index: 99999; }
.lightbox-content { display: none;}

.rc_wc_rvp_product_list_widget { display: none;}
.rc_wc_rvp_product_list_widget li { border-right: solid 1px #ccc; padding: 10px; text-align: center;}
.rc_wc_rvp_product_list_widget li a { display: block;}
.rc_wc_rvp_product_list_widget li a img { display: initial; margin: 15px 0px; height: 250px; width: auto;}
.rc_wc_rvp_product_list_widget li .price { margin-top: 10px;}

#customer_login .col-1, #customer_login .col-2 { width: 48% !important;}
#customer_login .form-row label { width: 100%;}
#customer_login .password-input { width: 100%;}

.woocommerce-MyAccount-content .woocommerce-Address { width: 48% !important; max-width: 48% !important; padding: 0px !important;}
.woocommerce-account .addresses .title .edit, .post-edit-link { background: #227bd7;	color: #111; padding: 7px 15px;	border-radius: 5px;	color: #fff; font-size: 15px;}

.woocommerce-MyAccount-content .woocommerce-form-row { margin-bottom: 20px;}
.woocommerce-MyAccount-content .woocommerce-form-row > span { font-size: 80%; margin-top: 10px; display: block;}
.woocommerce-MyAccount-content  fieldset { margin-top: 20px;}
.woocommerce-MyAccount-content  fieldset .woocommerce-form-row label, .woocommerce-MyAccount-content  fieldset .password-input { width: 50%;}

body.woocommerce-account header.entry-header { display: none !important;}

.myaccount-content-container {}
.woocommerce-MyAccount-content h1 { font-size: 2em; margin-bottom: 10px;}
.myaccount-content-container section { margin-top: 20px;}
.myaccount-content-container section .myaccount-nav-header { border: solid 2px #ddd; padding: 10px 15px; border-left: none; font-size: 1.3em; position: relative; cursor: pointer; }
.myaccount-content-container section .myaccount-nav-header a { color: #0d0a0a; display: block;}
.myaccount-content-container section .myaccount-nav-header .expanded { cursor: pointer; content: ''; background: url("images/arrow-down.png"); width: 32px; height: 17px; position: absolute; right: 10px; top: 15px;}
.myaccount-content-container section .myaccount-nav-header:before { width: 8px; content: ''; position: absolute; left: 0px; top: -2px; height: 48px;}

.myaccount-content-container section .myaccount-nav-header .collapsed { background: url("images/arrow-up.png");}

.myaccount-content { padding: 0px 10px;}
.myaccount-order .myaccount-nav-header:before { background: #b02c9f !important;}
.myaccount-edit-address .myaccount-nav-header:before { background: #5daa1e !important;}
.myaccount-account-detail .myaccount-nav-header:before { background: #0092ff !important;}
.myaccount-loyalty-point .myaccount-nav-header:before { background: #ebc11b !important;}

.custom-quantity-box { border-bottom: solid 1px #ccc; padding: 30px 50px; background: #f5f1f5;}
.custom-quantity-box h3 { font-weight: bold; margin-bottom: 20px; font-size: 1.2em; color: #111111;}
.custom-quantity-box .quantity-select { display: inline-flex; justify-content: space-between; width: 100%;}
.custom-quantity-box .quantity-select .quantity-box { width: 22%; cursor: pointer; font-size: 16px;}
.custom-quantity-box .quantity-select .quantity-box .discount-item { text-align: center; margin-bottom: 10px;}
.custom-quantity-box .quantity-select .quantity-box .discount-item span { background: #358700; font-size: 14px;	font-family: Arial;	color: #fff; font-weight: bold;	padding: 1px 3px;}
.custom-quantity-box .quantity-select .quantity-box .box { display: flex; flex-direction: row; justify-content: space-evenly; align-items: center; padding: 10px 0px; border: solid 3px #ccc; text-align: center; background: #fff; }
.custom-quantity-box .quantity-select .quantity-box.active .box { border: solid 3px #0092ff !important; background: #f0f9fe;}
.custom-quantity-box .quantity-select .quantity-box .quantity-box-top { font-size: 14px; color: #fff; position: relative; margin-top: 5px;}
.custom-quantity-box .quantity-select .quantity-box .quantity-box-top small { font-size: 11px; margin-right: 10px; position: absolute; left: -15px; color: #000; top: 5px;}
.custom-quantity-box .quantity-select .quantity-box .box input {}
.custom-quantity-box .quantity-select .quantity-box .box label { display: block; font-weight: bold; }
.custom-quantity-box .quantity-select .quantity-box .desc { text-align: center; color: #000;}
.custom-quantity-box .quantity-select .quantity-box .desc span small { font-size: 100%;}

.custom-quantity-box .quantity-select.client-discount .quantity-box .discount-item { display: flex; align-items: center; }
.custom-quantity-box .quantity-select.client-discount .quantity-box .discount-item dd { color: #ebc11b; font-weight: bold; margin: 0px 5px; }
.custom-quantity-box .quantity-select.client-discount .quantity-box .discount-item span { background: #ebc11b; color: #000; padding: 2px 3px 1px; margin-right: 3px;}
.custom-quantity-box .quantity-select.client-discount .quantity-box .discount-item label { color: #f1d013; font-weight: bold; padding: 0px 4px 0px; margin: 0px;}
.discount-5 { background: url("images/korting-5.png"); width: 47px; height: 28px; display: block;}
.discount-75 { background: url("images/korting-75.png"); width: 51px; height: 29px; display: block;}
.discount-10 { background: url("images/korting-10.png"); width: 65px; height: 34px; display: block;}
.line-m-h, .line-m-v { display: none;}
.price-and-stock { padding: 30px 0px 0px 50px; display: inline-block; flex-direction: column; }
.product-availability p { margin: 0px 0px 10px 0px; padding: 0px; font-size: 1.2em !important; color: #4f5153 !important;}
.product-availability .instock::before { content: ''; background: url("images/instock.png"); width: 31px; height: 23px; display: inline-block; margin-right: 5px; position: relative; top: 4px; }
.product-availability .onbackorder::before { content: ''; background: url("images/instock-waiting.png"); width: 31px; height: 23px; display: inline-block; margin-right: 5px; position: relative; top: 4px; }
.product-availability .outofstock::before { content: ''; background: url("images/outofstock.png"); width: 26px; height: 26px; display: inline-block; margin-right: 5px; position: relative; top: 4px; }

.header-right { position: absolute; right: 0px; top: 0px;}
.kwiekleven-nav-login { position: relative;}
.kwiekleven-nav-login ul { position: absolute; right: 0px; background: #44166a; top: 67px; width: max-content; text-align: left; padding: 0px 0px 20px; display: none;}
.kwiekleven-nav-login:hover ul { display: block;}
.kwiekleven-nav-login ul li { padding: 10px 20px 0px;}

.thankyou-page {}
.thankyou-page .page-title { text-align: center; font-size: 36px; margin: 2rem;}
.thankyou-page .page-title:after { display: block; content: ''; background: url(images/icon-check-circle.png); width: 121px; height: 121px; margin: 2rem auto;}
.thankyou-page .thankyou-box { background: #f5eefb; padding: 20px; border: solid 1px #ede1f7; margin-bottom: 40px;}
.thankyou-page .thankyou-box h3 { color: #44166a; font-size: 30px; border-bottom: none; margin-bottom: 0px;}
.thankyou-page .thankyou-box h3 span { background: #44166a; color: #fff; height: 50px; width: 50px; border-radius: 50px; line-height: 50px; text-align: center; display: inline-block; margin-right: 20px; }
.thankyou-page .thankyou-box p { padding: 0px 30px 0px 70px; color: #212529 !important;}
.thankyou-page .thankyou-box ul { padding: 0px 30px 0px 90px; font-size: 18px; }
.thankyou-box ul li { margin-bottom: 1rem; line-height: 36px;}
.thankyou-feedback { background: #f3c611 !important; border: solid 1px #7d6503 !important;}
.thankyou-feedback h3 { color: #7d6503 !important; }
.thankyou-feedback h3 span { background: #7d6503 !important; color: #fff !important;}
.thankyou-subcriber { background: #4498f6 !important; border: solid 1px #1b6ac3 !important;}
.thankyou-subcriber h3 { text-align: center; color: #fff !important; margin-bottom: 20px !important;}
.thankyou-box .mauticform_wrapper { max-width: 100%; padding: 0px 30px 0px 70px;}
.thankyou-box .mauticform_wrapper label { font-size: 20px !important; }
.thankyou-box .mauticform-label { margin-bottom: 20px;}
.thankyou-box textarea,.thankyou-box .mauticform-input { background: #f9f2fe; height: 130px; border: solid 1px #7d6503;}
.thankyou-box .mauticform-input { height: 52px !important; line-height: 52px !important;}
.thankyou-box button[type="submit"] { background: #7d6503 !important; display: block; height: 52px !important; color: #fff !important; text-transform: uppercase; font-size: 20px; line-height: 52px !important; border: none !important; padding: 0px !important; width: 100% !important;}
.thankyou-subcriber button[type="submit"] { background: #0d58ac !important;}
#mauticform_label_quotevandedag_emailadres { display: none;}
.sub-categories { display: none;}
.kwiekleven-product_shipping { padding-top: 20px;}
.woocommerce-shipping-destination { font-size: inherit !important;}
.cart-subtotal th { }
.reward-point { display: flex; border-bottom: solid 1px #ddd; padding-bottom: 20px;}
.reward-point > strong { width: 170px; padding-top: 3px; padding-right: 15px; flex-shrink: 0;}
.reward-point > div { padding-left: 0px;}
.reward-point p { font-size: inherit; line-height: 28px; margin-bottom: 0px;}
.reward-point p label { display: inline-block; color: #036cd1; font-weight: bold;}

.contact-page { display: flex;}
.contact-left { flex-basis: calc(100% - 200px); flex-shrink: 0;}
.contact-right { flex-shrink: 0; flex-basis: 200px; margin-top: 20px;}

/*new product page*/
.product-top { display: flex; flex-shrink: 0; margin: 30px 0px;}
.product-image { width: 400px; text-align: center; }
.product-image img { max-width: 90%;}
.product-info { flex-grow: 1; border-left: solid 1px #ccc; }
.product-info .price-suffix, .product-info .price { font-size: 24px;}
.product-info .price { font-weight: bold;}
.product-info-top { padding: 0px 50px 10px; border-bottom: solid 1px #ccc;}
.product-info-top h1 {
	margin-bottom: 10px !important;
	color: #35a5d9;
	font-family: "Corbel";
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-info-top #product_description_extra { color: #35a5d9; font-size: 14px;}
.product-info-top #product_description_extra a { font-weight: bold; color: #35a5d9;}
.product-info .kwiekleven-product_shipping ul li {
	background: url(/wp-content/uploads/2019/09/checkbox-icon.png) 5px 5px no-repeat;
	padding: 5px 5px 5px 35px;
	margin-bottom: 5px;
	font-size: 18px;
}
.product-cart {}
.product-cart .custom-single_variation_wrap { display: flex; padding: 0px 50px; }
.product-cart .single_add_to_cart_button { border: none; background: none; padding: 0px 0px 10px; margin-top: 20px;}

/*.product-info .customer-reviews {*/
/*	display: flex;*/
/*	margin: 30px auto;*/
/*	overflow: hidden;*/
/*	width: 800px;*/
/*	position: relative;;*/
/*	padding: 0px 50px 0px 10px;*/
/*}*/
/*.product-info .customer-reviews .slider-container { display: flex; width: 100%; position: relative; }*/
/*.product-info .customer-reviews .item { flex: calc(50%); flex-shrink: 0; margin-right: 25px; }*/

.product-info .btn-next, .product-info .btn-prev { border-radius: 20px; background: #0a6aa1; width: 20px; height: 20px; position: absolute; right: 0px; top: calc(50% - 20px); border: none; z-index: 9999;}
.product-info .btn-prev { left: 15px; }
/*.product-info .customer-review-container { position: relative; min-height: 200px; }*/
.product-info .customer-review-container .customer-reviews .item {  }
.product-info .customer-review-container .review-next { top: 60px; right: -30px; cursor: pointer;}
.logo-header { background: url("images/logo-white.png"); width: 173px; height: 41.5px; display: inline-block; background-size: 100%; margin-top: 0px; }

.product-info .customer-review-container { padding: 0px 10px 0px 30px; position: relative;}
.customer-reviews .bx-wrapper { margin-bottom: 0px; border: none; box-shadow: none;}

.category-container { display: flex; margin-top: 30px; }
.category-container aside { width: 250px; flex-shrink: 0;}
.category-container aside .sub-categories-selection { display: none;}
.category-container aside ul {}
.category-container aside ul li { margin-bottom: 10px;}
.category-container aside ul li a { display: block; text-decoration: none; color: #333;}
.category-container aside ul li a.current, .category-container aside ul li a:hover { color: #0073e5; text-decoration: underline;}
.category-container .products-list { padding-left: 40px; width: 100%;}
.category-container .products-list .category-top { border-bottom: solid 2px #f9f2f8;}
.category-container .products-list .category-top h1 { font-size: 1.8em; }
.category-container .products-list .category-top p { margin-bottom: 3px;}
.category-container .products-list { }
.category-container .products-list ul.products { margin-top: 30px; }
.category-container .products-list ul.products > li {
	background-color: rgba(255,255,255,1);
	border: 1px solid #d3d3d3;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.08);
	transform: none;
	border-radius: 0px;
	padding: 20px !important;
	margin-bottom: 30px;
}
.category-container .products-list .product-grid { display: flex;}
.category-container .products-list .product-grid .product-img { width: 180px; text-align: center;}
.category-container .products-list .product-grid .product-img img { max-height: 180px;}
.category-container .products-list .product-grid .product-desc { padding: 0px 20px; }
.category-container .products-list .product-grid .product-desc a { color: #0073e5; text-decoration: none; font-size: 1em;}
.category-container .products-list .product-grid .product-desc ul li {
	background: url(images/iconCheck.png) left 5px no-repeat;
	padding-left: 25px;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 24px;
	color: #828485;
}
.category-container .products-list .product-grid .product-price { width: 190px; text-align: right; margin-left: auto;}
.category-container .products-list .product-grid .product-price .kwiekleven-product_shipping-free { height: 32px; line-height: 32px; font-size: 12px; text-align: right; display: inline-block; padding: 0px 10px 0px 30px;}
.category-container .products-list .product-grid .product-price .price { font-size: 1.5em;}
.category-pagination {}
.category-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	margin: 1px;
}
.category-pagination ul li { display: inline-block; margin-left: 2px; margin-right: 2px;}
.category-pagination ul li span.current, .category-pagination ul li a:hover {
	background-color: #fff;
	color: #1e1f20;
	border: 1px solid #ccc;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	padding: 8px 12px;
	text-decoration: none;
}
.category-pagination ul li a {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #0c8ac5;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	padding: 8px 12px;
	text-decoration: none;
}
.about-category, .category-faq {
	margin-top: 30px;
	/*color: #828485;*/
}
.about-category p, .category-faq p {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 36px;
	/*color: #828485;*/
}
.category-faq-desc h5 {
	font-size: 20px;
	/*color: #828485; */
	margin-bottom: 10px;
	line-height: 36px;
}
.category-faq-desc h5 { margin-bottom: 30px;}
.faq-question h5 { font-weight: bold;}
.product-related .bx-wrapper { border: none !important; box-shadow: none !important;}
.product-related h3 { font-size: 1.5em;
	/*color: #828492;*/
}
.product-related .product-img img { width: auto; height: 200px; margin: 20px auto;}
.product-related .product-title { font-size: 1em; text-align: center; padding: 10px; }
.product-related .product-title a { color: #0e7beb; font-size: 16px;}
.product-related .bx-wrapper .bx-next, .product-related .bx-wrapper .bx-next:hover { background: url(images/next-icon.png); width: 23px; height: 45px;}
.product-related .bx-wrapper .bx-prev { background: url(images/prev-icon.png); width: 23px; height: 45px;}
.product-related .bx-wrapper .bx-controls-direction a { top: 130px;}

.cart-cross-sell { margin-bottom: 20px;}
.cart-cross-sell h5 { color: #44166a;}
.cart-cross-sell ul { list-style: none; margin: 0; padding: 0; border: solid 1px #bc96dc; background: #f1e6fa;}
.cart-cross-sell ul li {  padding: 5px 10px; display: flex; color: #44166a; margin: 10px 0px; font-size: 16px; align-items: center; justify-content: space-between;}
.cart-cross-sell ul li .item-name { flex: 0 0 560px; padding-right: 20px; padding-left: 10px;}
.cart-cross-sell ul li .item-name h3 { border-bottom: none; margin-bottom: 0px; padding-bottom: 0px; margin-top: 10px;}
.cart-cross-sell ul li .item-name h3 a { color: #44166a; font-size: 18px; font-weight: bold; }
.cart-cross-sell ul li .item-name p { color: #44166a; margin-top: 10px; font-size: 14px; line-height: 24px;}
.cart-cross-sell ul li .item-image { flex: 0 0 72px; align-self: flex-start; margin-top: 10px;}
.cart-cross-sell ul li .item-button-add-to-cart { flex: 0 0 auto; background: #b02c9f; padding: 0 25px; border-radius: 8px; color: #fff; text-align: center; display: block; height: 46px; line-height: 46px; font-weight: bold; }
.cart-cross-sell ul li .quantity-container { display: flex; align-items: center; padding-left: 20px;}
.cart-cross-sell ul li .item-quantity { padding-right: 20px; width: 70px; display: none;}
.cart-cross-sell ul li .item-quantity input { padding: 10px; height: 46px; display: block; text-align: center; box-shadow: 1px 1px 10px #ddd inset; font-size: 20px;}
.cart-cross-sell ul li .item-price p { color: #44166a !important; margin-bottom: 0px; line-height: 28px; font-weight: bold;}
.cart-cross-sell ul li .item-price.on-sale .price { text-decoration: line-through; color: #44166a !important; font-weight: normal;}

.outofstock-email-form { margin: 20px 0px 20px 50px; background: #e2e6e9; border: solid 1px #c3c4c5; padding: 15px;}
.outofstock-email-form p { margin-bottom: 10px;}
.outofstock-email-form .mauticform-button-wrapper button[type="submit"] { background: url(images/email-delivery.png) 20px center no-repeat #32c505; border: solid 1px #238704; border-radius: 10px; padding: 20px 30px 20px 85px; color: #fff; font-size: 18px; font-weight: bold; }
.outofstock-email-form .mauticform-input { margin-bottom: 10px; width: 500px;}
.outofstock-email-form .mauticform-errormsg { color: red; font-size: 16px; font-style: italic;}
.outofstock-email-form .mauticform-errormsg:before { content: '*'; padding-right: 5px;}

.product-gallery { display: flex; flex-direction: row; flex-flow: wrap; justify-content: space-evenly; margin-top: 20px; min-width: 80%;}
.product-gallery li { flex: 0 0 100px; }
.product-gallery li img { cursor: pointer; }

.nav-lg { width: 100%; position: absolute; top: 72px; padding: 12px; left: 0px; text-align: center; z-index: 9999; background: #fff; display: flex; justify-content: space-evenly;}
.nav-lg > ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.nav-lg > ul > li { text-align: center; border: solid 1px #b02c9f; margin-top: 0px; border-radius: 30px; margin-right: 10px; overflow: hidden;}
.nav-lg > ul > li a { padding: 4px 20px; color: #44166a; text-decoration: none; display: block; font-size: 16px; line-height: 22px; overflow: hidden;}
.nav-lg > ul > li a:hover, .nav-lg > ul > li.active a { background: #b02c9f; color: #fff;}

.nav-container { width: 380px; position: absolute; top: 0px; padding: 0px; left: 300px; text-align: left; z-index: 999999;}
.nav-container.expanded { }
.nav-container span { background: #b02c9f; padding: 12px 25px 0px 55px; color: #fff; cursor: pointer; display: inline-block; height: 72px; font-size: 14px; }
.nav-container span label { font-size: 18px; line-height: initial;}
.nav-container span:before { content: ''; background: url("images/menu-mobile.png"); width: 50px; height: 40px; position: absolute; left: 5px; top: 14px;}
/*.nav-container span:after { background: url(images/noun_down.png); width: 22px; height: 12px; content: ""; display: inline-block; margin-left: 20px;}*/
.nav-container.expanded > ul { display: flex; background: #fff; padding-bottom: 20px; border: solid 2px #b02c9f; border-top: none;}
.nav-container.expanded > ul.expanded .nav-main-item { display: none;}
.nav-container > ul.expanded > li:after { display: none;}
.nav-container > ul { display: none; align-items: start; justify-content: space-evenly; flex-direction: column;}
.nav-container > ul > li { padding: 0px; position: relative; width: 100%;}
.nav-container > ul > li > a { padding: 10px 20px; }
.nav-container > ul > li:after { content: ''; background: url("images/next-icon.png") no-repeat; background-size: contain; width: 12.5px; height: 22.5px; position: absolute; right: 20px; top: 10px;}
.nav-container > ul > li a { color: #000; text-decoration: none; display: block;}

.nav-container .subs { display: none; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; text-align: left; z-index: 99999999;}
.nav-container .subs label { display: block; text-align: center; font-size: 24px; padding: 20px 0px; color: #b02c9f;}
.nav-container .subs .btn-back-nav { background: url("images/menu-icon.png") 0px -313px; position: absolute; left: 10px; top: 10px; width: 42px; height: 42px; cursor: pointer;}
.nav-container .subs .btn-close-nav { background: url("images/menu-icon.png") -55px -313px; position: absolute; right: 10px; top: 10px; width: 50px; height: 50px; cursor: pointer;}
.nav-container .subs ul { max-height: 500px; overflow: auto;}
.nav-container .subs ul li { background: url("images/new-menu-bg.png") repeat-x; height: 52px; border-top: solid 1px #cfcfc8; line-height: 52px; padding: 0px 30px; position: relative;}
.nav-container .subs ul li a { color: #000; display: block; line-height: inherit;}
.nav-container .subs ul li::after { content: ""; background: url("images/menu-icon.png") 6px -362px no-repeat; position: absolute; right: 10px; top: 10px; width: 50px; height: 34px; position: absolute;}

/*.term-description, .about-category, .category-faq { display: none;}*/
body .overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: .2; filter: alpha(opacity=20);
	z-index: 9998; }
.claim-list { margin-bottom: 60px;}
.claim-list li { background: url("images/iconCheck.png") left 10px no-repeat; display: block; padding: 0px 0px 5px 25px; }
.claim-list li:first-letter { text-transform: capitalize;}
.woocommerce-Tabs-panel--description.entry-content h3 { margin-top: 0px !important;}

#claim-on-hold-info { border: solid 3px #44166a; border-radius: 0; width: 600px; margin-left: -300px;}
#claim-on-hold-info h3 { color: #44166a; font-size: 24px; font-weight: bold; display: flex; align-items: center; margin-top: 20px;}
#claim-on-hold-info h3:before { content: ""; display: inline-block; margin-right: 20px; background: url("images/claim-icon.png"); width: 50px; height: 48px;}

.category-bottom-search { display: flex; flex: 0 0 auto; flex-direction: row; justify-content: space-between; padding: 30px; align-items: center; }
.category-bottom-search .left {  display: flex; align-items: center; flex: 0 0 300px; }
.category-bottom-search span { background: #b02c9f; color: #fff; padding: 20px; border-radius: 10px; }
.category-bottom-search .left:after { content: ''; display: inline-block; background: url('images/arrow_right_purple.png') right center no-repeat; width: 65px; height: 73px; }
.category-bottom-search .input-container { background: #b02c9f; color: #fff; flex: 1; padding: 20px; height: 85px; }
.category-bottom-search .input-container input { background: url(images/search_icon.png) 10px center no-repeat #fff; border: solid 2px #44166a; padding: 10px 0px; padding: 10px 20px 10px 40px; position: relative;}

.most-popular-products {}
.most-popular-products h3 { color: #b02c9f; border-bottom: solid 1px #b02c9f; font-size: 16px; padding-bottom: 5px; font-weight: bold;}
.most-popular-products li { padding: 10px; border: solid 1px #d3d3d3; box-shadow: 5px 5px #eee; position: relative; text-align: center;}
.most-popular-products li .num { position: absolute; top: 5px; left: 5px; background: #b02c9f; color: #fff; padding: 5px 8px; font-size: 12px;}
.most-popular-products li .product-image {}
.most-popular-products li .product-title { font-size: 14px; padding: 10px 0px;}
.most-popular-products li .product-title a { color: #000;}
.most-popular-products .bx-wrapper .bx-prev { left: -45px;}
.most-popular-products .bx-wrapper .bx-next { right: -45px;}

.saving-notice { color: #b02c9f; display: flex; align-content: center; background: #f9f2f8; padding: 10px; }
.saving-notice:before { content: ""; display: inline-block; background: url("images/saving-icon.png"); width: 24px; height: 24px; margin-right: 10px;}
.price-total-old { color: #ccc; text-decoration: line-through; margin-right: 10px;}
.cart_totals .cart-discount { display: table-row; width: 100%;}

.show-on-mobile { display: none;}
.icon-search-mobile { display: none;}
.break-line { flex-basis: 100%; height: 0px;}
.bx-wrapper .bx-pager.bx-default-pager a { border: solid 1px #949494; background: none !important; }
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #949494 !important;}

.info-nav { text-align: left; margin: 20px 0px; }
.info-nav a { display: inline-block; border-radius: 20px; padding: 5px 20px; background: #f5f1f5; font-size: 16px;}

@media only screen and (max-width: 1200px) {

	.devloper_searchpage.woocommerce ul.products.columns-1 li.product,
	.devloper_searchpage.woocommerce-page ul.products.columns-1 li.product {
		width: 100% !important;
		margin-right: 0;
	}

	.devloper_searchpage .custom-product-grid .custom-price-cart {
		width: 30%;
	}

}

@media only screen and (max-width: 1024px) {
	/*Header*/
	.site-header .wrap {
		padding: 0px;
	}
	.site-header .wrap .widget-area .widget_custom_html {
		right: 0px;
	}
	.site-header .wrap .widget-area .widget_nav_menu {
		left: 220px;
	}
	/*Header Ends*/
	/*Footer*/
	.footer-widgets .wrap {
		padding: 0px;
	}
	.footer-widget-area {
		margin-bottom: 0px;
		padding-left: 30px;
		padding-right: 30px;
		width: calc(100% / 3);
		float: left;
	}
	.footer-widgets .footer-address p {
		text-align: left;
	}
	/*Footer Ends*/
	/*Home*/
	.kwiekleven-single-post .kwiekleven-post-featureimage img{
		width:100%;
	}
	.site-inner {
		padding: 60px 30px;
	}
	.home .site-inner {
		padding: 60px 75px 20px 75px;
	}
	.home .search-banner .site-inner {
		padding: 60px 0px 20px;
	}
	/*404 Page*/
	.error404 .entry{
		width: 700px;
	}
	/*404 Page*/

}

@media only screen and (max-width: 959px) {
	/*Home*/
	.single-post .content{
		width: 100%;
	}

	.devloper_searchpage .custom-product-grid {
		display: block;
	}

	.devloper_searchpage .custom-product-grid .custom-product-title-desc,
	.devloper_searchpage .content-sidebar-wrap > .content {
		padding: 0 !important;
		width: 100%;
	}

	.devloper_searchpage .custom-product-grid .custom-product-img {
		width: 100%;
		margin-bottom: 20px;
	}

	.devloper_searchpage .custom-product-grid .custom-price-cart {
		width: 100%;
		margin: 20px 0;
	}

	.devloper_searchpage.woocommerce ul.products li.product .custom-price-cart .price {
		text-align: center;
	}

	.search aside#genesis-sidebar-primary {
		width: 100%;
		margin: 0 0 20px 0;
	}

}

@media only screen and (max-width: 920px) {
	/*Home*/
	.kwiekleven-posts {
		display: flex;
		flex-wrap: wrap;
	}
	.kwiekleven-single-post {
		width: 100%;
		margin-bottom:20px;
	}
}
.mobile-search-header { display: none;}
.mobile-close { display: none;}
.info-bottom-nav, .footer-nav { display: none;}
.fixed-hidden { position: fixed; bottom: -9999px; right: -9999px;}

@media only screen and (max-width: 767px) {
	.show-on-mobile { display: block;}
	.hide-on-mobile { display: none !important;}
	.home .site-inner { padding: 0px !important;}
	/*Header*/
	.site-header {
		padding: 0 10px;
        height: 72px;
	}
	.site-header  .wrap{
		display: flex;
		flex-direction: column;
	}
	.site-header .title-area {
		margin: 10px 0px!important;
		width: 100% !important;
		text-align: center;
		max-width:767px;
	}
	.site-header .wrap .widget-area .widget_nav_menu {
		position: static;
	}
	.site-header .wrap .widget-area .widget_custom_html {
		position: static;
		float: right;
	}
	.kwiekleven-top-nav .kwiekleven-nav-login a {
	}
	.kwiekleven-top-nav > li { padding: 0px 10px;}
	.kwiekleven-top-nav .kwiekleven-nav-cart img{
		height: 40px;
	}
	.site-header .title-area {
		height: auto !important;
	}
	.site-header .title-area img{
		width: 160px;
		display: none;
	}

	.site-header .widget_nav_menu .nav-header {
		margin-top: 0px;
	}
	/*Header Ends*/
	.home-info .site-inner { padding: 80px 0px 10px !important;}
	.info-quote .container { padding: 0px 20px;}
	.home-info main.content  { padding: 0px 20px;}
	.home-info #search-header { left: 0px; width: calc(100% - 40px);}
	.recent-posts h2 { margin-bottom: 30px;}

	.info-bottom-nav { position: fixed; bottom: 0px; left: 0px; width: 100%; height: 50px; padding: 10px; box-shadow: -1.545px -4.755px 9.1px 0.9px rgba(75, 80, 81, 0.28); background: #fff; display: flex; align-content: space-between; align-items: center; justify-content: space-between; }
	.info-bottom-nav .logo { background: url("images/info-logo.png"); width: 43px; height: 42px; display: inline-block; position: initial;}
	.info-bottom-nav a.btn-nav { color: #fff; width: 120px; text-align: center; }
	.info-bottom-nav a.btn-nav.green { border: solid 2px #78c43a; background: #3a7808;}
	.info-bottom-nav a.btn-nav.purple { border: solid 2px #44166a; background: #b02c9f;}
	.info-bottom-nav a.search-icon { background: url("images/search_icon.png"); width: 24px;height: 24px; display: inline-block;}
	/*Footer*/
	.footer-widget-area {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		float: none;
	}
	.footer-widget-area:last-child {
		margin-bottom: 0px;
	}
	.site-footer {
		padding: 20px 10px 30px 10px;
	}
	.site-footer .wrap {
		display: block;
	}
	.site-footer .wrap ul.footer-menu-bottom {
		margin-top: 10px;
	}
	/*Footer Ends*/
	/**/
	.kwiekleven-product-content .review-date-mobile{
		display:block;
	}
	.kwiekleven-product-date{
		display:none;
	}
	.slick-initialized .slick-slide.kwiekleven-product-review {
		display: flex;
		flex-direction: column;
	}
	.kwiekleven-product-content {
		width: 100%;
		text-align: center;
	}
	.kwiekleven-product-content .review-date-mobile{
		margin: 0;

	}
	.twb_wc_reviews_ratings_wrap ul {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
	}
	.kwiekleven-product-content p {
		text-align: center;
	}
	.twb_wc_reviews_ratings_wrap{
		margin-top: 5px;
	}
	.twb_wc_reviews_ratings_wrap ul li {
		width: 20px;
		height: 20px;
	}
	.kwiekleven-product-content h2 {
		margin: 15px 0px;
	}
	.search-banner .site-inner {
		padding: 50px 0px;
	}
	.widget_search .search-form {
		width: 100%;
	}
	.search-banner .site-inner {
		padding: 50px 10px;
	}
	.home .search-banner .site-inner {
		padding: 30px 10px;
	}
	.widget_search input[type="submit"],.search-form input[type="submit"] {
		margin-left: 5px;
	}
	.search-banner .site-inner .widget.widget_search {
		margin-bottom: 20px;
	}
	.search-banner ul {
		text-align: left;
	}
	.search-banner ul li {
		display: block;
		padding: 0px;
	}
	.single-post .entry-title{
		font-size: 23px;
	}
	.single-post aside{
		margin-bottom: 20px;
	}
	.single-post aside li a,.single-post aside li a:hover{
		font-size: 16px;
	}
	/*404 Page*/
	.error404 .entry{
		width: 100%;
		margin-bottom: 40px;
	}
	.error404 .entry .search-form {
		width: 100%;
	}
	/*404 Page*/
	/*Product Slider*/
	.most-view-product .wpb_slider_area .owl-theme .owl-nav button.owl-next {
		right: 0px;
	}
	.most-view-product .wpb_slider_area .owl-theme .owl-nav button.owl-prev {
		left: 0px;
	}
	/*Product Slider*/

	.lp-home { height: inherit; position: inherit;}
	.quote-home, .box-icon { min-height: 400px; height: auto;}
	.quote-home .logo {}
	.quote-home .quote { width: 100%; margin-top: 105px; padding-bottom: 20px;}
	.site-header { padding: 0px; height: 65px;}
	.site-header { position: relative;}
	.site-header .custom-logo-link { position: absolute; right: calc(50% - 59px); top: 5px; background: url("images/logo-mobile.png"); width: 102px; height: 53px;}
	.site-header .wrap .widget-area .widget_nav_menu { position: absolute; top: 72px; border: none; left: 0px; width: 100%; padding: 5px;}
	.site-header .widget_nav_menu .nav-header { border: none; width: 48%; margin: 0px !important;}
	.kwiekleven-top-nav { position: absolute; right: 0px; top: 0px; height: 62px; font-size: 14px;}
	.site-header .widget_nav_menu .nav-header #responsive-menu-icon span:after { position: absolute; right: 10px; top: 15px;}
	.site-header .widget_nav_menu .nav-header #responsive-menu-icon span { font-size: 14px; margin-top: 2px;}
	.genesis-nav-menu { border: none; width: 100%; left: 0px;}
	main .container { padding: 0px;}
	.product-search { padding: 0px 20px 0px;}
	.product-search h3 { font-size: 24px; line-height: 32px; padding: 0px; margin-bottom: 20px;}
	.search-form { width: 100%;}
	.site-inner { padding: 20px 20px 10px 20px!important; overflow: hidden !important;}
	.page-template-home-shop .site-inner { width: 100%; padding: 0px; }
	.tax-product_cat div#primary, .tax-product_cat .post-type-archive-product div#primary { margin-top: 20px;}
	.single-product.woocommerce div.product .product_title { display: block; font-size: 18px;}
	.woocommerce-product-details__short-description1 h2, .entry-content h3, .entry-content h4 { font-size: 24px;}
	.product-bottom-notice { margin-top: 0px;}
	.search-results { width: 100%; left: 0px; top: 0px; position: fixed; max-height: 100%; border: none; border-bottom: solid 1px #ddd; background: #fefefe; padding-top: 30px;}
	.search-results li { width: 100%; border-right: none !important; display: flex;}
	#search-header { top: 65px; left: 0px; width: 100%; z-index: 10000; margin: 0px;}
	#search-header .search-form-input { display: none;}
	#lightbox-mautic .mt-form { width: 90%; max-width: 100%; left: 5%; padding: 20px;  }
	#lightbox-mautic .mt-form h3 { font-size: 22px;}
	.coupon-left { position: inherit !important; width: 100%; margin-bottom: 20px;}
	.d-hidden{ display: block !important;}
	.m-hidden { display: none !important;}

	.page-review-top, .page-review-left { width: 100%;}
	.review-date { clear: both; margin-top: 10px; float: none;}
	.lightbox-content { width: 100%; left: 20px; top: 50px; margin-left: 0px;}

	#customer_login .col-1, #customer_login .col-2 { width: 100% !important; padding: 0px !important;}
	.woocommerce-MyAccount-navigation { padding: 0px !important;}
	.woocommerce-MyAccount-navigation ul .btn-expand { background: url("images/arrow-down.png"); width: 32px; height: 17px; position: absolute; right: 10px; top: 15px;}
	.woocommerce-MyAccount-navigation ul { padding: 0px !important; display: flex; flex-direction: column; position: relative;}

	.woocommerce-MyAccount-navigation ul li { text-align: left; padding: 15px 5px; display: none !important; }
	.woocommerce-MyAccount-navigation ul li.is-active { display: block !important;}
	.woocommerce-MyAccount-navigation ul li a {}
	.woocommerce-account .woocommerce-MyAccount-navigation ul.expanded .btn-expand { background: url("images/arrow-up.png");}

	.woocommerce-MyAccount-content .woocommerce-Address { width: 100% !important; max-width: 100% !important;}
	.woocommerce-MyAccount-content .woocommerce-Address h3 { display: block; width: 100%;}
	.woocommerce-account .addresses .title .edit { position: absolute; right: 0px;}
	.woocommerce .woocommerce-MyAccount-content button.button { width: 100% !important; margin-top: 20px; }

	.custom-quantity-box .quantity-select { display: flex; flex-wrap: wrap; position: relative;}
	.custom-quantity-box .quantity-select .quantity-box { flex: 0 45%;  margin-bottom: 30px; }
	.custom-quantity-box .quantity-select .line-m-h { position: absolute; width: 100%; height: 1px;	left: 0px; border-top: solid 1px #ccc; top: 45%; display: none; }
	.custom-quantity-box .quantity-select .line-m-v { position: absolute; width: 1px; height: 100%;	top: 0px; border-left: solid 1px #ccc; left: 50%; display: none;}

	.custom-product-grid .custom-product-img, .custom-product-grid .custom-product-title-desc, .custom-product-grid .custom-price-cart { width: 100% !important; margin: 0px !important; }
	.custom-product-grid .custom-product-title-desc h2 { font-size: 1.8rem !important; margin-top: 20px !important; padding-bottom: 10px !important;}
	.custom-product-grid .custom-product-title-desc ul { list-style-type: none !important; margin: 20px 0px !important;}
	.custom-product-grid .custom-product-title-desc ul li { margin-bottom: 10px !important; background: url("images/iconCheck.png") left 5px no-repeat; padding-left: 25px !important;}
	.custom-product-grid .custom-price-cart { display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between;}

	.custom-product-grid .custom-price-cart .price { font-size: 32px !important;}

	.woocommerce-products-header__title.page-title { font-size: 32px;}
	.tax-product_cat .sidebar, .tax-product_cat .post-type-archive-product .sidebar { padding: 0px;}
	.sub-categories { display: block;}
	.sub-categories-selection { padding: 10px; margin-bottom: 30px;}
	.widget_product_categories { display: none;}
	.woocommerce-result-count { margin: 1em 0px; font-size: 18px !important;}

	.product-top { display: block; margin: 0px;}
	.product-top .product-image { width: inherit; margin-bottom: 20px; margin-top: 20px; text-align: center; display: flex; align-items: center; justify-content: center;}
	.product-top .product-image img { width: 80%; max-width: 100%;}
	.product-top .product-image .main-image { display: none;}
	.product-gallery { flex-flow: nowrap; justify-content: flex-start; transition: all 1s ease;}
	.product-gallery li { flex: 0 0 100%;}
	.prev-button { background: url(images/prev-icon.png) no-repeat; width: 28px; height: 45px; display: inline-block; z-index: 9998;}
	.next-button { background: url(images/next-icon.png) no-repeat; width: 28px; height: 45px; display: inline-block; z-index: 9998;}
	.product-info { border-left: none;}
	.product-info-top, .custom-quantity-box, .price-and-stock, .custom-single_variation_wrap { padding: 10px 0px !important;}
	.price-and-stock { display: inherit;}
	.product-availability p { margin: 0px;}
	.custom-single_variation_wrap { display: block !important;}
	.product-info .customer-reviews { padding: 0px; max-width: 100%; }
	.product-info .customer-reviews .item { margin-right: 0px; flex: calc(100%); flex-shrink: 0; display: none; }
	.product-info .customer-review-container { min-height: 150px; padding: 0px;}
	.product-info .customer-review-container .review-next { display: none;}
	.product-top-left .customer-review-container { display: none; }
	.show-on-mobile .customer-review-container { border: solid 1px #eee; margin-bottom: 60px;}
	.show-on-mobile .customer-review-container .customer-reviews { border: none; margin-bottom: 0px;}
	.category-container { display: block; }
	.category-container aside { display: none; width: 100%;}
	.category-container aside ul { display: none;}
	.category-container aside .sub-categories-selection { display: block;}
	.category-container .products-list { display: block; width: 100%; padding-left: 0px;}
	.category-container .products-list .product-grid { flex-direction: row; flex-flow: wrap;}
	.category-container .products-list .product-grid > div { width: 100% !important;}
	.category-container .products-list .product-grid .product-img { text-align: center; flex: 0 0 20%;}
	.category-container .products-list .product-grid .product-desc { padding: 5px 0px 20px 20px; flex: 0 0 80%; }
	.category-container .products-list .product-grid .product-desc a h2 { font-size: 18px; line-height: 24px; font-weight: bold;}
	.category-container .products-list .product-grid .product-desc ul li { font-size: 16px; margin-bottom: 5px;}
	.category-container .products-list .product-grid .product-price { display: flex; justify-content: space-between; align-items: center; border-top: solid 1px #eee; padding-top: 15px;}
	.category-container .products-list .product-grid .product-price .price { font-size: 18px; font-weight: bold;}
	.category-container .products-list .product-grid .product-price .product-instock { margin: 0px 10px; background-size: 20px; padding-left: 25px; text-align: left; font-size: 12px;}
	.category-container .products-list .product-grid .product-price .kwiekleven-product_shipping-free { text-align: left; font-size: 10px;}
	.category-container .products-list .product-grid .product-price span.price { order: 1; align-self: center;}
	.mobile-close { position: fixed; right: 15px; top: 12px; font-size: 24px; display: flex; background: #b02c9f; z-index: 999999; justify-content: center; align-items: center; border-radius: 20px; width: 35px; height: 35px; color: #fff; }
	.lp-row { height: auto;}
	.reward-point { display: contents;}

	.search-results { padding-top: 65px; min-height: 100%;}
	.mobile-search-header { display: block; position: fixed; top: 0px; left: 0px; padding: 10px 20px; background: #44166a; border-bottom: solid 5px #b02c9f; width: 100%;}
	.mobile-search-header input { width: 85%; border: none; padding: 10px 10px 10px 45px; background: url(images/search_icon.png) 10px center no-repeat #fff;}

	.cart-cross-sell ul li { flex-wrap: wrap; justify-content: right; gap: 10px;  }
	.cart-cross-sell ul li .item-image a { width: 80px;}
	.cart-cross-sell ul li .item-image img {}
	.cart-cross-sell ul li .item-name { width: calc(100% - 90px); flex: auto;}
	.cart-cross-sell ul li .item-button-add-to-cart { order: 1;}
	.cart-cross-sell ul li .item-button-add-to-cart input { width: 100%; font-size: 18px; margin-bottom: 15px; }
	.cart-cross-sell ul li .quantity-container { padding-left: 0px; justify-content: start; margin-right: 20px;}

	.cart-cross-sell ul li .item-name { display: block; padding-right: 0px; padding-left: 0px;}

	.outofstock-email-form { margin: 0px;}
	.outofstock-email-form .mauticform-input { width: 100%;}
	.outofstock-email-form .mauticform-button-wrapper button[type="submit"] { width: 100%;}

	.nav-lg { display: none;}

	.nav-container > ul { display: none; align-items: center; justify-content: space-evenly; flex-wrap: wrap; flex-direction: row; border: none !important;}


	.nav-container > ul > li { flex: 0 0 150px; text-align: center; border: solid 1px #c0c0b8; color: #b02c9f; font-size: 18px; height: 100px; margin-top: 15px; background: url("images/new-menu-bg.png") #f8f8fa; }
	.nav-container > ul.expanded > li { position: absolute; top: -15px; display: block !important; height: auto;}
	.nav-container > ul > li:after { display: none;}

	.nav-container > ul > li a { color: #b02c9f; text-decoration: none; display: block; font-size: 18px; line-height: 22px; overflow: hidden;}
	.nav-container > ul > li > a:before { content: ""; background: url("images/menu-icon.png") 0px 0px; width: 50px; height: 50px; display: block; margin: 10px auto 5px;}
	.nav-vitamines-supplementen a:before { background-position: 0px 0px !important; }
	.nav-mineralen a:before { background-position: -57px 0px !important;}
	.nav-omega-3-olie a:before { background-position: 0px -55px !important;}
	.nav-liposomale-supplementen a:before { background-position: -57px -65px !important;}
	.nav-kruiden-specerijen a:before { background-position: -108px -122px !important;}
	.nav-superfoods a:before { background-position: -168px -122px !important;}
	.nav-lichaamsdelen a:before { background-position: 0px -191px !important;}
	.nav-thema a:before { background-position: -57px -191px !important;}
	.nav-merk a:before { background-position: 0px -262px !important;}
	.nav-vegan a:before { background-position: -57px -262px !important;}

	.nav-container { display: block; width: 100%; left: 0; top: 72px; text-align: left; padding: 10px 20px; background: #fff;}
	.nav-container span { text-indent: -9999px; background: #b02c9f; width: 61px; height: 61px; cursor: pointer; position: absolute; top: -72px; left: 0px; border: none; display: flex; padding: 0px; align-items: center; justify-content: center;}
	.nav-container span:after { background: url("images/menu-icon.png") -60px -361px #b02c9f; width: 50px; height: 40px; content: ''; display: flex; margin: 0px;}
	.category-bottom-search { padding: 0px; display: block;}
	.category-bottom-search .left { flex-direction: column;}
	.category-bottom-search .input-container input { font-size: 14px;}
	.category-bottom-search .left:after { transform: rotate(90deg); position: relative; top: -5px;}
	.lightbox-content { max-height: calc(100% - 100px); overflow-y: auto;}

	.footer-nav { position: fixed; background: #b02c9f; border-top: solid 4px #44166a; padding: 15px; bottom: 0px; width: 100%; color: #fff; display: none; z-index: 999;}
	.footer-nav h3 {}
	.footer-nav .btn-close-footer-nav { position: absolute; top: -20px; right: 10px; background: #44166a; border-radius: 40px; width: 40px; height: 40px; color: #fff; font-size: 24px; text-align: center; cursor: pointer;}
	.footer-nav ul { display: flex; flex-direction: row;  }
	.footer-nav ul li { background: #44166a; border-radius: 15px; padding: 8px; margin-right: 10px;}
	.footer-nav ul li a { color: #fff; text-decoration: none; display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 20px;}
	.footer-nav ul li a:before { content: ''; display: block; }
	.footer-nav ul li.nav-chat a:before { background: url("images/chat-icon.png"); width: 31px; height: 27px; margin-bottom: 5px; }
	.footer-nav ul li.nav-faq a:before { background: url("images/faq-icon.png"); width: 25px; height: 26px; margin-bottom: 5px; }
	.footer-nav ul li.nav-search a:before { background: url("images/search_icon-white.png"); width: 28px; height: 28px; margin-bottom: 5px; }

	.contact-page { display: block;}

	.search-instruction { position: fixed; height: 100%; width: 100%; text-align: center; display: flex; align-content: center; align-items: center; justify-content: center;}
	.search-instruction:before { content: ''; background: url(images/noun_curve_arrow.png); position: absolute;	width: 100%; height: 100%; background-size: 100%; background-repeat: no-repeat;	top: -116px; left: -110px; transform: rotate(40deg);}
	.search-instruction p { font-weight: bold; }
	a.custom-checkout-button { width: 100%; justify-content: space-evenly;}
	.woocommerce-cart .woocommerce table.shop_table_responsive tr .product-name { width: 100% !important;}
	.cart-topnav { border-bottom: none !important; font-size: 13px; position: fixed; bottom: 0px; z-index: 9999; background: #fff; border-top: solid 1px #ccc; padding: 10px 20px; width: 100%; left: 0px; box-shadow: 0px 3px 10px #999;}

	.cart-topnav-m { display: flex !important; margin-top: 10px; margin-bottom: 20px;}
	.cart-topnav-container { border-bottom: none !important; padding-bottom: 0px !important;;}
	.cart-topnav-container span { display: none !important;}
	.woocommerce-cart .site-inner { padding-top: 0px !important;}
	.woocommerce-cart .entry-title { font-size: 24px;}
	.woocommerce-cart #search-header { left: 0px; width: calc(100% - 40px);}
	.cart-stock-wrapper { flex-direction: column;}
	.cart-stock, .cart-discount { width: 100% !important;}
	.cart-stock.onbackorder:before { width: 31px;}
	.woocommerce-cart .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr, .woocommerce-cart .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr { flex-direction: column;}
	.woocommerce-cart .woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-cart .woocommerce table.shop_table_responsive tr .product-thumbnail { width: 100% !important;}
	.cart-discount { margin-top: 15px;}
	.subtotal-nav { font-weight: bold; margin-bottom: 5px; display: flex !important; justify-content: space-between; font-size: 18px;}

	.custom-quantity-box .quantity-select .quantity-box .quantity-box-top { flex: 0 0 85px !important; background: none !important; margin: 0px 10px; order: 1;}
	.custom-quantity-box .quantity-select .quantity-box .quantity-box-top small { display: none !important;}
	.custom-quantity-box .quantity-select .quantity-box .discount-item { margin-bottom: 0px !important; color: #b02c9f !important;}
	.custom-quantity-box .quantity-select .quantity-box.active .box { border: none !important; background: none !important;}
	.custom-quantity-box .quantity-select .quantity-box { justify-content: space-between !important; width: 100% !important; border: solid 3px #ccc !important; align-items: center !important; margin-bottom: 20px !important; display: flex; flex: auto; }
	.custom-quantity-box .quantity-select .quantity-box .box, .custom-quantity-box .quantity-select .quantity-box.active .box { border: none !important; background: none !important; display: flex; justify-content: flex-start; flex-direction: row; font-size: 16px; padding: 15px 10px; flex: auto;}
	.custom-quantity-box .quantity-select .quantity-box .desc { margin-left: 10px !important; font-size: 16px !important; font-weight: bold;}
	.custom-quantity-box .quantity-select .quantity-box .box label { margin-top: 0px !important; margin-left: 10px !important; font-weight: normal; min-width: 65px; text-align: left;}
	.custom-quantity-box .quantity-select .quantity-box .desc span { color: #0a0606; display: flex; align-items: center; font-size: 18px;}
	.custom-quantity-box .quantity-select .quantity-box .desc span small { display: block; margin-left: 5px; font-size: 18px;}
	.custom-quantity-box .quantity-select .quantity-box .desc dd { display: none;}
	.custom-quantity-box .quantity-select .quantity-box .box > div { display: flex; flex-direction: row; align-items: center;}

	.icon-search-mobile { display: block; position: absolute; left: 80px; top: 18px; background: url("images/icon-search.png"); width: 26px; height: 25px;}
	.info-nav { text-align: center;}
	.info-nav a { font-size: 13px; padding: 5px 10px;}
	.custom-quantity-box { background: #fff;}
	.custom-quantity-box .quantity-select .quantity-box.active { background: #f0f9fe; border-color: #0092ff !important;}
	.checkout-createaccount-text { flex-wrap: wrap;}
	.checkout-createaccount-text span { width: inherit;}

	.product-gallery-container { position: relative;}
	.product-gallery-container .prev-button { position: absolute; left: 0px; top: calc(50% - 45px);}
	.product-gallery-container .next-button { position: absolute; right: 0px; top: calc(50% - 45px);}
}

@media only screen and (max-width: 390px) {
	/*Header*/
	.site-header .wrap,.site-header .wrap .header-widget-area {
		display: flex;
		flex-direction: column;
	}
	.site-header .wrap .widget-area .widget_custom_html {
		text-align: center;
	}
	.site-header .widget_nav_menu .nav-header {
		margin: 10px auto;
	}
	.site-header .title-area {
		margin: 10px 0px 0px 0px!important;
	}
	/*Header Ends*/                                                                                                                                          	
	/*Footer*/
	ul.footer-menu-bottom li {
		display: block;
	}
	ul.footer-menu-bottom li a {
		padding: 0px;
		border-right: 0px solid #1e1f20;
	}
	.site-footer {
		text-align: left;
	}
	/*Footer Ends*/

}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	.nav-lg > ul > li a, .backtocategory a, .custom-quantity-box .quantity-select .quantity-box .box { font-size: 12.5px;}
	.custom-quantity-box { padding: 20px;}
}
.td-reward-point::before { display: none;}
.product-instock { background: url(images/instock.png) left no-repeat; display: inline-block; padding: 10px 0px 10px 35px; color: #6b9b31;}
/*.wc_payment_method.payment_method_ppec_paypal { display: none;}*/

.woo_pp_ec_button_checkout { display: none;}

a.custom-checkout-button {
	background: #64b108 !important;
	color: #fff !important;
	text-indent: 0px;
	font-size: 24px !important;
	line-height: 75px !important;
	padding: 0px !important;
	font-weight: normal !important;
	float: right;
	padding: 0px 35px !important;
	border-radius: 10px !important;
	display: flex;
	align-items: center;
}
.cart-topnav-m { display: none;}
a.custom-checkout-button:hover { text-decoration: none;}
a.custom-checkout-button:after { content: ''; background: url("images/checkout_arrow_right.png"); width: 42px; height: 42px; display: inline-block; margin-left: 15px;}
.subtotal-nav { display: none;}
.cart-topnav-container { display: flex; justify-content: space-between; align-items: center; border-bottom: solid 1px #ccc; padding-bottom: 20px; margin-top: 20px;}
.cart-topnav-container a { border: solid 1px #ccc; padding: 10px 30px; color: #111011;}
.cart-topnav-container span:before, .cart-topnav-m span:before { display: inline-block; content: ''; background: url("images/noun-delivery-free.png"); width: 35px; height: 21px; margin-right: 20px; }
.cart-topnav-container span, .cart-topnav-m span { color: #569908; font-weight: bold; display: flex; justify-content: space-between; align-items: center;}
.cart-topnav-container span.no-freeshipping, .cart-topnav-m span.no-freeshipping { color: #f6a21f;}
.cart-topnav-container span.no-freeshipping:before, .cart-topnav-m span.no-freeshipping:before { background: url("images/noun-delivery-free-yellow.png");}
.cart-topnav-container a.btn-cart-checkout { background: #569908; color: #fff;}
.btn-cart-shopping:before { content: ''; display: inline-block; background: url("images/noun-previous.png"); width: 10px; height: 20px; margin-right: 10px;}
.btn-cart-shopping, .btn-cart-checkout { display: flex; justify-content: space-between; align-items: center;}
.btn-cart-checkout:after { content: ''; display: inline-block; background: url("images/noun-next.png"); width: 10px; height: 20px; margin-left: 10px;}
.cart-stock-wrapper { font-size: 16px !important; }
.cart-stock { display: flex; align-items: center; }
.cart-discount { background: #f9f2f8; color: #b02c9f; padding: 8px; display: flex; align-items: center; width: 200px; margin-top: 10px; }
.cart-discount:before { content: ''; display: inline; background: url("images/saving-icon.png"); width: 24px; height: 24px; margin-right: 10px; }
.cart-stock.instock:before { content: ''; display: inline; background: url("images/instock.png"); width: 31px; height: 23px; margin-right: 10px; }
.cart-stock.onbackorder:before { content: ''; display: inline; background: url("images/instock-waiting.png") left no-repeat; flex: 71px; height: 23px; }
.woocommerce-cart-form .wc-proceed-to-checkout { display: flex; flex-direction: column; align-items: end;}
.woocommerce-cart-form .wc-proceed-to-checkout:after { content: ''; display: block; background: url("images/payment-large.png"); width: 296px; height: 51px; margin: 10px 0px; }
.cart-gift { color: #b02c9f; font-weight: bold;; font-size: 14px; display: flex; align-items: center;}
.cart-gift:before { display: inline-block; content: ''; background: url("images/noun-gift.png"); width: 37px; height: 36px; margin-right: 20px; }
.category-desc-brief {}
.category-desc-brief ul { list-style: inside; padding-left: 40px; margin-bottom: 20px;}
.category-desc-brief ul li { list-style: disc; margin-bottom: 5px;}

.woocommerce-form-login .error-message { font-size: x-small; color: red; line-height: 16px; font-style: italic; margin-bottom: 5px;}
.input-error-message { color: #a00; font-size: 12px; font-style: italic;}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout { display: none;}

.woocommerce-cart-form h3 { font-weight: normal; margin-bottom: 0px;}
.woocommerce-cart-form__contents { margin-bottom: 20px; }
.woocommerce-cart-form__cart-item.cart_item { display: flex; align-items: center; justify-content: space-between; border-bottom: solid 1px #ccc; padding: 10px 0px; gap: 10px;}
.woocommerce-cart-form__cart-item.cart_item > * { }
.woocommerce-cart-form__cart-item.cart_item .product-item-info, .woocommerce-cart-form__cart-item.cart_item .product-item-info-1 { display: flex; flex: 1 1 auto; justify-content: space-evenly; align-items: center; gap: 10px;}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail { width: 120px; }
.woocommerce-cart-form__cart-item.cart_item .product-name { width: 400px;}
.woocommerce-cart-form__cart-item.cart_item .product-status { width: 250px; }
.woocommerce-cart-form__cart-item.cart_item .product-remove { width: 50px; }
.woocommerce-cart-form__cart-item.cart_item .product-quantity { width: 80px;}
.woocommerce-cart-form__cart-item.cart_item .product-subtotal { width: 80px; }
.backorder_notification { font-size: 14px !important;}

.woocommerce-cart .entry-header { display: none;}
.cart-promotion { display: flex; justify-content: space-around; margin-bottom: 20px; position: relative; display: none; }
.cart-promotion:after, .cart-promotion:before { content: ''; background: #bc96dc; height: 16px; width: 100%; position: absolute; top: 29px; left: 0px; border-radius: 10px; z-index: 8; }
.promo-item { text-align: center; color: #bc96dc; }
.cart-promotion:before { width: 0px;}
.cart-promotion.active1:before { width: 33.3%; background: #b02c9f; z-index: 9;}
.cart-promotion.active2:before { width: 66.6%; background: #b02c9f; z-index: 9;}
.cart-promotion.active3:before { width: 100%; background: #b02c9f; z-index: 9;}
.promo-item.active { color: #b02c9f;}
.promo-item.active .promo-name { border-color: #b02c9f;}
.promo-name { width: 75px; height: 75px; border-radius: 75px; align-self: center; border: solid 4px #bc96dc; justify-content: center; display: flex; flex-direction: column; font-size: 10px; font-weight: bold; align-items: center; text-align: center; gap: 5px; z-index: 9; position: relative; background: #fff; overflow: hidden;}
.promo-name img { max-width: 50px !important; height: 50px !important; align-self: center;}
.promo-free-shipping:after { content: ''; display: inline; background: url("images/truck.png"); width: 18px; height: 12px;}
.promo-price { margin-top: 5px; font-size: 18px; font-weight: bold;}
.promo-title { text-align: center; font-size: 16px; padding: 15px 0px; display: none;}
.cart-title { color: #44166a; font-size: 30px; font-weight: normal; text-align: center; }
.promo-title span { color: #b02c9f; font-weight: bold;}
.referrer-products { display: block; padding-left: 50px;}
.referrer-products > h3 { padding-bottom: 0px;}
.referrer-products .products-list { padding-left: 0px; }
.referrer-products .products-list ul.products { margin-top: 10px;}
.nav-alphabet { display: flex; margin-top: 20px; justify-content: flex-start; flex-wrap: wrap; gap: 5px; }
.nav-alphabet li { border: solid 1px #0073e5; border-radius: 10px; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 14px;}
.nav-alphabet li a { text-decoration: none; display: block;}
.nav-alphabet li.active { background: #0073e5;}
.nav-alphabet li.active a {color: #fff; }

.woocommerce-result-count { background: #f9f2f8; position: relative; display: inline-block; border-radius: 5px; padding-right: 10px;}
.woocommerce-result-count .woocommerce-result-count-total { background: #b02c9f; padding: 3px; color: #fff; border-radius: 5px;}
.about-navigation { margin: 20px 0px 30px; white-space: nowrap; width: 100%; overflow: auto; padding-bottom: 20px; max-width: 926px;}
.about-navigation a { color: #0d0d0d; margin-right: 50px; }

/*home-shop-new*/
.home-shop-list-1, .home-shop-list-2 { border: solid 1px #e9e9e9; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 20px; }
.home-shop-categories { float: left; width: calc(100% - 430px);}
.home-shop-products { float: right; width: 400px; overflow: hidden;}
.home-shop-list-1 ul, .home-shop-list-2 ul { display: flex; flex-direction: row; justify-content: start; justify-items: center; align-items: start; gap: 30px; flex-wrap: wrap;}
.home-shop-list-1 ul { gap: 20px;}
.home-shop-products ul { width: 400px;}
.home-shop-list-1 ul li, .home-shop-list-2 ul li { width: 140px; display: flex; align-items: center; flex-direction: column; text-align: center;}
.home-shop-list-1 ul li .product-img, .home-shop-list-2 ul li .product-img { text-align: center;}
.home-shop-list-1 ul li .product-title, .home-shop-list-2 ul li .product-title, .home-shop-category-bottom .product-title { font-size: 13px; text-align: center; margin-top: 10px; }
.home-shop-list-1 h3, .home-shop-list-2 h3, .home-shop-category-bottom h3 { font-size: 18px; font-weight: bold;}
.home-shop-list-1 img, .home-shop-list-2 img { height: 134px; width: auto; max-width: 134px;}
.home-shop-category-bottom { clear: both; margin-top: 30px; float: left; width: 100%;}
.home-shop-latest-inverviews { float: left; clear: bottom; margin-top: 70px; width: 390px; margin-right:  100px;}
.home-shop-latest-posts { float: left; margin-top: 70px; width: 390px;}
.home-shop-latest-inverviews h3, .home-shop-latest-posts h3 { font-size: 18px; font-weight: bold; margin-bottom: 30px; }
.home-shop-latest-inverviews a, .home-shop-latest-posts a { font-size: 16px; font-weight: bold; text-decoration: underline; color: #1980df; display: block; margin-bottom: 20px; }
.home-shop-latest-inverviews p, .home-shop-latest-posts p { font-size: 14px; }
.home-shop-products, .home-shop-category-bottom { position: relative;}
.slide-control, .bxslide-control .bx-next { cursor: pointer; background: url("images/next-icon.png"); width: 23px; height: 45px; position: absolute; right: 20px; top: calc(50% - 22px);}
.home-shop-products .slider { display: flex; width: 10000px; position: relative;}
.category-products .bx-wrapper { margin-bottom: 0px; border: none; background: none; box-shadow: none; }
.category-products.home-shop-list-2 ul { display: block; }
.single_add_to_cart_button { height: 49px; width: 338px; background: #32c505 !important; border: solid 2px #4e9c36 !important; color: #fff; text-align: center; display: flex; flex-direction: row; padding: 0px !important; justify-items: center; align-items: center; justify-content: center; font-weight: normal; font-size: 20px !important; }
.single_add_to_cart_button:before { content: ''; background: url("images/icon-add-to-cart.png"); width: 24px; height: 23px; margin-right: 10px; }

@media only screen and (max-width: 767px) {
	.woocommerce-cart-form__cart-item.cart_item { text-align: left; align-items: flex-start; gap: 10px; border: solid 1px #ccc; padding-right: 10px; margin-top: 20px;  }
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail { width: 80px; }
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a { width: 80px; height: auto; display: inline-block; }
	.woocommerce-cart-form__cart-item.cart_item .product-item-info { display: block;}
	.woocommerce-cart-form__cart-item.cart_item .product-item-info-1 { justify-content: space-between; margin-top: 20px;}
	.woocommerce-cart-form__cart-item.cart_item .product-name { width: auto;}
	.woocommerce-cart-form__cart-item.cart_item .product-status { width: auto; }
	.woocommerce-cart-form__cart-item.cart_item .product-remove { width: auto; order: 2; }
	.woocommerce-cart-form__cart-item.cart_item .product-quantity { width: auto; order: 1;}
	.woocommerce-cart-form__cart-item.cart_item .product-subtotal { width: auto; order: 3; }
	.backorder_notification { margin-bottom: 0px !important;}
	.referrer-products { padding-left: 0px;}
	.referrer-products ul.products li.product a img { padding: 0px;}
}