/*!
Theme Name: BNFTheme06
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bnftheme06
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

BNFTheme06 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
	
font-family: 'Roboto', sans-serif;
font-family: 'Source Sans Pro', sans-serif;	
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;	
	font-weight: 300;
	font-size: 17px!important;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto', sans-serif!important;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}



.main-navigation ul ul a {
	width: 160px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Begin marge en padding
--------------------------------------------------------------*/
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mb110{margin-bottom:110px;}
.mb120{margin-bottom:120px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}
.pt150{padding-top:150px;}
.pt200{padding-top:200px;}
.pt250{padding-top:250px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}
.pb200{padding-bottom:200px;}

/*--------------------------------------------------------------
Eind marge en padding
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Aanvullingen door BrandNewFresh.com
--------------------------------------------------------------*/
.clear{
	clear:both;
}
button:focus {
	outline: 0;
}
.payoff-wrap {
	border-top: 1px solid #888;
	background-color: #eee;
}
.site-info {
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
.site-info a {
	color: #000;
}
.siteFooterBG .widget-title {
	font-size: 18px;
	font-weight: 700;
}
/* begin NAV rechts naast logo toevoeging */

.site-branding img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-height: 100px;
	width: auto;
}
#masthead {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	z-index: 999;
}
/* slide menu from left */

.hamburgerWrap {
	text-align: right;
	padding-top: 20px;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 999;
	padding-left: 0;
	padding-right: 0;
}
.sidenav a {
	padding: 8px 8px 8px 0px;
	text-decoration: none;
	font-size: 18px;
	color: #404040;
	display: block;
	transition: 0.3s;
}

.sidenav img{
	margin-left: 12px;
	margin-top: 5px;
	float: left;
	padding:0!important;
}

.closerWrapMobMenu {
	margin-top: 50px;
	margin-bottom: 50px;
}
.sidenav .closebtn {
	font-size: 40px;
	line-height: 45px;
	margin-right: 12px;
	padding: 0;
	float: right;
}

.sidenav .closebtn:hover {
	color: #94167f;
}
.footerwidgetWrap {
	background-color: #303030;
	color: #fff;
	font-size: 16px;
}
.wooLinkWraps a {
	color: #404040;
	text-decoration: none;
}
.mijnAccount {
	margin-right: 0px;
}
/* aanpassingen search  */

.searchDT {
	padding-top: 30px;
}
.searchMob #searchform input[type="text"], .searchDT #searchform input[type="text"] {
	width: calc(100% - 40px)!important;
}
.searchMob #searchsubmit, .searchDT #searchsubmit {
	font-size: 24px;
	padding: 0;
	padding-top: 4px;
	border: 0px;
	float: right;
	background-color: transparent;
}
/* eind search */

/*	vertical news ticker
******************************/

.ticker-wrapper-v {
	display: flex;
	position: relative;
	overflow: hidden;
	height: 36px;
}
.ticker-wrapper-v .fa-check {
	margin-right: 10px;
}
.ticker-wrapper-v .heading {
	background-color: #1c6547;
	color: #fff;
	padding: 5px 10px;
	flex: 0 0 auto;
	z-index: 1000;
}
.ticker-wrapper-v .heading:after {
	content: "";
	position: absolute;
	top: 0;
	border-left: 20px solid #1c6547;
	border-top: 17px solid transparent;
	border-bottom: 15px solid transparent;
}
.news-ticker-v {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	z-index: 999;
	animation: tic-v 10s cubic-bezier(1, 0, .5, 0) infinite;
}
.news-ticker-v:hover {
	animation-play-state: paused;
}
.news-ticker-v li {
	width: 100%;
	line-height: 30px;
	align-items: center;
	white-space: nowrap;
	padding-left: 20px;
}
.news-ticker-v li a {
	color: #212529;
	font-weight: bold;
	text-decoration: none;
	font-weight: 300;
}
@keyframes tic-v {
	0% {
		margin-top: 0;
	}
	25% {
		margin-top: -30px;
	}
	50% {
		margin-top: -60px;
	}
	75% {
		margin-top: -90px;
	}
	100% {
		margin-top: 0;
	}
}
.ticker-wrapper-v .fa-check {
	color: #22a7b2;
}
.feedbackWrap {
	text-align: right;
}
.carousel-item {
	margin-top: 20px;
	background-size: contain;
	background-position: center center;
	width: 100%;
	aspect-ratio: 2000/735;
}
.shortCutButton {
	text-align: center;
}
.tussenKopOnderlijn {
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
}
.blogPost {
	position: relative;
	padding: 19px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
	margin-bottom: 30px;
	line-height: 30px;
	font-weight: 300;
}
.blogPost span {
	color: #94167f;
	font-weight: 400;
}
.blogPost h3 a {
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
.infoBlokBG {
	background-color: #161d32;
	color: #fff;
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 10px;
	padding-left: 10px;
}
.blogPost p {
	height: 40px;
}
.uspWrap h3 {
	font-weight: 700;
	font-size: 20px;
}
.nieuwsbriefWrap {
	background-color: #303030!important
}
.nieuwsbriefWrap h2 {
	color: #fff;
	font-weight: 700;
	padding-bottom: 20px;
	padding-top: 28px;
	float: left;
}
.nieuwsBriefInschrijf {
	margin-top: 30px;
	float: right;
	color: #fff;
}
.footerwidgetWrap {
	line-height: 30px;
}
.footerwidgetWrap img {
	width: 200px;
}
.footerwidgetWrap ul {
	list-style: none;
	padding-left: 0;
	margin-left: 3px;
}
.footerwidgetWrap a {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}
.footerwidgetWrap a:hover {
	color: #94167f;
	text-decoration: none;
}
.textwidget {
	font-weight: 300!important;
}
.widget-title {
	font-size: 18px;
	font-weight: 300!important;
	color: #94167f;
	text-transform: uppercase;
}
/* logo slider styling */

/* Slider */

.slick-slide {
	margin: 0px 20px;
}
.logo-carousel {
	overflow: inherit;
}
.slick-slide img {
	width: 100%;
}
.slick-track::before, .slick-track::after {
	display: table;
	content: '';
}
.slick-track::after {
	clear: both;
}
.slick-track {
	padding: 1rem 0;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
	color: #fff;
	filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
	border: none;
	width: 2rem;
	height: 1.5rem;
	text-indent: -10000px;
	margin-top: -16px;
	z-index: 99;
}
.slick-arrow.slick-next {
	right: -40px;
	transform: rotate(180deg);
}
.slick-arrow.slick-prev {
	left: -40px;
}
/* woocommerce aanpassingen */

.woocommerce-loop-product__title {
	text-align: center;
	color: #404040
}
.woocommerce ul.products li.product .price {
	text-align: center;
	color: #404040;
	font-size: 25px;
}
/*.woocommerce ul.products li.product a {
	background-color: #94167f;
	color: #fff;
	font-weight: 300;
}*/
.product .product_type_simple {
	display: none!important;
}
.wp-block-preformatted {
	background-color: transparent;
}
.uspBlockWrap {
	margin-top: 15px;
	text-align: center;
}
.woocommerce-tabs h2, .related h2, .recent_products h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 26px;
	margin-top: 50px;
}
.woocommerce-tabs, .related, .recent_products {
	margin-bottom: 80px;
}
.single_add_to_cart_button {
	background-color: green!important;
	width: calc(100% - 85px)!important;

}
.site-footer h3 {
	font-weight: 200;
	font-size: 14px;
	color: #fff;
}

.attentieBlockSingleProd{
	text-align: center;
	border: 1px solid #94167f;
	padding:20px 5px;

}

.attentieBlockSingleProd .fa-check{
	color: green
}

.up-sells .price del,
.up-sells .stock,
.up-sells .product_type_variable,
.related .price del,
.related .stock,
.related .product_type_variable{
	display: none!important;
}
/* Media Queries */

@media (max-width: 768px) {
	.slick-arrow {
		width: 1rem;
		height: 1rem;
	}
}
.row {
	overflow: hidden;
}
/* JsFiddle Example only/don't use */

.logo-carousel {
	margin-top: 32px;
}
ul {
	margin-left: 0px;
}
/* logo slider styling */

/*vormgeving productpagina's */

.woocommerce-Tabs-panel h2 {
	font-size: 20px
}
.woocommerce-Tabs-panel h3 {
	font-size: 18px
}
.description_tab, .woocommerce div.product, .woocommerce-tabs ul.tabs li {
	border-radius: 0!important;
	box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0!important;
	box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 0!important;
	box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: none!important;
}
.tabs li {
	background-color: #fff!important;
	color: #404040;
	border: 1px solid rgb(204, 204, 204)!important;
	border-bottom: 0px!important;
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.tabs .active {
	background-color: #94167f!important;
	color: #fff!important;
	border: 1px solid #94167f!important;
	border-bottom: 0px!important;
}
.tabs {
	border-bottom: 1px solid rgb(204, 204, 204)!important;
}

.related ul, .up-sells ul {
	margin-top: -8px!important;
	padding-top: 40px!important;
	border-top: 1px solid rgb(204, 204, 204)!important;
	width: 100%;
}
.related h2:first-child, .up-sells h2:first-child {
	background-color: #94167f!important;
	color: #fff;
	border: 1px solid #94167f!important;
	font-size: 18px!important;
	font-weight: 300;
	padding: 10px;
	overflow: hidden!important;
	width: auto!important;
	display: inline-block;
	margin-bottom: 0px;
}
.entry-summary .price {
	font-family: 'Roboto', sans-serif;
	font-weight: 600!important;
}
.entry-summary .product_title {
	font-size: 26px;
	font-weight: 300;
}
.entry-summary .product_meta {
	display: none
}
.bundle_button {
	display: flex;
}
.woocommerce div.product form.cart .button {
	float: none;
	flex: 1;
}
.woocommerce .quantity .qty {
	height: 40px;
	width: 80px;
	font-size: 20px;
}
.woocommerce div.product form.cart .button {
	font-size: 20px;
}
button.single_add_to_cart_button:before {
	display: inline-block;
	font-family: FontAwesome;
	float: left;
	content: "\f07a";
	font-weight: regular;
	margin-right: 1em;
}
.products h2 {
	text-align: left;
}
.products .price {
	width: 100%;
	text-align: left!important;
	font-size: 16px!important;
	font-weight: 700!important;
}
.product .star-rating {
	display: none!important;
}
#breadcrumbs{
	margin-bottom: 0px;
}

#breadcrumbs a{
	color: #404040;
	text-decoration: none;
}

.PageWoocommercepages .additional_information_tab{
	display:none!important;
}

.woocommerce a.added_to_cart {
	padding-top: 0.5em;
	display: none;
}
/* eind vormgeving productpagina's */

.preFooter{
	background-color: #94167f;
	padding:25px 0;
}

.preFooterText, .preFooterForm{
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 34px;
}

.preFooterForm{
	padding:20px;
}
.preFooterText b{
	font-weight: 700;
}

.emaiFootBlock{
	text-align: center;
	width: calc(100% - 150px);
}

.emaiFootBlock, .emaiButtonBlock{
	float: right
}

.emaiButtonBlock{
	margin-left: 15px;
}

.emaiFootBlock input[type="email"]{
	height: 40px;
	line-height: 30px;
	text-align: center;
	width:100%!important;
	width:300px;
}
.emaiButtonBlock input[type="submit"]{
 background-color: transparent!important;
 border:1px solid #fff;	
 color: #fff;
 height: 40px;

	
}	

.response{
	padding-top: 14px;
	font-size: 16px;
	line-height: 20px;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
	#Mobiel-menu li {
		width: 100%;
		border-top: 1px solid #ddd;
	}
	#Mobiel-menu li:first-child {
		border-top: 0px solid #ddd;
	}
	#Mobiel-menu li:last-child {
		border-bottom: 0px solid #ddd;
	}
	#Mobiel-menu ul li:first-child {
		border-top: 1px solid #ddd;
	}
	#Mobiel-menu li a {
		padding-left: 12px;
		color: #404040;
		width: 90%;
		display: inline-block;
	}
	#Mobiel-menu li:hover {
		width: 100%;
		background-color: #94167f;
	
	}
	#Mobiel-menu li:hover .plusStyler{
		color: #fff;
	}
	.activeMenuMob{
		width:100%!important;
	}
	
	.activeMenuMob li {
		background-color: #fff!important;
		color: #404040;
	}
	
	#Mobiel-menu ul{
		background-color: #fff;
	}
	#Mobiel-menu ul li{
		padding-left: 20px;
	}	
	#Mobiel-menu li:hover a {
		color: #fff;
	}
	#Mobiel-menu li:hover  li a {
		color: #404040;
	
	}
	
	#Mobiel-menu ul li:hover {
		background-color: #94167f!important;
	}
	#Mobiel-menu ul li:hover a{
		color: #fff;
	}	
	.main-navigationMob ul {
		display: block;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigationMob ul ul {
		display: none
	}
	.plusStyler {

		font-size: 25px;
		padding: 8px 16px 8px 0px;
		width: 10%;
		text-align: right;
		display: inline-block;
	}
	.main-navigationMob .menu-item-has-children li a::after {
		content: '';
	}
	.activeMenuMob {
		display: block!important;
	}
	.main-navigationMob ul {
		width: 100%;
		list-style: none;
		margin-left: 0px;
	}
	.ticker-wrapper-v li {
		text-align: center;
	}
	.ticker-wrapper-v li {
		margin-left: auto;
		margin-right: auto;
	}
	.pageDuwer{
		padding-top: 140px;
	}

	.feedbackWrap{
		margin-top: 10px;
	}
}
@media only screen and (min-width: 430px) {
	

}	
/* Extra Small Devices, Phones */

@media only screen and (min-width: 576px) {
	#Mobiel-menu ul {
		margin-left: 0px;
	}
	.PageWoocommercepages button.button.alt {
		font-size: 15px;
	}

}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {


}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
		.pageDuwer{
		padding-top: 200px;
	}
	.xStylerTop {
		display: none
	}
	#DeskTop-menu {
		text-align: center;
	}
	#DeskTop-menu li {
		padding: 7px 10px 6px 10px;
		margin-right: 2px;
		display: inline-block;
		float: none!important;
	}
	#DeskTop-menu li a {
		color: #fff;
		font-size: 15px;
		font-weight: 300;
		text-transform: uppercase;
		font-weight: 300;
		font-family: 'Source Sans Pro', sans-serif;	
	}
	#DeskTop-menu li:hover {
		background-color: #000;
	}
	#DeskTop-menu li:hover a {
		color: #fff;
	}
	#DeskTop-menu ul li {
		text-align: left;
	}
	#DeskTop-menu .sub-menu {
		width: 260px;
		display: block!important;
		margin-left: -10px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	}
	#DeskTop-menu .sub-menu li {
		border-bottom: 1px solid #fff;
		width: 260px;
	
	}
	#DeskTop-menu .sub-menu .sub-menu{
		margin-top:0px;
		margin-left: 248px;
	}
/*	#DeskTop-menu .sub-menu .sub-menu li{
		border: 1px solid #303030;
		background-color: #94167f;
	}*/
	#DeskTop-menu .sub-menu .sub-menu li a{
	color: #000!important;
	
	}
	#DeskTop-menu .sub-menu .sub-menu li:hover a{
	color: #fff!important;
	
	}
	
	#DeskTop-menu .sub-menu .sub-menu .sub-menu li a{
	color: #000!important;
	
	}
	#DeskTop-menu .sub-menu .sub-menu .sub-menu li:hover a{
	color: #fff!important;
	
	}
/*	#DeskTop-menu .sub-menu .sub-menu li:hover{
		background-color: #650f57;
	}*/
	
	.menuWrapBG {
		background-color: #303030;
	}
	.wooLinkWraps {
		padding-top: 34px;
	}
	.wooLinkWraps {
		text-align: right;
	}
	.news-ticker-v li {
		display: flex;
	}
	.pageDuwer {
		padding-top: 180px;
	}

	.feedbackWrap{
		margin-top: 30px;
	}
/*	.stock::before {
		content: 'Beschikbaarheid ';
		color: #404040;
	}*/
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
	.single_add_to_cart_button {
		padding: 12px 80px!important;
	}

		.pageDuwer {
		padding-top: 160px;
	}
}
@media only screen and (min-width: 1400px) {}
/*==========  Non-Mobile First Method  ==========*/

/* XX Large Devices, Wide Screens */

@media only screen and (max-width: 1400px) {}
/* X Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}
/* Large Devices, Desktops */

@media only screen and (max-width: 992px) {
	.topHeaderWrap {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 10px
	}
	.hamburgerWrap {
		text-align: right;
		padding-top: 2px;
		font-size: 25px;
	}
	#masthead {
		padding-bottom: 10px;
	}
	.site-branding img {
		margin-bottom: 10px;
		max-height: 50px;
		width: auto;
	}
	.wooLinkWraps {
		padding-top: 10px;
		text-align: center;
	}
	.site-branding img {
		margin-top: 5px;
	}
}
/* Medium Devices, Tablets */

@media only screen and (max-width: 768px) {}
/* SM Extra Small Devices, Phones */

@media only screen and (max-width: 576px) {
	.showMyAccount {
		display: none;
	}
}
/* XS Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}
/* aanpassingen voor vormgeving Ger */
.price del{
	color:#666!important;
	font-weight: 400;
	font-size: 0.9em;
}

.star-rating {
	position: absolute!important;
	right: 10px;
	bottom: 28px!important;
}


.woocommerce-loop-category__title{
	background-color: #94167f;
	text-align: center!important;
	position: absolute!important;
	width: 100%;
	margin-top: -60px!important;
	margin-left: -10px!important;
	font-weight: 300;
	color:#fff;
}

.products .product_type_variable{
	display:none!important;
}



.woocommerce span.onsale{
	margin-top: 20px;
	padding-top: 25px;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	background-color: #fcc402;
	color:#ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover{

	background: #fff;
    color: #94167f!important;

}
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #94167f!important;
	color: #fff;
	
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #94167f;
    border: 1px solid #94167f;
    }

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
	.navbar .has-megamenu {
		position: static!important;
	}
	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */

@media(max-width: 991px) {
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

/* ============ mobile view .end// ============ */

@media (max-width:767px){
.archive.woocommerce-page .PageWoocommercepages ul.products li.product:nth-child(n) {
    width: 50% !important;
}
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: green;

}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: green;
    opacity: 0.9;

}


#cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button{
	    background-color: green!important;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: green;

}
.woocommerce a.button{
	background-color: transparent!important;
	padding:0px!important;
	color: #404040!important;
	line-height: 25px;
	font-weight: 300;
	margin-top: 0px!important;
}

.onbackorder .single_add_to_cart_button{
	background-color: green!important;
}

.woocommerce ul.products li.product a img{
	display: inline-block!important;
}

.entry-summary input[type="submit"]{
	background-color: green;
	color: #fff;
	border-color: green;
}

.cwginstock-panel-primary{
	border-color: #94167f!important;
}
.panel-heading {
	color: #fff;
	background-color: #94167f!important;
	border-color: #94167f!important;
}

.wc-proceed-to-checkout  a.button.alt{
	background-color: green!important;
	padding: 15px!important;
	color: #fff!important;
	font-weight: 700;
}

.pageName a{
 color:	#94167f
}

.saleBadge{
	position: absolute;
	z-index:500;
	width: 90px!important;
	height: auto!important;
	left:0!important;
	
}

.PageWoocommercepages .saleBadge{
	top:30px!important;
}

.woocommerce-variation-description{
	display:none
}

/* werkt zonder divi

@media (max-width: 768px){
.woocommerce-page ul.products li.product:nth-child(odd) {
	clear: none!important;
	margin-left: 20px!important;
}

.archive.woocommerce-page .PageWoocommercepages ul.products li.product:nth-child(n){
	width: 40%!important;

}
.woocommerce-page ul.products li.product:nth-child(n){
	margin: 0 6.5% 6.5% 0!important;
}
.PageWoocommercepages .product{
	height: 500px;
}


.woocommerce-page ul.products li.product:nth-child(3n+1){
	clear: none!important;
}
}
*/

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: green;
	font-size: 1.25em;
}

.main-navigation{
	background-color: #303030;
}

.main-navigation ul ul li{
	background-color: #fff;
	/*border: 1px solid #303030;*/
}

.main-navigation ul ul li a{
	color: #303030!important;
	text-transform: none!important;
}

.main-navigation ul ul li:hover a{
	color: #fff!important;
}

#DeskTop-menu .sub-menu li:last-child{
	border-bottom: 2px solid #921D7E;
}

.logoSocials img{
	height: 30px;
	margin-right: 10px;
	width: auto;
}