/* General Styles */
.button {
	border-radius:0px !important;
	background:#0095c0 !important;
	border-bottom:2px solid #007a9e !important;
	color:#fff !important;
}
.shop-contact a {
	color:#000;
}
.shop-contact li {
	list-style:none !important;
}
.woocommerce .woocommerce-message {
    border-top-color: #0095c0 !important;
}
.checkout-button {
	padding:20px !important;
	font-size:20px !important;
}

/* Shop Page */
ul.products > li {
	text-align:center;
}
.product h3{
	color:#0095c0;
	font-size:24px !important;
}
.add_to_cart_button {
	border-radius:0px !important;
	background:#0095c0 !important;
	border-bottom: 2px solid #007a9e !important;
	color:#fff !important;
}
.amount {
	font-size:15px;
	color:#000;
	font-weight:bold;
}

/* Product Page */
.single_add_to_cart_button {
	border-radius:0px !important;
	background:#0095c0 !important;
	border-bottom: 2px solid #007a9e !important;
	float:right !important;
	padding:20px !important;
	font-size:20px !important;
}
form.cart {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.input-text.qty {
	height:30px;
}
.panel {
	background-color:transparent !important;
}
ul.tabs.wc-tabs {
	display:none;
}
.attachment-shop_single {
	padding:30px;
	padding-top:0px;
}

/* Sidebar Styles */
.woo-pre-sidebar {
	border-left:1px solid #9e9e9e;
}
.woo-sidebar li {
	list-style:none !important;
}
.widget-title, .widgettitle {
	font-size:18px !important;
	font-weight:bold;
	/*border-bottom:2px solid #0095C0;*/
	border:none !important;
	color:#0095C0;
	padding-bottom:10px;
	text-transform:uppercase;
}
.widget_shopping_cart h2{
	display:none;
}
.total {
	border-top:1px solid #ccc !important;
	border-bottom:1px solid #ccc;
	text-align:center;
}
.wc-forward {
	background:#0095c0 !important;
	border-bottom:2px solid #007a9e !important;
	color:#fff !important;
	border-radius:0px !important;
}
p.buttons {
	text-align:center;
}
.product-categories li{
	padding-left:20px;
}
.product-categories a {
	color:#000;
	font-weight:bold;
}
.product-categories a:hover {
	text-decoration:none !important;
}
.product-categories a:before {
	color:#007a9e;
	content:"> ";
}

#woocommerce_product_categories-3 {
	list-style:none;
}
#woocommerce_product_categories-3 h2 {
	font-size:15px;
	font-weight:bold;
	border-bottom:2px solid #0095C0;
	padding-bottom:10px;
}
.woo-sidebar li {
	list-style:none !important;
}

/* Cart page */
#coupon_code {
	width:250px;
	max-width:50%;
}
.input-text {
	padding:5px;
}
.woocommerce-cart table.cart img {
	width:64px;
	height:auto;
}
.attachment-shop_catalog {
	padding: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Checkout page */
.wc_payment_method {
	list-style:none !important;
}
#place_order {
	padding:20px;
	font-size:20px;
}
.payment_method_paypal label img, .payment_method_paypal label a {
	display:none
}
.woocommerce-shipping-fields {
	display: none!important;
}
#billing_country_field {
	display:none;
}

.demo_store {
	background-color:#1D95C0 !important;
	font-weight:bold;
	display:block;
	bottom:0;
	top:inherit !important
}

mark {
	background-color:transparent !important;
}

.woocommerce .products .star-rating {
	margin-left: auto;
    margin-right: auto;
}
.woocommerce ul.products li.product .star-rating {
	margin-left: auto;
    margin-right: auto;
}

/* Media breaks */
@media only screen and (max-width : 768px) {
	.woo-pre-sidebar {
		border:none;
	}
}