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

h1 {
  font-size: 1.3em;
  line-height: 1.387em;
}
h2 {
  font-size: 1.1em;
  line-height: 1.2em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 0.9em;
}
h5 {
  font-size: 0.8em;
}
h6 {
  font-size: 0.7em;
}

ul.products li.product h3 {
  margin-bottom: 0;
  color: #000000;
}
ul.products li.product a:hover h3 {
  color: #ff4800;
}
ul.products li.product .price {
  display: block;
  color: #DD0000;
  margin-bottom: 1em;
}

a {
  color: #4a413e;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #ff4800;
  text-decoration: none;
}
.clear {
  clear: both;
}

.single-product .summary .price:first-child {
  font-size: 1.5em;
  color: #DD0000;
  font-weight: normal;
  margin-bottom: .618em;
}
.single-product .summary .product_meta {
  font-size: .857em;
  color: #9f9693;
  border-top: 4px double #e8e4e3;
  padding-top: .318em;
  clear: both;
}
.single-product .summary .product_meta a {
  color: #6c6360;
}
.single-product .summary .social {
  border-top: 4px  #e8e4e3;
  padding-top: .18em;
  margin-top: .118em;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */
/* 2.2 Navigation */
ul.nav li a {
  padding: .3em .7em;
  display: block;
}
#navigation {
  clear: both;
  margin-bottom: 0.5em;
  display: none;
}



/* 2.2.2 Top Navigation (optional) */


/* 2.3 Header */
#header {
  padding: .5em 0 0;
  margin-bottom: .5em;
  border-bottom: 4px double #e8e4e3;
  clear: both;
  position: relative;
}
#header #logo {
  float: left;
  margin-bottom: .3em;
}

#header hgroup {
  position: relative;
  margin-bottom: .5em;
  
  #sidebar .secondary {
  float: left;
  margin-right: 10px;
}

/* 2.6 Footer */

#footer {
  padding: 0.6em 0;
  border-top: 1px solid #e8e4e3;
  color: #877c78;
}

#footer-widgets {
  border-top: 1px solid #e8e4e3;
  padding: 1.6em 0;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.5em;
  font-family: "WebSymbolsRegular";
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: .5em;
}


pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f7f7f7;
  padding: .3em;
  margin-bottom: .618em;
}

hr {
  background-color: #e8e4e3;
  border: 0;
  height: 1px;
  margin-bottom: .318em;
}

#breadcrumbs {
  display: none;
  margin-bottom: .318em;
  padding-bottom: .318em;
  color: #c1b8b5;
  font-size: .857em;
  font-weight: bold;
}

/* 3.4 Post Entry Nav */
#post-entries {
  border-top: 1px solid #e8e4e3;
  border-bottom: 4px double #e8e4e3;
  padding: .618em;
  margin-bottom: .631em;
}

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.1 Generic Widgets */
.widget {
  margin-bottom: .618em;
}