/*
==  WOOCOMMERCE THEME DETAILS  ============================================================
    Theme Name: Tentharingwebshop.nl
	Theme URI: https://tentharingwebshop.nl/
    Description: Woocommerce Stylesheet Tentharingwebshop.nl
    Version: 1.0
	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--primary: #005342;
		--secondary: #68A67A;
		--tertiary: #FFF;
		--quaternary: #E9F4ED;
		--grey: #6B6B68;
	}

	.woocommerce a {
		color: var(--secondary);
	}

	.woocommerce a:hover {
		color: var(--primary);
	}

	.woocommerce .button ,
	.woocommerce #review_form #respond .form-submit input {
		font-family: "Lexend Deca", sans-serif;
		font-size: 0.8rem !important;
		font-weight: 700 !important;
		line-height: 1 !important;
		padding: 1.1rem 1.75rem !important;
		color: var(--green) !important;
		background: none  !important;
		border: 2px solid var(--mint) !important;
		-webkit-border-radius: 50px !important;
		-moz-border-radius: 50px !important;
		border-radius: 50px !important;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.woocommerce .button:hover ,
	.woocommerce #review_form #respond .form-submit input:hover {
		color: var(--tertiary) !important;
		background: var(--secondary) !important;
	}	

	.woocommerce select {
		font-size: 0.8rem;
		border: none;
		color: var(--grey);
		width: 100%;
		min-width: 150px;
		height: 50px;
		padding: 0 1rem;
		margin: 0 !important;
		background-image:url(../images/dropdown-select.svg) !important;
		background-repeat:no-repeat;
		background-position: right !important;
		background-color:  var(--light-mint) !important;
		-webkit-appearance: none;
		appearance:none;
		-moz-appearance: none;
		background-size: 44px 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.woocommerce select::-ms-expand {
   		display: none;
	}

	.woocommerce h2 {
		font-size: 1.5rem;
		color: var(--secondary) !important;
		margin-bottom: 1rem;
	}

	.woocommerce .content-block p + p {
		margin: 0 !important;
	}

	.woocommerce .content-block a {
		color: var(--secondary)
	}

	.woocommerce label {
		font-size: 0.8rem;
		font-weight: 700;
		margin-bottom: 0.25rem !important;
	}

	.woocommerce ins {
		text-decoration: none !important;
		font-weight: 700;
	}

	.woocommerce #respond input#submit.added::after, 
	.woocommerce a.button.added::after, 
	.woocommerce button.button.added::after, 
	.woocommerce input.button.added::after {
		display: none !important;
	}

  	.woocommerce .woocommerce-form-login input.woocommerce-Input ,
	.woocommerce .woocommerce-form-login span.password-input {
		width: 100% !important;
		max-width: 20rem !important;
	}

	.woocommerce .u-column1 + .u-column2 {
		margin-top: 1.5rem;
	}

	.woocommerce .woocommerce-form-register input.woocommerce-Input ,
	.woocommerce .woocommerce-form-register span.password-input{
		width: 100% !important;
		max-width: 30rem !important;
	}

	.woocommerce-message {
		border-top-color: var(--secondary);		
	}

	.woocommerce-error {
		margin-bottom: 2rem !important;
	}

	.woocommerce span.onsale {
		font-size: 0.7rem;
		border-radius: 0;
		margin: 0;
		min-height: inherit;
		background: var(--secondary);
		line-height: 1.75rem;
		padding: 0 0.5rem;
	}

	.woocommerce ul.products li.product .onsale {
		margin: 0;	
		top: 1rem;
		right: 1rem;
	}

	.woocommerce div.product span.onsale {
		font-size: 0.8rem;
		left: 1.5rem;
		top: 1.5rem;
	}

	.woocommerce #header.position-absolute {
		position: absolute !important;
		top: 0;
	}

	.woocommerce ul.products li::before {
		content: none !important;
	}

	.woocommerce .woocommerce-notices-wrapper ul {
		padding: 1rem 2rem 1rem 3.5rem !important;
	}

	.woocommerce.content-block ul li:before {
		content: none !important;
	}

	.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
		font-size: 0.65rem !important;
		line-height: 1rem !important;
		text-decoration: none !important;
	}

	.woocommerce-error li::before {
		display: none !important;
	}

	.woocommerce-error li {
		padding-left: 2.75rem !important;
	}

	.up-sells ul.products li.product .price {
		display: none !important;
	}

/*---------------------------------------------- 
	1.3 Term Description
------------------------------------------------*/
	.term-description p + p {
		margin-top: 1.5rem !important;
	}

	.term-description p + p ,
	.term-description p + h2 ,
	.term-description p + h3 ,
	.term-description p + h4 ,
	.term-description p + h5 ,
	.term-description p + ul ,
	.term-description h3 + ul ,
	.term-description h4 + ul ,
	.term-description ul + p ,
	.term-description ul + h3 {
		margin-top: 1.5rem !important;
	}

	.term-description h3 ,
	.term-description h4 {
		margin-bottom: 1rem;
	}

/*---------------------------------------------- 
	1.4 Product Sidebar
------------------------------------------------*/
	.product-sidebar {
		padding-bottom: 0.5rem;
	}

	.product-sidebar__wrapper {
		padding: 2.5rem 1.5rem;
	}

	.product-sidebar__wrapper ul li i {
		color: var(--light-mint);
	}

	.product-sidebar__contact {
		padding: 2rem 1.5rem;
	}

	.product-sidebar__contactgegevens li a {
		font-family: "Lexend Deca", sans-serif;
		font-size: 0.8rem;
		font-weight: 500;
		color: var(--primary);
		padding: 0;
		position: relative;
	}

	.product-sidebar__contactgegevens a:hover {
		color: var(--secondary);
	}

	.product-sidebar__contactgegevens li:not(:last-child)::after {
		content: "/";
		color: var(--secondary) !important;
		display: inline-block;
		padding: 0 0.3rem;
	}

	@media all and (max-width: 992px) {
		.product-sidebar__contact {
			padding: 1.5rem 1.25rem;
		}	
	}

/*---------------------------------------------- 
	1.5 Popup
------------------------------------------------*/
	.ttt-pnwc-wrapper .ttt-pnwc-notice-icon {
		display: none !important;
	}

	.ttt-pnwc-message {
		text-align: center !important;
	}

	.ttt-pnwc-message .button {
		float: none !important;
		margin-top: 1.5rem !important;
	}

/*---------------------------------------------- 
	1.5 Request a quote
------------------------------------------------*/
	.woocommerce .adf-request-quote-page.template_one ,
	.woocommerce .addify-quote-form.template_one .af-quote-field-table {
		max-width: inherit !important;
	}

	.woocommerce .addify-quote-form.template_one .addify-quote-form__contents {
		width: 100% !important;
		border-radius: 0 !important;
	}

	.woocommerce .addify-quote-form__contents .product-remove ,
	.woocommerce .addify-quote-form__contents th:last-child {
		border-radius: 0 !important;
	}

	.woocommerce .af-quote-field-table .addify-option-field input {
		background: var(--light-mind) !important;
		height: 2.75rem;
		color: var(--green) !important;
		border: none !important;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.woocommerce .af-quote-field-table .addify-option-field + .addify-option-field {
		margin-top: 1rem !important;
	}

/*---------------------------------------------- 
	2. Winkeloverzicht
------------------------------------------------*/
	.woocommerce ul.products {
		margin: 0;
		position: relative;
		z-index: 9;
	}

	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
		margin-right: 0 !important;
	}

	.woocommerce ul.products li.product {
		width: 31.25% !important;
    	margin-right: 2.25% !important;
		margin-bottom: 0 !important;
		border-radius: 0 !important;
	}

	.woocommerce ul.products li.product .product-wrapper,
	.frontpage-products .product .product-wrapper {
		padding: 7.5rem 1.5rem 2.75rem 1.5rem;
		margin-top: 11rem;
	}

	.woocommerce ul.products li.product .product-wrapper figure img ,
	.frontpage-products .product .product-wrapper figure img{
		max-width: 13rem;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}

	.woocommerce ul.products li.product .product-wrapper figure img {
		top: 4rem;
	}

	.frontpage-products .product .product-wrapper figure img{
		top: -7rem;
	}

	.woocommerce a.woocommerce-loop-product__link {
		display: flex;
		flex-direction: column;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title ,
	.woocommerce ul.products li.product .woocommerce-loop-category__title ,
	.frontpage-producten .product .woocommerce-loop-product__title {
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.5rem !important;
		font-weight: 600 !important;
		color: var(--tertiary) !important;
		padding: 0;
		margin: 0 0 0.5rem 0 !important;
		display: block;
		order: 2;
	}

	.woocommerce ul.products li.product .product-wrapper p,
	.frontpage-products .product .product-wrapper p {
		min-height: 6rem;
	}

	small .woocommerce-Price-amount.amount bdi::after {
		content: none;
	}	

	.woocommerce ul.products li.last, 
	.woocommerce-page ul.products li.last ,
	.woocommerce .up-sells ul.products li.product.last {
		margin-right:  0 !important;
	}

	@media all and (max-width : 1200px) {
		.woocommerce ul.products li.product .woocommerce-loop-product__title ,
		.woocommerce ul.products li.product .woocommerce-loop-category__title ,
		.frontpage-producten .product .woocommerce-loop-product__title ,
		.woocommerce ul.products li.product .price ,
		.frontpage-producten .product .price {
			font-size: 1.1rem !important;
		}
	}

	@media all and (max-width : 992px) {
		.woocommerce ul.products li.product {
			width: 48% !important; /* Zorgt ervoor dat twee producten naast elkaar passen */
			margin-right: 4% !important; /* Ruimte tussen de kolommen */
		}
		.woocommerce ul.products li.product:nth-child(2n) {
			margin-right: 0 !important; /* Verwijdert de rechter marge bij elk tweede item */
		}
	}

	@media all and (max-width : 767px) {
		.woocommerce ul.products[class*=columns-] li.product , 
		.woocommerce-page ul.products[class*=columns-] li.product ,
		.woocommerce ul.products[class*=columns-] li.product.featured {
			width: 100% !important;
			margin-right: 0 !important;
		}
	}

/*---------------------------------------------- 
	3. Single Product
------------------------------------------------*/
	.content--product::after {
		content: "";
		background: var(--green);
		position: absolute;
		top: 0;
		width: 100%;
		height: 20.5rem;
		-webkit-border-bottom-left-radius: 4rem;
		-moz-border-radius-bottomleft: 4rem;
		border-bottom-left-radius: 4rem;
	}

	.woocommerce div.product div.images {
		margin: 0;
		border-radius: 0;
		width: 50% !important;
	}

	.woocommerce div.product div.images .flex-viewport {
		background: var(--white);	
		margin-bottom: 0.75rem;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.21);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.21);
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.21);
		-webkit-border-top-right-radius: 4rem;
		-webkit-border-bottom-left-radius: 4rem;
		-moz-border-radius-topright: 4rem;
		-moz-border-radius-bottomleft: 4rem;
		border-top-right-radius: 4rem;
		border-bottom-left-radius: 4rem;
	}

	.woocommerce div.product div.images .flex-viewport img {
		padding: 1.5rem !important;	
	}

	.woocommerce div.product div.images img {
		border-radius: 0;
		background:  none !important;
		width: auto!important;
		margin: 0 auto;
		padding: 1.5rem 0;
		overflow: hidden;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
		background: none !important;
	}
	
	.woocommerce-product-gallery__image {
	  pointer-events: none;
	}

	.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
		height: 540px !important;
		object-fit: contain;
		object-position: center;
	}

	.woocommerce div.product div.images img {
		background:  none !important;
		margin: 0 auto !important;
		padding: 0 !important;
		-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;
		border-radius: 10px !important;
	}

	.woocommerce div.product div.images .flex-control-thumbs li {
		padding: 0.75rem 2.5px;
	}

	.woocommerce div.product div.images li img {
		width: 100% !important;
		height: 7.5rem !important;
	}

	@media all and (max-width: 1200px) {
		.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
			height: 475px !important;
		}
	}

	@media all and (max-width: 992px) {
		.woocommerce div.product div.images {
			width: 100% !important;	
		}
	}

	@media all and (max-width: 767px) {
		.woocommerce div.product div.images img {
			max-height: 400px;
		}
	}

/* Product content -------------------------------------- */
	.woocommerce div.product div.summary {
		margin: 0;
		padding-top: 2.5rem;
		width: 40% !important;
		display: flex;
		flex-direction: column;
		float: right !important;
	}

	.woocommerce div.product div.summary h1 {
		font-size: 2.5rem;
		line-height: 2.5rem;
		min-height: 5rem;
		color: var(--tertiary) !important;
		order: -1;
	}

	.woocommerce .woocommerce-product-details__short-description p + p {
		margin-top: 1.5rem !important;
	}

	@media (min-width: 992px) {
		.woocommerce .woocommerce-product-details__short-description {
			min-height: 10rem !important;
		}	
	}


	@media all and (max-width: 992px) {
		.woocommerce div.product div.summary {
			width: 100% !important;	
			margin-bottom: 2.5rem;
		}
		.woocommerce div.product div.summary h1 ,
		.woocommerce .woocommerce-product-details__short-description {
			color: var(--primary) !important;	
		}
	}

/* Stock -------------------------------------- */
	.woocommerce .product .stock {
		order: 4;
		font-size: 0.9rem;
		font-weight: 600;
		color: var(--orange) !important;
		margin: 1rem 0 0.5rem 0 !important;
	}

/* Price -------------------------------------- */
	.woocommerce .product p.price {
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.75rem !important;
		font-weight: 600;
		color: var(--secondary) !important;
		order: 5;
		padding: 0 !important;
		margin: 1rem 0 0 0 !important;
		text-align: right !important;
	}

	.woocommerce-Price-currencySymbol ,
	.woocommerce .tier-pricing-summary-table .woocommerce-Price-amount {
		padding-right: 0 !important;
	}

	.woocommerce .product p.price .woocommerce-price-suffix {
		font-size: 0.8rem;
		font-weight: 400;
	}

	.woocommerce .product p.price .tiered-pricing-dynamic-price-wrapper[data-price-type="dynamic"] {
		display: none !important;
	}
	
/* Button -------------------------------------- */
	.woocommerce div.product form.cart  {
		margin: 2rem 0 0 0;
		order: 7;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.woocommerce .quantity .qty {
		width: 4rem !important;
		height: 3.5rem !important;
		margin-right: 0.5rem;
		border: 1px solid var(--grey) !important;
		padding-right: 0;
		border-radius: 0 !important;
	}

	.woocommerce div.product form.cart .button {
		line-height: 3.5rem !important;
		height: 3.5rem;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		position: relative !important;
		overflow: hidden !important;
	}

/* Variable -------------------------------------- */
	.woocommerce div.product.product-type-variable p.price {
		display: none;
	}

	.woocommerce div.product form.cart .variations {
		margin-bottom: 0;
	}

	.woocommerce div.product form.cart .variations tr th {
		text-align: left;
		width: 150px !important;
	}

	.woocommerce div.product form.cart .variations tr th label {
		font-size: 0.9rem;
		font-weight: 600;
		color: var(--primary);
		text-align: left;
		padding-right: 0.5rem;	
		margin: 0;
		line-height: 50px;
	}

	.woocommerce div.product form.cart .variations tr td {
		padding-bottom: 0.75rem;
	}

	.woocommerce .woocommerce-variation-price span.price {
		font-family: "Lexend Deca", sans-serif;
		font-size: 1.75rem !important;
		color: var(--secondary) !important;
		font-weight: 600 !important;
		margin-bottom: 1rem;
		display: block;
		text-align: right !important;
	}

	.woocommerce .woocommerce-variation-price span.price .woocommerce-price-suffix {
		font-size: 0.8rem;
		font-weight: 400;
	}

	.woocommerce .product p.price span.from {
		font-size: 0.8rem;
		font-weight: 400 !important;
	}

/* Tabs -------------------------------------- */
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0;
		border-bottom: 0.5px solid var(--grey);
		margin-bottom: 1.5rem !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border: none;
		background: none;
		border-radius: 0;
		margin: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		color: var(--primary);
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a ,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
		color: var(--secondary);
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs::before ,
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before ,
	.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
		content: none;
	}

	.woocommerce div.product .woocommerce-tabs .content-block p + p {
		margin-top: 1.5rem !important;
	}

	.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
		border: none;
	}

	.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
		width: 20rem;
		padding: 0.75rem;
		border: none;
	}

	.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
		border: none;
		font-style: inherit;
		padding: 0 !important;
	}

	.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tbody tr:nth-of-type(odd) {
    	background: none !important;
	}

	.woocommerce table.shop_attributes tr:nth-child(even) td, 
	.woocommerce table.shop_attributes tr:nth-child(even) th {
		background: rgba(238, 229, 229, 0.5);
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 0 !important;
	}

	@media all and (max-width: 992px) {
		.woocommerce div.product .woocommerce-tabs {
			margin-top: 0 !important;
		}	
	}

	@media all and (max-width: 576px) {
		.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
			width: 15rem;
		}
	}

/*---------------------------------------------- 
	4. Winkelwagen
------------------------------------------------*/
	.woocommerce table.shop_table {
		border: none !important;
		border-radius: 0;
	}

	.woocommerce table.shop_table.cart thead {
		background: var(--secondary);
		height: 3rem;
	}

	.woocommerce table.shop_table.cart thead th {
		font-size: 0.9rem !important;
		font-weight: 400 !important;
		color: var(--white) !important;
	}

	.woocommerce table.shop_table tbody ,
	.woocommerce table.shop_table tbody th ,
	.woocommerce table.shop_table tbody strong {
		font-size: 0.9rem;
		color: var(--primary);
	}

	.woocommerce table td.product-thumbnail {
		text-align: center !important;
	}

	.woocommerce table td.product-thumbnail img {
		width: 100px;
	}

	.woocommerce a.remove:hover {
		color: var(--grey) !important;
		background: none !important;
	}

	.woocommerce table td.product-name a {
		font-weight: 700 !important;
		color: var(--primary);
	}

	.woocommerce .cart-collaterals .cart_totals {
		border: 1px solid var(--grey);
		background: var(--white);
		padding: 1.5rem 1.5rem 0 1.5rem;
	}

	.woocommerce .cart_totals th { 
		text-align: left !important;
		font-weight: normal !important;
	}

	.woocommerce .cart_totals td {
		text-align: right !important;
	}

	.woocommerce .wc-proceed-to-checkout {
		text-align: right !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin: -8px 0 0 0;
		left: -5px;
	}
	
	.woocommerce ul#shipping_method li {
		margin: 0;
	}

	.woocommerce ul#shipping_method li:before {
		content: none;
	}

	p.woocommerce-shipping-destination {
		display: none;
	}

	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		display: inline-block !important;
	}

	@media all and (max-width: 754px) {
		.woocommerce .product-remove a.remove {
			position: relative;
		}
		.woocommerce .product-remove a.remove:after {
			content: "Verwijderen";
			font-size: 0.8rem;
			bottom: 2px;
			position: relative;
			padding-left: 0.3rem;
		}
	}

	@media all and (max-width: 550px) {
		.woocommerce-error, 
		.woocommerce-info, 
		.woocommerce-message {
			padding: 1rem 2rem !important;
			text-align: center !important;
		}
		.woocommerce-message::before {
			display: none !important;
		}
		.woocommerce .woocommerce-error .button, 
		.woocommerce .woocommerce-info .button, 
		.woocommerce .woocommerce-message .button, 
		.woocommerce-page .woocommerce-error .button, 
		.woocommerce-page .woocommerce-info .button, 
		.woocommerce-page .woocommerce-message .button {
			float: none;
			display: block !important;
			margin-bottom: 0.25rem;
		}
	}

/* Cross sells -------------------------------------- */
	.woocommerce .cart-collaterals .cross-sells, 
	.woocommerce-page .cart-collaterals .cross-sells {
		width: 100% !important;
	}

	.woocommerce .cart-collaterals .cross-sells h2, 
	.woocommerce-page .cart-collaterals .cross-sells h2 {
		font-size: 1.5rem !important;
		margin-bottom: 1.5rem !important;
		font-weight: 700;
	}

	.woocommerce .cart-collaterals .cross-sells ul.products li.product, 
	.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
		width: 22.05% !important;
	}

	@media all and (max-width: 992px) {
		.woocommerce .cart-collaterals .cross-sells ul.products li, 
		.woocommerce-page .cart-collaterals .cross-sells ul.products li {
			width: 48% !important;
		}
	}	

	@media all and (max-width: 550px) {
		.woocommerce .cart-collaterals .cross-sells ul.products li, 
		.woocommerce-page .cart-collaterals .cross-sells ul.products li {
			width: 100% !important;
		}
	}

/*---------------------------------------------- 
	5. Afrekenen
------------------------------------------------*/
	.woocommerce .woocommerce-billing-fields h3 ,
	.woocommerce .woocommerce-shipping-fields h3,
	.woocommerce h3#order_review_heading {
		font-size: 1.25rem !important;
		margin-bottom: 1rem;
	}

	.select2-container--default .select2-results__option--highlighted[aria-selected], 
	.select2-container--default .select2-results__option--highlighted[data-selected] {
		background-color: var(--secondary);
	}

	.woocommerce .checkout .col2-set {
		width: 47.8260869565%;
		float: left;
		margin-right: 4.347826087%;	
	}

	.woocommerce .checkout #order_review_heading ,
	.woocommerce .checkout #order_review {
		width: 47.8260869565%;
   	 	float: right;
    	margin-right: 0;
	}

	.woocommerce .col2-set .col-1 , 
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.woocommerce .col2-set .col-1 {
		z-index: 8;
	}

	.woocommerce .checkout .col2-set .col-2 {
		float: none !important;
	}

	.woocommerce form .form-row label {
		padding-left: 0;
		width: 100%;
	}

	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea ,
	.select2-container--default .select2-selection--single ,
	.woocommerce form .form-row select ,
	.woocommerce form .coupon input ,
	.woocommerce form input#geboortedatum {
		background-color: var(--white) !important;
		height: 50px;
    	font-size: 16px;
    	line-height: 1.5;
		width: 100% !important;
		color: var(--primary) !important;
    	background-image: none;
    	border: 1px solid var(--grey);
		margin: 0;
		padding: 0 10px;
		box-shadow: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block !important;
	}

	.woocommerce form .form-row ,
	.woocommerce form p.form-row + p.form-row {
		margin: 1rem 0 !important;
		padding: 0;
	}

	.select2-container--default .select2-selection--single {
		margin: 0 !important;	
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 35px !important;
	}

	.woocommerce form .form-row textarea {
		height: 6rem !important;
		padding: 1rem !important;
		width: 100% !important;
	}

	.woocommerce form p.thwcfd-field-paragraph {
		font-size: 0.7rem;
	}

	.woocommerce #ship-to-different-address {
		text-transform: inherit;
		letter-spacing: 0;
	}

	.woocommerce #ship-to-different-address .checkbox {
		margin-left: 0;
	}

	.woocommerce #order_review table.shop_table{
		border-collapse: collapse !important;
	}

	.woocommerce #order_review table thead th {
		color: var(--primary) !important;
		font-weight: 700 !important;
		padding: 1rem 0 !important;
	}

	.woocommerce #order_review table td ,
	.woocommerce #order_review table th {
		padding: 1rem 0 !important;
	}

	.woocommerce #order_review table th ,
	.woocommerce #order_review table td.product-name {
		font-size: 0.8rem;
		text-align: left;
		color: var(--primary);
	}

	.woocommerce #order_review table td.product-name strong.product-quantity {
		font-size: 0.7rem !important;
		color: var(--primary);
		padding-left: 0.25rem;
	}
	
	.woocommerce #order_review table td {
		text-align: right;
		padding: 0.4em 0.2em;
	}

	.woocommerce #order_review table tfoot th {
		padding-right: 0 !important;
	}

	.woocommerce #order_review table tfoot td {
		padding-left: 0 !important;
	}

	.woocommerce #order_review table th.product-total {
		text-align: right !important;
	}

	.woocommerce .woocommerce-terms-and-conditions-wrapper .form-row {
		margin: 0 !important;
	}

	.woocommerce .woocommerce-terms-and-conditions-wrapper .input-checkbox {
		margin: -5px 5px 0 0 !important;
		position: relative;
	}

	.woocommerce form.checkout_coupon, 
	.woocommerce form.login, 
	.woocommerce form.register {
		border: none;
		padding: 0;
    	margin: 0;
   		border-radius: 0;
	}

	#add_payment_method #payment div.payment_box::before, 
	.woocommerce-cart #payment div.payment_box::before, 
	.woocommerce-checkout #payment div.payment_box::before {
		content: none;
	}

	#add_payment_method #payment div.payment_box, 
	.woocommerce-cart #payment div.payment_box, 
	.woocommerce-checkout #payment div.payment_box {
		background:  none !important;
		padding: 0;
	}

	.woocommerce-checkout #payment div.payment_box p {
		display: none;
	}

	.woocommerce-checkout #payment div.payment_box fieldset p {
		display: block;
	}

	.woocommerce-checkout #payment div.payment_box fieldset label {
		padding-left: 0;
	}

	.woocommerce .woocommerce-terms-and-conditions-wrapper a {
		color: var(--secondary); 
		font-weight: 700;
	}

	.woocommerce .woocommerce-terms-and-conditions-wrapper a:hover {
		color: var(--primary);
	}

	.woocommerce-billing-fields .woocommerce-input-wrapper {
		width: 100%;
	}

	.woocommerce-billing-fields #billing_address_2_field {
		display: none !important;
	}

	.woocommerce-billing-fields .screen-reader-text ,
	.woocommerce-billing-fields select#billing_country {
		width: auto !important;
	}

	.woocommerce form .coupon input {
		margin-bottom: 1rem !important;
	}

	.woocommerce .woocommerce-terms-and-conditions-wrapper {
		margin-bottom: 1.25rem;
	}

	.woocommerce .woocommerce-terms-and-conditions-checkbox-text {
		font-size: 0.8rem;
	}

	.woocommerce-checkout #payment ul.payment_methods li label {
		display: inline-flex;
	}

	.woocommerce-checkout #payment ul.payment_methods li::before {
		display: none;
	}

	.woocommerce-checkout select#shipping_country {
		width: auto !important;
	}

	#add_payment_method #payment, 
	.woocommerce-cart #payment, 
	.woocommerce-checkout #payment {
		background: var(--white) !important;
		border-radius: 0 !important;
		border: 0.25px solid var(--grey) !important;
	}

	@media all and (max-width : 992px) {
		.woocommerce .checkout .col2-set ,
		.woocommerce .checkout #order_review_heading ,
		.woocommerce .checkout #order_review {
			width: 100%;	
		}
	}

/*---------------------------------------------- 
	6. Mijn Account
------------------------------------------------*/
	.woocommerce .woocommerce-MyAccount-navigation ul {
		background: var(--secondary);
		padding: 0 !important;
		list-style: none;
		border-radius: 0;
		overflow: hidden;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.28);
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li {
		display: block;
		font-weight: 400;
		padding: 0.65rem 1.5rem;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li a {
		color: var(--white);
		text-decoration: none;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
		color: var(--primary);	
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li:before {
		content: none;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li + li {
		border-top: 1px solid var(--white);
	}

	.woocommerce .woocommerce-MyAccount-content p + p {
		margin: 0 !important;
	}

	.woocommerce .woocommerce-MyAccount-content p {
		margin-bottom: 2rem;
	}

	.woocommerce .woocommerce-MyAccount-content span em {
		font-size: 0.75rem;
	}

	.woocommerce .woocommerce-Address-title h3 ,
	.woocommerce .woocommerce-MyAccount-content fieldset {
		margin-top: 1.25rem;
	}

	.woocommerce .woocommerce-Address address {
		margin-bottom: 0;
	}

	.woocommerce-MyAccount-content address {
		display: block;
	}

	.woocommerce table.shop_table tbody, 
	.woocommerce table.shop_table tbody th, 
	.woocommerce table.shop_table tbody strong {
		font-size: 0.8rem !important;		
	}

	.woocommerce table.my_account_orders td, 
	.woocommerce table.my_account_orders th {
		padding: 0.5rem 1rem;
		text-align: left;
	}

	.woocommerce-info {
		border-top-color: var(--secondary);
		margin-bottom: 1rem !important;
	}

	.woocommerce-info::before {
		color: var(--secondary);
	}

	.woocommerce .password-input {
		margin-bottom: 1.25rem !important;
	}

	.woocommerce ul.order_details li:before {
		content: none !important;
	}

	@media all and (max-width : 800px) {
		.woocommerce .woocommerce-MyAccount-navigation ul li {
			display: block !important;
		}
		.woocommerce .woocommerce-MyAccount-navigation ul li + li {
			margin-left: 0 !important;
		}
	}

/* Order -------------------------------------- */
	.woocommerce .woocommerce-order p {
		margin-bottom: 1.5rem !important;
	}

	.woocommerce ul.order_details {
		padding: 0;
		margin-bottom: 1.5rem !important;
	}

	.woocommerce .woocommerce-customer-details address {
		border: none;
		border-radius: 0;
		padding: 0;
		line-height: 1.5rem;
		margin-bottom: 0 !important;
	}

/* Order Recieved -------------------------------------- */
	.woocommerce .woocommerce-column--billing-address h2 ,
	.woocommerce  .woocommerce-column--shipping-address h2 {
		font-size: 1.5rem;
		margin-bottom: 0.5em;
	}

	.woocommerce .woocommerce-column--billing-address address ,
	.woocommerce  .woocommerce-column--shipping-address address {
		margin-bottom: 1.5rem !important;
		line-height: 1.5rem;
	}

	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
		padding: 0 !important;
	}

	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before ,
	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
		content: none !important;
	}