/********************************/
/*** WOO ***/
/********************************/

.woocommerce .single-product, .cart, .entry-content   {
	max-width: 1200px;
	margin: 0 auto;
}
.cart-collaterals {
	max-width: 1200px;
	margin: 100px auto;
}
.entry-header {
	padding: 200px 0 0 0;
	margin: 0;
}
.entry-title {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	color: #F29623;
}
.entry-footer, .post-navigation, .widget-area, .posted_in, .woocommerce-tabs ul {
	display: none;
}

/*** Warenkorb Kasse ***/
#order_review {
	vertical-align: top;
}
.woocommerce-checkout-review-order-table {
	width: 45%;
	display: inline-block;
}
.woocommerce-checkout-payment {
	background: #eee;
	display: inline-block;
	width: 45%;
	margin-left: 5%;
	padding: 5px;
}

/*** Warenkorb Tabelle ***/
.shop_table th {
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #999;
}
.shop_table td {
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #999;
}

.woocommerce .woocommerce-result-count {
	display: none;
}
.woocommerce .columns-4 {
	max-width: 1200px;
	margin: 0 auto;
}

.woocommerce .products {
	margin-top: 100px;	
}
/*** BREADCRUMBS ***/
.woocommerce .woocommerce-breadcrumb {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	display: none;
}
/*** BREADCRUMB LINKS ***/
.woocommerce .woocommerce-breadcrumb a {
	color: #00707a;

}
/*** CHANGE COLORS ON THE FILTER DROPDOWN ***/
select.orderby { /* woocommerce class is purposely left off so other dropdowns can match but you can add it if you prefer */
	display: none;
}
/*** SINGLE GRID ITEM STYLING ***/
.woocommerce ul.products li.product {
	text-align: left; 
	background: #fff; /* changes background color */
	padding: 1.5em 1em; /* adds space around entire product */
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	  list-style-type: none;
  margin: 0x;
  padding: 0;
}
.woocommerce ul.products li.product:hover {
	display: inline-block;
	background: #fff; /* changes background color on hover */
}
.woocommerce li.product {
	display: inline-block;
	margin: 0 10px 80px 10px;
}

/*** CHANGE COLOR ON SINGLE GRID AND RELATED PRODUCTS (THIS IS WHERE YOU CAN CHANGE THE FONT SIZE TOO IF YOU WANT) ***/
h2.woocommerce-loop-product__title,
.product .related h2 {
	color: #000; /* change color of product titles */
}
/*** ADD TO CART BUTTON ***/
.woocommerce ul.products li.product .button, .woocommerce .button  {
	display: inline-block;
	box-shadow: none;
	background: #F29623;
	color: #fff;
	font-size: 16px;
	padding: 3px 5px;
	margin: 5px;
	border-radius: 2px; 
}

/*** Price ***/
.woocommerce ul.products li.product .price {
	display: block;
	box-shadow: none;
	color: #000;
	font-size: 16px;
	margin: 5px;
}
/*** CENTER STAR RATING AND MAKE STARS BIGGER ***/
.woocommerce ul.products li.product .star-rating {
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}












