/* 
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 */
.ui-accordion .ui-accordion-content {
height: auto !important;
}

/* 
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 */
	
	#sidebar .product-categories li:before,
	#woocommerce_product_categories-3 ul li:before, #nav_menu-2 ul li:before {
    	content: none !important;
	}
	
	#sidebar .product-categories li{
		text-align:center;
	}
	#header #navigation ul.nav > li a { 
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: medium none;
	    border-radius: 0; 
	    font-weight: normal;
	    line-height: 1em;
	    position: relative;
	    text-transform: lowercase;
	}
	.home #logo{
		padding-top:20px;  
	}
	 
	#woocommerce_product_search-2,
	#woocommerce_product_categories-2{ 
		margin:2em 0;
		padding-bottom:1em;
		border-bottom:2px solid #ccc;
	}
	
	ul.products li.product img {
	    border: 0px solid #E8E4E3;
	    padding: 0;
	    width: 100%;
	}
	 
	 #top{
	 	background:#ebebeb;
	 	height: 45px;
	 }
	 .woocommerce_tabs ul.tabs li.active:before, .woocommerce-tabs ul.tabs li.active:before {
	    background: none repeat scroll 0 0 padding-box #FF4800;
	    border-top: 0 solid #FF5911;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    content: "";
	    display: block;
	    height: 0;
	    left: 0;
	    position: absolute;
	    right: 0;
	    top: -0.236em;
	}
	   
	   li.cart a,
	  li.t{ 
	  	margin-top:10px;
	  	
	  }  
	  
	  
	   li.cart a,
	  li.t a{
	  	border-right:1px solid #ccc;
	  }
	  
	   li.checkout a{ 
	   		border:none;
	   }  
	   
	  #woocommerce_product_tag_cloud-2, .tagcloud{
	   	float:left;
	   	width:100%;
	   	text-align:center;
	   }
	   
	    
	   .tagcloud a{
	   	display:block; 
	   	font-weight:normal;
	   	font-size:100% !important;
	   }
	  
		#top .wc-nav li.cart a,
		#top ul.nav > li a { 
	    	color: #9F9693;
	    	padding: 0.387em 1em;
		}  
		
	.home .head{
		border-bottom: 0px solid #CCCCCC; 
		margin-bottom:0; 
	}
	 
	.woocommerce .summary {
	    float: right;
	    margin-bottom: 0;
	    width: 48%;
	}
	.images img {
	    -moz-box-sizing: border-box;
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: 0 solid #E8E4E3;
	    padding: 0;
	    width: 100%; 
	}
	.woocommerce .summary form {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-color: #CCCCCC -moz-use-text-color rgba(0, 0, 0, 0.1);
	    border-image: none;
	    border-style: solid none;
	    border-width: 0;
	    margin-bottom: 0;
	    padding: 1.5em 0.8em;
	} 
	.single-product .woocommerce_tabs, .single-product .woocommerce-tabs {
		clear:none;
		margin-top:20px; 
	} 
	
	
	.images .thumbnails {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-color: -moz-use-text-color #E8E4E3 #E8E4E3;
	    border-image: none;
	    border-right: 0px solid #E8E4E3;
	    border-style: none solid solid;
	    border-width:0;
	}
	.woocommerce .images {
	    float: left;
	    margin-right: 0% !important;
	    width:40%;
	}

	.searc {
	    float: right;
	    text-align: right;
	    width: 70%;
	}	
	.woocommerce .summary { 
	    float: right;
	    margin-bottom: 0;
	    width: 55%;
	}
	#searchsubmit{
		display:none;
	}
	
	.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
	    border-top: 1px solid rgba(0, 0, 0, 0.1);
	    float: right;
	    margin-bottom: 3em;
	}
	.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
	    border-top: 0px solid rgba(0, 0, 0, 0.1);
	    float: right;
	    margin-bottom: 3em;
	    width:55%;
	} 
	
	#header #navigation ul.nav li:last-child a{ 
		border:none !important;  
	}  
	
	.woocommerce_tabs ul.tabs, .woocommerce-tabs ul.tabs {
	    margin-bottom: 0;
	    margin-left: 0; 
	}
	
	#nav_menu-2 a,
	#woocommerce_product_categories-3 a{
		text-transform:lowercase;
		font-size:18px; 
		color:#4b4a4b;
	}
	#woocommerce_product_categories-3 h3,.footer-widget-3 h3{
		text-transform:uppercase;
		font-size:24px;
	}
	#text-2 h3{
		text-transform:lowercase;
		font-size:24px; 
	}
	.widget_product_search, .widget_woo_search {
	    float: left;
	    position: relative;
	    width: 100%;
	    text-align: center;
	}
	.widget {
		margin:0; 
	}
} 