/* 
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 */

#top {
  background: url("/wp-content/uploads/2014/06/header-bg.jpg") repeat-x top left;
}
#header hgroup {
  margin-bottom: 0;
}
#header #logo {
    margin-bottom: 0;
    margin-top: -104px;;
}
.single-product .summary {
    width: 62%;
}
.single-product .images {
    width: 33%;
}
.images .thumbnails a img {
    opacity: 0.8;
}
#top .wc-nav li.cart a .contents {
    color: #9B9B9B;
}
#top ul.nav > li a {
    color: #FFFFFF;
}
#top .wc-nav li.search input {
    padding-left: 3px;
}
#header {
    padding-bottom: 0;
    margin-bottom: 1.631em;
}
#top .wc-nav li.checkout a:before {
    font-size: 1.057em;
}
div.quantity .qty {
    width: 4.618em;
}
div.woocommerce-left-column{
    width: 100%;
    display: block;
    vertical-align: top;
}
div.woocommerce-right-column{
    display: block;
    vertical-align: top;
    margin-top: 36px;
}
.related.products ul.products li.product {
    position: relative;
    width: 100%;
    max-width: 250px;
}
.single-product .images {
    width: 100%;
    max-width: 400px;
}

ul.products li div{
    width:77px;
    margin: 0 auto;
}

.star-rating span:before{
    color: #FF8F09;
}

.woocommerce_message, .woocommerce-message{
	padding-bottom: 15px;
}
/* 
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 */

    div.woocommerce-left-column{
        width: 738px;
        display: inline-block;
    }
    div.woocommerce-right-column{
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
        margin-top: 36px;
    }
    .related.products ul.products li.product {
        width: 28.05%;
    }
    .single-product .images {
        width: 33%;
    }
}