/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: Monkey Vision
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


:root {
    --primary: #9AD1C0;
    --accent: #F8F8F8;
    --font-opensans: "opensans-regular", sans-serif;
    --font-opensans-semibold: "opensans-semibold", sans-serif;
    --font-opensans-bold: "opensans-bold", sans-serif;
    --boxshadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}

body .login #login h1 a, body .login .login h1 a {
			width:158px;
			height:32px;
			background-size: 158px 32px;
			background-repeat: no-repeat;
	        padding-bottom: 30px;
}

.nowrap {
	white-space: nowrap;
}


/* homepage wat vinden anderen achtergrond grijs/wit */

/*
.wat-vinden-anderen {
	background-color: rgb(248, 248, 248)!important
}
*/


/* LOGIN SCREEN */

.opacity-1 {
	opacity: 1 !important;
}

/* login screen voor klanten */


#login-form-popup .account-container {
	padding: 30px !important;
}

#login-form-popup.lightbox-content {
	border-radius:15px;
}

#login-form-popup #customer_login {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#customer_login .account-register-inner {
	padding-left: 30px;
}

#login-form-popup #customer_login .col-2 {
	padding-right: 0px !important;
}

#g-recaptcha {
	margin-bottom: 15px;	
}


/* styling van index ? niet te vinden ? overschrijven */
.single_add_to_cart_button {
	background-color: #9AD1C0 !important;
	margin-top: 0px !important;
}


/* styles uit customizer for desktop toepassing (alle breedtes) */
.container .row-large:not(.row-collapse), .row .row-large:not(.row-collapse) {
margin-left:0px;
margin-right:-30px;
}


/* overige kleine stylings diverse elementen */

.gmproduct-price {
display:none;
}

.btn-price {
	margin-bottom: 20px;
}

.product-breadcrumbs {
	margin-bottom: 20px;
	padding-left:15px;
}

/* disable product cat page padding-right
.category-page-row > div:first-child {
	padding-right:50px;
}
*/

.laat-ons-je-helpen {
	width: fit-content;
}

.laat-ons-je-helpen-container {
	background-image:url(/wp-content/uploads/2023/07/Biologische-katoen-scaled.jpg);
	background-size:cover;
	overflow:hidden;
}


/**************************************************************************************************/
/* Woocommerce Cart page style updates and input field tooltip */


.tooltip {
  	position:relative; 
}

.tooltip::before {
	content: attr(data-before);
    position: absolute;
    top: -55px;
    left: -68px;
    margin-left: 15px;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    background: #bbb;
    color: white;
    text-align: center;
    font-weight: 600;
    display: none;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: -17px;
  left: 39px;
  border-width: 7px;
  border-style: solid;
  border-color: #bbb transparent transparent transparent;
  display:none;
}


.tooltip.tooltip-active::before, .tooltip.tooltip-active::after  {
  display: block;
}


/* Sample products aanpassing gebaseerd op zelf toegevoegde classe "sample-product"  */
li.sample-product .variation,  tr.sample-product .variation {
	display:none !important;
}

tr.sample-product .product-price .woocommerce-Price-amount, .woocommerce-mini-cart li.sample-product .ux-mini-cart-qty {
	display: none;
}

tr.sample-product .product-name {
	font-size: 17px;
    font-family: var(--font-opensans-bold);
    color: #000;
}

.woocommerce-mini-cart-item dl.variation {
	display: none;
} 




/* extra product styling - Gutermann bijpassende garen */

.wc-pao-addon {
	margin: 0;
    padding: 0px;
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 20px 0px 0px 0px;
}

.product-addon-totals {
	width:100% !important;
}

.product-addon-totals ul li {
	width:100% !important;
	margin-left:0px;
}

.wc-pao-addon-wrap {
	clear: none !important;
	min-height: 80px;
    position: relative;	
}


/* STYLING VAN EXTRA PRODUCTEN */

.extra-producten-container {
	float:left;
	width:100%;
	padding-bottom:20px;
	font-style:normal;
}

.extra-producten-container .img-container {
	float: left;
}

.extra-producten-container .img-container img {
	width: 80px;
	height:80px;
}

.extra-producten-container .text-block {
	float:left;
	width:calc(80% - 80px);
	padding-right:15px;
}

.extra-producten-container .text-block span {
	display:inline-block;
	margin-right: 5px;
}

.extra-producten-container .aantal {
	float: left;
	width: 20%;
	text-align: right;
}


/* aantal input veld */
.wc-pao-addon-input-multiplier {
	width:70px !important;
	float:left !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
	text-align: center;
}





/* WOOSWATCHES CORRECTIE */


.wcva_image_label {
	background-image: url(/wp-content/uploads/2023/09/gut-1000-000-247x296.jpeg);
    width: 40px;
    height: 40px;
    background-size: 60% !important;
    background-position: center center !important;
}

/*
div.swatchinput {
	width: 57px !important;
}
*/

.swatchinput:has(.wcvaround) {
  width: 57px;
}

.swatchinput:has(.wcva_single_textblock) {
	width:auto;
}



label.wcva_single_textblock {
    text-align: center;
    width: auto;
    padding: 0 10px;
    line-height: 30px;
    color: black;
    border: solid 0px white !important;
    outline: solid 0px #9C9999 !important;
    background: #eee;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 8px;
}

label.wcva_single_textblock.wcvaswatchlabel:hover {
    background: #ddd;
	transition: all .3s ease-in-out;
}

label.selectedswatch.wcva_single_textblock {
    background: #9ad1c0;
    color: black;
 	box-shadow: none;
	border-radius: 8px;
}


/* #region ALGEMEEN */
/****************************************** ALGEMEEN ******************************************/
body {
    overflow-x: hidden !important;
}

.section.dark {
    background-color: transparent;
}

#main .custom-product-page .row {
	padding: 0px 15px;
}

/* IE 6 unset style fix */
#main .custom-product-page .row .row, #main .custom-product-page .row .row .row, #main .custom-product-page .row .row .row .row {
	padding: 0px;
}

#main .category-page-row, #main > .custom-product-page > .row, #main > .custom-product-page > .related > .row > .row {
	padding: 0px 15px;
}

#footer > section.footer-main > .section-content > .row {
	padding: 0px 15px;
}

section.reviews > .section-content > .row-full-width {
	max-width: 1520px !important;
    margin-left: auto;
    margin-right: auto;
	padding: 0px 15px;
}







/*************** FONT ****************/
h1 {
    font-size: 55px !important;
    line-height: 58px !important;
    margin-bottom: 10px !important;
}

h2 {
    font-size: 41px !important;
    line-height: 51px !important;
    margin-bottom: 15px !important;
}

p {
    font-size: 17px !important;
    line-height: 29px !important;
	margin:0px;
}

p strong {
    font-family: var(--font-opensans-bold);
}


@media screen and (max-width: 1024px) {
    h1 {
        font-size: 48px !important;
        line-height: 51px !important;
    }
    
    h2 {
        font-size: 38px !important;
        line-height: 41px !important;
    }
}

@media screen and (max-width: 850px) {
    h1 {
        font-size: 45px !important;
        line-height: 48px !important;
    }

    h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
}

@media screen and (max-width: 550px) {
    h1 {
        font-size: 34px !important;
        line-height: 36px !important;
    }

    h2 {
        font-size: 31px !important;
        line-height: 41px !important;
        margin-bottom: 10px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 21px !important;
    }
}




/*************** BUTTONS ****************/
a.button.primary {
    padding: 5px 30px !important;
    border-radius: 0 12px;
    border: none !important;
    -webkit-transition: all 150ms linear 0ms !important;
    -o-transition: all 150ms linear 0ms !important;
    transition: all 150ms linear 0ms !important;
}

a.button.primary span {
    color: #000 !important;
    font-family: var(--font-opensans-semibold);
    font-size: 17px;
	white-space:nowrap;
}

a.button.primary i {
    color: #000 !important;
    -webkit-transition: all 150ms linear 0ms !important;
    -o-transition: all 150ms linear 0ms !important;
    transition: all 150ms linear 0ms !important;
}

a.button.primary:hover {
    background-color: #fff !important;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    padding: 5px 35px 5px 30px !important;
}

a.button.primary:hover i {
    margin-left: 1em;
}

/***** UNERLINE *****/
a.button.primary.is-underline {
    padding: 5px 0px !important;
}

a.button.primary.is-underline:before {
    content: "";
    left: 0;
    width: 100%;
    opacity: 1;
    background-color: #000;
    bottom: 7px;
    height: 2px;
}

a.button.primary.is-underline:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
}

a.button.primary.is-underline:hover:before {
    background-color: var(--primary);
}


/*************** MAX-WIDTH FONT ****************/
.text.max-600 {
    max-width: 600px !important;
}

.text.max-525 {
    max-width: 525px !important;
}

.text.max-500 {
    max-width: 500px !important;
}

.text.max-410 {
    max-width: 410px !important;
}

.text.max-380 {
    max-width: 380px !important;
}


/*************** GAP ELEMENT ****************/
@media screen and (max-width: 1024px) {
    .gap-element.t-hide {
        display: none !important;
    }
}

/*************** TEXT LIST ****************/
.text.list ul {
    list-style-type: none;
    margin: 0 !important;
    margin-bottom: 1.2em !important;
}

.text.list ul li {
    margin-left: 0px;
    margin-bottom: 5px !important;
    position: relative;
    font-size: 17px;
}

.text.list ul li::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/icon_check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 12px -2px 0;
}

/* #endregion */


/* #region HEADER */
/****************************************** HEADER ******************************************/
/*************** TOP BAR HEADER ****************/
header #top-bar > .flex-row > .flex-left,
header #top-bar > .flex-row > .flex-right,
header #top-bar > .flex-row > .flex-grow {
    display: none !important;
}

header #top-bar > .flex-row > .flex-center {
    width: 100% !important;
}

.usp-points-header {
	width: 100%;
}

.usp-top-bar-section .col {
    padding:0px!important;
}
.usp-top-bar-section .col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.usp-top-bar-section ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    gap: 25px;
    row-gap: 0px;
    list-style: none;
    margin: 0 auto!important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0 20px !important;
}
.usp-top-bar-section ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    margin: 0px!important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 17px;
    font-family: var(--font-opensans-semibold);
}
.usp-top-bar-section ul li::before{
    content:'';
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(/wp-content/uploads/2022/10/icon_check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1024px) {   
    .nav .usp-top-bar-section li:first-child {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 850px) {
    header #top-bar > .flex-row > .flex-center {
        display: block !important;
    }

    .usp-top-bar-section ul {
        width:100vw!important;
		padding: 0px !important;
    }
    .usp-top-bar-section ul li {
        margin: 0 auto!important;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
	
	.usp-top-bar-section ul li {
		font-size: 16px;
	}
	
	.usp-points-header {
		width: auto;
	}

	
	
}


/*************** MAIN HEADER ****************/
/***** LOGO *****/
header #logo a {
    max-width: 180px !important;
}

.stuck #logo img {
    padding: 10px 0 !important;
}

/***** SEARCH FORM *****/
header .nav li.header-search-form {
    margin-left: 30px !important;
    min-width: 375px;
}

header .header-search-form .flex-row {
    -webkit-box-orient: horizontal;
    /* -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; */
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    border-radius: 0 12px 0 12px;
    /* max-width: 400px !important; */
}

header .header-search-form .button.icon {
    border: none;
    background-color: transparent;
    color: #000;
    padding-left: 20px !important;
    padding-right: 5px !important;
}

header .header-search-form .button i {
    width: 19px;
    height: 19px;
}

header .header-search-lightbox .icon-search {
	width: 21px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 3px;
}

header .header-search-form .button i::before,
header .header-search-lightbox a i::before
{
    content: "" !important;
    background-image: url(/wp-content/uploads/2022/10/search-icon.svg);
    background-size: 19px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;	
}

header .header-search-form input {
    border: none;
    background-color: transparent;
    color: #000;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    height: 45px;
    font-size: 16px;
}

.ux-search-box {
	border-radius: 5px;
	/* overflow: hidden; */
}

header .header-search-form input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

header .header-search-form input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

header .header-search-form input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

header .header-search-form input::-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

header .header-search-form input::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

@media screen and (max-width: 549px) {
    header #logo a img {
        padding: 10px 0 !important;
    }
}

/***** HEADER IMAGES *****/
header .header-images .feedback-company {
    margin-right: 15px;
}
header .header-images img.feedback-company  {
    max-width: 100px !important;
}

header .header-images img.winkelkeurmerk  {
    max-width: 80px !important;
}

@media screen and (max-width: 1200px) {
    header .header-images {
        display: none;
    } 
}



/***** MOBILE SEARCH FORM *****/

#search-lightbox .search-field {
	border: none !important;
}


#search-lightbox button.ux-search-submit {
	min-height: 40px !important;
}


.autocomplete-suggestions {
	background-color: white !important;
}


.autocomplete-suggestion span {
	display: none !important;
}

.autocomplete-suggestion div.search-name {
	width: calc(100% - 40px);
	color: #333 !important;
}

#search-lightbox .ux-search-submit {
	background-color: var(--primary) !important;
	border: none !important;
	height: 40px;
	display: block !important;	
}

/***** HEADER CONTACT ITEMS *****/
header #wide-nav .header-contact a {
    color: #000;
    font-size: 17px;
    font-family: var(--font-opensans);
    position: relative;
}

header #wide-nav .header-contact a::after {
    content: "";
    background-color: var(--primary);
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 26px;
    -webkit-transition: all 150ms ease-in-out 0ms;
    -o-transition: all 150ms ease-in-out 0ms;
    transition: all 150ms ease-in-out 0ms;
}

header #wide-nav .header-contact a:hover:after {
    width: calc(100% - 26px);
}

header #wide-nav .header-contact a.mail::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/11/mail-icon-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 10px -2px 0;
}

header #wide-nav .header-contact a.phone {
    margin-left: 25px;
}


header #wide-nav .header-contact a.phone::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/11/phone-icon-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 10px -2px 0;
}

@media screen and (max-width: 1200px) {
    header #wide-nav .header-contact {
        display: none !important;
    } 
}

/***** ACCOUNT ICON *****/
header .header-main .header-nav-main {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
}

header .header-main .nav > li.account-item > a i {
    width: 21px;
    height: 21px;
}

header .header-main .nav > li.account-item > a i:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2022/10/user-icon.svg);
    background-size: 21px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

header .header-main .nav > li.nav-icon > a i.icon-menu {
	position: inherit;
}


header .header-main .nav > li.nav-icon > a i:before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2022/10/nav-icon.svg);
    background-size: 21px;
    position: absolute;
    left: 0;
    right: 0;
	top: 4px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

header .header-main .nav > li.cart-item span::after {
    background-color: var(--primary) !important;
    color: #000 !important;
}


.main-menu-overlay {
	background-color: #9AD1C0 !important;
	opacity: 1 !important;
}

/*
.mfp-bg.off-canvas-center:not(.dark) {
    opacity: 1 !important;
}
*/

.off-canvas-center:not(.dark) .mfp-close {
    opacity: 1 !important;
}

/*
beïnvloed taalswitcher iconen flyout mobile menu en logo mobile menu
.off-canvas-center #main-menu img {
    width: 225px;
    margin-bottom: 50px;
}
*/

.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    color: #000 !important;
    font-size: 21px !important;
}   

.off-canvas .nav-vertical li li>a {
    font-size: 17px !important;
    font-family: var(--font-opensans-semibold);
    color: #000 !important;
}   

.nav-sidebar.nav-vertical>li.menu-item.active {
    background-color: transparent !important;
}




/* #endregion */


/* #region MEGA MENU */
/****************************************** MEGA MENU ******************************************/
/********** MENU **********/
/* .header-bottom-nav > li.menu-item {
    margin: 0 20px;
}

.header-bottom-nav > li.menu-item > a {
    color: #000;
    font-size: 17px;
    font-family: var(--font-opensans) !important;
    padding: 3px !important;
}

.header-bottom-nav > li.menu-item:first-child {
    background-color: var(--primary);
    border-radius: 0 20px;
    padding: 0 15px !important;
}

.header-bottom-nav > li.menu-item:first-child > a{
    font-family: var(--font-opensans-semibold) !important;
}

.nav-dropdown.nav-dropdown-default>li>a {
    border: none;
    color: #000;
    font-family: var(--font-opensans) !important;
    font-size: 17px;
}

.nav>li>a {
    color: #000 !important;
}

.mfp-bg.off-canvas-center:not(.dark) {
    opacity: 1 !important;
}

.nav-sidebar.nav-vertical>li.menu-item.active {
    background-color: #fff !important;
} */


/********** MEGA MENU**********/

/****** BREEDTE MEGA MENU LINKER EN RECHTER KOLOM TE VINDEN IN:

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link
https://wordpress.big-in-fabric.com/wp-content/themes/MonkeyVision/style.css?ver=3.0
 
****************************************************/





/* #endregion */


/* #region OFFCANVAS MENU */
/****************************************** OFFCANVAS MENU ******************************************/
.off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff !important;
    border-radius: 0 0 0 40px;
    min-width: 375px;
}

.off-canvas-right.mfp-ready .mfp-content .cart-popup-title h4 {
    text-transform: capitalize;
    font-family: var(--font-opensans-bold);
    text-align: left !important;
    font-size: 28px;
}

.off-canvas-right.mfp-ready .mfp-content .cart-popup-title .is-divider {
    display: none;
}

.off-canvas-right .widget_shopping_cart ul.product_list_widget li {
    padding: 15px 0px !important;
    min-height: auto !important;
}

.off-canvas-right .widget_shopping_cart ul.product_list_widget li.variation .variation {
    display: none;
}

.off-canvas-right .widget_shopping_cart ul.product_list_widget li a.product-title,
.off-canvas-right .widget_shopping_cart ul.product_list_widget li a.product-title + a {
    font-family: var(--font-opensans-bold);
    font-size: 17px;
    color: #000 !important;
	width: calc(100% - 24px);
}

.off-canvas-right .widget_shopping_cart ul.product_list_widget li .quantity {
    opacity: 1 !important;
}

.off-canvas-right .widget_shopping_cart ul.product_list_widget li .attachment-woocommerce_thumbnail {
    display: none !important;
}

.off-canvas-right .widget_shopping_cart ul.product_list_widget li a.remove {
    background: transparent;
    border: none;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.off-canvas-right .widget_shopping_cart ul.product_list_widget li .variation dd p,
.off-canvas-right .widget_shopping_cart ul.product_list_widget li .variation dt {
    font-size: 14px !important;
    line-height: 21px !important;
    text-transform: none !important;
}

.widget_shopping_cart p.total {
    border: none !important;
    text-align: left !important;
}

.off-canvas-right .woocommerce-mini-cart__buttons {
    text-align: center;
}

.off-canvas-right .button.wc-forward:not(.checkout){
    background-color: var(--primary);
    opacity: 1 !important;
    color: #000;
    border-radius: 0 12px;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    padding: 0 15px !important;
    border: none;
}

.off-canvas-right .button.wc-forward:not(.checkout):hover{
    background-color: #fff;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
}

.off-canvas-right .button.wc-forward.checkout {
    background-color: transparent;
    opacity: 1 !important;
    color: #000;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px;
    margin: 15px auto 0 auto;
    border-bottom: 1px solid;
    height: auto;
    min-height: auto;
    line-height: normal;
}

.off-canvas-right .button.wc-forward.checkout:hover {
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-color: var(--primary);
}


.mfp-content .sub-menu a:last-child {
	padding-bottom: 25px;
}



/* #endregion */


/* #region FOOTER */
/****************************************** HEADER ******************************************/
/*************** FOOTER TOP ****************/


footer .footer-top {
    margin-top: 50px;
    margin-bottom: -60px;
}

footer .footer-top > .section-content > .row > .col {
    padding-bottom: 0px !important;
}

footer .footer-top > .section-content > .row > .col > .col-inner{
    padding: 70px 70px 25px;
    background-color: var(--accent);
    border-radius: 0 65px 0 59px;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.12);
}

footer .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0px;
}

footer .footer-top .icon-box .icon-box-text p {
    margin-bottom: 15px !important;
}

footer .footer-top .icon-box .icon-box-text p strong {
    font-family: var(--font-opensans-semibold);
    font-size: 20px;
}

footer .footer-top .icon-box.phone .icon-box-img {
    width: 26px !important;
}

footer .footer-top .icon-box.mail .icon-box-img {
    width: 28px !important;
}


.absolute-footer.dark {
	display: none;
}

/*** COLUMN WIDTH ***/


/*
footer .footer-top > .section-content > .row .row.info > .col:nth-child(1){
    width: 24% !important;
    max-width: 24% !important;
    -ms-flex-preferred-size: 24% !important;
        flex-basis: 24% !important;
}

footer .footer-top > .section-content > .row .row.info > .col:nth-child(2){
    width: 22% !important;
    max-width: 22% !important;
    -ms-flex-preferred-size: 22% !important;
        flex-basis: 22% !important;
}

footer .footer-top > .section-content > .row .row.info > .col:nth-child(3){
    width: 24% !important;
    max-width: 24% !important;
    -ms-flex-preferred-size: 24% !important;
        flex-basis: 24% !important;
}

footer .footer-top > .section-content > .row .row.info > .col:nth-child(4){
    width: 30% !important;
    max-width: 30% !important;
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
}
*/

@media screen and (max-width: 1480px) {


	footer .footer-top > .section-content > .row {
        max-width: 1000px !important;
        margin: 0 auto;
    }

    footer .footer-top > .section-content > .row .row.info > .col:nth-child(1),
    footer .footer-top > .section-content > .row .row.info > .col:nth-child(2),
    footer .footer-top > .section-content > .row .row.info > .col:nth-child(3),
    footer .footer-top > .section-content > .row .row.info > .col:nth-child(4) {
        width: 50% !important;
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    }
}

@media screen and (max-width: 850px) {
    footer .footer-top {
        margin-top: 0px;
    }

    footer .footer-top > .section-content > .row > .col > .col-inner {
        padding: 50px 50px 25px;
        border-radius: 0 40px;
    }
}

@media screen and (max-width: 800px) {
    footer .footer-top > .section-content > .row > .col > .col-inner {
        padding: 40px 27px 25px;
    }

    footer .footer-top > .section-content > .row {
        max-width: 600px !important;
    }

    footer .footer-top > .section-content > .row .row.info > .col:nth-child(1),
    footer .footer-top > .section-content > .row .row.info > .col:nth-child(2),
    footer .footer-top > .section-content > .row .row.info > .col:nth-child(3),
    footer .footer-top > .section-content > .row .row.info > .col:nth-child(4) {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }

    footer .footer-top > .section-content > .row > .col > .col-inner {
        padding: 50px 20px 20px;
        border-radius: 0 20px;
    }

    /*** CENTER CONTENT ***/
    footer .footer-top .row .col .text {
        text-align: center;
        margin: 0 auto;
    }

    footer .footer-top .icon-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 10px;
    }
    
    footer .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 0px !important;
        text-align: center;
    }
    

    footer .footer-top .icon-box a.button {
        margin: 0 !important;
    }
}

/***** PAYMENT ICONS *****/
footer .footer-top .row.payment-icons{
    max-width: 750px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px !important;
}

footer .footer-top .row.payment-icons > .col{
    padding: 0px !important;
    max-width: auto !important;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .footer-top .row.payment-icons .box-text {
    display: none !important;
}

footer .footer-top .row.payment-icons .box-image {
    text-align: center;
}

footer .footer-top .row.payment-icons .box-image img {
    max-height: 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: contain;
       object-fit: contain;
}

@media screen and (max-width: 850px) {
    footer .footer-top .row.payment-icons{
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }

	footer .footer-top .row.payment-icons .box-image img {
	    max-height: 50px !important;
	}	
}


/*************** FOOTER MAIN ****************/
footer .footer-main {
    padding: 125px 0 10px 0 !important; 
}

footer .footer-main > .section-content > .row{
    border-bottom: 2px solid #fff;
}

footer h5 {
    font-size: 38px;
    line-height: 48px;
}


footer .footer-main a.ux-menu-link__link,
footer .footer-main a.ux-menu-link__link span {
    font-size: 17px !important;
/*    color: #fff !important; */
}

/*
@media screen and (min-width: 650px) {
    footer .footer-main a:not(.ux-menu-link__link):not(.plain),
    footer .footer-main a.ux-menu-link__link span {
        position: relative;
    }

    footer .footer-main a:not(.ux-menu-link__link):not(.plain)::after,
    footer .footer-main a.plain h5::after,
    footer .footer-main a.ux-menu-link__link span::after  {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background-color: var(--primary);
        -webkit-transition: width 150ms ease-in-out 0ms;
        -o-transition: width 150ms ease-in-out 0ms;
        transition: width 150ms ease-in-out 0ms;
    }

    footer .footer-main a.plain h5::after {
        max-width: 220px;
        bottom: -2px;
    }

    footer .footer-main a:not(.ux-menu-link__link):not(.plain):hover:after,
    footer .footer-main a.plain:hover h5::after,
    footer .footer-main a.ux-menu-link__link:hover span::after  {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    footer .col.product-category a:hover .box-text h5,
    footer .footer-main a:not(.ux-menu-link__link):not(.plain):hover,
    footer .footer-main a.plain:hover h5,
    footer .footer-main a.ux-menu-link__link:hover span  {
        color: var(--primary) !important;
    }
}

*/

/*** COLUMN WIDHTS ***/
footer .footer-main > .section-content > .row > .col:nth-child(1) {
    width: 30% !important;
    max-width: 30% !important;
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
}

footer .footer-main > .section-content > .row > .col:nth-child(2) {
    width: 25% !important;
    max-width: 25% !important;
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
}

footer .footer-main > .section-content > .row > .col:nth-child(3) {
    width: 25% !important;
    max-width: 25% !important;
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
}

footer .footer-main > .section-content > .row > .col:nth-child(4) {
    width: 20% !important;
    max-width: 20% !important;
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
}

@media screen and (max-width: 1400px) {
    footer .footer-main > .section-content > .row > .col:nth-child(1),
    footer .footer-main > .section-content > .row > .col:nth-child(2),
    footer .footer-main > .section-content > .row > .col:nth-child(3),
    footer .footer-main > .section-content > .row > .col:nth-child(4) {
        width: 25% !important;
        max-width: 25% !important;
        -ms-flex-preferred-size: 25% !important;
            flex-basis: 25% !important;
    }  
}

@media screen and (max-width: 1024px) {
    footer .footer-main > .section-content > .row {
        max-width: 750px !important;
        margin: 0 auto;
    }

    footer .footer-main > .section-content > .row > .col:nth-child(1),
    footer .footer-main > .section-content > .row > .col:nth-child(2),
    footer .footer-main > .section-content > .row > .col:nth-child(3),
    footer .footer-main > .section-content > .row > .col:nth-child(4) {
        width: 50% !important;
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    }  
}

@media screen and (max-width: 850px) {
    footer h5 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
}

@media screen and (max-width: 650px) {
    footer .footer-main { 
        padding: 100px 0 10px 0 !important;
    }

    footer .footer-main > .section-content > .row {
        max-width: 400px !important;
        margin: 0 auto;
    }

    footer .footer-main > .section-content > .row > .col:nth-child(1),
    footer .footer-main > .section-content > .row > .col:nth-child(2),
    footer .footer-main > .section-content > .row > .col:nth-child(3),
    footer .footer-main > .section-content > .row > .col:nth-child(4) {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    } 

    /*** CENTER CONTENT ***/
    footer h5,
    footer .col.product-category > .col-inner {
        text-align: center;
    }

    footer .ux-menu a.ux-menu-link__link {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    footer .col.post-item .box-text h5 {
        margin: 0 auto;
        text-align: center;
    }

    footer .footer-cat {
        margin: 0 auto !important;
    }

    footer .footer-main .icon-box {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 10px auto;
    }

    footer .footer-main .icon-box p + p {
        text-align: center;
        width: 100%;
    }

}

@media screen and (max-width: 550px) {
    footer h5 {
        font-size: 31px !important;
        line-height: 41px !important;
        margin-bottom: 10px !important;
    }
}

/*** FOOTER CATEGORIES ***/

/*
footer .footer-cat {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 325px !important; 
}
*/

footer .col.product-category .box-text h5::after,
footer .product-category .box-image,
.footer-main .product-category .box-image {
    display: none !important;
}

footer .product-category {
    padding-bottom: 15px !important;
}

footer .product-category a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
}

footer .product-category .box-text {
    padding: 0px 0px 5px 0px !important;
}

footer .product-category .box-text .btn-cat-box {
    display: none !important;
}

footer .product-category .box-text h5 {
    font-size: 17px !important;
    line-height: 22px !important;
    font-family: var(--font-opensans);
}

footer .col.product-category .box:hover {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

@media screen and (max-width: 1400px) {
    footer .col.product-category {
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    } 
}

@media screen and (max-width: 1280px) and (min-width: 1024px){
/*
	footer .footer-cat {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 100% !important;
    }
*/

}

/*** FOOTER MENU ***/
footer .ux-menu > .ux-menu-link:first-of-type a {
    padding-top: 0px !important;
}

footer .ux-menu a.ux-menu-link__link {
    min-height: auto !important;
}

/*** FOOTER POSTS ***/
footer .col.post-item {
    padding: 10px 15px !important;
}

footer .col.post-item .box:hover {
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
}


footer .col.post-item .box {
    padding: 0px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
}

footer .col.post-item .box-text .is-divider {
    display: none !important;
}

footer .col.post-item .box-text h5 {
    font-size: 17px !important;
    line-height: 22px !important;
    font-family: var(--font-opensans) !important;
    max-width: 220px;
    margin: 3px 0px !important;
}

footer .col.post-item .box-image {
    display: none !important;
}

footer .col.post-item .box .box-text {
    background-color: transparent !important;
    padding: 0px !important;
}

/*** FOOTER ICON BOXES ***/
footer .footer-main .icon-box {
    margin-bottom: 10px;
}

footer .footer-main .icon-box .icon-box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

footer .footer-main .icon-box p {
    margin-bottom: 0px;
    display: block;
}

footer .footer-main .icon-box p + p{
    margin-top: 10px;
}

footer .footer-main .icon-box.phone .icon-box-img {
    width: 18px !important
}

footer .footer-main .icon-box.location .icon-box-img {
    width: 14px !important
}

/*************** FOOTER ABSOLUTE ****************/

footer .footer-absolute {
    padding-bottom: 10px !important;
}

footer .footer-absolute .row .col .col-inner {
	display: block;
}

footer .footer-absolute a:link, footer .footer-absolute a:visited {
	color: #f1f1f1;
	border-bottom:1px solid transparent;
	transition: all .3s ease-in-out;
}

footer .footer-absolute a:hover, footer .footer-absolute a:active {
	color: white;
	border-bottom:1px solid white;
}

footer .footer-absolute .row .col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

footer .footer-absolute .row .col-inner > p:first-of-type a {
    padding-left: 30px;
    position: relative;
}

footer .footer-absolute .row .col-inner > p:first-of-type a::before{
    content: "";
    height: 80%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 10%;
}

footer .footer-absolute .row .col-inner p + p a {
    font-family: var(--font-opensans-bold);
}

footer .footer-absolute .row .col-inner p a {
    -webkit-transition: all 150ms ease-in-out 0ms;
    -o-transition: all 150ms ease-in-out 0ms;
    transition: all 150ms ease-in-out 0ms;
}

/*
footer .footer-absolute .row .col-inner p a:hover {
    color: var(--primary);
}
*/

@media screen and (max-width: 1300px) {
    footer .footer-absolute .row .col-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media screen and (max-width: 650px) {
    footer .footer-absolute .row {
        max-width: 400px;
        margin: 0 auto;
    }

    footer .footer-absolute .row .col-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    footer .footer-absolute .row .col-inner p {
        text-align: center;
    }

    footer .footer-absolute .row .col-inner > p:first-of-type a {
        display: block;
        padding-left: 0px !important;
        padding-top: 15px !important;
    }
    footer .footer-absolute .row .col-inner > p:first-of-type a::before{
        height: 1px;
        width: 25px;
        left: 50%;
        top: 7px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

}



/* #endregion */


/* #region FORMULIER */
/********************** GFORM FORMULIER ***********************/
input,
select {
	padding: 10px 15px !important;
}
.woocommerce select {
	padding:0 10px!important;
}

input[type=text],input[type=tel],input[type=email], input[type=password], .woocommerce-billing-fields input[type=number], .woocommerce-shipping-fields input[type=number], .woocommerce-MyAccount-content input[type=password] {
    border-radius: 0 15px !important;
    border: 1px solid #fff !important;
    background-color: white !important;
    line-height: 24px !important;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    font-size: 17px !important;
    font-family: var(--font-opensans);
    color: #000;
    padding: 13px 30px !IMPORTANT;
    min-height: auto !important;
    height: auto !important;
}

input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
    color: #767676 !important;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, input[type=email]::-moz-placeholder {
    color: #767676 !important;
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
    color: #767676 !important;
}

input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
    color: #767676 !important;
}

input[type=text]::placeholder,input[type=tel]::placeholder,textarea::placeholder,input[type=email]::placeholder {
    color: #767676 !important;
}

input[type=text]:not(.select2-search__field):focus,input[type=tel]:focus,input[type=email]:focus, input[type=password]:focus {
    border: 1px solid var(--primary) !important;
	-webkit-box-shadow: var(--boxshadow) !important;
	        box-shadow: var(--boxshadow) !important;
}

textarea {
    border-radius: 0 15px !important;
    border: 1px solid #fff !important;
    background-color: white !important;
    line-height: 24px !important;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    font-size: 17px !important;
    font-family: var(--font-opensans);
    color: #000;
    padding: 13px 30px !IMPORTANT;
    margin-bottom: 0px !important;
}
				
textarea:hover {
	-webkit-box-shadow: var(--boxshadow) !important;
	        box-shadow: var(--boxshadow) !important;
}
				
textarea:focus {
    border: 1px solid var(--primary) !important;
	-webkit-box-shadow: var(--boxshadow) !important;
	        box-shadow: var(--boxshadow) !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0 !important;
}

body .gform_legacy_markup_wrapper ul li.gfield,
.gform_legacy_markup_wrapper li.hidden_label input {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.gform_footer {
    padding: 0px !important;
}

.gform_footer input {
    background-color: var(--primary) !important;
    color: #000 !important;
    font-size: 17px !important;
    text-transform: none !important;
    margin: 0 !important;
    font-family: var(--font-opensans-semibold);
    border-radius: 0 12px !important;
    float: right;
    min-height: auto !important;
    height: auto !important;
    line-height: 21px !important;
    padding: 15px 45px 15px 30px !IMPORTANT;
    background-image: url(/wp-content/uploads/2022/10/arrow-right.svg);
    background-size: 6px;
    background-position: 82% 50%;
    background-repeat: no-repeat;
}

.gform_footer input:hover {
    background-color: #fff !important;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
}

.gform_wrapper:not(.newsletter_wrapper) {
    margin: 0 !important;
}

.gform_wrapper:not(.newsletter_wrapper) .gform_footer input {
    margin-right: 20px !important;
    margin-top: 15px !important;
}

@media screen and (max-width: 640px) {
	.gform_wrapper:not(.newsletter_wrapper) .gform_footer input {
	    margin-right: 0px !important;
        background-image: none !important;
	}

    .gform_wrapper:not(.newsletter_wrapper) .gform_footer {
        margin-top: 0px !important;
    }
}


/********** NEWSLETTER **********/
.newsletter_wrapper > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.newsletter_wrapper .gform_body {
    width: 100%;
}

.newsletter_wrapper > form input {
    background-color: var(--accent) !important;
    border-color: var(--accent) !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.newsletter_wrapper > form input:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.newsletter_wrapper > form input::-webkit-input-placeholder {
    color: #000 !important;
}

.newsletter_wrapper > form input::-moz-placeholder {
    color: #000 !important;
}

.newsletter_wrapper > form input:-ms-input-placeholder {
    color: #000 !important;
}

.newsletter_wrapper > form input::-ms-input-placeholder {
    color: #000 !important;
}

.newsletter_wrapper > form input::placeholder {
    color: #000 !important;
}

.gform_wrapper.newsletter_wrapper .gform_footer input {
    background-color: var(--primary) !important;
}

.gform_wrapper.newsletter_wrapper .gform_footer input:hover {
    background-color: #fff !important;
    -webkit-box-shadow: var(--boxshadow) !important;
            box-shadow: var(--boxshadow) !important;
}

.newsletter_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0px !important;
}

/*** ERROR MESSAGE ***/
.gform_wrapper label.error {
    color: #ff0033;
    margin-top: 5px;
}

.gform_wrapper .gfield input.error,
.gform_wrapper .gfield textarea.error {
    border: 1px solid #ff0033 !important;
}

@media screen and (max-width: 550px) {
    .newsletter_wrapper > form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 15px;
    }

    .newsletter_wrapper .gform_footer input,
    .newsletter_wrapper .gform_footer {
        width: 100%;
    }

    .newsletter_wrapper .gform_footer input { 
        background-image: none !important;
    }
}

/* #endregion */


/* #region UX BLOCKS */
/****************************************** UX BLOCKS ******************************************/
/*************** USP BAR ****************/
.row.usp-bar > .col.large-12 {
    border-radius: 0 59px 0 65px;
    padding: 40px;
    /* margin: 0 15px; */
}

.row.usp-bar {
    position: relative;
}

.row.usp-bar.background > .col.large-12 {
    background-color: var(--accent);
}

.row.usp-bar .row {
    max-width: 1400px !important;
}

.row.usp-bar .icon-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.row.usp-bar .icon-box-text {
    padding-left: 1.5em !important;
}

.row.usp-bar .icon-box p {
    margin-bottom: 0px;
}

.row.usp-bar .icon-box p strong,
.row.usp-bar .icon-box p b {
    font-size: 19px;
    font-family: var(--font-opensans-semibold);
    margin-bottom: 3px;
    display: block;
}

.row.usp-bar .icon-box img {
    border-radius: 0 10px;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
}

@media screen and (max-width: 1024px) {
    .row.usp-bar {
        max-width: 750px;
    } 

    .row.usp-bar .row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        row-gap: 25px;
    } 

    .row.usp-bar .row .col {
        width: 50% !important;
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    } 
}

@media screen and (max-width: 850px) {
    .row.usp-bar > .col.large-12 {
        border-radius: 0 40px;
    }

    .row.usp-bar .row .col {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    } 
}

@media screen and (max-width: 550px) {
    .row.usp-bar > .col.large-12 {
        border-radius: 0 25px;
        padding: 25px;
    }

    .row.usp-bar .row {
        row-gap: 15px;
    } 
}

/*** WITH FIGURE ***/
section.figure {
    z-index: 0;
}

section.figure .row.usp-bar::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/rectangle-large.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 600px;
    height: 250px;
    position: absolute;
    left: -250px;
    bottom: 60%;
}

@media screen and (max-width: 1300px) {
    section.figure .row.usp-bar::before {
        width: 500px;
        height: 200px;
        left: -270px;
    }
}

@media screen and (max-width: 1024px) {
    section.figure .row.usp-bar::before {
        display: none;
    }
}


/*************** WANT VINDEN ANDEREN ****************/

/* Wat vinden andereren tekst naar rechts schuiven, uitschakelen 

section.reviews > .section-content > .row:first-of-type > .col:first-of-type > .col-inner {
    max-width: 560px !important;
    margin-left: auto !important;
}

*/

section.reviews > .section-content > .row:first-of-type {
    margin-top: 100px;
}

/*** BIG CTA ***/
section.reviews > .section-content > .row:last-of-type {
    margin-top: 75px;
    margin-bottom: 20px;
}

section.reviews > .section-content > .row:last-of-type .col .col-inner{
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
    margin-left: 0;
}

@media screen and (min-width: 1024px) {
    section.reviews > .section-content > .row:last-of-type .col .col-inner::after{
        content: "";
        background-image: url(/wp-content/uploads/2022/10/rectangle-large.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
        width: 500px;
        height: 200px;
        position: absolute;
        left: -275px;
        top: 80%;
        z-index: -1;
    }   
}

section.reviews > .section-content > .row:last-of-type .col .col-inner p,
section.reviews > .section-content > .row:last-of-type .col .col-inner a {
    margin: 0;
}

section.reviews > .section-content > .row:last-of-type .col .col-inner p {
    margin-right: 30px;
    font-family: var(--font-opensans-semibold);
}

@media screen and (max-width: 1024px) {
    section.reviews > .section-content > .row {
        max-width: 750px !important;
        margin: 0 auto;
    }

    section.reviews > .section-content > .row:first-of-type {
        margin-top: 50px;
    }

    section.reviews > .section-content > .row:first-of-type > .col {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }

    section.reviews > .section-content > .row:first-of-type > .col:first-of-type > .col-inner {
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    section.reviews > .section-content > .row:last-of-type {
        margin-top: 50px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 650px) {
    section.reviews > .section-content > .row:last-of-type .col .col-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    section.reviews > .section-content > .row:last-of-type .col .col-inner p {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    section.reviews > .section-content > .row:first-of-type {
        margin-top: 25px;
    }

    section.reviews > .section-content > .row:last-of-type {
        margin-top: 25px;
    }

    section.reviews > .section-content > .row:last-of-type .col .col-inner{
        border-radius: 0 20px;
    }

    .slider-nav-light .flickity-page-dots {
        width: 100% !important;
    }
}


/***** SLIDER *****/
.flickity-slider>.row:not(.is-selected) {
    opacity: 1 !important;
}

.reviews .slider .flickity-viewport {
    padding-left: 50px !important;
    margin-top: -20px !important;
}

.reviews .slider .row {
    margin: 20px 50px 20px 20px !important;
}

.reviews .slider .row .icon-box {
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    background-color: #fff;
    padding: 35px;
    border-radius: 0 20px;
}

.reviews .slider .row .icon-box .testimonial-text {
    font-style: normal !important;
}

.reviews .slider .row .icon-box .testimonial-text p {
    line-height: 24px !important;
    margin-bottom: 0px !important;
}

.reviews .slider .row .icon-box .testimonial-text > p:first-of-type  {
    font-size: 20px !important;
    font-weight: var(--font-opensans-bold) !important;
    margin-bottom: 12px !important;
}

.reviews .slider .row .icon-box .testimonial-meta {
    display: none !important;
}

.reviews .slider .row .icon-box .icon-box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.reviews .slider .row .icon-box .icon-box-text .star-rating {
    width: 7em !important;
    font-size: 19px;
    margin-top: 15px;
}

.reviews .slider .row .icon-box .icon-box-text .star-rating:before,
.reviews .slider .row .icon-box .icon-box-text .star-rating span:before {
    color: var(--primary) !important;
    letter-spacing: 5px;
}

/*** DOTS ***/
.slider-nav-light .flickity-page-dots {
    bottom: -20px;
    left: 0;
    width: 425px;
}

.slider-nav-light .flickity-page-dots .dot {
    border-color: var(--primary) !important;
    border-radius: 4px;
    width: 30px !important;
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    width: 50px !important;
}

@media screen and (max-width: 1500px) {
    .reviews .slider .row {
        margin-right: 50px !important;
    }
}


/*************** CART USP BAR ****************/
.cart-payment-icons {
/*    max-width: 440px !important; */
    margin: 0 !important;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cart-payment-icons::after {
    display: none !important;
}

.cart-payment-icons > .col{
    padding: 0px !important;
    max-width: auto !important;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cart-payment-icons .box-text {
    display: none !important;
}

.cart-payment-icons .box-image {
    text-align: center;
}

.cart-payment-icons .box-image img {
    max-height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: contain;
       object-fit: contain;
}

/* #endregion */


/* #region PRODUCT THUMBNAIL */
/****************************************** PRODUCT THUMBNAIL ******************************************/
.row > .product-small {
    padding: 0 30px 30px !important;
}


.large-columns-4 > .product:nth-child(4n), .recent-list .woocommerce:nth-child(4n) .large-columns-4 .product-small {
	padding-right: 0px !important;
}

.related > .row > .col {
	padding: 0 15px 30px 0px;
}


.product-small .box .box-image {
    border-radius: 0 40px 0 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.product-small .box .box-image a {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}

.product-small .box .box-image a img {
    height: 100% !important;
    width: 100% !important;
}


.product-small .box .box-text p.category,
.product-small .box .box-text p.product-title,
.product-small .box .box-text > .price-wrapper,
.product-small .box .box-text > .add-to-cart-button {
    display: none !important; 
}

.product-small .box .box-text > .title-wrapper {
    text-align: left;
}

.product-small .box .box-text {
    padding: 20px 0 0 0 !important;
}

/*** TITLE ***/
.product-small .box .box-text .product-title a {
    color: #000 !important;
    font-size: 19px;
    font-family: var(--font-opensans-bold);
    margin-bottom: 10px;
}

/*** LIST ***/
.product-small .box .box-text ul {
    list-style-type: none;
    margin: 0 !important;
    margin-bottom: 1.2em !important;
}

.product-small .box .box-text ul li {
    margin-left: 0px;
    margin-bottom: 5px !important;
    position: relative;
    font-size: 17px;
}

.product-small .box .box-text ul li::before, .usp-list li::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/icon_check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 12px -2px 0;
}

.usp-list {
	list-style:none;
	margin-top:20px;
}

.usp-list li {
	margin-left:0px !important;
}

/*** PRICE ***/
.product-small .box .box-text .price-wrapper bdi {
    font-size: 20px;
    font-family: var(--font-opensans-bold);
}

.product-small .box .box-text .price-wrapper del bdi {
    font-family: var(--font-opensans);
}

.product-small .box .box-text .price-wrapper bdi span:not(.woocommerce-Price-currencySymbol) {
    font-size: 11px;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    display: inline-block;
}

.product-small .box .box-text .price-wrapper del {
    text-decoration: unset !important;
    margin-right: 5px;
}

/*
.product-small .box .box-text .price-wrapper del bdi {
    text-decoration: line-through;
}
*/

.product-small .box .box-text .price-wrapper del span.amount {
    opacity: 1 !important;
}

.wc-measurement-price-calculator-price {
	float:left;
}

.priceType {
	display: inline-block;
    padding: 4px 0px 0px 5px;
}
  
del {
	text-decoration: none !important;
}

del span.amount {
	opacity: 0.75;
}

del bdi {
  text-decoration:none !important;
  line-height: 1em;
  position: relative;
}

del bdi::after {
  	background: red;
    content: '';
    height: 0.13em;
    width: 115%;
    left: -7.5%;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-9deg);
    border-radius: 4px;
}

/*** BUTTON ***/
.product-small .box .box-text .product-link a.button {
    margin: 10px 0 0 0;
    color: #000 !important;
    font-family: var(--font-opensans-semibold);
    font-size: 17px;
    line-height: 37px;
    width: 250px;
}

.product-small .box .box-text .product-link a.button span:after{
    content: "";
    background-image: url(/wp-content/uploads/2022/10/arrow-right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 1px;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

.product-small .box .box-text .product-link a.button:hover span:after{
    margin-left: 25px;
}

.product-small .box .box-text a.button.product_type_variable {
    display: none !important;
}

.product-small .box .box-text .product-links-wrapper > .add-to-cart-link {
    display: none !important;
}

/*** SALE ***/



.product-small > .col-inner > .badge-container,
.product-gallery-default .badge-container {
    margin: 0 !important;
}



.product-small > .col-inner > .badge-container > .badge,
.product-gallery-default .badge-container > .badge {
    margin: -10px 0 0 -10px !important;
    height: auto;
    width: auto;
    background-color: #FF5722;
    border-radius: 0 12px !important;
}

.product-small > .col-inner > .badge-container > .badge > div,
.product-gallery-default .badge-container > .badge > div {
    background-color: #FF5722;
    padding: 15px 25px;
    border-radius: 0 12px !important;
}

.product-small > .col-inner > .badge-container > .badge span,
.product-gallery-default .badge-container > .badge span {
    color: #fff !important;
    font-size: 17px;
    font-family: var(--font-opensans-semibold);
}

.product-small .out-of-stock-label,
.product-gallery-default .out-of-stock-label {
    display: none !important;
}


@media screen and (max-width: 1400px) {
    .row.products {
        max-width: 1200px !important;
        margin: 0 auto !important;
        row-gap: 30px;
    }

    .row.products > .product-small {
        width: calc(100% / 3) !important;
        max-width: calc(100% / 3) !important;
        -ms-flex-preferred-size: calc(100% / 3) !important;
            flex-basis: calc(100% / 3) !important;
    }
}

@media screen and (max-width: 1200px) {
    .row.products {
        row-gap: 20px;
    }

    .row > .product-small {
        padding: 0 20px 30px !important;
    }
}

@media screen and (max-width: 1024px) {
    .row.products {
        max-width: 750px !important;
    }

    .row.products > .product-small {
        width: calc(100% / 2) !important;
        max-width: calc(100% / 2) !important;
        -ms-flex-preferred-size: calc(100% / 2) !important;
            flex-basis: calc(100% / 2) !important;
    }
}

@media screen and (max-width: 650px) {
    .row.products {
        max-width: 400px !important;
    }

    .row.products > .product-small {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
        padding: 0 0px 20px !important;
    }
}

/* #endregion */


/* #region HOMEPAGINA */
/****************************************** HOMEPAGINA ******************************************/
/*************** HERO ****************/
section.hero {
    z-index: 2;
}
section.hero h1 {
    margin-bottom: 15px !important;
}

section.hero .text p, section.hero p {
    margin-bottom: 35px !important;
	font-size: 20px !important;
	line-height: 32px !important;
}

section.hero::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/rectangle-small.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    width: 600px;
    height: 150px;
    position: absolute;
    right: -190px;
    bottom: -135px;
}

section.hero > .section-content {
    position: absolute !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/*
section.hero .row {
    margin-top: 150px !important;
}
*/

section.hero .row > .col:first-of-type {
    -ms-flex-preferred-size: 850px !important;
        flex-basis: 850px !important;
    max-width: 850px !important;
    width: 850px !important;
    background-color: #fff !important;
    border-radius: 0 65px 0 0;
    padding: 80px !important;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
}

section.hero .row > .col:first-of-type > .col-inner {
    /* max-width: 520px; */
    margin-left: auto;
}


@media screen and (max-width: 650px) {
	
	section.hero div.text p {
		text-align: center;
		width: 100%;
	}
	
	section.hero div.text p img {
		max-width:95px;
	}

	section.hero div.text h1 {
		width: 100%;
		display: inline-block;
		text-align: center;
		
	}

}


/*** SCROLL BUTTON ***/
a.button.scroll {
    position: absolute;
    bottom: -25px;
    margin: 0;
    right: 140px;
    border-radius: 0 30px 0 30px !important;
    background-color: #fff !important;
    padding: 20px 50px !important;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
}

a.button.scroll span {
    position: relative;
    padding-left: 35px;
}  

a.button.scroll span::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/icon_scroll.svg);
    width: 20px;
    height: 30px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}  

a.button.scroll:hover {
    padding: 20px 50px !important;
}


@media screen and (min-width: 1921px) {
    section.hero .row > .col:first-of-type {
        border-radius: 0px 65px 0 59px;
    } 
}

@media screen and (max-width: 1500px) {
    section.hero .row > .col:first-of-type {
        -ms-flex-preferred-size: 675px !important;
            flex-basis: 675px !important;
        max-width: 675px !important;
        width: 675px !important;
        padding: 75px 100px 75px 50px !important;
    }

    section.hero .row > .col:first-of-type > .col-inner {
        max-width: 100%;
        margin-left: 0;
    }

    section.hero {
        min-height: 650px !important;
    }

    section.hero .row {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 850px) {
    section.hero .row {
        margin-top: 0px !important;
    }

    section.hero .row > .col:first-of-type {
        border-radius: 0 40px 0 0;
    }

    section.hero::after {
        display: none;
    }

    a.button.scroll {
        right: 15px;
		width: calc(100% - 30px);
    }
}

@media screen and (max-width: 700px) {
    section.hero .row > .col:first-of-type {
        -ms-flex-preferred-size: 95% !important;
            flex-basis: 95% !important;
        max-width: 95% !important;
        width: 95% !important;
        padding: 50px !important;
    }

    section.hero .row > .col:first-of-type > .col-inner {
        max-width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 550px) {
    section.hero {
        min-height: 550px !important;
    }

    section.hero .row > .col:first-of-type {
        border-radius: 0 40px 0 0;
        padding: 20px !important;
    }

    section.hero .row > .col:first-of-type a.button {
        margin-bottom: 0px !important;
    }
}


/*************** VAN ALLE MARKTEN THUIS ****************/
section.all-markets {
    margin-top: 200px !important;
    margin-bottom: 50px !important;
}

.col.product-category .box {
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    border-radius: 0 20px;
}

/*
.col.product-category .box:hover {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}
*/

/*
.col.product-category .box .box-text .box-text-inner .header-title {
	font-size:16px !important;
}
*/


.col.product-category .box:hover .box-text .box-text-inner .header-title {
	color:#9ad1c0 !important;
	transition:all .2s ease-in-out;
}

.col.product-category .box .btn-cat-box {
	display:none;
}

.col.product-category .box-image {
    border-top-right-radius: 20px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.col.product-category .box .box-image img {
    -webkit-transition: all 150ms ease-in-out 0ms;
    -o-transition: all 150ms ease-in-out 0ms;
    transition: all 150ms ease-in-out 0ms;
}

.col.product-category .box:hover .box-image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.col.product-category .box-text {
    text-align: left;
    padding: 20px 15px;
}

.col.product-category .box-text h5 {
    font-size: 18px;
    text-transform: unset;
    letter-spacing: 0px;
    position: relative;
	text-align: center;
	white-space: nowrap;	
}

.home_prod_cat_box > .product-category {
	padding-right:20px;
}

.home_prod_cat_box > .product-category:nth-child(3n) {
	padding-right:0px;	
}


#main .all-markets > .section-content > .row, #main .usp-bar, section.bestsellers > .section-content > .row {
	padding: 0px 15px;
}

section.bestsellers .section-content .product-small {
	padding: 0px 30px 30px 0px !important;
}

section.bestsellers .section-content .product-small:nth-child(4) {
	padding: 0px 0px 30px 0px !important;
}

section.bestsellers .section-content .product-small:nth-child(4) .product-small {
	padding-right: 0px !important;
}



/* homepage mobile correcties voor categorie grid en USPs */
@media screen and (max-width: 650px) {

	.home_prod_cat_box > .product-category {
		padding:0px 0px 30px 0px;	
	}
	
	.row.usp-bar .icon-box {
		width: 100%;
		padding: 0px 15px;
	}
	
	section.bestsellers .section-content .product-small {
		padding-right: 0px !important;
	}
	
}

#main .all-markets > .section-content .col-inner {
	padding-left: 0px;
}

.container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse) {
	margin-left: 0px;
	margin-right: 0px;
}


/*
 * Pijltje naar rechts achteraan Categorie link footer
.col.product-category .box-text h5::after {
    content: ">";
    background-image: url(/wp-content/uploads/2022/10/arrow-right.svg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
*/

.col.product-category .box-text .btn-cat-box {
    /* font-size: 16px; */
    color: #000 !important;
    margin-top: 15px;
}

section.all-markets .row.categories > .col.product-category:last-of-type {
    display: none;
}


.footer-main h5 {
	position: relative;
    left: -5px;
}

.footer-menu h5 {
	left:0px;
}

.footer-max-width a {
	display: flex !important;
    width: 100%;
	max-width:100%;
	white-space: normal;
}

.footer-menu .product-category a:link, .footer-menu .product-category a:visited,
.footer-menu a:link, .footer-menu a:visited {
	font-size: 17px !important;
	color: #f1f1f1 !important;
	font-weight: normal;
	text-decoration:none;
	display: inline-block;
	flex: none;
  	background-image: linear-gradient(#9ad1c0 0 0);
  	background-position: 0 100%; /*OR bottom left*/
  	background-size: 0% 2px;
  	background-repeat: no-repeat;
  	transition: background-size 0.3s, background-position 0s 0.3s; /*change after the size immediately*/
}

.col.product-category a:hover, .col.product-category a:active,
.footer-menu a:hover, .footer-menu a:active {
	color: #9ad1c0 !important;
	font-weight: normal;
	background-position: 100% 100%; /*OR bottom right*/
    background-size: 100% 2px;
}


.footer-menu li {
	border-top: 0px !important;
}

@media screen and (max-width: 650px) {

	.footer-menu .product-category a:link, .footer-menu .product-category a:visited,
	.footer-menu a:link, .footer-menu a:visited {
		width: fit-content;
		width: -webkit-fill-available;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

}



@media screen and (max-width: 1400px) {
/*
	.col.product-category {
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
*/
	
    section.all-markets> .section-content > .row > .col {
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

@media screen and (max-width: 1200px) {
    section.all-markets> .section-content > .row > .col:first-of-type {
        -ms-flex-preferred-size: 40% !important;
            flex-basis: 40% !important;
        max-width: 40% !important;
        width: 40% !important;
    }

    section.all-markets> .section-content > .row > .col:last-of-type {
        -ms-flex-preferred-size: 60% !important;
            flex-basis: 60% !important;
        max-width: 60% !important;
        width: 60% !important;
    }
}

@media screen and (max-width: 1024px) {
    section.all-markets {
        margin-top: 150px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    
    section.all-markets> .section-content > .row  {
        max-width: 750px !important;
    }

    section.all-markets> .section-content > .row > .col:first-of-type,
    section.all-markets> .section-content > .row > .col:last-of-type {
        -ms-flex-preferred-size:100% !important;
            flex-basis:100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 850px) {
    section.all-markets {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 550px) {
    section.all-markets> .section-content > .row  {
        max-width: 750px !important;
    }

    section.all-markets + section.figure {
        padding-top: 0px !important;
    }

    .col.product-category {
        -ms-flex-preferred-size:100% !important;
            flex-basis:100% !important;
        max-width: 400px !important;
        margin: 0 auto;
        width: 100% !important;
    }
}


/*************** BESTSELLERS ****************/
section.bestsellers {
    padding-top: 75px !important;
    padding-bottom: 50px !important;
}

@media screen and (max-width: 1024px) {
    section.bestsellers {
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 550px) {
    section.bestsellers {
        padding-top: 25px !important;
    }

    section .text + .gap-element {
        padding-top: 20px !important;
    }
}


/*************** WIE IS BIG IN FABRIC ****************/
section.who-is {
    padding-bottom: 125px !important;
}

section.who-is > .section-content > .row > .col {
    position: relative;
}

section.who-is.rectangle > .section-content > .row > .col::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/rectangle-small.svg);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    height: 150px;
    position: absolute;
    right: -250px;
    bottom: -50px;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    section.who-is.rectangle > .section-content > .row > .col::after {
        display: none;
    }
}

section.who-is .row .row {
    background-color: #000;
    border-radius: 0 65px 0 59px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

section.who-is .row .row > .col {
    padding-bottom: 0px !important;
}

section.who-is .row .row > .col:first-of-type > .col-inner {
    padding: 25px 50px 25px 125px !important;
}

section.who-is .row .row > .col:last-of-type {
    padding: 0px !important;
}

section.who-is .row .row > .col:last-of-type img {
    border-radius: 0 65px;
}

@media screen and (max-width: 1300px) {
    section.who-is .row .row > .col:first-of-type > .col-inner {
        padding: 25px 50px !important;
    }  
}

@media screen and (max-width: 1024px) {
    section.who-is {
        padding-bottom: 30px !important;
    }

    section.who-is .row .row {
        max-width: 750px !important;
        margin: 0 auto;
    }  

    section.who-is .row .row > .col {
        -ms-flex-preferred-size:100% !important;
            flex-basis:100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }  

    section.who-is .row .row > .col .img .img-inner {
        padding-top: 335px !important;
    }

    section.who-is .row .row > .col:first-of-type > .col-inner {
        padding: 50px !important;
    }
}

@media screen and (max-width: 850px) {
    section.who-is .row .row,
    section.who-is .row .row > .col:last-of-type img {
        border-radius: 0 40px;
    } 
}

@media screen and (max-width: 550px) {
    section.who-is {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    section.who-is .row .row > .col:first-of-type > .col-inner {
        padding: 25px !important;
    }
}


/*************** REVIEW WRAPPER ****************/
section.review-wrapper {
    padding-top: 60px !important;
}

@media screen and (max-width: 1024px) {
    section.review-wrapper {
        padding-top: 30px !important;
    }  
}


/*************** NIEUWSTE PRODUCTEN ****************/
section.newest-products {
    padding-top: 125px !important;
    padding-bottom: 60px !important;
}

@media screen and (max-width: 1024px) {
    section.newest-products {
        padding-top: 50px !important;
        padding-bottom: 25px !important;
    }
}

@media screen and (max-width: 550px) {
    section.newest-products {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
}

/*************** FAQ ****************/
.accordion .accordion-item {
    margin-bottom: 15px;
}

.accordion .accordion-item > a {
    border: none !important;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    border-radius: 0px 15px;
    padding: 1em 2em !important;
    background-color: #fff;
}

.accordion .accordion-item > a.active {
    background-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.accordion .accordion-item > a span{
    font-size: 17px;
    font-family: var(--font-opensans-semibold);
    max-width: 400px;
    display: block;
    color: #000 !important;
    text-align: left;
}

.accordion .accordion-item > a.active  span {
    color: #000 !important;
}

.accordion .accordion-item > a button.toggle {
    top: 11px;
    left: auto !important;
    right: 15px;
    color: #000 !important;
    opacity: 1 !important;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.accordion .accordion-item > a.active button.toggle {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.accordion .accordion-item > a button.toggle i {
    font-size: 1.2em;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.accordion .accordion-item .accordion-inner {
    background-color: transparent !important;
    text-align: left;
    padding: 0.5em 2.3em;
}

@media screen and (max-width: 550px) {
    .accordion .accordion-item > a {
        padding: 1em 2.75em 1em 1.5em !important;
    }

    .accordion .accordion-item .accordion-inner {
        padding: 0.5em 1.75em;
    }

    .accordion .accordion-item > a button.toggle {
        right: 0px !important;
    }
}

/* #endregion */


/* #region PRODUCT PAGINA */
/****************************************** PRODUCT PAGINA ******************************************/
/*************** PRODUCT HERO ****************/
/***** PRODUCT BREADCRUMBS *****/
section.product-hero .row.product-breadcrumbs {
    margin-top: 30px !important;
}

section.product-hero .row.product-breadcrumbs + .row {
    margin-top: -10px !important;
}

section.product-hero .row.product-breadcrumbs > .col {
    padding-bottom: 0px !important;
}

section.product-hero .row.product-breadcrumbs > .col .rank-math-breadcrumb,
section.product-hero .row.product-breadcrumbs > .col .rank-math-breadcrumb p {
    margin-bottom: 0px !important;
}

section.product-hero > .section-content > .row > .col:first-of-type {
    padding-right: 60px !important;
}

section.product-hero > .section-content > .row > .col:first-of-type .row > .large-2 {
    max-width: 100px !important;
    -ms-flex-preferred-size: 100px !important;
        flex-basis: 100px !important;
} 

/*

section.product-hero > .section-content > .row > .col:first-of-type .row > .large-10 {
    max-width: calc(100% - 100px) !important;
    -ms-flex-preferred-size: calc(100% - 100px) !important;
        flex-basis: calc(100% - 100px) !important;
} 

*/

@media screen and (max-width: 1025px) {
	
	#main .custom-product-page .row {
		padding: 0px;
	}

}


/*** PRODUCT GALLERY ***/

/*
section.product-hero .woocommerce-product-gallery,
section.product-hero .woocommerce-product-gallery .flickity-viewport {
    max-height: 550px !important;
    height: 550px !important;
}

section.product-hero .vertical-thumbnails .col {
    max-width: 75px !important;
    max-height: 75px !important;
    margin-bottom: 10px !important;
	overflow:hidden;
}


section.product-hero .vertical-thumbnails .col img {
    border-radius: 0 15px 0 0;
    border: none !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
}

*/

.product-thumbnails .flickity-slider {
	top: 75px;
}

/*
section.product-hero .row-small>.col, section.product-hero .row-small>.flickity-viewport>.flickity-slider>.col {
	max-width: 130px;
    max-height: 130px;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
    border: 2px solid #999;
	padding:0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
*/

section.product-hero .vertical-thumbnails .product-thumbnails a{
    border: none !important;
}

section.product-hero .woocommerce-product-gallery,
section.product-hero .vertical-thumbnails {
    padding-top: 0px !important;
	overflow: hidden;
	display: inline;
    top: 0px;
}

section.product-hero .woocommerce-product-gallery .flickity-viewport {
    border-radius: 0 40px 0 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

section.product-hero .woocommerce-product-gallery .flickity-slider .slide {
    height: 100% !important;
}

section.product-hero .woocommerce-product-gallery .flickity-slider .slide img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}

/*

@media screen and (max-width: 1300px) {
    section.product-hero .woocommerce-product-gallery,
    section.product-hero .woocommerce-product-gallery .flickity-viewport {
        max-height: 450px !important;
        height: 450px !important;
    }
}

*/

.product-full-description {
    width: 100%;
    display: inline-block;
    background-color: white;
    border: 2px solid black;
    padding: 30px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: 10px;
    color: #333;
}


/*** ARROWS ***/
section.product-hero .woocommerce-product-gallery .flickity-prev-next-button {
    top: auto !important;
    bottom: -50px;
    opacity: 1 !important;
    background-color: #fff !important;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    border-radius: 0 10px;
    -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    width: 35px !important;
    height: 35px !important;
}

section.product-hero .woocommerce-product-gallery .flickity-prev-next-button.previous {
    left: 0% !important;
}

section.product-hero .woocommerce-product-gallery .flickity-prev-next-button.next {
    right: 0% !important;
}

/*** BADGE***/
section.product-hero .woocommerce-product-gallery .badge-container {
    margin: 0;
    left: auto !important;
    right: -15px !important;
}

section.product-hero .woocommerce-product-gallery .badge-container > .badge {
    height: auto;
    width: auto;
    background-color: #FF5722;
    border-radius: 0 12px !important;
}

section.product-hero .woocommerce-product-gallery .badge-container > .badge > div {
    background-color: #FF5722;
    padding: 15px 25px;
    border-radius: 0 12px !important;
}

section.product-hero .woocommerce-product-gallery .badge-container > .badge span {
    color: #fff !important;
    font-size: 17px;
    font-family: var(--font-opensans-semibold);
}

section.product-hero .woocommerce-product-gallery .image-tools.absolute {
    display: none !important;
}

section.product-hero h1 {
    font-size: 41px !important;
    line-height: 51px !important;
}

section.product-hero .product-short-description p {
    max-width: 640px;
    margin: 0 !important;
}

/*** SAMPLE REQUEST ***/
section.product-hero .sample-requests a {
    color: #000;
    text-decoration: underline;
    margin-top: 5px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

section.product-hero .sample-requests a:hover {
    color: var(--primary);
}

/*** BRAND IMAGE ***/
section.product-hero .image-brand {
    margin: 20px 0;
}

section.product-hero .image-brand img {
    max-width: 250px;
}

/*** USP LIST ***/
section.product-hero .usp-list ul {
    list-style-type: none;
    margin-bottom: 1.2em;
}

section.product-hero .usp-list ul li {
    margin-left: 0px;
    margin-bottom: 5px !important;
    position: relative;
    font-size: 17px;
}

section.product-hero .usp-list ul li::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/icon_check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 12px -2px 0;
}


/* HIDE ATTRIBUTE LABEL AND SUBSTITUTE WITH "KLEUR" */
/*

.swatchtitlelabel {
	color:#fff;
}

.swatchtitlelabel:after {
    content: 'Kleur';
    color: #666;
    left: 0px;
    position: absolute;	
}

*/

/** hide Kleur ":" Groen, separator ****/
.wcva_attribute_sep {
	display: none !important;
}

/*** VARIATIONS ***/
section.product-hero table.variations {
    margin-bottom: 0px !important;
}

section.product-hero table.variations tr + tr {
/*    margin-top: 15px; */
    display: block;
}

.woocommerce-variation .woocommerce-variation-description {
	margin-bottom:15px;
	display: none !important;
}

section.product-hero table.variations .ux-swatch-selected-value,
section.product-hero table.variations th label,
section.product-hero .single_variation_wrap .price-table-row.length-input td label {
    font-size: 17px;
    font-family: var(--font-opensans-bold);
    margin: 0 !important;
}

section.product-hero .single_variation_wrap .price-table-row.length-input td label {
    margin-bottom: 10px !important;
}

section.product-hero .single_variation_wrap .price-table-row.calculated-price > td:first-of-type {
    display: none;
}

section.product-hero table.variations tr select {
    max-width: 250px;
    border: none !important;
    -webkit-box-shadow: var(--boxshadow) !important;
            box-shadow: var(--boxshadow) !important;
    background-color: #fff;
    border-radius: 0 15px !important;
    font-size: 17px !important;
    padding: 0 20px !important;
}

section.product-hero table.variations .ux-swatch-selected-value {
    font-family: var(--font-opensans) !important;
}

section.product-hero table.variations .reset_variations {
    left: 450px !important;
    right: auto !important;
}

section.product-hero table.variations .ux-swatches {
    max-width: 450px !important;
}

section.product-hero table.variations .ux-swatch--image {
    padding: 0px !important;
    width: 35px !important;
    height: 35px !important;
}

section.product-hero table.variations .ux-swatch.selected {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 2px solid var(--primary);
}

/*** PRICE MEASUREMENT ***/

/*
section.product-hero .single_variation_wrap > .woocommerce-variation .woocommerce-variation-price,
section.product-hero .single_variation_wrap > .woocommerce-variation .woocommerce-variation-availability {
    display: none !important;
}
*/

section.product-hero .single_variation_wrap .price-table-row td {
    text-align: left !important;
    padding: 0px !important;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

section.product-hero .single_variation_wrap .price-table-row.length-input > td input::after {
    content: "m";
    font-family: var(--font-opensans-bold);
    font-size: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

section.product-hero .single_variation_wrap .price-table-row input {
    width: 250px !important;
    float: left !important;
    text-align: left !important;
    border-radius: 0 15px 0 15px;
    -webkit-box-shadow: var(--boxshadow) !important;
            box-shadow: var(--boxshadow) !important;
    margin: auto;
    border: none;
    padding: 12px 40px 12px 25px !important;
    height: auto;
    font-size: 17px;
}

section.product-hero .single_variation_wrap .price-table-row input::-webkit-input-placeholder {
    content: "";
    font-size: 17px;
    color: #000;
    opacity: .3;
}

section.product-hero .single_variation_wrap .price-table-row input::-moz-placeholder {
    content: "";
    font-size: 17px;
    color: #000;
    opacity: .3;
}

section.product-hero .single_variation_wrap .price-table-row input:-ms-input-placeholder {
    content: "";
    font-size: 17px;
    color: #000;
    opacity: .3;
}

section.product-hero .single_variation_wrap .price-table-row input::-ms-input-placeholder {
    content: "";
    font-size: 17px;
    color: #000;
    opacity: .3;
}

section.product-hero .single_variation_wrap .price-table-row input::placeholder {
    content: "";
    font-size: 17px;
    color: #000;
    opacity: .3;
}

section.product-hero .single_variation_wrap .price-table-row.calculated-price .product_price span {
    font-size: 17px;
    margin-top: 25px;
    font-family: var(--font-opensans-bold);
}

section.product-hero .single_variation_wrap .price-table-row.length-input {
    display: flex;
    flex-direction: column;
}

.woocommerce-variation-add-to-cart {
    max-width: 525px;
    position: relative;
	display: inline-block;
}



@media screen and (max-width: 760px) {

	section.product-hero .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
		max-width: 100px;
    	max-height: 100px;
    	border: 1px solid #999;
	}
	
}

.flickity-viewport {
	height: 225px !important;
}

.flickity-prev-next-button {
	z-index: 1;
}

.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col a {
	border: 0px;
}


.woocommerce-variation-add-to-cart button:not(.single_add_sample_to_cart_button) {
    margin: 0;
    width: 100%;
    background-color: var(--primary);
    border-radius: 0 15px;
    border: none;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    color: #000;
    padding: 5px 25px;
    font-size: 17px;
    font-family: var(--font-opensans-bold);
}

.woocommerce-variation-add-to-cart button.single_add_sample_to_cart_button {
    margin: 5px 0 0 0;
    background: transparent;
    border: none;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
    padding: 0px;
}



.woocommerce-variation-add-to-cart button:not(.single_add_sample_to_cart_button):after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/cart-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    z-index: 2;
    display: inline-block;
    margin: 0 0 -2px 8px;
}


.dsfps-free-sample-btn:after {
    background-image: url(/wp-content/uploads/2023/09/sample-icon.svg) !important;
}


.woocommerce-variation-add-to-cart button:not(.wc-variation-selection-needed):hover  {
    background-color: #fff !important;
    -webkit-box-shadow: var(--boxshadow) !important;
            box-shadow: var(--boxshadow) !important;
    color: #000 !important;
}

.woocommerce-variation-add-to-cart button.wc-variation-selection-needed:hover {
    -webkit-box-shadow: var(--boxshadow) !important;
            box-shadow: var(--boxshadow) !important;
    color: #000 !important;
}

.woocommerce-variation-add-to-cart button.single_add_sample_to_cart_button:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--primary) !important;
}


.dsfps-free-sample-btn {
	color: #0a0606 !important;
    background-color: #ffffff !important;
    border: 2px solid #fff !important;
    width: auto !important;
    padding: 0px 15px !important;
    border-radius: 15px !important;
    margin-top: 16px !important;
}

.dsfps-free-sample-btn:hover {
    border: 2px solid #9ad1c0 !important;
}

.dsfps_added_to_cart {
	display: none !important;
}

.dsfps-ajax-success-msg {
	z-index: 9 !important;
}


.woocommerce-variation-add-to-cart .wc-measurement-price-calculator-price {
    font-size: 17px !important;
}

.add-to-cart-container span.amount {
    color: #000 !important;
    opacity: 1 !important;
}

.woocommerce-variation-add-to-cart .wc-measurement-price-calculator-price del bdi {
    color: #000 !important;
    opacity: 1 !important;
}

.woocommerce-variation-add-to-cart .wc-measurement-price-calculator-price ins bdi {
    font-family: var(--font-opensans-bold) !important;
    color: #000 !important;
}

.price-wrapper p, .price-wrapper span {
	margin:0px;
}

.product .price-wrapper {
	margin:20px 0px;
	display: inline-block;
	white-space: pre;
}

.product-template-default .product .price-wrapper {
	white-space: nowrap !important;
}

.product-template-default .product table#price_calculator {
	margin-top: 3px;
}

.product-template-default .product .wc-pao-addons-container {
	margin-top: 20px;
}

.woocommerce-Price-currencySymbol {
	margin-right: 3px !important;
}

/*
.woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}
*/


/*** SIMPLE PRODUCT ***/
.product.product-type-simple .add-to-cart-container .amount bdi {
    font-size: 17px;
    font-family: var(--font-opensans-bold);
}

.product.product-type-simple .add-to-cart-container button {
    margin: 0;
    width: 100%;
    max-width: 350px;
    background-color: var(--primary) !important;
    border-radius: 0 15px;
    border: none;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    color: #000;
    padding: 5px 25px;
    font-size: 17px;
    font-family: var(--font-opensans-bold);
}

.product.product-type-simple .add-to-cart-container button:hover {
	background-color: #fff !important;
    -webkit-box-shadow: var(--boxshadow) !important;
    box-shadow: var(--boxshadow) !important;
}

.product.product-type-simple .add-to-cart-container button::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/cart-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    z-index: 2;
    display: inline-block;
    margin: 0 0 -2px 8px;
}

.quantity input[type=number] {
	min-width: 70px;
}

.product.product-type-simple .add-to-cart-container .quantity {
    background-color: #fff !important;
    border: none !important;
    -webkit-box-shadow: var(--boxshadow) !important;
            box-shadow: var(--boxshadow) !important;
    border-radius: 0 15px !important;
}

.product.product-type-simple .add-to-cart-container .quantity input.input-text {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 52px !important;
}

.product.product-type-simple .add-to-cart-container .quantity input.button {
    background-color: transparent;
    border: none;
}

.product.product-type-simple .add-to-cart-container .quantity input.button:hover {
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.product.product-type-simple .add-to-cart-container .quantity input.minus {
    padding: 0px 5px 0 15px !IMPORTANT;
}

.product.product-type-simple .add-to-cart-container .quantity input.plus {
    padding: 0px 15px 0 5px !IMPORTANT;
}

.product-template-default table.variations tr:first-child {
	display:none;
}

@media screen and (max-width: 550px) {
    .product.product-type-simple .add-to-cart-container button {
        display: block;
        margin-top: 15px;
    }

    .product.product-type-simple .add-to-cart-container .quantity input.input-text {
        width: auto;
    }
	
}


/**** STIJLEN WOOCOMMERCE AANTAL PRIJS BIJ VARIATIES *******/
.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: 17px;
    padding: 20px 0px 0px 0px;
	display: inline-block;
	width:70%;
	margin-top:20px;
	padding-top: 20px !important;
}

.woocommerce-variation-price:empty {
    padding: 0px;
	margin-bottom:0px;
}

/*** PRICE LOGICA ***/
/* HOORT BIJ FUNCTIE OM PRIJS VOOR ADD TO CART BUTTON TE PLAATSEN FUNCTIONS.PHP:231 *********/ 
/*
.product .add-to-cart-container .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled .btn-price {
    display: none !important;
}
*/

.product.product-type-simple .add-to-cart-container > .stock {
    display: none;
}

/*** PRODUCT STOCK ***/
.product .add-to-cart-container .stock {
    font-size: 17px;
    font-family: var(--font-opensans-semibold);
    opacity: 1 !important;
}

.product .add-to-cart-container .stock.in-stock {
    color: #4AA085 !important;
    margin: 10px 0px 25px 0 !important;
}

/*** HAPPY CUSTOMERS ***/
.product .add-to-cart-container > .variations_form {
    margin-bottom: 15px !important;
}

@media screen and (max-width: 1200px) {
    section.product-hero > .section-content > .row > .col:first-of-type {
        padding-right: 30px !important;
    }
}

@media screen and (max-width: 1024px) {
    section.product-hero .row {
        max-width: 750px !important;
        row-gap: 25px;
    }

    section.product-hero .row > .col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    section.product-hero > .section-content > .row > .col:first-of-type {
        padding-right: 10px !important;
    }

    section.product-hero .woocommerce-product-gallery, section.product-hero .woocommerce-product-gallery .flickity-viewport {
        max-height: 400px !important;
        height: 400px !important;
    }

    section.product-hero .product-short-description p {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 850px) {
    section.product-hero .row {
        row-gap: 0px;
    }

    section.product-hero h1 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
    
    section.product-hero > .section-content > .row > .col:first-of-type .row > .large-10,
    section.product-hero > .section-content > .row > .col:first-of-type .row > .large-2 {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }

}
	
	.flex-control-thumbs {
		margin: 0px 0px 30px 0px;
	}

	.flex-control-thumbs li img:hover {
		opacity:1;
		transition: opacity .3s;
	}

	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		border-top-right-radius: 35px;
		overflow: hidden;
	}

	.flex-control-thumbs li img {
		max-width: 100%;
		max-height: 100%;
	}



	.flex-control-thumbs li {
		border-radius: 0px 15px 0px 15px;
		overflow: hidden;
		padding: 0px;
		margin: 15px 15px 0px 0px;
		width: auto !important;
    	margin-left: 0px !important;		
	}


	@media screen and (min-width: 1250px) and (max-width:1500px) {

		.col-inner ol li:not(.upsell-widget-block), .col-inner ul li:not(.upsell-widget-block), .entry-content ol li:not(.upsell-widget-block), .entry-content ul li:not(.upsell-widget-block), .entry-summary ol li:not(.upsell-widget-block), .entry-summary ul li:not(.upsell-widget-block) {
			margin-left:0px;
			max-width: calc(calc(100% - 75px) / 5);
		}
		
		.flex-control-thumbs li:nth-child(5) {
			margin-right:0px;
		}

	}

	@media screen and (min-width: 1025px) and (max-width: 1249px) {

		.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
			margin-left:0px;
			max-width: calc(calc(100% - 60px) / 4);
		}
		
		.flex-control-thumbs li:nth-child(4) {
			margin-right:0px;
		}

	}

	@media screen and (min-width: 650px) and (max-width: 1024px) {

		.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
			margin-left:0px;
			max-width: calc(calc(100% - 75px) / 6);
		}
		
		.flex-control-thumbs li:nth-child(6) {
			margin-right:0px;
		}

	}

	@media screen and (min-width: 475px) and (max-width: 649px)  {

		.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
			margin-left:0px;
			max-width: calc(calc(100% - 75px) / 5);
		}
		
		.flex-control-thumbs li:nth-child(5) {
			margin-right:0px;
		}

	}

	@media screen and (min-width: 450px) and (max-width: 474px)  {

		.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
			margin-left:0px;
			max-width: calc(calc(100% - 60px) / 5);
		}
		
		.flex-control-thumbs li:nth-child(5) {
			margin-right:0px;
		}

	}

	@media screen and (min-width: 350px) and (max-width: 449px)  {

		.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
			margin-left:0px;
			max-width: calc(calc(100% - 45px) / 4);
		}
		
		.flex-control-thumbs li:nth-child(4) {
			margin-right:0px;
		}

	}

		@media screen and (max-width: 350px)  {

		.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li {
			margin-left:0px;
			max-width: calc(calc(100% - 30px) / 3);
		}
		
		.flex-control-thumbs li:nth-child(3) {
			margin-right:0px;
		}

	}

	.usp-top-bar-section li {
    	width: 100% !important;
		max-width: 100% !important;
	}

	.woocommerce-product-gallery__image.slide {
    	aspect-ratio: 1 / 0.9;
    	overflow: hidden;
	}

	#product-gallery-default {
		padding-left: 125px !important;
	}

	.woocommerce-product-gallery__image.slide a {
		display: flex;
    	align-items: center;
    	justify-content: center;
    	height: 100%;
    	width: 100%;
		
	}

	.woocommerce-product-gallery__image.slide a img {
    	width: 100%;
    	aspect-ratio: auto 1 / 1;
    	min-height: 100%;
    	height: auto;
	}


    section.product-hero > .section-content > .row > .col:first-of-type {
        padding-bottom: 0px !important;
    }

    section.product-hero > .section-content > .row > .col:first-of-type .row > .large-2  {
        margin-top: 60px !important;
    }

    section.product-hero .woocommerce-product-gallery .flickity-slider .slide img {
        border-radius: 0 20px 0 0;
    }
}



@media screen and (max-width: 550px) {
    section.product-hero h1 {
        font-size: 31px !important;
        line-height: 41px !important;
    } 

    section.product-hero .woocommerce-product-gallery, section.product-hero .woocommerce-product-gallery .flickity-viewport {
        max-height: 300px !important;
        height: 300px !important;
    } 
}


/*************** PRODUCT INFO ****************/
section.product-info {
    padding-bottom: 0px !important;
}

@media screen and (max-width: 1024px) {
    section.product-info {
        padding-top: 0px !important;
    }
}

/***** PROPERTIES *****/
section.product-info .col.properties {
    padding-right: 60px !important;
}

.upsell-widget-block {
	background-color: #f8f8f8;
	padding: 60px !important;
	border-radius: 0 65px 0 59px;
}

.upsell-widget-block .product_list_widget li {
	max-width: 100% !important;
}

.upsell-widget-block .product-title {
	font-size: 18px;
	font-weight: bold;
}

.col.upsell .col-inner, .col.upsell .col-inner .upsell-widget-block {
	height: 100%;
}

@media screen and (max-width:850px) {

	.upsell-widget-block {
		background-color: #f8f8f8;
		padding: 40px !important;
		border-radius: 0px 40px;
	}

}

@media screen and (max-width:550px) {

	.upsell-widget-block {
		background-color: #f8f8f8;
		padding: 30px !important;
		border-radius: 0px 25px;
	}

}

@media screen and (max-width:375px) {

	.upsell-widget-block {
		background-color: #f8f8f8;
		padding: 20px !important;
		border-radius: 0px 20px;
	}

}



.upsell-widget-block #upsell_widget-2 {
	margin-bottom: 0px !important;
	padding: 0;
}

.sidebar-wrapper .upsell-widget-block {
	padding: 60px;
    background-color: #f8f8f8;
}

.upsell-widget-block .widget-title {
	font-size: 20px;
}

.upsell-widget-block ul {
	margin-top: 15px;
}

.upsell-widget-block .is-divider {
	display: none;
}

.upsell-widget-block li a:link, .upsell-widget-block li a:visited {
	color: #333 !important;
}

.upsell-widget-block li a:hover, .upsell-widget-block li a:active {
	color: var(--primary) !important;
}

.upsell-widget-block .upsell_widget-2 {
	padding-left: 60px !important;
}

section.product-info .col.properties > .col-inner {
    background-color: var(--accent);
    border-radius: 0 65px 0 59px;
    padding: 60px;
}

section.product-info .col.properties > .col-inner::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/11/rectangle-big.svg);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    height: 350px;
    position: absolute;
    right: 50%;
    top: 40%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    section.product-info .col.properties > .col-inner::after {
        display: none;
    }
}


section.product-info .woocommerce-tabs > .tab-panels tbody tr.woocommerce-product-attributes-item--dimensions,
section.product-info .woocommerce-tabs > .tabs {
    display: none !important;
}

section.product-info .woocommerce-tabs > .tab-panels {
    padding-top: 0px !important;
}

section.product-info .woocommerce-tabs > .tab-panels .woocommerce-product-attributes {
    margin-bottom: 0px !important;
}

section.product-info .woocommerce-tabs > .tab-panels tbody {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
}

section.product-info .woocommerce-tabs > .tab-panels tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

section.product-info .woocommerce-tabs > .tab-panels tbody th,
section.product-info .woocommerce-tabs > .tab-panels tbody td {
    border: none !important;
    padding: 0px !important;
    color: #000 !important;
    letter-spacing: 0px !important;
}

section.product-info .woocommerce-tabs > .tab-panels tbody th {
    font-size: 17px;
    font-family: var(--font-opensans-bold) !important;
    text-transform: unset;
}

section.product-info .woocommerce-tabs > .tab-panels tbody td {
    font-size: 17px;
    font-family: var(--font-opensans);
    margin: 0;
}


/***** UPSELL *****/

section.product-info .upsells .product-small {
	width: 100% !important;
	float:none !important;
	display:inline !important;
	max-width: 100% !important;
	padding-right: 0px !important;	
}

.flickity-viewport {
	position: relative !important;
}

.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
	background-color: transparent !important;
	cursor: pointer !important;
}




section.product-info .upsells {
    border: none !important;
    background-color: var(--accent);
    border-radius: 0 65px 0 59px;
    padding: 30px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
	margin-left: 0px;
	margin-right: 0px;
}

.product-section-title-upsell {
    padding-top: 0;
	text-transform: initial;
	font-family: 'opensans-bold';	
	letter-spacing: 0.35px;
}


section.product-info .upsells > .row > .col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}

section.product-info .upsells > .row > .col .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    border-radius: 0 20px;
    margin-top: 15px;
}

section.product-info .upsells > .row > .col .box .box-image {
    width: 100px;
    border-radius: 0 0 0 20px;
}

section.product-info .upsells > .row > .col .box .box-image a {
    height: 100px !important;
    width: 100px;
} 

section.product-info .upsells > .row > .col .box .box-image a img {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
} 

section.product-info .upsells > .row > .col .box .box-text {
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
}

section.product-info .upsells > .row > .col .box .box-text .product-title a {
    font-size: 17px;
    margin: 0;
}

section.product-info .upsells > .row > .col .box .box-text .price-wrapper bdi {
    font-size: 17px;
    font-family: var(--font-opensans);
    font-weight: 400 !important;
}


section.product-info .upsells > .row > .col .box .box-text .title-wrapper{
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 20px 10px 40px;
    width: calc(100% - 250px);
}

section.product-info .upsells > .row > .col .box .box-text .title-wrapper .product-content{
    margin: 0;
}

section.product-info .upsells > .row > .col .box .box-text > .add-to-cart-button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 25px;
}

section.product-info .upsells > .row > .col .box .box-text > .add-to-cart-button a {
    margin: 0;
    width: 100%;
    background-color: var(--primary) !important;
    border-radius: 0 15px;
    border: none;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    color: #000;
    padding: 5px 25px;
    font-size: 17px;
    font-family: var(--font-opensans-bold);
    text-transform: none !important;
}

.upsells > .row > .col .box .box-text > .add-to-cart-button a::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/cart-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    z-index: 2;
    display: inline-block;
    margin: 0 0 -2px 8px;
}

section.product-info .upsells .product .badge-container {
	display: none;
}

@media screen and (max-width: 1450px) {
    section.product-info .upsells > .row > .col .box .box-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px 25px !important;
    }

    section.product-info .upsells > .row > .col .box .box-image {
        height: 150px;
        width: 150px !important;
    }

    section.product-info .upsells > .row > .col .box .box-image a {
        height: 150px !important;
        width: 150px !important;
    }

    section.product-info .upsells > .row > .col .box .box-text > .add-to-cart-button,
    section.product-info .upsells > .row > .col .box .box-text .title-wrapper {
        width: 100% !important;
    }

    section.product-info .upsells > .row > .col .box .box-text > .add-to-cart-button a {
        width: 225px;
    }

    section.product-info .upsells > .row > .col .box .box-text .title-wrapper {
        padding: 0px !important;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    section.product-info .col.properties {
        padding-right: 30px !important;
    }
}

@media screen and (max-width: 1024px) {
    section.product-info > .section-content > .row {
        max-width: 750px !important;
        row-gap: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    section.product-info .row > .col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    section.product-info .col.properties {
        padding-right: 10px !important;
    }
    
    section.product-info .upsells > .row > .col .box .box-text > .add-to-cart-button {
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 850px) {
    section.product-info .upsells,
    section.product-info .col.properties > .col-inner {
        border-radius: 0 40px;
        padding: 40px !important;
    }   
}

@media screen and (max-width: 550px) {
    section.product-info .upsells,
    section.product-info .col.properties > .col-inner {
        border-radius: 0 25px;
        padding: 30px !important;
    }   
}

@media screen and (max-width: 500px) {
    section.product-info .upsells > .row > .col .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    section.product-info .upsells > .row > .col .box .box-image a,
    section.product-info .upsells > .row > .col .box .box-image a img,
    section.product-info .upsells > .row > .col .box .box-image,
    section.product-info .upsells > .row > .col .box .box-text {
        width: 100% !important;
    }

    section.product-info .upsells > .row > .col .box .box-image {
        border-radius: 0 20px 0 0;
    }
}

@media screen and (max-width: 450px) {
    section.product-info .woocommerce-tabs > .tab-panels tbody {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 375px) {
    section.product-info .upsells,
    section.product-info .col.properties > .col-inner {
        border-radius: 0 20px;
        padding: 20px !important;
    }  
}


/*************** PRODUCT CONTENT ****************/
/***** USP BAR WRAPPER *****/
section.usp-productpage {
    padding-top: 100px !important
}

@media screen and (max-width: 1024px) {
    section.usp-productpage {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 850px) {
    section.usp-productpage {
        padding-top: 25px !important;
    }
}

/***** REVIEW WRAPPER *****/
section.review-productpage {
    padding-top: 50px !important;
    padding-bottom: 75px !important;
}

section.review-productpage section.reviews:not( #section_1788224439) {
    background-color: transparent !important;
}

section.review-productpage section.reviews > .section-content > .row:last-of-type {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    section.review-productpage {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}


/***** RELATED *****/
section.related h2 {
    margin-bottom: 40px !important;
}

section.related .related-products-wrapper {
    border: none !important;
}

section.related .related-products-wrapper h3 {
    display: none;
}


@media screen and (min-width: 650px) {
    
	/* zet product col .row 15px mnaar links, uitschakelen 
	section.related .row .row{
        -webkit-transform: translateX(-15px);
            -ms-transform: translateX(-15px);
                transform: translateX(-15px);
    }
	*/
}

@media screen and (max-width: 1400px) {
    section.related > .section-content > .row {
        max-width: 1200px !important;
        margin: 0 auto;
    }

    section.related .row .row > .col.product-small {
        width: calc(100% / 3) !important;
        max-width: calc(100% / 3) !important;
        -ms-flex-preferred-size: calc(100% / 3) !important;
            flex-basis: calc(100% / 3) !important;
    }

    section.related .row .row > .col.product-small:nth-child(4) {
        padding-left: 10px !important;
        padding-right: 30px !important;
    }

    section.related .row .row {
        row-gap: 30px;
    }
}

@media screen and (max-width: 1024px) {
    section.related {
        padding-bottom: 0px !important;
    }

    section.related > .section-content > .row {
        max-width: 750px !important;
    }

    section.related .row .row > .col.product-small {
        width: calc(100% / 2) !important;
        max-width: calc(100% / 2) !important;
        -ms-flex-preferred-size: calc(100% / 2) !important;
            flex-basis: calc(100% / 2) !important;
    }

    section.related .row .row > .col.product-small:nth-child(3) {
        padding-left: 10px !important;
    }

    section.related .row .row > .col.product-small:nth-child(4) {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 650px) {
    section.related > .section-content > .row h2 {
        text-align: center;
    }

    section.related > .section-content > .row .row.large-columns-4 {
        margin: 0 auto;
        max-width: 400px !important;
    }

    section.related .row .row > .col.product-small {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }

    section.related .row .row > .col.product-small,
    section.related .row .row > .col.product-small:first-of-type,
    section.related .row .row > .col.product-small:nth-child(3),
    section.related .row .row > .col.product-small:nth-child(4) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    section.related .row .row {
        row-gap: 10px;
    }
}


/***** RECENT VISITED *****/
section.recent {
    padding-top: 75px !important;
    padding-bottom: 60px !important;
}

section.recent h2 {
    margin-bottom: 40px !important;
}

section.recent .recent-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

section.recent .recent-list .product-small {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
}

@media screen and (min-width: 650px) {
   
	/* .row 15px naar links schuiven, uitschakelen
	section.recent .recent-list {
        -webkit-transform: translateX(-15px);
            -ms-transform: translateX(-15px);
                transform: translateX(-15px);
    }
	*/
}


@media screen and (max-width: 1400px) {
    section.recent > .section-content > .row {
        max-width: 1200px !important;
        margin: 0 auto;
    }

    section.recent .recent-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }
}

@media screen and (max-width: 1024px) {
    section.recent {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    
    section.recent > .section-content > .row {
        max-width: 750px !important;
    }

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

@media screen and (max-width: 850px) {
    section.recent {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    section.recent h2 {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 650px) {
    section.recent > .section-content > .row {
        max-width: 400px !important;
    }

    section.recent .recent-list {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* #endregion */


/* #region WOOCOMMERCE */
/****************************************** WOOCOMMERCE ******************************************/

/* #endregion */


/* #region WOOCOMMERCE CAT */
/****************************************** WOOCOMMERCE CAT ******************************************/
/***** CAT HEADER *****/
.woocommerce .row.category-page-row .term-description,
.woocommerce .shop-page-title > .flex-row > .flex-col > .is-medium,
.woocommerce .shop-page-title > .flex-row > div:last-of-type {
    display: none !important;
}

.woocommerce div.shop-page-title {
    margin-top: 25px;
    margin-bottom: 60px !important;
}

.rank-math-breadcrumb {
    margin-bottom: 20px;
}

.rank-math-breadcrumb p a {
    color: #000;
    -webkit-transition: color 150ms ease 0ms;
    -o-transition: color 150ms ease 0ms;
    transition: color 150ms ease 0ms;
}

.rank-math-breadcrumb p a:hover {
    color: var(--primary);
}

/*
RANKMATH BREADCRUMB SEPARATOR BEFORE, SWTCHED TO PHP REPLACE IN FUNCTIONS.PHP
.rank-math-breadcrumb p span.separator:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 10px 1px 13px;
}
*/

.custom_rankmath_breadcrumb {
	background-image: url(/wp-content/uploads/2022/10/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 6px 1px 9px;
}

.woocommerce .shop-page-title h1.shop-page-title {
    font-size: 41px !important;
    line-height: 51px !important;
}

.woocommerce .shop-page-title .term-description {
    max-width: 670px;
}

.off-canvas-left.mfp-ready .mfp-content {
    min-width: 300px !important;
}

@media screen and (max-width: 1024px) {
    .woocommerce .shop-page-title .flex-row {
        max-width: 750px;
        margin: 0 auto;
    }

    .woocommerce .shop-page-title .category-filtering {
        display: block !important;
    }

    .woocommerce .shop-page-title .term-description {
        margin: 15px 0 0 0;
    }
}

@media screen and (max-width: 850px) {
    .woocommerce .shop-page-title h1.shop-page-title {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    .woocommerce div.shop-page-title {
        margin-top: 0px;
        margin-bottom: 40px !important;
    }

    .woocommerce .shop-page-title .category-filtering {
        padding: 0px !important;
    }

    .woocommerce .shop-page-title h1.shop-page-title,
    .woocommerce .shop-page-title .category-filtering,
    .woocommerce .shop-page-title .rank-math-breadcrumb > p,
    .woocommerce .shop-page-title .term-description {
        text-align: left;
    }

    .woocommerce .shop-page-title .rank-math-breadcrumb {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 550px) {
    .woocommerce .shop-page-title h1.shop-page-title {
        font-size: 31px !important;
        line-height: 41px !important;
        margin-bottom: 10px !important;
    }

    .woocommerce div.shop-page-title {
        margin-bottom: 20px !important;
    }    
}

/*** SEARCH AND FILTER ***/
.searchandfilter > ul > li {
    max-width: 275px;
}

.searchandfilter > ul > li:not(.sf-field-sort_order) {
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    margin: 0 0 20px 0;
    padding: 20px 25px;
    border-radius: 0 12px;
}

.searchandfilter > ul > li.sf-field-sort_order {
    margin: 0;
}

.searchandfilter > ul > li.sf-field-sort_order label,
.searchandfilter > ul > li.sf-field-sort_order select {
    width: 100% !important;
}

.searchandfilter > ul > li.sf-field-sort_order select {
    background-color: #fff !important;
    border: none;
    -webkit-box-shadow: var(--boxshadow) !important;
            box-shadow: var(--boxshadow) !important;
    border-radius: 0 12px;
    height: 3.5em;
    padding: 0 20px !important;
    font-family: var(--font-opensans-bold);
    font-size: 16px;
}

.searchandfilter ul ul li,
.searchandfilter ul ul li input[type="radio"],
.searchandfilter ul ul li input[type="checkbox"] {
    margin: 0;
    accent-color: var(--primary);
    border-radius: 0px;
    border-color: #000;
}

.searchandfilter ul ul li {
    padding: 0px;
}

.searchandfilter ul ul li label {
    font-family: var(--font-opensans);
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.searchandfilter ul h4 {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 10px;
}

.searchandfilter .sf-field-taxonomy-pa_kleur li input {
    display: none;
}

.searchandfilter .sf-field-taxonomy-pa_kleur li input + label {
    padding-left: 0px;
    cursor: pointer;
}

.searchandfilter .sf-field-taxonomy-pa_kleur li input + label::before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
}   

.searchandfilter .sf-field-taxonomy-pa_kleur li input[checked="checked"] + label {
    font-family: var(--font-opensans-semibold);
}

.searchandfilter .sf-field-taxonomy-pa_kleur li input[checked="checked"] + label::before {
    border: 1px solid #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #9ad1c0 !important;
}



.off-canvas-left .mfp-content {
    background-color: #fff !important;
}



/* kleur en eigenschappen select filter categorie pagina */

.select2-selection {
	padding: 0px !important;
	border: none !important
}
	
ul.select2-selection__rendered {
	padding: 0px !important;
}

li.select2-search {
	margin: 0px !important;
	width: 100% !important;
}

input.select2-search__field {
	margin-top: 10px !important;
	padding: 10px !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
	border: 1px solid #eee !important;
    box-shadow: none !important;
}

.select2-selection__choice {
	margin: 0px 5px 5px 0px !important;
	background-color: #9ad1c0 !important;
	color: white !important;
	border: none !important;
	padding: 5px 10px !important;
}

.select2-selection__choice__remove {
	margin-right: 5px !important;
	color: white !important;
}

.select2-selection__choice__remove:hover {
	color: #589381 !important
}

.select2-dropdown--above {
	top: 52px !important;
    border-color: #eee !important;}

.select2-dropdown--below {
	top: -10px !important;
    border-color: #eee !important;
}

.woocommerce-widget-layered-nav-dropdown__submit {
	border-radius: 0 12px !important;	
}




/*** PRODUCTS ***/
.woocommerce .row.category-page-row .row.products {
    row-gap: 30px;
}

@media screen and (max-width: 1400px) {
    .woocommerce .row.category-page-row > .col.large-3 {
        -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
        max-width: 20% !important;
    } 

    .woocommerce .row.category-page-row > .col.large-9 {
        -ms-flex-preferred-size: 80% !important;
        flex-basis: 80% !important;
        max-width: 80% !important;
    } 

    .woocommerce .row.category-page-row .row > .product-small {
        padding: 0 20px 20px !important;
    } 
}

@media screen and (max-width: 1200px) {
    .woocommerce .row.category-page-row > .col.large-3 {
        -ms-flex-preferred-size: 25% !important;
            flex-basis: 25% !important;
        max-width: 25% !important;
    } 

    .woocommerce .row.category-page-row > .col.large-9 {
        -ms-flex-preferred-size: 75% !important;
            flex-basis: 75% !important;
        max-width: 75% !important;
    } 

    .woocommerce .row.category-page-row .row.products {
        max-width: 750px !important;
    } 

    .woocommerce .row.category-page-row .row > .product-small {
        width: calc(100% / 2) !important;
        max-width: calc(100% / 2) !important;
        -ms-flex-preferred-size: calc(100% / 2) !important;
            flex-basis: calc(100% / 2) !important;
    } 
}

@media screen and (max-width: 1024px) {
    .woocommerce .row.category-page-row > .col.large-3 {
        display: none !important;
    }  

    .woocommerce .row.category-page-row > .col.large-9 {
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
        max-width: 100% !important;
    } 
}

@media screen and (max-width: 650px) {
    
	/* disable product container max width on mobile 
	.woocommerce .row.category-page-row .row.products {
        max-width: 400px !important;
    } 
	*/

    .woocommerce .row.category-page-row .row > .product-small {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    } 

    .woocommerce .row.category-page-row .row > .product-small {
        padding: 0 0 20px 0 !important;
    }

    .woocommerce .row.category-page-row .row.products {
        row-gap: 15px;
    }
}



/********** CAT FOOTER CONTENT **********/
/***** RECENT VIEWED *****/
section.cat-block.recommended-cats {
    margin-top: 100px;
}

@media screen and (max-width: 1400px) {
    section.cat-block.recommended-cats {
        margin-top: 75px;
    }

    section.cat-block.recommended-cats .row.categories > .col {
        max-width: 25% !important;
        -ms-flex-preferred-size: 25% !important;
            flex-basis: 25% !important;
    }
}

@media screen and (max-width: 1024px) {
    section.cat-block.recommended-cats > .section-content > .row {
        max-width: 750px !important;
        margin: 0 auto;
    }

    section.cat-block.recommended-cats .row.categories > .col {
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    }
}

@media screen and (max-width: 850px) {
    section.cat-block.recommended-cats {
        margin-top: 75px;
    }
}

@media screen and (max-width: 550px) {
    section.cat-block.recommended-cats .row.categories {
        max-width: 400px;
        margin: 0 auto;
    }

    section.cat-block.recommended-cats .row.categories > .col {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }
}

/***** RECENT VIEWED *****/
section.cat-block.recent {
    margin: 50px 0;
}

@media screen and (min-width: 650px) {
	section.cat-block.recent .row.products{
	    -webkit-transform: translateX(-15px);
	        -ms-transform: translateX(-15px);
	            transform: translateX(-15px);
	}
}

@media screen and (max-width: 1024px) {
    section.cat-block.recent {
        margin: 0;
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    } 
}

@media screen and (max-width: 850px) {
    section.cat-block.recent {
        margin: 0;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    } 
}


/***** INFO BLOCK *****/
@media screen and (max-width: 850px) {
	section.cat-block.two-blocks.first {
	    padding-top: 0px !important;
	}
}

/***** DARK INFO BLOCK *****/
section.cat-block.dark-block {
    margin-top: 50px;
    margin-bottom: 100px;
 
}

section.cat-block.dark-block > .section-content > .row > .col > .col-inner {
    border-radius: 0 65px 0 59px;
}

section.cat-block.dark-block > .section-content > .row .row {
    padding: 50px 25px;

}

@media screen and (max-width: 1024px) {
    section.cat-block.dark-block {
        margin-top: 30px;
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 850px) {
    section.cat-block.dark-block {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    section.cat-block.dark-block > .section-content > .row > .col > .col-inner {
        border-radius: 0 40px;
    }

	section.cat-block.dark-block > .section-content > .row .row {
	    padding: 40px 20px;
	}
}

/***** GREY INFO BLOCK *****/
section.cat-block.grey-block {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
	section.cat-block.grey-block {
	    margin-top: 75px;
	    margin-bottom: 75px;
	}
}

@media screen and (max-width: 850px) {
	section.cat-block.grey-block {
	    margin-top: 50px;
	    margin-bottom: 30px;
	    padding-top: 50px !important;
	    padding-bottom: 30px !important;
	}
}



/* #endregion */


/* #region WOOCOMMERCE WINKELWAGEN */
/****************************************** WOOCOMMERCE WINKELWAGEN ******************************************/
/********** BREADCRUMBS **********/
.checkout-breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
}

.checkout-breadcrumbs .divider {
    display: none;
}

.checkout-breadcrumbs a {
    font-size: 25px;
    color: #000;
}

.checkout-breadcrumbs a .breadcrumb-step {
    background: transparent;
    color: #000;
    min-width: auto;
    width: auto;
    margin-left: 0px;
    margin-right: 5px;
    font-size: 25px;
    font-weight: 400 !important;
}

.checkout-breadcrumbs a .breadcrumb-step::after {
    content: ".";
    display: inline-block;
}

.checkout-breadcrumbs a.current,
.checkout-breadcrumbs a.current span {
    font-weight: 800 !important
}

.checkout-breadcrumbs a:not(.current),
.checkout-breadcrumbs a:not(.current) span {
    color: #e5e5e5 !important;
}

@media screen and (max-width: 850px) {
    .checkout-breadcrumbs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    .checkout-breadcrumbs a{
        font-size: 24px;
    }
}

p.return-to-shop a.button {
    color: #000 !important;
}
/*
#billing_house_number_suffix_field {
	margin-right:4%;
}
*/

.cart-collaterals {
	padding-left: 25px !important; 
}

.checkout_coupon {
	margin-top: 30px;
}

.cart-sidebar .widget-title {
	border-bottom: 0px !important;
}

button[name="apply_coupon"] {
	border-radius: 8px !important;
    border: 2px dashed #9AD1C0 !important;
    background-color: white !important;
    color: #333 !important;
	transition: all .3s ease-in-out;
}

button[name="apply_coupon"]:hover {
    border: 2px solid #9AD1C0 !important;	
    background-color: #9AD1C0 !important;
    color: #fff !important;
	text-shadow: none !important;
	box-shadow: var(--boxshadow) !important;
}

button[name="update_cart"] {
	display:none;
}


/********** CART TOTAL CHECKOUT **********/
.cart_totals th.product-name,
.cart_totals tbody tr td,
.cart_totals tbody th,
.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th {
    border-width: 0px !important;
}

.cart_totals th.product-name {
    display: none;
}

.cart_totals tbody tr td,
.cart_totals tbody th {
    color: #000;
    opacity: 1;
    font-size: 17px;
    font-family: var(--font-opensans-bold);
}

.cart-container.page-checkout .cart-collaterals {
    border-left: none !important;
}

.cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart_totals {
    background-color: var(--accent);
    border-radius: 0 65px 0 0;
    padding: 35px 60px 25px 60px;
}

.cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart_totals > table:first-of-type {
    display: none !important;
}

.cart-container.page-checkout .cart-collaterals .cart-sidebar > form {
    display: none;
}

.cart_totals .wc-proceed-to-checkout {
    margin-bottom: 0px;
}

.cart_totals .wc-proceed-to-checkout a.button {
    background-color: var(--primary);
    margin-bottom: 0px;
    color: #000;
    font-family: var(--font-opensans-bold);
    border: none;
    font-size: 17px;
    border-radius: 0 12px;
    padding: 2px;
}

.cart_totals .wc-proceed-to-checkout a.button::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 8px;
    height: 8px;
    margin-left: 20px;
    margin-right: -20px;
    display: inline-block;
    margin-bottom: 1px;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

.cart_totals .wc-proceed-to-checkout a.button:hover {
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    background-color: #fff;
}

.cart_totals .wc-proceed-to-checkout a.button:hover:after {
    margin-left: 30px;
    margin-right: -30px;
}

.cart-wrapper table.cart td.actions a.button-continue-shopping {
    color: #000;
    font-size: 17px;
    background: var(--primary);
    font-family: var(--font-opensans-bold);
    padding: 3px 25px !important;
    margin-bottom: 0px !important;
}

.cart-wrapper table.cart td.actions a.button-continue-shopping:hover {
    background: #fff;
    -webkit-box-shadow: var(--boxshadow) !important;
            box-shadow: var(--boxshadow) !important;
}

.cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart-sidebar-content {
    background-color: var(--accent);
    padding: 0 60px 40px 60px;
    border-radius: 0 0 0 59px;
}

.cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart-sidebar-content ul li {
    font-family: var(--font-opensans-bold);
}

@media screen and (max-width: 1200px) {
    .woocommerce-cart .checkout-breadcrumbs,
    .woocommerce-cart .cart-container .woocommerce.row {
        max-width: 850px !important;
        margin: 0 auto;
    }
    
    .woocommerce-cart .cart-container .woocommerce.row > .col.large-5,
    .woocommerce-cart .cart-container .woocommerce.row > .col.large-7 {
        width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .woocommerce-cart .checkout-breadcrumbs {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .cart-wrapper table.cart td.actions::after {
        display: none;
    }

    .cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart-sidebar-content {
        margin-top: 0px;
        background-color: var(--accent);
        padding: 0 60px 30px 60px;
        border-radius:  0 0 0 59px;
    }

    .cart-wrapper > table {
        margin-bottom: 0px !important;
    }
}

.shipping.shipping--boxed .shipping__list_item {
    color: #000;
    border: none;
    background-color: transparent !important;
    padding: 0px !important;
    min-height: auto;
}

.shipping.shipping--boxed .shipping__list_item input {
    accent-color: var(--primary);
}

.page-id-47271 .row-main {
	padding: 0px 15px !important;
} 

.page-id-47271 form[name="checkout"] .col {
	padding: 0px 0px 0px 0px !important;
}


/********** CART ITEMS **********/


table.woocommerce-cart-form__contents thead {
    display: none !important;
}


/***** CART ITEMS *****/

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

	.woocommerce .col:not(.cart-collaterals) {
		padding-left:0px !important;
	}	

	.col, .columns, .gallery-item {
		padding: 0 0px 30px 0px;
	}


}

.td.product-thumbnail {
	max-width:130px;
}


.cart-wrapper table.cart {
    border-collapse: separate;
    border-spacing: 0px;
    margin-top: 10px;
}

.cart-wrapper table.cart tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* max-width: 700px !important; */
}

.cart-wrapper .cart_item {
    position: relative;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.cart-wrapper .cart_item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    top: 0px;
    left: 0;
    border-radius: 0 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}

.cart-wrapper .cart_item > td {
    background-color: #fff;
    border: none !important;
}

.cart-wrapper .cart_item > td.product-remove {
    position: absolute;
    left: -10px;
    background-color: transparent;
    padding: 0;
    margin-top: -10px;
    border-radius: 0%;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
}

.cart-wrapper .cart_item > td.product-price {
	width:14%;
}

.cart-wrapper .cart_item > td.product-remove a{
    border: none;
    color: #000;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);   
    font-size: 21px !important;
    font-weight: 400;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 150ms ease-in-out 0ms;
    -o-transition: color 150ms ease-in-out 0ms;
    transition: color 150ms ease-in-out 0ms;
}

.cart-wrapper .cart_item > td.product-remove a:hover{
    background-color: var(--primary);
}

.cart-wrapper .cart_item > td.product-thumbnail {
    width: 130px;
	max-width:130px;
    padding: 0px;
    border-radius: 0 0 0 20px;
}

.cart-wrapper .cart_item > td.product-thumbnail a {
    width: 100% !important;
    display: block;
}

.cart-wrapper .cart_item > td.product-thumbnail img {
    height: 130px;
    border-radius: 0 0 0 20px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 130px !important;
    display: block;
}

.cart-wrapper .cart_item > td.product-name {
    width: 40%;
    padding: 10px 20px 10px 20px;
}

.cart-wrapper .cart_item > td.product-name a {
    font-size: 17px;
    font-family: var(--font-opensans-bold);
    color: #000;
}

.cart-wrapper .cart_item > td .variation dd p {
    font-size: 16px !important;
    text-transform: none !important;
    font-family: var(--font-opensans);
    color: #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cart-wrapper .cart_item > td .variation dd.variation-RequiredLengthpm p::after {
    content: "meter";
    display: inline-block;
    margin-left: 5px;
}

.cart-wrapper .cart_item > td .variation dd.variation-RequiredLengthm p::after {
    content: "meter";
    display: inline-block;
    padding-left: 5px;
}

.cart-wrapper .cart_item > td .variation dt,
.cart-wrapper .cart_item > td.product-name .ts-product-image,
.cart-wrapper .cart_item > td.product-price {
    /* display: block; */
}

.cart-wrapper .cart_item > td.product-quantity {
    width: 5%;
    border-radius: 0 15px 15px 0;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
}

.cart-wrapper .cart_item > td.product-quantity > div {
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    border-radius: 0 15px !important;
}

.cart-wrapper .cart_item > td.product-quantity input {
    background-color: #fff !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0 15px !important;
}

.cart-wrapper .cart_item > td.product-quantity input.button {
    height: 40px;
    padding: 0px 15px !IMPORTANT;
    font-size: 20px;
    font-family: var(--font-opensans);
}

.cart-wrapper .cart_item > td.product-quantity input.button.minus {
    padding: 0px 5px 0 15px !IMPORTANT;
}

.cart-wrapper .cart_item > td.product-quantity input.button.plus {
    padding: 0px 15px 0 5px !IMPORTANT;
}

.cart-wrapper .cart_item > td.product-quantity input.qty {
    padding: 0px !important;
    height: 50px !important;
    border-radius: 0px !important;
    width: 1.5em;
    font-family: var(--font-opensans);
    font-size: 16px;
}

.cart-wrapper .cart_item > td.product-subtotal {
    position: relative;
    right: 30px;
    background-color: transparent !important;
}

.cart-wrapper .cart_item > td.product-subtotal bdi {
    font-size: 17px;
    color: #000;
    font-family: var(--font-opensans-bold);
}

.cart-wrapper .cart_item > td.product-subtotal bdi sup {
    font-size: 12px;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    display: inline-block;
}

@media screen and (max-width: 850px) {
    .cart-wrapper table.cart tbody {
        max-width: 100% !important;
    }

    .cart-wrapper .cart_item > td.product-remove a {
        left: -15px !important;
        top: 0px;
    }

    .cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart_totals {
        border-radius: 0 40px 0 0;
        padding: 25px 30px 25px 30px;
    }

    .cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart-sidebar-content {
        padding: 0 30px 30px 30px;
        border-radius: 0 0 0 40px;
    }
}

@media screen and (max-width: 550px) {
    .cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart_totals {
        border-radius: 0 25px 0 0;
        padding: 20px 20px 25px 20px;
    }

    .cart-container.page-checkout .cart-collaterals .cart-sidebar > .cart-sidebar-content {
        border-radius: 0 0 0 25px;
        padding: 0 20px 20px 20px;
    }

    .cart-wrapper .cart_item > td.product-thumbnail {
        width: 100%;
        max-width: 100% !important;
        display: block;
    }

    .cart-wrapper .cart_item > td.product-thumbnail a {
        width: 100% !important;
        display: block;
    }
    
    .cart-wrapper .cart_item > td.product-thumbnail img {
        border-radius: 0 20px 0 0;
        width: 100% !important;
        display: block;
    }
    
    .cart-wrapper .cart_item > td.product-remove a {
        left: -20px !important;
        top: -5px;
    }
}

/* #endregion */


/* #region WOOCOMMRECE CHECKOUT */
/****************************************** WOOCOMMERCE CHECKOUT ******************************************/
/***** LEFT SIDE *****/ 
form.checkout .large-7 #customer_details {
    max-width: 650px;
}


form.checkout .woocommerce-billing-fields h3 {
    text-transform: none !important;
    font-family: var(--font-opensans-bold);
    font-size: 17px;
}


/* LAND VELD AANPASSEN */


form.checkout #customer_details #billing_country_field .woocommerce-input-wrapper, form.checkout #customer_details #shipping_country_field .woocommerce-input-wrapper {
	display: block;
	width:calc(100% + 2px);
}

#customer_details #billing_country_field .select2-selection, #customer_details #shipping_country_field .select2-selection {
	box-shadow: none !important;
}

#customer_details #billing_country_field #select2-billing_country-container, #customer_details #shipping_country_field #select2-billing_country-container {
	padding: 0px!important;
}

form.checkout #customer_details #billing_country_field, form.checkout #customer_details #shipping_country_field {
border-radius: 0 15px !important;
    border: 1px solid white !important;
    background-color: white !important;
    -webkit-box-shadow: var(--boxshadow);
    box-shadow: var(--boxshadow);
    font-size: 17px !important;
    font-family: var(--font-opensans);
    color: #000;
    min-height: auto !important;
    height: 52px !important;
    margin-bottom: 1.5em;
    margin-top: 2em;
    transition: all .15s;
    position: relative;
    float: left;
}

#billing_address_2_field>label, #shipping_address_2_field>label {
	opacity: 1;
    overflow: visible;
}


form.checkout #customer_details #billing_country_field label, form.checkout #customer_details #shipping_country_field label {
	position: absolute;
    top: -35px;
    left: 0px;
}

form.checkout #customer_details #billing_country_field:has(.select2-container--open), form.checkout #customer_details #shipping_country_field:has(.select2-container--open) {
    border: 1px solid #9ad1c0 !important;
}


form.checkout #customer_details #billing_country_field .select2-selection, form.checkout #customer_details #shipping_country_field .select2-selection  {
	padding:0px 30px !important;
	box-shadow: none;
}

form.checkout #customer_details #billing_country_field .select2-container {
	top: 3px;
	transition: all .3s;
}

body.page-template-page-checkout .select2-dropdown {
	border: 1px solid #9ad1c0 !important;
    border-top: 0px !important;
	margin-left: -1px;
	top: -1px !important;	
}

body.page-template-page-checkout #billing_house_number_suffix_field, body.page-template-page-checkout #shipping_house_number_suffix_field {
	margin-right: 4%;
}


/* OVERIGE VELDEN */


/* postzoek zoekveld altijd tonen */
.postcode-eu-autofill, .postcode-eu-autofill-intl, .postcode-eu-autofill .optional {
	display: block !important;
}


.form-bif-first { 
	width: 48% !important;
	margin-right: 4% !important;
	display:inline-block !important;
}

.form-bif-last { 
	width: 48% !important;
	margin-right: 0% !important;
	display:inline-block !important;
}


#billing_phone_field {
	margin-top: 0px;
}

#customer_details label[for="billing_first_name"], 
#customer_details label[for="billing_last_name"], 
#customer_details label[for="billing_company"],
#customer_details label[for="billing_postcode"], 
#customer_details label[for="billing_city"], 
#customer_details label[for="billing_house_number"], 
#customer_details label[for="billing_house_number_suffix"], 
#customer_details label[for="billing_phone"],
#customer_details label[for="billing_email"],
#customer_details label[for="billing_customer_type_particulier"]:first-child,
#customer_details label[for="billing_country"],
#customer_details label[for="shipping_house_number"], 
#customer_details label[for="shipping_house_number_suffix"],
#customer_details label[for="woocommerce_eu_vat_number"],
#customer_details label[for="shipping_last_name"],
#customer_details label[for="shipping_country"]
{
	/*display: none; */
}

#billing_company_field, #woocommerce_eu_vat_number_field {
	transition: opacity 1s ease-in-out;
	opacity:1;
}
	
#customer_details label[for="shipping_street_name"], #customer_details label[for="billing_street_name"] {
	color: #777;
}

form.checkout .large-5 > .col-inner{
    border: none;
    background-color: var(--accent);
    border-radius: 0 40px;
    padding: 30px 40px;
}

form.checkout .large-5 > .col-inner h3 { 
    text-transform: none !important;
    font-family: var(--font-opensans-bold);
    font-size: 17px;
}

form.checkout .large-5 .woocommerce-checkout-review-order-table thead {
    display: none;
}

form.checkout .large-5 .shop_table .cart_item td {
    border: none;
    color: #000;
    font-size: 17px;
    font-family: var(--font-opensans-bold);
}

form.checkout .large-5 .shop_table .cart_item td .variation dt,
form.checkout .large-5 .shop_table .cart_item td .variation dd p {
    font-size: 17px;
    font-family: var(--font-opensans);
    text-transform: none;
}

form.checkout .large-5 .woocommerce-terms-and-conditions-checkbox-text a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

form.checkout .large-5 .woocommerce-terms-and-conditions-checkbox-text a:hover {
    color: var(--primary);
}

form.checkout .large-5 #payment button#place_order {
    background-color: var(--primary);
    margin: 20px 0;
    color: #000;
    font-family: var(--font-opensans-bold);
    border: none;
    font-size: 17px;
    border-radius: 0 12px;
    padding: 2px;
    width: 100%;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
}

form.checkout .large-5 #payment button#place_order:hover {
    background-color: #fff;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
}

form.checkout .large-5 .row.cart-payment-icons {
    display: none !important;
}

form.checkout .large-5 .form-row.place-order {
    margin-bottom: 15px;
    position: relative;
}

form.checkout .large-5 .form-row.place-order::before {
    content: "";
    width: 80px;
    height: 40px;
    /* background-image: url(/wp-content/uploads/2022/10/logo_webwinkekeur.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    bottom: -10px;
    right: 0;
}

form.checkout .large-5 .form-row.place-order::after {
    content: "Veilig afrekenen";
    font-size: 12px;
    font-family: var(--font-opensans);
    background-image: url(/wp-content/uploads/2022/11/lock-icon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 25px;
}

/* #endregion */


/* postcode checker checkout field form velden */

form.checkout .wcnlpc-address {
	padding: 0px 30px 0px 30px;	
}

form.checkout .wcnlpc-manual {
	padding: 0px 30px 15px 30px;	
}

/*
form.checkout #billing_phone_field, form.checkout #billing_email {
	margin-top: 30px;
}
*/

#billing_city_field {
	/* margin-right:4%; */
}

.woocommerce-additional-fields {
	margin-top:30px;
}

.form-row-wide {
	width: 100% !important;
}


/* #region MEEST GESTELDE VRAGEN */
/****************************************** MEEST GESTELDE VRAGEN ******************************************/
section.faq-head {
    padding-top: 75px !important;
}

section.faq-content {
    padding-bottom: 125px !important;
}

section.faq-content p strong {
    font-size: 20px !important;
    font-family: var(--font-opensans-semibold) !important;
}

@media screen and (max-width: 1024px) {
    section.faq-head {
        padding-top: 50px !important;
        padding-bottom: 10px !important;
    }

    section.faq-content {
        padding-bottom: 25px !important;
    }

    section.faq-head .row,
    section.faq-content .row {
        max-width: 750px !important;
        margin: 0 auto;
    }

    section.faq-head .row .col,
    section.faq-content .row .col {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }
}

@media screen and (min-width: 850px) {
    section.faq-content .row > .col:last-child > .col-inner .accordion::after{
        content: "";
        background-image: url(/wp-content/uploads/2022/10/rectangle-long.svg);
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 600px;
        height: 85px;
        position: absolute;
        right: -375px;
        bottom: -50px;
        z-index: -1;
    }
}

/* #endregion */


/* #region VERZENDEN EN RETOURNEREN */
/****************************************** VERZENDEN EN RETOURNEREN ******************************************/
/***** BASIC HEADING *****/
section.basic-heading {
    padding-top: 75px !important;
}

@media screen and (max-width: 1024px) {
    section.basic-heading {
        padding-top: 50px !important;
        padding-bottom: 10px !important;
    }  

    section.basic-heading > .section-content > .row {
        max-width: 750px !important;
        margin: 0 auto;
    }  
}


/***** TWO BLOCKS *****/
section.two-blocks .row > .col:first-of-type > .col-inner {
    padding-right: 40px !important;
}

section.two-blocks .row > .col:last-of-type > .col-inner {
    padding-left: 40px !important;
}

@media screen and (max-width: 1300px) {
	section.two-blocks .row > .col:first-of-type > .col-inner {
	    padding-right: 25px !important;
	}
	
	section.two-blocks .row > .col:last-of-type > .col-inner {
	    padding-left: 25px !important;
	}
}

@media screen and (max-width: 1024px) {
    section.two-blocks .row {
        max-width: 750px !important;
        margin: 0 auto;
    }  

    section.two-blocks .row > .col {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }

    section.two-blocks .row > .col:first-of-type {
        padding-bottom: 0px !important;
    }

    section.two-blocks .row > .col:first-of-type > .col-inner {
	    padding-right: 0px !important;
	}
	
	section.two-blocks .row > .col:last-of-type > .col-inner {
	    padding-left: 0px !important;
	}
}


/***** BLOCK CENTER *****/
@media screen and (max-width: 1024px) {
	section.block-center .row {
	    max-width: 750px !important;
	    margin: 0 auto;
	}

	section.block-center .row .text-center {
	    text-align: left !important;
	}
}


/***** SHIPPING *****/
section.shipping {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

@media screen and (max-width: 1024px) {
    section.shipping {
        padding-top: 0px !important;
	    padding-bottom: 0px !important;
	}
}


/***** EXCHANGE *****/
@media screen and (max-width: 850px) {
	section.exchange {
	    padding-top: 0px !important;
	}
}


/***** USP WRAPPER *****/
section.shipping-and-returns ~ section.usp-wrapper {
    padding-top: 80px !important;
    padding-bottom: 125px !important;
}

@media screen and (max-width: 1024px) {
	section.shipping-and-returns ~ section.usp-wrapper {
	    padding-top: 30px !important;
	    padding-bottom: 50px !important;
	}
}

@media screen and (max-width: 850px) {
	section.shipping-and-returns ~ section.usp-wrapper {
	    padding-top: 0px !important;
	    padding-bottom: 50px !important;
	}
}

/***** GENERAL INFORMATION *****/
section.general-information {
    padding-bottom: 80px !important;
    position: relative;
    margin-bottom: 175px !important;
}

section.general-information > .section-bg {
    background-color: var(--accent);
    z-index: 1;
}

section.general-information::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/rectangle-large.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    width: 600px;
    height: 250px;
    position: absolute;
    bottom: -200px;
    right: -100px;
    z-index: 0;
}

section.general-information .row {
    position: relative;
}

section.general-information .row::before{
    content: "";
    background-image: url(/wp-content/uploads/2022/10/rectangle-large.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    width: 600px;
    height: 250px;
    position: absolute;
    right: 100%;
    top: -320px;
}

@media screen and (max-width: 1500px) {
    section.general-information .row::before{
        right: 95%;
    }
}

@media screen and (max-width: 1024px) {
    section.general-information::after,
    section.general-information .row::before{
        display: none;
    }

    section.general-information {
        padding-top: 75px !important;
        padding-bottom: 50px !important;
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 850px) {
    section.general-information {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
        margin-bottom: 25px !important;
    }
}





/* #endregion */


/* #region BLOGS */
/****************************************** BLOGS ******************************************/
/********** THUMBNAIL **********/
.col.post-item {
    padding: 0 25px 30px !important;
}

.col.post-item .box {
    background-color: #fff;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    border-radius: 0 20px;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

.col.post-item .box:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

/*** BOX IMAGE ***/
.col.post-item .box .box-image .image-cover {
    padding-top: 220px !important;
}

.col.post-item .box .box-image .image-cover img {
    border-top-right-radius: 20px;
}

/*** BOX TEXT ***/
.col.post-item .box .box-text {
    padding: 30px 40px 40px !important;
    text-align: left !important;
}

.col.post-item .box .box-text .is-divider{
    display: none !important;
}

.col.post-item .box .box-text .box-text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.col.post-item .box .box-text .box-text-inner .post-meta{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0 !important;
    font-family: var(--font-opensans);
    font-size: 17px;
}

.col.post-item .box .box-text .box-text-inner .post-title{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-family: var(--font-opensans-bold);
    max-width: 75%;
    font-size: 20px;
    margin: 5px 0 15px 0;
}

.col.post-item .box .box-text .box-text-inner .from_the_blog_excerpt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.col.post-item .box .box-text .box-text-inner .button {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: auto !important;
    font-family: var(--font-opensans-semibold);
    font-size: 17px;
    border: none !important;
    color: #000;
    padding: 0px !important;
}

.col.post-item .box .box-text .box-text-inner .button::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 1px;
    -webkit-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}

.col.post-item .box .box-text .box-text-inner .button::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 6px;
    left: 0;
    background-color: #000;
    -webkit-transition: all 150ms ease-in-out 0ms;
    -o-transition: all 150ms ease-in-out 0ms;
    transition: all 150ms ease-in-out 0ms;
}

.col.post-item .box .box-text .box-text-inner .button:hover {
    background-color: transparent !important;
}

.col.post-item .box .box-text .box-text-inner .button:hover:before {
    background-color: var(--primary);
}


/*** BADGE ***/
.row.blogs > .col.post-item:first-of-type .box::before{
    content: "Nieuw";
    color: #000;
    font-size: 17px;
    font-family: var(--font-opensans-semibold);
    border-radius: 0 12px;
    background-color: var(--primary);
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 2;
    padding: 6px 20px;
}


/********** OVERVIEW PAGE **********/
/***** BLOG HERO *****/
section.blog-hero {
    padding-top: 125px !important;
    padding-bottom: 75px !important;
}

section.blog-hero .row .col.newsletter > .col-inner {
    background-color: #fff;
    -webkit-box-shadow: var(--boxshadow);
            box-shadow: var(--boxshadow);
    border-radius: 0 65px 0 59px;
    padding: 60px 80px;
}

section.blog-hero .row .col.newsletter p {
    margin-bottom: 0px;
    max-width: 500px;
}

section.blog-hero .row .col.newsletter p strong {
    font-family: var(--font-opensans-semibold);
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

section.blog-hero .row .col.newsletter .newsletter_wrapper {
    margin-top: 30px;
}

@media screen and (max-width: 1400px) {
    section.blog-hero .row > .col:first-of-type {
        max-width: 40% !important;
        -ms-flex-preferred-size: 40% !important;
            flex-basis: 40% !important;
    }
    
    section.blog-hero .row > .col:last-of-type {
        max-width: 60% !important;
        -ms-flex-preferred-size: 60% !important;
            flex-basis: 60% !important;
    }
}

@media screen and (max-width: 1200px) {
    section.blog-hero .row .col.newsletter > .col-inner {
        padding: 40px 50px;
    }
}

@media screen and (max-width: 1024px) {
    section.blog-hero {
        padding-top: 75px !important;
        padding-bottom: 40px !important;
    }

    section.blog-hero .row {
        max-width: 750px !important;
        margin: 0 auto;
    }
    
    section.blog-hero .row > .col:first-of-type,
    section.blog-hero .row > .col:last-of-type {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }
}

@media screen and (max-width: 850px) {
    section.blog-hero {
        padding-top: 50px !important;
        padding-bottom: 25px !important;
    }

    section.blog-hero .row .col.newsletter > .col-inner {
        border-radius: 0 40px;
    }

    section.blog-hero .row .col.newsletter > .col-inner {
        padding: 30px;
    }
}

@media screen and (max-width: 550px) {
    section.blog-hero .row .col.newsletter > .col-inner {
        border-radius: 0 40px;
    }
}


/***** BLOG SECTION *****/
@media screen and (max-width: 1300px) {
    .row.blogs {
        max-width: 1000px !important;
        margin: 0 auto !important;
    }

    .row.blogs .col.post-item {
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    }
}

@media screen and (max-width: 1024px) {
    .row.blogs {
        max-width: 750px !important;
    }

    .row.blogs .col.post-item {
        padding: 0 15px 25px !important;
    }

    .col.post-item .box .box-text {
        padding: 25px !important;
    }

    .col.post-item .box .box-image .image-cover {
        padding-top: 180px !important;
    }
    
    .col.post-item .box .box-text .box-text-inner .post-title {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 850px) {
    .row.blogs {
        max-width: 450px !important;
    }

    .row.blogs .col.post-item {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
        padding: 0 0 20px !important;
    }
}

/* #endregion */


/* #region BLOG SINGLE PAGE */
/****************************************** BLOG SINGLE PAGE ******************************************/
/********** HEADER **********/
.blog-header {
    padding: 100px 0 75px 0 !important;
}

/*** TITLE WRAPPER ***/
.blog-header .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.blog-header .title-wrapper .entry-meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.blog-header .title-wrapper .entry-meta .byline {
    display: none;
}

.blog-header .title-wrapper .entry-meta .posted-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    visibility: hidden;
}

.blog-header .title-wrapper .entry-meta .posted-on a {
    color: #000;
    font-size: 17px;
    font-family: var(--font-opensans);
    visibility: visible;
    text-transform: none !important;
}

.blog-header .title-wrapper .entry-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px !important;
}

.blog-header .title-wrapper .short_summary {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 525px;
}

/*** IMAGE WRAPPER ***/
.blog-header .image-wrapper {
    text-align: right;
}

.blog-header .image-wrapper img {
    width: 600px;
    height: 350px;
    border-radius: 0 35px;
    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .blog-header .title-wrapper .entry-title {
        font-size: 38px !important;
        line-height: 41px !important;
    }
}


@media screen and (max-width: 1024px) {
    .blog-header {
        max-width: 750px !important;
        margin: 0 auto;
        padding: 75px 0 0px 0 !important;
    }

    .blog-header > .col {
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .blog-header .image-wrapper {
        text-align: center;
    }

    .blog-header .image-wrapper img {
        width: 100%;
        height: 300px;
        border-radius: 0 20px;
    }
}

@media screen and (max-width: 850px) {
    .blog-header {
        max-width: 750px !important;
        margin: 0 auto;
        padding: 50px 0 0px 0 !important;
    }

    .blog-header > .col.large-6:last-of-type {
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 550px) {
    .blog-header .image-wrapper img {
        height: 200px;
    }

    .blog-header .title-wrapper .entry-title {
        font-size: 28px !important;
        line-height: 31px !important;
    }
}


/********** CONTENT **********/
/***** MAIN CONTENT *****/
.row.blog-content .col.large-7 {
    padding-right: 150px;
}

/***** SIDEBAR *****/
.row.blog-content .col.vertical-list > p strong {
    font-size: 20px;
}

.row.blog-content .col.vertical-list .row.blogs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.row.blog-content .col.vertical-list .row.blogs > .col {
   -ms-flex-preferred-size: 100% !important;
       flex-basis: 100% !important;
    max-width: 100% !important;
    padding: 0 15px 20px !important;
}

.row.blog-content .col.vertical-list .row.blogs > .col:first-of-type .box::before {
   display: none !important;
}

.row.blog-content .col.vertical-list .row.blogs > .col .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.row.blog-content .col.vertical-list .row.blogs > .col .box .box-image{
    width: 200px !important;
}

.row.blog-content .col.vertical-list .row.blogs > .col .box .box-image .image-cover{
    padding-top: 100% !important;
    height: 100% !important;
}

.row.blog-content .col.vertical-list .row.blogs > .col .box .box-image img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
}

.row.blog-content .col.vertical-list .row.blogs > .col .box .box-text{
    width: calc(100% - 200px) !important;
    padding: 30px 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.row.blog-content .col.vertical-list .row.blogs > .col .box .box-text .box-text-inner .post-title{
    max-width: 100% !important;
}

@media screen and (max-width: 1400px) {
    .row.blog-content > .col {
        max-width: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
    }

    .row.blog-content .col.large-7 {
        padding-right: 75px;
    }

    .row.blog-content .col.vertical-list .row.blogs > .col .box .box-text {
        padding: 20px 30px !important;
    }
}

@media screen and (max-width: 1300px) {
    .row.blog-content .col.vertical-list .row.blogs > .col {
        padding: 0 0px 20px !important;
     }
}

@media screen and (max-width: 1024px) {
    .row.blog-content {
        max-width: 750px !important;
        margin: 0 auto;
    }

    .row.blog-content > .col {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }

    .row.blog-content .col.large-7 {
        padding-right: 15px;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 850px) {
    .row.blog-content .col.vertical-list .row.blogs {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 550px) {

	.row.blog-content .col.vertical-list .row.blogs > .col .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .row.blog-content .col.vertical-list .row.blogs > .col .box .box-image {
        width: 100% !important;
        max-height: 150px !important;
    }

    .row.blog-content .col.vertical-list .row.blogs > .col .box .box-image img {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
    }

    .row.blog-content .col.vertical-list .row.blogs > .col .box .box-text {
        width: 100% !important;
        padding: 20px !important;
    }
}


/* #endregion */


/* #region OVER ONS */
/****************************************** OVER ONS ******************************************/
/********** HERO **********/
section.hero.about-us .text {
    max-width: 100% !important;
}

/********** WIE ZIJN WIJ **********/
section.who-we-are {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
}

@media screen and (max-width: 1024px) {
	section.who-we-are {
	    padding-bottom: 50px !important;
	}
}

@media screen and (max-width: 850px) {
	section.who-we-are {
	    padding-top: 75px !important;
	    padding-bottom: 25px !important;
	}
}


/********** WAAR WE VOOR STAAN **********/
section.stand-for {
    padding-top: 125px !important;
    padding-bottom: 75px !important;
}

@media screen and (max-width: 1024px) {
    section.stand-for {
        padding-top: 75px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 850px) {
    section.stand-for {
        padding-top: 50px !important;
        padding-bottom: 25px !important;
    }
}

/* #endregion */


/* #region OVERIGE PAGINA'S */
/****************************************** OVERIGE PAGINA'S ******************************************/
/********** CONTACT **********/
section.contact {
    padding-bottom: 50px !important;
}

@media screen and (max-width: 1024px) {
	section.contact {
	    padding-top: 75px !important;
	    padding-bottom: 0px !important;
	}

	section.contact .row {
	    max-width: 750px !important;
        margin: 0 auto;
	}

	section.contact .row .col {
	    max-width: 100% !important;
	    -ms-flex-preferred-size: 100% !important;
	        flex-basis: 100% !important;
	}
}

@media screen and (max-width: 850px) {
	section.contact {
	    padding-top: 50px !important;
	    padding-bottom: 25px !important;
	}
}



/* #endregion */

/* Product page Swatches area width */ 
.attribute-swatch {
	width:65%;
	min-width: 300px;
}



/* PRICE CALUCLATOR */


#price_calculator * {
	font-size:17px !important;
}

#price_calculator .amount_needed {
	width:90px;
	text-align:center;
	float:right;
}

#price_calculator .total-amount {
	display:none;
}

.wc-measurement-price-calculator-price {
   /* margin-bottom: 30px; */
    display: block;
}

.quantity {
	margin-right: 100% !important;
    margin-bottom: 25px !important;
	margin-top: 20px;
}

.quantity input.minus, .quantity input.plus {
	background-color: #9ad1c0;
	border-bottom-left-radius: 15px;
	color: #aaa;
	border: 0px;
	height: 40px;
	padding-top: 0px !important;
	text-shadow: none;
	margin-right:5px;
}

.quantity input.minus {
	margin-right:5px;
}


.quantity input.plus {
	margin-left:5px;
}


/* overzicht pagina */

.archive .product-type-simple .price-wrapper {
	margin-bottom: 30px;
}


/* WPML LANGUAGE SWITCHER DROPDOWN MENU FIX */

.wpml-ls-menu-item .wpml-ls-flag {
	margin-right:8px !important;
}


nav ul[class*="menu"] li.wpml-ls-menu-item ul.sub-menu,
nav ul[class*="menu"] li.wpml-ls-menu-item ul.sub-menu li a {
  width: auto;
  min-width: 30px;
}



/* home page */


/*
body.page-id-18 main .content-area .row {
	max-width:100% !important;
}
*/

body.page-id-18 main .content-area .row .col-inner section {
	padding:0;
}


body.page-id-18 main .content-area .row .large-12 {
/*	padding:0; */
}

.paga-id-18 section.section {
	max-width:1520px !important;
}

.paga-id-18 section.hero {
	max-width:100% !important;
}

/*
.maxed-width {
	max-width: 1520px;
    padding: 0 15px !important;
    margin-left: auto;
    margin-right: auto;
}

.maxed-width-products {
	max-width: 1550px;
    padding: 0 15px !important;
    margin-left: auto;
    margin-right: auto;
}

#section-6387 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 10px;
    padding-bottom: 10px;
}

.who-is .section-content .row {
	margin-left: 0px;
}

*/



/* OOPS PAGINA NIET GEVONDEN 404 */

    
ul.product-grid-ul {
    width: 100%;
    display: inline-block;
}
    
ul.product-grid-ul li {
    list-style: none;
    width: 25%;
    display: inline-block;
    text-align: center !important;
}


ul.product-grid-ul .product-link {
    text-align: center !important;
}


ul.product-grid-ul .price-wrapper {
    width: 100%;
    float: left;
    text-align: center !important;
}
    
.product-properties {
    font-size:17px;
    height: 140px;    
}

ul.product-grid-ul .product-properties {
    display: grid;
    width: fit-content;
    grid-auto-rows: min-content;    
}
    
ul.product-grid-ul .product-title {
    text-align: center;
    margin-bottom: 10px; 
}
    
ul.product-grid-ul .wc-measurement-price-calculator-price {
    display: contents;
}
    
ul.product-grid-ul li .product-links-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
}
     
/*************** BEDANKT PAGINA ORDER ONTVANGEN WOOCOMMERCE CHECKOUT *************/    
 
.woocommerce-order-received .woocommerce-order .large-5 {
	padding-right: 0px;
}

.woocommerce-order-received .woocommerce-order .large-7 {
	padding-right: 40px !important;
}

.woocommerce-order-received .woocommerce-order {
	margin-left: 0px !important;
	margin-right: 0px !important;
	
}


/*************** MIJN ACCOUNT INLOG DASHBOARD *************/    


.my-account-header .page-title-inner h1 {
	font-size: 30px !important;
    text-transform: none;	
} 



.woocommerce-MyAccount-content .woocommerce-orders-table__header {
	border-width: 2px !important;
    border-bottom-color: #ccc;
    padding-bottom: 15px;
}


.woocommerce-MyAccount-content .woocommerce-orders-table__row:first-child td {
	padding-top:20px !important;
}

.theme-flatsome div.woocommerce-MyAccount-content {
	width: 100% !important;
}


.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
	width: 40%;
	line-height: 28px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:first-child {
    border-right: 1px solid #9ad1c0
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
	font-style: normal;
}


.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3, .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title, .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
	background-color: #9ad1c0;
    display: table-cell;
    border-radius: 0px 8px 8px 0px;
    left: -30px;
    padding: 5px 33px;
    color: white;
    font-weight: 500;
    font-family: 'opensans-regular', sans-serif;
	font-size: 20px !important;
    position: relative;
	line-height: 30px !important;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .edit {
	margin-top: 20px;
	display: block;
}

.woocommerce-MyAccount-content button[name="save_address"], .woocommerce-MyAccount-content button[name="save_account_details"], .woocommerce-MyAccount-content .button {
    border-radius: 0px 8px 0px 8px;
    padding: 4px 40px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
	line-height: 27px !important;
}

.woocommerce-MyAccount-content .woocommerce-table--order-details {
	margin-top: 20px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
	margin-top: 20px;
	font-style: normal !important;
}

.woocommerce-MyAccount-content mark { 
	background-color: white;
    color: #000;
    font-weight: 600;
}
 
 /* mobile flyout side menu */

.off-canvas-center.mfp-bg.mfp-ready {
	opacity: 1 !important;
}


/* layover van winkelmand side menu flyout transparantie garanderen */

.mfp-bg.mfp-ready {
	opacity: 0.7 !important;
}

/* container mobile search window */
.mfp-container {
	padding: 15px !important;
}

.mfp-close {
	right: 15px !important;
	top: 15px !important;
}



#main-menu.mobile-sidebar .active ul li.active li:not(.menu-item), #main-menu.mobile-sidebar li.active {
	background-color: rgba(255,255,255,0.3) !important;
}	

#main-menu.mobile-sidebar .active ul.children li a {
	min-width:160px;
	display: inline-block;
	text-align:left;
	margin-left: 30px;
}

#main-menu.mobile-sidebar .active ul.children li a i.icon-image {
	float: left;
}

#main-menu.mobile-sidebar ul li:not(.menu-item) i {
	opacity: 1 !important;
}

#main-menu.mobile-sidebar ul:not(.children) li:not(.menu-item) img {
	height: 15px;
	position: relative;
}

#main-menu.mobile-sidebar ul li:not(.menu-item) ul.children img {
	margin-right:20px;
	height: 15px;
	position: relative;
	margin-top: 5px;
}


#main-menu.mobile-sidebar ul li:not(.menu-item) a {
	flex-direction: row-reverse;
}

#main-menu.mobile-sidebar ul li:not(.menu-item) a i:first-child {
	margin-right: 20px;
	margin-left: 0px;
}

#main-menu.mobile-sidebar ul li:not(.menu-item) ul.children li a i {
	margin-right: 0px !important;
}

#main-menu.mobile-sidebar ul li.menu-item ul.sub-menu li a {
	text-align: center;
}

#main-menu.mobile-sidebar div.sidebar-menu-top-content img {
	margin-bottom: 25px;
}




/* compensate disabling woocommerce styles from un needed pages using Disable WooCommerce Bloat ( instellingen > disable bloat ) */

.product-addon-totals ul li {
	list-style: none;
}



/*************** GM LIST PRODUCT WIDGET SYSTEL **********************/

/* Stoffen */
#mega-menu-item-gmwplw_products_list_widget_filter-29 .productsbycat_list, 
#mega-menu-item-gmwplw_products_list_widget_filter-30 .productsbycat_list, 
#mega-menu-item-gmwplw_products_list_widget_filter-39 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-48 .productsbycat_list, 
#mega-menu-item-gmwplw_products_list_widget_filter-57 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-66 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-75 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-76 .productsbycat_list, 
#mega-menu-item-gmwplw_products_list_widget_filter-77 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-78 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-79 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-80 .productsbycat_list {
    columns: 5 !important;
    -webkit-columns: 5 !important;
    -moz-columns: 5 !important;
    column-fill: balance !important;
}

/* Bedrukte stoffen */
#mega-menu-item-gmwplw_products_list_widget_filter-24 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-31 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-40 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-49 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-58 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-67 .productsbycat_list {
    columns: 3 !important;
    -webkit-columns: 3 !important;
    -moz-columns: 3 !important;
    column-fill: balance !important;
}

/* Meubel stoffen */
#mega-menu-item-gmwplw_products_list_widget_filter-19 .productsbycat_list, 
#mega-menu-item-gmwplw_products_list_widget_filter-32 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-41 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-50 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-59 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-68 .productsbycat_list {
    columns: 3 !important;
    -webkit-columns: 3 !important;
    -moz-columns: 3 !important;
    column-fill: balance !important;
}

/* Kunstleer */
#mega-menu-item-gmwplw_products_list_widget_filter-18 .productsbycat_list, 
#mega-menu-item-gmwplw_products_list_widget_filter-33 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-42 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-51 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-60 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-69 .productsbycat_list {
    columns: 4 !important;
    -webkit-columns: 4 !important;
    -moz-columns: 4 !important;
    column-fill: balance !important;
}

/* Schuimrubber */
#mega-menu-item-gmwplw_products_list_widget_filter-27 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-34 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-43 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-52 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-61 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-70 .productsbycat_list {
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    column-fill: balance !important;
}

/* Garen en toebehoren */
#mega-menu-item-gmwplw_products_list_widget_filter-21 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-35 .productsbycat_list, 
#mega-menu-item-gmwplw_products_list_widget_filter-44 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-53 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-62 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-71 .productsbycat_list { 
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    column-fill: balance !important;
}

/* Fournituren */
#mega-menu-item-gmwplw_products_list_widget_filter-26 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-36 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-45 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-54 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-63 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-72 .productsbycat_list {
    columns: 3 !important;
    -webkit-columns: 3 !important;
    -moz-columns: 3 !important;
    column-fill: balance !important;
}

/* Toebehoren */
#mega-menu-item-gmwplw_products_list_widget_filter-28 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-37 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-46 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-55 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-64 .productsbycat_list,
#mega-menu-item-gmwplw_products_list_widget_filter-73 .productsbycat_list {
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    column-fill: balance !important;
}



/* Mega menu links color */

.gmwplw-product a:link, .gmwplw-product a:visited {
	color:#444;
    font-family: 'opensans-semibold';	
}

.gmwplw-product a:hover, .gmwplw-product a:active {
	color:#000;
}


.gmwplw-subcat-container {
	list-style: none;
	margin: 20px 0px;
	-webkit-column-break-inside: avoid; 	
}

.gmwplw-subcat-container:first-child {
	margin-top: 0px !important;
}

/* .gmwplw-subcat-container li.gmwplw-product:not(.menu-list-subcategory) { */

.gmwplw-subcat-container li.gmwplw-product:not(.menu-list-subcategory) {
	border-left: 3px solid #eee;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
	padding-left: 5px;
	padding-top: 3px;
	margin-left: 5px !important;
	transition: all .1s ease-in-out;
}


.gmwplw-subcat-container li.gmwplw-product:not(.menu-list-subcategory):hover {
	border-left: 3px solid #9ad1c0;
}

.productsbycat_list li {
	border-bottom: none !important;
}




li.gmwplw-subcat-container li.gmwplw-product:not(.menu-list-subcategory) {
	margin-left: 5px !important;
}

.gmwplw-subcat-container li.menu-list-subcategory {
	margin-bottom: 0px !important;
	margin-left: 5px !important;
}

.gmwplw-subcat-container li.menu-list-subcategory .rightss {
	margin-left: 0px !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    display: none !important;
}

header ul.nav #mega-menu-wrap-primary {
    background-color: transparent !important;
}

header ul.nav ul#mega-menu-primary > li.mega-menu-item {
    height: auto !important;
}

header ul.nav ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px !important;
    background-color: transparent !important;
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
    height: 45px !important;
    padding: 0px 25px 0px 25px !important;
}

header ul.nav ul#mega-menu-primary > li.mega-menu-item:first-of-type {
    margin-right: 25px !important;
}

header ul.nav ul#mega-menu-primary > li.mega-menu-item:first-of-type > a.mega-menu-link {
    background-color: var(--primary) !important;
    box-shadow: var(--boxshadow) !important;
    border-radius: 0 12px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: var(--accent) !important;
    border-radius: 0 20px 0 20px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item {
    margin: 5px 0 !important;
    border-radius: 0 20px 0 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    background-color: transparent !important;
    font-size: 18px !important;
    font-family: var(--font-opensans-bold) !important;
    color: #000 !important;
    border-radius: 0 0 0 12px !important;
    padding: 0px 10px 0px 20px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul.menu li::before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/icon_chevron_right.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul.menu li::before {
    left: 0;
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: var(--boxshadow) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    border-left: 0px !important;
    background-color: #fff !important;
    box-shadow: var(--boxshadow) !important;
    border-radius: 0 20px 0 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 17px !important;
    font-family: var(--font-opensans-bold) !important;
    color: #000 !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
    padding: 20px !important;
    border-radius: 0 20px 0 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul.menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul.menu li {
    border: none !important;
    padding-left: 15px !important;
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul.menu a {
    font-size: 17px !important;
    font-family: var(--font-opensans) !important;
    color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul.menu a:hover {
    color: var(--primary) !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    display: none !important;
} 

header ul.nav ul#mega-menu-primary > li.mega-menu-item > a span.mega-indicator::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/10/icon_chevron_right.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(90deg);
    margin-left: 10px;
} 

header ul.nav ul#mega-menu-primary > li.mega-menu-flyout {
	margin-right:25px !important;
}

header ul.nav ul#mega-menu-primary > li.mega-menu-flyout:hover {
	background-color: #ddd !important;
	border-bottom-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

header ul.nav ul#mega-menu-primary > li.mega-current_page_item {
	background-color: #eee !important;
	border-bottom-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}


/** COOKIE BANNER STYLING ****/

.cc-popovercenter {
	min-width: 344px !important;
}

.cc-window span {
	font-size: 17px;
	font-family: opensans-regular, sans-serif;
	font-weight: 600;
}

.cc-window.cc-floating {
	max-width: 17em !important;
}

.cc-floating.cc-theme-classic {
	padding: 30px;
	border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;	
	box-shadow: 3px 6px 30px rgba(0,0,0,.2);
	transition: all .5s;
}

.cc-floating.cc-theme-classic:hover {
	box-shadow: 7px 5px 24px rgba(0,0,0,.4);
}

.cc-window .cc-btn {
	transition: all .2s;
}

.cc-window .cc-btn:hover {
	background-color: #64a893;
	color: white;
}

.cc-window .cc-link {
	padding-left: 0px;
}



/**** WORDPRESS BACKEND AANPASSINGEN ***/
.wp-editor-container{
	background-color:#fff;
}


.product_page_keurmerken {
	width: 100%;
	display: inline-block;
	height:35px;
	margin:15px 0px;
}

.product_page_keurmerken img {
	image-rendering: -webkit-optimize-contrast;
	display:inline-block;
	height: 35px;
    width: auto;
}


/* PRODUCT EIGENSCHAPPEN OP PRODUCT PAGINA **/

.product-pagina-eigenschappen {
	width: 100%;
	display: inline-block;
	margin-bottom:15px;
}

.product-pagina-eigenschappen-item {
	display:inline-block;
	display: table;
    padding-bottom: 5px;
    margin-bottom: 8px;
	position: relative;
}

.product-pagina-eigenschappen-item:after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:calc(100% - 29px);
	height:100%;
	border-bottom: 1px dashed #ddd;
}



/**** variatie props container styling print / kleur / artikelnummer / samenstelling ****/

/*

.variations .label {
	display: none !important;
}

.variation_meta_container {
	display:none;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;	
	padding: 0px !important;
	line-height:1 !important;
	margin-bottom: 4px;
}

.variation_meta_key {
    position: relative;	
    background-color: var(--primary);
	padding: 6px 15px 6px 10px;
	color: white;
	font-weight: bold;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  	border: 1px solid var(--primary);
    border-left-color: #8bb7a9;
    border-left-width: 2px;	
    text-align: center;
    z-index: 1;
	display:inline-block;
	text-transform: capitalize;
	transition: margin .3s;
}

.variation_meta_value {
    background-color: white;
    color: #333;
    padding: 6px 7px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-left: 0px;
    margin-left: -12px;
    z-index: 0;
    position: relative;
    padding-left: 20px;
    padding-right: 11px;
	display:inline-block;
	text-transform: capitalize;
    transform-origin: top right;
	-webkit-transform: translate(0%);
	-webkit-transition: all .5s linear;	
}

.translate-left {
    -webkit-transform: translate(-100%) !important;
}

*/

/* tmp styles */
.variation_meta_container {
	display: inline-block;
	width:100%;
}

.variation_meta_container .variation_meta_key {
	font-weight: bold;
}


@media screen and (max-width: 650px) {

/* categorie producten weergave mobiel */
	
	.category-page-row > div:first-child {
    	padding-right: 0px;
		padding-left: 0px;
	}

	.product-small .box .box-image {
        height: 100%;
        width: 180px;
        display: block;
        vertical-align: top;
        position: absolute;
        border-radius: 6px;	
	}
	
	.product-small .box-text-products {
		height: auto !important;
	}
	
	.product-small .box .box-text .product-title a {
		font-size: 17px;
		margin: 0px;
	}
	
	.product-small .box .box-text {
		padding: 0px !important;
    	width: 100%;
    	display: inline-block;
	}
	
	.product-small .box .product-properties img {
		display: none;
		border-top-right-radius: 7px;
	}

	.product-small .box .product-properties div {
		margin-bottom: 4px !important;
	}	
	
	.product-small .box .product-properties div div {
		margin-bottom: 0px !important;
    	width: 100%;
     	display: inline-block !important;
    	font-size: 14px !important;
    	border-left: 3px solid #9ad1c0;
    	padding: 0 0 0 7px;
		line-height: 18px;
	}
	
	
	.product-small .box .box-text .title-wrapper {
		line-height: 10px !important;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: rgba(255, 255, 255, .935);
        padding: 9px 0px 9px 15px;
        border-radius: 15px;
        border-bottom-left-radius: 15px;
        position: relative;
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .10);
        overflow: hidden;
		width: calc(100% - 90px);
	}
	
	.product-small .box .box-text .product-title, .product-small .box .box-text .product-properties, .product-small .box .box-text .price-wrapper { 
	    width: calc(100% - 25px);
    	margin: 0;
		height: auto !important;
		display: inline-block;
		padding-right: 10px;
	}
	
	.product-small .box .box-text .product-title a:active {
		color: #9ad1c0; 
	}
	
	.product-small .box .box-text .price-wrapper {
		margin: 0px !important;
	}
	
	.product-small .box .product-properties {
		margin: 7px 0px !important;
		margin-bottom: 3px !important;
	}
	
	.product-small .box .box-text .price-wrapper bdi {
		font-size: 16px;
	}
	
	.product-small .box .box-text .product-links-wrapper {
		max-width: 25px;
        margin-left: 0px;
        margin-right: 0px;
        position: absolute;
        top: 0px;
        display: inline-block;
        height: 100%;
	}
	
	.product-small .box .box-text .product-links-wrapper a.button {
		width: auto;
		height: auto;
		padding; 0;
		line-height: 0;
	}
	
	.product-small .box .box-text .product-links-wrapper a span {
		display: none;
	}
	
	
	.product-small .box .box-text .product-links-wrapper a.button.primary {
        padding: 12px !important;
        border-radius: 0px 15px 15px 0px;
        min-height: 0px;
        margin: 0;
        display: inline-block;
        width: 10px !important;
        overflow: hidden;
        box-sizing: border-box;
        background-color: transparent !important;
        border-left: 0px !important;
		height: 100% !important;
		position: absolute;
		box-shadow: none !important;
	}
	
	.product-small .box .box-text .product-links-wrapper a:after {
content: "";
        background-image: url(/wp-content/uploads/2024/05/chevron-right-icon.svg);
        width: 13px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 5px;
        position: absolute;
        top: calc(50% - 6.5px);
        fill: #9ad1c0;
		color: #9ad1c0; 
	}
	
	.product-small .box .box-text .product-links-wrapper a:after svg path {
  		fill: currentcolor;
	}
	
	.woocommerce .row.category-page-row .row.products {
		row-gap: 0px !important;
	}
	
	.product-small > .col-inner > .badge-container > .badge {
		margin: -8px 0 0 -8px !important;
	}
	
	.product-small > .col-inner > .badge-container > .badge > div {
		padding: 10px 18px;
	}

}



/* betaling mislukt, opnieuw producten tonen en betaling aanbieden */

#order_review .shop_table {
	float: left;
    width: 50%;
    padding-right: 100px;
}

#order_review .shop_table thead tr th:nth-child(1) { 
    border-radius: 10px 0px 0px;
    overflow: hidden;
    background-color: var(--primary);
    padding: 10px;
}


#order_review .shop_table thead tr th:nth-child(2) { 
    background-color: var(--primary);
    padding: 10px;
}


#order_review .shop_table thead tr th:nth-child(3) { 
    border-radius: 0px 10px 0px 0px;
    overflow: hidden;
    background-color: var(--primary);
    padding: 10px;
}



#order_review .shop_table .order_item .product-name {
	font-family: 'opensans-bold';
    color: #333;
}

#order_review .shop_table .order_item .product-name ul {
	font-family: opensans-regular, sans-serif !important;
}

#order_review #payment {
	float: left;
    width: 50%;
}

#order_review #payment #place_order {
	background-color: var(--primary);
	border-radius: 0px 15px;
}

#order_review #payment ul.wc_payment_methods {
	list-style: none;
}



/* checkout sidebar styling problemen oplossen */

.checkout-sidebar .woocommerce-checkout-review-order-table {
	width: 100% !important;
	padding-right: 0px !important;
}

.checkout-sidebar .ux-free-shipping {
	width: 100%;
}




@media screen and (max-width: 1050px) {

	#order_review .shop_table {
		float: left;
	    width: 100%;
	    padding-right: 0px;
	}		
	
	#order_review #payment {
		float: left;
	    width: 100%;
	}
	
	
}


@media screen and (max-width: 650px) {

#order_review table.shop_table {
    padding-right: 0px;
}

	
}



/* OUTLET SALE BANNER */


#section_479120762 {
	padding-top: 15px;
	padding-bottom:15px;
}

@media screen and (max-width: 850px) {

	.outlet-banner-img {
		max-width:85px !important;
		margin-right: 25px !important;
	}
	
	.outlet-banner-title {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	
	
	.outlet-banner-body {
		font-size: 16px !important;
		line-height: 25px !important;
	}

}

@media screen and (max-width: 600px) {

	.outlet-banner-img {
		max-width:70px !important;
		margin-right: 15px !important;
	}

	.outlet-banner-img img {
		margin-top: -40px !important;
	}	
	
	.outlet-banner-title {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	
	
	.outlet-banner-body {
		font-size: 13px !important;
		line-height: 21px !important;
	}

}

@media screen and (max-width: 375px) {

	#section_479120762 {
		max-width:375px; !important;
	}


	.outlet-banner-img img {
		margin-bottom: 10px !important;
		margin-top: 0px !important;
	}	
	
	.outlet-banner-title {
		text-align: center !important;
	}
	
	
	.outlet-banner-body {
		text-align: center !important;
	}

}


/* form van product addons smaller maken zodat tekst geselecteerd kan worden */

.wc-pao-addon .wc-pao-addon-wrap {
    margin: 0.5em 0 0 0;
    width: 100px !important;
    position: absolute;
    right: 0px;
}

/* addons products totals altijd 100% breed houden, correct op breedte statement van Gallerij die hier invloed op heeft */
.product-addon-totals ul li {
	width:100% !important;
	max-width: 100% !important;
}


.grecaptcha-badge {
	z-index: 2 !important;
}





