/*
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 .elementor-icon-list-icon+.elementor-icon-list-text{
	padding-inline-start: 0px;
}

/*p:last-child{
    margin-bottom: 0px!important;
}
*/
/*--SF-HEADER--*/
.sf-winkelwagen-tekst-menu .elementor-menu-cart__toggle_button:before{
	content: ('Winkelwagen');
}
.sf-icon-login{
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
	min-width: 44px!important;
}
.sf-icon-cart-menu .elementor-menu-cart__toggle_wrapper .elementor-menu-cart__toggle_button{
	width: 44px!important;
	height: 44px!important;
	align-items: center;
    justify-content: center;
}
.sf-icon-cart-menu .elementor-menu-cart__toggle_wrapper .elementor-menu-cart__toggle_button svg path{
	fill: #fff0;
}
.sf-icon-cart-menu .elementor-button-icon-qty{
	color: #fff0!important;
	background: #FF7029;
	width: 8px!important;
	height: 8px!important;
	min-width: 8px!important;
	top: 0px!important;
	right: -1px!important;
}
.sf_cart_count_text{
	font-weight: 500!important;
	font-size: 14px!important;
	color: #000;
}
@media only screen and (min-width: 768px) {
	.sf-logo-header img{
		min-width: 240px;
	}
}
@media only screen and (max-width: 767px) {
	.sf-logo-header img{
		min-width: 140px;
	}
}

/*--SF-HOME--*/
.sf-button-cta .elementor-button:hover svg path{
    fill: #fff!important;
}
.sf-button-cta .elementor-button{
	transition: 0.3s!important;
}
.sf_product_rating{
	display: flex;
}
.products .product .onsale{
	display: none !important;
}

/*SF-category*/
.sf_price_button_wrap{
	display: flex;
}
.sf_product_title{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	letter-spacing: -0.07em;
	margin-block-end: 8px !important;
}
.sf_review_count{
	color: #000;
	font-size: 14px;
}
.sf_product_rating{
	gap: 8px;
	margin-bottom: 12px;
}
.star-rating{
	margin-bottom: 0px!important;
}
.sf_price_from del bdi{
	color: #CCCCCC;
	font-size: 14px!important;
	text-decoration: line-through;
	font-weight: 400!important;
}
.sf_price_from ins, .sf_price_from del{
	text-decoration: none!important;
}
.sf_price_from bdi{
	text-decoration: none;
	color: #FF8A00;
	font-size: 16px!important;
	font-weight: 600!important;
}
.products .product {
	background: #FAFAFA!important;
	border-radius: 16px!important;
	padding: 16px!important;
	border: 1px solid #FAFAFA;
}
.products .product:hover {
	border: 1px solid #FF8A00;
}
.sf_thumbnail_wrap{
	border-radius: 16px!important;
	overflow: hidden;
}
.sf_price_button_wrap{
	gap: 12px;
	margin-top: 12px;
}
.sf_variation_count{
	background: #FF8A001A;
	color: #000;
	letter-spacing: -0.07em;
	height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sf_price_from{
	margin-bottom: 0px!important;
	display: flex;
	align-items: left;
	justify-content: center;
	flex-direction: column; 
}
.sf_button_icon{
	max-width: 10px!important;
}
.sf-button-product-loop{
	display: flex!important;
/* 	min-width: 186px; */
	width: -webkit-fill-available;
	height: 48px!important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-radius: 12px!important;
	color: #000!important;
	font-weight: 500!important;
	background: #fff!important;
	border: 1px solid #CCCCCC!important;
}
.sf-button-product-loop:hover{
	background: #FF8A00!important;
	border: 1px solid #FF8A00!important;
}
.sf_slide_text{
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.sf-inhoudsopave .elementor-toc__list-wrapper{
	padding-top: 16px; 
	padding-left: 10px;
}



/*--SF: Product loop--*/
@media only screen and (max-width: 768px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.woocommerce ul.products li.product a img{
	margin-bottom: 0px !important;
}
/*--SF: Contact--*/
.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_contact input[type='text'],
.sf_contact input[type='email'],
.sf_contact input[type='tel'],
.sf_contact textarea{
	border-radius: 8px;
	background: #F0F0F0;
	border-color: #F0F0F0;
	padding: 10px 16px;
	    box-shadow: none;
}
.sf_contact input[type='submit']{
    border-radius: 40px !important;
    background-color: #3FA535 !important;
    border-color: #3FA535 !important;
    padding: 12px 24px;
    box-shadow: none !important;
}

/*--SF: Single product--*/
.woocommerce table.shop_attributes th{
	width: 50%;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
	border: none;
	text-align: left;
    font-weight: 400;
	font-style: normal;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
	background: #fff !important;
}
.sf_documents_single{
	display: flex;
	align-items: center;
	column-gap: 16px;
	padding: 18px 0px;
	border-bottom: 1px solid rgba(255, 138, 0, 0.10);
	color: #000 !important;
}
.shipping_method_0_postnl2{
	display: none !important;
}

.woocommerce-variation-price{
	padding: 0px 32px 14px 32px;
}
.woocommerce-variation-price .price{
	color: #ff8a00 !important;
	font-weight: bold !important;
}
.woocommerce-variation-price .price ins{
	text-decoration: none;
}
.woocommerce-variation-price .price del{
	font-weight: 400 !important;
	font-size: 16px;
}
.sf_price_button_wrap .woocommerce-price-suffix{
	display: none;
}
.sf_price_button_wrap .sf_price_standard{
	color: #FF8A00;
    font-size: 16px !important;
    font-weight: 600 !important;
	margin-bottom: 0px;
}
.sf_price_button_wrap{
	align-items: center;
}
.sf_price_button_wrap a{
	margin-top: 0px!important;
}
.sf_thumbnail_wrap {
	min-height: 280px;
}
@media only screen and (min-width: 414px) and (max-width: 768px) {
	.sf_thumbnail_wrap {
		min-height: 325px;
}
}