/*
Theme Name: Child 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-child
*/

/*--SF: Misc--*/
.sf_default_transition{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
input:focus, button:focus, textarea:focus, select:focus{
	outline: none !important;
	box-shadow: none !important;
}
.elementor-button-icon{
	display: flex;
    align-items: center;
}
.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin-bottom: 0px;
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
	padding-inline-start: 0px;
}
.sf_custom_select select{
	background: #EFE9DD url('/images/arrow_down.svg') no-repeat;
	background-position: right 16px top 50%;
}
.sf_hover_column{
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-size: 100% !important;
}
.sf_hover_column:hover{
	background-size: 104% !important;
}

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

/*--SF: Forms--*/
.gform_wrapper input{
	block-size: auto !important;
}
.gform-theme--foundation .gform-grid-col{
	padding-inline: 16px;
}
.gform-theme--foundation .gform-grid-row{
	margin-inline: -16px;
}
.gfield_required.gfield_required_text{
	display: none;
}
.gform-theme--foundation .gform_fields{
	grid-row-gap: 16px;
    row-gap: 16px;
}

/*--SF: Sliders--*/
.sf_usp_slider .owl-item{
	display: flex;
    justify-content: center;
}

/*--SF: Product loop--*/
.woocommerce-loop-product__title{
	font-family: Nunito !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	display: block !important;
	line-height: 22px !important;
	margin-top: 16px !important;
	margin-bottom: 4px !important; 
}
.sf_loop_product_desc{
	font-size: 14px;
	line-height: 19px;
	min-height: 38px;
	margin-bottom: 4px;
}
.sf_loop_product_desc p{
	margin-bottom: 0px;
	display: inline;
}
.products .product .sf_discount_percentage{
	display: none;
}
.products .product .woocommerce-Price-amount{
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	text-decoration: none;
}
.products .product .price ins{
	text-decoration: none;
}
.products .product .price del, .products .product .price del .woocommerce-Price-amount{
	color: #747474;
	font-weight: 400;
}
.products li.product img {
    transition: all 0.3s ease;
	max-height: 314px;
	height: 314px !important;
	object-fit: cover;
}
.products li.product img.sf-hover-image{
	visibility: hidden;
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.products li.product:hover img.sf-hover-image {
    opacity: 1;
	visibility: visible;
}
.products li.product:hover img.attachment-woocommerce_thumbnail {
    opacity: 0;
}

/*--SF: Single Product--*/
.single-product .price{
	display: flex;
	flex-direction: row-reverse;
    justify-content: flex-end;
	align-items: center;
	gap: 12px;
	margin-bottom: 0px;
}
.single-product .woocommerce-Price-amount{
	color: #000;
}
.single-product .price ins{
	text-decoration: none;
}
.single-product .price del{
	color: #747474;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.sf_discount_percentage{
	font-size: 16px;
	line-height: 22px;
	background: #EFE9DD;
	padding: 2px 4px;
	color: #000;
	font-weight: 400;
}
.sf_instock .elementor-icon-list-items > li:nth-child(2), .sf_instock .elementor-icon-list-items > li:nth-child(3){
	display: none;
}
.sf_outofstock .elementor-icon-list-items > li:nth-child(1), .sf_outofstock .elementor-icon-list-items > li:nth-child(2){
	display: none;
}
.sf_onbackorder .elementor-icon-list-items > li:nth-child(1), .sf_onbackorder .elementor-icon-list-items > li:nth-child(3){
	display: none;
}
.sf_outofstock .elementor-icon-list-text{
	color: #ff0000 !important;
}

.sf_quantity_wrapper{
	display: flex;
}
.sf_quantity_wrapper button, .sf_quantity_wrapper div{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.sf_quantity_wrapper div.quantity input{
	border-left: 0px;
	border-right: 0px;
}
@media only screen and (min-width:1024px) {
	.sf_quantity_wrapper div.quantity input{
	width: auto !important;
}
}
.woocommerce .product form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce .product form.cart div.quantity input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;	
	margin: 0 !important;
}
.sf_quantity_wrapper button{
	background-color: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}
.sf_quantity_button_minus{
	border-right: 0px;
}
.sf_quantity_button_plus{
	border-left: 0px;
}
.single_add_to_cart_button{
	display: flex !important;
	column-gap: 8px;
	align-items: center;
	flex-grow: 1;
	justify-content: center;
}

/*--SF: Mobile--*/
.sf_show_on_mobile{
	display: none;
}
@media only screen and (max-width:768px) {
	.sf_hide_on_mobile{
		display: none !important;
	}
	.sf_show_on_mobile{
		display: block;
	}
}

/*--SF: Contact--*/
.gform-theme--foundation .gfield textarea{
	min-block-size: 156px!important;
	border: 1px solid #F0F0F0;
	border-radius: 0px;
	box-shadow: none;
	font-size: 16px;
}
.gform-theme--foundation .gfield input{
	border: 1px solid #F0F0F0;
	border-radius: 0px;
	box-shadow: none;
	font-size: 16px;
}
.gform-theme--foundation .gfield input:focus, .gform-theme--foundation .gfield textarea:focus{
	border: 1px solid #000;
}
.gform-theme--foundation .gfield input::placeholder, .gform-theme--foundation .gfield textarea::placeholder{
	opacity: 0.6;
}
.gfield_label.gform-field-label{
	font-weight: 700;
}
.gform_button{
	background: #000!important;
	border: 1px solid #000!important;
	padding: 12px 40px!important;
	font-size: 16px!important;
	border-radius: 4px!important;
}
.gform_button:hover{
	background: #fff!important;
	color: #000!important;
	border: 1px solid #000!important;
}
.gform-theme--framework .gfield_list_group_item:before, .gform-theme--framework .gform-field-label, .gform-theme--foundation .gfield input::placeholder, .gform-theme--foundation .gfield textarea::placeholder{
	font-size: 16px!important;
}

/*--SF: Category Product / landing page--*/
.elementor-location-archive .products li.product img, .elementor-widget-woocommerce-products .products li.product img{
  	height: 398px!important;
	max-height: 398px!important;
}
.elementor-location-archive .woocommerce-loop-product__title, .elementor-widget-woocommerce-products .woocommerce-loop-product__title{
	font-size: 18px!important;
	padding: 0px !important;
}
.elementor-location-archive .sf_loop_product_desc, .elementor-widget-woocommerce-products .products .sf_loop_product_desc{
	font-size: 16px!important;
}
.elementor-location-archive .products .product .woocommerce-Price-amount, .elementor-widget-woocommerce-products .products .woocommerce-Price-amount{
	font-size: 16px!important;
}
@media only screen and (max-width:768px) {
	.elementor-location-archive .products li.product img, .elementor-widget-woocommerce-products .products li.product img{
		height: 250px!important;
	  	max-height: 250px!important;
  	}
}

/*--SF: live search--*/
.e-search-results .sf_discount_percentage{
	margin-right: 8px;
	font-size: 14px !important;
}
.e-search-results .sf_live_search_price ins .woocommerce-Price-amount {
	font-weight: 700 !important;
}
.e-search-results .sf_live_search_price .woocommerce-Price-amount {
	font-size: 14px !important;
}
.e-search-results .sf_live_search_price ins {
    text-decoration: none !important;
}
/*--SF: woocommerce message--*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #EFE9DD !important;
    color: #000 !important;
    border-top: 3px solid #000;
	Outline: none !important;
}
.woocommerce-message {
    border-top-color: #65783E !important;
}
.woocommerce-message::before {
    color: #65783E !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
	color: #000 !important;
    background-color: #fff !important;
	padding: 12px 24px !important;
}
.woocommerce-notices-wrapper:focus, .woocommerce-notices-wrapper:active{
	border: none !important;
}
@media only screen and (max-width:768px) {
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 8px;
	}
}

#CybotCookiebotDialogPoweredbyCybot,
 #CybotCookiebotDialogPoweredByText {
 display: none;
 }

#CybotCookiebotDialogPoweredbyCybot, #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important; 
}
@media only screen and (max-width:768px) {
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
		display: block!important;
		float: left;
		margin-right: 10px;
		width: 33%;
	}
	.elementor-widget-woocommerce-cart .woocommerce table.cart img{
		width: 100%!important;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail::before{
		display: none;
	}
	.sf_checkout_product_image{
		width: 33%;
	}
}
@media only screen and (min-width:768px) {
	.sf_checkout_product_image{
		width: 20%;
	}
}
.e-checkout__order_review .product-total{
	vertical-align: bottom!important;
}
.wpml-ls-legacy-dropdown{
	width: auto !important;
}
.wpml-ls-legacy-dropdown a{
	padding: 4px !important;
	border: none !important;
	background-color: #ffffff00 !important;
}
.wpml-ls-legacy-dropdown a:hover{
	background-color: #EFE9DD !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	display: none;
}
@media only screen and (max-width:768px) {
	.wpml-ls-legacy-dropdown a{
		  display: flex;
	}
}
.woocommerce-checkout .woocommerce-error{
	font-size: 16px;
}
.sf-headline{
	font-size: 24px;
	font-weight: 700;
/* 	margin-top: 70px; */
	margin-bottom: 24px;
	display: block;
}
.sf_faq-item summary {
	list-style: none;           /* verwijder standaard marker */
  	cursor: pointer;
  	position: relative;
  	padding-right: 1.5em;       /* ruimte voor eigen marker */
}

/* verberg default marker */
.sf_faq-item summary::-webkit-details-marker {
  	display: none;
}

/* eigen marker rechts */
.sf_faq-item summary::after {
  	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
  	position: absolute;
  	right: 0;
  	top: 0.35em;
  	width: 1em;
  	height: 1em;
  	transition: transform 0.3s ease;
}

/* draaien bij open */
.sf_faq-item[open] summary::after {
    transform: rotate(180deg);
}

/* vraag (summary) */
.sf-faq-q {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.sf_faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

/* wrapper van alle FAQ's */
.sf-faqs {
    margin-top: 24px;
    padding: 24px 0;
    border-top: 1px solid #0000001F;
}


.woocommerce-privacy-policy-text{
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.woocommerce-privacy-policy-text a{
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	text-transform: lowercase;
}
.page-content .elementor-widget-container p a, .product .elementor-widget-container p a, .post .elementor-widget-container p a, .page-content .elementor-widget-container ul a, .product .elementor-widget-container ul a, .post .elementor-widget-container ul a{
	color: #65783E;
}
.page-content .elementor-widget-container p a:hover, .product .elementor-widget-container p a:hover, .post .elementor-widget-container p a:hover, .page-content .elementor-widget-container ul a:hover, .product .elementor-widget-container ul a:hover, .post .elementor-widget-container ul a:hover{
	color: #000;
}
.products a{
	color: #000!important;
}