/* 
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 */



.home div.woocommerce-wrap ul.products li.product {
    float: left;
    height: 284px;
}
.widget_woo_recent_products .categories {
    display: none;
}

.related .price {
    display: none !important;
}

.related .categories {
    display: none !important;
}


ul.products li.product h3 {
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 47px;
}
ul.products li.product img {
    width: 168px;
}
.prosamazondis {
    float: left;
    margin-bottom: 38px;
}
#navigation {
    background: none repeat scroll 0 0 padding-box #364245;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    clear: both;
    display: none;
    margin-bottom: 2.618em;
}
#header ul.cart li.container a.cart-contents span.contents {
    background-clip: padding-box;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: none;
}
#header ul.cart li.container .widget {
    background: none repeat scroll 0 0 #EAEAEA;
}
#woo_best_selling_products-2 .categories {
    display: none;
}
#navigation ul.nav > li:first-child a {
    background-clip: padding-box;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.single-product .summary .price {
    float: none;
    margin-bottom: 0;
    text-align: right;
    width: 14%;
}
@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}