.Woocommerce {
	background: transparent;
}

.Woocommerce a {
	text-align: center;
	color:#888888;
}
.Woocommerce a:hover {
	color:#000000;
}
.product_text{
	background: white;
/* 	text-align: center; */
}

.woocommerce div.product {
	margin-bottom: 25px;
}

.woocommerce a.added_to_cart {
	width: 100%;
	text-align: center;
}

.product .size-shop_catalog, product img {
	max-width: 100%;
	height:200px;
	maring: 0 auto;
	display: block;
}

.button.product_type_simple.ajax_add_to_cart {
	width: 100%;
}

form.cart {
	width: 200px;
	margin:5px auto;
}

.woocommerce div.product div.images {
	margin: 0px;
	padding: 0px;
}

#main > div.content-area > h1 {
	text-transform: uppercase;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary{
	width: 100%;
	background: white;
/* 	text-align: center; */
	padding: 15px;
}

.woocommerce-tabs {
	background: white;
}

.Woocommerce .content {
	background: white;
	padding: 20px;
	margin-bottom: 15px;
}

#main > div.row.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.Woocommerce .page-title {
	text-align: center;
}
.item-list-area {
    padding: 20px;
    margin-bottom: 25px;
}

.product_text h3 {
	font-size: 1em;
}

#payment ul.payment_methods li img {
	width: initial;
}

@media (min-width: 4000px) {
	form.cart {
		width: 250px;
	}
}
