@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

/*
Theme Name: Convident theme Child
Theme URI: https://http://thema.convident.website/
Template: convident-theme
Author: Convident
Author URI: https://convident.nl
Description: Algemeen thema voor convident websites
Version: 1.0.0
Text Domain: convident-theme-child

/* algemeen */
.product-information-box h2:first-of-type {
	display: none;
}
html {
	overflow-x: hidden;
}
body {
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-display: auto;
	font-family: 'Open Sans', sans-serif;
	color: #1d1d1b;
}
@media (min-width: 1360px) {
	.container {
	    width: 1300px;
	    max-width: 100%;
	}
}


.text-center,
.text-center * {
    text-align: center;
}
a.btn, button.btn {
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	background: #F76E64;
	border: 1px solid #F76E64;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a.btn.btn-line {
    background: transparent;
    color: #f07766;
    border: 1px solid #f07766;
    font-weight: 600;
}
a {
    color: #f07766;
}

*:focus {
    outline: none;
}

a:hover {
    color: #f07766;
}
a.btn:hover, button.btn:hover {
	color: #fff;
	cursor: pointer;
	opacity: 0.8;
}
a.btn.btn-line:hover {
    color: #f07766;
}
.align-items-center-row {
    align-items: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-middle {
	text-align:center;
}
h1, h2 {
	font-size: 24px;
    margin-bottom: 20px;
}
h1,
h1 span {
    font-size: 28px;
}
h3,
h3 span {
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
.meer-knop-holder {
    padding-top: 20px;
}
button.no-style {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
mark {
    background: #eecdb1;
}
.spacer {
    height: 30px;
    width: 100%;
}
.row.center-col {
    justify-content: center;
}
.v-rating {
    display: inline-block;
}
.v-rating span{
	font-size: 14px;
}

/* tidio (uit) */

div#tidio-chat {
    display: none;
}
a.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background: #ee7568;
    padding: 20px;
    border-radius: 999px;
	line-height: 1;
	display: flex;
}
a.whatsapp-chat svg {
    position: relative;
    top: -1px;
}
a.whatsapp-chat svg path {
    fill: #ffffff;
}

/* Homepage header carousel */
body.home header + .carousel {
    margin-top: -60px;
    margin-bottom: 30px;
}

/* Split background */
@media screen and (min-width: 991px) {
    .has-bg:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        background: #F3F3F3;
        width: 200vw;
        left: -2px;
        z-index: -1;
        top: -60px;
    }
}
/* --- Header / Navigation --- */
.home header {
    box-shadow: 0px 1px 20px rgb(0 0 0 / 30%);
    margin-bottom: 60px;
}

header {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
}

section.featured-categories h2 {
    margin-left: 13px;
    margin-bottom: 10px;
}

/* --- Top Bar --- */

.topbar {
	background: #F5F5F5;
}
.topbar-menu ul li a {	
	font-size: 14px;
	color: #260E1E;
	padding: 6px 15px;
}
.topbar-menu ul li:last-child a {
	padding: 6px 0 6px 15px;
}
.topbar span.w-count {
    font-size: 14px;
}

/* --- Navigatie / Branding / Tel / Search / Cart --- */

body.woocommerce-cart p.cart-price bdi {
    color: #7C8875;
    font-size: 22px;
}

body.woocommerce-cart p.cart-price {
    margin-bottom: -5px !important;
}

.order-total span bdi, .order-total span bdi * {
    font-size: 24px;
}

#ogo img {
	height: 44px;
}
nav {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
#tel {
	position: relative;
	flex-grow: 0.5;
}
#tel .telefoonnummer {
	color: #1D1D1B;
    padding-left: 50px;
}
#tel .telefoonnummer:before {
    content: '';
    left: 0px;
    top: -8px;
    width: 38px;
    height: 38px;
    background: #EDCBB1;
    position: absolute;
    display: block;
    border-radius: 999px;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/phone.svg);

}
#zoeken {
    position: relative;
    flex-grow: 8;
    margin: 0px 15px;
}
#zoeken input[type=search] {
	width: 100%;
	height: 48px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px !important;
	border: 1px solid #CDCCCC;
}
#zoeken input[type=search]::placeholder { 
    color: #CDCCCC;
    opacity: 1; 
}
#zoeken [type=submit] {
    top: 10px;
    right: 5px;
    position: absolute;
    -webkit-appearance: none;
    border: 0px;
    background: none;
}
#zoeken [type=submit] img {
	width:24px;
	height: 24px;
}
.aws-container .aws-search-form {
    height: 48px;
}
.aws-container .aws-show-clear .aws-search-field {
    padding-right: 40px;
	border-radius: 10px 0px 0px 10px!important;
	border-right: 0!important;
	padding: 10px;
    font-size: 16px;
}
.aws-container .aws-search-form .aws-form-btn {
    border-radius: 0 10px 10px 0!important;
    background: transparent;
	border-left: 0!important;
	z-index: 1;
    background: #ffffff;
}
.aws-search-result .aws_result_title {
    display: block;
    font-weight: normal;
    margin-bottom: 3px;
    color: #171717;
}
span.aws_result_excerpt {
    color: #666666!important;
    font-size: 14px;
}
.aws-search-result .aws_result_price span.woocommerce-Price-amount.amount {
    font-weight: 600;
}
.aws-search-result .aws_result_price del span.woocommerce-Price-amount.amount, .aws-search-result .aws_result_price del  {
	opacity: .5;
}
li.aws_result_item.aws_search_more a {
    background: #f07665;
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
li.aws_result_item.aws_search_more a:hover {
    background: #f07665;
	color: #ffffff;
	opacity: 0.8;
}
#winkelmand {
	position: relative;
	border-radius: 10px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #7C8875;
	flex-grow: 1;
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#winkelmand:after {
	content: '';
    position: absolute;
    right: 15px;
    top: 24px;
    height: 20px;
    width: 24px;
    background-repeat: no-repeat;
    background-image: url(img/cart.svg);
}
#winkelmand span.totaal {
	display: block;
}
#winkelmand:hover {
	text-decoration: none;
	background: #89957e;
	color: #ffffff;
}
#hoofd-navigatie nav {
    padding: 0;
    width: 100%;
}
#hoofd-navigatie .mobile-menu {
    width: 100%;
}
div#mobile-menu {
    display: none;
}

/* Hoofd navigatie */

#hoofd-navigatie {
	background: #504746;
}
#primary-menu {
	padding:0px;
	width:100%;
}
#primary-menu ul {
	padding:0px 15px;
	margin: 0px;
	width:100%; 
	display:table;
}
#primary-menu ul li {
	margin: 0px;
	display: table-cell;
	text-align: center;
    font-weight: 600;
}
#primary-menu li.current_page_item a {
	color: #fff;
	background:#000000;
}
#primary-menu-ul li:hover {
    text-decoration: none !important;
    background: #7C8875;
	font-weight: 600;
}
#primary-menu-ul li a:hover {
    text-decoration: none !important;
}
#primary-menu .sub-menu li.current_page_item a {
	color: #fff;
	background:transparent !important;
}
.woo-mega-menu-title {
    position: relative;
    text-align: start;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.woo-mega-menu-title:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

/* Hoofd navigatie > submenu */

#primary-menu {
	position: relative;
}
.menu-item-has-children {
	position: initial;
}
.megamenu > ul.sub-menu {
	padding: 0 0 15px 0!important;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children > ul.sub-menu {
	display: none;
	background: #7C8875;
    width: 100%;
	left: 0;
    top: 44px;
	flex-wrap: wrap;
	-webkit-animation: display-none-transition .3s both;
	animation: display-none-transition .3s both;
	opacity: 1;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    background: #7C8875;
    z-index: -1;
    transform: translateX(-50%);
    opacity: 1;
    -webkit-animation: display-none-transition .1s both;
    animation: display-none-transition .1s both;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}
.mobile-menu #primary-menu > ul > li.grijs.menu-item-has-children > ul.sub-menu * {
    color: #2c2c2c;
}
.mobile-menu #primary-menu > ul > li.grijs.menu-item-has-children > ul.sub-menu {
	background: #F5F5F5;
}
.mobile-menu #primary-menu > ul > li.grijs.menu-item-has-children.megamenu > ul.sub-menu:after {
    background: #F5F5F5;
}
.mobile-menu #primary-menu > ul > li.groen.menu-item-has-children > ul.sub-menu {
	background: #7C8875;
}
.mobile-menu #primary-menu > ul > li.groen.menu-item-has-children.megamenu > ul.sub-menu:after {
    background: #7C8875;
}
.mobile-menu #primary-menu > ul > li.bruin.menu-item-has-children > ul.sub-menu {
	background: #C7AD9C;
}
.mobile-menu #primary-menu > ul > li.bruin.menu-item-has-children.megamenu > ul.sub-menu:after {
    background: #C7AD9C;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu > li {
	display: inline-block;
	width: 100%;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu-cols-4 > ul.sub-menu > li {
    width: 25%;
    margin-bottom: 25px;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu-cols-3 > ul.sub-menu > li {
	width: 33.33333333%;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu-cols-2 > ul.sub-menu > li {
	width: 50%;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu li a {
    color: #2c2c2c;
    font-weight: 600;
    font-size: 14px;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu li a:last-child {
    padding: 5px 10.5px;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu-cols-4 > ul.sub-menu > li > a {
	font-weight: 700;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu:hover > ul.sub-menu {
    display: flex;
    padding: 40px 0 60px 0 !important;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.megamenu > ul.sub-menu > li ul.sub-menu {
	position: relative;
	display: block;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li{
	display: block;
}
li.show-all a * {
    color: #ffffff !important;
    font-weight: 900 !important;
}
li.show-all {
    bottom: 1px;
    right: 1px;
    max-width: unset !important;
    margin-bottom: 0;
}
li.show-all a {
    margin-top: 30px;
}
.sub-menu li:hover {
    background: transparent !important;
}
.sub-menu li .sub-menu .menu-item a::after {
    position: relative;
    content: "";
    display: inline-block;
    top: 5px;
    width: 13px;
    height: 13px;
    float: right;
    background-image: url(./img/arrow_forward.svg);
    background-size: 13px 13px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease-in-out .4s;
}
.sub-menu li .sub-menu .menu-item a:hover::after {
    right: -3px;
}
.woo-mega-menu-img-content {
    position: relative;
    padding: 15px 50px;
    max-height: 120px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 80%;
}

img.woo-mega-menu-img {
    width: 100%;
    height: unset !important;
    max-height: 105px !important;
    margin: 0 auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    margin-bottom: auto;
    vertical-align: middle;
    object-position: top;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.normaldropdown > ul.sub-menu {
	padding: 0;
	width: auto;
	left: inherit;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.normaldropdown > ul.sub-menu li a{
	font-weight: 500;
	color: black;
	background: #ffffff;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.normaldropdown > ul.sub-menu li a:hover, .mobile-menu #primary-menu > ul > li.menu-item-has-children.normaldropdown > ul.sub-menu li a.current-menu-item{
	background: black;
	color: #ffffff;
}
.mobile-menu #primary-menu > ul > li.menu-item-has-children.normaldropdown > ul.sub-menu li {
    display: block;
    text-align: left;
}
li.remaining-items > a {
    display: none!important;
}

#primary-menu ul li a {
    display: block;
    color: #fff;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.header-item {
    border-right: 2px solid #FFFFFF;
}

.header-item:nth-child(1) {
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

li#menu-item-2015 {
    background: #AFAFAF !important;
    background-color: #AFAFAF !important;
}

.header-item.groen.current-menu-item {
    background: #7C8875;
    background-color: #7C8875;
}

.header-item.bruin.current-menu-item {
    background: #C7AD9C;
    background-color: #C7AD9C;
}

.sub-menu .current-menu-item {
    background: inherit;
    background-color: inherit;
}

.sub-menu .menu-item .sub-menu li a {
    padding: 5px 10.5px;
}

li.remaining-items li.btn a {
	border-radius: 10px;
    padding: 10px 15px !important;
    background: #EE7568;
    margin: 10px 10px 10px 10px;
	width: calc(100% - 20px)!important;
	color:#ffffff!important;
}

li.remaining-items li.btn a:hover {
	text-decoration: none!important;
	opacity: 0.8;
	background: #EE7568!important;
}

.remaining-items .sub-menu {
    position: relative;
    max-width: 325px;
    width: 100%;
    height: 100%;
    float: right;
}

.woomegamenu-child .sub-menu li a {
    text-align: start;
    padding: 0;
}

.sub-menu .menu-item .sub-menu {
    padding: 0 !important;
}

/* (new) hoofd navigatie > scroll */

.navigatie.normal-menu {
    position: relative;
    z-index: 100;
    background: white;
}
.navigatie.normal-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
}
.logged-in .navigatie.normal-menu.fixed {
    top: 32px;
}

/* USP Bar */

#usp-bar {
	width:100%;
	display: block;
	background: #F5F5F5;
}
#usp-bar ul  {
	margin:0;
	padding:0;
	width: 100%;
	display: flex;
}
#usp-bar ul li {
    color: rgba(71, 62, 62, 1);
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
    flex-grow: 1;
    list-style: none;
    font-size: 14px;
    font: normal normal 700 14px/19px 'Open Sans', sans-serif;
}
.usp-bar-usp {
	margin-left: 10px;
}

/* Notificatie bar */

.notificatie {
	width:100%;
	background: #EDCBB1;
	padding: 15px;
}
.notificatie .note {
	text-align: center
}
.notificatie .note p {
	color: #130A11;
	margin: 0px;
	padding:0px;
}
header.no-notification #usp-bar {
    background: #ffffff;
}

/* pages > algemeen */

main#main-content {
    padding: 0;	
}

.woocommerce-cart main#main-content {
    padding: 30px 0;	
}

section {
    padding: 60px 0;
}
p#breadcrumbs, p#breadcrumbs a {
    color: #A7A7A7;
}

/* Carousel */

.carousel {
	position: relative;
}
.carousel .gradient {
	bottom: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    position: absolute;
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.01) 79%, rgba(0,0,0,0) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.01) 79%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.01) 79%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.col-md-12.content {
    display: flex;
}
.carousel-content-blok {
    margin: auto 0;
    display: inline-block;
}
.carousel-content-blok h1, .carousel-content-blok h2, .carousel-content-blok h3  {
	font-size: 36px;
	color: #fff;
}
.carousel .content p {
	color: #fff;
}
.carousel .slide > .container > .row, .carousel .slide > .container  {
	height: 100%;
}
.carousel .slide {
	height: 380px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.carousel-btn {
	color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	background: #EE7568;
}
.carousel-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.actie-btn {
	color: #fff;
	padding: 6px;
    border-radius: 10px;
    border: 2px solid white;
    display: table-caption;
    text-align: center;
    color: white;
    position: absolute;
    bottom:40px;
    right:15px;
    z-index: 555;
    display: block;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
    transition-duration: 0.2s;
	transition-timing-function: linear;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3em;
}
.actie-btn:hover {
	background:white;
	color: #EE7568;
	text-decoration: none;
}

/* home > uitgelichte terms(categorys) */


section.featured-categories {
	background: #FFFFFF;
	position: relative;
    padding: 0;
    padding-bottom: 25px;
}
section.featured-categories:after {
	content:'';
	position: absolute;
	top:0;
	right:0;
	width: 50%;
	height: 100%;
    background: #FFFFFF;
}
section.featured-categories > .container {
    position: relative;
    z-index: 1;
}

.category-boxes {
    display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
    flex-direction: row;
}

.col-md-6.lightgray {
    background-color: #F5F5F5;
    background: #F5F5F5;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.col-md-6.darkergray {
    background-color: #EDEDED;
    background: #EDEDED;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.single-category-box {
    width: calc(50% - 30px);
    background: transparent;
    margin: 15px;
}

.featured-categories .single-category-box {
    padding-bottom: 30px;
}



.cat-box-image {
    background-position: center;
    height: 170px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px 5px;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 200px;
}
.cat-box-name h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: start;
    font-weight: bold;
    color: #1d1d1b;
    margin: 10px 0;
}
.cat-box-name h3:after {
	content: '';
	position: relative;
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url(img/small-arrow-b.svg);
	background-repeat: no-repeat;
	bottom: 0px;
	margin-left: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-category-box a:hover {
	text-decoration: none;
}
.single-category-box a:hover .cat-box-name h3:after {
	margin-left: 15px;
}

/* home > CTA */

section.cta-section {
	position: relative;
    background-size: cover;
    background-position: center;
}
section.cta-section:after {
	content:'';
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.35);
}
section.cta-section > .container {
    position: relative;
    z-index: 1;
}
.cta-box {
	text-align: center;
	display: flex;
	justify-content: center;
}
.cta-box-inner {
	color: #ffffff;
}
.cta-box-inner-text {
	padding: 20px 40px 10px 40px;
	border: 5px solid #ffffff;
	margin: 20px 0;
	position: relative;
}
.cta-box-inner h2, .cta-box-inner h3, .cta-box-inner h4, .cta-box-inner p {
    margin-bottom: 10px;
}
.cta-box-inner h2, .cta-box-inner h3, .cta-box-inner h4{
    font-size: 58px;
}
.half-icon-cta {
    position: absolute;
    top: -3px;
    left: 50%;
    height: 29px;
    width: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-100%) translateX(-50%);
}

/* home > uitgelichte producten */

.slide-number {
    color: #cdcccc;
    font-weight: bold;
    font-size: 24px;
    text-align: right;
}

.product-slider-row .product-image-holder {
    margin-bottom: 10px;
}

/* home > woonprogrammas */

section.woonprogrammas {
    background: #f5f5f5;
    padding: 30px 0;
}
.woonprogramma-box-image {
    height: 400px;
    background-size: cover;
	background-position: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.woonprogramma-box-meta {
    display: flex;
	align-items: center;
	margin-top: 20px;
}
.woonprogramma-box-meta h3{
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	color: #1d1d1b;
}
.woonprogramma-box-meta span.woonprogramma-link{
	margin-left: 30px;
}
.single-woonprogramma-box a:hover {
	text-decoration: none;
}
.single-woonprogramma-box a:hover .woonprogramma-box-image {
    opacity: 0.8;
}

/* home > klantenreviews */

#review-slider .post-each-comment {
    margin: 10px;
    padding: 20px 10px;
    background: white;
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 1px 20px rgb(0 0 0 / 30%);
    align-items: center;
}
#review-slider .post-each-comment-inner a h3 {
    margin-bottom: 15px;
    color: #1D1D1B;
    font: normal normal 700 16px/21px 'Open Sans', sans-serif;
}
#review-slider .post-each-comment-inner > *:last-child {
    margin-bottom: 0;
}
#review-slider button.slick-arrow.slick-prev {
    left: 30px!important;
}
#review-slider button.slick-arrow.slick-next {
    right: 30px!important;
}
.post-each-comment-img {
    margin-right: 30px;
}
.post-each-comment-img img {
    max-height: 230px;
    object-fit: contain;
	min-height: 230px;
	min-width: 230px;
}
.klantenreviews .comm-rating {
    margin-bottom: 5px;
}
.klantenreviews .post-each-comment-inner p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.klantenreviews .post-each-comment-inner .author {
    display: block;
    align-items: baseline;
}
.klantenreviews .post-each-comment-inner .author * {
    font: normal normal 700 14px/21px 'Open Sans', sans-serif;
    color: rgba(124, 136, 117, 1);
}

.author-name-before {
    margin-right: 3px;
}

#review-slider .author {
    margin-bottom: 10px;
}

/* openingstijden */

.openingstijden-outer {
    margin-bottom: 20px;
}
.openingstijden-outer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.openingstijden-outer ul li.single-dag {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #f8f8f8;
}

span.dag-tijd {
	color: #504746;
}
span.openstatus-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #cccccc;
    border-radius: 999px;
}
span.openstatus-dot.open {
    background: #929982;
}
span.openstatus-dot.closed {
    background: #ee7568;
}

/* niv 2 > algemeen */

.header-intro-default {
	padding: 30px 0;
	background: #f5f5f5;
}
.header-intro-default h1 {
    margin-bottom: 0;
}
p#breadcrumbs {
    margin: 0;
    padding: 25px 0 15px 0;
}

/* niv 2 > sidebar */

.sidebar-inner {
    position: relative;
    z-index: 1;
}
.page-sidebar-inner {
    border-left: 1px solid #cccccc;
}
.sidebar .widget {
    padding: 10px 30px;
    margin-bottom: 0;
}
.sidebar .widget h3 {
    font-size: 24px;
    margin-bottom: 0px;
	margin-top: 20px;
    color: #260e1e;
}

/* niv 2 > builder */

#flexibel.has-sidebar .page-content-col > div:last-child {
    margin-bottom: 20px;
}

/* niv 2 > contact */

.header-intro-default.contact-header {
    text-align: center;
}
.header-intro-default.contact-header p{
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto 30px auto;
}
.header-intro-default.contact-header p a {
	font-size: 18px;
}
.contact-faq {
    display: flex;
	flex-wrap: wrap;
	margin: -53px -20px 0 -20px;
}
.contact-single-faq {
	width: 25%;
	padding: 20px;
}
.contact-single-faq a{
	width: 100%;
    /* margin: 20px; */
    background: #dedede;
    border-radius: 10px;
    padding: 20px;
	display: inline-flex;
	color: #4f4544;
	font-weight: bold;
}
.contact-single-faq a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.contact-more-faq {
    width: 100%;
    text-align: center;
}
.contact-split {
	padding-bottom: 10px;
}
.contact-split hr{
	color: #cccccc!important;
}
.contact-form-holder {
    padding: 20px;
    background: whitesmoke;
    border-radius: 10px;
    border: 1px solid #cccccc;
}
ul.contact-contact-opties {
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px;
}
ul.contact-contact-opties li {
	margin-bottom: 10px;
}
ul.contact-contact-opties li:last-child {
	margin-bottom: 0px;
}
ul.contact-contact-opties li a{
    padding: 10px 15px;
    background: #efcfb1;
    border-radius: 10px;
	display: inline-block;
	color: #1d1d1b;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul.contact-contact-opties li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.contactformulier-label {
    padding: 20px;
    background: #f07665;
	color: #ffffff;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 10px;
}
.contactformulier-label:hover {
	cursor:pointer;
	opacity: 0.8;
}
.contactformulier-label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 33px solid #ffffff;
    clear: both;
}
.contactformulier-label:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 33px solid #ffffff;
    clear: both;
}

/* niv 2 > nieuws */

.nieuws-column {
	margin-bottom: 20px;
}
.single-nieuws {
    display: flex;
	border-radius: 10px;
	border: 1px solid #cccccc;
}
.single-nieuws a {
	color: #333333;
}
.single-nieuws a.btn {
	color: #ffffff;
}
.single-nieuws h2 {
	margin-bottom: 5px;
	color: #333333;
}
.single-nieuws-image {
    width: 170px;
	background-size: cover;
	background-position: center;
	margin-right: 20px;
	height: 100%;
}
#share-buttons img {
    width: 28px;
}
#share-buttons a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#share-buttons a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#share-buttons {
    margin-bottom: 20px;
}

/* niv 2 > wishlist */

.wishlist-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wishlist-add-to-cart a {
    color: #ffffff!important;
}
.p-in-cart-notifier {
    background: #939b81;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    text-indent: 999px;
	overflow: hidden;
	background-image: url(img/in-cart-icon.png);
    background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
}
.notification-wishlist {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 50%);
    margin: 20px 25%;
    background: rgba(79, 69, 68, 0.0);
    padding: 20px;
    color: #FFFFFF;
	text-align: center;
	z-index: 999;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	visibility: hidden;
	opacity: 0;
	display: none;
	transform: translateY(100%);
}
.notification-wishlist.preAni {
	display: block;
	visibility: hidden;
}
.notification-wishlist.show {
	background: rgba(79, 69, 68, 0.95);
	visibility: visible;
	opacity: 1;
	display: block;
	transform: translateY(0%);
}

/* niv 2 > archive > faq(veelgestelde vragen) */

.faq-overzicht ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
.faq-overzicht ul li {
    display: inline-block;
}
.faq-overzicht ul li a {
    background: #f07766;
    color: #ffffff;
    padding: 10px 15px;
	border-radius: 10px;
	display: inline-block;
	margin: 0 10px 10px 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.faq-overzicht ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
ul.vraag-overzicht-faq-vragenlijst {
	padding: 0;
	margin: 0;
	list-style: none;
}
.vraag-overzicht-faq {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
.single-vraag {
	margin-bottom: 10px;
	position: relative;
}
.single-vraag:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    padding: 1px;
	background: #f27863;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.single-vraag.active:before {
    width: 100%;
    opacity: 1;
}
.single-vraag h3 {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 0;
    color: #4f4544;
	border: 1px solid #cccccc;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.single-vraag h3:hover {
    cursor: pointer;
}
/* .single-vraag.active h3 {
    background: #f27863;
    padding: 10px;
    margin-bottom: 0;
    color: #ffffff;
    border: 1px solid #f4795f;
} */
.single-vraag .antwoord {
    display: none;
    background: #f5f5f5;
    color: #1d1d1b;
	padding: 20px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.single-vraag .antwoord p:last-of-type{
	margin-bottom: 0;
}
.faq-search-inner input {
    width: 100%;
    height: 48px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px !important;
    border: 1px solid #CDCCCC;
}

/* woocommerce > algemeen */
.woocommerce .coupon {
    display: none!important;
}
p.woocommerce-shipping-destination {
    display: none;
}
.woocommerce-sidebar .sidebar-inner {
    /* background: whitesmoke; */
}
.woocommerce-sidebar .sidebar-inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 300%;
    height: calc(100% + 20px);
    /* background: whitesmoke; */
    z-index: -1;
}
.woocommerce-sidebar ul.product-categories > li {
    display: none;
}
.woocommerce-sidebar ul.product-categories > li.current-cat, .woocommerce-sidebar ul.product-categories > li.cat-parent {
    display: block;
}
.woocommerce-sidebar ul.product-categories li.current-cat > a {
    color: #4f4544;
}
.woocommerce-sidebar ul.product-categories ul.children {
    padding-left: 7.5px;
    margin-left: 7.5px;
    border-left: 2px solid #cccccc;
}
.pswp__caption__center {
    display: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #009206;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
	padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.6em;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .xoo-cp-btn-ch.xcp-btn:hover, .checkout-button.button.alt.wc-forward:hover {
	background-color: #009206ba;
	border-color: #009206ba;
}

.page-template-template-cart .woocommerce #respond input#submit.alt, .page-template-template-cart .woocommerce a.button.alt, .page-template-template-cart .woocommerce button.button.alt, .page-template-template-cart .woocommerce input.button.alt {
    background-color: #ee7568;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
	padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.6em;
}

/*
.page-template-template-cart .woocommerce #respond input#submit.alt:hover, .page-template-template-cart .woocommerce a.button.alt:hover, .page-template-template-cart .woocommerce button.button.alt:hover, .page-template-template-cart .woocommerce input.button.alt:hover, .page-template-template-cart .wishlist-button:hover {
	background-color: #ee7568;
	opacity: 0.8;
}

*/
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt::hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .wishlist-button:hover, .xoo-cp-btn-ch.xcp-btn:hover{
	background-color: #009206ba;
}
.woocommerce-info, .woocommerce-message {
    border-top-color: #f07665;
}
.woocommerce-info::before, .woocommerce-message::before {
	color: #f07665;
}
.woocommerce form .form-row {
	padding: 3px 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	background: #009206;
	border: 1px solid #009206;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-template-template-cart .woocommerce #respond input#submit, .page-template-template-cart .woocommerce a.button, .page-template-template-cart .woocommerce button.button, .page-template-template-cart .woocommerce input.button {
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	background: #f07665;
	border: 1px solid #f07665;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-template-template-checkout .woocommerce .checkout-btn-holder input.button.alt#place_order {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	padding: 10px 35px;
}
.page-template-template-checkout .woocommerce .checkout-btn-holder input.button.alt#place_order:hover {
	background-color: #009206ba;
}
/*
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #fff;
	background: #009206;
	border: 1px solid #009206;
	opacity: 0.8;
}
*/
/*
.page-template-template-cart .woocommerce #respond input#submit:hover, .page-template-template-cart .woocommerce a.button:hover, .page-template-template-cart .woocommerce button.button:hover, .page-template-template-cart .woocommerce input.button:hover {
	color: #fff;
	background: #f07665;
	border: 1px solid #f07665;
	opacity: 0.8;
}
*/

.star {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right: .3em solid transparent;
	border-bottom: .7em  solid #1d1d1b;
	border-left: .3em solid transparent;
	/* Controlls the size of the stars. */
	font-size: 8px;
}

.star:before, .star:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: .6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: .7em  solid #1d1d1b;
	border-left: 1em solid transparent;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.star:after {
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
.star-gray {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right: .3em solid transparent;
	border-bottom: .7em  solid #C4C4C4;
	border-left: .3em solid transparent;
	/* Controlls the size of the stars. */
	font-size: 10px;
}

.woocommerce-Reviews .star-gray {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right: .3em solid transparent;
	border-bottom: .7em  solid #C4C4C4;
	border-left: .3em solid transparent;
	/* Controlls the size of the stars. */
	font-size: 13px;
}

.post-comment-inside .star-gray {
	font-size: 10px;
}


.star-gray:before, .star-gray:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: .6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: .7em  solid #C4C4C4;
	border-left: 1em solid transparent;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.star-gray:after {
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

/* woocommerce > archive */
.woocommerce-archive-fix {
    display: block;
    width: 100%;
    clear: both;
}
.woocommerce-archive-fix .row {
    margin-bottom: 20px;
}
.woocommerce-archive-fix div.product {
    margin-bottom: 30px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: inherit;
}
.woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce-category-description  h1 {
	margin-bottom: 6px;
}
.woocommerce-category-description .description {
    margin-bottom: 20px;
}
/* woocommerce > archive (reorder, combined with functions.php code)*/
.woocommerce-ordering {
    display: block;
    float: left !important;
}
.woocommerce .woocommerce-result-count {
	margin: 12px 0 12px!important;
	float: right; 
	color: #F76E64;
	font-weight: 600;
}
/**/
body.woocommerce .sidebar .widget {
	padding: 0px;
}
nav.woocommerce-pagination ul {
	margin: 0 auto 30px auto!important;
	border: 0!important;
}
nav.woocommerce-pagination ul li{
	margin: 0 10px!important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0;
}
body nav.woocommerce-pagination ul li span.current {
    background: #bcc2ae!important;
    color: #ffffff!important;
	padding: 12px 17px!important;
	border: 1px solid #929982;
	border-radius: 3px;
}
body nav.woocommerce-pagination ul li a {
	border: 1px solid #929982;
    background: #ffffff;
	color: #130a11;
	padding: 12px 17px!important;
	border-radius: 3px;
}
.woocommerce-category-description-outter.bottom-description {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #cdcccc;
}
.woocommerce-category-description-outter.bottom-description:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 300%;
	transform: translateX(-25%);
	background: #ffffff;
}
.woocommerce-category-description-outter.bottom-description > * {
	position: relative;
	z-index: 1;
}

/* woocommerce > archive > searchandfilterpro */

.searchandfilter h4 {
    z-index: 1;
    position: relative;
    font-size: 18px;
    color: #260e1e;
}
.searchandfilter h4:hover {
    cursor: pointer;
}
.searchandfilter > ul li > ul, .searchandfilter > ul li > div {
    display: none;
}
.searchandfilter > ul li.open ul, .searchandfilter > ul li.open div {
    display: block;
}
.searchandfilter > ul > li {
	border-bottom: 1px solid #504746;
	position: relative;
}
.searchandfilter > ul > li:last-of-type {
	border-bottom: none;
}
.searchandfilter > ul > li:after {
	content:'';
	width: 19px;
	height: 13px;
	position: absolute;
	top: 20px;
	right: 0;
    background-image: url(img/arrow-up-brown.png);
    background-repeat: no-repeat;
	background-position: right center;
	transform: rotate(180deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.searchandfilter > ul > li.open:after {
	transform: rotate(0deg);
}
.sf-meta-range.sf-meta-range-slider label:nth-of-type(2) {
    float: right;
}
.sf-meta-range.sf-meta-range-slider span.sf-range-values-seperator {
	display: none;
}
.searchandfilter .meta-slider {
	max-width: 95%;
	margin: 20px auto 0 auto;
	height: 10px;
	position: relative;
    left: -5px;
}
.searchandfilter .noUi-handle.noUi-handle-lower, .searchandfilter .noUi-handle.noUi-handle-upper {
    background: #130a11;
    border: 0;
    outline: 0;
	box-shadow: none;
	width: 20px;
    height: 20px;
}
.searchandfilter .noUi-handle.noUi-handle-lower:before, .searchandfilter .noUi-handle.noUi-handle-lower:after, .searchandfilter .noUi-handle.noUi-handle-upper:before, .searchandfilter .noUi-handle.noUi-handle-upper:after  {
	display: none;
}
.searchandfilter .noUi-connect {
    background-color: #504746;
}
.searchandfilter .noUi-base {
	background: #edcbb1;
}
.searchandfilter .noUi-target {
    border: 0;
    border-radius: 0;
}

/* woocommerce > products item */

.product .product-inner {
    border: 1px solid #cccccc;
    border-radius: 10px;
	height: 100%;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
    padding: 0;
}
.product .product-inner a{
	display: block;
	color: inherit;
}
.product .product-inner a:hover{
	text-decoration: none;
}
.product .product-inner .product-image-holder {
	overflow: hidden;
	border-radius: 0;
	position: relative;
	min-height: 195px;
    display: flex;
    align-items: center;
}
.product .product-inner .product-image-holder img {
    width: 100%;
    /*max-height: 165px;*/
    /*max-width: 230px;*/
    margin: 0 auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    margin-bottom: auto;
    vertical-align: middle;
    object-position: top;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home .add-to-cart-small button {
    border-radius: 0 !important;
}
.product .product-inner .product-review-header {
	min-height: 30px;
}
/*
.product .product-inner .product-image-holder:hover img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
*/
.product .product-inner .product-meta {
    padding: 0 20px;
}

.product .product-inner .product-review {
    padding: 0 20px;
}

.product .product-inner .product-price {
    padding: 0 20px;
}

.single h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #1D1D1B;
	margin-bottom: 15px;
}

h2.woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 14px;
    color: #1D1D1B;
    margin-bottom: 0;
    font-style: normal;
    line-height: 21px;
    background: white;
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 100%; 
    height: 1.5em; 
    white-space: nowrap;
}
.product .product-inner span.woocommerce-Price-amount.amount, .product .product-inner span.woocommerce-Price-currencySymbol {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #191919;
}
.product .attr-icon-product {
	display: inline-block;
	position: relative;
	border-radius: 99px;
	background-color: inherit;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 5px;
}
.product .attr-icon-product.attr-alert {
    background: rgba(238, 117, 104, 0.5)!important;
}
.product .attr-icon-product.attr-done {
    background: rgba(146, 153, 130, 0.5)!important;
}
.product .attr-icon-product img {
    width: 24px;
}
span.attr-text-product {
    display: none;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    white-space: nowrap;
    background: #edcbb1;
    border-radius: 10px;
    padding: 5px 10px;
}
span.attr-text-product:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    background: #eecdb1;
    width: 10px;
    height: 10px;
	transform: translateX(-50%) rotate(45deg);
	font-size: 14px;
}
.attr-icon-product:hover span.attr-text-product {
    display: block;
}
.product-footer {
    text-align: left;
    display: flex;
    padding: 0px 20px 0px 20px;
    align-items: center;
    flex-wrap: wrap;
	min-height: 50px;
}
.tooltip {
	display: none;
	position: absolute;
	top: -10px;
	left: 50%;
	/*transform: translateX(-50%) translateY(-100%); */
	white-space: nowrap;
	background: #edcbb1;
	border-radius: 10px;
	padding: 5px 10px;
	z-index: 56789;
}
.tooltip:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	background: #eecdb1;
	width: 10px;
	height: 10px;
	transform: translateX(-50%) rotate(45deg);
	font-size: 14px;
}
.attr-icon-product:hover span.attr-text-product {
	display: none!important;
}
.add-to-wishlist path {
	fill: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.add-to-wishlist path:hover {
    fill: #eecdb1;
}
.add-to-wishlist svg{
    width: 20px;
}
.heart {
	fill:none;stroke:#838383;stroke-miterlimit:10;
	stroke-width: 2px;
}
.add-to-wishlist.wish .heart {
    fill: #F76E64;
	stroke: #F76E64;
}
.levertijd-tekst {
    font-size: 13px;
    color: #7C8875;
    font-weight: bold;
    width: 95%;
}

/* woocommerce > product > single */

.single.single-product nav.woocommerce-breadcrumb {
    display: none;
}
.product-intro-meta strong a{
	color: #1d1d1b;
}
.summary h1.product_title {
    margin-bottom: 0;
}
.summary h1.product_title:first-letter {
    text-transform: capitalize;
}
.summary p.price del span {
	font-size: 16px!important;
	color: #504746!important;
	opacity: 1!important;
}
.summary p.price ins {
    text-decoration: none;
}
.summary p.price del {
	display: block!important;
	margin-bottom: -5px;
}
section.product-intro {
    position: relative;
    padding-top: 30px;
}
.product-intro span.onsale, .product-intro .woocommerce span.onsale {
    bottom: inherit;
    left: 16%;
    margin-left: 11px;
    top: 20px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
}
.single.single-product ol.flex-control-nav.flex-control-thumbs {
    float: left;
	width: 14%;
    margin-right: 2%!important;
}
.single.single-product ol.flex-control-nav.flex-control-thumbs li {
    width: 100%!important;
    float: none!important;
    margin-bottom: 20px!important;
    border: 1px solid #ededed;
}
.single.single-product .flex-viewport {
    float: right;
	width: 84%;
	border: 1px solid #ededed;
}
.single-product-merk h2 {
	margin-bottom: 0;
}
.single-product-merk h2 a{
    font-size: 20px;
	font-weight: 600;
	color: #1d1d1b;
}
ul.bestelinformatie {
    padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	/* meer laten opvallen */
}
ul.bestelinformatie li {
	width: 100%;
	margin: 3px 0;
	font-size: 14px;
}
ul.bestelinformatie li:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
	background-image: url(img/green-check.svg);

	background-repeat: no-repeat;
	margin-right: 10px;
}
.summary form.cart {
    display: flex;
    align-items: center;
}
.summary .quantity {
    margin-right: 30px!important;
}
input.plus, input.minus {
    border: 1px solid #cdcccc;
    background: transparent;
    color: #cdcccc;
    width: 30px;
    height: 30px;
    text-align: center;
}
input.plus:hover, input.minus:hover {
    border: 1px solid #ee7568;
    color: #ee7568;
}
.summary input.plus:focus, input.minus:focus {
    outline: 0;
}
.summary input.qty::-webkit-outer-spin-button,
.summary input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.summary input.qty {
    width: 30px!important;
    height: 30px;
    border: 0;
}
.summary p.price span {
    font-size: 32px;
    color: #cf3024;
    font-weight: 600;
}
.summary p.price span.product-save-amount {
    position: relative;
	top: -6px;
}
.summary p.price span.product-save-amount, .summary p.price span.product-save-amount span {
    font-size: 16px;
    font-weight: 500;
}
.summary p.price span.suffix-btw {
    color: #cdcccc;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 500;
}
section.product-information > .container {
    position: relative;
}
section.product-information > .container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.product-information-box .v-rating {
    margin-top: 10px;
    padding: 5px 0;
}
ul.bestelinformatie-alt {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.bestelinformatie-alt li{
    padding: 10px 0;
}
ul.bestelinformatie-alt li:before {
    content: '●';
    margin-right: 10px;
}
section.product-specs > .container {
    position: relative;
}
section.product-specs > .container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	z-index: -1;
}
.shop_attributes tbody tr {
    width: 100%;
	display: inline-flex;
}
.shop_attributes tbody tr td {
    width: 100%;
}
section.product-reviews > .container {
    position: relative;
}
section.product-reviews > .container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.single-bar-holder {
	display: flex;
	margin-bottom: 10px;
}
.single-bar-holder .star {
    position: relative;
    bottom: -3px;
    margin-right: 13px;
}
.single-bar {
    width: 100%;
	background-color: #edcbb1;
	display: flex;
}
.single-bar-p {
	background-color: #ee7568;
}
span.single-bar-param {
    width: 20px;
    text-align: left;
}
.rating-outer {
	display: flex;
    align-items: center;
}
.rating-big {
    padding-right: 10px;
}
.rating-outer .rating-graph {
    flex-grow: 1;
}
.score-total {
	font-size: 78px;
    font-weight: bold;
    color: #4f4544;
    padding: 10px;
	text-align: center;
	margin-top: -45px;
	margin-bottom: -25px;
}
.rating-big {
    text-align: center;
}
#review_form_wrapper div#review_form {
    display: none;
}
#review_form_wrapper.openForm div#review_form {
    display: block;
}
#review_form_wrapper span#reply-title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 15px 0; 
}
#review_form_wrapper p.stars a {
    color: #7C8875;
}

/* woocommerce > product > single > scroll add to cart */
.add-to-cart-scroll {
	visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.0);
	padding: 10px 0;
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.add-to-cart-scroll.show {
	visibility: visible;
	transform: translateY(0%);
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
}
.add-to-cart-scroll-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.add-to-cart-scroll-inner > div:not(:last-child) {
    margin-right: 30px;
}
.add-to-cart-scroll-button .cart {
	display: flex;
	align-items: center;
}
.add-to-cart-scroll-inner p.price {
    margin: 0;
}
.add-to-cart-scroll-inner span.product-save-amount {
    display: none;
}
.add-to-cart-scroll-title {
	display: flex;
	flex-grow: 1;
	align-items: center;
}
.add-to-cart-image {
    margin-right: 15px;
}
.add-to-cart-scroll-inner .product_title.entry-title {
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1D1D1B;
}
.add-to-cart-scroll-inner .product_title.entry-title:hover {
    cursor: pointer;
    color: #009206;
}
.add-to-cart-scroll-inner del span  {
    font-style: normal;
    font-weight: bold;
    font-size: 18px !important;
    text-decoration-line: line-through;
    color: #C4C4C4 !important;
}
.add-to-cart-scroll-inner ins span  {
    font-style: normal;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 18px !important;
    color: #191919 !important;
}



.add-to-cart-scroll-inner  p.price > * {
    margin-right: 10px;
}
.add-to-cart-scroll-inner p.price span {
    font-size: 16px;
    color: #cf3024;
    font-weight: 600;
}
.add-to-cart-scroll-inner p.price del span {
    font-size: 16px!important;
    color: #504746!important;
    opacity: 1!important;
}
.add-to-cart-scroll-inner p.price span.suffix-btw {
    color: #cdcccc;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 500;
}
.add-to-cart-scroll-inner input.qty {
    width: 30px!important;
    height: 30px;
	border: 0;
	text-align: center;
	-webkit-appearance: none; 
}
.add-to-cart-scroll-inner input.qty::-webkit-outer-spin-button,
.add-to-cart-scroll-inner input.qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.add-to-cart-scroll-inner .quantity {
	margin-right: 15px;
}

/* woocommerce > account page */

nav.woocommerce-MyAccount-navigation {
	padding: 0;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li{
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li a{
	width: 100%;
    background: #4f4544;
    margin-bottom: 10px;
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
nav.woocommerce-MyAccount-navigation ul li a:hover{
	text-decoration: none;
	background: #000;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #000;
}
nav.woocommerce-MyAccount-navigation ul li:last-child a {
    padding: 10px 20px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 100%;
	width: 100%;
	float: none;
}
.woocommerce-Address {
    padding: 20px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    border-radius: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px !important;
    border: 1px solid #CDCCCC;
}
.woocommerce-MyAccount-content, nav.woocommerce-MyAccount-navigation {
    padding-bottom: 30px;
}
table.woocommerce-orders-table a.woocommerce-button {
    padding: 0 10px!important;
    background: transparent;
    color: #f57a68;
    border: 0;
    font-weight: 600;
}
table.woocommerce-orders-table a.woocommerce-button:hover {
    padding: 0 10px!important;
	background: transparent;
	color: #f57a68;
    border: 0;
	font-weight: 600;
	text-decoration: underline;
	opacity: 1;
}

/* woocommerce > cart */

.ajax-cart {
    position: relative;
}
.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.1);
	transform: scale(1.03);
	border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
section.cart-page-inner {
    /* background: whitesmoke; */
	padding-top: 0;
}
.woocommerce table.shop_table {
	border: 0;
}
.woocommerce table.shop_table td.actions {
	padding: 20px 0!important;
	border: 0;
}
tr.woocommerce-cart-form__cart-item.cart_item td {
	border: 0;
}
.cart-page-inner .page-content-inner {
    border-radius: 10px;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
}
.cart-page-inner .page-sidebar-inner {
    border-left: 0;
}
.cart-page-inner .sidebar .widget {
	padding: 0;
}
.cart-page-inner .sidebar .widget h3 {
    position: relative;
    cursor: pointer;
	padding-bottom: 10px;
    border-bottom: 1px solid #504746;
	margin-bottom: 10px;
}
.afrekenen-top {
    text-align: right;
    /* padding-bottom: 20px;
	margin-top: -60px; */
	float: right;
}
.afrekenen-top a{
    background-color: #ee7568;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    text-align: center;
}
.afrekenen-top a:hover{
	text-decoration: none;
	opacity: 0.8;
}
input#coupon_code {
    min-width: 200px;
    height: 39px;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 10px !important;
    border: 1px solid #CDCCCC;
}
.cart-item-flex {
	position: relative;
	border-bottom: 1px solid #7C887560;
	display: flex;
	/* flex-wrap: wrap; */
	margin-bottom: 10px;
}
.cart-item-flex:last-child {
	border-bottom: 0;
}
.cart-product-meta {
	flex-grow: 1;
	padding: 20px;
}
.cart-product-actions {
	padding: 20px 0;
	display: flex;
}
span.single-qty-input {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.cart-product-image {
    width: 120px;
	display: flex;
	align-items: center;
}
.cart-item-flex .cart-item-name a {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1b;
}
.cart-item-flex .cart-item-name a.remove2 {
	margin-left: 10px;
	display: inline-block;
	padding-bottom: 2px;
}
.cart-diverse>div {
	display: inline-block;
	margin-right: 15px;
}
.cart-item-flex .levertijd {
    font-size: 14px;
    font-weight: 700;
    color: #F76E64;
}
.cart-item-flex .levertijd span.alert {
    font-size: 14px;
    font-weight: 700;
    color: #cccccc;
}
.cart-item-flex .cart-price {
	margin: 0;
}
.cart-item-flex .cart-price .woocommerce-Price-currencySymbol{
	display: none;
}
.cart-item-flex .cart-price span {
	font-size: 18px;
	font-weight: 700;
	color: #7C8875;
}
.cart-item-flex .cart-price del {
	display: none;
	color: #cccccc;
	margin-right: 5px;
}
.cart-item-flex .cart-price ins {
	text-decoration: none;
}
.cart-item-flex .cart-price-itemtype{
	font-size: 12px;
	margin: 0;
	color: #A7A7A7;
}
.cart-item-flex .single-product-kleur {
    padding-bottom: 5px;
	color: #A7A7A7;
}
.cart-item-flex .single-product-kleur a{
	color: #A7A7A7;
}
.single-product-kleur strong .kleur-sep:last-child {
    display: none;
}
.cart-item-flex input.qty {
    width: 30px!important;
    height: 30px;
    border: 0;
}
.cart-item-flex input.qty::-webkit-outer-spin-button,
.cart-item-flex input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-item-flex .cart-sub-total {
    padding-top: 15px;
    text-align: right;
}
.cart-item-flex .cart-sub-total span{
    font-size: 20px;
}
.cart-item-flex .cart-item-price {
	text-align: right;
    padding-left: 20px;
}

.cart-page-inner .coupon {
	display: inline-block;
	padding-bottom: 30px;
}
.cart-page-inner .cart_totals {
    text-align: right;
}
.woocommerce-page .cart-collaterals .cart_totals  {
	width: initial;
}
.cart-page-inner .cart_totals>div {
	text-align: right;
}
.cart-page-inner .cart_totals>div>table {
	width: 60%;
	display: inline-block;
}

.cart-page-inner .cart_totals>div>table th {
	text-align: right;
	min-width: 100px;
}
.order-total{
    padding: 20px 0
}
.order-total:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #C5C5C5;
    position: absolute;
    left: 0;
    transform: translateY(-22px);
}
.order-total th{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.order-total span.woocommerce-Price-amount.amount {
    margin-top: 6px;
    display: inline-block;
}
.cart_totals .order-total,
.cart_totals .order-total .woocommerce-Price-amount.amount,
.cart_totals .order-total .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
	font-size: 24px;
	font-weight: 700;
    color: #160015;
}
.cart_totals .order-total .includes_tax,
.shop_table.woocommerce-checkout-review-order-table .includes_tax,
.cart_totals .order-total .includes_tax .woocommerce-Price-amount.amount,
.shop_table.woocommerce-checkout-review-order-table .includes_tax .woocommerce-Price-amount.amount,
.cart_totals .order-total .includes_tax .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
.shop_table.woocommerce-checkout-review-order-table .includes_tax .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	font-size: 14px;
	font-weight: 400;
}
.cart_totals .order-total .includes_tax,
.shop_table.woocommerce-checkout-review-order-table .includes_tax {
	display: block;
}
.cart-checkout-information {
    margin-top: 30px;
    color: #666666;
}
.cart-checkout-information a,
.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link {
	color: #BD0101;
	font-weight: bold;
}
button.button[name="update_cart"] {
	display: none;
}
.page-template-template-cart .woocommerce .wc-proceed-to-checkout {
	display: flex;
}
.page-template-template-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
	display: inline-block;
	line-height: 1.6em;
	border: 1px solid #009206 !important;
	background-color: #009206 !important;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.page-template-template-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.continue-shopping {
	color: #ECC5AA;
	border: 2px solid #ECC5AA;
    background-color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-right: 13px;
}
/* woocommerce > cart > wishlist */
.cart-wishlist {
	display: none;
	padding-top: 10px;
}
.cart-wishlist.open {
	display: block;
}
.cart-wishlist .product {
	margin-bottom: 20px;
}
.cart-wishlist .product .product-inner{
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
}
.cart-wishlist .product .add-to-wishlist.wish,
.cart-wishlist .product .product-footer {
	display: none;
}
.cart-wishlist .product .middle-content .product-price{
	line-height: 55px;
}
.cart-wishlist .product h2.woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 16px;
}
.cart-wishlist .product .product-price ins {
	text-decoration: none;
	font-size: 18px;
    font-weight: 700;
}
.cart-wishlist .product .product-price del span {
	color: #C4C4C4 !important;
}
.cart-wishlist .product .product-price ins span {
	color: #7C8875 !important;
}
.cart-wishlist .more-items {
	display: block;
    text-align: center;
	font-size: 0.8em;
}

/* woocommerce > checkout / afrekenen */

.checkout-stappen {
	display: flex;
	margin-bottom: 20px;
	margin-left: -5px;
	margin-right: -5px;
}
.checkout-stappen .single-checkout-stap {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    padding: 10px;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
    margin: 0 5px;
	position: relative;
	color: #A7A7A7;
}
.checkout-stappen .single-checkout-stap:after,
.checkout-stappen .single-checkout-stap:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
	border-style: solid;
	z-index: 1;
}
.checkout-stappen .single-checkout-stap:after {
    top: 0px;
    border-color: transparent transparent transparent #f5f5f5;
    border-width: 22px;
}
.checkout-stappen .single-checkout-stap:before {
    top: -1px;
    border-color: transparent transparent transparent #f5f5f5;
    border-width: 23px;
}
.checkout-stappen span.arrow-left:after,
.checkout-stappen span.arrow-left:before {
	content: '';
    display: block;
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
	z-index: 0;
}
.checkout-stappen span.arrow-left:after {
    top: 0px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 22px;
}
.checkout-stappen span.arrow-left:before {
    top: -1px;
    border-color: transparent transparent transparent #f5f5f5;
    border-width: 23px;
}
.checkout-stappen .single-checkout-stap.last {
	padding-left: 20px;
}
.checkout-stappen .single-checkout-stap.last.active {
	background-color: #473E3E;
}
.checkout-stappen .single-checkout-stap:last-child:after,
.checkout-stappen .single-checkout-stap:last-child:before {
	display: none;
}
.checkout-slider.slider-initiated > .single-slide-checkout {
    display: none;
}
.checkout-slider.slider-initiated > .single-slide-checkout.active {
    display: block;
}
.single-checkout-stap.done,
.single-checkout-stap.active {
	border-color: #7C8875;
	background-color: #7C8875;
	color: #ffffff;
	font-weight: bold;
}
.checkout-stappen .single-checkout-stap.active:before,
.checkout-stappen .single-checkout-stap.active span.arrow-left:before {
	border-color: transparent transparent transparent #7C8875;
}
.checkout-stappen .single-checkout-stap.active:after {
	border-color: transparent transparent transparent #7C8875;
}

.checkout-stappen .single-checkout-stap.done:after {
	border-color: transparent transparent transparent #7C8875;
}
.single-checkout-stap:hover {
	cursor: pointer;
}
.checkout-item-flex img{
    width: 135px;
    height: 135px;
    object-fit: contain;
}
.checkout-item-flex .qty-box {
    text-align: right;
}
.checkout-item-flex .cart-sub-total {
	padding-top: 0px;
}
.previous-steps-summary {
    padding-bottom: 30px;
}
.previous-steps-summary h3 {
	color: #7C8875;
}
.own-row {
	display: flex;
	margin: 0 -15px;
}
.own-col {
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 15px;
}
.data-holder {
    margin-bottom: 3px;
}
.data-holder table {
	width: 100%;
}
.data-holder table th{
	width: 50%
}
.data-holder table th,
.data-holder table td{
	padding: 3px 0;
}
.data-holder table tr {
	border-bottom: 1px solid #DADADA;
}
.data-holder table tr:nth-child(even){
	background: rgba(124, 136, 117, 0.07);
}
.checkout-btn-holder {
    text-align: right;
    margin-top: 20px;
}
.checkout-btn-holder a{
    color: #ffffff!important;
}
.checkout-btn-holder a.btn.prev-btn {
	background-image: url(img/medium-arrow-w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ECC5AA !important;
	border: 1px solid #ECC5AA !important;
	width: 45px;
	height: 46px;
	float: left;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}
.wc_payment_methods > li {
	border-bottom: 1px solid #cccccc;
	padding: 10px 20px;
}
.wc_payment_methods > li:last-child {
    border-bottom: 0;
}
.payment_box.error {
    background: #f07665!important;
}
.payment_box.error:before {
    border: 1em solid #f27762!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}

/* checkout (NEW) show cart all the time */
.sidebar-cart-items .checkout-item-flex img {
    width: 100px;
	max-width: 100px !important;
	object-fit: contain;
	margin-top: 10px;
    margin-left: 10px;
	height: auto !important;
}
.sidebar-cart-items .cart-product-meta {
	display: flex;
	padding: 10px;
    max-width: calc(100% - 60px);
}
.sidebar-cart-items .cart-item-flex .cart-prices {
	padding-left: 10px;
	min-width: 70px;
	text-align: right;
}
.sidebar-cart-items .cart-item-flex .cart-prices span {
	font-size: 18px;
}
.sidebar-cart-items .cart-item-flex .cart-prices .cart-price-itemtype {
	font-size: 12px;
	margin: 0;
	color: #A7A7A7;
	display: block;
}
.sidebar-cart-items .cart-item-flex:last-child {
    margin-bottom: 0;
}
.sidebar-cart-items .cart-item-name {
	display: flex;
}
.sidebar-cart-items .item-order-qty {
	font-size: 16px;
	font-weight: bold;
	color: #ee7568;
	display: block;
	margin: 0 6px;
}
.sidebar-cart-items .cart-prices del {
	display: none;
}
.sidebar-cart-items .cart-prices ins {
	text-decoration: none;
	font-size: 18px;
    font-weight: 700;
}
.sidebar-cart-items .cart-prices ins span {
	color: #7C8875 !important;
}
.sidebar-cart-items .cart-prices ins span .woocommerce-Price-currencySymbol {
	display: none;
}
.checkout-sidebar-logos {
	padding: 20px;	
}
.checkout-logo-content {
	padding: 30px 0;
}
.review-order-container {
	display: flex;
    justify-content: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	width: 45%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	border-top: none;
	text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td {
	padding: 0px 12px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping th strong {
	font-weight: normal;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table ul#shipping_method li {
	margin: 0 !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th {
	vertical-align: top;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td {
	vertical-align: top;
	padding-top: 15px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th, 
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td>strong>.woocommerce-Price-amount.amount,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td>strong>.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	font-size: 24px;
	font-weight: 700;
}

/* Checkout no distraction */
.page-template-template-checkout .woocommerce-form-coupon-toggle {
    display: none;
}
.page-template-template-checkout .notificatie {
    display: none;
}
.page-template-template-checkout #hoofd-navigatie {
    display: none;
}
.page-template-template-checkout .footer-widgets aside {
    display: none;
}

/* formidable */

.frm_form_fields fieldset {
    padding: 0!important;
}
.frm_submit button.frm_button_submit {
    color: #fff!important;
    border-radius: 10px!important;
    padding: 10px 20px;
    background: #EE7568!important;
	border: 1px solid #f07766!important;
	margin: 0!important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* footer */

footer {
    background: #504746;
}
.footer-contact-opties {
    padding: 20px 0;
    background: #eecdb1;
}
.footer-contact-opties-single, .footer-contact-opties-single a {
    color: #1d1d1b;
}
.footer-contact-opties-single a:hover {
    color: #1d1d1b;
}
a.footer-contact-opties-single-inner {
    display: flex;
}
.footer-contact-opties-single img {
    margin-right: 20px;
	object-position: center;
	width: 50px;
	height: 50px;
}
.footer-contact-content span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
footer h3, footer a, footer p {
    color: #ffffff;
}
footer a:hover {
	color: #ffffff;
}
.footer-usp-bar {
	display: inline-flex;
	background: #ffffff;
	border-radius: 12px;
    overflow: hidden;
}
.footer-usp-bar .single-usp {
	padding: 15px;
	display: inline-flex;
	align-items: center;
}
.footer-usp-bar .single-usp.main-usp {
	background: #efcfb0;
	border-radius: 12px;
}

#socket {
    background: #0b0b0c;
    color: #ffffff;
    font-size: 14px;
}
#socket a {
    color: #ffffff;
}
#socket li, #socket a, .socket-nav-box, #socket span.error{
    font-size: 14px;
}

#toggleFilter {
    margin-bottom: 20px;
}

/* media Queries fixes */
div#zoeken-toggle, div#account-woo {
    display: none;
}

/* Convident */
div#logo a {
    height: 100%;
    max-height: 70px;
    line-height: 87px;
    display: inline-block;
}

.logo-lower {
    position: relative;
    margin-left: 1px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #7C8875;
}

#menu-item-2015 {
	background-color: #504746 !important;
}

.summary p.price span {
	color: #000000;
}

.summary p.price .product-save-amount, .summary p.price .product-save-amount span {
	color: #009206;
	font-style: normal;
    font-weight: normal;
    margin-left: 10px;
}

.product-sidebar-information {
    background: #FFFFFF;
    padding: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: linear .3s;
    background-color: #fff;
    border-radius: 5px;
    max-width: 350px;
    margin: auto;
}

.single.single-product .flex-viewport {
    float: right;
    width: 100%;
    padding: 0px;
    box-shadow: 0;
    transition: linear .1s;
    background-color: transparent;
    border-radius: 0px;
    border: 0;
}

.woocommerce div.product div.images img {
    width: auto;
    position: relative;
    vertical-align: middle;
    object-fit: contain;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single.single-product ol.flex-control-nav.flex-control-thumbs {
    float: left;
    width: 100%;
    margin: 5px 0px !important;
}

.single.single-product ol.flex-control-nav.flex-control-thumbs li {
	height: 100%;
    max-width: 85px;
    max-height: 85px;
    transition: linear .1s;
    background-color: #fff;
    border-radius: 15px;
}

/* vertical woocommerce gallery thumbs */
@media screen and (min-width: 769px){
	
	.single.single-product .product .flex-viewport {
		width: 84%;
		max-width: 84%;
		float: right;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		width: 15%;
		float: left;
		display: flex;
		flex-direction: column;
	}
	ul.flex-direction-nav {
		display: none;
	}
	.single.single-product ol.flex-control-nav.flex-control-thumbs li {
		margin-left: 0 !important;
		box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
	}
	.woocommerce-product-gallery__image.flex-active-slide {
		max-width: 100%;
	}
	.flex-control-nav.flex-control-thumbs {
		padding: 65px 0 55px 0 !important;
	}
	.flex-control-nav.flex-control-thumbs button.slick-arrow.slick-next {
		position: absolute;
		top: calc(100% - 45px);
		left: 22.5px;
		transform: rotate(90deg);
		right: unset;
	}
	.flex-control-nav.flex-control-thumbs button.slick-arrow.slick-prev.slick-disabled,
	.flex-control-nav.flex-control-thumbs button.slick-arrow.slick-next.slick-disabled {
		background-color: #EDEDED;
}
	}
	.flex-control-nav.flex-control-thumbs button.slick-arrow.slick-prev {
		position: absolute;
		top: 0px;
		left: 22.5px;
		transform: rotate(90deg);
		right: unset;
	}
}
@media screen and (max-width: 768px){
	.single.single-product ol.flex-control-nav.flex-control-thumbs li {
		height: 50px !important;
		margin-left: 15px !important;
	}
}
/* end: vertical woocommerce gallery thumbs */

.single.single-product ol.flex-control-nav.flex-control-thumbs li:nth-child(1) {
	margin-left: 0px !important;
}

.single.single-product ol.flex-control-nav.flex-control-thumbs li img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	height: 100%;
	border-radius: 10px;
}

.product-sidebar-information .minus, .product-sidebar-information .plus {
	display: none;
}

.product-sidebar-information .single_add_to_cart_button {
	position: relative;
	max-width: 80%;
}

/*
.archive .single_add_to_cart_button {
	display: none !important;
}
*/

.archive.woocommerce button.single_add_to_cart_button {
	border-radius: unset;
	outline-style: none;
}
/* select */
.woocommerce .quantity .qty {
    text-align: center;
    padding: 12px 12px;
	min-width: 75px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}
.woocommerce .quantity .qty {
    -moz-appearance:none;
    -webkit-appearance:none; 
    appearance:none;
    background: url(img/qty-arrow-down.svg) no-repeat center right 11px / 12px;
}
.add-to-cart-scroll-inner .quantity .qty {
    text-align: center;
    padding: 12px 0px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    min-width: 65px;
}

.add-to-cart-scroll-inner input.plus, .add-to-cart-scroll-inner input.minus {
    display: none;
}

.add-to-cart-scroll-inner .add-to-cart-scroll-button {
    min-width: 171px;
}

@media screen and (max-width: 768px) {
    .add-to-cart-scroll-inner .add-to-cart-scroll-button {
        display: none;
    }
    .add-to-cart-scroll {
        display: none;
    }
    section.product-intro {
        margin-top: 25px;
    }
}

.woocommerce-product-gallery__wrapper {
	position: relative;
	height: inherit;
}

.woocommerce div.product div.images img {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: auto;
}

.single.single-product ol.flex-control-nav.flex-control-thumbs {
    float: left;
    width: 100%;
    margin: 15px 0px !important;
}

.product-intro span.onsale, .product-intro .woocommerce span.onsale {
	bottom: inherit;
	left: inherit;
    right: 3%;
    top: 0px;
    margin-right: 0px;
}

span.onsale, .woocommerce span.onsale {
    background: #7C8875;
    display: inline-block;
    position: absolute;
    min-height: auto;
    padding: 10px;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.product-image-holder .onsale {
    right: 10px !important;
    top: 0px !important;
    left: 0 !important;
    padding: 5px !important;
    width: 107px;
    float: right;
    text-align: center;
    margin-left: auto !important;
}

ol.flex-control-nav.flex-control-thumbs {
    position: relative;
    display: flex;
    align-items: flex-start;
}

/* wishlist button */
.add-to-wishlist .wishlist-button {
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	color: #F76E64;
    padding: 10px !important;
    border-radius: 10px;
	font-size: 16px;
	width: 100%;
    font-weight: 500;
	line-height: 1.6em;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 10px;
	cursor: pointer;
}

.add-to-wishlist .wishlist.icon {
	position: relative;
	margin-right: 10px;
}

.add-to-wishlist .wishlist.text {
	font-weight: bold;
}

.woocommerce div.product form.cart {
	margin-bottom: 10px;
}

.payment-content {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 30px 0;
}

.payment-content-bottom {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	max-height: 50%;
}

.payment-content-bottom .logo-content {
	position: relative;
	height: 100%;
	width: 35%;
	padding-right: 10px;
}

.logo {
	position: relative;
	display: flex;
	width: 100%;
}

.payment-content-bottom .wishlist-content {
	position: relative;
	height: 100%;
	width: 65%;
}

.payment-content-top {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    max-height: 50%;
}
.outofstock .payment-content-top { 
	display: block;
}

.payment-content-top .quantity {
	position: relative;
	display: flex;
	width: 30%;
}

.payment-content-top .single_add_to_cart_button {
    position: relative !important;
    width: 70%;
    display: flex !important;
}

.woocommerce div.product form.cart {
	position: relative;
	min-width: 100%;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0;
}

.add-to-wishlist span.single-qty-input {
    position: relative;
    width: 100%;
    margin: 0px 10px;
}


.payment-content form.cart div.quantity {
    float: left;
    margin: 0;
    padding-right: 10px;
}

.attribute-categorie {
	position: relative;
	width: 100%;
	height: auto;
	margin: 5px 0;
	display: flex;
}

.attribute-categorie .product-label {
	position: relative;
	height: 100%;
	width: 50%;
}

.attribute-categorie .product-value {
	position: relative;
	height: 100%;
	width: 50%;
}

.product-save-amount {
    color: #009206 !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-left: 0px;
}

.single .price .suffix-btw {
	display: none;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}

.woocommerce div.product p.price del span, .woocommerce div.product span.price del span {
    font-size: 18px;
    text-decoration-line: line-through;
    color: #858585 !important;
	font-weight: normal;
}

.woocommerce div.product p.price ins span, .woocommerce div.product span.price ins span {
    margin-right: 4px;
    text-decoration: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 22px !important;
    line-height: 30px;
    color: #1D1D1B;
}
.woocommerce div.product p.price ins span bdi, .woocommerce div.product span.price ins span bdi {
	font-size: 22px !important;
}
.woocommerce div.product p.price del span bdi, .woocommerce div.product span.price del span bdi {
	font-size: 18px !important;
}
p.price {
    margin: 0;
}

.invisible {
    margin-top: 5px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 90px;
    height: 40px;
    color: transparent;
}
.woocommerce .product-information-box table.shop_attributes {
	border-top: 1px solid #C4C4C4;
}
.woocommerce table.shop_attributes th {
    width: 200px;
    padding: 4px 4px 4px 0;
    border-top: 0;
    margin: 0;
	color: #1D1D1B;
	font-weight: normal;
	font-size: 14px;
    border-bottom: 1px solid #C4C4C4;
}

.woocommerce table.shop_attributes td {
    border-bottom: 1px solid #C4C4C4;
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	padding: 0 !important;
}
.woocommerce .product-information-box table.shop_attributes td p {
	padding: 4px 0;
}
.woocommerce table.shop_attributes td p a {
    color: #1D1D1B;
	font-size: 14px !important;
}
.woocommerce .product-information-box table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
	background-color: rgba(124, 136, 117, 0.07);
}

.bestelinformatie-alt .informatie-item {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 5px;
}

.rating-big {
	text-align: start;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    margin-bottom: 5px;
}

.v-rating {
	color: #F76E64;
    position: relative;
    bottom: 4px;
}

.post-each-comment {
	position: relative;
	height: 100%;
	width: 100%;
}

.post-each-comment .post-comment-inside {
    position: relative;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 20px;
}

.post-each-comment .post-comment-inside:nth-child(1) {
	margin: 10px 0px 0px 0px !important;
}

.post-each-comment .post-comment-inside:nth-last-child(1) {
	margin: 10px 10px 10px 2px !important;
}

.star {
	border-bottom: .7em solid #009206;
	font-size: 13px;
}
.star.gray {
    border-bottom: 0.7em solid #DADADA;
}
.star:before, .star:after {
    border-bottom: .7em solid #009206;
}
.star.gray:before, .star.gray:after {
    border-bottom: .7em solid #DADADA;
}
.post-comment-inside .star {
	font-size: 10px;
}

.product-information-box .aantal-reviews {
    position: relative;
    bottom: 5px;
    margin-left: 0;
}

.product-information-box .v-rating span {
	font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #1D1D1B;
    position: relative;
    top: 1px;
}

.product-title .star {
	border-bottom: .7em solid #009206;
}

.product_title .aantal-reviews {
	margin-left: 10px;
    position: relative;
    bottom: 6px;
}

.post-comment-inside .comm-rating {
	position: relative;
}

.post-comment-inside .comm-title span {
    font-size: 14px;
    line-height: 19px;
    color: #8B8B8B;
	margin: 5px 0;
	display: inline-block;
}

.post-comment-inside .comm-content span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #1D1D1B;
}

/* related products */
.product .product-inner {
    border-radius: 10px;
    height: 100%;
    text-align: start;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
	padding: 10px 0 5px 0;
    min-height: 250px;
}

.product .product-inner:hover  {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45) !important;
}

.product .product-inner:hover .woocommerce-loop-product__title {
	color: #F76E64 !important;
}

.product .product-image-holder {
	overflow: hidden;
    border-radius: 0;
    position: relative;
	padding: 0;
	max-height: 150px;
	min-height: 0;
    display: flex;
    align-items: center;
}

button .shopping-icon {
    position: relative;
    top: 2px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
}

button .button.text {
	position: relative;
	margin-right: 10px;
	text-align: center;
	margin-left: 10px;
	margin-right: auto;
}

.icon {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.has-thuismerk {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 90px;
    margin: auto;
}

.has-thuismerk .icon {
    background-repeat: no-repeat;
    background-size: contain;
}

.product .product-inner .product-image-holder {
    max-width: 100%;
    max-height: 195px;
    padding-top: 0;
	margin-bottom: 10px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    position: relative;
    margin: auto;
    max-height: inherit;
    min-width: 1%;
    width: auto;
    margin-bottom: 10px;
}

.cart-item-flex:nth-last-child(1) img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin-bottom: 0;
}

.product .product-inner .product-meta {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
}

.product .product-inner {
	min-height: 0;
}

.archive .star, .product .star {
	border-bottom: .7em solid #009206;
	font-size: 10px;
}

.archive .star:before, .product .star:before, .star:after {
    border-bottom: .7em solid #009206;
}

.product-price .price {
	display: flex;	
}

.product-price del span {
	font-size: 20px;
	font-weight: 600;
	color: #1d1d1b;
}

.product-price del span {
	margin-right: 5px;
}

/* beschikbaarheid */
.availability-content {
	position: relative;
	margin: 5px 0;
}

.availability-content .icon-bnbeschikbaar, .availability-content .icon-beschikbaar, .availability-content .icon-nbeschikbaar {
	margin-right: 5px;
}

.avail-text-almost-sold, .avail-text, .avail-text-sold-out {
	position: relative;
    top: 2px;
    font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.avail-text-almost-sold {
    color: #F76E64;
}

.avail-text {
	color: #009206;
}

.avail-text-sold-out {
	color: #BD0101;
}

.delivery-time {
    color: #1D1D1B !important;
    margin-left: 25px;
    font-size: 14px;
	display: block;
}

.single_add_to_cart_button.button.alt.preorder {
    -webkit-font-smoothing: antialiased;
	background-color: transparent;
    border: 1px solid #C4C4C4;
    padding: 10px !important;
    box-sizing: border-box;
    border-radius: 10px;
    border-radius: 10px;
    line-height: 1.6em;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.single_add_to_cart_button.button.alt.preorder:hover {
	background-color: transparent;
}

.single_add_to_cart_button.button.alt.preorder span.button.order.text {
	font-weight: bold;
    color: #F76E64;
    margin: auto;
    font-size: 14px;
}

.product-sidebar-information .single_add_to_cart_button.button.alt.preorder {
	max-width: 100%;
}

.add-to-cart-small svg {
	position: relative;
	height: 20px;
	width: 20px;
	margin: auto;
}

.product-related .single_add_to_cart_button.button.alt.small, 
#wishlist-ajax-container .single_add_to_cart_button.button.alt.small {
    position: relative;
    z-index: 25;
    color: #fff;
    font-size: 14px;
	font-weight: 500;
    line-height: 1.6em;
    background-color: #009206;
    padding: 12px 20px;
	border-radius: 0;
	background-color: #009206;
	outline-style: none;
}
#wishlist-ajax-container .single_add_to_cart_button.button.alt.small {
	border: 0;
	appearance: none;
}
.page-template-template-wishlist #wishlist-ajax-container span.add-to-cart-small {
	bottom: 0;
}
.page-template-template-wishlist #wishlist-ajax-container .wishlist-add-to-cart {
	display: none;
}
.page-template-template-wishlist #wishlist-ajax-container .product .product-inner a {
	padding-bottom: 40px;
}

.table-header {
    position: relative !important;
    top: unset !important;
}

.xoo-cp-content .table-header h2.h2-text {
    font-size: 41px;
    padding-left: 40px;
    padding-right: 100px;
    line-height: 55px;
}

.table-header .h2-text::before {
    top: 20px;
    left: 0px;
    position: absolute;
}

.xoo-cp-icon-check:before {
	display: none;
}

.xoo-cp-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px 60px;
}

table.xoo-cp-cart {
    margin-top: 5px !important;
}

.xoo-cp-cart-btns {
    width: 100%;
    margin-left: 170px;
}

.xoo-cp-rp-container {
    background: #F5F5F5;
    padding: 30px 50px;
}

li.xoo-cp-rel-sing {
    max-width: 50% !important;
    min-width: 50px;
    width: calc(50% - 16px);
    margin-left: 0;
    margin-right: 16px;
    min-height: unset;
}

body.xoo-cp-popup-active {
    position: fixed;
    width: 100vw;
}

body.xoo-cp-popup-active #primary, body.xoo-cp-popup-active header {
    filter: blur(2px);
}

.xoo-cp-rel-prods img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 90px !important;
    float: left !important;
    height: 100% !important;
    max-height: 100px !important;
    margin-bottom: 0 !important;
}

span.xoo-cp-rel-title {
    white-space: break-spaces !important;
    text-overflow: unset !important;
}

.xoo-cp-rel-prods .product.woocommerce.add_to_cart_inline a {
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    bottom: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
    background: #009206 url(img/chart-white-new.svg) no-repeat center center / 26px;
}

ul.xoo-cp-rel-prods {
    list-style-type: none;
    display: flex;
    padding: 0 15px;
    position: relative;
    overflow: auto;
    min-width: 600px;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-evenly;
}

li.xoo-cp-rel-sing {
    max-width: 33.33%;
    min-width: 50px;
    height: auto !important;
    min-height: 100% !important;
    max-height: unset !important;
}

div#mCSB_1 {
    border-radius: 10px;
}

.xoo-cp-container {
    padding-bottom: 0 !important;
}

.xoo-cp-opac {
    background-color: black !important;
    opacity: 0.3;
}

.xoo-cp-cart-btns {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.xoo-cp-opac {
	background-color: transparent;
	opacity: 0.3;
}

table.xoo-cp-cart td.xoo-cp-ptitle {
    width: 100%;
    text-align: left;
    padding-left: 180px !important;
}

td.xoo-cp-ptitle a:hover {
    text-decoration: none;
    color: #FE6E64;
}

td.xoo-cp-ptitle a {
    font-size: 17px;
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
}

.xoo-cp-content .xoo-cp-table-bottom {
    top: 8px !important;
}

td.xoo-cp-pimg {
    position: absolute !important;
}

.xcp-btn {
	background-color: #009206;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.6em;
	text-decoration: none;
    margin-right: 15px !important;
}
.xcp-btn:hover {
	text-decoration: none;
}
.added_to_cart.wc-forward {
	display: none;
}

.x00-cp-buttons {
	position: relative;
	width: 100%;
	height: 100%;
}

.xoo-cp-close.continue-shopping, .xoo-cp-close.checkout {
	position: relative;
	width: 100%;
	height: 50%;
	float: left;
	cursor: pointer;
	font-weight: bold;
	border-radius: 10px;
	padding: 12px 20px;
}

.xoo-cp-close.continue-shopping {
	color: #F76E64 !important;
	border: 1px solid #F76E64;
	background: transparent;
	margin-top: 5px;
}

.xoo-cp-close.checkout {
	color: #FFFFFF;
	border: 1px solid #009206;
	background: #009206;
}

/* woocommerce cart popup premium */
.xoo-cp-ths, .xoo-cp-empct, .xoo-cp-pprice {
	display: none;
}

.xcp-rel-head {
    display: block;
    text-align: start;
}

.xoo-cp-hdtxt {
	font-weight: bold;
	font-size: 24px;
	color: #1D1D1B;
	border-bottom: 0px;
	text-transform: none;
}

span.xcp-rel-head {
	padding: 0 15px;
	border-bottom: 0px;
	border-top: 0px;
	font-weight: bold;
	font-size: 18px;
	color: #1D1D1B;
	text-transform: none;
}

a.xoo-cp-close.xcp-btn {
    border: 2px solid #F76E64;
}

li.xoo-cp-rel-sing {
    max-width: 33.33%; 
    min-width: 50px;
}

.xoo-cp-rel-sing {
    width: calc(33.33% - 16px);
    margin: 8px;
    float: left;
    height: 100%;
    text-align: start;
    transition: all .3s ease-in-out;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 14px 5px;
    min-height: 250px;
}

.xoo-cp-content {
    position: relative;
	display: flex;
}

.xoo-cp-content .xoo-cp-cart-table-cont {
	position: relative;
    max-width: 70%;
	display: contents;
	padding: 45px 0;
}

.xoo-cp-content .xoo-cp-table-bottom {
    position: relative;
    max-width: 30%;
    top: 25px;
}

.xoo-cp-cart-btns {
    display: block;
    align-items: center;
    justify-content: center;
}

.xoo-cp-rel-title {
    font-weight: 600;
    font-size: 14px;
    color: #1D1D1B;
    margin-bottom: 0;
    font-style: normal;
    line-height: 21px;
	padding: 0px 20px;
    background: white;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xoo-cp-rel-price .woocommerce-Price-amount.amount {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
	padding: 0 20px;
    font-size: 18px;
    line-height: 25px;
    color: #191919;
}

table.xoo-cp-cart td {
	padding: 0px 0;
}

.xoo-cp-rel-prods img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	position: relative;
	margin: 5px 0;
    max-height: inherit;
    min-width: 1%;
    height: 117px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    margin-bottom: 10px;
	vertical-align: middle;
    object-position: top;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.popup-title a {
	font-size: 22px;
    line-height: 30px;
    font-weight: bold;
	color: #1D1D1B;
}

.popup-subtotal {
    display: flex;
    align-items: center;
}

.xoo-cp-qtybox {
    margin: 0 20px 0 0;
}

.xoo-cp-rel-price {
    margin-bottom: 10px;
}

.xoo-cp-rel-prods img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin-left: 10px !important;
}

span.xoo-cp-rel-title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1B;
}

span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #7C8875 !important;
}
.single-product .product-sidebar-information .price ins span.woocommerce-Price-amount.amount {
	color: #1D1D1B !important;
}
li.xoo-cp-rel-sing a:hover .xoo-cp-rel-title {
    color: #F76E64;
}

span.xoo-cp-close {
    right: 10px !important;
    top: 10px !important;
}

span.xoo-cp-close:before {
    color: #F76E64;
}

.popup-subtotal span {
	font-weight: bold;
	font-size: 16px;
	color: #7C8875;
}

.woocommerce-cart span.woocommerce-Price-amount.amount {
    color: black !important;
}

a.xcp-btn {
    text-align: center;
    padding: 12px 20px;
    max-width: 500px;
    min-width: 200px;
    cursor: pointer;
    display: table;
    margin: 0px;
}

.xcp-totxt {
    font-size: 16px;
    text-transform: none;
    margin-right: 10px;
}

.xcp-ctotal {
	font-weight: bold;
    font-size: 16px;
    color: #1D1D1B;
}

.xoo-cp-btn-ch.xcp-btn {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
}

.xoo-cp-close.xcp-btn {
	font-weight: bold;
    color: #F76E64;
    background: transparent;
    text-transform: none;
    border: 1px solid #C4C4C4;
	font-size: 14px;
}

.xcp-ctotal .amount {
    font-size: 16px;
}

.xoo-cp-rel-prods .product.woocommerce.add_to_cart_inline {
	margin-bottom: 0;
}

.xoo-cp-rel-prods .product.woocommerce.add_to_cart_inline a {
	width: 100%;
    text-align: center;
    padding: 12px 20px;
    cursor: pointer;
    display: table;
    margin: 0px;
    margin-top: 10px;
}

.xoo-cp-rel-prods a:hover {
	text-decoration: none;
}

.xoo-cp-pimg img {
	max-height: 100px;
	max-width: 130px;
	margin: auto;
}

.xcp-chng, .xoo-cp-qtybox {
    border-color: transparent;
}

.xoo-cp-qtybox input.input-text.qty.text {
    text-align: center;
    padding: 5px 0px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
}
.xoo-cp-qty {
	outline: none;
} 
.xoo-cp-qtybox {
    text-align: center;
    position: relative;
    padding: 0px 5px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 86px;
}

a.xcp-btn.xoo-cp-sn-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.xoo-cp-empty-cart-notice-small {
    text-align: center;
    font-size: 16px;
	display: block;
	margin: 5px 0;
}

.xoo-cp-hdtxt .popup-svg {
	position: relative;
	margin-right: 15px;
    bottom: 4px;
}

span.xoo-cp-close {
    position: absolute;
    height: 25px;
    right: -10px;
    top: -10px;
    width: 25px;
    overflow: hidden;
    z-index: 99;
}

.xoo-cp-icon-cross:before {
    content: "\ea0d";
    font-size: 20px;
    color: #000000;
    position: relative;
    right: -2px;
    bottom: 6px;
}

@media screen and (max-width: 991px) {
    .xoo-cp-content .table-header h2.h2-text {
        font-size: 21px;
        padding-left: 40px;
        padding-right: 0;
        line-height: 28px;
    }
    .xoo-cp-content .table-header h2.h2-text:before {
        top: 10px;
    }
    .xoo-cp-content {
        max-width: 100%;
        padding: 30px;
    }
    table.xoo-cp-cart td.xoo-cp-ptitle {
        padding-left: 0 !important;
        padding-top: 120px !important;
    }
    .xoo-cp-cart-btns {
        margin-left: -10px;
    }
    ul.xoo-cp-rel-prods {
        width: 100%;
        min-width: 100%;
        flex-direction: column;
    }
    li.xoo-cp-rel-sing {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .xoo-cp-rp-container {
        padding: 10px 10px 30px 10px !important;
    }
}

a.added_to_cart.wc-forward {
    display: none !important;
}


.rating-big .star, .rating-big .star-gray {
	margin-top: 5px;
	font-size: 13px;
}

.product-inner .rating-big .star, .product-inner .rating-big .star-gray {
    font-size: 10px;
}

.archive .rating-big .star, .archive .rating-big .star-gray {
    font-size: 10px;
}

.woocommerce #review_form #respond textarea {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 20px;
    border: 1px;
}

.cart-checkout-extra .cart_totals.calculated_shipping {
    display: none;
}

.cart-checkout-extra .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: left;
}

.ajax-cart .cross-sells {
    display: none;
}

.single-category-list {
    position: relative;
    width: 100%;
    height: calc(100% / 4);
    max-height: 25%;
    background: #ffffff;
    margin: 0 10px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 10px;
}

.single-category-list a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.cat-list-image {
    background-size: cover;
    background-position: center;
    height: 60px;
    width: 60px;
    position: relative;
    bottom: 0px;
}

.cat-list-name {
    position: relative;
    width: calc(100% - 60px);
}

.cat-list-name h3 {
    font: normal normal 600 20px/22px 'Open Sans', sans-serif; 
    color: #1d1d1b;
    margin: 0 0 0 20px;
}

.cat-list-name h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cat-list-name h3:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 16px;
    background-image: url(img/small-arrow-b.svg);
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

.single-category-list a:hover .cat-list-name h3:after {
	right: -5px;
}

ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
	font-family: 'Font Awesome 5 Free';   
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    z-index: 11;
}

li.flex-nav-prev {
    float: left;
}

li.flex-nav-next {
    float: right;
}

a.flex-next {
    visibility:hidden;
}

a.flex-prev {
    visibility:hidden;
}

a.flex-next::after {
    visibility: visible;
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 70px;    

    content: '';
    position: relative;
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(img/arrow-next.svg);
    background-repeat: no-repeat;
    bottom: 0px;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.flex-prev::before {
    visibility: visible;
    content: '\f104';
    font-family: FontAwesome;    
    margin-left: 10px;
    font-size: 70px;

    content: '';
    position: relative;
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(img/arrow-prev.svg);
    background-repeat: no-repeat;
    bottom: 0px;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-product .slick-list.draggable {
    max-height: 500px;
}

.woocommerce-product-gallery__image a img {
    width: 100%;
    margin: 0 auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    margin-bottom: auto;
    vertical-align: middle;
    object-position: top;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.woocommerce div.product div.images {
    margin-top: 2em;
    margin-bottom: 0;
}

.woocommerce div.product div.images img {
    position: relative;
    height: 100%;
    width: auto;
	max-height: 350px !important;
}

iframe#product_video_iframe {
    min-height: 450px;
    max-height: 450px;
}

.single-product .slick-track.flex-control-nav.techno_stop_slide {
    position: relative;
    transform: none !important;
    width: 100% !important;
}

.single-product .slick-track.flex-control-nav.techno_stop_slide li {
    position: relative;
    object-fit: contain !important;
    max-height: 87px !important;
    max-width: 87px;
}

.single-product .slick-track.flex-control-nav.techno_stop_slide li .video_icon_img {
    position: absolute;
    max-height: 33px !important;
    vertical-align: middle;
    object-fit: contain;
    margin-bottom: auto;
    margin-top: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single-product .product_thumbnail_item {
    position: relative;
    max-width: 130px;
    max-height: 130px !important;
    margin-right: 15px !important;
}

.single-product .product_thumbnail_item:nth-last-child(1) {
    position: relative;
    max-width: 130px;
    max-height: 130px !important;
    margin-right: 0px !important;
}

.single-product .product_thumbnail_item img {
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    object-fit: contain !important;
    max-height: 87px !important;
    max-width: 87px;
}

.slick-list.draggable {
    min-height: 1px !important;
}

#nickx-gallery .slick-list.draggable .slick-track.techno_stop_slide {
    margin: 10px 0;
}

.single-product .video-thumbnail {
    border-radius: 15px;
    border: 1px solid #D8D8D8;
}


.product-intro-meta select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 15px;
    border: 1px solid #C4C4C4;
}

.product-intro-meta tr {
    height: 65px;
}

.product-intro-meta td.label {
    padding: 10px 4.5em 0 0;
}

.product-intro-meta label {
    font-weight: normal;
}

.single-product .reset_variations {
    display: none;
}

li.show-all {
    width: 100% !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
}

.show-all.btn a {
    border-radius: 10px;
    padding: 13px 55px !important;
    background: #EE7568;
    margin: 10px 10px 10px 10px;
    color: #ffffff!important;
    width: auto !important;
}

.show-all.btn .woo-mega-menu-title {
    text-align: center;
    font-weight: normal;
}

.show-all.btn .woo-mega-menu-img-content {
    display: none;
}

.cart-page-inner .sidebar .widget h3::after,
.productcat-filter::after {
    content: '';
    width: 19px;
    height: 13px;
    position: absolute;
    top: 20px;
    right: 0;
    background-image: url(img/arrow-up-brown.png);
    background-repeat: no-repeat;
    background-position: right center;
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cart-page-inner .sidebar .widget h3.active::after,
.productcat-filter.active::after {
    content: '';
    width: 19px;
    height: 13px;
    position: absolute;
    top: 20px;
    right: 0;
    background-image: url(img/arrow-up-brown.png);
    background-repeat: no-repeat;
    background-position: right center;
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cart-page-inner .sidebar .widget h3,
li.productcat-filter {
    position: relative;
    margin-top: 0px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px solid #504746;
}
li.productcat-filter {
	padding-bottom: 15px;
	padding-top: 15px;
}
li.productcat-filter h4 {
    z-index: 1;
    position: relative;
    font-size: 16px;
    color: #260e1e;
	margin: 0;
}

.sidebar .widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
}

.sidebar-inner .product-categories {
    display: none;
}

.sidebar-inner .product-categories.active {
    display: block;
    margin-bottom: 15px;
}

.cart-item-name {
    position: relative;
	margin-bottom: 4px;
}

button#bmoh {
    position: relative;
    margin-bottom: 10px;
}

.xoo-aff-group {
    margin-bottom: 20px;
}

button.xoo-wl-action-btn.xoo-wl-open-form-btn.button.btn.xoo-wl-btn-popup {
    position: relative;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    min-width: 100%;
    border: 1px solid #C4C4C4;
    padding: 10px !important;
    box-sizing: border-box;
    border-radius: 10px;
    line-height: 1.6em;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    color: #F76E64;
    margin: auto;
    margin-bottom: 10px;
}

.add-to-cart-scroll-inner button.xoo-wl-action-btn.xoo-wl-open-form-btn.button.btn.xoo-wl-btn-popup {
    display: none;
}

button.xoo-wl-submit-btn.xoo-wl-action-btn.button.btn {
    margin-right: 20px;
}

.cart-checkout-extra .cart-collaterals .cart_totals {
    display: none;
} 

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table, .woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.woocommerce-checkout .order-total:before {
    width: calc(100% - 28px);
    left: 14px;
    transform: translateY(-5px);
}

.data-holder.betaalwijze-data img {
    width: 80px;
    margin-bottom: 5px;
}

.data-holder.betaalwijze-data {
    font-size: 0;
}

.xoo-cp-atcn.xoo-cp-atcn-active {
    display: none !important;
}

.xoo-cp-pdetails td.xoo-cp-remove {
    display: none;
}

table.xoo-cp-cart {
    margin-top: 57px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    max-width: 70%;
}

td.xoo-cp-pimg {
    position: relative;
    max-height: 150px;
}

.xcp-totxt, .xcp-ctotal {
	display: none;
}

a.xoo-cp-btn-ch.xcp-btn {
    position: relative;
    margin-bottom: 10px;
	font-size: 14px;
}


.table-header {
	position: absolute;
    top: 10px;
}

.table-header .h2-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 170%;
    color: #1D1D1B;
}

.table-header .h2-text::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(img/button-check.svg);
    background-repeat: no-repeat;
    margin-right: 10px;
}

table.xoo-cp-cart td.xoo-cp-ptitle {
    padding-left: 0px;
}

.popup-subtotal .subtotal {
	font-weight: normal;
	position: relative;
    margin-right: 10px;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: block;
    position: relative;
    width: 100%;
    text-align: end;
}

.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.normaldropdown.megamenu-child.megamenu-child.woomegamenu-child:nth-child(-n+4){
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #67765F;
}

.header-item.bruin .megamenu-child.woomegamenu-child:nth-child(-n+4) {
	position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #937D6F !important;
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
}

.product-inner .woocommerce-Price-currencySymbol, .single-product .woocommerce-Price-currencySymbol {
    display: none;
}

.product-inner .xoo-wl-btn-container.xoo-wl-btc-simple.xoo-wl-btc-popup {
    display: none;
}

.product_thumbnail_item.slick-slide.slick-current.slick-active .attachment-thumbnail.size-thumbnail { 
    border: 2px solid #F76E64; 
}

.product-sidebar-information .price {
	margin-bottom: 16px;
}

.add-to-wishlist .wishlist.text {
    font-weight: bold;
    font-size: 14px;
}

span.button.order.text {
    font-size: 14px;
}

.shopping-icon svg {
    position: relative;
    height: 15px;
    width: 15px;
    bottom: 2px;
}
.single_add_to_cart_button.small .shopping-icon svg {
    height: 20px;
    width: 20px;	
}

.page-template-template-cart-php .shopping-icon svg {
    bottom: 4px;
}

.product-intro-border {
	position: relative;
    max-width: 1300px;
    margin: auto;
    padding-top: 15px;
    border-bottom: 2px solid #DADADA;
}

#reviews .slick-track {
    float: left;
}

strong.review-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #1D1D1B;
}

.comm-title .item-title {
	padding: 3px 0;
}

.comment-form-title .comment-title {
	position: relative;
    width: 100%;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 10px;
    border: 1px;
}

.xoo-cp-container {
    border-radius: 10px;
}

.page-template-template-cart span.add-to-cart-small {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.page-template-template-cart span.add-to-cart-small button {
	border-radius: unset;
    outline-style: none;
	background-color: #009206;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
	border: none;
	cursor: pointer;
}

.page-template-template-cart .product-price .price del .woocommerce-Price-amount.amount {
    color: #A7A7A7;
	text-decoration-line: line-through;
}

.comment-form input#email {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 10px;
    border: 1px;
}

.comment-form input#author {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 10px;
    border: 1px;
}

form#commentform {
	display: grid;
}

.comment-form-rating { 
	order: 1;
	-webkit-order: 1;
}
.comment-form-title { 
	order: 2; 
	-webkit-order: 2;
}
.comment-form-email { 
	order: 3; 
	-webkit-order: 3;
}
.comment-form-author {
	order: 4; 
	-webkit-order: 4;
}
.comment-form-comment { 
	order: 5; 
	-webkit-order: 5;
}
.form-submit {
	order: 6; 
	-webkit-order: 6;
}

.featured-categories h2 {
	margin-bottom: 0;
}

.without-image {
    display: inline-block !important;
    width: 25% !important;
    margin-bottom: 25px !important;
    padding-right: 20px;
}

.without-image .woo-mega-menu-img-content {
	display: none !important;
}


#hoofd-navigatie nav ul li:last-child a {
    padding: 5px;
}

#votes0 {
    margin-right: 5px;
}

a.review-toevoegen.button-review {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #F76E64;
    cursor: pointer;
    font-weight: normal;
    padding: 0 15px;
}

a.review-toevoegen.button-review:hover {
    color: #F76E64;
    padding-right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.review-toevoegen.button-review::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(img/red-arrow-right.svg);
    background-repeat: no-repeat;
    bottom: 0px;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

span.add-to-cart-small {
    position: absolute;
    bottom: -10px;
    right: 0px;
}

.price .woocommerce-Price-amount.amount {
    font-weight: bold;
    font-size: 22px;
    color: #1D1D1B;
}

.product-save-amount .woocommerce-Price-amount.amount {
    color: #009206 !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.home #main-content #mailtovenstermodalMail {
    display: none;
}

.home #main-content .featured-products.woocommerce .col-md-9 div {
    display: none;
}

section.klantenreviews h2 {
    margin-bottom: 0;
}

section.content-afb-text {
    padding: 30px 0;
}
section.content-afb-text h1 {
	text-align: center;
}

.content-no-style {
    padding: 0;
}

.onsale {
    display: none !important;
}

.attr-icon-product.attr-done, .attr-icon-product.attr-alert {
    display: none;
}

.product-header {
    position: absolute;
    right: 1px;
    display: flex;
    padding: 3px 20px 20px 20px;
    align-items: center;
    flex-wrap: wrap;
}

.back-to-link-div {
    font-style: normal;
    font-weight: 600;
    color: #F07766;
    transition: ease-in-out .2s;
}

.back-to-link-div:hover, .back-to-link:hover {
    margin-left: 5px;
    text-decoration: none;
}

.back-to-link-div::before {
    content: "";
    display: inline-block;
    position: relative;
    right: 10px;
    width: 16px;
    height: 16px;
    background-image: url(img/back-icon-red.svg);
    background-size: 16px 16px;
    bottom: 1px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: ease-in-out .2s;
}

.back-button-intro {
    height: 55px;
}

a.nickx-popup {
    top: 10px;
    font-size: 25px;
    line-height: 0;
    opacity: 1;
    outline: medium none !important;
    padding: 25px 0;
    position: absolute;
    right: 13px;
    text-decoration: none;
    z-index: 10;
    color: #444;
}

a.nickx-popupL:hover {
    text-decoration: none;
}

a.nickx-popup.fa.fa-expand {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 85%;
    text-align: center;
}

.single-product section {
    padding: 15px 0;
}

.single-product section.product-intro {
    padding: 0;
}

.fixed-usps {
    border-top: 1px solid #DADADA;
}

.slick-slide.slick-current.slick-active {
    position: relative;
}

.product-slider-row2 .slick-slide {
        position: relative;
    max-height: 360px;
}

#socket .v-rating {
    bottom: 0px;
}

.categories-wrapped li.cat-item {
    position: relative;
    margin: 10px 0;
}

li.cat-item.cat-item-225.cat-parent.current-cat-parent {
    margin: 0;
    margin-top: 10px;
}

.categories-wrapped li.cat-item a {
    font-weight: 600;
	color: #473E3E;
}

.categories-wrapped li.cat-item .count {
    font-weight: 600;
    color: #F76E64;
}

.categories-wrapped li.cat-item.current-cat>a {
	font-weight: 700;
}
.categories-wrapped li.cat-item.current-cat>.count {
    font-weight: 700;
    color: #BD0101;
}

.product-sidebar-information del {
    position: relative;
    width: 100%;
}

.cross-sells .onderhoud-item .product-inner {
    position: relative;
    min-height: 250px;
}

.archive .woocommerce-loop-product__title {
    position: relative;
    min-height: 25px;
}
.middle-content {
    position: relative;
    min-height: 40px;
}
.archive .middle-content {
    position: relative;
    min-height: 40px;
	padding-bottom: 40px;
}

.product-footer {
    position: absolute;
    bottom: 0;
}

ul.slick-dots {
	position: absolute;
    bottom: -10px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.commentlist ul.slick-dots {
	position: absolute;
    bottom: -35px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

/* Erik Witteveen */
.row.row-upsells .product .product-inner, .row.row-crosssells .product .product-inner {
    min-height: 315px;
}


/* media Queries */
@media (max-width: 1200px) {
	#winkelmand:after {
		right: 5px;
		top: 16px;
		height: 17px;
		width: 19px;
	}
	/* (new) scroll add to cart */
	.add-to-cart-scroll-inner > div {
		flex-basis: 0;
		flex-grow: 1;
	}
	.add-to-cart-scroll-button {
		display: flex;
		justify-content: flex-end;
	}
	.cart-product-actions {
		min-width: 150px;
	}
}
@media (max-width: 1200px) and (min-width: 991px) { /* (new) checkout stappen responsive for checkout sidebar */
	.checkout-stappen {
		justify-content: space-between;
		position: relative;
	}
	.checkout-stappen:before {
		content: '';
		position: absolute;
		top: 15px;
		left: 0;
		width: calc(100% - 20px);
		height: 1px;
		background: #cdcdcd;
		margin: 0 10px;
	}
	.checkout-stappen .single-checkout-stap {
		margin-bottom: 10px;
		width: 30px;
		height: 30px;
		padding: 14px;
		display: block;
		text-indent: 999px;
		flex: 0;
		color: transparent;
		border-radius: 999px;
	}
	.checkout-stappen .single-checkout-stap:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		display: block!important;
		background: #cccccc;
		border: 0;
		content: '';
		border-radius: 999px;
		margin: 4px;
	}
	.checkout-stappen .single-checkout-stap.active:after,.checkout-stappen .single-checkout-stap.done:after {
		background: #89957e;
	}
	.checkout-stappen .single-checkout-stap:after, .checkout-stappen .single-checkout-stap:before, .checkout-stappen .single-checkout-stap span.arrow-left {
		display: none;
	}
}
@media (max-width: 991px) {

    .logo-lower {
        display: none;
    }

	/* algemeen */
	.container.mobile-full {
		width: 100%;
		max-width: 100%;
	}
	h1 {
		font-size: 24px;
	}
	.sidebar {
		display: none;
	}
	.mobile-scroll-help {
		margin-bottom: 20px;
	}
	a.btn.checkout-scroll {
		background-image: url(/wp-content/themes/convident-theme-child/img/arrow-down-white.png);
		background-repeat: no-repeat;
		background-position: center right 15px;
		padding-right: 50px;
	}
	section {
		padding: 20px 0;
	}
	iframe {
		max-width: 100%;
	}
	/* menu-balk */
	div#hoofd-navigatie .container {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	div#mobile-menu {
		display: block;
	}
	div#usp-bar {
		display: none!important;
	}
	div#tel {
		display: none;
	}
	.mobile-menu-toggle-position {
		position: relative;
		top: inherit;
		right: inherit;
	}
	nav {
		padding: 0;
		align-items: unset;
	}
	nav ul {
		padding: 0 15px;
	}
	body .mobile-menu .menu li {
		border: 1px solid whitesmoke;
	}
	div#zoeken-toggle, div#account-woo {
		display: inherit;
	}
	div#zoeken:after {
		content: '';
		background: white;
		width: 300%;
		height: 100%;
		display: block;
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(-25%);
	}
	#logo {
		height: 55px;
		padding: 0 10px;
		border-top: 1px solid whitesmoke;
    	border-bottom: 1px solid whitesmoke;
	}
	div#logo a {
		line-height: 55px;
	}
	#logo img {
		height: 40px;
	}
	#winkelmand {
		position: relative;
		border-radius: 10px;
		padding: 0px 5px;
	}
	a#winkelmand b, span.cart-contents-count.totaal > * {
		display: none;
	}
	span.cart-contents-count.totaal > span.counter-products {
		display: block;
	}
	div#zoeken {
		position: absolute;
		top: 55px;
		left: -15px;
		width: 100%;
		padding: 0 15px;
		display: none;
		z-index: 11;
	}
	div#zoeken-toggle:hover {
		cursor: pointer;
	}
	div#zoeken-toggle img, div#account-woo img {
		width: 30px;
		height: 30px;
	}
	#winkelmand {
		background: transparent;
		flex-grow: 0;
	}
	#winkelmand:after {
		top: 0;
		right: 0;
		position: relative;
		display: inline-block;
		width: 30px;
		height: 30px;
		background-image: url(img/cart-b.svg);
	}
	#winkelmand span.totaal .counter-products {
		display: block;
		position: absolute;
		top: 2px;
		right: 2px;
		background: #f07665;
		border-radius: 9999px;
		color: #ffffff;
		font-size: 9px!important;
		width: 15px;
		height: 15px;
		z-index: 2;
		text-align: center;
		line-height: 15px;
	}
	.mobile-menu-toggle-position, div#zoeken-toggle, div#account-woo, a#winkelmand {
		display: flex;
		align-items: center;
		padding: 0px;
		min-width: 55px;
		justify-content: center;
		border: 1px solid #F5F5F5;
		border-radius: 0px!important;
	}
	/*nav uitgeklapt */
	body .mobile-menu .menu li {
		text-align: left;
	}
	body .mobile-menu .menu li a {
		padding: 15px 20px!important;
		font-weight: 600;
	}
	body .mobile-menu .menu li.woomegamenu a {
		padding: 0!important;
	}
	.woo-mega-menu-img-content {
		margin-bottom: 0;
		padding: 3px 50px;
		width: unset;
	}
	#hoofd-navigatie {
		background: #ffffff;
		position: fixed;
		z-index: 999;
		top: 55px;
		left: 0;
		width: 100%;
		box-shadow: 0 35px 50px -20px rgba(0, 0, 0, 0.4);
		max-height: 100%;
		overflow-y: scroll;
	}
	div#hoofd-navigatie > .container {
		overflow-x: hidden;
	}
	li.woomegamenu a {
		display: flex;
		align-items: center;
	}
	.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.normaldropdown.megamenu-child.megamenu-child.woomegamenu-child:nth-child(-n+4) {
		padding-bottom: 0;
		border-bottom: 0;
	}
    

	/* li.woomegamenu a:after {
		content: '';
		position: relative;
		display: inline-block;
		width: 8px;
		height: 12px;
		background-image: url(img/small-arrow-b.svg);
		background-repeat: no-repeat;
		bottom: 0px;
		margin-left: 10px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	} */
	img.woo-mega-menu-img {
		width: 70px;
		height: 70px !important;
		margin-right: 20px;
		object-position: unset;
	}
	/* nav uitklapbaar > submenu */
	button.sub-menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 76px;
		background: #ffffff;
		border: 0;
		border-left: 1px solid #f5f5f5;
		padding: 20px;
	}
	li.menu-item-has-children {
		position: relative!important;
	}
	.megamenu.menu-item-has-children > ul.sub-menu {
		display: none!important;
	}
	.megamenu.menu-item-has-children:hover > ul.sub-menu {
		display: initial;
	}
	.megamenu.menu-item-has-children > ul.sub-menu.open {
		display: block!important;
		position: relative;
		padding-bottom: 0!important;
	}

	.megamenu.menu-item-has-children > ul.sub-menu img.woo-mega-menu-img {
		height: 50px;
		width: 50px;
		margin-left: 20px;
	}
	button.sub-menu-toggle.open img {
		transform: rotate(90deg);
	}
	span.img-placeholder {
		height: 50px;
		width: 50px;
		margin: 0 20px;
		background: #f8f8f8;
	}
	li.woomegamenu > a .woo-mega-menu-title	{
		padding-right: 50px;
		color: #000;
	}
	.sub-menu .woo-mega-menu-title {
		color: #000;
	}
	.sub-menu li {
		padding-left: 20px;
	}
	.sub-menu li .woo-mega-menu-title {
		color: #444;
	}
	.menu-hoofdmenu-container {
		-webkit-transition: none;
		transition: none;	
	}
	/* homepage */
	.carousel {
		display: none;
	}
	section.featured-categories:after {
		display:none;
	}
	section.featured-categories .align-right {
		text-align: left;
	}
	section.featured-categories .row div[class^="col"]:first-of-type {
		margin-bottom: 20px;
	}
	.cat-box-image {
		height: 130px;
	}
	.cat-box-name h3 {
		font-size: 15px;
	}
	section.cta-section {
		display: none;
	}
	section.woonprogrammas {
		display: none;
	}
	section.content-afb-text .row .tekst {
		order: 1;
	}
	.slide-number {
		display: none;
	}
	/* winkelwagen */
	.cart-page-inner h1 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.afrekenen-top {
		text-align: right;
		float: none;
		margin-top: 0;
		margin-bottom: 0;
		display: inline-block;
		flex-grow: 1;
	}
	/* sidebar */
	.woocommerce-sidebar .sidebar-inner:after {
		display: none;
	}
	.sidebar .widget h3 {
		font-size: 20px;
	}
	/* products */
	section.product-reviews > .container:after {
		display: none;
	}
	.product .product-inner span.woocommerce-Price-amount.amount, .product .product-inner span.woocommerce-Price-currencySymbol {
		font-size: 18px;
	}
	.woocommerce div.product div.images {
		margin-bottom: 0;
	}
	section.product-intro p.price {
		margin-bottom: 10px;
	}
	.shop_attributes tbody tr {
		width: 100%;
	}
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		padding: 13px 25px;
	}
	.mobile-intro-archive {
		margin-bottom: 10px;
	}
	/* single > products */
	.summary .quantity {
		margin-right: 20px!important;
		min-width: 120px;
	}
	ul.bestelinformatie li {
		width: 100%;
	}
	/* (new) single > products > scroll add to cart */
	.add-to-cart-scroll-inner > div {
		flex-basis: unset;
		flex-grow: unset;
	}
	.add-to-cart-scroll-title-meta {
		display: none;
	}
	/* contact */
	.contact-single-faq {
		width: 100%;
	}
	/* footer */
	.footer-contact-opties {
		padding: 10px 0;
	}
	.footer-contact-opties-single {
		margin: 10px 0;
	}
	.footer-widgets {
		padding: 30px 0;
	}
	.footer-widgets .row > div[class^="col"] aside {
		margin-top: 20px;
	}
	.footer-widgets .row > div[class^="col"]:first-of-type aside {
		margin-top: 0;
	}
	.footer-widgets aside#custom_html-2 {
		display: none;
	}
	.footer-usp-bar {
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
    #mobile {
        display: none;
    }
    .whatsapp-chat.mobile {
        display: none;
    }
	.mobile {
		display: none;
	}
}

@media (max-width: 768px) {
    #desktop {
        display: none;
    }

	.desktop {
		display: none;
	}

    .product {
        position: relative;
        min-height: 327px;
    }
	.xoo-cp-rel-prods .product {
		min-height: 0;
	}

    .whatsapp-chat.desktop {
        display: none;
    }

	h2.woocommerce-loop-product__title {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
    .single-category-list {
        background: transparent;
    }

	#mailtovenstermodalMail {
		display: none;
	}

	html {
		margin-top: 0 !important;
	}

    .product-footer {
        text-align: left;
        display: flex;
		padding: 0 20px;
        align-items: center;
        flex-wrap: wrap;
    }

	.product .product-inner {
		min-height: 255px;
		min-width: 230px;
	}

	.levertijd-tekst {
        position: relative;
        max-width: 50%;
	}

    .single .levertijd-tekst {
        position: relative;
        max-width: 100%;
    }

	.cat-list-image {
        background-size: cover;
        background-position: center;
        margin: 10px 0;
        height: 45px;
        width: 60px;
        position: relative;
        max-width: 15%;
        float: left;
    }

	.cat-list-name h3 {
		text-align: start;
		font-weight: bold;
		color: #1d1d1b;
		margin: 15px 0;
		font-size: 14px;
		margin-left: 20px;
		position: relative;
		top: 7px;
	}

    .cat-list-name h3:after {
        content: '';
        position: absolute;
        right: 1px;
        display: inline-block;
        width: 10px;
        height: 13px;
        background-image: url(img/small-arrow-b.svg);
        background-repeat: no-repeat;
        bottom: 5px;
        margin-left: 10px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .cat-box-image {
        min-height: 150px;
    }

    section.featured-categories .row div[class^="col"]:first-of-type {
        margin-bottom: 0px;
    }
    
    .featured-categories .col-md-6 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product .product-inner .product-image-holder img {
        width: 100%;
        max-height: 125px;
        max-width: 100%;
    }

    img.woo-mega-menu-img {
        height: 70px;
        width: 70px;
        /* margin: 0 20px; */
        background: #f8f8f8;
        object-fit: fill;
    }

    .woo-mega-menu-img-content {
        position: relative;
        padding: 0 !important;
        max-height: 255px;
        background: #FFFFFF;
        border-radius: 10px;
        margin-bottom: 0;
		width: 70px;
		margin-right: 20px; 
    }

    .woo-mega-menu-title {
        color: #333333;
    }


	.woocommerce div.product, .wishlist-section div.product{
		margin-bottom: 10px;
		padding: 0 5px;
	}
	main#main > .product {
		padding: 0;
		margin: 0;
	}
	.row.product-slider-row {
		margin-bottom: -20px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.woocommerce-archive-fix .row {
		margin-bottom: 0px;
	}
	.product .product-inner .product-image-holder {
		min-height: 100px;
	}
	/* home > klantenreviews */
	#review-slider .post-each-comment {
		padding: 20px;
		flex-wrap: wrap;
		/* margin-right: 20px; */
	}
	#review-slider .slick-list {
		/* padding: 0px 30% 0px 0px; */
	}
	.post-each-comment-img {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.post-each-comment-img img {
		min-width: 50px;
		min-height: 50px;
		max-width: 100%;
		width: 100%;
		max-height: unset;
	}
	/* archive */
	.intro-product-archive {
		padding-top: 10px;
	}
	.archive p#breadcrumbs {
		display: none;
	}
	form.woocommerce-ordering {
		display: none;
	}
	.woocommerce-result-count {
		margin: 0 0 20px 0!important;
		width: 100%;
   	 	clear: both;
	}
	.woocommerce-category-description {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.intro-product-archive .woocommerce-category-description {
		display: block;
	}
	.woocommerce-category-description-outter.bottom-description .woocommerce-category-description  {
		display: block;
	}
	.woocommerce-category-description h1 {
		float: left;
	}
	.intro-product-archive .woocommerce-category-description  h1{
		float: initial;
	}
	a#toggleFilter {
		float: right;
	}
	.mobile-intro-archive {
		display: flex;
		align-items: center;
	}
	.mobile-intro-archive h1{
		flex-grow: 1;
	}
	nav.woocommerce-pagination ul li {
		margin: 5px!important;
	}
	aside#woocommerce_product_categories-2 {
		margin-top: 20px;
	}
	/* cart page */
	.page-template-template-cart .sidebar {
		display: block;
	}
	.cart-product-image, .checkout-item-flex img {
		width: 95px;
		height: auto;
		border-right: 0;
		position: absolute;
		top: 0;
		left: 0;
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	.quantity {
		text-align: right;
	}
	.cart-product-meta, .cart-product-actions {
		padding-left: 115px;
		width: 100%;
	}
	.cart-product-meta {
		padding-bottom: 0;
	}
	.cart_totals > * {
		text-align: right;
	}
	.cart_totals > strong {
		display: block;
	}
	/* checkout */
	.checkout-stappen {
		justify-content: space-between;
		position: relative;
	}
	.checkout-stappen:before {
		content: '';
		position: absolute;
		top: 15px;
		left: 0;
		width: calc(100% - 20px);
		height: 1px;
		background: #cdcdcd;
		margin: 0 10px;
	}
	.checkout-stappen .single-checkout-stap {
		margin-bottom: 10px;
		width: 30px;
		height: 30px;
		padding: 14px;
		display: block;
		text-indent: 999px;
		flex: 0;
		color: transparent;
		border-radius: 999px;
	}
	.checkout-stappen .single-checkout-stap:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		display: block!important;
		background: #cccccc;
		border: 0;
		content: '';
		border-radius: 999px;
		margin: 4px;
	}
	.checkout-stappen .single-checkout-stap.active:after,.checkout-stappen .single-checkout-stap.done:after {
		background: #89957e;
	}
	.checkout-stappen .single-checkout-stap:after, .checkout-stappen .single-checkout-stap:before, .checkout-stappen .single-checkout-stap span.arrow-left {
		display: none;
	}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
		padding: 0;
	}
	.woocommerce ul.order_details li {
		width: 100%;
		border: 0;
		margin: 5px 0;
	}
	.woocommerce-order section.woocommerce-customer-details {
		padding: 0;
		margin: 0!important;
	}
	.previous-steps-summary .own-row {
		display: block;
	}
	.previous-steps-summary .own-row .own-col {
		border: 0;
	}
	.previous-steps-summary .own-col:first-child {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #cccccc;
	}
	.single-slide-checkout .qty-box:before {
		content: 'x ';
	}
	.cart-item-flex {
		flex-wrap: wrap;
	}
	/* single product */
	section.product-intro:after {
		display: none;
	}
	.single.single-product .flex-viewport {
		float: none;
		width: 100%;
		border: 1px solid #ededed;
	}
	.single.single-product ol.flex-control-nav.flex-control-thumbs {
		float: none;
		width: 100%;
		margin-right: -10px!important;
		margin-left: -10px!important;
	}
	.single.single-product ol.flex-control-nav.flex-control-thumbs li {
		width: 50px!important;
		float: left!important;
		margin: 10px!important;
	}
	ul.bestelinformatie li {
		width: 100%;
	}
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		padding: 13px 15px;
	}
	/* nieuws */
	.single-nieuws-image {
		width: 150px;
		height: 150px;
	}
	/* contact */
	.contactformulier-label {
		display: none;
    }
    
    .product-sidebar-information {
        max-width: fit-content;
    }
	/* cart popup */
	.xoo-cp-content {
		position: relative;
		display: inline-block;
	}
	.xoo-cp-cart-total {
		display: table;
		margin-left: auto;
		margin-right: 0px;
		text-align: end;
		position: relative;
		width: 100%;
    }

	.xoo-cp-cart-btns {
		display: flex !important;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.xoo-cp-content .xoo-cp-cart-table-cont {
		position: relative;
		max-width: 100%;
		display: contents;
		padding: 45px 0;
	}

	.xoo-cp-content .xoo-cp-table-bottom {
		position: relative;
		max-width: 100%;
		top: 0px;
	}

	.xoo-cp-cart-total {
		position: relative;
		width: 100%;
		height: 100%;
	}

	a.xoo-cp-btn-ch.xcp-btn{
		position: relative;
		margin-right: 10px;
		margin-bottom: 0;
		font-size: 14px;
	}

	.cart-collaterals .product-review {
		padding: 0 20px;
	}

	.woocommerce #review_form #respond textarea {
		box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
		border-radius: 5px;
		padding: 20px;
		border: 1px;
		position: relative;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.cart-product-image {
		display: block;
	}
    .product-image-holder .onsale {
        display: none !important;
    } 

	table.xoo-cp-cart {
		margin-top: 57px;
		margin-bottom: 0;
		width: 100%;
		position: relative;
		max-width: 100%;
	}

    .product-sidebar-information {
        margin-top: 10px;
    }

    .product .product-image-holder {
        padding-bottom: 20px;
    }

    .product .product-inner .product-meta {
        padding: 0 2px;
    }

    .product .product-inner .product-review {
        padding: 0 2px;
    }

    .product .product-inner .product-price {
        padding: 0 2px;
    }

    .product-price .price {
        display: block;
    }

    .product .product-inner {
        padding: 20px 5px 0 5px;
    }

	.product .product-inner {
		min-height: 0;
		min-width: 0;
	}

	.single-product .onderhoud-item {
		padding: 0px 18px;
	}

    .row-crosssells .col-md-12 .onderhoud-item {
		padding: 0px 15px !important;
	}



	.cross-sells .onderhoud-item .product-inner {
		position: relative;
		min-height: 280px;
	}

	.cart-collaterals .product-review {
		padding: 0 20px;
	}
    .row.row-upsells .product .product-inner, .row.row-crosssells .product .product-inner {
        min-height: 280px;
    }

	.product-footer {
		text-align: left;
		display: flex;
		padding: 0 5px;
		align-items: center;
		flex-wrap: wrap;
	}

	.product-related .spacer {
		display: none;
	}

	a.xcp-btn {
		padding: 12px 20px;
		margin-bottom: 0px;
		text-align: center;
		max-width: 500px;
		min-width: 200px;
		width: 100%;
		cursor: pointer;
		display: table;
		margin: auto;
	}

	input[type=number].xoo-cp-qty {
		border: 0!important;
		text-align: center;
		display: inline-block;
		max-width: 15px;
		float: left;
		height: 100%;
		line-height: 100%;
		padding: 0;
	}

	li.xoo-cp-rel-sing {
		max-width: 50%;
		min-width: 50px;
	}

	.woocommerce-message a.button.wc-forward {
	    display: block !important;
	    float: none;
	    margin-bottom: 10px;
	    text-align: center;
	}
	#logo img {
		height: auto;
		width: auto;
	}	
	.single-nieuws {
		display: block;
	}	
	.single-nieuws-image {
		width: 100%;
	}
    .single-product .slick-list.draggable {
        max-height: 400px;
    }
	/* (new) single > products > scroll add to cart */
	.add-to-cart-scroll-title, .add-to-cart-scroll-inner .quantity {
		display: none;
	}
	.add-to-cart-scroll-button, .add-to-cart-scroll-button .cart, button.single_add_to_cart_button.button.alt {
		width: 100%;
    }
    
    .single-product .product_thumbnail_item img {
        border-radius: 5px;
        border: 1px solid #D8D8D8;
        object-fit: contain !important;
        max-height: 75px !important;
        max-width: 75px;
    }
    
    .single-product .slick-track.flex-control-nav.techno_stop_slide li {
        position: relative;
        object-fit: contain !important;
        max-height: 87px !important;
        min-height: 73px !important;
        max-width: 87px;
        min-width: 75px !important;
    }

    .woocommerce div.product div.images img {
        position: relative;
        height: 100%;
        width: auto;
        max-height: 400px;
    }

    iframe#product_video_iframe {
        min-height: 300px;
        max-height: 400px;
    }

    .single-product button.single_add_to_cart_button.button.alt {
        max-width: 100%;
    }

	.xoo-cp-cart-btns {
		display: block !important;
		align-items: flex-end;
		justify-content: flex-end;
	}

	a.xoo-cp-btn-ch.xcp-btn {
		position: relative;
		margin-right: 0px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.payment-content-top .shopping-icon {
		display: none;
	}
	.add-to-wishlist  .wishlist.icon {
		display: none;
	}
	.payment-content-top button .button.text {
		position: relative;
		margin-right: 10px;
		text-align: center;
		margin-left: 25px;
		margin-right: auto;
	}

	/* Cart */
	.cart-product-meta, .cart-product-actions {
		padding-left: 20px;
		width: 100%;
	}

	.cart-product-image, .checkout-item-flex img {
		text-align: center;
		width: 100%;
		height: auto;
		border-right: 0;
		position: relative;
		top: 0;
		left: 0;
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}

	img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		min-width: 1%;
		position: relative;
		vertical-align: middle;
		object-fit: contain;
		width: 175px;
		margin-bottom: auto;
		margin-top: auto;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		border: none;
	}
	.cart-product-actions .cart-sub-total {
		display: none;
	}

    .product-information-box .aantal-reviews {
        margin-left: 0 !important;
    }
}
@media (max-width: 350px) {
	.cart-product-image {
		width: 100%;
		border: 0;
		position: relative;
		top: 0;
		left: 0;
	}
	.cart-product-meta, .cart-product-actions {
		padding-left: 20px;
	}
}
@media (max-width: 320px) {
	.product .product-inner .product-meta {
		padding: 0 10px;
	}
	h2.woocommerce-loop-product__title {
		font-size: 14px;
	}
	.product .product-inner span.woocommerce-Price-amount.amount, .product .product-inner span.woocommerce-Price-currencySymbol {
		font-size: 15px;
	}
	.product .attr-icon-product img {
		width: 20px;
		position: relative;
    	top: -2px;
	}
	.add-to-wishlist svg {
		width: 20px;
	}
}

/* nice select */

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #cdcccc;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
    height: 48px;
    line-height: 46px;
	outline: none;
	padding-left: 18px;
	padding-right: 50px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto; 
}
.nice-select:hover {
	border-color: #cdcccc; 
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999; 
}
.nice-select:after {
	content: '';
	display: block;
	margin-top: -8px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 22px; 
	height: 16px;
	background-image: url(img/filter-arrows.png);
	background-repeat: no-repeat;
	background-position: center;
}
.nice-select.open:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg); 
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0); 
	box-shadow: 0 0 15px 2px rgba(51, 51, 51, 0.25);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none; 
}
.nice-select.disabled:after {
	border-color: #cccccc; 
}
.nice-select.wide {
	width: 100%; 
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important; 
}
.nice-select.right {
	float: right; 
}
.nice-select.right .list {
	left: auto;
	right: 0; 
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px; 
}
.nice-select.small:after {
	height: 4px;
	width: 4px; 
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px; 
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9; 
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important; 
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s; 
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6; 
}
.nice-select .option.selected {
	font-weight: bold; 
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default; 
}
.no-csspointerevents .nice-select .list {
	display: none; 
}
.no-csspointerevents .nice-select.open .list {
	display: block; 
}

/* slick */

.slick-slide:focus { outline: none; }
.carousel .slide { visibility: hidden; }
.carousel .slide:first-child { visibility: visible; }
.slick-initialized .slide { visibility: visible; }
.slick-initialized  span.suffix-btw { display: none; }
button.slick-arrow:hover {
	cursor: pointer;
}
button.slick-arrow {
    background-image: url(/wp-content/themes/convident-theme-child/img/slider-arrows.png);
    background-color: #7C8875;
    height: 40px;
    width: 40px;
    border-radius: 3px;
}
button.slick-arrow:focus {
	outline: none;
}
button.slick-arrow.slick-next {
	right: -40px;
}
button.slick-arrow.slick-prev {
	left: -40px;
}

/* Keyframe ani */
@-webkit-keyframes display-none-transition {
	0% {
		opacity: 0;
	}
}
@keyframes display-none-transition {
	0% {
		opacity: 0;
	}
}

.product .product-inner .product-image-holder:hover img {
    transform: scale(1.3);
}

.woocommerce-noreviews {
    font-weight: bold;
    color: #7C8875;
}

table.woocommerce-product-attributes.shop_attributes {
    margin-bottom: 0;
}

.col-md-6.specifications {
    margin-bottom: 30px;
}

h2.woocommerce-Reviews-title {
    margin-bottom: 0;
}

li.flex-nav-prev {
    z-index: 99999999 !important;
}

li.flex-nav-next {
    z-index: 99999999 !important;
}

.back-to-link-div {
    padding-top: 25px;
}

.home .middle-content {
    position: relative;
    min-height: 60px;
    padding: 10px 0 45px 0;
}

.middle-content {
    position: relative;
    min-height: 60px;
    padding: 0 0 50px 0;
}

.row-crosssells .middle-content {
    padding: 0 0 40px 0;
}

.cart-message-checkout {
    display: none;
}

.woocommerce-cart .cart-message-checkout {
    display: block;
}

.checkout-message {
    display: none;
}

.page-id-7 .checkout-message {
    display: block;
}

/* li:nth-child(n+4) {
    color: green;   
} */


.onderliggende-category-box {
    width: calc(100%);
    background: transparent;
    max-height: 80px;
    border-bottom: 2px solid #DADADA;
}
.onderliggende-category-box a:hover {
	text-decoration: none;
}
.onderliggende-category-box a:hover .cat-box-name h3:after {
	margin-left: 15px;
}

.onderliggende-category-box a {
    display: flex;
}

.onderliggende-category-box a .cat-box-image {
    position: relative;
    width: 79px;
    height: 70px;
    background-color: transparent;
    padding: 0;
    min-height: 0;
    margin-right: 30px;
    margin-bottom: 0;
}

.onderliggende-category-box a .cat-box-name {
    position: relative;
    width: auto;
    width: 100%;
    max-width: 90%;
}

.onderliggende-category-box a .cat-box-name  h3 {
    padding: 13px 0;
}

.onderliggende.category-boxes {
    position: relative;
    width: 100%;
}

.onderliggende .cat-box-name h3:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(img/small-arrow-b.svg);
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
    margin: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.onderliggende.category-boxes:hover h3 {
    text-decoration: underline;
}

.no-padding {
    padding:15px !important;
}
.lightgray .no-padding,
.darkergray .no-padding {
	margin: -15px;
    background: #fff;
	margin-bottom: -25px;
}
.no-padding .onderliggende.category-boxes {
	margin: 0;
}
.onderliggende-category-box:last-of-type {
	border-bottom: 0;
}

@media screen and (max-width: 768px) {
    .cart-page-inner .cart_totals>div>table {
        width: auto;
    }
    .cart-product-image, .checkout-item-flex img {
        border-right: 0 !important;
    }
    .cart-item-flex .cart-item-price {
        text-align: right;
        padding-left: 30%;
    }
    .cart-page-inner h1:nth-child(1) {
        border-bottom: 1px solid #cccccc;
    }
    .cart-page-inner .cart-product-image img {
        margin-bottom: 30px !important;
    }
    .page-template-template-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
        margin-bottom: 0;
    }
    .page-template-template-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.continue-shopping, .page-template-template-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
        font-size: 14px !important;
        margin: 0 !important;
    }
    .page-template-template-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt.continue-shopping {
        margin-right: 10px !important;
    }
    #cart-wishlist p {
        margin-bottom: 0;
    }
    .cart-page-inner .page-content-inner {
        padding: 30px 10px !important;
    }
    #ship-to-different-address {
        margin-bottom: 0 !important;
    }
    .col-lg-5.col-md-12 .slick-dots {
        display: none !important;
    }
    .cart-page-inner .sidebar-cart-items .cart-product-meta {
        max-width: 100% !important;
        border-bottom: none !important;
    }
    .sidebar-cart-items .checkout-item-flex img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .cart-page-inner .col-lg-5.col-md-12.col-sm-12.page-content-col .slick-list.draggable {
        height: 427px;
    }
    .cart-page-inner .sidebar-cart-items .checkout-item-flex img {
        max-height: 323px !important;
        min-height: 323px !important;
    }
    .cart-page-inner .cart-item-flex {
        border-bottom: 0 !important;
    }
}

.quick-nav-link {
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 10px;
    /* padding: 0 10px; */
    margin-right: 5px;
    color: #EE7568;
    font-size: 14px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.quick-nav-link:hover {
	text-decoration: none;
	opacity: 0.8;
}

.quick-navigation {
	margin: 0 0 30px 0;
	padding: 0 50px;
}

.quick-navigation button.slick-arrow.slick-prev
 {
	left: -15px !important;
}

.quick-navigation button.slick-arrow.slick-next {
	right: -15px !important;
}

.quick-navigation button.slick-arrow.slick-next.slick-disabled,
.quick-navigation button.slick-arrow.slick-prev.slick-disabled {
background-color: #89957e;
cursor: default;
}

@media screen and (max-width: 768px){
	.quick-nav-link {
		padding: 0;
		text-align: center !important;
	}

	.quick-navigation {
		margin: 0 0 15px 0;
		padding: 0;

	}
	.quick-navigation .slick-track {
		margin: 0 !important;
	}
	.quick-nav-link {
		max-width: 166px;
		display: -webkit-box !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		height: 38px;
		padding: 10px 28px 10px 28px;
		line-height: 20px;
		text-align: center !important;
		font-size: 12px;
	}
}

@media screen and (min-width: 421px) and (max-width: 768px) {
	.quick-navigation{
		padding : 0 10%;
  }
  .quick-nav-link{
	   padding : 10px;
	   max-width: 100%;
  }
}

@media screen and (max-width: 420px){
	.quick-nav-link {
		max-width: 100% !important;
		text-align: center;
	}

	.quick-navigation .slick-list{
		padding : 0 10%;
	}
}



.single-post section {
	padding: 15px 0;
}
/*Thanksyou page New style*/
.thankyou-page-intro{
	margin-bottom: 30px;
}
.thankyou-page-intro .block-text *{
    text-transform: none;
    line-height: 1.5;
}
.thankyou-page-intro .block-text p{
	margin-bottom: 15px;
}
.thankyou-page-intro .block-text p:last-child{
	margin-bottom: 0;
}
.thankyou-page-intro .img-cont img{
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.thankyou-page-intro .block-text + .img-cont{
	margin-top: 30px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview>li,
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview>li * {
    font-size: 17px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview>li {
    display: block;
    float: unset;
    display: list-item;
    list-style-type: disc;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview>li>* {
    display: inline;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    margin-bottom: 0px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table td,
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table th {
    border: 0px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr>*:first-child {
    padding-right: 0px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr>*:last-child {
    padding-left: 0px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr>* {
    padding-block: 4px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    border: 0px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 15px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column--1 {
    margin-bottom: 20px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details+p {
    display: none;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview>li {
    text-transform: capitalize;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr>*:first-child {
    padding-left: 0px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td {
    font-weight: 500;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    padding-left: 0;
}

@media(max-width:991px) {
    body.woocommerce-order-received header:has(.navigatie.normal-menu.fixed) {
        margin-bottom: 32px;
    }

    body.woocommerce-order-received .navigatie-holder {
        height: 109px !important;
    }

    body.woocommerce-order-received .navigatie.normal-menu {
        height: 109px;
        display: flex;
        align-items: center;
    }

}

@media(max-width:768px) {
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
        padding-left: 30px;
    }

}
body.woocommerce-order-received #main-content .page-content-col > h1{
	margin-top: 30px;
}
/*Custom delivery option*/
.custom-delivery-days .avail-text{
	color: #131313;/*#F76E64;*/
	text-transform: capitalize;
}
.custom-delivery-days{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 2px;
}
.custom-delivery-days svg{
	width: 15px;
	height: 15px;
	object-fit: contain;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 0;
	padding-bottom: 0;
 

// Vakantiemelding q7w2e9r4t1z.online
function teak_vakantiemelding() {

    // Tijdelijk zichtbaar vanaf 27 augustus t/m 12 september 2026
    $vandaag = current_time('Y-m-d');

    if ($vandaag < '2026-08-27' || $vandaag > '2026-09-12') {
        return;
    }

    echo '
    <div class="teak-vakantiemelding">
        🏖️ <strong>Vakantieperiode:</strong>
        Van 29 augustus t/m 12 september hebben wij vakantie.
        Je kunt gewoon bestellen.
        <strong>Bestellingen worden vanaf 13 september weer uitgeleverd.</strong>
    </div>';
}

add_action('wp_body_open', 'teak_vakantiemelding');


// Opmaak vakantiemelding
function teak_vakantiemelding_css() {
    ?>
    <style>
        .teak-vakantiemelding {
            background: #f3eee5;
            color: #333;
            text-align: center;
            padding: 12px 20px;
            font-size: 15px;
            line-height: 1.5;
        }

        .teak-vakantiemelding strong {
            font-weight: 600;
        }

        @media (max-width: 600px) {
            .teak-vakantiemelding {
                font-size: 13px;
                padding: 10px 12px;
            }
        }
    </style>
    <?php
}

add_action('wp_head', 'teak_vakantiemelding_css');

