/*
Theme Name: Genesis Sample
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: 2.9.3

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 */
.site-header [type=search] {
    height: 54px;
}

/* 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: #333;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	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, .woocommerce-checkout .usp-under-cart 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 {
	line-height: 1.2;
	margin: 0 0 20px;
}

h1, .home-span {
	font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

h2 {
	font-size: 27px;
    font-family: "Raleway", serif;
    font-weight: 700;
}

h3 {
	font-size: 24px;
    font-family: "Raleway", serif;
    font-weight: 700;
}

h4 {
	font-size: 20px;
    font-family: "Raleway", serif;
    font-weight: 700;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
    font-family: 'Source Sans Pro', serif;
    font-weight: 700;
}

h6 {
	font-size: 16px;
    font-family: 'Source Sans Pro', serif;
    font-weight: 700;
}

/* 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;
}

/* Inline styles
--------------------------------------------- */


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	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: #2a2a4a;
	border: 0;
	border-radius: 30px;
	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, .page-template-checkout-page .woocommerce-form-coupon-toggle {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

td,
th {
	text-align: left;
}

td {
    border-top: 1px solid #fff;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
    background: #fff;
    font-weight: bold;
}
tr {
    background: #EFEDF1;
}
td:first-child, td:first-child a {
    background-color: #2A2A4A;
    color: white;
    font-weight: bold;
    min-width: 10em !important;
}
.woocommerce-cart td:first-child, .woocommerce-cart td:first-child a {
    background-color: #fff !important;
}
tr:nth-child(2) td:first-child {
    border-radius: 10px 0 0 0;
}
tr:nth-child(2) td:last-child {
    border-radius: 0 10px 0 0;
}
tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.woocommerce tr, .woocommerce th {
    background: none;
}
.woocommerce .specs-box, .comment-respond {
    border-radius: 10px;	
    background-color: #FCFCFC;
    padding: 25px;
    margin-bottom: 50px;
}
.woocommerce td:first-child {
    background-color: #fff;
    color: #000;
}
.woocommerce tr:nth-child(2) td:first-child {
    border-radius: 0;
}
.woocommerce tr:nth-child(2) td:last-child {
    border-radius: 0;
}
.woocommerce tr:last-child td:first-child {
    border-radius: 0;
}
.woocommerce tr:last-child td:last-child {
    border-radius: 0;
}
.woocommerce .woocommerce-message, .woocommerce ul.products .outofstock .button {
    display: none;
}

.woocommerce-cart-form {
    width: 100%;
}
.stock-notice {
    background-color: #FFFEE7;
    padding: 5px;
}

.woocommerce-cart-form__contents .button {
    background: #eee !important;
}
.full-body .site-inner .woocommerce .usp-block {  
    padding-left: 0;
}
.full-body .site-inner .woocommerce .usp-block li {
    list-style-type: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 50% !important;
}
.full-body .site-inner {
    max-width: 100% !important;
}
.full-body .breadcrumb, .woocommerce-cart .entry-title {
    display: none;
}
.entry-header::after {
    content: none !important;
}

/* 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 {
	word-wrap: break-word;
}


/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0 20px 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;
}

.type-post .breadcrumb, .type-post .breadcrumb a {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
    color: #fff !important;
    padding-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.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, .archive-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;
}
.widget_layered_nav .widget-title, .widget_layered_nav_filters .widget-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Raleway;
    font-size: 16px;
}
.widget_layered_nav .checkboxes {
    margin-top: 10px;
}
ul.checkboxes input[type="checkbox"] {
    margin-right: 10px;
}

/* 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 {
	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;
}
.woocommerce .site-container ul.products li.product .star-rating {
    margin-top: 7px !important;
}
/* 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;
}
.checkboxes .count::before, .checkboxes .count:before {
    content: '(';
}
.checkboxes .count::after, .checkboxes .count:after {
    content: ')';
}
.woocommerce .widget_layered_nav_filters ul li a::before {
    display: none;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}
.woocommerce-Reviews .vote-box-comment, .woocommerce-Reviews .vote-box-comment a:hover {
    color: #2DEEB3;
}
.woocommerce-Reviews .vote-box-comment a {
    text-decoration: none;
    font-size: .83em;
}

/* styling image slider */
@media only screen and (max-width: 600px) {
    .iconic-woothumbs-images-wrap .slick-slide img {
        /*height: 242px;*/
    }
    .iconic-woothumbs-thumbnails-wrap--stacked .iconic-woothumbs-thumbnails__slide {
        width: 16.6666666667% !important;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .iconic-woothumbs-all-images-wrap {
        width: 50% !important;
    }
    .iconic-woothumbs-images-wrap .slick-slide img {
       /* height: 242px !important;*/
    }
}
.iconic-woothumbs-images__arrow i {
    color: #292948;
    opacity: 1!important;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    border-color: transparent;
    transition: box-shadow .1s linear;
    background: #fff!important;
    border-radius: 50px;
    border-radius: 35px;
    padding: 20px;
}
.iconic-woothumbs-images-wrap .slick-slide img {
    display: block;
    width: auto;
    margin: 0 auto!important;
    object-fit: contain!important;
    object-position: 50% 50%!important;
}
.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
    padding: 5px;
    border-radius: 3px;
    background: white;
    border: 1px solid white;
}
.pswp__bg {
    opacity: 0.7 !important;
}
.iconic-woothumbs-responsive-media iframe {
   /* height: 460px !important;*/
}
.iconic-woothumbs-responsive-media {
    background: #fff !important;
}
body .header-home{
    background-color: #d4d4db;
}

@media only screen and (min-width: 800px) {
    .woocommerce-page div.product div.summary {
        width: 33% !important;
    }
    .iconic-woothumbs-images-wrap .slick-slide img {
       /* height: 460px; */
    }
    body .header-home::before {
        position: absolute;
        content: '';
        top: 0;
        height: 90%;
        left: -50vw;
        right: -50vw;
        z-index: -1;
        pointer-events: none;
        background-image: url(/wp-content/themes/genesis-sample/images/wave-bg.svg);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}
.iconic-woothumbs-thumbnails__image-wrapper {
    border-radius: 3px;
    border: 1px solid #cbcbcb;
}
.iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper:after {
    border-width: 1px !important;
    border-color: #292948 !important;
    border-radius: 3px;
}
.iconic-woothumbs-images-wrap--hide-controls .iconic-woothumbs-images__arrow {
    display: block !important;
}
/* END styling image slider */

/* 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: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding-left: 10px;
}

/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */

.nav-primary .genesis-nav-menu > .search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
}

li a.icon-search {
	cursor: pointer;
    padding-top: 10px;
}

/*li a.icon-search:hover {
	border-bottom: none;
}*/

.search-div {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	width: 300px;
	padding: 10px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: #f2efef;
}

.search-div .search-form {
	position: relative;
}

.search-div .search-form input[type="search"] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

.search-div .search-form input[type="submit"] {
	position: absolute;
	right: -1px;
	bottom: 1px;
	padding: 17px 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
} /* oldIE ;) */

@media only screen and (max-width: 800px) {
	.nav-primary .genesis-nav-menu > .search {
		display: block;
		text-align: left;
	}
	.search-div {
		left: 0;
	}
}

@media only screen and (max-width: 340px) {
	.search-div {
		width: auto;
	}
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	/*padding-bottom: 25px;*/
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-top: 10px;
	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;
}
.range-products {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.cross-sell-product li {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}
.cross-sell-product a {
    text-decoration: none !important;
}
/* Standaard (mobiele weergave) */
.onze-keuze-desktop {
    display: none; /* Verberg de desktop-versie op mobiel */
}

.onze-keuze-mobile {
    display: block; /* Toon de mobiele-versie */
}

/* Weergave voor desktop (pas '769px' aan indien nodig) */
@media (min-width: 769px) {
    .onze-keuze-desktop {
        display: block; /* Toon de desktop-versie */
    }
    
    .onze-keuze-mobile {
        display: none; /* Verberg de mobiele-versie op desktop */
    }
}
.range-products span a{
    padding: 0.2em 0.9rem;
    border-radius: 10px;
    border:1px solid #dededeff;
    margin-right: 2%;
    text-decoration: none;
    display: inline-block;
}
.range-products span.current a, .range-products span a:hover {
    background: #efedf1;
    color: #2b2a48;
    border:2px solid #2b2a48;
}


/* 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: 16px;
	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: left;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
    width: 61px;
}
.woocommerce.woocommerce-page .products .star-rating {
        padding: 10px;
    margin-top: 7px !important;
    margin-right: 5px !important;
}


.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%;
}
.site-inner {
    max-width: 980px;
}
.site-inner {
    margin-top: 20px !important;
}

/* 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;
}
.footer-widgets .textwidget {
    color: #2a2a4a;
    font-weight: bold;
    text-decoration: none;
    font-size: 25px;
}

.phone-number {
    width: 100%;
    text-align: center;
    background: #2a2b4a;
    padding: 25px;
    color: #fff;
}
.phone-number a {
    color: #fff;
}
.custom-star-rating {
    overflow: hidden;
    vertical-align: middle; /* Adjust as needed to align with your content */
    display: inline-block;
    font-size: 16px;
}
.custom-star-rating .fa-fw {
    text-align: center;
    width: 1.15em;
}
.woocommerce .woocommerce-LoopProduct-link {
	display: inline !important;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.notice {
    background: #FFFEE7;
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #fffbad;
}
.notice p:nth-child(2) {
    margin: 0;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.page-id-26 .grecaptcha-badge, .page-id-337 .grecaptcha-badge { 
    visibility: visible;
}

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

.usp-home li {
    list-style: none !important;
}

.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;
}
/* Filter header */
.filter-header {
        width: 100%;
        display: block !important;
        background: #2a294a;
        color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        font-weight: bold;
        font-size: 18px;
        z-index: 999999;
}
.filter-close {
        display: block;
        float: left;
}
.filter-close a{
    color: white;
    padding: 10px;
    display: block;
    width: 45px;
}
.filter-title {
        display: block;
        float: left;
    padding: 10px;
    padding-left: 0;
}
.filter-close .fa-times {
        color: #fff;
        margin-left: 10px;
}

.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;
}
.product-data ul.products .wp-block-button__link {
    margin-bottom: 10px;
}
/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}
.product-certs {
	text-align: center; 
	padding: 40px 0 10px 0;
	border-top: 1px solid #EFEDF1;
	border-bottom: 1px solid #EFEDF1;
	margin: 40px 0;

}
.product-certs h3 {
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	font-weight: 900;
}
.products-certs p {
	font-family: "Raleway", serif;
}
.product-certs .trustmark-icons img { 
	max-height: 100%;
}
.product-certs .trustmark-icons li {
    height: 98px;
	margin-right: 60px;
	margin-left: 60px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.woocommerce .products .star-rating, .woocommerce-product-rating .star-rating{
    float: left !important;
    color: #2eefb3;
}
.iconic-woothumbs-images__arrow i,  {
    color: #292948;
    opacity: 1 !important;    
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    border-color: transparent;
    transition: box-shadow .1s linear;
    background: white !important;
    border-radius: 50px;
    border-radius: 35px;
    padding: 20px;
}
.iconic-woothumbs-loading-overlay--inner {
    display: none;
}
.iconic-woothumbs-images-wrap .iconic-woothumbs-images .iconic-woothumbs-images__arrow {
    width: 50px;
}
.iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper:before {
    border-width: 1px !important;
}
.iconic-woothumbs-images-wrap .iconic-woothumbs-images .iconic-woothumbs-images__slide {
    background-color: #fff !important;
}
.iconic-woothumbs-images-wrap .iconic-woothumbs-images .iconic-woothumbs-images__arrow svg {
    background: white !important;
    padding: 8px;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
    transition: box-shadow .1s linear;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    border-color: transparent;
}
.pswp__button--arrow--right:before, .pswp__button--arrow--left:before {
    display: none;
}
.pswp__button--arrow--right:after {
    content: "\62";
    margin-right: 15px;
}
.pswp__button--arrow--left:after {
    content: "\63";
    margin-left: 15px;

}
.pswp__button--arrow--right:after, .pswp__button--arrow--left:after {
    font-family: "woothumbs" !important;
    display: block;
    font-size: 50px;
    background: white;
    color: black;
    border-radius: 40px;
    opacity: 1 !important;   
    height: 54px;
}
.pswp--has_mouse .pswp__button--arrow--right {
    will-change: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-backface-visibility: unset !important;
}
.pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__top-bar, .pswp__ui--hidden .pswp__top-bar {
    opacity: 1 !important;
}
.footer-widgets {
    background-color: #e9e7e9;
	clear: both;
	padding: 60px 0;
}
.home .label, .home .label a {
    color: #2A2A4A;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    margin-bottom: 10px !important;
}
.home .subpromotie {
    font-size: 23px;
    font-family: "Raleway", sans-serif;
    color: #2A2A4A;
    font-weight: 600;
}
.site-reviews-inner .review-single-home {
    background: #fffdfa;
    padding: 55px 40px;
    box-shadow: -10px 20px 40px #00000029;
    border-radius: 35px;
}
.site-reviews-inner .site-reviews-grid, .site-reviews-inner .site-reviews-column {
    display: flex;
    gap: 30px;
}
.site-reviews-inner .site-reviews-column {
    flex-direction: column;
    }
.footer-widgets a{
    color: #2a2a4a;
    text-decoration: none; 
}
.leveringsschema {
    text-decoration: none;
    border: 1px solid;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
}

.footer-widgets #trust-link {
    color: #2a294a;
    text-decoration: underline;    
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widgets .woocommerce .star-rating {
    float: none;
    width: 100%;
    margin: 10px 0 !important;
    color: #2a2a4a;
}
.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget .widget-area {
    width: 100%;
}

.footer-widgets .widget-title {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
.hotel-version-exp {
    background: #FFFEE7; 
    padding: 5px;
}
.hotel-version-exp, .hotel-version-exp div {
    display: block !important;   
}
/* Site Footer
---------------------------------------------------------------------------- */
.iconic-woothumbs-images-wrap {
   /* height: 460px !important;*/
}
.site-footer {
	background-color: #1e1e33;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}


.site-footer p {
	margin-bottom: 0;
}
.site-container .homepage-button .wp-block-button__link {
    box-shadow: inset 0 -0.125rem 0 #121222 !important;
    border: 1px solid #2A2A4A !important;
}

.mobile-back {
    display: none;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) { 
        float: left !important;
        clear: initial !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        clear: none !important;
        /*margin: 0 2.58% 2.992em 0 !important;*/
    }
    
}

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

	/* Site Header
	--------------------------------------------- */
    .widgettitle .fa-chevron-down, .widgettitle .fa-chevron-up {
        display: none;
    }
	.site-header .wrap {
		position: relative;
		width: 100%;
		/* z-index: 9999; */
        max-width: 1320px;
        margin: 0 auto;
	}
    .about-us.has-purple-bg:before {
        position: absolute;
        inset: 0;
        content: '';
        background-color: #d3d2d7;
        left: -50vw;
        right: -50vw;
        z-index: -1;
        pointer-events: none;
    }
    .site-reviews-inner.has-yellow-bg {
        position: relative;
        }
    .site-reviews-inner {
        gap: min(4vw,140px);
        padding-top: 60px;
        padding-bottom: 86px;
    }   
    .site-reviews-inner .site-reviews-column:not(:first-child) {
        padding-top: 130px;
        } 
    .site-reviews-inner.has-yellow-bg::before {
        position: absolute;
        inset: 0;
        content: '';
        background-color: #faf1e3;
        left: -50vw;
        right: -50vw;
        z-index: -1;
        pointer-events: none;
    }

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
    .woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover, .wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product:hover {
        box-shadow: 0 10px 20px 0 rgba(0,0,0,0.18);
    }
    
	.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;
	}
    
    .genesis-nav-menu .current-menu-item a {
        font-weight: bold;
    }
    .woocommerce-page .related ul.products li.product {
        min-height: 400px;
    }

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle, .sidebar .woocommerce-ordering, .phone-number  {
		display: none !important;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: left;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-right: 15px;
	}
    .single-post .entry-header:before {
        background: #e9e7e9;
        color: #2a294a;
        content: "";
        position: absolute;
        width: 90%;
        top: 0px;
        left: 10%;
        height: 280px;
        z-index: -9999999999;
        border-radius: 0 0 0 50px;
    }
    .woocommerce-page .entry-header:before, .sidebar .filter-header, .sidebar .woocommerce-ordering {
        content: none !important;
        display: none !important;
    }

	/* Site-Inner
	--------------------------------------------- */
    .home .site-inner {
        padding-top: 100px;
    }
	.site-inner {
		max-width: 980px;
	}
    .woocommerce .site-inner, .woocommerce-page .site-inner {
        max-width: 1248px;
    }

	/* Content
	--------------------------------------------- */

	.sitebar-content .content {
		float: left;
		width: 80%;
	}
    .full-width-content .content {
        width: 800px;
    }
	.sidebar-content .content {
		float: right;
        width: 77.42%;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */
    .usp-home {
        padding-left: 0 !important;
        width: 100%;
        margin-left: -140px;
        margin-right: -140px;
        max-width: 1062px;
        width: auto;
        padding-bottom: 50px;
        margin-top: 100px;
    }
	.sidebar {
		float: left;
		width: 20%;
        margin-right: 2.58%;
	}

	.sidebar-content .sidebar {
		float: left;
        padding-right: 20px;
	}

	/* 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-content .wp-block-column:not(:last-child) {
        margin-right: 7px;
    }
    .entry-content .wp-block-column:not(:first-child) {
        margin-left: 7px;
    }

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 30px;
	}
    /* Woocommerce
    --------------------------------------------- */
    .single-post .entry-header, .single-page .entry-header {
        padding: 10px 20px;
        background: transparent;
        color: #2a294a;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 15px;
    }
    .single-post .breadcrumb, .single-page .breadcrumb, .single-post .breadcrumb a, .single-page .breadcrumb a {
        color: #2a294a;
    }
    .post .woocommerce .products .type-product {
        min-height: 510px;
    }
    .wc-block-handpicked-products .wc-block-grid__products .wc-block-grid__product {
        min-height: 315px;
    }
    .single .wc-block-grid.has-3-columns .wc-block-grid__product {
        -webkit-box-flex: 1;
        flex: 1 0 30%;
        max-width: 30%;
        margin-right: 5%;
    }
    .woocommerce .type-product .woocommerce-loop-product__title, .type-product .price, .wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title, .wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .price {
        width: 100% !important;
        font-size: 18px !important;
    }

    .woocommerce .stock-value:before {
            left: -20px;
            top: -3px;
    }
    .filter-show-result, .filter-button {
        display: none !important;
    }
    .woocommerce .products .type-product .ajax_add_to_cart, .woocommerce .products .type-product .add_to_cart_button, .wc-block-handpicked-products .wc-block-grid__products .wc-block-grid__product .add_to_cart_button {
        position: absolute;
        bottom: 27px;
        border-radius: 26.5px;
        width: 90% !important;
        font-family: Raleway;
        font-size: 18px;
        font-weight: bold;
        left: 20px;
        background-color: #2DEEB3;
        display: none;
    }
    
    .woocommerce ul.products li.product:hover > .ajax_add_to_cart, .woocommerce-page ul.products li.product:hover > .ajax_add_to_cart {
        /* display: block; */
    }
    
	/* Footer Widgets
	--------------------------------------------- */
    .best-selling {
        margin-left: -140px;
    }
	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
    .header-home, .home .entry-content .product-block {
        margin-bottom: 100px;
    }
    .entry-content .blue-bg {
        width: 60%;
        height: 650px;
        top: 0;
    }
    .entry-content .blue-bg-round {
        height: 650px;
    }
    .site-header .title-area a {
        padding-left: 25px; 
    }
    .mini-cart {
        border-radius: 0px 0px 20px 0px;
    }
    .utility-bar .utility-bar-right .star-rating {
        float: left;
        height: 1.5em;
        line-height: 1.5;
        width: 5.9em;
    }
}
/* pure mobile */
@media only screen and (max-width: 600px) {
    .woocommerce .site-container .site-inner ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    .woocommerce-cart .product-name {
        width: 73%;
    }
    .iconic-woothumbs-images-wrap {
        /*height: 242px !important;*/
    }
    .white-popup-block {
        display: inline-block;
        max-width: 550px !important;
    }
    .mobile-back {
        display: block !important;
        margin-top: -10px;
    }
    .wc-block-grid__product-rating {
        float: left;
        width: 100% !important;
        padding: 0 !important;
    }
    body .header-home {
        margin-bottom: 50px;
    }
    margin-bottom: 40px;
    /*.sticky-bar {
        display: block !important;
    }*/
}
.summary p.price, .summary .stock {
    margin-bottom: 5px !important;
} 
.summary p.price {
    margin-top: 10px !important;
}
.cross-sell-product {
    margin-top: 20px;
}
#products .product-cat-details p, .product .column-inner .description-content p:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .column-inner .description-content p:not(:first-child), 
.product .column-inner .description-content div, .product .column-inner 
.description-content h4, .product .column-inner .description-content h3, 
.read-more-active .read-more, .product .column-inner .description-content ul,
.product-cat-details .read-more{
    display: none; 
}
.description-content.read-more-active p,  .description-content.read-more-active h3, .description-content.read-more-active div, .description-content.read-more-active ul{
    display: block !important;
}
.related-products, .woocommerce-Reviews-title {
    margin-top: 15px;
}
@media only screen and (max-width: 860px) {
    .woocommerce ul.products[class*=columns-] li.product, .utility-bar {
        width: 100% !important;
    }
    .woocommerce .products .type-product .ajax_add_to_cart, .woocommerce .products .type-product .add_to_cart_button, .read-more-active .read-more {
        display: none !important;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, .woocommerce-cart .two-sixths {
        float: left;
        width: 100% !important;
    }
    .header-home {
        padding-top: 20px;
    }
    .utility-bar {
        height: 40px;
    }
    .breadcrumb, .usp-under-cart .no-mobile, .header-home .wp-block-media-text__media {
        display: none;
    }
    .product-certs .trustmark-icons {
		word-break: unset;
		overflow-x: scroll;
		width: 950px;
	}
	.product-certs .cert-holder {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		width: 105.5%;
	}
    .entry-title {
        padding: 20px 0;
        font-size: 23px !important;
    }
    .woocommerce-page .entry-header, .woocommerce-page .archive-title {
        background: #fff;
    }
    .utility-bar .utility-bar-left li {
        animation-duration: 15s;
	   animation-timing-function: ease-in-out;
	   animation-iteration-count: infinite;
        position: absolute;
    }
    .utility-bar li:first-child {
        animation-name: anim-1;
    }
    .utility-bar li:nth-child(2) {
        animation-name: anim-2;
    }
    /*.utility-bar li:nth-child(3) {
        animation-name: anim-3;
    }*/
    @keyframes anim-1 {
        0%, 8.3% { opacity: 0; }
      8.3%,25% { opacity: 1; }
      33.33%, 100% { opacity: 0; }
    }
    @keyframes anim-2 {
	   0%, 33.33% { opacity: 0; }
        41.63%, 58.29% { opacity: 1; }
        66.66%, 100% { opacity: 0; }
    }

   /* @keyframes anim-3 {
	   0%, 66.66% { opacity: 0; }
        74.96%, 91.62% { opacity: 1; }
        100% { opacity: 0;  }
    }*/
    .site-header .nav-primary {
        position: fixed;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background: white;
        top: 105px;
        left: 0;
        padding-left: 25px;
        padding-top: 20px;
        z-index: 99999;
        display: none;
    }
    .genesis-nav-menu .menu-item {
        border-bottom: 1px solid #D8D8D8;
    }
   /* .site-header button.activated {
        width: initial !important;
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 15px;
        margin-top: 10px;
        z-index: 99999;
    } */
    .site-header .wrap {
        display: flex;
        justify-content: space-between;
    }
    .site-header .title-area {
        order: 2;
        margin: auto;
    }
    .wp-custom-logo .title-area {
        padding-top: 5px !important;
    }
    .site-header .header-widget-area {
        order: 3;
    }
    #genesis-mobile-nav-primary {
        order: 1;
        z-index: 99;
        display: block;
        text-align: left;
        margin: auto;
        margin-left: 0px;
        /*min-width: 90px;*/
    }
    /* Mobile filter */
    .open {
        height: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        margin-top: 35px;
    }
    .sidebar-primary, .woocommerce #products .woocommerce-order-products, #text-99 {
        display: none;
    }
    .site-header .title-area {
        margin-right: auto !important;
    }
    .sidebar-primary.is-opened {
        position: fixed;
        display: block;
        z-index: 999;
        background-color: #fff;
        width: 100%;
        left: 0px;
        padding: 15px;
        top: 0;
        margin-top: 0px;
        height: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        transition: transform .3s ease-in-out;
    }
    .loading {
        position: fixed;
        z-index: 1043;
        background: green;
        display: block;
        top: 0;
    }
    
    a.btn-keuzehulp {
        border: 1px solid #2A2A4A;
        text-align: center;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 2px;
        position: fixed;
        display: block !important;
        z-index: 9999;
        left: 29%;
        width: 42%;
        bottom: 5px;
        background: #2A2A4A;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }
    .woocommerce .is-opened .woocommerce-ordering {
        margin-top: 20px;
    }
    .filter-show-result {
        position: fixed;
        bottom: 0;
        display: block !important;
        width: 100%;
        background: white;
        padding: 10px;
        left: 0;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    }
    .widget_ajax_layered_nav_filters {
        margin-bottom: 0 !important;
        margin-top: 50px;
    }
    .product .column-inner .description-content p:not(:first-child), .product .column-inner .description-content div, .product .column-inner .description-content h4, .product .column-inner .description-content h3 {
        display: none; 
    }
    .woocommerce-page table.cart .product-thumbnail, .product .column-inner .read-more-active p:not(:first-child), .product .column-inner .read-more-active div, .product .column-inner .read-more-active h4, .product .column-inner .read-more-active div, .product .column-inner .read-more-active h3 {
        display: block !important;
    }
    #products .product-cat-details p, .product .column-inner .description-content p:first-child {
        white-space: nowrap;
    }
    #products .product-cat-details a.read-more, .product .column-inner .description-content a.read-more {
        display: block;
    }
    .product .column-inner .description-content a.read-more {
        margin-bottom: 30px;
    }
    .site-inner #products p.read-more-active, .product .column-inner .read-more-active p:first-child{
        white-space: normal;
    }
    .woocommerce-cart-form__cart-item td {
        float: left;
    }
    /* end filter style */ 
    .dashicons-cart {
        color: #2A2A4A !important;
        text-decoration: none !important;
    }
    .utility-bar {
        background: #EFEDF1;
    }
    .utility-bar a {
	   color: #2A2A4A;
    }
    .categorie-home-1 .wp-block-column .wp-block-image {
        width: 30%;
    }
    .categorie-home-1 .wp-block-column p {
        margin-left: 120px;
        padding-top: 30px;
    }
    .utility-bar-left, .woocommerce #reviews #comments .star-rating {
        width: 100% !important;
    }
    /*.wp-custom-logo .title-area img {
        width: 126px !important;
    }*/
    .usp-home {
        padding-left: 0 !important;
        display: inline-block;
        margin-top: -40px;
    }
    .usp-home li:nth-child(1), .usp-home li:nth-child(3) {
        display: none;
    }
    .content .woocommerce-result-count, .woocommerce-cart button.button:disabled[disabled] {
        display: none !important;
    }
    .content.is-opened-product {
        opacity: 0.3;
    }
    .woocommerce .site-container table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page .site-container table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .morecontent span, .sticky-bar .information, .woocommerce-checkout .testflow, .woocommerce-checkout .mini-cart {
        display: none;
    }
    .woocommerce-checkout .site-container .title-area {
        padding-top: 0 !important;
        margin-left: 20px !important;
    }
    
    .morelink {
        display: inline-block;
    }
    .product-cat-details p {
        margin-bottom: 5px;
    }
    .sticky-bar {
        top: auto !important;
        bottom: 0;
    }
    .sticky-bar .mobile {
        margin-top: 20px;
        float: left;
        margin-left: 20px;
        display: block !important;
    }
    .woocommerce-cart .sticky-bar {
        display: block !important;
    }
    .woocommerce .site-container table.shop_table_responsive tbody th, .woocommerce-page .site-container table.shop_table_responsive tbody th {
        display: block;
        float: left;
        width: 50%;
    }
    .woocommerce-cart table.shop_table_responsive tr {
        clear: both;
    }
    .woocommerce-cart .site-container table.shop_table_responsive tr td {
        text-align: left !important;
    }
    .woocommerce-cart table.cart img {
        width: 60px !important;
    }
    .trust-wrapper {
        max-width: 300px !important;
    }
    .trustmark-icons li {
        margin-right: 10px !important;
    }
    .accordion-section-title, .widget-title {
        transition:all linear 0.15s;
        color:#150604;
    }
    .accordion-section-content, .menu-advies-container, .menu-klantenservice-container {
        display: none;
    }
    .accordion-section-title.active, .accordion-section-title:before {
        text-decoration:none;
    }
    .utility-bar-right .fa-star {
        display: none;
    }
}
/* mobile landscape */
@media screen and (max-width: 815px) and (orientation: landscape) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48% !important;
    }
    .wp-block-column {
        flex-basis: 48% !important;
        margin-right: 2% !important;
        margin-left: 0 !important;
    }
    .wp-block-media-text {
        grid-template-columns: 100% auto !important;
        grid-template-areas: "media-text-content" !important;
    }
    .blue-bg-round {
        height: 1170px !important;
    }
}
/* Portrait Tablet */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
      .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 31.61% !important;
    }
    .wp-block-column {
        flex-basis: 48% !important;
        margin-right: 2% !important;
        margin-left: 0 !important;
    }
    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
        float: left !important;
        width: 48% !important;
        margin-right: 2%;
      }
      .site-container .blue-bg-round {
          height: 560px !important;
      }
      .header-home .wp-block-media-text__media {
          display: block;
      }
      .site-container .trust-wrapper {
        max-width: 800px !important;
      }
}

/* tablet landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    #menu-item-13352 {
          display: none;
      }
    .pagination-previous:before {
        left: 10%;
    }
    .pagination-previous:after {
        left: 13%;
    }
    .pagination-next:before {
        right: 10%;
    }
    .pagination-next:after {
        right: 13%;
    }
    .best-selling {
        margin-left: 0;
    }
    .full-width-content .site-container .alignwide {
        margin-left: -80px !important;
        margin-right: -80px !important;
    }
    .woocommerce .site-container ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        clear: none;
        width: 30.75%;
        margin: 0 2.58% 2.992em 0;
    }
    .woocommerce .no-tablet {
        display: none;
    }
    .trust-wrapper {
        max-width: 900px !important;
    }
    .usp-home {
        margin-left: -50px;
    }

}
@media only screen and (max-device-width: 480px) {
    .whitebox .images, .whitebox .summary, .row-bar .question .answer {
    width: 100% !important;
    }
}
    /*Compare products */
.woocommerce .type-product .compare-product .star-rating {
    margin-top: 5px !important;
    margin-left: 0px !important;
}
.woocommerce .type-product .compare-product td:first-child a {
    background-color: transparent;
    color: #2A2A4A;
}
.woocommerce .type-product .compare-product th {
    font-weight: normal;
    color: #999999;
}
.woocommerce .type-product .compare-product .woocommerce-loop-product__title {
    margin-bottom: 0;
}
.woocommerce .type-product .compare-product .stripe td, .woocommerce .type-product .compare-product .stripe th {
    border-bottom: 1px solid #cecece;
}
/*.woocommerce .type-product .compare-product td {
    padding: 3px;
}*/
.type-product .compare-product .woocommerce-loop-product__title {
    width: 100%;
}
@media only screen and (max-width: 860px) {
        .woocommerce .type-product .compare-product {
                overflow-x: scroll;
                -webkit-overflow-scrolling: touch;    
        }
        .woocommerce .type-product .compare-product table {  
                word-break: unset;
                overflow-x: scroll;
                width: 700px;
        }
        .woocommerce .type-product .compare-product .woocommerce-loop-product__title {
                margin-bottom: 0;
                font-size: 16px;
        }
}
.woocommerce .products .compare-product .star-rating {
    float: left;
}
.woocommerce-review__title {
    color: black;
    font-family: "Raleway", serif;
    font-size: 16px;
}

.woocommerce .products .compare-product .star-rating span {
    position: unset;
}    
.woocommerce .type-product .compare-product .star-rating, .wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .star-rating {
    margin-top: 7px !important;
    margin-left: 0px !important;
}
.wp-block-button.wc-block-grid__product-add-to-cart {
    display: none;
}
.woocommerce .type-product .compare-product td:first-child a {
    background-color: transparent;
    color: #2A2A4A;
}
.woocommerce .type-product .compare-product th {
    font-weight: normal;
    color: #999999;
}
.woocommerce .type-product .compare-product .woocommerce-loop-product__title {
    margin-bottom: 0;
 }
.woocommerce .type-product .compare-product .stripe td, .woocommerce .type-product .compare-product .stripe th {
    border-bottom: 1px solid #cecece;
}
.woocommerce .type-product .compare-product td:first-child {
    font-weight: normal !important;
}
.type-product .compare-product .woocommerce-loop-product__title {
    width: 100%;
}
/* USP block homepage*/
.home .usp-block {
    background: #faf1e3;
    padding: 70px;
    margin-bottom: 120px !important;
}
.home .usp-block .wp-block-column:last-child {
    display: block !important;
}
.home .usp-block figure {
    width: 120px;
    margin:auto;
}
.home .vertical-align {
    padding-top: 30px;
}
.home .usp-block p.sub-usp {
    text-align: center;
    font-weight: 500;
    color: #2a2a4a;
    font-size: 16px;
    margin-top: 20px;
}
.home .usp-block h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
    .home .usp-block {
        border-radius: 0px;
        padding: 50px 20px 0px;
        margin-bottom: 40px !important;
    }
    .home .usp-block figure {
        width: 65px;
        margin-bottom: 20px; 
        float: left;
    }
    .home .usp-block p.sub-usp {
        font-size: 18px;
        padding-left: 85px;
        text-align: left;
    }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait){
    .home .usp-block {
        border-radius: 0px;
        padding: 50px 20px 0px;
        margin-bottom: 40px !important;
    }
    .home .usp-block figure {
        margin-bottom: 20px; 
        float: left;
    }
    .home .usp-block p.sub-usp {
        text-align: left;
        margin-top: 25px;
        margin-left: 100px;
    }
    .home .usp-block .wp-block-column.vertical-align .wp-block-column, .home .usp-block .wp-block-column.vertical-align {
        flex-basis: 100% !important;
    }
}
/* end USP block homepage*/
@media only screen and (max-width: 860px) {
    .woocommerce .type-product .compare-product {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;  
        width: 105.5%;
    }
    .woocommerce .type-product .compare-product table {  
         word-break: unset;
        overflow-x: scroll;
        width: 700px;
    }
    .woocommerce .type-product .compare-product .woocommerce-loop-product__title {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.woocommerce .products .compare-product .star-rating {
        float: left;
}
.woocommerce .products .compare-product .star-rating span {
        position: unset;
}
/* Add new CSS for 5 columns */
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.7%;
    margin-right: 4.1%;
float: left;
}
 
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}
.type-product .usp-under-cart .fa-bed, .type-product .usp-under-cart .fa-shipping-fast, .type-product .usp-under-cart .fa-shield-check {  
    float : none;
    display : block;
    margin-left : auto;
    margin-right : auto;
    font-size : 25px;
    color : rgb(42, 42, 74);
  }
.type-product .usp-under-cart .one-third{
      width: 31%;
      float: left;
}
.type-product .usp-under-cart span {
      text-align: center; float: left; width: 100%; font-size: 14px;
}
.type-product .usp-under-cart .sell-phone {
      text-align: center; 
      float: left; 
      margin-top: 20px;
      margin-bottom: 10px; 
      width: 100%; 
      font-size: 14px;
    }
/* end compare products */
.woocommerce-product-details__short-description .shop_attributes a {
    border-bottom: 1px dashed #999;
}
.show-bar {
    display: block !important;
}
.sticky-bar {
    display: none;
}
.sticky-bar {
    position: fixed;
    top:0;
    height: 65px;
    width: 100%;
    left: 0px;
    background: white;
    box-shadow: 0 2px 30px 5px rgba(0,0,0,0.15);
    z-index: 99999;
    transition: transform .7s;
}
.sticky-bar .wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.sticky-bar .information {
    float: left;
    padding-top: 5px;
}
.sticky-bar .information img {
    height: 55px;
    width: auto;
    margin-right: 20px;
    float: left;
}
.sticky-bar .buy-now {
    float: right;
    margin-top: 20px;
    margin-right: 5px;
}
.is-non-scrollable-fixed {
    overflow: hidden; 
    /*position: fixed; */
}
.open {
        height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


/* 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;
	}

}

/* Warmte dekbedden */
.temp-duvet { 
    width: 90px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #efedf1;
    border-radius: 15px;
    line-height: 1.3;
    z-index: 999;
    max-height: 50px;
}
/*@media (max-width: 600px) {
    .temp-duvet { 
        right: 5px;
        left: 0;
    }
}*/
.inner-temp {
    padding: 5px;
    text-align: center;
}
.temp-duvet img {
    margin-bottom: 0 !important;
    float: left;
}
.temp-duvet span {
    font-size: 14px;
    text-align: center;
}
@media only screen and (max-width: 860px) {
    .tax-product_cat .temp-duvet {
    top: 110px;
    right: 0;
    left: 5px;
    }
}

/* Utility Bar
--------------------------------------------- */
.blue-bg {
        width: 100%;
        position: absolute;
        background: #2A2A4A;
        height: 450px;
        top: 105px;
        right: 0;
        overflow: hidden;
        z-index: -9999999;
}
.blue-bg-round {
        width: 60%;
        position: absolute;
        background: #2A2A4A;
        height: 1400px;
        left: 0;
        border-radius: 0 40px 40px 0;
        overflow: hidden;
        z-index: -9999999;
}
.utility-bar {
    background: #e4e4e4;
}
.utility-bar .wrap {
    color: #2a2a4a;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    max-width: 1320px;
    margin: 0 auto;
    width: 95%;
}
.utility-bar-right {
    float: right;
    text-align: right;
    display: block;
    padding-right: 1rem;
}
.utility-bar li, .usp-home li {
    float: left;
    margin-right: 50px;
}
.fa-check {
    color: #2DEEB3;
}
.stock i {
    color: #2DEEB3;
}
.usp-under-cart .reden li:before, .in-stock:before {
    float: none;
    font-size: 16px;
}
.utility-bar a {
	color: #2a2a4a;
    text-decoration: none;
}
.utility-bar a:hover {
    text-decoration: underline;
}
.utility-bar-left p,
.utility-bar-right p {
    margin-bottom: 0;
}
.utility-bar-left {
    float: left;
    padding-left: 1rem;
    line-height: 1.95;
}
.utility-bar input[type="search"] {
    background: inherit;
    padding: 10px 0 0;
    padding: 1.0rem 0 0;
}
.orange .fa-plus {
    color: #ff8d00;
}
.single-post .center-item {
    flex-direction: row !important;
   border-radius: 12px;
   padding-left: 12px;
   padding-right: 12px;
   min-height: 80px;
   height: 100%;
   background-color: #f5f2f5;
}
.single-post .center-item .text {
   margin-right: 1rem;
   margin-left: 1rem;
}
.single-post .center-item .text p {
   margin-bottom: 0px;
   font-size: 18px;
   font-weight: bold;
   color: #2a294a;
}
.fa-minus, .fa-times {
    color: #F75000;
}
.fa-plus {
    color: #2DEEB3;
}
.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
    font-size: 17px !important;
}
.woocommerce div.product p.price del .woocommerce-Price-amount {
    font-size: 22px !important;
}
.woocommerce div.product p.price .woocommerce-Price-amount {
    font-size: 28px;
    clear: both !important;
    font-family: "Raleway", sans-serif;
    display: block !important;
    font-weight: 500 !important;
}
.product-type-variable .summary p.price {
    display: none;
}
.woocommerce div.product p.stock {
    font-size: initial !important;
    color: #2DEEB3;
    font-weight: bold;
}
.woocommerce .our-choice {
    font-weight: bold;
    color: #3d3d3d !important;
}
.woocommerce .varaties {
    font-weight: bold;
    margin-top: 10px;
}
.woocommerce .retourtje {
    font-size: 14px;
    color: #2a2a4a;
    position: relative;
    font-weight: bold;
    width: 100%;
}
.woocommerce .woocommerce-product-rating .star-rating, .woocommerce .star-rating {
    margin: 1px 5px 0 0 !important;
    width: 5.95em !important;
}
.woocommerce .star-rating::before, .woocommerce .star-rating span::before {
    letter-spacing: 2px;
}
.woocommerce .includes_tax {
    font-weight: normal;
}

/* prev and next navigation 
.pagination-previous, .pagination-next {
    width: 50%;
}
.pagination-previous a, .pagination-next a{
    padding-top: 20px;
    display: block;
    margin-bottom: 50px;
    font-size: 24px;
    text-decoration: none;
}
.pagination-previous a {
    float: left;
    padding-left: 70px;
}
.pagination-previous:before {
    left: 18%;
}
.pagination-previous:before, .pagination-next:before {
    position: absolute;
    z-index: -99;
    height: 131px;
    width: 100px;
    border-radius: 10px;
    background-color: #EFEDF1;
    content: '';
}
.pagination-previous:after {
    left: 20%;
    content: "\f053";
}
.pagination-previous:after, .pagination-next:after {
    font-family: FontAwesome;
    position: absolute;
    display: block;
    margin-top: 45px;
    font-weight: normal;
    font-size: 24px;
}
.pagination-next:before {
    right: 18%;
}
.pagination-next a{
    float: right;
    padding-right: 70px;
}
.pagination-next:after {
    right: 20%;
     content: "\f054";
}
/* Mini Cart
--------------------------------------------- */
.mini-cart {
	display: block;
	float: right;
  	line-height: 1;
    padding: 25px 40px 26px 30px;
    position: relative;
}
.mini-cart .fa-shopping-cart {
    font-size: 20px;
    /*padding-right: 10px;*/
    text-decoration: none;
}
.mini-cart .amount {
	margin-right: 1em;
}
.mini-cart .cart-count {
    padding: .1em .2em .1rem .2rem;
    top: 20px;
    right: 35px;
    position: absolute;
    background: #2A2A4A;
    color: white;
    border-radius: 30px;
    font-size: 13px;
}
.widget_nav_menu {
	width: auto;
}

/* Change search form
-------------------------------------------- */
.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.genesis-nav-menu .search {
    display: inline-block;
}

/* Site header 
------------------------------------- */
.fa-circle:before {
font-size: 10px;
    background-color: white;
    position: absolute;
    top: 8px;
    left: 0;
}
/* Footer
---------------------------------- */
.trust-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    height: 50px;
    padding-top: 50px;
    text-align: center;
}
.trustmark-icons {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.trustmark-icons li {
    height: 50px;
    float: left;
    margin-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.trustmark-icons img {
    max-height: 30px;
}
/* Home header
---------------------------------- */
.site-container .wp-block-button .wp-block-button__link {
    border-radius: 30px;
}
.woocommerce div.product form.cart .button {
    background: #2DEEB3 !important;
    color: #2A2A4A !important;
}
.woocommerce div.product form.cart .button {
    width: 100% !important;
}
.price-cross {
    float: right;
    color: grey;
}
.woocommerce div.product form.cart .button:hover {
    background-color: #2BD5A1 !important;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
}
.woocommerce div.product form.cart .button {
    padding: 15px 70px !important;
    box-shadow: inset 0 -0.125rem 0 #1eae82;
    border-radius: 10px !important;
}
.woocommerce .woocommerce-product-rating {
    line-height: 1.1 !important;
}
.cat-reviews, .woocommerce .woocommerce-product-rating a {
    font-size: 14px; 
    color: #2a2a4a;   
    text-decoration: none;
}
.woocommerce-page .entry-header h1 {
    color: #333 !important;
}
ul.proscons li {
    list-style-type: none !important;
}
.woocommerce-Reviews ul.proscons li {
    margin: 0 !important;
}
.myparcel-delivery-options__errors, .myparcel-delivery-options__float--right {
    display: none;
}
button.myparcel-delivery-options__button {
    background: #ababab;
    border-radius: 3px;
    color: black;
    padding: 10px 30px;
}
table.myparcel-delivery-options__table {
   /* margin-bottom: 20px !important; */
}
#ship-to-different-address {
    margin-bottom: 10px !important;
}
button.myparcel-delivery-options__button--selected {
    background: #2deeb3;
}
.myparcel-delivery-options__button a{
    background: #fff;
    color: #2A2A4A;
}
td.myparcel-delivery-options__input  {
    min-width: 0px !important;
}
.woocommerce-Reviews ul.proscons {
    margin-bottom: 10px !important;
}
.footer-widgets .widget-title, .text-white, .text-white a {
    color: #2a2a4a;
}
.footer-widgets h3::after, .genesis-nav-menu .current-menu-item a::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #2a2a4a;
}
.genesis-nav-menu .current-menu-item a::after {
    border-bottom: 3px solid #2a2a4a;
}
.site-header .title-area {
    margin-right: 45px;
    margin-left: 5px;
}
.single-post .site-inner, .single-post .site-inner {
    padding-top: 0px !important;
}

/* Woocommerce Styles **/
.woocommerce .type-product .onsale, .wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
    padding: 5px 10px !important;
    /*ackground: #F75000;*/
    background: #fcf1e9;
    border: 0;
    color: #ed6f2d;
    border-radius: 15.5px;
    font-family: Raleway;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0 !important;
    right: auto !important;
    left: 0 !important;
    margin: 15px 15px !important;
}
.wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto !important;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    display: block;
    font-family: star;
    padding: 10px;
    position: relative;
    box-sizing: content-box;
}
.woocommerce .type-product .blackfriday {
    background: #3a3a3a !important;
}
.woocommerce .type-product .kerst {
    background: #fe5052 !important;
}
.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins .woocommerce-Price-amount {
    font-weight: bold !important;
    color: #000 !important;
}
.recom-price {
    font-size : 13px;
    color : rgb(171, 168, 175);
    font-style : normal;
  }
  .woocommerce ul.products li.product .price del, .single-product .price del {
    text-decoration: none;
    }
  .woocommerce ul.products li.product .price del .woocommerce-Price-amount, .single-product .price del .woocommerce-Price-amount {
    font-size : 17px !important;
    position: relative;
  white-space: nowrap;
  }
  .woocommerce ul.products li.product .price del .woocommerce-Price-amount:before, .single-product .price del .woocommerce-Price-amount:before {
    border-top: 2px solid;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
     transform: rotate(-10deg);
    box-sizing: border-box;
  }
.woocommerce .site-inner ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.58% 2.992em 0;
    padding: 0;
    position: relative;
    width: 31.61% !important;
    margin-left: 0;
}
.woocommerce ul.products.columns-3 li.last {
    margin-right: 0 !important;
}
.woocommerce-page .related ul.products li.product {
    margin: 0 1% 2.992em 0;
}
ul.product-categories li a {
    text-decoration: none;
}
.woocommerce-product-details__short-description {
    padding-bottom: 40px;
}
.woocommerce-review__verified {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    border: 1px solid #ABA8AF;
    border-radius: 14.5px;
    padding: 0px 10px;
    margin-left: 20px;
    font-style: normal;
    color: #ABA8AF;
}
.woocommerce .comment-text .star-rating {
    width: 5.95em !important;
}
#comments .comment-text .star-rating {
    margin-right: 10px !important;
}
.woocommerce .site-inner table.shop_attributes {
    border-top: 0;
}
.woocommerce .site-inner table.shop_attributes th, .woocommerce .site-inner table.shop_attributes td {
    border-bottom: 0;
    padding-left: 0;
    font-style: normal;
}
.woocommerce .site-inner table.shop_attributes tr:nth-child(even) th, .woocommerce .site-inner table.shop_attributes tr:nth-child(even) td {
    background: none;
}
.woocommerce-review__author, .sleepposition {
   /* font-size: 16px;
    color: #2A2A4A; */
}
.woocommerce .comment-text .star-rating {
    height: 1.5em;
    line-height: 1.5;
}
.woocommerce .comment_container img {
    display: none;
}
.product-block .wp-block-column {
    text-align: center;
    margin-bottom: 50px;
}
.filter-header, .sticky-bar .mobile, .accordion-section-content {
    display: none;
}
.woocommerce .site-container .sidebar .woocommerce-result-count {
    display: none;
}
.product-block .wp-block-column, .accordion .accordion-section, .wc-block-handpicked-products .wc-block-grid__products .wc-block-grid__product, .woocommerce .products .type-product, .site-inner .content .pill-style, .woocommerce-cart .cart-bar {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.18);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.18); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.18);  /* Firefox 3.5 - 3.6 */
    border-radius: 10px;
    padding: 5px;
    background: #fff;
    list-style: none outside;
}
.accordion {
    margin-bottom: 20px;
}
.accordion .accordion-section .active {
    font-weight: bold;
}
.accordion .accordion-section {
    margin-bottom: 15px;
    padding: 15px
}
.accordion .accordion-section .fa-chevron-down {
    float: right;
    margin-top: 5px;
}
.wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product {
        padding-left: 20px !important;
        padding-right: 20px !important;
    float: left;
    margin-bottom: 2.992em;
    padding: 0;
    position: relative;
    margin-left: 0;
}
.woocommerce-cart .cart-bar {
    padding: 10px;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.woocommerce .cart-checkout {
    margin-top: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px; 
}
.product-template-default .usp-under-cart {
    display: block:
    width: 100%;
    float: left;
}
.woocommerce-checkout .usp-under-cart ul{
    padding-left: 0;
    list-style: none;
}
.woocommerce-checkout td:first-child, .woocommerce ul#shipping_method .amount {
    font-weight: normal;
}
.woocommerce table.shop_table {
    border: none !important; 
}
.usp-under-cart img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.45;
    margin-bottom: 30px;
    margin-right: 5px;
}
.usp-under-cart img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 0.45;
}
.woocommerce-cart .cross-sells {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before, .woocommerce-cart .footer-widgets, .woocommerce-cart .menu-primary {
    display: none;
}
.site-inner .content .pill-style {
    border-radius: 60px;
    display: inline-block;
    padding: 0.85rem 1.15rem;
    margin-right: 5px;
    margin-top: 10px;
    white-space: nowrap;
}
.site-inner .content a.pill-style, .mini-cart a, a.simple-ajax-popup-align-top {
    text-decoration: none;
}
.site-inner .content .pill-style:hover {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.18);
    background-color: #1C1C31;
    color: #fff;
}
.site-inner .content .pill-style.current {
    background-color: #2A2A4A !important;
    color: white;
    font-weight: bold;
}
.categorie-home-1 .wp-block-column .wp-block-image {
    margin-bottom: 0px;
    float: left;
}
.categorie-home-1 .wp-block-column p {
    font-size: 21px;
    color: #2A2A4A;
    text-align: center;
}
.categorie-home-1 .advies-blok p {
    text-align: left !important;
}
.categorie-home-1 .advies-blok h3:before {
    content: "> ";
}
.categorie-home-1 .wp-block-column a {
        text-decoration: none;
}
.categorie-home-1 .wp-block-column:hover {
    box-shadow: 0 2px 30px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
}
.categorie-home-1 .advies-blok:hover {
    font-style: normal !important;
    font-weight: normal !important;
}
.categorie-home-1 .advies-blok a {
    color: #2a2a4a;
    text-decoration: underline;
    font-style: normal !important;
}
.home .round-img img {
    border-radius: 25px;
}
.shop_attributes .fas, .shop_attributes .fak {
    font-size: 25px; 
    color: #272744;
}
.woocommerce li.product {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.attributes-list {
    float: left;
    width: 100%;
    min-height: 52px;
}
.attributes-list span, .advice-price {
    font-size: 14px;
    font-family: Raleway;
     color: #ABA8AF;
}
.custom-attributes li /*, .woocommerce .stripe*/ {
   margin-right: 5px;
    color: #ABA8AF;
}

.single-product .description-content a.read-more:before {
    display: none !important;

}
.attributes-list span::after {
    content: " | ";
}
.attributes-list span:last-child::after {
    content: "" !important;
}
.stock-value {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}
.orange {
    color: #ff8d00;
    font-weight: bold;
}
.stock-yes:before, .checkout-button {
    background: #2DEEB3 !important;
}
.stock-yes, .stock-no {
    color: #2deeb3;
}
.type-product .woocommerce-loop-product__title, .wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
    width: 70%;
    float: left;
    font-weight: bold;
    padding-top: 0px !important;
    min-height: 2.8em;
}
.wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
    font-family: "Raleway", serif;
    text-align: left;
}
.wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title:hover {
    color: #2deeb3;
}
.woocommerce ul.products li.product .price, .wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .price {
    width: 30%;
    float: left;
    font-size: 19px !important;
    margin-bottom: 0 !important;
}
.wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .price ins {
    text-decoration: none;
}
.wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .price del {
text-decoration: line-through;
}
.wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product del .woocommerce-Price-amount {
    color: inherit;
    opacity: .5;
}
.single .wc-block-grid.has-3-columns .wc-block-grid__product:last-child, .page .wc-block-grid.has-3-columns .wc-block-grid__product:last-child {
    margin-right: 0;
}
.top-products {
    background: #f7fafc;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.18);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.18);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.18);
    border-radius: 10px;
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
}

.home .product-block .wp-block-button__link {
    position: absolute;
    margin-left: -65px;
    margin-top: -20px;
}
.proscons li.plus:before, .plus .fa-plus {
    color: #2DEEB3;
}
.woocommerce-tabs .proscons li.plus:before {
    content: "\f067";
}
.woocommerce-tabs .proscons li.min:before {
    content: "\f068";
}
.proscons li.min:before, .min .fa-minus {
    color: #ee2d2d;
}
.advies-blok {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 10px !important;
    padding: 5px !important;
    background-color: #e9e7e9 !important;
}
.advies-blok p {
    margin-left: 18px !important;
    font-size: 16px !important;	
    font-style: italic !important;
    padding-top: 0px !important;
}
.advies-blok h3{
    padding-left: 53px;
    padding-top: 30px;
}
/* --- NIEUW: Styling voor de titel --- */
/* Richt zich op de <p class"sib-form-title"> */
.sib-form-title {
    color: #FFFFFF !important; /* Witte tekst */
    font-weight: 700 !important; /* Dikgedrukt (700 is 'bold') */
    margin-bottom: 15px; /* Ruimte onder de titel, boven het veld */
    font-size: 1.2em; /* Iets groter, optioneel */
}

/* Zorgt dat de hele container (inclusief titel) 
   op desktop gecentreerd is 
*/
#sib-form-container {
    text-align: center;
}

/* 1. Het formulier als flex-container */
#sib-form {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    align-items: flex-start;
    
    /* Centreren op desktop */
    max-width: 650px; 
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/* 2. Styling voor het e-mailveld */
#sib-form input.input {
    flex-grow: 1; 
    min-width: 250px;
    border: 1px solid #2DEEB3 !important;
    border-radius: 28.5px !important;
    height: 48px !important;
    background: transparent !important;
    font-size: 18px !important;
    padding: 0 1.2em;
    box-sizing: border-box; 
    
    /* Tekstkleur wit */
    color: #FFFFFF !important; 
}

/* Placeholder-tekst ("E-mailadres") ook wit maken */
#sib-form input.input::placeholder {
    color: #FFFFFF !important;
    opacity: 0.8; 
}

/* 3. Styling voor de Brevo submit-knop */
#sib-form button.sib-form-block__button {
    flex-shrink: 0; 
    height: 48px !important;
    cursor: pointer;
    background-color: #2DEEB3 !important;
    color: #000 !important; 
    font-weight: 700 !important;
    font-size: 18px !important; 
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important; 
    border: none !important;
    border-radius: 28.5px !important; 
    padding: 0 1.5em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-width: 0px !important; 
}

/* 4. Gedrag op mobiele apparaten */
@media (max-width: 768px) {
    #sib-form {
        flex-direction: column;
        max-width: 100%; 
    }
    
    #sib-form input.input,
    #sib-form button.sib-form-block__button {
        width: 100%;
    }
}
.site-footer #mc_embed_signup input:focus {
    color: #fff !important;
}


.best-selling {
    padding-top: 20px;
    font-size: 32px;
    padding-top: 60px;
    padding-bottom: 30px;
}
.kiyoh-inner {
    border-radius: 10px;
    background-color: #FCFCFC;
    color: #2A2A4A;
    padding: 20px;
    font-size: 16px;
    float: left;
}
.kiyoh-title, .best-selling {
    color: #2a2a4a;
}
.home .type-page .entry-header {
    display: none;
}
.site-container .content .categorie-home-1 {
    margin-bottom: 0;
}
.site-container .content .categorie-home-2 {
    margin-bottom: 30px !important;
}
/**
* Blog page 
**/
.archive-title, .woocommerce-cart .entry-header {
    color: #2A2A4A !important;
}
/*.widget-title a.open-popup-link-test:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\f107";
    font-size: 16px;
    float: right;
    padding-right: 25px;
    font-weight: bold;
} */

.white-popup-block {
    background: #FFF;
    padding: 5%;
    text-align: left;
    position: relative;
    border-radius: 20px;
}
.woocommerce .type-product .woocommerce-loop-product__title:hover, .wc-block-handpicked-products .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title:hover {
    color: #2deeb3;
}
ul.wc-block-grid__products {
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce .woocommerce-order-products, .woocommerce-pagination {
    background: #EFEDF1;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.woocommerce .woocommerce-order-products .sort-text {
    float: right;
        padding-right: 5px;
}
.woocommerce .woocommerce-order-products .woocommerce-result-count, .woocommerce .woocommerce-order-products .woocommerce-ordering {
    margin: 0 !important;
}
/* Combo packs */
@media (min-width:801px)  {
    .combo-pack .one-fifth {
        width: 18%;
        float: left;
    }
    .combo-pack.products .plus {
        margin-top: 70px;
        margin-left: 0;
    }
    .combo-pack.products .combo-price {
        width: 35%;
        float: left;
        margin-top: 100px;
    }
}
.combo-pack .combo-price {
    width: 100%;
    float: left;
}
.combo-pack .one-half {
    width: 48.717948717948715%;
    float: left;
}
.combo-pack .plus {
    display: block;
    float: left;
    font-size: 25px;
    color: #f75000;
    margin-left: 20%;
}
.one-fifth {
    width: 100%;
    float: left;
}
.one-fifth, .combo-price {
    margin-left: 2%;
}
.one-fifth.first {
    margin-left: 0% !important;
}
.combo-pack p.stock {
    margin-bottom: 0;
}
.combo-pack {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.combo-pack .checkout-button {
    width: 100% !important; 
}
.combo-pack .woocommerce-loop-product__title {
    width: 100% !important;
    font-size: 16px;
}
/* pill slider */
:root {
  --gutter: 20px;
}

.pill-slider {
  padding: var(--gutter) 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}

.pill-slider > * {
  grid-column: 1 / -1;
}

.pill-slider > .full {
  grid-column: 1 / -1;
}

.hs {
  margin: 0;
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: 0px;
  grid-template-rows: minmax(60px, 1fr);
  grid-auto-flow: column;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * var(--gutter));
  margin-bottom: calc(-.25 * var(--gutter));
}

.hs:before,
.hs:after {
  content: '';
  width: 0px;
}

.pill-slider {
  overflow-y: scroll;
  padding: 5px 0px;
    -webkit-overflow-scrolling: touch;
        width: 103%;
}
.pill-slider li {
    list-style: none;
}
.pill-slider > li,
.item {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
   .pill-slider > li, .item {
        float: left;
    }
}
#tpbr_box {
    color: #333 !important;
    font-weight: bold !important;
}

/* Ipad specific portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

	
	#genesis-content > article > div > div.wp-block-columns.alignwide.has-4-columns.product-block > div:nth-child(1) > h4{
		white-space: nowrap;
	}
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        margin-right: 10px !important;
    }
	
	.iconic-woothumbs-all-images-wrap{
		padding-right: 25px;
	}
	
	.woocommerce .site-inner ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 100% ;
	}
	
	.tax-product_cat ul.products[class*=columns-] li.product{
		width: 100% !important;
	}
	
	.tax-product_cat #genesis-content{
		width: 55%;
		float: right;
/* 		margin-top: -50px; */
	}

	#genesis-sidebar-primary > div.open > form,	.filter-button,
	.term-description,
	.filter-show-result, .filter-header{
		display: none !important;
	}
	.tax-product_cat .sidebar-primary{
		display: block;
		width: 43%;
		
	}
    .mobile-back {
        display: block !important;
        margin-top: -15px;
    }
	.categorie-home-1 .wp-block-column{
		flex: 100%;
	}
	.single-product .woocommerce ul.products.columns-3 li.product{
		width: 31% !important;
	}
    #sod_ajax_layered_nav_filters-10 {
        margin-top: 10px !important;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
        width: 100% !important;
    }
    /* flex */
    .wp-block-column {
        flex-basis: calc(33% - 13px) !important;
    }
}

ul.proscons {
    margin-bottom: 40px;
}
.compare-product td.current, .upsell0 {
    background: #efedf1;
}
.compare-product td.cfirst {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}
.woocommerce table.shop_attributes th {
    width: auto !important;
}
.compare-product td.clast {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.woocommerce .type-product .compare-product .no-stripe td, .woocommerce .type-product .compare-product .no-stripe th {
    border-top: 1px transparent;
}
.homepage-button .wp-block-button__link:hover {
        background-color: #FFF !important;
    border: 1px solid #2A2A4A !important;
    color: #2A2A4A !important;
}
.reviews-s {
    font-size: 14px;
    width: 100%;
    display: block; 
    margin-top: 15px;
}
.mobile-card, .retourtje {
    margin-bottom: 5px; 
    float: left;
}
/* Mobile portrait mode */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	  
	  .woocommerce .site-container .sidebar .woocommerce-result-count, .no-mobile {
		  display: none;
	  }
      
	  .filter-show-result {
		  display: none;
	  }
      .tax-product_cat.woocommerce .retourtje {
            width: 61%;
            float: right;
      }
      .home .woocommerce .retourtje {
            width: 100% !important;
      }
      .tax-product_cat .site-inner {
          padding: 0 12px 0;
      }
	  .tax-product_cat.woocommerce.woocommerce-page ul.products li.product a img {
    width: 36%;
          float: left;
      }
      .type-product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
          width: 100%;
          
      }
      .tax-product_cat.woocommerce.woocommerce-page ul.products .mobile-card {
          width: 61%;
          float: left;
          margin-left: 3%;
          min-height: 150px;
      }
      .tax-product_cat.woocommerce.woocommerce-page .products .type-product {
          padding-left: 5px !important;
          padding-right: 5px !important;
          margin-bottom: 25px !important;
          padding-top: 15px !important;
          border-radius: 15px;
      }
      .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price del {
          display: block;
          margin-right: 5px;
      }
      .woocommerce-cart .woocommerce-cart-form #coupon_code {
          width: 50% !important;
      }
      .tax-product_cat.woocommerce.woocommerce-page ul.products li.product .onsale {
            width: 36%;
          margin: 140px 0 0 5px !important;
      }
	  .sidebar.sidebar-primary.widget-area.is-opened .filter-header{
		  display: block !important;
	  }
	
	  
	  .is-opened{
            background:#676470;
			animation: 'bottom-up' 0.3s;
	  }
          
	@-webkit-keyframes 'top-down'{
	  0%{
	    top: 0;
	    transform: translate(0);
	  }
	  100%{
	    top: 100%;
	  }
	}
	
	@-webkit-keyframes 'bottom-up'{
	  0%{
	   top: 100%;
	    transform: translate(0);
	  }
	  100%{
	    top: 0%;
	  }
	}
	
	.description-content .read-more{
		margin-bottom:40px;
	}
}
@media (max-width: 600px) {
    .product-block .wp-block-column {
        flex-basis: calc(50% - 13px) !important;
        margin-right: 2%;
    }
    .homepage-button {
        display: none;
    }
    .blue-bg-round, .best-selling {
        width: 90%;
    }
}
.vote {
    margin-bottom: 20px;
}
.vote-box a {
    border: 1px solid #2a2a4a;
    background: #EFEDF1;
    padding: 10px 20px;
    text-decoration: none;
}