/*
Theme Name:		d-fokker Child
Theme URI: 		http://d-fokker.nl
Description:	d-fokker child
Author:  		d-fokker
Author URI:  	http://d-fokker.nl
Template:     	d-fokker
Version:      	1.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	d-fokker-child
*/


#main-nav ul li > ul li:hover > ul {

    display:block;
    }
    
    header .menu > li.menu-item-has-children ul li.menu-item-has-children ul {
    display:none!important;}

.woocommerce ul.products li.product a img{
	height:auto!important;
padding:10px;
	
}
	

.menu-inner h1{
	font-size:16px!important;
	font-weight:bold;
	
}
.woocommerce-product-details__short-description{
	
	
	display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layout-3404 .element-10 a{
	font-size:15px!important;
	
}

@media screen and (min-width 100px )(max-width 700px){
			
span#hidden
		{
	display:none;
		}

			
		}