/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

//DvK 5/5/2013: lege ruimte van productplaatje weghalen
//.single-product .product .summary .entry-summary { width: auto; }

//.woocommerce .related {clear:both;}
//.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {width:100%;}
//.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width:30%;clear:none;}

//#container #content div.product div.summary { float:none; width:auto; }
//#main #content div.product div.summary { float:none; width:auto; }

//.summary { position:relative;left:-280px; }

//DvK 1/6/2013: remove footer "powered by Wordpress"
/* Center logo */
#title-logo {
text-align: center;
}

/* Center align logo and tagline */
#title, #description {
text-align: center;
}


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}