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

a.button,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
.woo-pagination a {
  display: inline-block;
  padding: .382em 1em;
  color: #b02209;
  text-align: center;
  text-decoration: none;
  font-size: .857em;
  /* Make inputs the same size as normal text */
  font-family: "Cutive", sans-serif;
  /* Make inputs use the correct typeface instead of the browser default */
  /* Inputs need pointers! */
  overflow: visible;
  /* IE fix */
  width: auto;
  /* IE fix */
  line-height: 1.618em;
  background: url("../images/leather.png"), url("../images/noise.png");
  background-color: #777777;
  border: 1px dashed #aaaaaa;
  box-shadow: 0 0 0 0.327em #555555;
  -webkit-box-shadow: 0 0 0 0.327em #555555;
  cursor: pointer;
  text-shadow: 0 1px 0 #555555;
  position: relative;
}
a.button:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
.woo-pagination a:hover {
  background-color: #666666;
}

}
.price del,
.product_list_widget del {
  position: relative;
  padding: initial;
  text-decoration: line-through;
}
.price del:before,
.product_list_widget del:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background: none;

}

h1 { 
font:normal 2.3em/1em 'Indie Flower', arial, sans-serif;color:#4ccadb; text-shadow: 0 2px 0 #F2F1F1, 0 3px 0 #979797;
}



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