/*!
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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif!important;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: 220px;
}

.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 0 1.5em;
}

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


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

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

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


/*--------------------------------------------------------------
## Aanvullingen door BrandNewFresh.com


font-family: 'Lato', sans-serif;


turquise ; #22a7b2
grijs: #949092

--------------------------------------------------------------*/
button:focus {
	outline: 0;
}
.clicker {
	cursor: pointer
}
#masthead {
	background-color: #f4f4f4;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.pageDuwer {
	padding-top: 100px;
}
.payoff-wrap {
	background-color: #222;
}
.site-info {
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.site-info a {
	color: #fff;
}
.siteFooterBG .widget-title {
	font-size: 18px;
	font-weight: 700;
}
/* begin NAV rechts naast logo toevoeging */

/* slide menu from left */

.hamburgerWrap {
	text-align: right;
	padding-top: 2px;
	font-size: 25px;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(34, 167, 178, 0.95);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 999;
	padding-left: 0;
	padding-right: 0;
}
.sidenav a {
	padding: 8px 8px 8px 0px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.closerWrapMobMenu {
	margin-top: 50px;
	margin-bottom: 50px;
}
.sidenav .closebtn {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	font-size: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.footerwidgetWrap {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #222;
	color: #fff;
}
.footerwidgetWrap a {
	text-decoration: none;
}
.footerwidgetWrap a:hover {
	color: #22a7b2;
}
.topHeaderWrap {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px
}
.betaalOpties {
	font-size: 12px;
}
.betaalOpties img {
	margin-top: 5px;
}
.carousel {
	padding-left: 0;
	padding-right: 0;
}
/* woocoommerce aanpassingen */

a.button, button.button, input.button, #review_form #submit {
	background: #22a7b2;
}
.wooLinkWraps a {
	color: #404040;
	text-decoration: none;
}
.wooLinkWraps a:hover {
	color: #22a7b2;
}
.mijnAccount {
	margin-right: 10px;
}
.mijnContact{
	margin-left: 10px;
}


.speedKnop {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.speedKnop:hover {
	opacity: 0.8;
}
.speedKnop h2 {
	font-weight: 600;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	margin-bottom: 20px;
}
.speedKnop a {
	position: absolute;
	bottom:20px;
	right:20px;
	background-color: #22a7b2;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding:10px 16px;
}
.speedKnop01 {
	background-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/WoonDeco.jpg');
}
.speedKnop02 {
	background-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/IKEA.jpg');
}
.speedKnop03 {
	background-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/wandplanken.jpg');
}
.speedKnop04 {
	background-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/vensterbank.jpg');
}
.speedKnop05 {
	background-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/Doe-het-zelf.jpg');
}
.speedKnop06 {
	background-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/Kisten.jpg');
}
.speedKnop07 {
	background-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/meubelen.jpg');
}
.speedKnop08 {
	background-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/sale.jpg');
}

.uspTextWrap {
	margin-top: 24px;
}
.footKol01 img {
	height: 80px;
	margin-bottom: 20px;
}
.footerwidgetWrap .widget-title {
	font-weight: 600;
	font-size: 20px;
	color: #22a7b2;
}
.footerwidgetWrap a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
.footerwidgetWrap p {
	font-weight: 300;
}
.footerwidgetWrap li {
	list-style: none;
}
#menu-footermenu2, #menu-footermenu4 {
	padding: 0;
	margin-left: 2px;
}
.h2TussenKop {
	margin-bottom: 20px;
}
.h2TussenKop1, .h2TussenKop2, .h2TussenKop3, .h2TussenKop4, .h2TussenKop5 {
	overflow: hidden;
	text-align: left;
	font-weight: 300!important;
	margin-bottom: 30px;
	font-size: 28px;
}



.description_tab a, .reviews_tab a {
	font-size: 23px;
	font-weight: 300!important;
}
.h2TussenKop1:after, .h2TussenKop2:after, .h2TussenKop3:after, .h2TussenKop4:after, .h2TussenKop5:after {
	background-color: #22a7b2;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: bottom;
	margin-left: 20px;
	margin-bottom: 10px;
}

.h2TussenKop1:after {
	width: calc(100% - 440px);
}
.h2TussenKop2:after {
	width: calc(100% - 430px);
}
.h2TussenKop3:after {
	width: calc(100% - 350px);
}
.h2TussenKop4:after {
	width: calc(100% - 380px);
}
.h2TussenKop5:after {
	width: calc(100% - 400px);
}
.h2TussenKop5 {
	margin-bottom: 40px;
}
/* Woocommerce aanpaasingen */

.woocommerce-loop-product__title {
	text-align: center;
	color: #404040;
	font-weight: 300!important;
}
.woocommerce ul.products li.product .price {
	text-align: center;
	color: #22a7b2;
	font-size: 20px;
}
.woocommerce ul.products li.product a {
	background-color: transparent;
	color: #fff;
	font-weight: 300;
}
.product .product_type_simple {
	display: none!important;
}
.products li:hover {
	transform: scale(1.01);
	transform-origin: center;
}

.linkRev{
	text-align: center;
	margin-top: 20px;
}

.linkRev a{
	color: #22a7b2
}

.reviewText p{
	line-height: 32px!important;
}

.reviewHome img {
	width: 160px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.reviewHome {
	text-align: center;
	border: 1px solid #ccc;
	padding: 50px 10px 30px 10px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
}
.reviewHome h2 {
	font-size: 24px;
}
.reviewHome h3 {
	font-size: 20px;
}
.lineWidth100 {
	height: 1px;
	background-color: #22a7b2
}
.woocommerce .products li {
	text-align: center;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}
.woocommerce .products li a {
	font-size: 18px;
}
.woocommerce .products li .add_to_cart_button {
	width: 100%!important;
	padding-top: 25px;
	padding-bottom: 25px;
}
.uspBlockWrap {
	margin-top: 15px;
	text-align: center;
}
.uspBlockWrap img {
	height: 50px;
	width: auto;
}
.uspBlok {
	padding: 10px 0px;
	text-align: center;
	color: #404040;
	font-size: 18px;
	font-weight: 300;
}
.uspBlok .fa-check {
	color: #22a7b2;
	margin-right: 10px;
}
.mainContentWrap p {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
#DeskTop-menu li:last-child {
	float: right!important;
}
#DeskTop-menu ul li:last-child {
	float: left!important;
}
.flagWrap img {
	margin-top: 8px;
	height: 20px;
}
.nieuwsBriefWrap h3 {
	font-weight: 300!important;
	font-style: italic;
	text-align: center;
	font-size: 22px;
	line-height: 35px;
}
.nieuwsBriefWrap {
	background-color: #22a7b2;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}


.PageWoocommercepages #breadcrumbs a {
	color: #404040;
	text-decoration: none;
}
.PageWoocommercepages .term-description {
	font-size: 18px;
	line-height: 34px;
	font-weight: 300;
}

.PageWoocommercepages h1{
	margin-top: 0px!important;
}
.woocommerce-loop-category__title {
	font-size: 20px!important;
	width: 100%!important;
	padding:15px 10px!important;
	background-color: #22a7b2!important;
}

.woocommerce-loop-product__title{
	width: 100%!important;
	padding:15px 10px!important;
	font-size: 16px!important;
}
.woocommerce-loop-category__title a {
	background-color: #22a7b2!important;
	color: #fff!important;
	font-size: 16px!important;
	font-weight: 300!important;
}
/* chat button bottom */

#chatButtonBottom {
	position: fixed;
	bottom: 40px;
	color: #fff;
	margin-left: 20px;
	z-index: 10000;
}

#chatButtonBottom img{
	box-shadow: 0px 0px 10px Rgba(0, 0, 0, 0.5);
	width: 65px!important;
	height: auto;
	border-radius:20px;
}

/* eind chat button bottom */

/* test voor Placeholder invul formulier */

.newsLetterWrap input[type="email"] {
	width: 100%!important;
	padding: 20px 20px;
	margin-top: 5px;
	text-align: center;
}
.newsLetterWrap input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b9b9b9;
	text-align: center;
	font-size: 18px;
	font-style: italic;
}
input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */
	color: pink;
	text-align: center;
	font-size: 18px;
}
input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */
	color: pink;
	text-align: center;
	font-size: 18px;
}
input[type="email"]:-moz-placeholder {
	/* Firefox 18- */
	color: pink;
	text-align: center;
	font-size: 18px;
}
.nieuwsBriefWrap input[type="submit"] {
	width: 100%;
	background-color: #222;
	margin-top: 5px;
	border: #222;
	color: #fff;
	line-height: 34px;
}
.footerSoc {
	text-align: center;
}
.footerSoc a {
	color: #fff;
	font-size: 60px;
	margin: 0 10px 20px 10px;
}
.footerSoc a:hover {
	color: #22a7b2
}

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

/* Custom, iPhone Retina */

@media only screen and (min-width: 300px) {
	#Mobiel-menu li {
		width: 100%;
		padding: 5px 10px;
		border-top: 1px solid #fff;
	}
	#Mobiel-menu li:first-child {
		border-top: 0px solid #fff;
	}
	#Mobiel-menu li:last-child {
		border-bottom: 0px solid #fff;
	}
	#Mobiel-menu ul li:first-child {
		border-top: 1px solid #fff;
	}
	#Mobiel-menu li a {
		color: #fff;
		width: 90%;
		display: inline-block;
	}
	#Mobiel-menu li:hover {
		width: 100%;
		padding: 5px 10px;
	}
	#Mobiel-menu 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 {
		color: #fff;
		font-size: 25px;
		padding: 8px 8px 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;
	}
	.site-branding img {
		margin-bottom: 10px;
		max-height: 50px;
		width: auto;
	}
	#masthead {
		padding-bottom: 10px;
	}
	.wooLinkWraps {
		padding-top: 10px;
		text-align: center;
	}
	.feedbackWrap {
		font-size: 14px!important;
	}
	.ticker-wrapper-v li {
		margin-left: auto;
		margin-right: auto;
	}
	.ticker-wrapper-v li {
		text-align: center;
	}
	.showMyAccount {
		display: none;
	}
	.speedKnop {
		height:170px;
		margin-bottom: 30px;
	}
	.uspTextWrap .fa-check {
		color: #22a7b2;
		margin-right: 10px;
	}
	.speedKnop h2 {
		font-size: 14px;
	}
	.speedKnop a {
		font-size: 15px;
	}
	#breadcrumbs {
		margin-top: -60px;
		opacity: 0.3;
	}
	.PageWoocommercepages {
	padding-top: 190px
	}

	.speedKnop {
	padding: 15px 10px;
	}
	
	.vervolgPage{
		padding-top: 200px;
	}
	.pijltjeNieuwsbrief{
		display: none;
	}
	.woocommerce-loop-category__title {
		height: auto;
		font-size: 15px!important;
	}
	.tc-section-inner-wrap {
	font-size: 14px;
	font-weight: 300;
	}

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

		.woocommerce-loop-category__title {
	height: auto;
	}
}
@media only screen and (min-width: 576px) {
	#Mobiel-menu ul {
		margin-left: 0px;
	}
	.showMyAccount {
		display: inline-block;
	}
	.woocommerce-loop-category__title {
	height: auto;
	}
	.woocommerce-loop-category__title {
		font-size: 18px!important;
	}
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
			.speedKnop h2 {
		font-size: 22px;
	}

	.speedKnop {
    height: 260px;
    }
    .woocommerce-loop-category__title, .woocommerce-loop-product__title{
	height: auto;
	}
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
	.xStylerTop {
		display: none
	}

	#DeskTop-menu {
		text-align: left;
		z-index: 999;
	}
	#DeskTop-menu li {
		padding: 18px 3px 17px 3px;
		margin-right: 2px;
		display: inline-block;
		float: none!important;
	}
	#DeskTop-menu li a {
		color: #fff;
		font-size: 14.5px;
		font-weight: 300;
	}
	#DeskTop-menu li:hover {
		background-color: #fff;
	}
	#DeskTop-menu li:hover a {
		color: #000;
	}
	#DeskTop-menu ul li:first-child{
		padding-top: 10px;
	}
	
		#DeskTop-menu ul ul li:first-child{
		padding-top: 5px;
	}
	
	#DeskTop-menu ul{
		margin-left: -10px;
	}
	#DeskTop-menu ul ul{
		margin-left: 224px;
	}
	
	#DeskTop-menu ul li {
		text-align: left;
		background-color: #fff;
		border-bottom: 2px solid #ddd;
		border-left: 2px solid #ddd;
		border-right: 2px solid #ddd;
	}
		#DeskTop-menu ul ul li {
		border-left: 2px solid #ddd;
	}
	
	#DeskTop-menu ul ul li a{
		color: #000!important;
	}
	
	/*#DeskTop-menu .sub-menu {
		width: 200px;
		display: block!important;
		margin-left: -78px;
		background-color: #949092;
		max-height: 600px;
		width: 600px;
		padding: 20px 100px 50px 100px;
	}*/
	#DeskTop-menu .sub-menu li {
		padding: 5px;
	}
	#DeskTop-menu .sub-menu li a {
		font-size: 18px;
	}
		#DeskTop-menu .sub-menu li:hover {
		background-color: #22a7b2;
	}
		#DeskTop-menu ul ul li  a{
		color: #404040!important;
	}
		#DeskTop-menu ul .sub-menu li a{
		color: #404040!important;
	}	
	#DeskTop-menu .sub-menu li:hover a {
		color: #fff;
	}
	#DeskTop-menu .sub-menu li:hover li a {
		color: #22a7b2;
	}
		#DeskTop-menu .sub-menu ul li:hover{
	background-color: #22a7b2;
	}
	#DeskTop-menu .sub-menu ul ul li:hover{
	background-color: #22a7b2;
	}
	#DeskTop-menu .sub-menu  ul, #DeskTop-menu .sub-menu  ul ul{
		border-top: 2px solid #ddd;
	}
	#DeskTop-menu .sub-menu  ul ul{
		margin-top: -2px;
	}
		#DeskTop-menu .sub-menu ul li:hover a{
	color: #fff!important;
	}	
		#DeskTop-menu .sub-menu ul li:hover li a{
	color: #404040!important;
	}	
		#DeskTop-menu .sub-menu ul li li:hover {
	background-color: #22a7b2;
	}		
	#DeskTop-menu .sub-menu ul li li:hover a{
	color: #fff!important;
	}	
	.menuWrapBG {
		background-color: #22a7b2;
	}
	.site-branding img {
		margin-top: 10px;
		margin-bottom: 20px;
		max-height: 80px;
		width: auto;
	}
	.searchDT {
		padding-top: 30px;
	}
	.wooLinkWraps {
		padding-top: 34px;
	}
	#masthead {
		padding-bottom: 0px;
	}
	.wooLinkWraps {
		text-align: right;
	}
	.news-ticker-v li {
		display: flex;
	}
	.carousel-item {
		background-position: center center;
		background-size: cover;
		height: 450px;
	}
	.speedKnop02 h2, .speedKnop03 h2 {
		font-size: 22px;
	}
	.footerwidgetWrap .widget-title {
		margin-top: 65px;
	}
	.speedKnop {
		height: 300px;
	}
	.speedKnop h2 {
		font-size: 22px;
	}

	#breadcrumbs {
		margin-top: -50px;
		opacity: 0.3;
	}
	.PageWoocommercepages {
	padding-top: 300px
	}

		.speedKnop {
	padding: 30px 25px;
	}
	.vervolgPage{
		padding-top: 270px;
	}
	.pijltjeNieuwsbrief {
		display: block;
		float: right;
		margin-top: -50px;
	}

	.woocommerce-loop-product__title{
		font-size: 20px!important;
	}
	.h2TussenKop3, .h2TussenKop4{
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.reviewText{
		height: 180px;
		padding:10px 20px;

	}
		.tc-section-inner-wrap {
	font-size: 18px;
	}
	.woocommerce-loop-category__title {
		font-size: 20px!important;
	}
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .woocommerce-loop-category__title, .woocommerce-loop-product__title{
	height: 78px;
	}
	#DeskTop-menu li {
	padding: 18px 7px 17px 7px;
	}
	#DeskTop-menu li a {
	font-size: 16px;
	}
	.speedKnop h2 {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1400px) {
		.reviewText{
		height: 140px;
	}
	#DeskTop-menu li {
	padding: 18px 10px 17px 10px;
	}
	#DeskTop-menu li a {
	font-size: 18px;
	}
}
/*==========  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) {}
/* Medium Devices, Tablets */

@media only screen and (max-width: 768px) {
	.feedbackWrap {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.tab-title-description li {
		margin-bottom: 10px!important;
	}
}
/* SM Extra Small Devices, Phones */

@media only screen and (max-width: 576px) {
	.woocommerce div.product .product_title {
		font-size: 20px;
	}
}
/* 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 search mobiel */

.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;
}
/* news ticker
	/*****************************
*	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;
}
/* woocommerce aanpassingen */

.extraInfoLinksWrap .wc-tabs-wrapper {
	display: none;
}
.extraInfoRechtsWrap .related {
	display: none!important
}
.leftDTRelated .related h2:first-child {
	display: none;
}
/* uit! #onlyTwoColoumns li {
	margin: 0 0 2.992em 0;
}*/

.wc-tabs {
	margin-left: 0;
	padding-left: 0;
}
.wc-tabs li {
	display: inline-block;
	font-size: 30px;
	margin-right: 20px;
}
.wc-tabs li a {
	text-decoration: none;
	color: #404040;
}
.woocommerce-Tabs-panel h2 {
	display: none!important;
}
.knopWeg .add_to_cart_button {
	display: none!important;
}
.nieuwAssortiementStyle .woocommerce-loop-product__title {
	line-height: 32px;
	height: 125px;
}
.woocommerce-product-details__short-description ul, .woocommerce-Tabs-panel ul {
	padding-left: 0;
	margin-left: 40px;
	list-style-image: url('https://www.stylingathome.nl/wp-content/themes/bnftheme06/img/check.jpg');
}
.woocommerce-product-details__short-description ul li, .woocommerce-Tabs-panel ul li {
	margin-bottom: 10px;
}
.PageWoocommercepages .woocommerce div.product .product_title {
	font-size: 33px!important;
}
.singlePageWrap .woocommerce-Price-amount {
	font-size: 33px;
	color: #404040;
}
.PageWoocommercepages .woocommerce-Price-amount {
	color: #404040;
}
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #6a9d33!important;

}

.woocommerce-checkout-payment .button{
	color: #fff!important;
}
.rightDTOkmschrijving input[type="number"] {
	height: 65px;
	/*width: 100px!important;*/
	border: 2px solid #d1d0d0;
	border-radius: 10px;
	/* margin-right: 20px;*/
}
.woocommerce span.onsale {
	background-color: orange!important;
	width: 100px!important;
	height: 100px!important;
	border-radius: 100%!important;
	line-height: 90px;
}
.rightDTBeschrijving h4 {
	font-weight: 300;
}
.leftDTRelated .woocommerce-tabs {
	display: none;
}
.rightDTBeschrijving .related {
	display: none;
}
.rightDTBeschrijving a {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #22a7b2;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	width: 80%;
	float: right;
}
.leftDTRelated .related h2 {
	line-height: 30px;
	font-weight: 300;
	height: 110px;
	padding-top: 0px!important;
}
.woocommerce div.product form.cart .button {
	background-color: green!important;
	float: none!important;
	margin-top: -6px;
}
.yith-wcwl-wishlistaddedbrowse {
	font-family: 'Lato', sans-serif!important;
	font-weight: 300!important;
	font-size: 18px!important;
}
.yith-wcwl-wishlistaddedbrowse a {
	font-family: 'Lato', sans-serif!important;
	font-weight: 300!important;
	font-size: 18px!important;
	color: #000;
}
.recentProducts .related, .recentProducts .woocommerce-tabs {
	display: none;
}
.recent_products h2 {
	display: none;
}
.leftDTRelated .recent_products, .rightDTBeschrijving .recent_products {
	display: none;
}
/* Make Gallery 25% width and place it beside the image */

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	width: 75%;
	float: left;
}
/* Make Gallery 25% width and place it beside the image */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	width: 25%;
	float: left;
}
/* Style each Thumbnail with width and margins */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: 90%;
	float: none;
	margin: 0 0 10% 10%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 80%;
	margin-bottom: 10%;
	margin-left: 10%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	right: 26%;
}
.rightDTOkmschrijving .product_meta {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 0px!important;
}
.active a {
	border-bottom: 2px solid #22a7b2!important;
}
.woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0!important;
	padding-left: 5px!important;
	margin-bottom: 30px;
}
.woocommerce-tabs ul.tabs a {
	font-weight: 300!important;
}
.woocommerce-product-details__short-description {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}
.woocommerce-Tabs-panel {
	margin-top: 20px!important;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
}
.rightDTBeschrijving {
	margin-top: 30px;
}
.upsProductWrap {
	background-color: #f7f6f6;
	border-top: 2px solid #eff1f0;
	border-bottom: 2px solid #eff1f0;
	margin-bottom: 50px;
}
#onlyTwoColoumnsMob .description_tab, #onlyTwoColoumnsMob .reviews_tab {
	margin: 0px!important;
}
.woocommerce-loop-product__title {
	min-height: 74px;
}
.leftDTRelated .woocommerce-Price-amount, .recentProducts .woocommerce-Price-amount, .mobRelated .woocommerce-Price-amount {
	font-size: 20px!important;
}
.yith-wcwl-add-button a {
	text-decoration: none;
	color: #404040;
	font-weight: 300;
	font-size: 18px;
}
.yith-wcwl-icon {
	color: orange;
}
.mobRelated .recent_products {
	display: none;
}
.woocommerce .star-rating span::before {
	color: #FFD700;
}
.star-rating {
	display: none!important;
}
.review .star-rating {
	display: block!important;
}
.product a .star-rating {
	display: block!important;
	float: none;
	width: 85px;
	margin: 0!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-bottom: 8px!important;
	padding-left: 10px;
}
.rightDTOkmschrijving .star-rating {
	display: block!important;
}
.rightDTOkmschrijving .price {
	margin-bottom: 10px!important;
}
.woocommerce-product-rating a {
	text-decoration: none;
	font-size: 18px;
	color: #404040;
	font-weight: 300;
}
.thumnailWrap {
	width: 100%!important;
	max-width: 615px!important;
	position: absolute!important;
}
.iconic-woothumbs-all-images-wrap {
	position: absolute!important;
	/*z-index: 500;*/
}
/*.woocommerce div.product .stock{
	    font-weight: 300;
    font-size: 18px!important;
    line-height: 28px;
    color: #404040;
    margin-left: 8px;
    position: absolute;
    margin-top: -173px;
}*/

.stock img {
	margin-left: 10px;
	margin-right: 4px;
}
.woocommerce div.product .stock {
	color: #000;
	font-size: 18px!important;
	font-weight: 300;
}
.USPLeft, .USPRight {
	border: 2px solid #22a7b2;
	width: 26%;
	float: left;
	padding: 3px;
	text-align: center;
	height: 80px;
	margin-bottom: 30px;
	color: #22a7b2;
	font-size: 10px;
	line-height: 14px!important;
}
.USPLeft {
	margin-right: 2%;
}
.USPLeft .fa-truck {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.USPRight img {
	height: 40px;
}
.additional_information_tab {
	font-size: 23px!important;
}
.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
	display: inline-block;
}
.minus, .plus {
	height: 65px;
	background-color: transparent!important;
	border: 2px solid #d1d0d0;
	border-radius: 10px;
}
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}
.woocommerce ul.products li.product a img, {
	margin-bottom: 0px;
}
.tm-custom-price-totals, .tm-custom-price-totals .price, #tm-epo-totals {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}
/*==========  Mobile First Method  ==========*/

/* XS Custom, iPhone Retina */

@media only screen and (min-width: 299px) {
	/* uit #onlyTwoColoumns li:first-child, #onlyTwoColoumns li:nth-child(3) {
		margin: 0 10px 2.992em 0;
	}*/
	#onlyTwoColoumnsMob li {
		margin: 0 0 2.992em 0;
	}
	#onlyTwoColoumnsMob li:first-child, #onlyTwoColoumnsMob li:nth-child(3) {
		margin: 0 15px 2.992em 0;
	}
	.mobRelated li {
		margin-bottom: 10px!important;
	}
	.PageWoocommercepages button.button.alt {
		background-color: #458400;
		font-size: 13px;
		padding: 25px 5px;
		border-radius: 10px;
	}
	.leftDTIMG {
		height: 130vw!important;
	}
	.iconic-woothumbs-all-images-wrap {
		width: 100%!important;
		max-width: 545px!important;
	}
	.PageWoocommercepages .woocommerce-loop-product__title {
		margin: 10px 15px 0px 0!important;
		/* let op dit wordt continu aangepast dus conflict op deiverse pagina's anders oplossen!*/
	}
	.rightDTBeschrijving ul.tabs li, .mobRelated ul.tabs li {
		border: 0px solid #fff!important;
		border-bottom: 2px solid #fff!important;
		background-color: transparent!important;
		display: inline-block!important;
		position: relative!important;
		padding: 0 10px 0 0!important;
	}
	.germanFlag img {
		height: 20px;
		width: auto;
		margin-right: 10px;
	}
	.cart .fa-cart-shopping {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media only screen and (min-width: 480px) {
	.PageWoocommercepages .woocommerce-loop-product__title {
		font-size: 16px!important;
	}
}
/* SM Extra Small Devices, Phones */

@media only screen and (min-width: 576px) {
	.PageWoocommercepages button.button.alt {
		font-size: 15px;
		padding: 25px 15px;
	}
	.cart .fa-cart-shopping {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 588px) {
	.leftDTIMG {
		height: 680px!important;
	}
}
/* Medium Devices, Tablets */

@media only screen and (min-width: 768px) {
	.leftDTIMG {
		height: 300px!important;
	}
	.related .products li:last-child {
		display: none;
	}
	.related .products .product {
		width: 31%!important;
		margin-right: 3%!important;
	}
	.related .products .product:nth-child(3) {
		margin-right: 0px!important;
	}
	.PageWoocommercepages button.button.alt {
		font-size: 12px;
		padding: 25px 5px;
	}
	.iconic-woothumbs-all-images-wrap {
		width: 100%!important;
		max-width: 350px!important;
	}
	.PageWoocommercepages .woocommerce-loop-product__title {
		font-size: 16px!important;
		height: 105px!important;
	}
}
/* Large  Devices, Desktops */

@media only screen and (min-width: 992px) {
	.PageWoocommercepages button.button.alt {
		font-size: 20px;
		padding: 22px 10px;
	}
	.leftDTIMG {
		height: 420px!important;
	}
	.iconic-woothumbs-all-images-wrap {
		width: 100%!important;
		max-width: 450px!important;
	}
	.PageWoocommercepages .woocommerce-loop-product__title {
		font-size: 16px!important;
	}
	.rightDTBeschrijving ul.tabs li, .mobRelated ul.tabs li {
		padding: 0 20px 0 0!important;
	}
	.PageWoocommercepages .woocommerce-loop-product__title {
	
		height:105px!important;
	}
}
/* X Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
	.PageWoocommercepages button.button.alt {
		font-size: 25px;
		padding: 20px 30px;
	}
	.leftDTIMG {
		height: 490px!important;
	}
	.iconic-woothumbs-all-images-wrap {
		width: 100%!important;
		max-width: 525px!important;
	}
	.PageWoocommercepages .woocommerce-loop-product__title {
		font-size: 18px!important;
	}
}
/* XX Large Devices, Wide Screens */

@media only screen and (min-width: 1400px) {
	/*	uit! #onlyTwoColoumns li:first-child, #onlyTwoColoumns li:nth-child(3) {
		margin: 0 24px 2.992em 0;
	}*/
	.leftDTIMG {
		height: 570px!important;
	}
	.iconic-woothumbs-all-images-wrap {
		width: 100%!important;
		max-width: 625px!important;
	}
	.PageWoocommercepages .woocommerce-loop-product__title {
	
		height:95px!important;
	}
}
@media(max-width:992px) {
	.recent_products .product {
		width: 48%!important;
		flex: 0 0 40%!important;
		margin: 0!important;
		margin: 0 0 2.992em 0!important;
	}
	.recent_products li:first-child, .recent_products li:nth-child(3) {
		margin: 0 15px 2.992em 0!important;
	}
}
@media(max-width:1200px) {
	.description_tab a, .reviews_tab a, .additional_information_tab a {
		font-size: 18px!important;
	}
}
@media(max-width:990px) {
	.description_tab a, .reviews_tab a, .additional_information_tab a {
		font-size: 23px!important;
	}
	.woocommerce span.onsale {
		background-color: orange!important;
		width: 70px!important;
		height: 70px!important;
		border-radius: 100%!important;
		line-height: 60px;
		font-size: 12px;
	}
	.woocommerce ul.products li.product .price {
		font-size: 16px;
	}
}
@media(max-width:768px) {
	.description_tab a, .reviews_tab a, .additional_information_tab a {
		font-size: 18px!important;
	}
	.h2TussenKop3, .h2TussenKop4 {
		margin-bottom: 10px;
	}
}
@media(max-width:576px) {
	.description_tab a, .reviews_tab a, .additional_information_tab a {
		font-size: 16px!important;
	}
}


/* ondertsaande code is voor het gelijk maken van alle productblokjes en het oplossen van het gat wat geen review achterlaat */

@media only screen and (min-width: 300px) {
	.archive .product {
		height: 330px;
	}
	.archive .product .price {
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
	}
	#onlyTwoColoumnsMob .up-sells .product, #onlyTwoColoumnsMob .related .product{
		height:320px;
	}
	#onlyTwoColoumnsMob .up-sells .price, #onlyTwoColoumnsMob .related .price, .recent_products .product .price{
		position: absolute;
		bottom:0px;
		width:100%;
		text-align: center;
	}
	.recent_products .product{
		height: 200px;
	}
}
@media only screen and (min-width: 400px) {
	.archive .product {
		height: 370px;
	}
	.archive .product .price {
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
	}
	#onlyTwoColoumnsMob .up-sells .product{
		height:380px;
	}
	#onlyTwoColoumnsMob .related .product{
		height:380px!important;
	}
	.recent_products .product{
		height:320px;
	}
	
}
@media only screen and (min-width: 500px) {
	.archive .product {
		height: 410px;
	}
	.archive .product .price {
		position: absolute;
		bottom: 5px;
		width: 100%;
		text-align: center;
	}	
	#onlyTwoColoumnsMob .up-sells .product{
		height:410px;
	}
	#onlyTwoColoumnsMob .related .product{
		height:410px!important;
	}
}
@media only screen and (min-width: 768px) {
	.archive .product {
		height: 380px;
	}
	.archive .product .price {
		position: absolute;
		bottom: 5px;
		width: 100%;
		text-align: center;
	}
	#onlyTwoColoumnsMob .up-sells .product{
		height:360px;
	}
	#onlyTwoColoumnsMob .related .product{
		height:360px!important;
	}
	.PageWoocommercepages .woocommerce-loop-product__title {
		height: 75px!important;
	}
	.recent_products .product{
		height:280px;
	}
}
@media only screen and (min-width: 992px) {
	.archive .product {
		height: 400px;
	}
	.archive .product .price {
		position: absolute;
		bottom: 5px;
		width: 100%;
		text-align: center;
	}
	#onlyTwoColoumns .up-sells .product{
		height: 300px;
	}
	#onlyTwoColoumns .related .product{
		height: 340px;
	}

	#onlyTwoColoumns .up-sells .woocommerce-loop-product__title{
		font-size: 14px!important;
	}
	#onlyTwoColoumns .up-sells .price, #onlyTwoColoumns .related .price{
		position: absolute;
		bottom:0px;
		width:100%;
		text-align: center;
	}
	.PageWoocommercepages .woocommerce-loop-product__title {
		height: 105px!important;
	}
	.PageWoocommercepages .related .woocommerce-loop-product__title {
		height: 105px!important;
	}
	.recent_products .product{
		height:300px;
	}
}
@media only screen and (min-width: 1200px) {
	.archive .product {
		height: 430px;
	}
	#onlyTwoColoumns .archive .product .price {
		position: absolute;
		bottom: 5px;
		width: 100%;
		text-align: center;
	}
	#onlyTwoColoumns .up-sells .product{
		height: 340px;
	}
	#onlyTwoColoumns .related .product{
		height: 390px;
	}
	.recent_products .product{
		height:330px;
	}
}
@media only screen and (min-width: 1400px) {
	.archive .product {
		height: 470px;
	}
	.archive .product .price {
		position: absolute;
		bottom: 5px;
		width: 100%;
		text-align: center;
	}
	.recent_products .product{
		height:370px;
	}
}

.product-category{
	height: auto!important;
}

/* uitgezet op 26 jan 2023 iov Ger */
.woocommerce-result-count{
	display:none;
}

.footericone{
	height:24px!important;
	width:auto!important;
}

.headerIcon{
	height: 20px!important;
	width: auto!important;
}

.iconChevRight{
	height: 20px!important;
	width: auto!important;
}

.rightDTOkmschrijving .stock{
	display:none!important;
}


 .recentProducts{
	display:none;
}

#textGroterKleiner .upsells{
	display:none
}


.rightDTOkmschrijving .woocommerce-product-details__short-description{
	display: none!important;
}