/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 06 2022 | 08:21:18 */
/* dit is een template welke gebruikt kan worden bij het opzetten van websites met het essentials thema 
meer informatie over gebruikte classes kan in de kennisbank worden gevonden: essentials.pixfort.com/knowledge-base/essentials-custom-css-classes/ */

/* theme main styles kunnen in main theme worden gevonden ter inzage (niet om aan te passen). 
Te vinden in: /essentials/css/build/essentials-startup.css/*/

/* theme settings stylen worden compiled naar /uploads/wp-scss-cache/pix-essentials-style-2.css/ en /pix-woo-style.css/*/
/*
*	hier staan alleen de styles die niet in de theme options zijn in te stellen 
*/

/* unccomment de classes die je nodig hebt om stijling toe te passen. 
Onderstaande classes worden door het thema zelf gebruikt om stijling toe te voegen. Houd deze vergelijkbaar met wat er al staat */

/* global CSS rules mobile, tablets, desktop without media Query */

/* global fix, geen verschil in font weight bij bold of strong tags, want design is overal al bold */
b, strong, bold, .font-weight-bold {
	font-weight: 600!important;
}

/* global linkjes in headings, gewoon normale heading kleur i.p.v. tekst kleur */
/* fix global font weight WooCommerce texts to 600 */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    font-weight: 500;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th,
.woocommerce table.shop_table th, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3, .woocommerce-shipping-fields h3,
.woocommerce-checkout-payment button.button.alt, .woocommerce .title h3 {
    font-weight: 600!important;
}
body .pix-el-text .d-inline-block p{
	line-height: 26px !important
}
/*
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

}

body {

}

.body-font {

}

.secondary-font, .heading-font {

}

.font-weight-extra-bold {
}

h1, .h1 {
}

h2, .h2 {
}

h3, .h3 {
}

h4, .h4, .woocommerce .title h3 {
}


h6, .h6, .product .price del {
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: initial;
}

a {
	color: #EB6408;
    font-weight: bold;
}

a:hover {

}

a:focus, a.focus {

}

.wpb_text_column ul, .wpb_content_element ul, .comment ul, .product .tab-content ul {
}

.blockquote {
}

.blockquote-footer::before {
}

.display-1 {

}

.display-2 {

}

.display-3 {

}

.display-4 {

}

/* global links 
a {

}

a:hover {

}

a:focus, a.focus {

}

/* device specific CSS rules */
/* mobile devices (max-width: 767px) 
@media only screen and (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {

	}
	
	h1.pix-sliding-headline {

	}
	
	h1, .h1, h1:not(.elementor-heading-title) {

	}
	
	h2, .h2, h2:not(.elementor-heading-title) {

	}

	h3, .h3, h3:not(.elementor-heading-title){

	}

	h4, .h4, h4:not(.elementor-heading-title) /*.woocommerce .title h3  {

	}

	h5, .h5, h5:not(.elementor-heading-title) /*normal with the h5: , .cart_totals h2, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3, .woocommerce-shipping-fields h3, #order_review_heading, #yith-wcwl-form .wishlist-title h2, .woocommerce legend  {

	}

	h6, .h6, h6:not(.elementor-heading-title) {

	}
}

/* ipads, tablets (min-width: 768px) 
@media only screen and (min-width: 768px) {
	h1, h2, h3, h4, h5, h6 {

	}
	
	h1.pix-sliding-headline {

	}
	
	h1, .h1, h1:not(.elementor-heading-title) {

	}
	
	h2, .h2, h2:not(.elementor-heading-title) {

	}

	h3, .h3, h3:not(.elementor-heading-title){

	}

	h4, .h4, h4:not(.elementor-heading-title) /*.woocommerce .title h3  {

	}

	h5, .h5, h5:not(.elementor-heading-title) normal with the h5: , .cart_totals h2, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3, .woocommerce-shipping-fields h3, #order_review_heading, #yith-wcwl-form .wishlist-title h2, .woocommerce legend  {

	}

	h6, .h6, h6:not(.elementor-heading-title) {

	}
}

/* laptops, desktops (1200px and above) 
@media only screen and (min-width: 1200px) {
}

/* combined rules */
/* mobiel + tablet (max-width: 1199px) 
@media only screen and (max-width: 1199px) {
}

/* CSS for tablet + desktop = add CSS only in the ipads/tablets  rule */

