/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/

.single-product #main .product {
	display: grid;
    grid-template-columns: minmax( 250px , 30vw) auto;
    gap: 25px;
}


.single-product #main .product .woocommerce-tabs {
	grid-column: 1 / -1;
}

div.

#top .product_column_4 .products .product.last{
	margin-right: 0;
}

div.product div.images div.thumbnails a{
	width: 33.33%;
	margin-right: 0;
}

.linked-products-header{
	margin: 50px 0 25px 0;
}


.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list {
	text-align: left;
}

#top .wp-block-woocommerce-product-categories.wc-block-product-categories.is-list > ul > li > a {
	font-weight: 700;
}

#top .wp-block-woocommerce-product-categories.wc-block-product-categories.is-list ul,
#top .wp-block-woocommerce-product-categories.wc-block-product-categories.is-list li{
	margin-bottom: 10px;
}

#top .wp-block-woocommerce-product-categories.wc-block-product-categories.is-list li > ul{
	margin-top: 10px;
}

#top .wp-block-woocommerce-product-categories.wc-block-product-categories.is-list ul ul{
	margin-left: 10px;
}

.sidebar .widget, .content .sidebar .widget{
	padding: 0;
}

#top .wc-block-product-search.wp-block-woocommerce-product-search form{
	margin-bottom: 0;
}
/* Dit is om de sterretjes in het mailchimp formulier in de footer "wit" te maken. */
#top label span, .mc_required
{
	color:#e8e8e8;
}
/* Homepage Notification 90% margin down */
.avia_message_box.home-picnotif{
	margin-top:400px!important;
	/*position: absolute;
	width: 100%;
	bottom: 100px;*/
}
}
.home-picnotif .avia_message_box_content{
	font-size:1.4em;
}
