/*
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 */




/* 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 below this line */


	
}
#navigation .cart {position:absolute; top:-100px; right:20px;z-index:900;}
#navigation .cart-extended ul.cart a.cart-contents{font-size: 18px;}
#navigation ul.cart li:hover a.cart-contents{background-color:#3C8845 !important;color:#fff !important;font-size: 18px;}
#navigation ul.cart a.cart-contents + ul{ background-color: #FFFFFF !important;
    color: #565555 !important;
    width: 300px;
    border: solid 2px #3C8845;}
#navigation .nav-search {position:absolute !important; right:20px !important;}
#navigation .cart a.cart-contents {color:#fff !important;}
.widget_shopping_cart_content{color:#565555 !important;}
#navigation ul.cart > li > ul span, #navigation ul.cart .cart_list a{color:#808080 !important;}
#logo{max-width: 30% !important;}
.product-categories {
    padding:0px !important;
    margin-bottom: 14px;
    list-style: none;
}
.cat-item { list-style: none !important; width: 100%; margin: 0 0 7px 0; overflow:hidden;height:30px;}
..product-categories li ul < .cat-item:hover{height:auto;}
.cat-item a { 
    display: block;
    width: 100%;
    height: 25px;
    margin: 0 0 7px 0;
    background: #F7F5F0;
    font-size: 14px;
    color: #333;
    padding: 5px 0px 0px 10px !important;
    text-decoration: none !important;
    border-left: 5px solid #8EBD40;
}

.cat-item a:hover { background-color: #EFEFEF; }
.subcategories{    
    height: 32px;
    border: solid 1px #e1e1e1;
    overflow: hidden;
    position:absolute;
    display:block;
}
.subcategories :first-child a{
    background:#F7F5F0 url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAcCAYAAACQ0cTtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAcVJREFUSEvtVtFNxDAM7QiMwAiMwAiMwAhs4PZSic8bgRFuhI5wI3QERjjyYjuJrnaagoSExElRT4njZzvPLxmG/99vVIBofhrHcB6neYnjM46bfBfME4XnH8cBJwIA5zoAqKOaD+u3QSUTdjaGD6LTixU95rGeg4mZHsqybO6PNpV6ClcNrguQpjBylOFKRA9dm8QI9hVgO0OOjg/fA6LT/IqA8LXLWgCbZ6hkaBlVhFm8rIVYCNq2IXp/lKxcJ3DeAyZ2F/hDtTZB0TS/pUWnPLqhFyyxFP5iyTdgykBk2CKFBeadr1spdWIB1cy8B1MGOvtW89zaYKUVarCa6jYYK822jCxBN2eTyBKaVhqX7RMJGvugowYYC63JHpCm0sZaJ9N/i1ScdQrksmWjOAQrzWZ1AE22RQcaoOmvRBJWt1mzlMkNEAXYsy0C4bA709/JLjWrKnwDSHsMtm4bSXY41KiNRuer4DYaX/RVfLR7dshR7QDaIpyEPN3ke0qU99fs8whwDyZydwxInUiG8t4Iq/XWgLozSFzXq2lHW5tnKJepgOZ3yKbX+Omwc0Yt0a3XkKkAQzWSDKVLFPMHb/RezL9l9wWuQAy9JbrovAAAAABJRU5ErkJggg==) right 5px center no-repeat;
}
.subcategories li a{padding: 5px 10px;display:block;color:#555555;background-color:#F7F5F0;}
.subcategories li a:hover{background-color:#e2e2e2;}
.widget_product_categories{padding-top:50px !important;}