/********************* Typography ***************************/
@import url("https://use.typekit.net/thd4xqx.css");


h1, h2, h3, h4, h5, h6 {
	font-family: "veneer", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
}
h2 {
	font-size:45px !important;
}
h3 {
	font-size: 40px !important;
	color: #122b27;
}

.wp-admin h3, .wp-admin h2 {
	font-size:22px !important;
}
h4 {
	color: #129072 !important;
	font-size: 26px !important;
	margin-bottom:0px !important;
}
h5 {
	font-size: 24px !important;
	color: #006851;
}
p, li {
	font-family: "filson-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 2.2em;
	color: #727272;
}
p b, p strong {
	font-weight: 700;
}
a {

	text-decoration: none !important;
}
p a {
	color: #129072 !important;
}
.dark_mode ul {
	padding-left:0px;
	margin-left:0px;
}

.wc-bacs-bank-details-account-name {
	font-size: 16px !important;
  font-family: "filson-pro", sans-serif;
}

ul {
	padding-left:20px;
	margin:0px;
}
bdi, ins {
	text-decoration: none !important;
}

/************************* extra product options **************************/


.tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-startimages {
	padding-left:0px !important;
}

.tmhexcolorimage-li-nowh.shadow .tmcp-field-wrap-inner:before {
	left: 15px !important;
	pointer-events:none;
	background: #ddd !important;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label {
	padding-left:50px;
}
.tmhexcolorimage-li-nowh.shadow.tc-active .tmcp-field-wrap-inner:before {
	background: #006851 !important;
}


/************************* Product image switcher **************************/
.tc-container h3 span {
	font-size: 28px;
    font-weight: bold;
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
    line-height: 1em !important;
}
.tmhexcolorimage-li-nowh.shadow {
	padding: 12px !important;
	padding-left: 50px !important;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #ddd !important;
	position:relative !important;
}
.tmhexcolorimage-li-nowh.shadow.tc-active {
	border: 1px solid black !important;
}
.tmhexcolorimage-li-nowh.shadow .tmcp-field-wrap-inner:before  {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #eee;
    left: -35px;
    top: 14px;
    border-radius: 50px;
	line-height: 22px;
    text-align: center;
    color: #fff;
}
.tmhexcolorimage-li-nowh.shadow.tc-active .tmcp-field-wrap-inner:before  {
	background: #006851;
	content:'\2713';
}
.tmhexcolorimage-li-nowh .checkbox-image,
.tmhexcolorimage-li-nowh .radio-image{
	border: 0px !important;
    box-shadow: none !important;
}
.checkbox-image-label-inline .tc-label-inner {
	display:block !important;
	line-height:1.3em;
}
.radio-image-label-inline .tc-label-inner > * {
	line-height:1.3em;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap .tc-label-wrap {
	align-items: center !important;	
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
	padding: 10px 10px 10px 0px !important;
	border-radius: 13px;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-active {
	border: 1px solid #006851 !important;
}
.checkbox-image-label-inline .tc-label-inner .tc-label-text,
.radio-image-label-inline .tc-label-inner .tc-label-text{
	line-height:1em;
	color: #000;
}

.checkbox-image-label-inline .tc-label-inner ins,
.radio-image-label-inline .tc-label-inner ins{
	background:none;
}
.checkbox-image-label-inline .tc-label-inner ins .amount,
.radio-image-label-inline .tc-label-inner ins .amount{
	color: #000 !important;
}

#tm-extra-product-options-fields .checkbox-image-label-inline .tc-price
#tm-extra-product-options-fields .radio-image-label-inline .tc-price {
	display:block !important;
}
/********************* Main styles ***************************/
html, body {
	max-width:100vw;
	overflow-x:hidden;
}

@media all and (max-width:1550px) {
	.container {
		max-width: 98% !important;
	}
}

@media all and (max-width:1150px) {
	#masthead .search .search_dropdown {
		top: 95px ;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.admin-bar #masthead .search .search_dropdown {
		top: 152px;
	}
	#masthead .hc-nav-trigger {
		top:65px;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	#masthead.scroll .search .search_dropdown {
		top: 105px;
	}
	#masthead.scroll .admin-bar .search .search_dropdown {
		top: 97px;
	}
	#masthead.scroll .hc-nav-trigger {
		top:20px;
	}
}
@media all and (max-width:1024px) {
	#masthead .search .search_dropdown {
		top: 95px ;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	#masthead.scroll .search .search_dropdown {
		top: 95px;
	}
}
.post, .page {
	margin-bottom:0px;
}

.logos-payment-gateways .__fbcw__bar-widget {
	justify-content:center !important;
}
.payment_box.payment_method_mollie_wc_gateway_ideal, .payment_box.payment_method_mollie_wc_gateway_kbc {
	display:none !important;
}
.overlay_green {
	position:relative;
}
.overlay_green:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #122b27;
	opacity:0.8;
	z-index:1;
}
.overlay_black {
	position:relative;
}
.overlay_black:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #000;
	opacity:0.8;
}
.dark_mode p, .dark_mode h1, .dark_mode h2, .dark_mode h3, .dark_mode h4, .dark_mode h5, .dark_mode h6, .dark_mode label, .dark_mode li {
	color: #fff !important;
}
#page table th, #page table td {
	padding:10px;
	border-bottom: 1px solid #eee
}
.added-to-cart {
 	position:fixed;
	top: 100px;
	text-align: center;
	width:100%;
	z-index:800;

}
.added-to-cart .container {
	background:rgba(255,255,255,0.7);
	border:3px solid #006851 !important;
	padding:20px;
	border-radius:10px;
	color: #006851;
}
.cart-collaterals .cross-sells {
	display:none;
}
.wpforms-confirmation-container-full p {
	color: #000 !important;
}
@media all and (max-width:768px) {
	.added-to-cart {
		top:180px;
	}
	#primary {
		margin-top:70px;
	}
}


/********************* Ajax popup ***************************/

.pop-up {
					display:none;
					position:absolute;
					top: 0;
					left: 0;
					width:100%;
					height:100%;
					z-index: 100;
				}
				.pop-up .pop-up_overlay {
					width:100%;
					height:100%;
					display:flex;
					align-items: center;
					justify-content:center;
				}
				.pop-up .popup_box {
					background: #fff;
					padding:30px;
					box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    				border-radius: 19px;
				}
				.product_loop_box a.reset_variations {
					padding-bottom:0px;
					color: #006851 !important;
				}
				.pop-up .popup_box select {
					padding:10px;
				}
				.pop-up .popup_box .price {
					font-size: 30px;
    				color: #006851 !important;
					margin-bottom: 20px;
    				display: inline-block;
					text-align: center;
				}
				.pop-up .popup_box .quantity {
					display:none;
					margin-bottom: 20px;
					text-align: center;
				}
				.pop-up .popup_box .woocommerce-variation-price {
					text-align: center;
				}
				.pop-up .popup_box table th, .pop-up .popup_box  table td {
					display: block;
					border-bottom: 0px !important;
					padding: 3px !important;
					text-align: center;
				}



/********************* login mijn account ***************************/

#customer_login {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
		max-width: 1200px;
		margin:auto;
}
#customer_login .col-1, #customer_login .col-2 {
		-ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
		margin:1%;
		padding:50px;
		border-radius: 10px;
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 15%);
		background: #fff;
}
#customer_login input, .password-input {
	width:100%;
}
.woocommerce-form-register__submit {
	width: 50% !important;
	border: 0px;
	background: #129072;
	color: #fff;
	margin-top: 10px;
}
#customer_login .woocommerce-form-login__rememberme input {
	width:auto !important;
}
.woocommerce-form-login__rememberme span {
	color: #129072;
}
#masthead .account .inloglink_header {
	padding: 6px 20px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0px;
	background: #006851;
	color: #fff !important;
}
@media all and (max-width:768px) {
	#customer_login .col-1, #customer_login .col-2 {
			-ms-flex: 0 0 98%;
	    flex: 0 0 98%;
	    max-width: 98%;
	}
}

/********************* Ajax add to cart ***************************/

.product_loop_box .added_to_cart {
	display:none;
}
.popup_added_to_cart {
	position:fixed;
	bottom:40px;
	left:calc(50% - 250px);
	padding:40px;
	z-index:999;
	background: #fff;
	border-radius: 10px;
	opacity:0;
	width: 500px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popup_added_to_cart.active {
	opacity:1;
}
.popup_added_to_cart .popup_buttons {
	display:flex;
	margin-top:20px;
}
.popup_added_to_cart .popup_buttons a {
	width:49%;
}
.popup_added_to_cart .popup_verder_shoppen {
	padding:10px;
	border: 1px solid #129072 !important;
	color: #129072 !important;
	margin-right:1%;
	border-radius:50px;
	text-align:center;
}
.popup_added_to_cart .go_to_shopping_cart {
	padding:10px;
	border: 1px solid #129072 !important;
	background: #129072 !important;
	color:#fff !important;
	margin-left:1%;
	border-radius:50px;
	text-align:center;
}
.add_to_card_loop .lds-roller {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
}
.add_to_card_loop .lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 10px 10px;
}
.add_to_card_loop .lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #fff;
	margin: -1px 0 0 -1px;
}
.add_to_card_loop .lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.add_to_card_loop .lds-roller div:nth-child(1):after {
	top: 16px;
	left: 16px;
}
.add_to_card_loop .lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.add_to_card_loop .lds-roller div:nth-child(2):after {
	top: 17px;
	left: 14px;
}
.add_to_card_loop .lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.add_to_card_loop .lds-roller div:nth-child(3):after {
	top: 18px;
	left: 12px;
}
.add_to_card_loop .lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.add_to_card_loop .lds-roller div:nth-child(4):after {
	top: 18px;
	left: 10px;
}
.add_to_card_loop .lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.add_to_card_loop .lds-roller div:nth-child(5):after {
	top: 18px;
	left: 8px;
}
.add_to_card_loop .lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.add_to_card_loop .lds-roller div:nth-child(6):after {
	top: 17px;
	left: 6px;
}
.add_to_card_loop .lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.add_to_card_loop .lds-roller div:nth-child(7):after {
	top: 16px;
	left: 4px;
}
.add_to_card_loop .lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.add_to_card_loop .lds-roller div:nth-child(8):after {
	top: 14px;
	left: 3px;
}
@keyframes lds-roller {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
@media all and (max-width:500px) {
	.popup_added_to_cart {
		bottom: 40px;
		left: 10px !important;
		width: calc(100% - 20px);
	}
}



/********************* Breadcrumbs ***************************/
#crumbs {
	color: #006851;
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
	font-size: 18px;
}
#crumbs a{
	color: #006851;
}
#crumbs .current {
	color: #000000;
}
/********************* breadcrumbs producten ***************************/

.breadcrumbs {
	padding-top:8px;
	padding-bottom:6px;
	padding-left:10px;
}
.breadcrumbs span {
	color: #000000;
    font-family: dharma-gothic-e, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
    font-size: 18px;
}

.breadcrumbs a {
	color: #006851;
}
.breadcrumbs a:hover {
	color: #000000;
}

/********************* Sidebar page ***************************/

.page_sidebar ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.page_sidebar ul li a {
	color: #b1b1b1 !important;
}
.page_sidebar ul li a:hover, .page_sidebar ul li.current-menu-item a{
	color: #006851 !important;
}

/********************* Notification bar ***************************/


.Notification_bar_cont {
	background: #006851;
	height:60px;
	overflow:hidden;
	width: 100vw;
	min-width: 100vw;
	position:relative;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.Notification_bar_cont.nb_mobile {
	display:none;
}
.Notification_bar_cont .container {
	padding:15px;
}
.nb_text {
	color: #fff;
	padding:0px 20px;
	font-weight: 500;
}
.nb_content {
	display:flex;
	justify-content: center;
	align-items: center;
	gap:30px;
	
}
.nb_button {
	background: #fff;
	padding:3px 25px;
	color: #122b27 !important;
	display: block;
	border-radius:50px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nb_button:hover {
	background: #122b27;
	color: #fff !important;
}
.close_nb {
	position:absolute;
	color: #fff;
	right: 25px;
    top: 20px;
	cursor:pointer;
}



#notificationbar #masthead #site-navigation ul .sub-menu-wrap {
	padding-top: 210px !important;
}
#notificationbar #masthead.scroll #site-navigation ul .sub-menu-wrap {
	padding-top: 150px !important;
}
#notificationbar .product_header {
	padding-top:250px;
}
@media all and (max-width:1150px) {
	#notificationbar #page #masthead .search .search_dropdown {
		top: 139px !important;
	}
	.Notification_bar_cont {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100vw;
		transform: translatex(0px);
		height: auto;
        padding: 10px;
		padding-right:45px;
		min-width:100vw;
		z-index:9999;
	}
	.Notification_bar_cont .container {
		padding:0px;
	}
	.close_nb {
		right: 15px;
    	top: 14px;
	}
	#notificationbar #futy-container .widget-iframe {
		margin-bottom:50px;

	}
	#futy-container .widget-iframe {
		margin-bottom:0px;
		transition-delay: 0.1s;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.Notification_bar_cont.nb_mobile {
		display:block;
	}
	.Notification_bar_cont.nb_desktop {
		display:none;
	}
}
@media all and (max-width:768px) {
	#notificationbar #page #masthead .search .search_dropdown {
		top: 91px !important;
	}
	#notificationbar #page  #masthead.scroll .search .search_dropdown {
		top: 91px !important;
	}
	#notificationbar.admin-bar #page #masthead .search .search_dropdown {
		top: 137px !important;
	}
	#notificationbar.admin-bar #page  #masthead.scroll .search .search_dropdown {
		top: 137px !important;
	}
	.nb_text {
		padding:0px;
	}
	.nb_button {
		padding: 3px 17px;
	}
	.nb_content{
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 15px;
	}
}






/********************* Header ***************************/
#masthead .menu-item-27764 .sub_menu_box {
	width:50% !important;
	column-count: 2;
}
#masthead .menu-item-27764 .sub_menu_box li {
	display: inline-block;
	width: 100%;
}
#masthead {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	max-width:100vw;
	z-index:800;
	background: rgba(18,43, 39, 0);
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#masthead.scroll {
	background: rgba(18,43, 39, 1);
}

.admin-bar #masthead {
	top:32px;
}
#masthead .site_img {
	width: 220px;
}
#masthead .site_nav_box {
	width: calc(100% - 420px);
}
#masthead .menu_toggle_box {
	display:none;
}
#masthead .icon_nav_box {
	width: 200px;
}
#masthead .site-branding img {
	max-width:220px;
	width:100%;
	margin-bottom:0px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#masthead.scroll .site-branding img {
	margin-bottom: -30px;
}
#masthead .row {
	align-items:center;
}
.icon_container {
	display:flex;
	justify-content:flex-end;
}
.icon_container a, .icon_container i{
	color: #fff;
	font-size:23px;
	margin:5px;
}
.icon_container .search, .icon_container .account, .icon_container .cart a, .icon_container .verlanglijst {
	padding:5px;
}
.icon_container .search, .icon_container .account {
	position:relative;
	cursor:pointer;
}
.icon_container .search.active, .icon_container .search:hover {
	background:#122b27;
	border-radius: 5px 5px 0 0;
}
.search_dropdown {
	background: #122b27;
	width:350px;
	padding:10px;
	position:absolute;
	top: 100%;
    right: 0;
	max-height:0px;
	opacity:0;
	pointer-events:none;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.icon_container .search.active .search_dropdown {
	max-height:100px;
	opacity:1;
	pointer-events:auto;
}
.icon_container .account .dropdown_account {
	background: #122b27;
	width:350px;
	padding: 20px 33px 20px 20px;
	position:absolute;
	top: 100%;
    right: 0;
	max-height:0px;
	opacity:0;
	pointer-events:none;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.icon_container .account:hover {
	background:#122b27;
	border-radius: 5px 5px 0 0;
}
.icon_container .account:hover .dropdown_account {
	max-height:350px;
	opacity:1;
	pointer-events:auto;
}
.dropdown_account ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.dropdown_account ul li a {
	color: #fff;
    text-decoration: none;
    padding: 4px;
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
}
.dropdown_account ul li a:hover {
	color: #129072 !important;
}

.dropdown_account .woocommerce-form-login .form-row{
	margin-bottom: 5px;
}

.dropdown_account .woocommerce-form-login label{
	display:inline-block;
	width:100%;
	color: #129072;
	font-size:16px;
	margin-bottom: 0px;
}
.dropdown_account .woocommerce-form-login input[type="text"], .dropdown_account .woocommerce-form-login input[type="password"]  {
	width:100%;
}
.woocommerce-form__label-for-checkbox {
	width:50% !important;
	color: #fff !important;
}
.woocommerce-form-login__submit {
	width: 50% !important;
    border: 0px;
    background: #129072;
    color: #fff;
	margin-top:10px;
}
.lost_password a {
	color: #fff;
	font-size:14px;
}
.dgwt-wcas-suggestion-more {
	background: #006851;
	color: #fff !important;
	margin: 10px;
	width: calc(100% - 20px) !important;
	border-radius: 5px;
}
.js-dgwt-wcas-suggestion-headline {
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;

}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
	font-size: 22px !important;
}
.widget_shopping_cart_content {
	overflow:auto;
	max-height: 80vh;
}

/********* responsive menu **********/
@media all and (max-width:1460px) {
	#masthead .site_img {
		width:170px;
	}
	#masthead .site-branding img {
		max-width:170px;
	}
	#masthead .site_nav_box {
		 width: calc(100% - 370px);
	}
	#masthead #site-navigation .menu li a {
		font-size:20px !important;
	}
	#masthead.scroll .site-branding img {
		margin-bottom:0px !important;
	}
}
@media all and (max-width:1360px) {
	#masthead > .container {
		padding-left:0px;
	}
	#masthead #site-navigation {
		padding-left:10px;
	}
	#masthead #site-navigation .menu li a {
		padding:10px !important;
	}
}

@media all and (max-width:1250px) {
	.icon_container a, .icon_container i {
		font-size: 21px;
    	margin: 3px;
	}
	#masthead .icon_nav_box {
		width: 160px;
	}
	#masthead .site_nav_box {
		width:calc(100% - 300px);
	}
	#masthead .site_img {
		width:140px;
	}
	#masthead #site-navigation .menu li a > img {
		width: 24px;
		height:24px;
	}
	#masthead #site-navigation .menu li a {
		align-items:center;
	}
}



/******** responsive ***********/
@media all and (max-width:1150px) {
	#masthead {
		background: #fff;
	}
	.admin-bar #masthead {
		top:46px;
	}
	#masthead.scroll {
		background: #fff;
	}
	#masthead .menu_toggle_box {
		display:block;
		width:80px;
	}
	#masthead .menu_toggle_box .menu-toggles {
		background: none;
		border:none;
		display: block !important;
		width: 100%;
		position: relative;
		Font-size: 20px;
		top:0;
		padding: 0px;
		font-weight: bold;
		font-family: dharma-gothic-e, sans-serif;
		color: #000 !important;
	}
	#masthead .menu_toggle_box .menu-toggles i {
		font-size: 30px;
    	vertical-align: middle;
	}
	#masthead .menu_toggle_box .menu-toggle_icon{
		font-size: 30px;
		padding: 0px 10px;
		background: none;
		border: 0px;
	}
	#masthead .menu-toggle {
		display:none !important;
	}
	#masthead .site_img {
		width: 175px;
	}
	.icon_container a, .icon_container i {
		color: #000;
	}
	#masthead.scroll .site-branding img {
		margin-bottom: 0px;
	}
	.search i.bi-search {
		display:none;
	}
	.search .search_dropdown {
		position: fixed;
		top: 67px;
		width: 100%;
		left: 0;
		opacity: 1;
		pointer-events: auto;
		max-height: 100% !important;
	}
	.admin-bar .search .search_dropdown {
		top: 113px;
	}
	#masthead .icon_nav_box {
		width:calc(100% - 255px);
	}
	.dgwt-wcas-overlay-mobile {
		top:49px !important;
	}
	.admin-bar .dgwt-wcas-overlay-mobile {
		top:123px !important;
		left: 10px !important;
		right: 10px !important;
		bottom:10px;
		width: calc(100% - 20px);
	}
	.dgwt-wcas-om-bar button.dgwt-wcas-om-return, .dgwt-wcas-overlay-mobile, dgwt-wcas-search-input {
		border-radius: 5px;
	}
	.dgwt-wcas-om-bar button.dgwt-wcas-om-return {
		background: #006851;
	}
	.widget_shopping_cart_content {
		position: fixed;
		top: 118px;
		width: 100%  !important;
		height: calc(100% - 118px);
		right: -100%;
		background: #FFF;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		padding-bottom: 100px;
		max-height:100vh;
	}
	.admin-bar .widget_shopping_cart_content  {
		top: 172px;
		height: calc(100% - 172px);
	}
	.cart.active .widget_shopping_cart_content {
		right: 0;
		padding-bottom:90px;
	}
	.icon_container .cart:hover {
		background: #fff !important;
	}
	.woocommerce-mini-cart__empty-message {
		text-align: center;
		color: #000 !important;
	}
	.woocommerce-mini-cart__buttons.buttons {
		position:relative;
		bottom:0px;
		left:0px;
		margin-bottom:0px;
		width: 100%;
    	display: flex;
		align-items:center;
	}
	.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
		text-align: center;
    display: block;
		padding: 16px 20px !important;
		width: 50%;
		text-align: center;
		display: block;
		line-height: 16px;
		background:#fff;
		border:1px solid #006851 !important;
		color: #006851 !important;
	}
	.woocommerce-mini-cart__buttons.buttons .button.wc-forward.checkout {
		background: #006851 !important;
		color: #fff !important;
	}
	.woocommerce-cart-form__cart-item {
		flex-wrap: wrap;
    display: flex;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	#page table td  {
		border-bottom:0px;
	}
}
/********************* Menu ***************************/

@media all and (min-width:1150px) {
	
	
	/**********accesoires dropdown **********/
	#masthead #site-navigation .menu-item-38983 .sub_menu_box {
		column-count: 3;
    	width: 75%;
	}
	
	
	/*****/
	
	
	#masthead #site-navigation .menu li a > img {
		width: 30px;
		order: -1;
		margin-right: 10px;
		fill: #fff;
		height: 30px;
	}
	#masthead #site-navigation .menu {
		display:flex;
		justify-content:flex-start;
	}
	#masthead #site-navigation .sub-menu.container {
		position:relative;
	}
	.main-navigation ul ul a {
		width:auto !important;
	}
	#masthead #site-navigation ul .sub-menu-wrap {
		position:fixed;
		top: -150px;
		left:0;
		width:100%;
		background: #122b27;
		z-index:-1;
		padding-top:140px;
		height:0px;
		overflow:hidden;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	#masthead #site-navigation ul li:hover .sub-menu-wrap, #masthead #site-navigation ul li.focus .sub-menu-wrap {
		height: 80vh;
		top:0px;
		overflow:auto;
	}
	#masthead #site-navigation ul .sub-menu-wrap .sub-menu-wrap {
		position: absolute;
		left: 0;
		height: inherit;
		padding-top: 0px;
		z-index:-1;
		pointer-events:none;
		opacity:0;
	}
	#masthead #site-navigation ul .sub-menu-wrap li {
		position:unset;
	}
	#masthead #site-navigation ul .sub-menu-wrap li .sub-menu {
		position:absolute;
		left:100%;
		width: 100%;
		top:0;
		opacity:0;
		pointer-events:none;
	}
	#masthead #site-navigation ul .sub-menu-wrap li.active .sub-menu, #masthead #site-navigation ul .sub-menu-wrap li.focus .sub-menu, #masthead #site-navigation ul .sub-menu-wrap li.stay_open .sub-menu {
		pointer-events:auto;
		opacity:1;
	}
	#masthead #site-navigation ul .sub-menu-wrap li.active .sub-menu .sub-menu, #masthead #site-navigation ul .sub-menu-wrap li.focus .sub-menu .sub-menu, #masthead #site-navigation ul .sub-menu-wrap li.stay_open .sub-menu .sub-menu {
		pointer-events:none;
		opacity:0;
	}
	#masthead #site-navigation ul .sub-menu-wrap li.active .sub-menu li.active .sub-menu, #masthead #site-navigation ul .sub-menu-wrap li.focus .sub-menu li.focus .sub-menu, #masthead #site-navigation ul .sub-menu-wrap li.stay_open .sub-menu li.stay_open .sub-menu {
		pointer-events:auto;
		opacity:1;
	}
	#masthead #site-navigation ul .menu-item-445 .sub_menu_box {
		width: 70%;
   	 	column-count: 2;
	}
	#masthead #site-navigation ul ul {
		left: auto;
		float: inherit;
		margin: auto;
		position: relative;
		box-shadow:inherit;
		display:block;
		top:0;
	}
	#masthead #site-navigation .sub_menu_box {
		width:25%;
		position: relative;
	}
	#masthead #site-navigation .menu li a {
		padding: 10px 20px;
		color: #fff;
		text-transform: uppercase;
		font-family: dharma-gothic-e, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 22px;
		letter-spacing:2px;
		cursor: pointer;
		display:flex;
	}
	#masthead #site-navigation .menu li a svg {
		width:30px;
		order:-1;
		margin-right:10px;
		fill: #fff;
		height:30px;
	}

	.background-image_menu {
		position:absolute;
		top:0;
		right:0;
		width:75%;
		height:100%;
		background-size:cover !important;
		background-position: center !important;
	}
	.background-image_menu:before {
		content:'';
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background: rgb(18,43,39);
		background: -moz-linear-gradient(90deg, rgba(18,43,39,1) 0%, rgba(18,43,39,0.7959558823529411) 100%);
		background: -webkit-linear-gradient(90deg, rgba(18,43,39,1) 0%, rgba(18,43,39,0.7959558823529411) 100%);
		background: linear-gradient(90deg, rgba(18,43,39,1) 0%, rgba(18,43,39,0.7959558823529411) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122b27",endColorstr="#122b27",GradientType=1);
	}

	.sub_menu_box li a {
		font-size:26px !important;
		border-bottom:2px solid rgba(0,0,0,0) !important;
		position:relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		padding-right:40px;
	}
	.sub_menu_box li:hover a, .sub_menu_box li.focus a {
		color: #006851 !important;
		border-bottom:2px solid #006851 !important;
	}
	.sub_menu_box li.menu-item-has-children:hover a:after, .sub_menu_box li.menu-item-has-children.focus a:after {
		content:'>';
		position:absolute;
		top: 12px;
		right: 16px;
		opacity:1;
		color: #006851 !important;
	}
	.sub_menu_box li:hover .sub-menu a, .sub_menu_box li.focus .sub-menu a {
		border-bottom:2px solid rgba(0,0,0,0) !important;
		color: #fff !important;
	}
	.sub_menu_box li:hover .sub-menu a:after, .sub_menu_box li.focus .sub-menu a:after  {
		opacity:0;
	}
	.sub_menu_box .sub-menu li:hover a, .sub_menu_box .sub-menu li.focus a {
		color: #006851 !important;
		border-bottom:2px solid #006851 !important;
	}
	.sub_menu_box .sub-menu li.menu-item-has-children:hover a:after, .sub_menu_box .sub-menu li.menu-item-has-children.focus a:after {
		opacity:1;
	}

	.sub-menu {
		min-height:100%;
	}
	.sub_menu_box .sub-menu li .sub-menu a {
		border-bottom:2px solid rgba(0,0,0,0) !important;
		color: #fff !important;
	}
	.sub_menu_box .sub-menu .sub-menu a {
		font-family: "filson-pro", sans-serif !important;
		font-weight: 300 !important;
		font-style: normal !important;
		font-size:16px !important;
		text-transform:none !important
	}
	.sub_menu_box .sub-menu li:hover .sub-menu a:after, .sub_menu_box .sub-menu li.focus .sub-menu a:after  {
		display:none;
	}

	.sub_menu_box .sub-menu .sub-menu li:hover a, .sub_menu_box .sub-menu .sub-menu li.focus a {
		color: #006851 !important;
	}
	#masthead #site-navigation ul .sub-menu-wrap li#menu-item-445 .sub-menu {
		width: 300%;
		column-count:2;
	}
}
@media all and (max-height:750px) and (min-width:1150px) {
	#masthead #site-navigation .menu .sub_menu_box li a {
		padding: 5px 10px;
	}
	#masthead #site-navigation ul li:hover .sub-menu-wrap, #masthead #site-navigation ul li.focus .sub-menu-wrap {
		height:100vh !important;
	}
}
@media all and (max-width:1000px) {
	#masthead #site-navigation ul li:hover .sub-menu-wrap, #masthead #site-navigation ul li.focus .sub-menu-wrap {
		height: 100vh;
		overflow-y:auto;
	}
	.background-image_menu {
		display:none;
	}
}
.menu_toggle_box {
	display:none;
}
.hc-nav-trigger {
	display:none !important
}
@media all and (max-width:1150px) {
	.nav-item-wrapper .nav-item-link .menu_img_icon {
		order: -1 !important;
		width: 27px;
    height: 32px;
		max-width: 27px;
		margin-right: 20px;
	}
	.nav-item-wrapper .nav-item-link {
		display:flex !important;
		flex-wrap:wrap;
	}
	.hc-nav-trigger {
		display:block !important;
	}
	.site_nav_box {
		display:none;
	}
	.menu_toggle_box {
		display:block;
	}
	.hc-nav-trigger span {
		left:15px  !important;
	}
	.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
		height:3px !important;
	}
	.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
		background: #122b27 !important;
	}
	.admin-bar .nav-content {
		padding-top:46px !important;
	}
	.hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
		background: #122b27 !important;
		border-bottom: 0px !important;
		border-top:0px !important;
	}
	.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link, .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
		border-bottom: 0px !important;
	}
	.nav-item-link {
		font-family: dharma-gothic-e, sans-serif !important;
		font-weight: 400 !important;
		font-style: normal !important;
		text-transform: uppercase !important;
		font-size: 24px !important;
		letter-spacing: 2px !important;
	}
	.hc-offcanvas-nav a.nav-next {
		border-left: 0px !important;
		border-bottom: 0px !important;
	}
	.hc-offcanvas-nav .nav-content>h2 {
		color: #006851 !important;
	}
}


/********************* Footer ***************************/

.site-footer {
	background: #122b27;
	padding-top:40px;
}
.logos-payment-gateways {
	padding-top:20px;
	padding-bottom:20px;
}
#page .__fbcw__bar-widget {
	justify-content:center !important;
}
.logos_gateways {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:20px;
}
.logos_gateways img{
		max-width: 70px;
    max-height: 50px;
    margin: 0 20px;
    object-fit: contain;
	height:50px;
	margin-bottom:30px;
}
.copyright_box {
	border-top:1px solid white;
	padding:15px;
	margin-top:30px;
}
.copyright_box p {
	margin-bottom:0px;
}
.copyright_box .row{
	align-items: center;
}
.socials {
	display:flex;
	justify-content:flex-end;
	align-items: center;
}
.socials a {
	color: #fff;
	font-size:24px;
	margin:5px;
}
.widget-title {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
}
.widget-title:before {
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
	margin-right:10px;
}
.widget#nav_menu-3 .widget-title:before {
	content:'\F505';
}
.widget#nav_menu-2 .widget-title:before {
	content:'\F431';
}
.site-footer .widget_nav_menu .menu {
	column-count: 2;
	padding:0px;
	padding-left:30px;
	margin:0px;
	list-style:none;
}
.site-footer .widget_nav_menu .menu li a{
	color: #fff;
	padding: 3px;
    display: inline-block;
}

.widget_nav_menu {
	margin-bottom:0px;
}
.USPs_footer {
	background:#f4f6f6;
	padding-top:30px;
	padding-bottom:30px;
}
.usp_icon {
	width: 70px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 12px !important;
}
.usp_box {
	color: #fff;
	text-align: center;
}
.usp_box img {
	display:block;
	margin:auto;
}
.usp_box p {
	display:inline-block;
	max-width:150px;
	line-height:1.2em;
	color: #fff !important;
}
.USPs_footer .usp_box p {
	color: #122b27 !important;
}
.home .USPs_footer {
	display:none;
}

.product_usps_product_page {
	padding-top:30px;
}
.usp_icon_product {
	margin-right:10px;
}
.usp_box_product p {
	color: #006851;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 7px;
}
@media all and (max-width:768px) {
	.usp_box {
		text-align:left;
	}
	.usp_box img {
		display:inline-block;
	}
	.usp_box p {
		max-width:3000px;
	}
	.usp_icon {
		width:30px;
		height:30px;
	}
	.logos_gateways img {
		max-width:50px;
		margin-bottom:10px;
	}
}
@media all and (max-width:768px) {
	.site-footer .widget_nav_menu .menu {
		column-count: 1;
		padding:0px;
		padding-left:30px;
		margin:0px;
		list-style:none;
	}
	.socials {
		justify-content:center;
	}
	.copyright_box p {
		text-align:center;
	}
	.logos_gateways {
		display:block;
	}
}

/********************* Slider ***************************/
.slick-prev {
	left:0 !important;
}
.slick-next {
	right: 0px !important;
}
.slick-prev:before, .slick-next:before {
	content: '' !important;
	color: #fff !important;
	opacity: 1 !important;
	font-size:40px !important;
	background-size:cover !important;
	background-position: center !important;
	width:60px !important;
	height:60px !important;
	display: block;
}
.slick-arrow{
	z-index: 100 !important;
	width:60px !important;;
	height:60px !important;;
}
.slick-prev:before {
	background: url('../images/site/arrow_slider.png');
}
.slick-next:before {
	background: url('../images/site/arrow_slider.png');
	transform: rotate(180deg);
}
/********************* Buttons ***************************/

.green_button, .green_btn {
color: #fff !important;
    background: #006851 !important;
    padding: 10px 14px 10px 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    font-size: 16px !important;
    border: 0px !important;
    border-radius: 30px !important;
    font-family: "filson-pro", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.green_button:hover, .green_btn:hover {
	background: rgba(18,43, 39, 1) !important;
}
.green_button:after, .green_btn:after {
	content:'\F285' !important;
	margin-left:10px !important;
	color: #000 !important;
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.green_button:hover:after, .green_btn:hover:after {
	color: #006851 !important;
}

.darkgreen_button {
	color: #fff !important;
	background: #122b27 !important;
    padding: 10px 14px 10px 20px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 16px !important;
    border-radius: 30px !important;
    font-family: "filson-pro", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.darkgreen_button:after {
	content:'\F285' !important;
	margin-left:10px !important;
	color: #fff !important;
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/********************* My Account **************************/

.woocommerce-account .text-cont-box .woocommerce{
	display:flex;
	flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation {
	width:23%;
	margin:1%;
	padding:30px;
}
.woocommerce-MyAccount-content {
	width:73%;
	margin:1%;
	background: #fff;
	padding:30px;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}
.woocommerce-MyAccount-navigation-link.is-active, .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link:hover, .woocommerce-MyAccount-navigation-link a:hover {
	color: #129072 !important;
}
.woocommerce-MyAccount-navigation-link {
	margin-bottom:10px;
}
.woocommerce-MyAccount-navigation-link:before  {
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
	font-size: 30px;
    vertical-align: middle;
}
.woocommerce-MyAccount-navigation-link--dashboard:before {
	content:'\F423';
}
.woocommerce-MyAccount-navigation-link--orders:before {
	content:'\F473';
}
.woocommerce-MyAccount-navigation-link--edit-address:before {
	content:'\F3E8';
}
.woocommerce-MyAccount-navigation-link--edit-account:before {
	content:'\F4E1';
}
.woocommerce-MyAccount-navigation-link--woocommerce-waitlist:before {
	content:'\F102';
}
.woocommerce-MyAccount-navigation-link--customer-logout:before {
	content:'\F1C2';
}

.woocommerce-MyAccount-content .woocommerce-Button {
	padding: 10px;
    display: inline-block;
	color: #129072 !important;
	margin-top:20px;
}
.woocommerce-MyAccount-content .woocommerce-Button:before, .woocommerce-MyAccount-content .woocommerce-Button:after  {
	display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
	font-size: 30px;
    vertical-align: middle;
}
.woocommerce-MyAccount-content .woocommerce-Button--next:before {
	content:'\F12F';
	 margin-right: 10px;
}
.woocommerce-MyAccount-content .woocommerce-Button--previous {
	float:right;
}
.woocommerce-MyAccount-content .woocommerce-Button--previous:after {
	content:'\F138';
	margin-left: 10px;
}
.woocommerce-EditAccountForm input {
	padding: 10px 20px;
    background: #f4f6f6;
	border:0px;
}
.woocommerce-EditAccountForm .password-input {
	width:100%;
}
.woocommerce-EditAccountForm .woocommerce-Button  {
	color: #fff !important;
	background: #129072 !important;
	border:0px;
	float:right;
}
.woocommerce-MyAccount-navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}
.woocommerce-MyAccount-navigation ul li a{
	color: #000;
}
.woocommerce-orders-table thead {
	border-bottom:1px solid black;
}
.woocommerce-orders-table th, .woocommerce-orders-table td {
	padding:5px;
}
.woocommerce-orders-table a {
	color: #006851 !important;
	padding: 0px 5px;
}
.woocommerce-Address {
	max-width:50% !important;
	-ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
}
.woocommerce-Addresses {
	display:flex;
	flex-wrap:wrap;
}
.woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
	display: flex;
    flex-wrap: wrap;
}
.woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input, .woocommerce-account .woocommerce-EditAccountForm input{
	width:100%;
}
.waitlist-products {
	display:flex;
	flex-wrap: wrap;
}
.waitlist-products .waitlist-single-product {
	width:25%;
}


@media all and (max-width:768px) {
	.woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
		width:98%;
	}
	.woocommerce-MyAccount-content {
		max-width:98%;
		overflow-x:auto;	
	}
	.woocommerce-MyAccount-navigation {
		padding:20px 0px;
	}
	.woocommerce-MyAccount-navigation ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding:0px !important;
		margin:0px !important;
	}
	.woocommerce-MyAccount-navigation ul li {
		padding: 0px 10px;
	}
	#primary .woocommerce-MyAccount-navigation ul li a,
	.woocommerce-MyAccount-navigation-link:before {
		color: #aaa !important;
	}
	#primary .woocommerce-MyAccount-navigation ul li.is-active a,
	.woocommerce-MyAccount-navigation-link.is-active:before {
		color:  #006851 !important
	}
}


/********************* checkout ***************************/
.woocommerce-form-login-toggle {
	display:none;
}
.customer_box, .customer_review_box, .woocommerce-order {
	background: #fff;
    padding: 30px 15px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.wc_payment_method {
	display:flex;
	align-items: center;
	flex-wrap:wrap;
}
.wc_payment_method .payment_box  {
	width:100%;
}
.wc_payment_method input {
	margin-right: 10px;
	margin-top: -9px;
}
.woocommerce-thankyou-order-received {
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
	font-size: 30px;
	text-align: center;
	margin-bottom:30px;
	color: #129072;
	line-height:1em;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-billing-fields__field-wrapper input, .woocommerce-input-wrapper, .woocommerce-shipping-fields__field-wrapper label, .woocommerce-shipping-fields__field-wrapper input{
	width:100%;
}
.woocommerce-billing-fields__field-wrapper label, #order_comments_field label, .woocommerce-shipping-fields__field-wrapper label {
	margin-bottom:0px;
	color: #727272;
	font-weight:bold;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
	display: flex;
    flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-shipping-fields__field-wrapper input {
	background: #f4f6f6;
	border:0px;
	padding: 7px 18px;
}
.woocommerce-billing-fields__field-wrapper label .required, .woocommerce-terms-and-conditions-wrapper .required, .woocommerce-shipping-fields__field-wrapper label .required {
	color: #ff0000;
}
.form-row {
	width:100%;
	padding:5px 10px;
	margin:0px !important;
}
#billing_first_name_field, #billing_last_name_field, #billing_postcode_field, #billing_city_field, #billing_phone_field, #billing_email_field, #shipping_first_name_field, #shipping_last_name_field, #shipping_postcode_field, #shipping_city_field {
	width:50%;
}
#billing_country_field .select2-container--default .select2-selection--single, #shipping_country_field .select2-container--default .select2-selection--single{
	background: #f4f6f6;
	border:0px;
	height:50px;
	padding:10px;
}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow, #shipping_country_field .select2-container--default .select2-selection--single .select2-selection__arrow{
	top:10px;
	right:10px;
}
#order_comments_field #order_comments {
	background: #f4f6f6;
	border:0px;
	padding: 7px 18px;
}
.woocommerce-shipping-fields {
	margin-left:10px;
}
#ship-to-different-address {
	font-size:16px !important;
	font-family: "filson-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 2.2em;
    color: #727272;
	text-transform:initial !important;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox {
	color: #727272 !important;
	width:100% !important;
}
#customer_details .verzendadres {
	margin-top:30px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	width:100% !important;
	color: #727272 !important;
}

.place-order .button {
	width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #129072;
    padding: 16px;
	border-radius:50px;
}
.wc_payment_methods {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #c9c9c9;
}
.wc_payment_methods li img{
	margin-left: 10px;
    margin-top: 5px;
}
.place-order {
	padding:0px !important;
}
.woocommerce-terms-and-conditions-wrapper {
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #c9c9c9;
}

.woocommerce-form-coupon-toggle, .checkout_coupon.woocommerce-form-coupon {
	background: #fff;
    padding: 30px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
	margin-bottom:20px;
}


.woocommerce-form-coupon-toggle  {
	margin-left: auto;
    width: 470px;
    max-width: 100%;
	margin-bottom: 0px !important;
}
.woocommerce-form-coupon-toggle .showcoupon {
	color: #fff;
    background: #006851 !important;
    padding: 3px 27px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
}
.checkout.woocommerce-checkout {
	margin-top:20px;
}
.woocommerce-form-coupon-toggle, .checkout_coupon.woocommerce-form-coupon  {
	text-align:center;
}
.checkout_coupon.woocommerce-form-coupon {
	margin-left: auto;
    width: 470px;
    max-width: 100%;
    background: #e1eaea !important;
    box-shadow: none !important;
}
.checkout_coupon.woocommerce-form-coupon input.input-text {
	margin: auto;
    padding: 10px 20px;
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
	border-radius:50px;
}
.checkout_coupon.woocommerce-form-coupon button.button {
	margin: auto;
    padding: 10px 20px;
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    background: #006851 !important;
    color: #fff;
    border: 0px;
	border-radius:50px;
}

.woocommerce-shipping-totals td {
	padding: 30px 10px;
}
#page .woocommerce h2, #page .woocommerce h3 {
	font-size:32px !important;
}
#page .woocommerce h3#ship-to-different-address {
	font-size:18px !important;
}
#shipping_method li {
	display:flex;
	flex-wrap:wrap;
}
.woocommerce-shipping-totals #shipping_method li {
	font-size: 14px;
    line-height: 1.4em;
	position:relative;
}

.woocommerce-shipping-totals #shipping_method li input {
	position: absolute;
    top: 8px;
    left: 16px;
}
.woocommerce-shipping-totals #shipping_method li label {
	padding: 10px;
    border: 1px solid #dbdbdb;
    padding-left: 40px;
    border-radius: 10px;
    margin: 5px 0px;
	cursor: pointer;
	flex: 0 0 100%;
}
.woocommerce-shipping-totals #shipping_method li input[checked=checked] + label {
	border: 1px solid #007bff;
}

#sendcloudshipping_service_point_select {
	flex: 0 0 100%;
    color: #fff;
    border: 0px;
    background: #129072;
    border-radius: 9px;
    padding: 11px 20px;
}
#sendcloudshipping_service_point_selected_label {
	padding: 20px;
    background: #f5f5f7;
    margin-top: 6px;
    flex: 0 0 100%;
    border-radius: 10px;
}

@media all and (max-width:1150px) {
	#page table.shop_table td {
		border-bottom:1px solid #eee;
	}
}
@media all and (max-width:768px) {
    .woocommerce-form-coupon-toggle {
        margin-top:20px;
    }
	.woocommerce-shipping-methods li input {
		height:20px;
	}
	.wc_payment_methods {
		border-top:0px !important;
	}
}

/********************* Thank you page ***************************/
.woocommerce-thankyou-order-received {
	font-size:50px !important;
	margin-bottom:0px;
}

.woocommerce-order-received .woocommerce-order-review > ul, .woocommerce-order-received .woocommerce-order-review > .woocommerce-bacs-bank-details {
	display:none;
}
.woocommerce-order-received .order-text > ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
	margin-bottom:30px;
}
@media all and (max-width:768px ) {
	.woocommerce-order-received .woocommerce-order-details .woocommerce-table__product-name{
		width:100% !important;
	}
}
.woocommerce-order {
	max-width:800px;
	margin:auto;
}
.woocommerce-order p {
	text-align:center;
}
.woocommerce-bacs-bank-details {
	background: #129072;
	padding:30px;
	text-align:center;
	margin-bottom:40px;
}
.woocommerce-order-details__title, .woocommerce-column__title {
	font-size:30px !important;
	text-align: center;
}
.woocommerce-customer-details address {
	text-align:center;
}
.woocommerce-bacs-bank-details h3, .woocommerce-bacs-bank-details li {
	color: #fff !important;
}
.wc-bacs-bank-details {
	margin:0px;
	padding:0px;
	list-style:none;
}
.woocommerce-bacs-bank-details h2 {
	font-size: 30px !important;
    color: #000 !important;
}
.woocommerce-thankyou-order-details {
	list-style: none;
    padding: 0px;
    margin: 0px;
	margin-bottom:30px;
}
.woocommerce-thankyou-order-details li {
	text-align: center;
}
.woocommerce-thankyou-order-details li strong {
	font-weight:bold;
	color: #129072;
}
.woocommerce-order-details .woocommerce-table__product-name  {
	width: 70%;
}
.woocommerce-order-details .wc-item-meta {
	list-style: none;
	padding: 0px;
  margin: 0px;
}
.woocommerce-order-details .wc-item-meta .wc-item-meta-label {
	display:none;
}
.woocommerce-order-details .wc-item-meta p {
	text-align: left;
}
/********************* shopping cart ***************************/
#shopping_cart {
	top:100%;
	position:absolute;
	right:0;
	max-height:0px;
	overflow:hidden;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background: #fff;
	border-radius: 10px 0px 10px 10px;
}
.icon_container .cart, .icon_container .verlanglijst {
	position:relative;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.icon_container .cart .cart_count, .icon_container .verlanglijst .verlanglijst_count {
	position: absolute;
    top: 3px;
    right: 3px;
    background: #006851;
	color: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
.icon_container .cart:hover {
	background: #122b27;
	border-radius: 5px 5px 0 0;
}
.icon_container .cart:hover #shopping_cart {
	max-height:1000px;
}
.icon_container .widget_shopping_cart_content {
	padding:20px;
	width:500px;
}
.woocommerce-mini-cart {
	padding:0px;
	margin:0px;
	list-style:none;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item a {
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
	width:calc(100% - 150px);
	color: #000 !important;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
	color: #000;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item a.remove_from_cart_button {
	width:15px;
	color: #000;
	font-size: 40px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .size-woocommerce_thumbnail {
	width:80px;
	margin-right:10px;
}
.quantity {
	color: #fff;
}
.woocommerce-mini-cart__total{
	color: #000;
	text-align:right;
}
.woocommerce-mini-cart__total strong {
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
}
.woocommerce-mini-cart__buttons {
	text-align:right;
}
.woocommerce-mini-cart__buttons .wc-forward {
	padding: 10px 20px !important;
	border: 1px solid #006851;
	color: #006851 !important;
	font-family: "filson-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px !important;
    border-radius: 50px;
}
.woocommerce-mini-cart__buttons .wc-forward:hover {
	background: #fff;
	color: #006851 !important;
}
.woocommerce-mini-cart__buttons .wc-forward.checkout {
	padding: 10px 20px;
	background: #006851;
	color: #fff !important
}
.woocommerce-mini-cart__buttons .wc-forward.checkout:hover {
    background: #fff;
	color: #006851 !important;
}
.woocommerce-mini-cart__empty-message {
	color:#000;
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
	font-size:22px;
	text-align:center;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
	display:none;
}

.update_cart, .shipping-calculator-button, .shipping-calculator-form .button, .coupon.actions .coupon .button {
	color: #129072 !important;
	border: 1px solid #129072 !important;
	background: #fff !important;
	cursor: pointer;
	padding:10px 20px;
	display:inline-block;
	border-radius:50px;
}
.update_cart:hover, .shipping-calculator-button:hover, .shipping-calculator-form .button:hover, .coupon.actions .coupon .button:hover {
	color: #fff !important;
	border: 1px solid #129072 !important;
	background: #129072 !important;
}
.shipping-calculator-form input {
	width: 100%;
    padding: 5px 10px;
	background: #f4f6f6;
	border:0px;
}
.shipping-calculator-button  {
	margin-bottom:10px;
}

.waardebon_toevoegen {
	display:inline-block;
	position:relative;
	width: 100%;
    padding: 10px 0px;
	color: #727272;
	cursor:pointer;
	font-weight:bold;
}
.waardebon_toevoegen i {
	position:absolute;
	top:10px;
	right:0;
}
.coupon.actions .coupon {
	display:none;
	min-width: 100%;
}
.coupon.actions .coupon #coupon_code {
	width: 100%;
    padding: 10px;
	background: #f4f6f6;
	border:0px;
}
.coupon.actions .coupon .button {
	margin-top:10px;
	width:100%;
	text-align:center;
}

.woocommerce-cart .cart-empty {
	background: #fff;
    Padding: 40px;
    text-align: center;
	padding-bottom: 90px;
    margin-bottom: -65px;
}
.woocommerce-cart .return-to-shop {
	text-align: center;
}
.woocommerce-cart .return-to-shop a{
	color: #fff !important;
	background: #129072;
	padding:10px 20px;
	border-radius:50px;
}

/********************* Product overview ***************************/

.products.columns-3 {
	margin-left:0px;
	padding:0px;
}
.product {
	position:relative;
	display: block;
}
.nieuw_label {
	background: #006851;
	color: #fff;
	padding: 10px 0 0 0;
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	position:absolute;
	top:0;
	left:25px;
	z-index:100;
	width:50px;
	text-align:center;
}
.nieuw_label:before {
	content:'';
	position:absolute;
	top:100%;
	left:0;
    border-style: solid;
    border-width: 15px 25px 0 0;
    border-color: #006851 transparent transparent transparent;
}
.nieuw_label:after {
	content:'';
	position:absolute;
	top:100%;
	right:0;
    border-style: solid;
    border-width: 0 25px 15px 0;
    border-color: transparent #006851 transparent transparent;
}
.product_loop_cont {
	padding: 10px 0px 20px 0px !important;
} 
.product_loop_box {
	overflow:hidden;
	position:relative;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.0);
	padding: 10px 20px;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product_loop_box > * {
	flex: 0 0 100%;
	max-width:100%;
}
.product_loop_box:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

}
.product_loop_box a {
	display:block;
}
.product_loop_box .add_to_card_loop {
	display:block;
	position:relative;
	width: 100%;
	padding:10px;
	margin-top:20px;
	background: #006851;
	color: #fff;
    text-align: center;
	font-size:16px;
	font-family: "filson-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 50px !important;
	flex: 0 0 100%;
    max-width: 100%;
    align-self: flex-end;
	
}
.upsells .product_loop_box .add_to_card_loop {
	font-size:15px;
}
.product_loop_box:hover .add_to_card_loop {
	bottom: 0;

}
.product_loop_box .add_to_card_loop:hover {
	background: rgba(18,43, 39, 1) !important;
}
.product_loop_box .add_to_card_loop i {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product_loop_box .add_to_card_loop:hover i {
	color: #006851 !important; 
}
.verlanglijst_knop {
	position:absolute;
	top:10px;
	right: -176px;
	z-index:100;
	color: #006851;
	font-size:22px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.verlanglijst_knop i {
	margin-right:10px;
}
.verlanglijst_knop .tekst {
	display:block;
	font-size: 16px;
}
.verlanglijst_knop:hover{
	right:10px;
}
.sale_label {
	background: #006851;
	color: #fff;
	padding: 10px 0 0 0;
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	position:absolute;
	top:0;
	left:25px;
	z-index:100;
	width:50px;
	text-align:center;
	font-size: 20px;
}
.sale_label:before {
	content:'';
	position:absolute;
	top:100%;
	left:0;
    border-style: solid;
    border-width: 15px 25px 0 0;
    border-color: #006851 transparent transparent transparent;
}
.sale_label:after {
	content:'';
	position:absolute;
	top:100%;
	right:0;
    border-style: solid;
    border-width: 0 25px 15px 0;
    border-color: transparent #006851 transparent transparent;
}
.product_title {
	font-size:26px;
	color: #122b27 !important;
	margin-bottom:0px;
}
.product_price  del {
	color: #aaa !important;
	display:inline-block;
	width:100%;
}
.product_price  del span{
	color: #aaa !important;
	font-size:16px !important;
}
.product_price ins {
	background: none;
}
.product_price .woocommerce-price-suffix {
	display:none;
}
.product_price  .from {
	display:none !important;
}
.product_price span {
	font-size:30px;
	color: #006851 !important;
}
.product_price .regular_price {
	font-size: 20px;
    margin-right: 10px;
    text-decoration: line-through;
    color: #aaa !important;
}
.product_thumb {
	margin-bottom:15px;
	width:100%;
	height:350px;
	object-fit:contain;
}

.collumn-3 .col-md-3{
	max-width: 33.3%;
    flex: 0 0 33.3%;
}
@media all and (max-width:768px) {
	.collumn-3 .col-md-3{
		max-width: 100%;
		flex: 0 0 100%;
	}
}
.category_slider {
	padding:0px;
	margin:0px;
	margin-bottom:30px;
}
.category_slider .slick-arrow {
	margin-top:-17px;
}
.category_slider .slick-next {
	right: 12px;
}
.slide_category {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.slide_category .slider_category_img {
	width:50px;
	display:inline-block;
}
.slide_category h3 {
	display:inline-block;
	margin-bottom:0px;
	font-size:26px !important;
}
.slide_category {
    margin: 5px;
	display:flex;
	padding:10px 30px 10px 10px;
	align-items: center;
	justify-content:flex-start;
}
.starterspakketten_box {
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 26px;
	color: #fff;
	padding:15px 30px;
	background-image: url('/wp-content/uploads/2023/12/Schermafbeelding-2023-12-06-om-11.24.55.png');
	background-size:cover !important;
	background-position: center center !important;
	margin-bottom:20px;
	display:block;
	color: #fff !important;
}
.starterspakketten_box i {
	float:right;
}
#secondary .widget-title {
	color: #122b27 !important;
	font-size: 26px !important;
}
#secondary .product-categories {
	padding:0px;
	margin:0px;
	list-style:none;
}
#secondary .product-categories li a, #secondary .product-categories li.current-cat-parent li a {
	color: #b1b1b1 !important;
	font-weight:300;
	padding: 5px 0;
    display: inline-block;
}
#secondary .product-categories li a:hover, #secondary .product-categories li.current-cat-parent li.current-cat a, #secondary .product-categories li.current-cat-parent a, #secondary .product-categories .children li a:hover {
	color: #006851 !important;
	font-weight:bold;
}
#secondary .product-categories .children {
	padding:0px;
	margin:0px;
	list-style:none;
	display:none;
	width:100% !important;
	overflow:hidden;
}
#secondary .product-categories .children li {
	padding-left:30px;
	width:100%;
}
#secondary .product-categories li.cat-parent {
	position:relative;
}
#secondary .product-categories li a {
	display:block;
}
#secondary .product-categories li.cat-parent .cat_arrow {
	position:absolute;
	top: 13px;
    right: 15px;
  	border: solid black;
  	border-width: 0 1px 1px 0;
  	display: inline-block;
  	padding: 3px;
	transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
	float:right;
	cursor: pointer;
	pointer-events:none;
}
#secondary .product-categories li.cat-parent.active .cat_arrow  {
	transform: rotate(225deg);
  	-webkit-transform: rotate(225deg);
}
.sorteren {
	padding-left:15px;
	padding-right:15px;
}
.woocommerce-result-count, .woocommerce-ordering {
	max-width:50%;
	flex: 0 0 50%;
}
.woocommerce-ordering {
	text-align: right;
}

.woocommerce-pagination {
	width:100%;
	max-width:1500px;
	margin:auto;
}

.page-numbers {
	padding:0px;
	margin:0px;
	list-style:none;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}
a.page-numbers, span.page-numbers {
	padding:10px 20px;
	color: #006851;
	margin:5px;
	border: 2px solid #006851;
	font-weight:bold;
}
span.page-numbers.current, a.page-numbers:hover {
	background:#006851;
	color: #fff;
}
.wc_filters .close_filters, .mobile_filter, .filter_btn {
	display:none;
}

.stock.out-of-stock {
	color: red;
	border:2px solid red;
	padding:0 20px;
	font-size:25px;
	font-family: dharma-gothic-e, sans-serif;
	text-transform: uppercase;
	width:200px;
	text-align:center;
}
.sold_out_label {
	border:2px solid red;
	color: red;
	padding:5px 13px;
	position:absolute;
	top:30px;
	left:10px;
	font-size:12px;
	z-index:100;
}
.image_container {
	height:345px;
	width:345px;
	margin:auto;
	position:relative;
	margin-bottom:10px;
	max-width:100%;
}
.product_thumb_overlay {
	opacity:0 !important;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover !important;
	transition: opacity 0.3s ease-in-out;
}
.product_thumb_overlay:hover {
	opacity:1 !important;
}
@media all and (max-width:1150px) {
	.wc_filters {
		position:fixed !important;
		left:-350px !important;
		width:350px !important;
		max-width: 100% !important;
		top:0 !important;
		height:100% !important;
		background: #fff;
		z-index: 999 !important;
		padding: 30px !important;
    	padding-top: 70px !important;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		max-height:100%;
		overflow: auto;
	}
	.filter_toggle {
		color:#006851 !important;
		font-size:28px;
		font-family: dharma-gothic-e, sans-serif;
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase !important;

	}
	.filter_btn {
		display:block;
		margin-bottom:30px;
	}
	.wc_filters .close_filters {
		display:block;
		font-size: 16px;
    	margin-bottom: 20px;
	}
	.col-md-9.wc_products {
		max-width:100%;
		flex: 0 0 100%;
	}
	.wc_filters.active {
		left:0 !important;
	}
	.mobile_filter {
		margin-bottom:30px;
	}
	.mobile_filter select{
		padding:10px;
	}
	.sorteren .woocommerce-ordering, .sorteren .woocommerce-result-count {
		display:none;
	}
	.product_loop_box .add_to_card_loop {
		bottom: inherit !important;
        width: 100%;
        font-size: 15px !important;
        position: relative;
        margin-top: 0px;
	}
	.product_loop_box a {
		padding-bottom:15px;
	}
	.tax-product_cat .products .wc_products {
		padding-left:30px;
		padding-right:30px;
	}

}

@media all and (max-width:768px) {
	.col-md-3.product_loop_box {
		max-width:50%;
		flex:0 0 50%;
	}
}
@media all and (max-width:500px) {
	.col-md-3.product_loop_box {
		max-width:100%;
		flex:0 0 100%;
	}
}


/********************* verlanglijst ***************************/


.lds-dual-ring {
	display: inline-block;
	width: 100%;
	height: 80px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: auto;
	border-radius: 50%;
	border: 6px solid #000;
	border-color: #000 transparent #000 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

#loader {
	position:absolute;
	pointer-events:none;
	background: rgba(255,255,255,0.7);
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1.0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#loader.hidden {
	opacity:0;
	pointer-events:none;
}
.verlanglijst .whitebox {
	background: #fff;
	padding: 40px !important;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
	margin:10px;
	position:relative;
	min-height:200px;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.verlanglijst .btn--primary {
	background: #129072 !important;
	color: #fff !important;
	border-radius:50px;
}
.box_verlanglijst {
	align-items: center;
}

.subprice {
	text-align:right;
}
.total_price {
	display:block;
	text-align:right;
	font-weight:bold;
}
.totalprijs_row {
	border-top:1px solid #ddd;
	padding-top:10px;
	margin-bottom:30px;
}
.totalprijs_cont {
	font-weight:bold;
	font-size:19px;
	color: #129072;
}
.verlanglijst_add_to_cart {
	background: #129072;
	color: #fff !important;
	display:block;
	text-align: center;
	padding:10px 20px;
}
.product_row_total {
	margin-bottom:10px;
	color: #727272;
}




/********************* Wachtlijst ***************************/

.wcwl_elements {
	padding: 20px;
	background: rgba(0,0,0,0.05);
	text-align: center;
	margin-top: 30px;
}
.woocommerce_waitlist.button {
	background: #006851 !important;
  border-radius: 0px !important;
  border: 0px !important;
  padding: 9px 20px !important;
  color: #fff;
  font-family: dharma-gothic-e, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase !important;
  font-size: 25px;
}
/********************* Starterspakket ***************************/

.Starterspakket {
	margin-top:-100px;
	position:relative;
	z-index:2;
}
.starter_content {
	background: #f4f6f6;
	padding:40px !important;
	margin-top:40px;
	margin-bottom:40px;
}
.starter_image {
	position: relative !important;
    padding: 0px !important;
}
.starter_image img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.twv_box {
	position:absolute;
	top:20px;
	left:0;
	background: #129072;
	display:inline-block;
	color: #fff;
	padding:15px;
	font-family: dharma-gothic-e, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
	font-size: 33px;
}
.twv_box:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #129072 transparent transparent transparent;
	position:absolute;
	top:0;
	right:-40px;
}
.twv_box:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 40px;
	border-color: transparent transparent transparent #129072;
	position:absolute;
	bottom:0;
	right:-40px;
}
.starter_content ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
}
.starter_content ul li {
	position:relative;
	padding-left:30px;
}
.starter_content ul li:before {
	content:'\2713';
	position:absolute;
	top:0;
	left:0;
	color: #129072;
}
/********************* Shopping cart ***************************/
.woocommerce-cart #primary .woocommerce, .woocommerce-checkout #primary .woocommerce {
	margin-top:-80px;
}
.woocommerce-cart-form__contents_table, .cart-collaterals, .coupon.actions, .we_accept_box, .Upsells_block {
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.coupon.actions, .we_accept_box, .Upsells_block {
	margin-top:15px;
	margin-bottom:15px;
}
.product-quantity {
	width:150px;
}
.product-thumbnail a img {
	max-width:125px;
}
.product-remove .remove {
	color: #129072 !important;
	font-size: 22px;
}
.product-remove {
	width:50px;
}
.product-thumbnail {
	width:140px;
}
.product-name a {
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
	font-size:26px;
	color: #0c0c0c !important;
	margin-left:0px;
	display:block;
	line-height: 1.2em;
}
.product-name .variation dd p {
	font-size:12px;
}
.product-subtotal .amount {
	font-size:18px;
	font-weight:bold;
	color: #129072;
}
.cart_item td {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #c6c6c6;
}
.cart_item:last-child td {
	border-bottom: 0px solid #c6c6c6;
}
.shop_table_responsive {
	margin-bottom:0px;
}
.woocommerce-cart-form__cart-item .minus, .woocommerce-cart-form__cart-item .plus{
	width: 30px;
    padding: 0px;
    color: #fff;
    background: #129072;
    border: 1px solid #129072;
    border-radius: 20px;
    height: 30px;
	line-height:27px;
}
.woocommerce-cart-form__cart-item .quantity .input-text {
	padding: 3px;
    background: #fff !important;
    border: 0px;
    width: 40px;
}
.wc-proceed-to-checkout .checkout-button {
	width:100%;
	display:block;
	text-align:center;
	color: #fff;
	background: #129072;
	padding: 16px;
	border-radius:50px;
}
.cart_totals .shop_table_responsive {
	margin-bottom:20px;
}
.cart_totals .shop_table_responsive th, .cart_totals .shop_table_responsive td {
	vertical-align:top;
	padding:10px;
}
.woocommerce-shipping-methods {
	padding:0px;
	margin:0px;
	list-style:none;
}
.woocommerce-shipping-methods li input {
	margin-right:6px;
	height: 35px;
}
.woocommerce-shipping-methods li label {
	display: inline-block;
	width: calc(100% - 20px);
	vertical-align: top;
}
.woocommerce-shipping-destination {
	color: #129072;
}
.product-subtotal {
	text-align:right;
}
.product-name a.tm-cart-edit-options {
	font-size: 16px !important;
	color:#129072 !important;
	font-family: "filson-pro", sans-serif !important;
	font-style: normal !important;
}
@media all and (max-width:768px) {
	.woocommerce-cart-form h3, .woocommerce-cart-form h2 {
		font-size: 30px !important
	}
	.cart_item .product-name {
		width:calc(100% - 110px);
	}
	.tm-cart-edit-options {
		display:block;
		margin:0px;
	}
	.product-quantity {
		width:130px;
	}
	.product-subtotal {
		width:calc(100% - 170px);
	}
	.product-thumbnail {
		width:110px;
	}
	.product-thumbnail a img {
		max-width:85px;
	}
	.product-name {
		width:calc(100% - 150px);
	}
	.product-remove {
		width:40px;
	}
	.woocommerce-cart-form__contents_table, .cart-collaterals, .coupon.actions, .we_accept_box, .Upsells_block {
		padding:10px;
	}
}



/********************* Product ***************************/

.product_header {
	padding-top:120px;
	padding-bottom:20px;
	background-size: cover !important;
	background-position: center !important;
	position:relative;
}
.product_beschrijving {
	position:relative;
}
.product_header:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #122b27;
	opacity:0.8;
	z-index:1;
}
.product_header .product_header_image,
.product_beschrijving .product_beschrijving_image,
.product_specs .product_specs_image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.product_header .header-image,
.product_beschrijving .header-image,
.product_specs .header-image {
    width:100%;
    height:100%;
    object-fit:cover;
}
.product_head_content {
	position:relative;
	z-index:2;
}
.product_head_content h1 {
	color: #fff !important;
	text-align: center;
}
.product_content .images {
	width:100%;
	max-width:750px;
	float:right;
}
.product_content .images #crumbs {
	padding-top:10px;
	padding-bottom:20px;
}
.product_content .entry-summary {
	max-width:750px;
	padding: 40px;
	float:left;
}
.product_content .entry-summary .product_title {
	font-size: 40px !important;
}
.product_content .entry-summary .price {
	color: #006851;
	font-size:34px;
	font-weight: 400;
	line-height:1em;
}
.product_content .entry-summary .price span {
	line-height:1.4em !important;
	color: #006851;
}
.product_content .entry-summary .price del, .product_content .entry-summary .price del .woocommerce-Price-currencySymbol {
	color: #aaa !important;
	font-size:20px;
}
.product_content .entry-summary .price ins {
	background:none;
}
.product_content .entry-summary .price .woocommerce-price-suffix {
	display:none !important;
}
.product_content .entry-summary .price del .amount {
	color: #aaa !important;
}
.product_content .entry-summary .price .amount {
	color: #006851;
}
.product_content .entry-summary .price .woocommerce-price-suffix {
	font-size:20px;
}
.product_content .entry-summary .product_meta {
	display:none;
}
.product_usps {
	padding-top:30px;
	padding-bottom:30px;
}
.product_usps .usp_box p img {
	margin-right:7px;
}
.product_usps .usp_box p {
	color: #006851;
	font-weight:bold;
}
.product_gerelateerd {
	padding-top:60px;
	padding-bottom:60px;
}
.product_specs {
	position:relative;
}
.advies_col {
	position:relative;
	z-index:1;
	padding-top:80px;
	padding-bottom:80px;
}
.advies_col .col-md-6 {
	padding:20px 40px;
}
@media all and (min-width:768px) {
	.advies_col .col-md-6:nth-child(1) {
		border-right: 1px solid white;
	}
}
.expand_advies {
	width:100% !important;
	display:none;
}

.read_more_btn_bbq_tafels, .read_more_advies {
	padding: 10px 20px;
	border: 1px solid #129072 !important;
	border-radius:50px;
}
.read_more_btn_bbq_tafels:hover, .read_more_advies:hover {
	background:#129072 !important;
	color: #fff !important;
}
.read_more_btn_bbq_tafels:after, .read_more_advies:after {
	content: '\F4FE';
	display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phone_number_advice, .email_advice {
	display:block;
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
	color: #fff !important;
	font-size: 40px !important;
	line-height: 0em;
	margin-top:15px;
}
@media all and (max-width:768px) {
	.phone_number_advice, .email_advice {
		font-size: 30px !important;
	}

}
.phone_number_advice:hover, .email_advice:hover {
	color: #129072 !important;
}
.phone_number_advice span, .email_advice span {
	font-size:16px !important;
	font-family: "filson-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 2.2em;
	text-transform:none !important;
	margin-left: 46px;
}
.phone_number_advice i, .email_advice i {
	color: #129072 !important;
	margin-right:10px;
	font-size:30px !important;
}
.contact_info {
	margin-top:30px;
}
.read_more_advies {
	color: #129072 !important;
}

.minus, .plus{
	width: 40px;
    cursor: pointer;
    height: 40px;
    line-height: 8px;
    background: #fff;
    border-radius: 50px;
    padding: 15px 5px 8px 5px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    color: #727272;
	border:1px solid #eee
}
.quantity {
	display:inline-block;
}
.quantity .input-text {
	width: 60px;
    padding: 7px 8px;
    padding-left: 20px;
    text-align: center;
    margin: auto;
    background: none !important;
    border: 0px solid #727272;
    border-radius: 0px;
}
.single_add_to_cart_button, .variation_add_to_cart_button {
	background: #006851 !important;
	border-radius:50px !important;
	border:0px !important;
	padding: 8px 20px !important;
	color: #fff;
	font-family: "filson-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none !important;
	font-size: 16px;
}
.single_add_to_cart_button:hover, .variation_add_to_cart_button:hover {
	background:rgba(18,43, 39, 1) !important;
}
.woocommerce-product-gallery__wrapper {
	display:flex;
	flex-wrap:wrap;
}
.woocommerce-product-gallery__image {
	width:15%;
	padding:5px;
}
.woocommerce-product-gallery__image:nth-child(1) {
	width:100%;
}
.woocommerce-product-gallery__image img {
	width:100%;
	height: 500px;
  object-fit: contain;
	cursor: zoom-in;
}
.woocommerce-product-thumbnail__wrapper .woocommerce-product-gallery__image img {
	width:100px;
}
.product_beschrijving {
	padding-top:100px;
	padding-bottom:100px;
}
.voeg_toe_verlanglijst {
	color: #006851 !important;
	margin-bottom:20px;
	display:inline-block;
}
.voeg_toe_verlanglijst:hover {
	color: #000 !important;
}
.voeg_toe_verlanglijst i{
	margin-right:10px;
	font-size:22px;
}

.custom_badge_product {
    position: absolute;
    right: 30px;
    top: 70px;
}
.add_to_verlanglijst {
	color: #129072 !important;
	font-size:16px !important;
}
.add_to_verlanglijst i {
	margin-right:7px;
}
.specificaties td {
	color: #fff;
	padding:10px;
	border-bottom:1px solid white;
}
.specificaties tr td:first-child {
	color: #fff;
	text-transform: uppercase;
	font-weight:bold;
}
.specificaties tr td:last-child {
	text-align: right;
}

@media all and (max-width:768px) {
	.single_add_to_cart_button, .variation_add_to_cart_button {
		display: block;
		text-align: center;
		margin-top:15px;
	}
}
/********************* Woocommerce ***************************/
.woocommerce-notices-wrapper, .woocommerce-NoticeGroup-checkout {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	max-width: 1140px;
	background: #fff;
	left: calc(50% - 250px);
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
	border-radius: 10px;
}
@media all and (max-width:500px) {
	.woocommerce-notices-wrapper, .woocommerce-NoticeGroup-checkout {
		left: 0;
	}
}
.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-NoticeGroup-checkout .woocommerce-error{
	margin: 10px;
	list-style:none;
	padding:10px 30px;
	text-align:center;
}
.woocommerce-notices-wrapper .woocommerce-message {
	text-align:center;
	max-width: 500px;
	margin: 10px;
}
.woocommerce-notices-wrapper .cart-empty {
	display:none;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward, .woocommerce-notices-wrapper .woocommerce-message .restore-item{
    display: inline-block;
    width: 48%;
    text-align: center;
    background: #006851 !important;
    color: #fff;
    padding: 10px 20px;
	margin:auto;
    margin-top: 15px;
	margin-left:1%;
	margin-right:1%;
	border-radius:50px;
}
.woocommerce-notices-wrapper .woocommerce-message .verder_winkelen {
	display: inline-block;
    width: 48%;
    text-align: center;
    border: 1px solid #006851 !important;
    color: #006851 !important;
    padding: 10px 20px;
	margin:auto;
    margin-top: 15px;
	margin-left:1%;
	margin-right:1%;
	border-radius:50px;
}
.woocommerce-notices-wrapper .woocommerce-message .close_icon {
	position: absolute;
    right: 10px;
    top: 10px;
	cursor: pointer;
}
.align_center {
	display: inline-block !important;
	font-size:50px;
	color:red;
	text-align: center;
	width: 100%;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
   color: #B00020;
   display: block !important;

}
.woocommerce-checkout p.woocommerce-invalid-required-field input {
	border: 1px solid #B00020;
}

@media all and (max-width:768px) {
	.woocommerce-checkout.woocommerce-order-pay #order_review {
		padding:40px 5px !important;
	}
	.woocommerce-checkout .shop_table thead th {
		font-size:12px;
	}
	.woocommerce-checkout .shop_table .order_item td {
		vertical-align:top;
	}
	.woocommerce-checkout .shop_table .product-name .wc-item-meta {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	.woocommerce-checkout .shop_table .product-subtotal .amount, .woocommerce-checkout .shop_table .product-total {
		font-size:14px;
	}
	.woocommerce-checkout .shop_table .product-subtotal {
		text-align:left;
	}
	.woocommerce-checkout .shop_table .product-name {
		width:50%;
	}
	.woocommerce-checkout .shop_table .product-name .wc-item-meta li {
		font-size: 12px;
    	line-height: 1.6em;
	}
	.woocommerce-checkout .wc_payment_methods {
		padding: 0px 10px;
	}
	.woocommerce-checkout .wc_payment_method label {
		flex: 0 0 calc(100% - 30px);
    	display: flex;
    	line-height: 1.2em;
    	justify-content: space-between;
	}
}


/********************* Recept Overzicht***************************/
.verlanglijst_box {
	margin-top:-90px;
}
.recept_box {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	position:relative;
	overflow:hidden;
	height:100%;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.recept_content {
	padding:0px 30px 70px 30px;
}
.recept_content h3 {
	font-size:32px !important;
	text-align: center;
}
.recept_box_img {
	height:250px;
	width:100%;
	object-fit: cover !important;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
	margin-bottom:30px;
}
.recept_read_more {
	display:block;
	width:calc(100% - 20px);
	position:absolute;
	background: #006851;
	color: #fff;
	font-family: "filson-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none !important;
	top:100%;
	left:10px;
	padding:10px 20px;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-radius: 50px;
}
.recept_link:hover .recept_read_more {
	top: calc(100% - 54px);
}
.recept_link:hover .recept_box {
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
}
.recept_box .add_to_verlanglijst{
	display: block;
    text-align: center;
    margin-bottom: 20px;
	color: #129072;
}
.tip_box .add_to_verlanglijst {
	display: block;
    text-align: left;
	color: #129072;
}
.recept_box .add_to_verlanglijst i, .tip_box .add_to_verlanglijst i {
	margin-right:10px;
}
.recept_verlanglijst_elementen, .tips_verlanglijst_elementen {
	display:flex;
	flex-wrap:wrap;
}
.recepten_row, .tips_row {
	position:relative;
}
.recept_box .remove_product {
	display:none;
}
.verlanglijst .recept_box .remove_product {
	display: block;
    text-align: center;
    margin-bottom: 20px;
	color: #129072;
}
.verlanglijst .recept_box .add_to_verlanglijst {
	display:none;
}
.tip_box .remove_product {
	display:none;
}
.verlanglijst .tip_box .remove_product {
	display: block;
    text-align: center;
    margin-bottom: 20px;
	color: #129072;
}
.verlanglijst .tip_box .add_to_verlanglijst {
	display:none;
}
.verlanglijst_elm_cont {
	position:relative;
}

.bbq-cover-media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.bbq-cover-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.header_container,
.nieuwsbrief_container,
.background_left,
.background_right,
.small-header_container,
.cat-header_container,
.family_container,
#workshop_block,
.tip_box_img,
.cat_box_cont,
.gallery_background_content {
	position: relative;
	overflow: hidden;
}
.text_container {
	position: relative;	
}

.header_overlay,
.nieuws_overlay,
.background_left .overlay,
.background_right .overlay,
.family_container .overlay,
.text_container .foto_overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.header_container .container,
.nieuwsbrief_container .container,
.small-header_container .container,
.cat-header_container .container,
.family_container .container,
#workshop_block .container,
.text_container .container {
	position: relative;
	z-index: 2;
}

.level-title {
	display:none;
}

/********************* Tips ************************/
.tips_container {
	padding-top:60px;
	padding-bottom:60px;
}
.tip_content {
	padding:30px;
	background: #fff;
}
.tip_box_img {
	height:300px;
	display:flex;
	align-items: flex-end;
	padding:30px;
	position:relative;
	overflow:hidden;
}
.tip_box_img h3 {
	font-size: 32px !important;
	position: relative;
	z-index:1;
	margin-bottom:0px;
}
.tip_box_img.overlay_green:before {
	opacity:0.4;
}
.tip_content p {
	margin-bottom:0px;
}
.read_more_tips {
	color: #006851 !important;
	font-family: dharma-gothic-e, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase !important;
	font-size: 26px;
}

/********************* Single Recept ***************************/

.recepten_header{
	position:relative;
	padding-top:100px;
	background: #f4f6f6;
}
.recept_container {
	padding-top:60px;
	padding-bottom:60px;
	background: #f4f6f6;
}
.recept_header_back {
	top:0;
	left:0;
	width:100%;
	height: calc(100% - 150px);
	position:absolute;
}
.recept_header_back:before {
	content:'';
	top:0;
	left:0;
	width:100%;
	height: 100%;
	position:absolute;
	background: #122b27;
	opacity:0.8;
	z-index:1;
}
.recept_beschrijving{
	background: #fff;
	padding:40px !important;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.list_beschrijving {
	color: #727272;
}
.recept_content {
	align-items: flex-start;
}
.recept_thumb {
	margin-top:30px;
	margin-bottom:30px;
	margin-left: -15px;
}
.recept_ingredienten {
	background: #122b27;
	padding:40px !important;
}
.recept_ingredienten p, .recept_ingredienten li{
	color: #fff;
}
.recept_ingredienten ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:40px;
}
.recept_ingredienten li {
	margin-bottom:10px;
}
.recept_ingredienten ul li:before {
	content:'\2022';
	color: #006851;
	font-size:22px;
	margin-right:10px;
}
.recept_stappen {
	background: #fff;
	padding:40px !important;
}
.recept_content .recept_stappen ul {
  margin:0px;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.recept_content .recept_stappen ul li {
  	margin: 0 0 0.5rem 0;
  	counter-increment: my-awesome-counter;
  	position: relative;
	margin-bottom:20px;
	color: #727272;
	font-weight: 300;
	line-height:1.8em;
}
.recept_content .recept_stappen ul li::before {
	font-weight: 800;
	font-style: normal;
	content: counter(my-awesome-counter);
 	color: #000;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	--size: 32px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	border-radius: 50%;
	border:1px solid black;
  	text-align: center;
}
#recept_stappen h4 {
	margin-bottom:20px !important;
}
.print_recipe {
	color: #006851;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #006851;
}
.list_beschrijving img {
	width:25px;
	max-height:25px;
	margin-right:10px;
	margin-bottom: 5px;
    margin-top: 5px;
}
.recept_categories {
	margin-bottom:30px;
}
.recept_category {
	padding: 10px 20px;
	background: #006851;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	border-radius:50px;
}
.accessoires_container {
	padding-top:60px;
	padding-bottom:60px;
}
@media all and (max-width:768px) {
	.recept_container {
		padding-top:20px;
		padding-bottom:20px;
	}
}

/***************** order tracking *********************/

.woocommerce-form-track-order input {
	width: 100%;
    padding: 10px 20px;
    text-align: center;
}
.woocommerce-form-track-order label {
	width:100%;
	text-align:center;
	font-weight: 800;
}

.woocommerce-form-track-order .button{
	border:0px;
	background: #006851;
	color: #fff;
	width: 100%;
}


/***************** Pay order page *********************/

.woocommerce-order-pay .woocommerce #order_review { 
	display:flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
	justify-content: space-between;
	align-items: flex-start;
}
.woocommerce-order-pay .woocommerce #order_review .shop_table { 
	flex: 0 0 60%;
	max-width: 60%;
}
.woocommerce-order-pay .woocommerce #order_review #payment { 
	flex: 0 0 30%;
	max-width: 30%;
}
.woocommerce-order-pay .woocommerce #order_review #payment .wc_payment_methods {
	Margin-top:0px;
	Border-top:0px;
	Padding-top:0px;
}
.woocommerce-order-pay .woocommerce #order_review #payment #place_order {
	border:0px;
	background:#00664CED !important;
	color: #fff !important;
}

.show-password-input {
	display:none;
}
.woocommerce-form-row {
	padding-left:0px;
}
@media all and (max-width:768px) {
	.woocommerce-order-pay .woocommerce #order_review .shop_table { 
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-order-pay .woocommerce #order_review #payment { 
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.woocommerce-order-pay .woocommerce .woocommerce-verify-email {
	background: #fff;
    padding: 40px;
    max-width: 1000px;
    margin: auto;
}
.woocommerce-order-pay .woocommerce .woocommerce-verify-email  .woocommerce-button {
	border:0px;
	background:#00664CED !important;
	color: #fff !important;
}
