/*  
Styles for overiding default woocommerce CSS.

TABLE OF CONTENTS

01 - Product
02 - Messages and Buttons
03 - Shopping Cart
04 - Account/Settings
05 - Comments
06 - Widgets

*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Product
/////////////////////////////////////////////////////////////////////*/

.page-title {		
	margin: 0 0 30px;
	padding:  25px 0 20px 0;
	background: #f7f7f7;
	border-bottom: 1px solid #ededed;	
}

#pageHead h1 {	
	font-size: 1.4em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
	display: block;
	color: #555555;
	margin: 0 3%;		
}

li.product {
	list-style: none;
	text-align: center;
}

ul.products li.product h3{		
		font-size: 1em;
		font-weight: bold;
		margin: 0 !important;
		text-align: center;
}

ul.products li.product img{		
		margin-bottom: 5px !important;
}

ul.products li.product img {
opacity: 1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}
ul.products li.product img:hover{
opacity: .5;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}

.product .price{		
		font-size: 1.3em;
		color: #ef4135;
		padding-top: 0;		
}

.product .price ins{		
		text-decoration: none;
}

.product .price del{		
		font-size: 1em !important;		
}

ul.products li.product .add_to_cart_button{
	float: right;
	display: none;
}

.add_to_cart_button{
	box-shadow: none !important;
}

.afterThumb {
	text-align: center;
	display: block;
	padding: 0;
}

span.onsale {
	min-height: 32px;
	min-width: 32px;
	padding: 4px;
	font-size: 12px;
	font-weight:bold;
	position:absolute;
	text-align: center;
	line-height: 32px;
	top: 6px;
	left: 6px;
	margin: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ef4135;
	text-shadow: none;
	z-index: 200;
	color: #fff;	
}

.single-product .product  {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.single-product .related.products .product  {
	width: 30% !important;
	margin: 0 2.5% 20px 0 !important;
}

.product img {
	box-shadow: none !important;	
}

.summary {
	float: none !important;
}

.addToCart {
	float: right;
}

ul ins { text-decoration: none !important; }

p.product { border: none !important; padding: 0 !important;}
p.product .button { margin-left: 10px; }

.star-rating {	
	margin: 0 auto 5px !important;	
}

#products.homeSection .pagination {
	display: none;
}

/*Single Product ------------------*/

.single-product #content {		
	width: 68%;						
}

.product .images {
	width: 100% !important;
	float: none!important;	
	padding: 0 !important;
	margin: 0 !important;
	
}

.product .thumbnails {
	margin: 0 !important;
	padding: 0 !important;	
}

.single-product span.onsale {
	top: 15px;
	left: 18px;	
	z-index: 200;
}

.single-product .summary {	
	width: 95% !important;
}

.single-product .product_title {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.single-product .price {
	margin-bottom: 10px;
}

.single-product h2 {
	font-size: 1em;
}

.posted_in, .tagged_as, .sku_wrapper {
	font-size: .8em;
	margin-right: 10px;
}

.shop_attributes td, .shop_attributes th{font-size: .8em !important; }
.shop_attributes td p {font-size: 1em !important; }

.variations td { font-size: .8em; }
.variations td.label { padding-top: 4px; }
.variations .reset_variations { display: inline-block; padding-top: 5px !important; }
.single_variation  { padding: 7px 10px 0 0; float: left !important;}
.single_variation .price { font-size: .9em !important; margin-bottom: 10px !important;}

.woocommerce-ordering {
	margin-right: 3% !important;
}

.woocommerce-review-link { 
	float: none;
	font-size: .9em;
	clear: both;
	display: block;
}

form {margin-bottom: 0 !important;}

form.cart {margin-bottom: 20px !important;}

form .clear {
	margin-bottom: 20px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Messages and Buttons
/////////////////////////////////////////////////////////////////////*/

.woocommerce_info, .woocommerce_message, .woocommerce_error {
	box-shadow: none;
	background: #fafafa;
	border: 1px solid #f1f1f1;
	margin-left: 0 !important;
	margin-bottom: 15px;
}

.woocommerce_message {
	padding: 15px 15px 15px 40px;	
}

.woocommerce_error {
	padding: 11px 15px 0 40px;	
}

.woocommerce_message a{
	display: none;
}



/* =Price Filter Widget
-------------------------------------------------------------- */
.widget_price_filter .price_slider {
	margin-bottom: 1em;
}
 
.widget_price_filter .ui-slider .ui-slider-handle { 
	background: #cecece !important;
	border: 1px solid rgba(0,0,0,.5) !important;	
}

.widget_price_filter .ui-slider .ui-slider-range { 	
	font-size: .5em !important; 		
	background: #cecece !important;	
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.6) !important;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.6) !important;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.6) !important;	
}

.price_label {
	font-size: .9em !important; 
}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Shopping Cart
/////////////////////////////////////////////////////////////////////*/
.woocommerce-cart  #content {
	width: 68%;
}

.cart_totals th, .shop_table th {
	color: #555555 !important;
}

.woocommerce-cart  h2 {
	font-size: 1em !important;
}

.woocommerce-cart  table {
	font-size: .8em;
}

.cart_totals table{
	float: right !important;	
}

.cart_totals table{	
	font-size: .8em;
}

#order_comments {	
	height: 70px;
	font-size: .85em;
}

#customer_details {
	margin-bottom: 20px;
}

.shop_table {
	font-size: .8em;
}

.shop_table tfoot th {
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: right;
}

#payment {	
	background: #fafafa !important;	
	border: 1px solid #f1f1f1 !important;	
}

.payment_methods {
	border: none !important;
}

.payment_box {
	box-shadow: none !important;
	background: #ebe9eb !important;	
}

.payment_methods label{
	width: 20% !important;
	display: inline-block;	
}

.payment_methods label img{	
	display: inline-block;	
}

.place-order {
	border: none !important;
}

/* ///////////////////////////////////////////////////////////////////// 
//  04 - Account/Settings
/////////////////////////////////////////////////////////////////////*/

.woocommerce-account address {
	font-size: .8em !important;
	font-style: normal;
}

.woocommerce-account header a {
	font-size: .8em !important;
	float: none !important;
	margin-left: 10px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Comments
/////////////////////////////////////////////////////////////////////*/

.commentlist {
	list-style: none !important;	
}

.woocommerce_tabs #comments {
	width: 100%;
}

.comment-text {
	background: #f7f7f7;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Widgets
/////////////////////////////////////////////////////////////////////*/

.widget_product_search label, .widget_product_search #searchsubmit {
	display: none;
}