/*
Theme Name: Theme
Theme URI: https://www.searchflow.nl
Description: 
Author: Searchflow
Author URI: https://www.searchflow.nl
Template: hello-elementor
Version: 1.0.0
Text Domain: sf-theme
*/

/*--SF: Typography--*/


/*--SF: Buttons--*/
.shop_table .button {
	border: 2px solid #dbdde1!important;
}

/*--SF: Columns--*/
.sf_row, .sf_mobile_row{
	margin: 0 -15px;
	display: flex;
}
.sf_row_no_margin{
	margin: 0px !important;
}
.sf_column{
	padding: 0 15px;
}
.sf_column_1{
	max-width: 8.33%;
	flex: 1 0 8.33%;
}
.sf_column_2{
	max-width: 16.66%;
	flex: 1 0 16.66%;
}
.sf_column_3{
	max-width: 25%;
	flex: 1 0 25%;
}
.sf_column_4{
	max-width: 33.33%;
	flex: 1 0 33.33%;
}
.sf_column_5{
	max-width: 41.66%;
	flex: 1 0 41.66%;
}
.sf_column_6{
	max-width: 50%;
	flex: 1 0 50%;
}
.sf_column_7{
	max-width: 58.33%;
	flex: 1 0 58.33%;
}
.sf_column_8{
	max-width: 66.66%;
	flex: 1 0 66.66%;
}
.sf_column_9{
	max-width: 75%;
	flex: 1 0 75%;
}
.sf_column_10{
	max-width: 83.33%;
	flex: 1 0 83.33%;
}
.sf_column_11{
	max-width: 91.66%;
	flex: 1 0 91.66%;
}
.sf_column_12{
	max-width: 100%;
	flex: 1 0 100%;
}
.sf_container{
	max-width: 1112px;
	margin: 0 auto;
}
.sf_row_vertical_center{
	align-items: center;
}
.sf_justify_between{
	justify-content: space-between;
    display: flex;
}
/*--SF: Margins--*/


/*--SF: Lists--*/


/*--SF: Misc--*/
h2, h3{
	margin-bottom: 0px;
}
.sf_bold{
	font-weight: bold;
}
::placeholder, .elementor-search-form__container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #051528;
  opacity: 1; /* Firefox */
}
.sf_breadcrumb_divider{
	margin: 0 4px;
}
.sf_hide_initial{
	display: none;
}

:-ms-input-placeholder, .elementor-search-form__container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #051528;
}

::-ms-input-placeholder, .elementor-search-form__container input::-ms-input-placeholder { /* Microsoft Edge */
  color: #051528;
}
.elementor-button-link {
	position: relative;
}
.elementor-button .elementor-align-icon-right{
	position: absolute;
	right: 20px;
}
.elementor-button-icon svg{
	width: auto !important;
}

/*--SF: Sliders--*/
.owl-prev{
	transform: scale(-1,1);
}
.owl-theme .owl-dots .owl-dot span{
	background: #fff !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #55DABA !important;
}

/*--SF: Header--*/
.sf_fbc_top a{
	font-size: 10px;
}
.sf_fbc_top img{
	vertical-align: sub;
}
.sf_fbc_top_score{
	margin-right: 10px;
}
.sf_fbc_top_review_count{
	margin-left: 10px;
}
.elementor-menu-cart__wrapper .elementor-button-icon::after{
	content: url('/images/cart_icon.svg');
	position: relative;
    top: 3px;
	margin-left: 5px;
}
.elementor-menu-cart__wrapper .eicon{
	display: none;
}
#elementor-menu-cart__toggle_button{
	padding: 0px;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{
	position: static !important;
    display: inline-block !important;
	border: 1px solid #CBB18A;
    width: 20px;
    height: 20px !important;
    line-height: 18px !important;
}
/* .jet-mega-menu-mega-container{ */
	/* -webkit-transform: translateX(var(--jmm-submenu-delta-x-offset, 0)) !important; */
    /* -ms-transform: translateX(var(--jmm-submenu-delta-x-offset, 0)) !important; */
    /* transform: translateX(var(--jmm-submenu-delta-x-offset, 0)) !important; */
/* }	 */
/* .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner{ */
	/* -webkit-transform: none !important; */
    /* -ms-transform: none !important; */
    /* transform: none !important; */
/* } */
.sf_menu_wrapper.elementor-sticky--active, .jet-mega-menu-mega-container{
	box-shadow: 0 4px 2px -2px #0000000d;
}



/*--SF: Footer--*/

/*--SF: Contact---*/
.grecaptcha-badge{
	display: none;
}

/*--SF: Product loop--*/
.woocommerce-loop-product__title{
	font-family: 'Cormorant' !important;
	font-size: 22px !important;
	font-weight: 400;
	line-height: 24px !important;
	text-align: center;
	min-height: 48px;
	padding: 0px !important;
	margin-top: 12px !important;
	display: block;
}
.products .product{
	text-align: center;
	background: #fff;
	padding: 22px !important;
}
.products .product .price{
	font-weight: 500 !important;
	text-align: center;
	display: block !important;
}
/* .woocommerce a.add_to_cart_button, .woocommerce a.product_type_variable{
    font-size: 11px !important;
    line-height: 16px !important;
    display: inline-block;
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 400 !important;
    border: 1px solid #051528;
	color: #051528;
	border-radius: 0px;
	background: #fff;
	margin-top: 21px !important;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	width: 100%;
}
.woocommerce a.add_to_cart_button:hover{
	color: #fff;
	background: #051528;
} */
.woocommerce a.add_to_cart_button, .woocommerce a.product_type_variable{
    font-size: 11px !important;
    line-height: 16px !important;
    display: inline-block;
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 400 !important;
    border: 1px solid #FF7A00;
	color: #fff;
	border-radius: 0px;
	background: #FF7A00!important;
	margin-top: 21px !important;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	width: 100%;
}
.woocommerce a.add_to_cart_button:hover{
	color: #fff;
	background: #DA7518!important;
	border: 1px solid #DA7518;
}
.woocommerce ul.products li.product a img{
	margin-bottom: 0px;
}

.woocommerce .add_to_cart_button img, .woocommerce .product_type_variable img{
	margin-left: 13px;
	vertical-align: text-top;
	width: 16px !important;
	display: inline-block !important;
}

.woocommerce .add_to_cart_button img:last-child, .woocommerce .product_type_variable img:last-child{
	display: none !important;
}
.woocommerce .add_to_cart_button:hover img:first-child, .woocommerce .product_type_variable:hover img:first-child{
	display: none !important;
}
.woocommerce .add_to_cart_button:hover img:last-child, .woocommerce .product_type_variable:hover img:last-child{
	display: inline-block !important;
}
.sf_product_loop_image_wrapper{
	position: relative;
	padding: 0px 30px;
}
.sf_product_loop_image_wrapper:hover img.sf_loop_product_image{
	-ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.sf_badges_productpage {
    bottom: 0px;
    right: 28px;
	top: auto;
	left: auto;
	position: absolute;
	z-index: 1;
}
.archive .sf_badges_productpage {
	right: 50px;
}
.sf_badges_productpage_msc{
	right: 0px;
}
.sf_badges_productpage img:first-child{
	height: 45px !important;
}
html body .sf_badges_productpage_msc img:first-child{
	width: auto !important;
    height: 35px !important;
}
.single-product .sf_badges_productpage{
	right: -60px;
	display: flex;
}
.single-product .sf_badges_productpage img{
	margin-right: 5px;
}
.single-product .sf_badges_productpage_clean{
	right: -10px;
}

.sf_badges_productpage_new {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}
.sf_badges_productpage_new img {
    height: 50px !important;
}
.sf_product_loop_sub_title{
	margin: 10px 0px;
	line-height: 22px;
	display: block;
	min-height: 44px;
}
.sf_product_archive .woocommerce-loop-product__title{
	min-height: auto;
}
.sf_product_archive .products .product, .upsells .products .product, .related .products .product{
	box-shadow: 0px 0px 14px 1px #0000000d;
	padding: 22px !important;
}    

.sf_product_archive ul.products li.product a img{
	width: auto;
	margin: 0 auto;
}
.sf_product_archive ul.products li .elementor{
	height: 100%;
}
.sf_loop_product_image{
	max-width: 176px !important;
}

.product_cat-voordeel-programmas .sf_loop_product_image{
	max-width: 100% !important;
}
.product_cat-voordeel-programmas del{
	margin-right: 20px;
}
.product_cat-voordeel-programmas ins{
	text-decoration: none;
}
	


/*--SF: Single product--*/
.sf_variation_single_wrapper{
	background: #fff;
	margin-bottom: 13px;
}
.sf_variation_single_wrapper:hover{
	cursor: pointer;
}
.sf_variation_single_name, .sf_variation_single_price{
	display: block;
	font-weight: bold;
}
.sf_varation_single_voordeel_title{
	display: block;
	background: #EF7D00;
	color: #fff;
	padding: 4px 6px;
}
.sf_varation_single_voordeel{
	display: block;
	font-weight: normal;
	color: #55daba;
	font-size: 12px;
}
.sf_variation_single_stuk_prijs{
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	margin: 4px 0px;
	display: block;
}
.sf_variation_single_inner{
	padding: 10px;
	align-items: center;
}
.sf_variation_single_price_wrapper{
	align-self: baseline;
}
.sf_quantity_wrapper{
	display: flex;
	margin: 20px 0px;
}
.woocommerce div.product form.cart div.quantity{
	float: none;
	margin-right: 0px;
}
.woocommerce div.product form.cart div.quantity input{
	width: 40px;
	height: 40px;
	background: #fff !important;
	color: #000 !important;
	border: none;
	margin-left: 1px;
	margin-right: 1px !important;
	border-radius: 0px;
	font-size: 14px;
}
.sf_quanity_button{
	border: none !important;
	background: #fff !important;
	color: #000 !important;
	width: 40px;
	height: 40px;
	margin-top: 0px !important;
	line-height: 13px !important;
	padding: 10px !important;
	font-size: 22px !important;
}
.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;	
	margin: 0 !important;
}
.woocommerce div.product form.cart div.quantity input[type=number] {
  -moz-appearance: textfield !important;
}
.sf_single_product_add_to_cart{
	width: 100%;
	text-align: center;
	 -webkit-transition: all 0.5s 0s ease !important;
    -moz-transition: all 0.5s 0s ease !important;
    -o-transition: all 0.5s 0s ease !important;
    transition: all 0.5s 0s ease !important;
	padding: 11px 30px !important;
}
.sf_single_product_add_to_cart:hover{
	background: #051528 !important;
	border-color: #051528 !important;
	color: #fff !important;
}
.sf_single_product_add_to_cart img{
	float: right;
	vertical-align: sub;
}
.sf_single_product_add_to_cart .sf-arrow-last{
	display: none;
}
.sf_single_product_add_to_cart:hover img:first-child{
	display: none;
}
.sf_single_product_add_to_cart:hover .sf-arrow-last{
	display: inline-block;
}
.sf_stock_status_wrapper{
	font-size: 12px;
	margin-top: 8px;
}
.wc-tabs li{
	border-top: none !important; 	
	border-left: none !important; 	
	border-right: none !important; 	
	border-color: #fff !important;
	margin: 0px 15px !important;
}
.wc-tabs li:first-child{
	margin-left: 0px !important;
}
.wc-tabs li.active{
	border-color: #CBB18A !important;
	font-weight: bold !important;
}
.woocommerce-Tabs-panel{
	border-color: #fff !important;
}
.sf_tabs_inner{
	margin-bottom: -1px !important;
}
.woocommerce-tabs hr{
	margin-top: -2px;
	 border-top: 1px solid #fff;
    border-bottom: 1px solid #d8d8d8;
}
.woocommerce-Tabs-panel, .sf_tabs_inner {
	max-width: 730px;
	margin: 0 auto !important;
}
.woocommerce div.product.elementor ul.tabs {
    padding-bottom: 1px;
}

.woocommerce-product-gallery{
	max-width: 255px;
	margin: 0 auto;
}
.sf_category_description{
	margin-top: 20px;
}
.sf_hh_wrapper{
	box-shadow: 0px 0px 14px 1px #0000000d;
}

/*--SF: Thank You--*/
.sf_thank_you{
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.sf_thank_you img{
	margin-bottom: 24px;
}
.sf_thank_you .sf_heading_4{
	margin-bottom: 16px;
		font-size: 28px;
	line-height: 32px;
	font-family: Cormorant;	
	color: #051528;
	display: block;
	font-weight: 500;
}
.woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details{
	display: none;
}

/*--SF: Responsive--*/
.sf_show_on_mobile, .sf_show_on_mobile_inline{
	display: none !important;
}
@media only screen and (max-width:768px) {
	.upsells .sf_product_loop_image_wrapper{
		padding: 0px;
	}
	
	.sf_show_on_desktop{
		display: none !important;
	}
	.sf_show_on_mobile{
		display: block !important;
	}
	.sf_show_on_mobile_inline{
		display: inline-block !important;
	}

	/*--SF: Columns--*/
	.sf_row{
		display: block;
		margin: 0;
	}
	.sf_row .sf_column, .sf_row .sf_column_1, .sf_row .sf_column_2, .sf_row .sf_column_3, .sf_row .sf_column_4, .sf_row .sf_column_5, .sf_row .sf_column_6, .sf_row .sf_column_7, .sf_row .sf_column_8, .sf_row .sf_column_9, .sf_row .sf_column_10, .sf_row .sf_column_11, .sf_row .sf_column_12{
		padding: 0;
		max-width: 100%;
	}
	.sf_container{
		max-width: 100%;
		margin: 0 15px;
	}
	
	.sf_mobile_menu ul.elementor-nav-menu > li.menu-item a{
		line-height: 26px;
	}
	.sf_mobile_menu ul.elementor-nav-menu > li.menu-item.menu-item-has-children > a::after{
		content: url('/images/arrow_sand.svg');
		position: absolute;
		right: 40px;
		top: 12px;
		opacity: 1 !important;
	}
	
	.sf_triggert{
		transform: rotate(90deg);
	}
	   
	
	/*--SF: Misc--*/
	div:not(.sf_mobile_icon_vertical) > .elementor-widget-container .elementor-icon-box-wrapper{
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    body div:not(.sf_mobile_icon_vertical) > .elementor-widget-container .elementor-icon-box-icon{
        display: inline-flex !important;
        flex: 0 0 auto !important;
        margin-bottom: 0px !important;
        margin-right: 10px !important;
		margin-bottom: 0px !important;
    }
	.sf_mobile_row_slider_no_dots{
		padding: 10px 0px !important;
	}
	.owl-theme .owl-dots .owl-dot span{
		background: #EEEEE7 !important;
	}
	
	/*--SF: Product loop--*/
	.sf_product_loop_image_wrapper > img{
		width: auto !important;
		margin: 0 auto;
	}
	.sf_product_loop_image_wrapper .sf_badges_productpage{
		right: 45px;
	}
	.elementor-widget-wc-archive-products .products{
		grid-template-columns: repeat(1,1fr) !important;
	}
	.sf_mobile_column_slider .elementor-widget-wrap{
		overflow: hidden;
	}
	
	/*--SF: Product page--*/
	.sf_breadcrumb_divider{
		margin: 0 12px;
	}
	.woocommerce-Tabs-panel, .sf_tabs_inner{
		margin-bottom: 1px !important;
	}
	.sf_tabs_inner > .tabs{
		overflow-x: scroll !important;
		overflow-y: hidden !important;
		white-space: nowrap;
		padding: 0px !important;
	}
	.sf_tabs_inner > .tabs::-webkit-scrollbar {
	  display: none;
	}
	.sf_tabs_inner > .tab {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.woocommerce div.product.elementor ul.tabs li a {
		padding: 1.8em 10px;
	}
	.woocommerce div.product.elementor .woocommerce-tabs .panel{
		padding: 0px !important;
	}
	.upsells.products > .products{
		display: block !important;
	}
	.upsells.products > .products .sf_product_loop_image_wrapper > img {
		margin: 0 auto;
	}
	.upsells.products > .products .owl-stage{
		padding-left: 0px !important;
	}
	.upsells .products .product{
		margin: 10px !important;
	}
	
	.woocommerce-message .button.wc-forward{
		width: 100%;
		text-align: center;
		padding: 11px 0px !important;
		margin-bottom: 12px !important;
	}
	
	/*--SF: Mijn account--*/
	.sf_hide_on_mobile{
		display: none;
	}
	.sf_my_account_mobile_order_text_small{
	    font-size: 11px;
		line-height: 16px;
		display: block;
	}
	.sf_my_account_mobile_order_text {
		display: block;
		font-weight: 500;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	.sf_account_shadow_box_container{
		padding: 20px !important;
	}
	.sf_my_account_order_table_row td{
		border-bottom: none !important;
	}
	.sf_my_account_order_table_row {
		border-top: 1px solid #F0F0EB;
		border-left: 1px solid #F0F0EB;
		border-right: 1px solid #F0F0EB;
	}
	.sf_my_account_order_table_bottom {
		border-top: none;
	}
	.sf_show_on_mobile.sf_my_account_order_table_top td{
		width: 50%;
	}
	.sf_my_account_view_order_actions .sf_text_align_right{
		text-align: left;
	}
	
	/*--SF: cart--*/
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        display: table-row;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
        display: table-cell !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before, .woocommerce table.shop_table_responsive tr td.product-price{
        display: none !important;
    }
	.woocommerce table.shop_table_responsive tr td{
		padding: 20px 5px !important;
	}
	  /*.woocommerce table.shop_table_responsive .product-quantity{
		display: none !important;
	}*/
}




.sf_tabs_inner li.active{
	border-bottom: 1px solid #CBB18A !important;
	
}
.sf_tabs_inner li.active a{
	font-weight: 900!important;
}
.sf_tabs_inner li:hover{
	border-bottom: 1px solid #CBB18A !important;
}
.sf-zoom-image .elementor-widget-image{
	overflow: hidden;
}
.sf-zoom-image img {
  transition: transform .2s ease;
}
.sf-zoom-image:hover img {
  transform: scale(1.01);
}
.sf-producten-slider-home .owl-carousel .owl-item img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sf-youtube-shadow{
	box-shadow: 0px 12px 22px -5px #d3d3d3;
}
.elementor-menu-cart__footer-buttons .elementor-button-text{
	font-size: 9px;
}
/*--SF: faq page--*/
.sf-titles-faq{
	font-size: 28px;
    color: #051528;
    margin-bottom: 32px;
    font-weight: normal;
	font-family: "Cormorant", sans-serif;
	margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
	.sf-titles-faq{
		margin-top: 20px;
		line-height: 1.3em;
	}
	.elementor-column  .sf-faq .elementor-tab-content {
    	padding-left: 10px!important;
	}
}
.sf-faq li{
	margin-bottom: 10px;
}
.sf-faq .elementor-tab-desktop-title.elementor-active{
	font-weight: 700!important;
}
.sf-faq a{
	color: #55DABA;
}
.sf-faq .elementor-tab-title{
	border-bottom:1px solid #EEEEE7!important;
	padding: 10px 0px 10px 0px!important;
}
.sf-faq  #elementor-tab-title-2367{
	border-bottom:0px solid #EEEEE7!important;
}
.sf-faq .elementor-tab-content{
	padding-left: 60px!important;
	padding-top: 5px!important;
}
/*--SF: contact page--*/
.sf-contact-form label{
	width: 100%;
	font-size: 14px;
}
.sf-contact-form input, .sf-contact-form textarea{
	border: 1px solid #F5F5F1;
	border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sf-contact-form .wpcf7-list-item{
	margin-left: 0px;
}
.sf-contact-form a{
	color: #55DABA;
}
.sf-contact-form .wpcf7-submit{
	font-size: 11px !important;
    line-height: 15px !important;
    display: inline-block;
    padding: 11px 30px !important;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #051528;
    color: #051528;
    border-radius: 0px;
    background: #fff;
	margin-top: 24px;
	float: right;
}

/*--SF: Cart--*/
.cart_totals .woocommerce-shipping-totals{
	display: none;
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button{
	width: 100% !important;
	background-color: #55daba !important;
	border-color: #55daba !important;
	font-size: 11px !important;
	font-family: 'Typold';
	color: #fff !important;
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover, .coupon button:hover, .actions button:hover{
	color: #fff !important;
	background-color: #051528 !important;
	border-color: #051528 !important;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{
	border-radius: 0px !important;
	padding: 5px !important;
}

.woocommerce-cart-form .actions button{
	padding: 11px 30px !important;
	line-height: 16px !important;
	font-size: 11px !important;
}

.woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{
	max-width: 50% !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .product-total{
	text-align: right;
}
	
@media only screen and (max-width:768px) {
	/* .e-cart-section, .cart_item{ */
		/* padding: 0px!important; */
	/* } */
	.e-checkout__column.e-checkout__column-start .col-1{
		padding: 0px!important;
	}
	#ship-to-different-address{
		padding-left: 0px!important;
	}
	.e-checkout__order_review, .e-coupon-box, .woocommerce-checkout-payment{
		padding: 0px!important;
	}
}
@media only screen and (max-width: 1024px){
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img {
    /*width: 23px!important;*/
	width: inherit!important;
	}
}
.woocommerce-info {
    border-top-color: #051528;
}
.woocommerce-message {
    border-top-color: #55daba;
}
.woocommerce-message::before{
	color: #55daba;
}
.woocommerce-info::before{
	color:  #051528;
}
.button.wc-backward, .button.wc-forward{
	font-family: "Typold", Sans-serif!important;
    font-size: 11px!important;
    text-transform: uppercase!important;
    line-height: 16px!important;
    color: var( --e-global-color-primary )!important;
    background-color: #FFFFFF!important;
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-color: var( --e-global-color-primary )!important;
    border-radius: 0px 0px 0px 0px!important;
    padding: 10px 75px 10px 75px!important;
	font-weight: normal!important;
}
.elementor-widget-woocommerce-cart .woocommerce a{
	color: #55daba;
}


/*--SF: Mijn PH--*/
.woocommerce-form-login__submit , .woocommerce-form-register__submit{
	padding: 11px !important;
	line-height: 16px !important;
}
button.sf_button_1{
	padding: 11px 30px !important;
	line-height: 16px !important;
	font-size: 11px !important;
}
.woocommerce-privacy-policy-text, .woocommerce-privacy-policy-text a{
	font-size: 12px;
}
.sf_account_wrapper{
	color: #051528;
}
.sf_my_account_menu a.sf_account_menu_item{
	display: block;
	line-height: 36px;
	border-bottom: 1px solid #EEEEE7;
}
.sf_selected_tab, .sf_my_account_menu a.sf_account_menu_item:hover{
	font-weight: bold !important;
}
.sf_logout_button{
	font-size: 11px !important;
    line-height: 16px !important;
    display: inline-block;
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 400 !important;
    border: 1px solid #051528;
    color: #051528;
    border-radius: 0px;
    background: #fff;
    margin-top: 32px !important;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
	width: 100%;
    text-align: center;
}
.sf_logout_button:hover{
	background: #051528;
	color: #fff;
}
.sf_factuur_button{
	width: auto;
	margin-right: 20px;
}
.sf_reorder_button{
	width: auto;
	background: rgba(85, 218, 186, 1);
	border-color: rgba(85, 218, 186, 1);
}
.sf_account_heading_1{
	font-family: Cormorant;
	font-size: 40px;
	line-height: 44px;
	display: block;
	margin-bottom: 18px;
}
.sf_account_heading_2{
	font-family: Cormorant;
	font-size: 20px;
	line-height: 22px;
	display: block;
	margin-bottom: 12px;
}
.sf_account_heading_3{
	font-family: Cormorant;
	font-size: 24px;
	line-height: 36px;
	display: block;
	margin-bottom: 12px;
}
.sf_account_heading_4{
	font-family: Cormorant;
	font-size: 30px;
	line-height: 36px;
	display: block;
	margin-bottom: 16px;
}
.sf_account_view_orders{
	color: #CBB18A !important;
	float: right;
}
.sf_margin_bottom_16{
	margin-bottom: 16px !important;
}
.sf_margin_bottom_32{
	margin-bottom: 32px;
}
.sf_margin_bottom_64{
	margin-bottom: 64px;
}
.sf_margin_top_12{
	margin-top: 12px;
	display: block;
}
.sf_my_account_orders th{
	background: #F5F5F1;
	padding: 8px 18px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	border: none;
	border-top: none !important;
}
.sf_my_account_orders td{
	background-color: #fff !important;
	padding: 8px 18px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	border: none;
	border-bottom: 1px solid #F5F5F1;
}

.sf_account_shadow_box > .elementor-widget-wrap{
	box-shadow: 0px 0px 14px 1px #0000000d;
}
.sf_account_shadow_box_container{
	box-shadow: 0px 0px 14px 1px #0000000d;
}

.sf_mijn_ph_order_table_top > div > span{
	background: #F5F5F1;
	padding: 6px 12px;
	display: block;
}
.sf_text_align_right{
	text-align: right;
}
.sf_minicart_variation{
	display: block;
}
.sf_my_account_product_image img{
	max-height: 100px;
    width: auto;
}
.woocommerce-table--order-details{
	font-size: 14px;
}
.woocommerce-table--order-details td, .woocommerce-table--order-details th{
	background-color: #fff !important;
	border: none;
	border-bottom: 1px solid #F5F5F1;
}
.sf_minicart_name{
	font-weight: bold;
}
.woocommerce-table--order-details .product-quantity{
	font-size: 14px;
}
.woocommerce-table--order-details .woocommerce-table__product-total, .woocommerce-table--order-details .sf_column_quantity{
	text-align: right;
}
tfoot td, tfoot th{
	text-align: right;
}
.sf_form label{
	margin-bottom: 8px;
	margin-top: 12px;
	display: block;
}
.sf_form input{
	border-radius: 0px;
	border: 1px solid #f5f5f1;
	font-size: 12px;
}
.sf_row_gap_30{
	gap: 30px;
}
.sf_login_header{
	margin-top: 18px;
	margin-bottom: 24px;
	display: block;
}
.woocommerce-LostPassword a{
	font-size: 12px;
	color: #757B81;
	text-decoration: underline;
}
.sf_account_shadow_box_container button[type='submit']{
	width: 100%;
	margin-top: 18px;
}
.woocommerce-form-login__submit{
	background-color: rgba(85, 218, 186, 1) !important;
	border-color: rgba(85, 218, 186, 1) !important;
}
.sf_account_shadow_box_container button[type='submit']:hover{
	background-color: #051528 !important;
	border-color: #051528 !important;
	color: #fff !important;
}

/*--SF: Update 26-04-2022--*/
html body.archive .sf_msc{
	height: 30px !important;
}
.woocommerce-message{
	margin-bottom: 0px;
}
.elementor-menu-cart__footer-buttons a{
	padding: 9px 0px !important;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout{
	background-color: #55daba !important;
	border-color: #55daba !important;
}

.sf_afbeelding_strip img{
	max-width: 300px;
}
.elementor-button--view-cart{
border: 1px solid #051528 !important;
    color: #051528 !important;
	background: #fff !important;
}

/*--SF: Health Check--*/
/*--SF: Update Health check--*/
.sf_relative_box{
	position: relative;
}
.sf_health_check_image{
	background-size: cover;
	background-position-x: center;
}
.sf_health_check_overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.2);
	z-index: 9000;
}
.sf_health_check_popup{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 5%;
	left: 0px;
	z-index: 9001;
	overflow: scroll;
}
.sf_health_check_popup > .container > .sf_row_2{
	background: #fff;
	min-height: 600px;
}
.sf_row_2{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.sf_column_1_4{
	flex: 1 0 25%;
	max-width: 25%;
	padding: 0px 15px;
}
.sf_column_3_4{
	flex: 1 0 75%;
	max-width: 75%;
	padding: 0px 15px;
}
.sf_health_check_popup_title{
	position: absolute;
	top: 32px;
	left: 32px;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #051528;
}
.sf_health_check_pagination{
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-shadow: inset 0px 1px 0px #F0F0EB;
	padding: 16px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.sf_health_check_pagination a:first-child{
	margin-right: auto;
}
.sf_health_check_pagination a:last-child, .sf_health_check_pagination a:nth-child(2){
	margin-left: 10px;
}
.sf_health_check_content_container{
	padding-top: 60px;
}
.sf_health_check_content_container_inner{
	max-width: 600px;
	margin: 0 auto;
}
.sf_health_check_content_container .sf_health_check_step_display, .sf_health_check_content_container .sf_heading_3{
	text-align: center;
}
.sf_health_check_step_display{
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 16px;
}
.sf_health_check_content_container .sf_heading_3{
	margin-bottom: 16px;
}
.sf_health_check_step_description{
	margin-bottom: 48px;
	text-align: center;
}
.sf_health_check_quote{
	display: none;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	text-align: center;
}
.sf_health_check_quote span{
	display: block;
}
.sf_health_check_answer input{
	margin-bottom: 0px;
}
.sf_radiobutton_span{
	background: #F5F5F1;
	border: 2px solid #F5F5F1;	
	padding: 11px 20px;
	color: #051528;
	font-size: 14px;
	display: block;
    margin-bottom: 0.4em;
    font-weight: bold;
}
.sf_radiobutton_span:hover{
	border: 2px solid #E1E1DB;	
	color: #051528;
}
.sf_margin_bottom_8{
	margin-bottom: 8px !important;
}
.sf_health_check_popup_inner{
	position: relative;
}
.sf_close_health_check{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9002;
}
.sf_close_health_check:hover{
	cursor: pointer;
}
.sf_checkbox_wrapper, .sf_checkbox_wrapper a{
	margin-bottom: 8px;
	font-size: 11px;
}
.sf_hc_error{
	color: red;
    font-style: italic;
	font-size: 11px;
	margin-top: 10px;
}
.sf_health_check_popup .container {
    max-width: 1090px;
	margin: 0 auto;
}
.sf_health_check_popup .sf_heading_2{
	font-size: 40px;
    line-height: 44px;
	font-family: Cormorant;	
}
.sf_health_check_popup .sf_heading_3{
	font-size: 32px;
	line-height: 36px;
	font-family: Cormorant;	
	color: #051528;
	display: block;
}
.sf_health_check_popup .sf_heading_4{
	font-size: 28px;
	line-height: 32px;
	font-family: Cormorant;	
	color: #051528;
	display: block;
	font-weight: 500;
}
.sf_health_check_popup .sf_heading_5{
	display: block;
	font-family: Cormorant;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #051528;
}
.sf_minicart_view_cart {
    color: #CBB18A !important;
    box-shadow: inset 0px -2px 0px rgb(203 177 138 / 25%);
}
/*--SF: Buttons--*/
.sf_health_check_popup .sf_button_1{
	background: #051528;
	border: 1px solid #051528;
	display: inline-block;
	color: #fff;
	padding: 14px 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.sf_health_check_popup .sf_button_1:hover{
	background: #fff;
	border: 1px solid #051528;
	color: #051528;
}

.sf_health_check_popup .sf_button_4{
	font-size: 12px;
	line-height: 18px;
	color: #051528;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sf_health_check_popup .sf_button_1 img{
	margin-left: 16px;
	vertical-align: text-top;
}
.sf_health_check_popup .sf_button_1 img:last-child, .sf_health_check_popup .sf_button_1:hover img:first-child{
	display: none;
}
.sf_health_check_popup .sf_button_1:hover img:last-child{
	display: inline-block;
}
.sf_health_check_popup select, .sf_health_check_popup input[type='text'], .sf_health_check_popup textarea{
	border-radius: 0px;
	font-size: 14px;
}
.sf_health_check_popup .sf_button_4 img{
    vertical-align: sub;
}
.sf_radiobutton_span input, .sf_checkbox_wrapper input{
	margin-right: 16px;
}
.sf_health_check_popup .sf_column_1_3 {
    flex: 1 0 33.3%;
    max-width: 33.3%;
    padding: 0px 5px;
}
/*--SF: Update 01-04-2021--*/
.sf_hc_product_wrapper_single .product-title a{
	font-size: 18px;
	line-height: 22px;
	color: #051528;
}
.sf_hc_product_wrapper_single .product-title{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	min-height: 50px;
}
.sf_hc_product_wrapper_single .sf_product_image{
	padding: 10px 0px;
}
.sf_hc_product_wrapper_single .sf_product_image img{
	max-height: 100px;
	width: auto !important;
    margin: 0 auto;	
}
.sf_hc_product_wrapper{
	margin-top: 12px;
}
.sf_hc_product_wrapper .owl-nav, .sf_usp_slider_wrapper .owl-nav{
	position: absolute;
	top: 30% !important;
	width: 100%;
}
.sf_hc_product_wrapper .owl-nav button, .sf_usp_slider_wrapper .owl-nav button{
	margin: 0px !important;
}
.sf_hc_product_wrapper .owl-prev, .sf_usp_slider_wrapper .owl-prev, .sf_quote_box_carousel .owl-prev{
	left: -16px;
	position: absolute;
	transform: scale(-1,1);
}
.sf_hc_product_wrapper .owl-next, .sf_usp_slider_wrapper .owl-next, .sf_quote_box_carousel .owl-next{
	right: -16px;
	position: absolute;
}
.sf_hc_product_wrapper .owl-nav [class*=owl-]:hover, .sf_usp_slider_wrapper .owl-nav [class*=owl-]:hover{
	background: none;
}
.sf_hc_product_wrapper.owl-theme .owl-nav .disabled, .sf_usp_slider_wrapper.owl-theme .owl-nav .disabled{
	display: none;
}
.sf_ajax_add_to_cart{
	display: block;
	margin-top: 10px;
	text-align: center;
	width: 99%;
}
.sf_ajax_added_to_cart{
	background: #051528;
	display: block;
	margin-top: 10px;
	text-align: center;
	width: 99%;
	color: #fff !important;
}
.sf_hc_product_desc{
	font-size: 12px;
	line-height: 14px;
	min-height: 56px;
}
.sf_hc_product_wrapper_single .sf_button_2{
	padding: 10px;
}
.sf_hc_product_wrapper_single  .sf_button_2{
	border: 1px solid #051528;
	color: #051528;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.sf_hc_product_wrapper_single  .sf_button_2:hover{
	background: #051528;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.sf_health_check_popup{
		top: 0px;
	}
	.sf_health_check_image{
		display: none;
	}
	.sf_column_3_4{
		max-width: 100%;
	}
	.sf_health_check_content_container{
		padding-top: 15px;
	}
	.sf_health_check_popup > .container > .sf_row_2{
		min-height: calc(100vh - 25px);
	}
	.sf_health_check_popup .container{
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media only screen and (max-width: 865px){
.sf_radiobutton_span {
    padding: 5px 20px;
}
.sf_heading_3 {
    font-size: 28px;
    line-height: 31px;
}
	.sf_health_check_pagination {
    position: relative;
}
	.sf_reload_health_check, .sf_button_1, .sf_button_1:hover{
		font-size: 10px!important;
	}
}

.cli-bar-message, .cli-bar-message a{
	font-family: 'Typold';
	font-size: 12px;
}

.woocommerce-cart .coupon .button, #coupon_code{
	padding: 11px !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button{
	background-color: #61a229 !important;
}
@media only screen and (min-width: 1025px){
	.woocommerce-cart .form-row.coupon-col{
		width: 61%;
    	margin-top: -62px!important;
	}
	.woocommerce-cart .actions .button{
		position: absolute;
    	left: 38%;
	}
}
#coupon_code, .woocommerce-billing-fields__field-wrapper .input-text {
		border: 1px solid #f8f8f6!important;
		background-color: #fff!important;
	}
.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{
	border-top: 1px solid #f8f8f6!important;
}
.e-cart-totals.e-cart-section, .e-checkout__column-inner.e-sticky-right-column{
	box-shadow: 0px 0px 24px 0px #00000005;
}
.cart_totals.calculated_shipping h2, .woocommerce-checkout h3{
	font-family: 'Cormorant'!important;
	font-size: 30px!important;
	font-weight: 400!important;
}
.checkout-button.button.alt.wc-forward{
	color: #051528!important;
}
.quantity .input-text{
	border: 1px solid #f8f8f6!important;
}
@media only screen and (max-width: 769px){
	
	.e-shop-table.e-cart-section .woocommerce-cart-form__contents td{
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}
	.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{
	border-top: 0px solid #f8f8f6!important;
	}
	/* .product-remove{ */
		/* position: absolute; */
    	/* right: 34px; */
	/* } */
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
    padding: 16px 0px!important;
	}
	.e-shop-table.e-cart-section{
		margin-bottom: 0px!important;
	}
	.woocommerce-checkout .coupon-container-grid{
		display: flex!important;
		justify-content: space-between;
	}
	.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code{
		margin-bottom: 0px!important;
	}
}
.widget_shopping_cart_content .woocommerce-cart .woocommerce-Price-amount.amount bdi{
		float: right!important;
		margin-left: 10px;
}
.elementor-widget-woocommerce-cart .woocommerce {
    font-family: 'Typold'!important;
}
/*#order_review th{
	float: left;
}*/
.elementor-widget-woocommerce-checkout-page button.woocommerce-button{
	border-radius: 0px!important;
	border: 2px solid #dbdde1!important;	
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box{
	background-color: #fff!important;
}
#place_order{
	background-color: #55daba !important;
	border: 1px solid #55daba !important;
}
.elementor-widget-woocommerce-checkout-page{
	font-family: 'Typold'!important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label, .elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{
	color: #051528!important;
}
.wc_payment_methods.payment_methods.methods img{
	margin-bottom: 5px!important;
}
.payment_box select{
	border: 1px solid #f8f8f6!important
}
.payment_method_afterpay_openinvoice img{
	float: right;
}

/*--SF: Update 20-05--*/
.woocommerce-ResetPassword{
	color: #333;
}
.woocommerce-ResetPassword .button{
	line-height: 18px;
}
.woocommerce-ResetPassword .button:hover{
	background: #051528;
	color: #fff;
}
.woocommerce-ResetPassword label{
	margin-bottom: 8px;
}
.woocommerce-ResetPassword #user_login{
	font-size: 14px;
	font-family: 'Typold';
}
@media only screen and (min-width:768px) {
	.woocommerce-ResetPassword{
		min-width: 1112px;
	}
	
}
@media only screen and (max-width:768px) {
	.page-id-69652 .elementor-widget-sf_button{
		width: 100%!important;
	}
	.sf_banner_title{
		margin-top: -40px;
	}
	/*.sf-extra-text-product{
		padding: 40px;
	}*/
}

/*--SF: Update 09-06-22--*/
.sf_product_floating_cart{
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	z-index: 10;
	box-shadow: 0px -2px 8px rgba(0,0,0, 0.03);
	padding: 20px 0px;
}
.sf_product_floating_cart_image img{
	max-height: 40px;
	margin-right: 25px;
	width: auto;
}
.sf_product_floating_cart_title{
	font-family: 'Cormorant';
	font-size: 18px;
	line-height: 40px;
}
.sf_product_floating_input{
	border-color: #EEEEE7;
	border-radius: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 30px;
}
#sf_product_floating_quantity{
	max-width: 65px;
}
#sf_product_floating_variation{
	max-width: 255px;
}
#sf_product_floating_button{
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 11px 18px;
	background: #55daba;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}
#sf_product_floating_button img{
	margin-left: 12px;
}
#sf_product_floating_button:hover{
	background: #051528;
	color: #fff;
}
@media only screen and (max-width:768px) {
	#sf_product_floating_variation{
		width: calc(80% - 30px);
		float: left;
	}
	#sf_product_floating_quantity{
		width: 20%;
		float: right;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	#sf_product_floating_button{
		clear: both;
		display: block;
		text-align: center;
	}
	.sf_product_floating_cart{
		padding: 15px 0px;
		padding-bottom: 70px;
	}
	
}

/*--SF: Update 14-06--*/
@media only screen and (max-width:768px) {
	.single-product .sf_badges_productpage{
		right: -40px;
	}
	.single-product .sf_badges_productpage_clean{
		right: -10px;
	}
}

/*--SF: Update 15-06-2022--*/ 
.sf_program_content_wrapper span{
	display: block;
	margin-bottom: 8px;
}
@media only screen and (min-width:768px) {
	.sf_voordeelprogrammas_wrapper .woocommerce-product-gallery{
		max-width: 80%;
	}
}
.sf_voordeelprogrammas_wrapper .sf_variation_single_name:first-letter{
	text-transform: uppercase;
}
.sf_variation_single_old_price_wrapper{
	text-decoration: line-through;
	color: #757B81;
}
.single-product .related > h2{
	display: none;
}
.single-product .related .sf_badges_productpage, .single-product .upsells .sf_badges_productpage{
	right: 0px;
}

@media only screen and (max-width:768px) {
	.sf_voordeelprogrammas_wrapper .woocommerce-product-gallery{
		max-width: 90%;
	}
}

/*--SF: Update 22-06-2022--*/
.sf_variation_single_old_price_wrapper .sf_variation_single_price{
	font-weight: 400;
}

/*--SF: Update 05-07-2022--*/
.sf_voordeelprogramma_notice{
	display: block;	
	font-size: 11px;
	line-height: 22px;
	border-bottom: 1px solid #EEEEE7;
	margin: -22px -22px 0px -22px;
	padding: 4px 0px;
}
.sf_voordeelprogramma_notice strong{
	display: inline-block !important;
}

.elementor-menu-cart__wrapper .eicon-bag-light{
	display: none;
}
.sf-kwartaal-div{
	background-color:#F5F5F1;
	display: flex;
	align-items: baseline;
	margin-top: 45px;
	width: fit-content;
	flex-wrap: wrap;
}
.sf-kwartaal-div img{
	max-width: 152px;
	margin-bottom: -44px;
	margin-right: 30px;
	margin-left: 20px;
}
.sf-kwartaal-div .sf-text-kwartaal{
	color: #051528;
	padding-bottom: 10px;
	margin-right: 20px;
}
.sf-image-kwartaal{
	margin-top: -38px;
}
@media only screen and (max-width:768px) {
.sf-kwartaal-div .sf-text-kwartaal {
    	padding-bottom: 10px;
    	margin-right: 20px;
    	padding-top: 30px;
    	padding-left: 20px;
	}
	.sf-kwartaal-div{
		display: grid;
		width: 100%;
	}
}

/*--SF: Update 22-07--*/
.sf_mobile_menu_heading a{
	font-weight: bold !important;
}

/*--SF: Update 4-8--*/

 /* .postid-75553 .sf_gezondheidsclaim{ 
	color: #000;
	} 
 .postid-75553 .sf_gezondheidsclaim .elementor-heading-title{
	color: #000 !important;
	font-weight: bold !important;
}  */


.sf_reset_password .sf_my_account_menu.elementor-col-33{
	width: 100% !important;
}
/*
.postid-62735 .sf_heart_support_form{
	display: block !important; 
	font-size: 12px;
	color: #051528; 
}
.postid-62735 .sf_order_part, .postid-62735 .sf_product_floating_cart{
    display: none !important;
}
.postid-62735 .sf_heart_support_form input[type='email']{
	margin-bottom: 8px; 
	font-size: 12px;
	text-transform: none;
}
.postid-62735 .sf_heart_support_form input[type='submit']{ 
	padding: 5px 75px 5px 75px !important;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	text-transform: none; 
}
.postid-62735 .sf_heart_support_form input[type='submit']:hover{
	background: #051528;
	color: #fff !important;
}

.postid-62735 [sf_variation="62743"], .postid-62735 [sf_variation="64917"], .postid-62735 [sf_variation="78751"]{
	display: none;
}
*/
/*--SF: Update 11-08--*/
.mailchimp-newsletter .woocommerce-form__label-for-checkbox{
	display: inline-block;
	margin-bottom: 0px;
	margin-top: -5px;
    margin-left: 5px;
}

#privacy_policy_reg_field .woocommerce-form__label{
    LINE-HEIGHT: 20PX;
}
#privacy_policy_reg_field .required{
	text-decoration: none !important;
}

/*--SF: Update 12-10-2022--*/
.sf_product_popup_herhaalservice{
	display: none;
	position: fixed;
	width: 410px;
	top: 250px;
	left: 50%;
	z-index: 9001;
	transform: translateX(-50%);
}
.sf_product_popup_herhaalservice_2{
	width: 770px;
}
.sf_product_popup_added_to_cart_hh_service{
	background: #fff;
}
.sf_ajax_herhaalservice_header{
	background: #051528;
	padding: 12px 22px 12px 34px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.sf_ajax_herhaalservice_title{
	display: block;
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
}
.sf_ajax_herhaalservice_close img{
	display: block;
}
.sf_ajax_herhaalservice_close img:hover{
	cursor: pointer;
}
.ajax_herhaalservice_inner{
	background: #fff;
	padding: 18px 35px 21px 34px;
}
.sf_product_popup_added_to_cart_hh_service .ajax_herhaalservice_inner{
	padding: 0px 35px 23px 34px;
}
.ajax_herhaalservice_inner span{
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #051528;
	margin-bottom: 8px;
}

.sf_product_popup_herhaalservice .sf_button_1{
	background: #55DABA;
	border: 1px solid #55DABA;
	display: inline-block;
	color: #051528;
	padding: 10px 6px;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 5px;
}
.sf_product_popup_herhaalservice .sf_button_1:hover{
	background: #051528;
	border: 1px solid #051528;
	color: #fff;
}
.sf_product_popup_herhaalservice .sf_button_2{
	background: #fff;
	border: 1px solid #EEEEE7;
	display: inline-block;
	color: #051528;
	padding: 10px 6px;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	width: 100%;
	text-align: center;
}
.sf_product_popup_herhaalservice .sf_button_2:hover{
	background: #051528;
	border: 1px solid #051528;
	color: #fff;
}
.sf_product_popup_herhaalservice .sf_button_1 img, .sf_product_popup_herhaalservice .sf_button_2 img{
	margin-left: 16px;
	vertical-align: text-top;
}
.sf_product_popup_herhaalservice .sf_button_1 img:last-child, .sf_product_popup_herhaalservice .sf_button_1:hover img:first-child, .sf_product_popup_herhaalservice .sf_button_2 img:last-child, .sf_product_popup_herhaalservice .sf_button_2:hover img:first-child{
	display: none;
}
.sf_product_popup_herhaalservice .sf_button_1:hover img:last-child, .sf_product_popup_herhaalservice .sf_button_2:hover img:last-child{
	display: inline-block;
}

@media only screen and (max-width:768px) {
	.sf_product_popup_herhaalservice{
		width: 96%;
		left: 2%;
		top: 10%;
		transform: none;
	}
	.sf_ajax_herhaalservice_header{
		padding: 10px 20px;
	}
	.sf_ajax_herhaalservice_title{
		font-size: 25px;
		line-height: 30px;
	}
	.sf_ajax_herhaalservice_title span{
	    display: block;
	}
	.sf_ajax_herhaalservice_close img{
		height: 20px;
	}
	.ajax_herhaalservice_inner{
		padding: 20px 20px;
	}
	.sf_product_popup_herhaalservice .sf_button_2{
		font-size: 10px;
	}
	.ajax_herhaalservice_inner span{
		font-size: 14px;
		line-height: 18px;
	}
	.sf_product_popup_image{
		align-self: baseline;
	}
}
#content p a, article p a, .elementor-location-archive p a{
	color: #55daba!important;
	text-decoration: underline!important;
}


/*--SF: Update 30-11--*/
.sf_product_popup_added_to_cart{
	top: 10%;
}
.sf_product_popup_aanvulling{
	background: #EDEDED;
	padding: 18px 35px 21px 34px;
}
.sf_product_popup_inner_title{
	display: block;
	margin-bottom: 20px !important;
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: 700;
}
.sf_product_popup_title{
	display: block;
	margin-bottom: 7px;
	font-size: 12px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
}
.sf_product_popup_desc{
	font-size: 11px !important;
	line-height: 16px !important;
	display: block;
	margin-bottom: 7px;
}
.sf_product_popup_desc a{
	text-decoration: underline;
	font-size: 11px !important;
	line-height: 16px !important;
}
.sf_product_popup_price{
	font-weight: 700;
	font-size: 11px !important;
	line-height: 16px !important;
	display: block;
}
.sf_product_popup_image img{
	height: 52px;
	width: 100%;
    max-width: none;
    object-fit: contain;
}
.sf_product_popup_button_1{
	font-weight: 700 !important;
	font-size: 10px !important;
	line-height: 18px !important;
	color: #051528;
	border: 1px solid #55DABA;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 10px 24px;
}
.sf_product_page_popup_added_to_cart{
	color: #fff !important;
	border: 1px solid #051528;
	background: #051528
}
.sf_product_popup_button_1 span{
	font-size: 10px !important;
	line-height: 18px !important;
}
.sf_product_popup_button_1.sf_product_page_popup_added_to_cart span{
	color: #fff;
}
.sf_product_popup_button_2{
	font-weight: 700 !important;
	font-size: 10px !important;
	line-height: 18px !important;
	text-decoration: underline;
	text-transform: uppercase;
}
.sf_product_popup_button_3{
	font-weight: 700 !important;
	font-size: 10px !important;
	line-height: 18px !important;
	padding: 10px 24px;
	background: #55DABA;
	border-radius: 4px;
	text-transform: uppercase;
}
.sf_margin_bottom_24{
	margin-bottom: 24px !important;
}
.sf_product_popup_cross_sell_wrapper{
	border-top: 1px solid #EDEDED;
}
.sf_product_page_ajax_cart{
    font-family: "Typold", Sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 18px !important;
    color: #051528 !important;
    background-color: #55daba;
	text-align: center;
	display: block;
	-webkit-transition: all 0.5s 0s ease !important;
    -moz-transition: all 0.5s 0s ease !important;
    -o-transition: all 0.5s 0s ease !important;
    transition: all 0.5s 0s ease !important;
    padding: 11px 30px !important;
    border-radius: 3px
}
.sf_product_page_ajax_cart:hover{
	color: #fff !important;
    background-color: #051528;
}
.sf_product_page_ajax_cart img, #sf_product_floating_button img{
	float: right;
	vertical-align: sub;
}
.sf_product_page_ajax_cart .sf-arrow-last{
	display: none;
}
.sf_product_page_ajax_cart:hover img:first-child{
	display: none;
}
.sf_product_page_ajax_cart:hover .sf-arrow-last{
	display: inline-block;
}
@media only screen and (min-width:768px) {
.ajax_herhaalservice_inner span.sf_show_on_desktop{
	display: inline-block !important;
}
}
@media only screen and (max-width:768px) {
	.sf_product_popup_button_1{
		padding: 10px 15px;
	}
	.sf_product_popup_image{
		margin-right: 12px;
	}
	.sf_product_popup_button_1 .sf_show_on_mobile_inline, .sf_product_popup_button_1 .sf_show_on_mobile_inline span{
		margin-bottom: 0px !important;
	}
}




.sf_show_popup .sf_single_product_add_to_cart{
    display: none !important;
}
.sf_product_popup_hh_notice{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #55DABA;
	padding: 20px 34px;
	background: #fff;
	display: none;
}

@media only screen and (max-width:400px) {
	.sf_product_popup_button_3{
		width: 100%;
		padding: 10px;
	}
}

/*--SF: Update 6-2-2023--*/
body a.sf_button_5{
	margin-top: 16px;
	font-size: 11px;
    line-height: 15px;
    display: inline-block;
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #051528;
    color: #051528;
    border-radius: 0px;
    background: #fff;
    margin-top: 21px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
	border-radius: 4px;
	background: #55DABA;
	border-color: #55DABA;
	text-align: center;
}
body a.sf_button_5 img{
	vertical-align: sub;
	margin-left: 13px;
	float: right;
}
body a.sf_button_5:hover{
	background: #051528;
	border-color: #051528;
	color: #fff;
}
body a.sf_button_5 .sf-arrow-last{
	display: none;
}
body a.sf_button_5:hover img:first-child{
	display: none;
}
body a.sf_button_5:hover .sf-arrow-last{
	display: inline-block;
}

@media only screen and (max-width:768px) {
	body a.sf_button_5{
		width: 100% !important;
		text-align: center;
		display: block;
	}
}



.sf_product_cta_wrapper{
	background: #F5F5F1;
	border-radius: 5px;
	padding: 33px 50px;
	align-items: center;
	margin: 60px 0px;
}
.sf_product_cta_title{
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #051528;
	display: block;
	margin-bottom: 24px;
}
.sf_product_cta_usp{
	font-size: 11px;
	line-height: 22px;
	color: #051528;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
.sf_product_cta_usp span.sf_image_span{
	width: 35px;
}
.sf_product_cta_usp svg{
	margin-right: 12px;
}
.sf_product_cta_image_wrapper{
	text-align: center;
}
.sf_product_cta_image_wrapper img{
	max-height: 150px;
	width: auto !important;
}
.sf_product_cta_image_wrapper img.sf_cta_image_svg{
	max-height: 100px;
}

@media only screen and (max-width:768px) {
	.sf_product_cta_usp svg{
		width: 20%;
		margin-top: 8px;
	}
	.sf_product_cta_usp span{
		width: 80%;
	}
	.sf_product_cta_usp{
		align-items: flex-start;
	}
	.sf-extra-text-product{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sf-quote-product, .sf-weet-product{
		padding: 20px;
	}
	.sf-quote-product .elementor-element-populated{
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	.sf-upsell-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
		min-height: 427px;
	}
    .sf_product_cta_image_wrapper{
        text-align: left;
        margin-bottom: 12px;
    }
	.sf_product_cta_wrapper{
		padding: 30px;
	}
}
.woocommerce div.product form.cart div.quantity input[type=number] {
    -moz-appearance: textfield !important;
    min-width: 54px;
}
.woocommerce .elementor-69085 .sf-tabs-product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 11px!important;
}

/*--SF: Update 17-2--*/
.woocommerce-order-received .sf_afrekenen_header{
	display: none;
}
.kl_newsletter_checkbox_field .optional{
	display: none;
}

.elementor-68491 .elementor-element.elementor-element-807e55d .jet-mega-menu-item {
	border-bottom: 2px solid #fff;
	position: static;
}
.elementor-68491 .elementor-element.elementor-element-807e55d .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
	top: 105%;
	/*     width: 100% !important;
        max-width: 100% !important;
        min-width: 100%; */
}
.elementor-68491 .elementor-element.elementor-element-807e55d .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
	padding-left: 0;
	padding-right: 0;
}
.jet-mega-menu-mega-container:before {
	position: absolute;
	content: "";
	width: 1000%;
	height: 100%;
	background: #f5f5f1;box-shadow: 0 4px 2px -2px #0000000d;
	top: 0;
	left: -999px;
}
@media (max-width: 1024px){
	.elementor-widget-mobile__width-auto.sf_trigger_mobile_menu {
		margin-bottom: 20px;
	}
	.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item {
		padding: 20px 20px;
	}
	.sf_mobile_menu ul.elementor-nav-menu > li.menu-item.menu-item-has-children > a::after {
		content: url(/images/arrow_sand.svg);
		position: absolute;
		right: 40px;
		top: 12px;
		opacity: 1 !important;
	}
	.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,.elementor-widget-nav-menu .elementor-nav-menu--dropdown .sub-menu .elementor-sub-item {
		word-spacing: 0 !important;
	}
	.elementor-popup-modal.sf_mobile_menu_popup .dialog-widget-content {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.elementor-popup-modal.sf_mobile_menu_popup .dialog-widget-content .dialog-message {
		width: 100% !important;
		height: 100% !important;
	}
	.elementor-widget-mobile__width-inherit.elementor-widget.elementor-widget-jet-ajax-search {
		width: 90%;
		margin: 20px auto;
	}
}
@media (max-width: 576px){
	.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item {
		padding: 15px 15px;
	}
}

/* =========================HERHAALSERIVICE======================================== */
.sf_text-bl{
	color:black;
	    padding-top: 15px;
    padding-bottom: 15px;
}
.pause_data{
	border-radius: 99px;
    border-color: #051528;
}
.sf_f_16{
	font-size:16px;
}
.product-image-sub{
    width: 50%;
}
.bezorgdatum
{
    color:#babec0;
}
.pause-check-box
{
    display:flex;

}
.pause-check-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 55px;
    height: 17px;
    background: #ccc;
    border-radius: 50px!important;
    cursor: pointer;
    transition: 0.4s;
    border:0!important;
    margin:0px;
}
.pause-check-box input:checked[type="checkbox"]:focus {

    outline: 0!important;
    border:0!important;
}

.pause-check-box input:checked[type="checkbox"] {
    background: #54dbbb;
    outline: 0!important;
}

.pause-check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: -2.5px;
    left: 0;
    background: #010d23;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
    border:0!important;
    outline: 0!important;
}

.pause-check-box input:checked[type="checkbox"]::after {
    left: 58%;
    top: -2.5px;
}
.subscription-box{
    box-shadow: 4px 4px 10px #d9cccc7a;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.elementor-kit-68490 input:focus:not([type="button"]):not([type="submit"]), .elementor-kit-68490 textarea:focus, .elementor-kit-68490 .elementor-field-textual:focus
{
    outline: 0!important;
}
.subscription-box-image{
    text-align:center;
}
.text-space
{
    padding:0px 10px;
}
.subscription-detail-link
{
    color: #babdc0!important;
    text-decoration: underline!important;
}
.subscription-detail-link-section
{
    text-align: center;
    margin-top: 20px;
    padding-right: 20px;
}
.subscription-box6
{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.sf-pt-30
{
	padding-top:60px;
}
.subscription-box-image2
{
	text-align:left;
}
.light_grey{
	background:#f5f5f1;
	padding: 15px 20px;
}
.dark_grey{
	background:#efefe8;
	padding: 15px 20px;
}
.dark_grey p{
	margin:0px;
}
.light_grey  p{
	margin:0px;
}
.subscription_details
{
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.float_left{

	float:left;
}

.float_right{
	float:right;
}
.monts_interval
{
	background: #54dbbb !important;
    padding: 5px 10.5px !important;
    border-radius: 50% !important;
	font-weight:bold !important;
	margin-right: 10px !important;
    word-spacing: -2px !important;
	line-height: 17px !important;
	border-color: #54dbbb !important;
}
.monts_interval_unactive
{
	background: white  !important;
    padding: 5px 10.5px !important;
    border-radius: 50% !important;
	font-weight:bold !important;
	margin-right: 10px !important;
    word-spacing: -2px !important;
	line-height: 17px !important;
	border-color: white  !important;
}
.bg-light-modal{
	background:#f5f5f1;
}
.herhaal_service_stop
{
	float: left;
    width: 47%;
    background: #54dbbb !important;
    text-transform: initial;
    font-size: 14px;
    line-height: 1.5;
    border: 0px !important;
}
.close {

    font-size: 30px !important;
    font-weight: 400 !important;

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

    margin-top: 9% !important;
}
.modal-footer {
	display: flex;
	justify-content: space-between;
    padding-bottom: 132px !important;
}
.modal-footer::after {
	display: inherit !important;
	content: none !important;
}

.herhaal_service_stop:hover
{
	 background: #051528;
    border-color: #051528;
    color: #fff;
}

}
.herhaal_service_close{
	width:47%;
	 text-transform: initial;
    font-size: 14px;
    line-height: 1.5;
    border: 0px;
}
.herhaal_service_close:hover{
	 background: #54dbbb;
    border-color: #54dbbb;
    color: #000;
}
/* Revision Changes */


.tox-notification,.tox-silver-sink,.tox-tinymce-aux,.tox-notifications-container,#mceu_39,.mce-notification-inner,.mce-close,.mce-notification,.mce-notification-warning , .wcsatt-sub-options, .wcsatt-sub-discount{
	display:none !important;
}


/*--SF: Update 02-08--*/
.sf_free_shipping_notice {
    background: #EFF5ED;
    padding: 5px 10px;
    border: 1px solid #609946;
    border-radius: 5px;
    clear: both;
    margin: 12px 0px 0px 0px;
    display: block;
	width: 100%;
}
.sf_cart_shipping{
	display: flex;
	width: 100%;
	padding: 0px 12px 0px 0px;
}
.sf_shipping_cost_wrapper{
	text-align: right;
	flex: 1;
	font-weight: bold;
}
.sf_minicart_shipping{
	flex: 1;
}
.sf_shipping_cart_free{
	color: green !important;
}
.checkout-button.button.alt.wc-forward{
	margin-top: 12px;
}
@media only screen and (max-width:768px) {
	.cart-subtotal th, .order-total th, .shipping th{
		display: table-cell !important;
		vertical-align: middle !important;
		padding-left: 0px !important;
	}
	.sf_cart_shipping{
		font-size: 0.9em;
		padding-right: 5px !important;
	}
	.woocommerce-page table.shop_table_responsive tr td.actions{
		display: none !important;
	}
}

/*
@media only screen and (max-width:768px) {
	.woocommerce-page table.shop_table_responsive tr td.product-name{
		text-align: left !important;
	}
}
*/
.home .product_cat-homepage{
	border: 1px solid rgba(245, 245, 241, 1);
}
/*--SF-PRODUCT-NEW-11-2023--*/
.elementor-page-92494 .sf_badges_productpage {
    right: 0px!important;
	left: auto!important;
    top: 64%!important;
	bottom: auto!important;
	background-color: #F5F5F1;
	padding: 10px;
	border-radius: 5px;
}
.elementor-page-92494 .elementor-tab-title, .elementor-page-92494 .elementor-tab-content{
	border-bottom: 0.5px solid #979797!important;
}
/* .elementor-page-92494 .elementor-tab-title.elementor-active .elementor-accordion-title{
	text-transform: uppercase;
} */
.elementor-page-92494 .sf-upsells .sf_badges_productpage{
	background-color: #fff0!important;
}
.elementor-page-92494 .sf-upsells .button{
	display: none!important;
}
.elementor-page-92494 .sf-upsells .product{
	box-shadow: none!important;
	padding: 4px!important;
}
.elementor-page-92494 .sf-upsells .woocommerce-loop-product__title{
	font-size: 9px!important;
	font-family: Typold!important;
	font-weight: 700!important;
	line-height: 18px!important;
	min-height: 20px!important;
}
.elementor-page-92494 .sf-upsells .sf_product_loop_sub_title{
	font-size: 9px!important;
	font-weight: 400;
	line-height: 12px;
	min-height: 20px!important;
}
.elementor-page-92494 .sf-upsells .price{
	font-size: 9px!important;
}
.elementor-page-92494 .sf_variation_single_wrapper{
	margin-bottom: 0px;
}
.elementor-page-92494 .sf_hh_wrapper{
	box-shadow: none;
}
.elementor-page-92494 .sf_varation_single_voordeel_title{
	background: #E1E1DA;
	color: #051528;
	font-size: 12px;
	padding: 4px 12px;
}
.elementor-page-92494 .sf_variation_single_stuk_prijs{
	margin: 0px;
}
.elementor-page-92494 .sf_variation_single_name, .elementor-page-92494 .sf_variation_single_price{
	font-size: 12px;
}
.elementor-page-92494 .sf_varation_single_voordeel{
	color: #757B81;
}
.elementor-page-92494 .sf_varation_single_voordeel_0{
	display: none !important;
}
.elementor-page-92494 .elementor-add-to-cart form .sf_hh_wrapper:last-of-type .sf_varation_single_voordeel{
display: none !important;
}
.sf-top-banner, .sf-top-banner-closed{
	display:none;
} 
.elementor-editor-active .sf-top-banner, .elementor-editor-active .sf-top-banner-closed{
	display:block;
} 
.sf-close{
	position: absolute;
	cursor: pointer;
	right: 10px;
}
.sf-upsells .sf-bestseller{
	display: none;
}
.sf-upsells .sf_badges_productpage_msc img:first-child, .sf-upsells .sf_badges_productpage img:first-child{
	height: 19px!important;
}
.sf-container-image .sf-image-container .elementor-widget-container{
	height: 234px!important;
}
.sf-container-image .sf-image-container .elementor-widget-container img{
	height: 100%;
	max-width: max-content;
}
.sf-container-image{
	overflow: hidden;
}
@media only screen and (max-width:768px) {
	body .sf-image-container .elementor-widget-container{
		height: 174px!important;
	}
	body .sf-image-container .elementor-widget-container img{
		height: 100%;
		max-width: max-content;
	}
	.sf-pay-icons .elementor-widget-container img{
		height: 12px!important;
	}
}


.sf-korting-trigger{
    position: fixed;
    right: 0%;
	color: #fff;
    top: 43%;
	transform: rotate(-90deg) translateY(272%);
    background-color: #FF7A00;
    padding: 7px 20px;
	cursor: pointer;
	display: none;
	z-index: 12;
}
@media only screen and (max-width:768px) {
	.sf-korting-trigger{
    	top: 60%!important;
	}
	.sf-whatsapp{
		width: 45px;
		bottom: 0px !important;
	}
}
.sf-whatsapp img{
	height: 70px!important;
	/*-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);*/
}
.sf-whatsapp img:hover{
	transform: scale(1.1);
}
.sf-whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 50;
}
/* body .sf-whatsapp{
	display: none;
}
.page-id-92925 .sf-whatsapp{
	display: block!important;
} */
/*--SF-BUTTON-COLOR--*/
body .sf_banner_button_2{
	background-color: #fff;
	color: #051528;
	border: 1px solid #fff;
}
body .sf_banner_button:hover{
	background-color: #fff!important;
	color: #051528!important;
	border: 1px solid #fff!important;
}
body .sf_banner_button{
	background-color: #FF7A00;
	color: #fff;
	border: 1px solid #FF7A00;
}
body .sf_banner_button_2:hover{
	background-color: #FF7A00!important;
	color: #fff!important;
	border: 1px solid #FF7A00!important;
}
body .woocommerce .sf_product_slider a.add_to_cart_button {
    border: 1px solid #FF7A00;
    background: #FF7A00;
	color: #fff;
}
body .woocommerce .sf_product_slider a.add_to_cart_button:hover {
    border: 1px solid #DA7518;
    background: #DA7518;
}
body .woocommerce .add_to_cart_button img:last-child, body .woocommerce .product_type_variable img:last-child {
	display: inline!important;
}
body .woocommerce .add_to_cart_button img, body .woocommerce .product_type_variable img {
	display: none!important;
}
body .sf_product_page_ajax_cart {
    color: #fff !important;
    background-color: #FF7A00;
}
body .sf_product_page_ajax_cart .sf-arrow-last {
    display: inline;
}
body .sf_product_page_ajax_cart img:first-child {
    display: none;
}
body .sf_product_page_ajax_cart:hover{
	background-color: #DA7518;
}
body #sf_product_floating_button{
	color: #fff;
	background-color: #FF7A00;
}
body #sf_product_floating_button:hover{
	background-color: #DA7518;
}
body .sf_product_page_popup_hh_add_to_cart{
	color: #fff !important;
    background-color: #FF7A00!important;
	border: 1px solid #FF7A00!important;
}
body .sf_product_popup_button_3{
	color: #fff !important;
    background-color: #FF7A00!important;
}
body .elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button{
	color: #fff !important;
    background-color: #FF7A00!important;
	border: 1px solid #FF7A00!important;
}
body .elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover{
    background-color: #DA7518!important;
	border: 1px solid #DA7518!important;
}
body #place_order {
	color: #fff !important;
    background-color: #FF7A00!important;
	border: 1px solid #FF7A00!important;
}
body #place_order:hover {
	color: #fff !important;
    background-color: #DA7518!important;
	border: 1px solid #DA7518!important;
}
body .elementor-menu-cart__footer-buttons .elementor-button--checkout {
	color: #fff !important;
    background-color: #FF7A00!important;
	border: 1px solid #FF7A00!important;
}
/*--SF: Update Cart--*/
.sf_cart_table{
	border-spacing: 0 12px;
	border: none !important;
}
.sf_cart_table thead, 
.sf_cart_table .product-price, 
.sf_cart_table .sf_cart_coupon, 
.sf_cart_totals_table .recurring-totals, 
.sf_cart_totals_table .cart-subtotal.recurring-total,
.sf_cart_totals_table .shipping.recurring-total,
.sf_cart_totals_table .tax_label,
.sf_cart_totals_table .includes_tax,
.sf_cart_totals_table .first-payment-date,
.sf_cart_totals_table .woocommerce-message
{
	display: none !important;
}
.woocommerce-cart .sf_cart_table .product-subtotal{
	width: 200px;
}
.woocommerce-cart .sf_cart_table .product-quantity{
	width: 132px;
}
.woocommerce-cart .sf_cart_table td{
	background-color: #F5F5F5;
	border: none !important;
	padding: 6px 12px !important;
}
.woocommerce-cart .sf_cart_table td:first-child{
	border-radius: 4px 0px 0px 4px;
}
.woocommerce-cart .sf_cart_table td:last-child{
	border-radius: 0px 4px 4px 0px;
}
.woocommerce a.remove:hover{
	background: #ffffff00;
}

.woocommerce-cart .sf_cart_table .quantity {
	position: relative;
}
.woocommerce-cart .sf_cart_table input[type=number]::-webkit-inner-spin-button, .woocommerce-cart .sf_cart_table input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
} 
.woocommerce-cart .sf_cart_table input[type=number]{
	-moz-appearance: textfield;
}
.woocommerce-cart .sf_cart_table .quantity input {
	display: block;
	padding: 0;
	margin: 0;
	width: 82px;
	border: 0.5px solid #D8D8D8 !important;
	border-radius: 4px;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}
.woocommerce-cart .sf_cart_table .quantity input:focus {
	outline: 0;
}
  
.woocommerce-cart .sf_cart_table .quantity-nav {
	float: left;
	position: relative;
	height: 26px;
}
.woocommerce-cart .sf_cart_table .quantity-button {
	background: #D8D8D8;
	position: relative;
	cursor: pointer;
	/* border-left: 1px solid #eee; */
	width: 28px;
	text-align: center;
	color: #333;
		font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.woocommerce-cart .sf_cart_table .subscription-details{
	font-size: 80%;
}
.woocommerce-cart .sf_cart_table .quantity-button.quantity-up {
	position: absolute;
	height: 14px;
	top: 0;
	right: 0px;
	border-radius: 0px 4px 0px 0px;
}
  
.woocommerce-cart .sf_cart_table .quantity-button.quantity-down {
	position: absolute;
	bottom: 0px;
	height: 14px;
	right: 0px;
	border-radius: 0px 0px 4px 0px;
}
.woocommerce-cart .sf_cart_totals_table{
	border: none !important;
}
.woocommerce-cart .sf_cart_totals_table td, .woocommerce-cart .sf_cart_totals_table th{
	background: none !important;
	border-radius: 0px !important;
	border-bottom: none;
	padding: 12px 0px !important; 
}
.woocommerce-cart .sf_cart_totals_table td{
	width: 30%;
	text-align: right;
	font-size: 12px;
	font-weight: 400 !important;
}
.woocommerce-cart .sf_cart_totals_table th{
	width: 60% !important;
	font-size: 12px;
	font-weight: 400 !important;
}
.woocommerce-cart .sf_cart_totals_table .order-total th {
	font-weight: 700 !important;
}
.woocommerce-cart .sf_cart_totals_table .order-total.recurring-total td, .woocommerce-cart .sf_cart_totals_table .order-total.recurring-total th{
	background: #F5F5F5 !important;
	padding: 12px 10px !important; 
	border-top: none !important;
}
.woocommerce-cart .sf_cart_totals_table .order-total.recurring-total th img{
	margin-right: 8px;
}
.woocommerce-cart .sf_cart_totals_table .order-total.recurring-total th div{
	display: flex;
	align-items: center;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
	border-radius: 4px !important;
	background: #EF7D00 !important;
	border-color: #EF7D00 !important;
	color: #FFF !important;
	font-size: 11px !important;
	line-height: 18px !important;
	width: 254px;
	float: right;
}

.sf_cart_product_name{
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}
.sf_cart_product_variation{
	display: block;
	font-size: 12px;
}
.woocommerce .shop_table .remove{
	width: 7px !important;
	height: 7px !important;
}
.woocommerce .shop_table .remove img{
	width: 7px !important;
	height: 7px !important;
	display: block;
}
.woocommerce-cart  .sf_cart_info{
	float: left;
    width: 48%;
}
.woocommerce-cart  .sf_cart_total_title{
	display: block;
	font-weight: 700;
	margin-bottom: 18px;
}

.woocommerce-cart  .sf_cart_table .product-thumbnail img{
	width: 52px;
}

.woocommerce-cart .sf_show_on_mobile_cart{
	display: none;
}
@media only screen and (min-width:768px) {
	.woocommerce-cart .sf_cart_table .product-thumbnail{
		width: 76px;
	}
	.woocommerce-cart .sf_cart_table .product-remove{
		width: 20px;
	}
}
@media only screen and (max-width:768px) {
	.woocommerce-cart .sf_show_on_mobile_cart{
		display: block;
	}
	.woocommerce-cart .sf_cart_table .product-subtotal{
		display: none !important;
	}
	.woocommerce-cart .sf_cart_table .product-name, .woocommerce-cart .sf_cart_table .product-thumbnail{
		text-align: left !important;
	}
	.woocommerce-cart .sf_show_on_mobile_cart .quantity{
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 8px;
	}
	.woocommerce-cart .sf_cart_table .quantity input{
		width: 173px;
	}
	.woocommerce-cart .sf_cart_table .product-remove, .woocommerce-cart .sf_cart_table .product-name, .woocommerce-cart .sf_cart_table .product-thumbnail{
		vertical-align: top;
	}
	.woocommerce-cart .sf_cart_table .remove{
		margin-top: 32px;
		margin-left: 8px;
	}
	.woocommerce-cart .cart-collaterals{
		display: flex;
		flex-flow: column-reverse;
	}
	.woocommerce-cart .sf_cart_total_title{
		font-size: 12px;
		margin-bottom: 0px;
	}
	.woocommerce-cart .sf_cart_totals_table th, .woocommerce-cart .sf_cart_totals_table td{
		width: 50% !important;
	}
	.woocommerce-cart .sf_cart_info{
		float: none;
		width: 100%;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward{
		width: 100%;
	}
	.woocommerce-cart-form__cart-item{
		position: relative;
	}
	.woocommerce-cart .sf_cart_table .product-quantity{
		position: absolute;
		bottom: 5px;
		left: 147px;
		padding: 0px !important;
		width: auto;
	}
}

.elementor-message-success{
	text-align: center;
}
/* .sf-none{
	display: none;
} */
.sf-news-popup:has(.elementor-message-success) .sf-succes-none, .sf-news-popup:has(.elementor-message-success) .sf-succes-none-form .elementor-form-fields-wrapper {
  display: none;
}
.elementor-message.elementor-message-success::before{
	color: #FF7A00;
	font-size: 32px;
	margin-bottom: 5px;
	margin-right: 10px!important;
}

.sf-title-form{
	margin-bottom: 23px;
    display: inline-block;
    font-family: "Cormorant", Sans-serif;
    font-size: 33px;
}
.sf-text-form{
	margin-bottom: 35px;
    display: inline-block;
    font-size: 21px;
    line-height: 27px;
}
.sf-submit-form{
	font-size: 11px!important;
	background-color: #FF7A00;
	color: #fff!important;
	display: inline-block;
	padding: 11px 10px;
    min-width: 220px;
/* 	border-radius: 5px; */
	text-transform: uppercase;
}
.sf-submit-form:hover{
	background-color: #DA7518;
}
.sf-first-text{
	display: inline-block;
	margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
	.sf-title-form{
    	font-size: 24px!important;
	}
	.sf-text-form{
    	line-height: 19px!important;
	}
}
	

/*--SF: Update Product Reviews--*/
.sf_product_reviews_title{
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
	font-size: 14px;
}
.sf_product_reviews_title_overview{
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	display: block;
	margin-bottom: 24px;
}
.sf_product_reviews_desc, .sf_product_reviews_desc a{
	font-size: 12px;
}
.sf_product_reviews_desc a{
	text-decoration: underline;
}
.comment-form-rating label{
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 12px;
}

.woocommerce p.stars a::before{
	font-size: 23px;
	content: "\e020";
	color: #d9d9d9;
}
.woocommerce p.stars a{
	margin-right: 8px;
}
.woocommerce p.stars.selected a.active::before, .woocommerce p.stars.selected a:not(.active)::before{
	color: #F7D415;
}
.woocommerce p.stars.selected a.active~a::before{
	content: "\e020";
	color: #d9d9d9;
}
.woocommerce p.stars a:hover~a::before{
	content: "\e020";
	color: #d9d9d9;
}
.woocommerce p.stars:hover a::before{
	color: #F7D415;
}
.comment-form-author label, .comment-form-comment label, .comment-form-email label{
	font-size: 14px;
	font-weight: 700;
	line-height: 20px; 
	margin-bottom: 8px;
}
.comment-form-author input, .comment-form-comment textarea, .comment-form-email input{
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	font-size: 12px;
}
.comment-form-cookies-consent{
	display: none;
}

#review_form #submit{
	font-family: Typold;
	font-size: 11px !important;
	font-weight: 400 !important;
	line-height: 18px !important; 
	border-radius: 5px !important;
	border: 1px solid #051528 !important;
	background: #fff !important;
	padding: 10px 44px !important;
}
.sf_comment_claim{
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	color: #757B81;
}

.sf_product_reviews{
	list-style: none;
	padding-left: 0px;
}
.sf_product_reviews li{
	border-bottom: 0.5px solid #979797;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.comment_container > img{
	display: none !important;
}
.woocommerce-review__author{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	display: block;
}
.sf_comment_row{
	display: flex;
	margin: 8px 0px;
	column-gap: 12px;
	align-items: center;
}
.woocommerce-review__published-date{
	font-size: 10px;
}
.woocommerce .star-rating span{
	color: #f7d416;
}
.woocommerce #review_form #respond p{
	margin-bottom: 20px;
}
.comment-text .description p{
	margin-bottom: 0px;
	font-size: 12px;
}
.sf-slider-perfectlab.owl-theme .owl-nav {
    position: absolute;
    top: -51px;
    width: 7%;
}
.sf-slider-perfectlab.owl-theme .owl-nav [class*='owl-'] {
    width: 24px;
}
.sf-slider-perfectlab.owl-theme .owl-nav .owl-prev:focus-visible {
    outline: none!important;
}
.sf-slider-perfectlab button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
@media only screen and (max-width:768px) {
	.sf-slider-container-vit{
		display: block;
	}
}
.woocommerce-cart .sf_cart_coupon_wrapper{
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	padding: 16px 32px;
	margin-bottom: 18px;
}
.woocommerce-cart .sf_cart_coupon_toggle{
	display: block;
	font-size: 12px;
}
.woocommerce-cart .sf_cart_coupon_toggle a{
	color: #EF7D00;
	font-size: 12px;
	text-decoration: underline;
}
.woocommerce-cart #coupon_code{
    background-color: #F5F5F5 !important;
    border-radius: 4px;
    font-size: 12px;
	margin-bottom: 12px;
}
.woocommerce-cart .coupon .button{
	border-radius: 4px;
	background: #fff;
	border: 1px solid #F5F5F5;
	font-size: 12px;
	font-weight: 400;
	width: 200px;
}
.woocommerce-cart .sf_cart_coupon_wrapper .coupon{
	margin-top: 12px;
	display: none;
}
.sf-klarna-melding{
	display: flex;
	align-items: center;
    gap: 13px;
	justify-content: space-between;
	font-size: 12px;
}
.sf-first-content-klarna{
	display: flex;
    align-content: center;
    gap: 13px;
}
@media only screen and (max-width:768px) {
	.sf-klarna-melding{
	 	gap: 5px;
		justify-content: left;
	}
}
.sf-pop-up-klarna .dialog-widget-content{
	overflow: hidden;
}
.sf-pop-up-klarna ul{
    padding-inline-start: 20px;
}
.sf-pop-up-klarna li{
	margin-bottom: 10px;
}


.klaviyo-close-form{
	padding: 0px !important;
	border: none !important;
}
.klaviyo-form button{
	text-transform: none !important;
}
.kl-teaser-RAPwRf{
	border-radius: 3px 3px 0px 0px !important;
	padding: 0px !important;
	border: none !important;
}

/*--SF: Update 13-02-2024--*/
.sf_review_bars_single{
	display: flex;
	column-gap: 8px;
	align-items: center;
	margin-bottom: 2px;
}
.sf_review_bars_single_stars img{
	width: 12px;
}
.sf_review_bars_single_balk{
	background: #D9D9D9;
	height: 11px;
	width: 190px;
	border-radius: 100px;
}
.sf_review_bars_single_count{
	font-size: 10px;
}
.sf_review_average_wrapper{
	display: flex;
}
.sf_review_average_stars{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.sf_review_average_number{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.sf_review_average_wrapper{
	margin-bottom: 24px;
	justify-content: space-between;
}
.kl-private-reset-css-Xuajs1 button{

    border: none !important;
}


.kl-private-reset-css-Xuajs1 button.go3894874857, .kl-private-reset-css-Xuajs1 button.go1505117110{
	background-color: #FF7A00 !important;
}
.kl-teaser-XxTZrZ{
	border-radius: 4px 0px 4px 0px !important;
	padding: 0px !important;
	border: none !important;
}
.lSSlideOuter .lSPager.lSGallery{
	width: 100% !important;
}
.sf_product_popup_herhaalservice .sf_column_1 {
    max-width: 13.33%;
    flex: 1 0 13.33%;
}
.sf_product_popup_herhaalservice .sf_column_1 img{
	height: 64px;
}
.sf_product_popup_herhaalservice .sf_column_9 {
    max-width: 70%;
    flex: 1 0 70%;
}
@media only screen and (min-width: 768px){
	.woocommerce-cart .sf_cart_table td.product-thumbnail{
    	width: 88px!important;
		padding: 6px 0px !important;
	}
}
.woocommerce-cart .sf_cart_table .product-thumbnail img {
	height: 64px!important;
	width: auto !important;
}

.products .product .woocommerce-product-rating{
	display: flex;
	padding: 8px 8px 8px 8px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
	align-items: center;
	justify-content: center;
	column-gap: 4px;
	margin-bottom: 0px !important;
}
.products .product .woocommerce-product-rating a.sf_ratings_text{
	font-family: "Typold", Sans-serif;
    font-size: 10px;
    line-height: 14px;
}
.woocommerce ul.products li.product .star-rating{
	font-size: 1em;
}

.products .product .woocommerce-product-rating .star-rating {
    color: #F7D416;
	margin-bottom: 0px;
}

.products .product .woocommerce-product-rating .star-rating::before {
    color: #FFEF99;
}

.sf_variation_single_name{
	display: flex;
	justify-content: space-between;
}
.sf_price_old{
	text-decoration: line-through;
}

/*--SF: Checkout page--*/
#checkout_timeline.style3 li .timeline-wrapper{
	padding: 6px !important;
}
#checkout_timeline li .timeline-wrapper .timeline-label{
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: 700 !important;
	padding: 0px !important;
	text-align: left !important;
	text-transform: none;
}
.timeline-step {
	line-height: 22px !important;
}
.timeline-wrapper{
	border-radius: 3px !important;
}

.sf_checkout_login_row{
	display: flex;
	column-gap: 30px;
}
.sf_checkout_login_wrapper{
	border: 1px solid #D9D9D9;
	padding: 35px;
	width: 50%;
}
.sf_checkout_login_title{
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #051528;
}
.sf_checkout_login_title_small{
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #051528;
	margin-bottom: 8px;
	font-weight: 700;
}
.sf_checkout_login_icon_box{
	display: flex;
	align-items: center;
	column-gap: 6px;
	font-size: 12px;
	line-height: 18px;
}
.sf_checkout_guest_button{
	background-color: #EF7D00 !important;
	border-color: #EF7D00 !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	line-height: 18px !important;
	font-weight: 300 !important;
	padding: 12px !important;
	width: 100%;
	margin-bottom: 48px !important;
}
.sf_checkout_login_wrapper .woocommerce-form-login{
	border: none !important; 
	padding: 0px !important;
	margin: 0px !important;
}
.sf_checkout_login_wrapper .woocommerce-form-login label, .sf_checkout_billing label, .sf_ship_to_title, #account_password_field label, .woocommerce-shipping-fields label{
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: 'Typold';
    display: block;
}
.sf_checkout_login_wrapper .woocommerce-form-login input[type='text'], .sf_checkout_login_wrapper .woocommerce-form-login input[type='password'], .sf_checkout_billing select, .sf_checkout_billing input[type='text'], .sf_checkout_billing input[type='email'], .sf_checkout_billing input[type='tel'], .sf_checkout_billing input[type='number'], .sf_checkout_billing select, #account_password_field input[type='password'], .woocommerce-shipping-fields input[type='text'], .woocommerce-shipping-fields input[type='number'], .woocommerce-shipping-fields input[type='email'], .woocommerce-shipping-fields input[type='tel'], .woocommerce-shipping-fields select{
	font-size: 12px;
	line-height: 18px !important;
	color: #757B81;
	border: 1px solid #D9D9D9;
	border-color: #D9D9D9 !important;
	border-radius: 4px !important;
	padding-top: 10px;
    padding-bottom: 10px;
}
.sf_checkout_login_wrapper  .woocommerce-form-login__rememberme{
	display: flex !important;
	column-gap: 8px;
	font-weight: 400 !important;
	align-items: center;
}

.sf_checkout_login_wrapper .woocommerce-form-login__submit, .sf_next_step{
	background-color: #EF7D00 !important;
	border-color: #EF7D00 !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	line-height: 18px !important;
	font-weight: 300 !important;
	padding: 12px !important;
	width: 100%;
	color: #fff !important;
	margin-bottom: 20px !important;
}

#content .sf_checkout_login_wrapper p.lost_password a{
	color: #051528 !important;
	font-size: 12px;
}

.sf_row_checkout_fields{
	display: flex;
	column-gap: 125px;
}
.sf_row_checkout_fields > div, .woocommerce-shipping-fields{
	width: 50%;
}
#ship-to-different-address{
	font-size: 12px !important;
	line-height: 18px !important;
	font-family: 'Typold' !important;
}
.create-account{
	font-size: 12px;
}
.woocommerce-account-fields{
	margin-top: 24px;
}
.sf_ship_to_other_label{
	font-weight: 400;
	margin-left: 4px;
}
.kl_newsletter_checkbox_field{
	background: #F5F5F5;
	padding: 12px 8px !important;
	border-radius: 4px;
}
.kl_newsletter_checkbox_field .checkbox{
	display: flex !important;
	align-items: baseline;
	font-weight: 400 !important;
	margin-bottom: 0px;
}
.kl_newsletter_checkbox_field .checkbox input{
	margin-top: 0px !important;
}
.woocommerce-cart .sf_checkout_review_table td.product-thumbnail{
	padding: 6px 6px !important;
	text-align: center;
}


#checkout_coupon{
	display: none !important;
}
.woocommerce-cart .sf_checkout_review_table .product-quantity, .woocommerce-cart .sf_checkout_review_table .product-total{
	text-align: right;
}
.woocommerce-cart .sf_checkout_review_table .product-total{
	width: 200px;
}
.woocommerce-cart .sf_checkout_review_table .product-quantity{
	width: 300px;
}
.sf_checkout_overview_totals td, .sf_checkout_overview_totals th{
	background: #fff0 !important;
}
.sf_checkout_review_table .sf_cart_totals_table th{
	text-align: left;
	border: none;
}
.sf_checkout_review_table .sf_cart_totals_table td{
	border-top: 1px solid rgba(0, 0, 0, .1) !important;
}
.sf_checkout_review_table .sf_cart_totals_table tr:first-child td{
	border-top: none !important;
}


.woocommerce-checkout #payment ul.payment_methods::before{
	display: none;
}
#checkout-wrapper #payment{
	background: #fff;
	border-radius: 0px;
}
#checkout-wrapper #payment .wc_payment_method{
	background: #F5F5F5;
}
#checkout-wrapper #payment .wc_payment_methods{
	display: flex;
	column-gap: 28px;
	row-gap: 9px;
	flex-wrap: wrap;
	padding: 0px;
	border-bottom: none;
}
#checkout-wrapper #payment .wc_payment_methods li{
	flex: 0 0 calc(50% - 14px);
	padding: 32px 16px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.woocommerce-checkout #payment ul.payment_methods li img{
	position: absolute;
	right: 16px;
	height: 36px !important;
    max-height: none !important;
    top: 25px;
}
label .mollie-gateway-icon{
	max-height: 30px;
}
.payment_box{
	flex: 0 0 100%;
}
.form-row.place-order{
    width: 50%;
    float: right;
}
#place_order{
	background-color: #EF7D00 !important;
	border-color: #EF7D00 !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	line-height: 18px !important;
	font-weight: 300 !important;
	padding: 12px !important;
	width: 100%;
	color: #fff !important;
	margin-bottom: 20px !important;
}
#content p a.woocommerce-terms-and-conditions-link, #content p a.woocommerce-privacy-policy-link{
	color: #EF7D00 !important
}
.payment_method_mollie_wc_gateway_ideal > p:first-child, div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	display: none;
}
.woocommerce-checkout #payment div.payment_box{
	background-color: #fff0;
	margin: 0px;
	margin-top: 12px;
}

input[value="Inloggen overslaan"] {
	display: none !important;
}
#form_actions .yith-wcms-button.prev, #form_actions .yith-wcms-button.next{
	border: none !important;
    padding: 11px 30px !important;
    line-height: 14px;
}
.sf_check_overview_totals_wrapper{
	display: flex;
	column-gap: 24px;
}
.sf_check_overview_totals_wrapper > div{
	width: 50%;
}

@media only screen and (max-width:768px) {
	.sf_checkout_login_wrapper, .sf_row_checkout_fields > div, .woocommerce-shipping-fields, .sf_check_overview_totals_wrapper > div{
		width: 100%;
	}
	.form-row.place-order{
		width: 100%;
		float: none;
	}
	.sf_checkout_login_row, .sf_row_checkout_fields, .sf_check_overview_totals_wrapper{
		flex-direction: column;
		row-gap: 24px;
	}
	#checkout-wrapper #payment .wc_payment_methods li{
		flex: 0 0 100%;
	}
	.woocommerce-checkout .sf_search_header_mobile{
		display: none !important;
	}
	.woocommerce-cart .sf_cart_table .product-thumbnail img{
		object-fit: contain;
	}
}