@import 'animation.css';
/* Vars */
/* Imports */
/* Imports */
/* Vars */
/* Headings *//* Body copy */
/* borders */
/* Neutral / body copy colour */
/* Background / light colour */
/* Buttons etc *//*--[ HTML5 Boilerplate RESET ]--------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*--[ HTML5 Boilerplate MINIMAL BASE STYLES ]--------------------------------------------------------------------------------*/
table {
  font-size: inherit;
  font: 100%;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
body,
select,
input,
textarea {
  color: #888888;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
}
html {
  -webkit-font-smoothing: antialiased;
}
a:hover,
a:active {
  outline: none;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #71b2f4;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #71b2f4;
}
html {
  overflow-y: scroll;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/*--[ HELPER CLASSES ]--------------------------------------------------------------------------------*/
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* for image replacement */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide for both screenreaders and browsers */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide only visually - available for screenreaders */
.invisible {
  visibility: hidden;
}
/* Hide visually and from screenreaders, but maintain layout */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/*--[ Layout ]--------------------------------------------------------------------------------*/
html {
  font: 62.5% Helvetica Neue, arial, sans-serif;
  /* Reset to 10px equivilent */

  text-align: center;
  background: #fff;
  overflow-x: hidden;
}
body {
  text-align: left;
  font-size: 1.6em;
  /* 16 px equiv */

  line-height: 1.5em;
  /* 24px equiv */

  position: relative;
}
#main {
  zoom: 1;
  clear: both;
}
#footer {
  overflow: hidden;
  zoom: 1;
  clear: both;
  padding: 1em 0 0 0;
}
.blockMsg {
  color: #666666 !important;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #e6e6e6);
  background: -moz-linear-gradient(center top, #ffffff 0%, #e6e6e6 100%);
  background: -moz-gradient(center top, #ffffff 0%, #e6e6e6 100%);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  border: 1px solid #aaaaaa !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  float: none;
  display: inline-block;
  padding: 12px !important;
  text-shadow: 0 1px 0 #ffffff;
  margin: -14px 0 0 0 !important;
  font-size: 0.8571em !important;
  line-height: 20px;
}
.blockMsg img {
  float: left;
  margin-right: 20px;
  margin-top: 2px;
  vertical-align: middle;
}
/*--[ Anchors ]--------------------------------------------------------------------------------*/
a {
  color: #71b2f4;
  text-decoration: none;
  font-weight: normal;
}
a:hover,
a:focus {
  color: #93d4ff;
  text-decoration: none;
}
/*--[ Typography ]--------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Vollkorn', Georgia, serif;
  color: #444444;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
}
h1 {
  font-size: 2em;
  line-height: 1.125em;
  margin: 0.75em 0 0.375em 0;
  letter-spacing: -0.05em;
}
/* 32px font, line height 36, margin-top 24, margin bottom 12 */
h2 {
  font-size: 2em;
  line-height: 1.125em;
  margin: 0.75em 0 0.375em 0;
  letter-spacing: -0.05em;
}
/* 32px equiv size */
h3 {
  font-size: 1.625em;
  line-height: 1.384em;
  letter-spacing: -0.035em;
  margin: 0.9231em 0 0.462em 0;
}
/* 26px equiv */
h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 1.2em;
}
/* 20px equiv */
h5 {
  font-size: 1.125em;
  line-height: 1.3333em;
  margin-top: 1.3333em;
}
/* 18px equiv */
h6 {
  font-size: 0.875em;
  line-height: 1.7143em;
  margin-top: 1.7143em;
  text-transform: uppercase;
}
/* 14px equiv */
#logo {
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 .5em;
  padding: 0;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-family: 'Vollkorn', Georgia, serif;
}
#logo a {
  color: #333333;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
fieldset,
article,
article footer,
nav {
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
}
article ul {
  margin: 0 0 2em 2em;
  list-style: disc outside;
}
article ol {
  margin: 0 0 2em 2em;
  list-style: decimal outside;
}
article blockquote {
  margin: 0 0 1.25em 2.5em;
  font-family: cambria, georgia, times, serif;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
  padding: 1.19em 1.25em 0;
  font-style: italic;
}
small {
  font-size: 0.8571em;
}
/*--[ Images ]--------------------------------------------------------------------------------*/
/*.wp-post-image,
img.alignright, 
img.alignleft, 
img.aligncenter {
	padding: 4px;
	background: #fff;
	border: 1px solid  @color2;
	outline: 4px solid @color2 + #111;
}
a:hover .wp-post-image, a:focus .wp-post-image {
	padding: 1px !important;
	border: 3px solid #ffe084 !important;
}*/
.alignleft {
  float: left;
  clear: left;
  margin: 0.38em 1.62em 0.38em 0;
}
.alignright {
  float: right;
  clear: right;
  margin: 0.38em 0 0.38em 1.62em;
}
.aligncenter {
  margin: 0 auto 1.62em;
  display: block;
}
div.wp-caption {
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 0 !important;
  text-align: center !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: .75em;
}
div.wp-caption img {
  margin: 0;
  padding: 5px 5px 0;
  outline: 0;
  border: 0;
}
p.wp-caption-text {
  margin: 0 !important;
  padding: 0 3px 6px !important;
  font-weight: bold;
  clear: both;
  color: #888888;
}
/*--[ Post Navigation ]-------------------------------------------------------------------------*/
.post-navigation {
  width: 100%;
  line-height: 30px;
  float: left;
}
.nav-links {
  background: red !important;
}
/*--[ Comments ]--------------------------------------------------------------------------------*/
#comments {
  clear: both;
}
.comment-list {
  overflow: hidden;
  zoom: 1;
  list-style: none;
}
.comment-list .comment-author {
  overflow: hidden;
  zoom: 1;
  margin-bottom: .75em;
}
.comment-list .comment-author img {
  float: left;
  margin-right: 5px;
  padding: 2px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.comment-list .comment-author cite {
  font-style: normal;
  font-weight: bold;
}
.comment-list .comment-body {
  background: #f6f6f6;
  position: relative;
  padding: 1.5em 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1.5em;
}
.comment-list .comment-body:after {
  content: "";
  position: absolute;
  top: -12px;
  left: .5em;
  border: 6px solid;
  border-color: transparent transparent #f6f6f6 transparent;
}
.comment-list .comment-body .comment-footer {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 0;
}
.comment-list .comment-body .comment-footer .reply {
  float: right;
}
.comment-list ul.children {
  margin-left: 1.5em;
}
#respond form {
  background: #efefef;
  padding: 1.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#respond form .form-allowed-tags {
  display: none;
}
#respond form label {
  display: block;
}
#respond form input[type=text],
#respond form textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #cccccc, 0 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 0 1px #cccccc, 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 1px #cccccc, 0 0 0 2px #ffffff;
  outline: none !important;
  border: 3px solid rgba(0, 0, 0, 0.025);
  padding-left: 6px;
  padding-right: 6px;
  width: 96%;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#respond form input[type=text]:focus,
#respond form textarea:focus {
  -webkit-box-shadow: 0 0 0 1px #71b2f4, 0 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 0 1px #71b2f4, 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 1px #71b2f4, 0 0 0 2px #ffffff;
}
/*--[ Forms ]--------------------------------------------------------------------------------*/
span.input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #cccccc, 0 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 0 1px #cccccc, 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 1px #cccccc, 0 0 0 2px #ffffff;
  outline: none !important;
  border: 3px solid rgba(0, 0, 0, 0.025);
  padding-left: 6px;
  padding-right: 6px;
}
span.input-text input,
span.input-text textarea {
  color: #888888;
}
span.input-text input:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder {
  color: #ccc;
}
/*--[ Widgets ]--------------------------------------------------------------------------------*/
.no-border {
  margin-bottom: 1.5em;
}
.no-border img {
  max-width: 100%;
}
.widget {
  border: 1px solid #dddddd;
  padding-bottom: 1em;
  padding: 24px;
  margin-bottom: 1.5em;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ffffff));
  background: -webkit-linear-gradient(#fafafa, #ffffff);
  background: -moz-linear-gradient(center top, #fafafa 0%, #ffffff 100%);
  background: -moz-gradient(center top, #fafafa 0%, #ffffff 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget h3:first-child {
  margin-top: 0;
}
.widget ul {
  list-style: none;
}
.widget ul:last-child,
.widget ol:last-child,
.widget p:last-child {
  margin-bottom: 0;
}
.widget_layered_nav ul li {
  overflow: hidden;
  zoom: 1;
}
.widget_layered_nav ul li small.count {
  float: right;
  background: url(../images/body.png);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  padding: 0 1em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 0.7142em;
  font-weight: bold;
  border: 1px solid #dddddd;
}
.widget_search {
  overflow: hidden;
  zoom: 1;
}
.widget.widget_search,
.widget.widget_product_search {
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
}
.widget.widget_search input#s,
.widget.widget_product_search input#s {
  float: left;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0;
  font-size: 1em;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  width: 71%;
  padding: 5px;
  -webkit-appearance: none;
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
}
.widget.widget_search #searchsubmit,
.widget.widget_product_search #searchsubmit {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  padding: 0;
  margin: 0;
  font-size: 1em;
  height: 25px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%);
  background: -moz-gradient(center top, #ffffff 0%, #eeeeee 100%);
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  border: 1px solid #cccccc;
  border-left: 0;
  padding-left: .5em;
  padding-right: .5em;
  display: block;
}
.widget.widget_search label,
.widget.widget_product_search label {
  display: none;
}
.widget_recent_entries li img {
  margin: 0 1em 1.5em 0 !important;
}
.ie7 #searchsubmit {
  overflow: visible !important;
  zoom: 1;
  padding: 0.25em 0.375em !important;
}
/* Featured Products */
.widget_featured_products ul li {
  border-bottom: 1px solid #eeeeee;
  padding: .75em 0 !important;
  color: #aaaaaa;
  font-size: 0.8571em;
}
.widget_featured_products ul li a {
  font-size: 1.1666em;
}
.widget_featured_products ul li img {
  float: right;
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 #dddddd;
  -webkit-box-shadow: 0 0 3px 0 #dddddd;
  -moz-box-shadow: 0 0 3px 0 #dddddd;
}
.widget_featured_products ul li:last-child {
  border: none;
}
/* Shopping Cart */
.quantity input.qty {
  padding: 1px 8px 2px !important;
}
.widget_shopping_cart {
  padding-bottom: 0;
}
.widget_shopping_cart .cart_list li.empty {
  padding: 0 !important;
  margin-bottom: 2em !important;
}
.widget_shopping_cart .cart_list li {
  border-bottom: 1px solid #eeeeee;
  padding: .75em 0 !important;
  color: #aaaaaa;
  font-size: 0.8571em;
}
.widget_shopping_cart .cart_list li a {
  font-size: 1.1666em;
}
.widget_shopping_cart .cart_list li img {
  float: right;
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 #dddddd;
  -webkit-box-shadow: 0 0 3px 0 #dddddd;
  -moz-box-shadow: 0 0 3px 0 #dddddd;
}
.widget_shopping_cart .cart_list li:last-child {
  border: none;
}
.widget_shopping_cart .total {
  border: none;
  text-align: center;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
  background: -webkit-linear-gradient(#f8f8f8, #eeeeee);
  background: -moz-linear-gradient(center top, #f8f8f8 0%, #eeeeee 100%);
  background: -moz-gradient(center top, #f8f8f8 0%, #eeeeee 100%);
  border: 1px solid #dddddd;
  border-right: 0;
  border-left: 0;
  padding: .7em .5em .5em .5em;
  text-transform: uppercase;
  font-size: 0.8571em;
  color: #555555;
  text-shadow: 0 1px 0 rbba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.9);
  margin-left: -24px !important;
  margin-right: -24px !important;
  margin-top: 1em !important;
}
.widget_shopping_cart .buttons {
  overflow: visible;
  text-align: center;
  border-top: 1px solid #e4e4e4;
  background: url(../images/body.png);
  padding: 1em 0;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  margin-left: -24px !important;
  margin-right: -24px !important;
  margin-bottom: 0 !important;
}
/* Price Slider */
.price_slider_wrapper {
  margin-left: 0;
  margin-right: 0;
}
.price_slider_wrapper .ui-widget-content {
  border: 1px solid #3e7fc1;
  background: #eeeeee;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
.price_slider_wrapper .ui-slider-handle {
  background: url(../images/handle.png) center center no-repeat;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
}
.price_slider_wrapper .ui-widget-header {
  background: #a4e5ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a4e5ff), to(#71b2f4));
  background: -webkit-linear-gradient(#a4e5ff, #71b2f4);
  background: -moz-linear-gradient(center top, #a4e5ff 0%, #71b2f4 100%);
  background: -moz-gradient(center top, #a4e5ff 0%, #71b2f4 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
/* Checkout */
#payment .terms {
  padding: 1em 0 0 0 !important;
}
#payment .form-row div.checker {
  margin-top: -4px;
}
#payment #place_order {
  font-size: 1.5em !important;
  padding: 12px 24px;
  margin-left: 1em;
}
/* Messages */
.jigoshop_message {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  zoom: 1;
  border: none !important;
  background: #e6f5d7;
  line-height: 2em;
}
.jigoshop_message .button {
  float: right;
}
.info {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.jigoshop_error {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget_categories ul,
.widget_archive ul,
.widget_links ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_categories ul {
  padding: 0;
  list-style-type: none;
}
.widget_archive ul li,
.widget_links ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_categories ul li {
  display: block;
}
.widget_archive ul li a,
.widget_links ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a {
  text-decoration: none;
}
.widget_archive ul li a:hover,
.widget_archive ul li a:focus,
.widget_links ul li a:hover,
.widget_links ul li a:focus,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:focus,
.widget_meta ul li a:hover,
.widget_meta ul li a:focus,
.widget_rss ul li a:hover,
.widget_rss ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus,
.widget_categories ul li a:hover,
.widget_categories ul li a:focus {
  text-decoration: underline;
}
.widget_tag_cloud div {
  padding: 0;
  overflow: hidden;
}
.widget_tag_cloud a {
  line-height: 1.62em;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
  text-decoration: underline;
}
/* Navigation */
#main-nav {
  padding: 0 52px;
  margin: 0 0 3em;
  position: relative;
  background: #71b2f4;
  background: -moz-radial-gradient(#71b2f4, #60a1e3);
  background: -webkit-gradient(radial, center center, 0, center center, 400.5, from(#71b2f4), to(#60a1e3));
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#main-nav ul {
  margin: 0;
  zoom: 1;
}
#main-nav ul li {
  float: left;
  margin-right: 24px;
  position: relative;
}
#main-nav ul li a {
  display: block;
  padding: 1em 0;
  color: #eeeeee;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#main-nav ul li a:hover {
  color: #ffffff;
}
#main-nav ul li ul {
  left: -999em;
  top: 1em;
  position: absolute;
  border-top: 3px solid #5b9cde;
  background: #60a1e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#60a1e3), to(#4f90d2));
  background: -webkit-linear-gradient(#60a1e3, #4f90d2);
  background: -moz-linear-gradient(center top, #60a1e3 0%, #4f90d2 100%);
  background: -moz-gradient(center top, #60a1e3 0%, #4f90d2 100%);
  margin: 2.5em 0 0 0 !important;
  padding: 0 !important;
  line-height: 1em;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1010;
}
#main-nav ul li:hover ul {
  left: -0.75em;
  width: 15em;
}
#main-nav ul li:hover ul ul {
  left: -999em;
  margin: 0;
}
#main-nav ul ul li:hover ul {
  left: 15em;
  margin-top: -1px !important;
}
#main-nav ul ul li {
  display: block;
  float: none;
  padding: 0 !important;
  margin: 0 !important;
}
#main-nav ul ul li a {
  display: block;
  padding: 1em;
}
#main-nav:before {
  content: "";
  position: absolute;
  display: block;
  left: -32px;
  top: 12px;
  border: 20px solid #4f90d2;
  border-right-width: 16px !important;
  border-left-color: transparent;
  z-index: -3;
}
#main-nav:after {
  content: "";
  position: absolute;
  display: block;
  right: -32px;
  top: 12px;
  border: 20px solid #4f90d2;
  border-left-width: 16px !important;
  border-right-color: transparent;
  z-index: -3;
}
#main-nav ul.menu:before,
#main-nav ul.menu:after {
  content: "";
  position: absolute;
  display: block;
  border: 8px solid;
  border-color: #3778ba transparent transparent transparent;
  bottom: -8px;
  z-index: -2;
  display: table;
}
#main-nav ul.menu:before {
  left: 0;
  border-width: 8px 0 0 8px;
}
#main-nav ul.menu:after {
  right: 0;
  border-width: 8px 8px 0 0;
  clear: both;
}
.ie8 #main-nav:before,
.ie8 #main-nav:after {
  display: none;
}
#subpages {
  width: 198px;
  float: right;
  margin: 0 0 1.5em 1.5em;
}
#subpages ul {
  list-style: none outside;
  margin: 0;
  padding: 1.4375em;
}
#subpages ul li {
  line-height: 1.5em;
}
/* Turn off dropdown nav for this layout */
#main-nav ul li ul {
  display: none;
}
.paging {
  overflow: hidden;
  zoom: 1;
}
.paging .prev {
  float: left;
}
.paging .next {
  float: right;
}
article blockquote {
  margin-left: 0;
}
#main-content article {
  margin-bottom: 4em;
}
/* Layout */
#main-content.full-width {
  width: 100%;
}
/* Page nav */
#page-nav ul {
  margin: 0;
  overflow: hidden;
  zoom: 1;
  float: right;
}
#page-nav ul li {
  float: left;
  margin-left: 12px;
}
/* Breadcrumb */
#breadcrumb {
  padding: 0.375em 0.875em !important;
  background: #f8f8f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Account section */
header.title a.edit {
  margin-top: 2em;
  padding-left: 24px;
  background: url(../images/icons/edit.png) 0 2px no-repeat;
}
.digital-downloads {
  margin: 0;
}
.digital-downloads li {
  list-style: none;
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px dashed #eeeeee;
}
.digital-downloads li span.count {
  float: right;
  color: #aaaaaa;
  font-size: 0.857em;
  position: relative;
}
/* Product list */
span.onsale {
  background: #71b2f4;
  /* fallback for non-webkit browsers */

  display: block;
  /* or it wont work */

  font-weight: bold;
  width: 30px;
  z-index: 1000;
  -webkit-animation-name: salePulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}
/* Single Product Page */
div.product .product_title {
  float: left;
}
div.product .entry-meta {
  border-top: 2px solid #eeeeee;
  padding-top: 1em;
}
div.product div.social {
  padding: 6px;
  background: url(../images/body.png);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  margin-top: 1em;
}
div.product div.social iframe {
  margin-top: 1px;
}
div.product #tabs ul.tabs {
  padding: 0;
  background: url(../images/layout/tabs.png) bottom repeat-x;
}
div.product #tabs ul.tabs li a {
  padding: 9px 16px 8px;
  border-bottom: 0;
  background: none;
  font-weight: bold;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1.15em !important;
}
div.product #tabs ul.tabs li a:hover {
  border: 1px solid #eeeeee;
  border-bottom: 0;
  padding: 8px 15px;
  background: #fff;
}
div.product #tabs ul.tabs li.active a {
  border: 1px solid #eeeeee;
  border-bottom: 0;
  padding: 8px 15px;
}
div.product #tabs .panel {
  padding: 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 3em;
}
div.product #tabs table.shop_attributes {
  width: 100%;
  border-top: 1px solid #eeeeee !important;
  border-collapse: separate;
}
div.product #tabs table.shop_attributes td,
div.product #tabs table.shop_attributes th {
  border-bottom: 1px solid #eeeeee !important;
  border-top: 2px solid #f8f8f8;
}
div.product #tabs table.shop_attributes th {
  text-align: right;
  width: 148px;
  border-right: 1px solid #eeeeee;
  padding-right: 12px;
}
div.product #tabs table.shop_attributes td {
  padding-left: 12px;
}
div.product #tabs table.shop_attributes tr.alt td,
div.product #tabs table.shop_attributes tr.alt th {
  background: url(../images/layout/diagonal.png) #fdfdfd;
}
div.product p.price {
  color: #fff;
  background: #71b2f4;
  display: inline-block;
  position: relative;
  padding: 6px 16px 6px 12px;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  float: right;
  margin-top: 16px;
}
div.product p.price span {
  font-weight: normal;
}
div.product p.price del {
  color: rgba(0, 0, 0, 0.2);
  font-weight: normal;
  margin-right: 3px;
}
div.product p.price ins {
  color: #fff;
  background: none;
}
div.product p.price:before {
  content: "";
  border: 18px solid #71b2f4;
  border-color: transparent transparent transparent #71b2f4;
  position: absolute;
  top: 0;
  right: -36px;
}
div.product p.price:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  top: 15px;
  right: -3px;
}
div.product p.stock {
  float: none;
}
form.cart {
  width: auto;
  float: left;
}
form.cart .button-alt {
  margin-top: 0;
  padding: 8px 12px;
  font-size: 14px;
}
form.cart table {
  width: 100%;
}
form.cart table td {
  text-align: left;
  border-bottom: 1px dotted #dddddd;
  padding: 6px 0 !important;
}
form.cart table td.price small.stock {
  display: inline;
  padding-left: 6px;
}
.ie7 .cart .button {
  float: left !important;
}
/* Comments / Reviews */
#reviews #comments h2 a.show_review_form {
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  color: #71b2f4;
}
#reviews #comments ol.commentlist {
  overflow: visible;
}
#reviews #comments ol.commentlist li {
  list-style: none;
}
#reviews #comments ol.commentlist li img {
  width: 60px;
  height: auto;
  padding: 4px;
  background: #fff;
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
#reviews #comments ol.commentlist li .comment-text {
  margin-left: 92px;
  border: 1px solid #eeeeee;
  position: relative;
  padding: 1em 1em 0 1em;
}
#reviews #comments ol.commentlist li .comment-text .description {
  font-size: 1em;
  text-transform: none;
  font-weight: normal;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1em;
}
#reviews #comments ol.commentlist li .comment-text:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 3px;
  border: 12px solid #eeeeee;
  border-color: transparent #eeeeee transparent transparent;
}
/* Post / Comment navigation */
div.navigation {
  overflow: hidden;
  zoom: 1;
  background: url(../images/body.png) #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px ;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  border: 1px solid #dddddd;
  margin-bottom: 1.5em;
}
div.navigation .nav-previous a,
div.navigation .nav-next a {
  font-weight: bold;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%);
  background: -moz-gradient(center top, #ffffff 0%, #eeeeee 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
  padding: 3px 12px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.navigation .nav-previous {
  float: left;
}
div.navigation .nav-next {
  float: right;
}
div.navigation .wp-pagenavi a,
div.navigation .wp-pagenavi span {
  border: 1px solid #cccccc;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%);
  background: -moz-gradient(center top, #ffffff 0%, #eeeeee 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 8px;
  font-weight: bold;
}
div.navigation .wp-pagenavi a:hover {
  background: #fff;
}
div.navigation .wp-pagenavi span.current {
  background: #fff;
  border: 1px solid #cccccc;
}
/* Quantity selector */
.quantity {
  overflow: hidden;
  zoom: 1;
  position: relative;
  width: 57px !important;
  margin-right: 12px !important;
  min-width: inherit;
}
.quantity input.input-text {
  float: left;
  width: 18px;
  padding: 7px 9px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #bbbbbb;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.quantity input.plus,
.quantity input.minus {
  padding: 0;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%);
  background: -moz-gradient(center top, #ffffff 0%, #eeeeee 100%);
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  color: #888888 !important;
  font-size: 12px;
  height: 16px !important;
}
.quantity input.plus:hover,
.quantity input.minus:hover {
  background: #fff;
}
.quantity input.plus {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
}
.quantity input.minus {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Buttons */
a.button,
button.button,
input.button,
#review_form #submit,
.button-alt {
  color: #666666 !important;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #e6e6e6);
  background: -moz-linear-gradient(center top, #ffffff 0%, #e6e6e6 100%);
  background: -moz-gradient(center top, #ffffff 0%, #e6e6e6 100%);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  float: none;
  display: inline-block;
  padding: 6px 12px 7px;
  text-shadow: 0 1px 0 #ffffff;
  margin-top: 0 !important;
  font-size: 0.8571em !important;
}
a.button:hover,
button.button:hover,
input.button:hover,
#review_form #submit:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%);
  background: -moz-gradient(center top, #ffffff 0%, #eeeeee 100%);
  text-decoration: none;
}
a.button.checkout,
.button-alt {
  background: #93d4ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#93d4ff), to(#71b2f4));
  background: -webkit-linear-gradient(#93d4ff, #71b2f4);
  background: -moz-linear-gradient(center top, #93d4ff 0%, #71b2f4 100%);
  background: -moz-gradient(center top, #93d4ff 0%, #71b2f4 100%);
  border: 1px solid #4f90d2;
  color: #0b4c8e !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#payment input#place_order {
  border-bottom-width: 3px;
}
#payment input#place_order:active {
  position: relative;
  border-bottom-width: 1px;
  top: 2px;
}
a.button.checkout:hover,
.button-alt:hover {
  background: #a4e5ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a4e5ff), to(#71b2f4));
  background: -webkit-linear-gradient(#a4e5ff, #71b2f4);
  background: -moz-linear-gradient(center top, #a4e5ff 0%, #71b2f4 100%);
  background: -moz-gradient(center top, #a4e5ff 0%, #71b2f4 100%);
}
/* Mini cart */
.no-js .basketpopup {
  display: none;
}
.mini-cart {
  position: relative;
  z-index: 999;
}
.mini-cart a.trigger {
  /*display: inline-block;
		padding:.25em 0 .25em 2.5em;
		font-weight: bold;
		font-size:0.75em;
		text-transform: uppercase;
		background: url(../images/icons/basket.png) left no-repeat;*/

  color: #666666 !important;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #e6e6e6);
  background: -moz-linear-gradient(center top, #ffffff 0%, #e6e6e6 100%);
  background: -moz-gradient(center top, #ffffff 0%, #e6e6e6 100%);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  float: none;
  display: inline-block;
  padding: 6px 12px 7px;
  text-shadow: 0 1px 0 #ffffff;
  margin-top: 0 !important;
  font-size: 0.8571em !important;
  background: #93d4ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#93d4ff), to(#71b2f4));
  background: -webkit-linear-gradient(#93d4ff, #71b2f4);
  background: -moz-linear-gradient(center top, #93d4ff 0%, #71b2f4 100%);
  background: -moz-gradient(center top, #93d4ff 0%, #71b2f4 100%);
  border: 1px solid #4f90d2;
  color: #0b4c8e !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom-width: 3px;
  padding: 2px 12px;
}
.mini-cart a.trigger span {
  padding-left: 24px;
  background: url(../images/icons/basket.png) left no-repeat;
}
.mini-cart a.trigger:active {
  border-bottom-width: 1px;
  position: relative;
  top: 2px;
}
.mini-cart .basketpopup {
  padding: 24px;
  background: url(../images/body.png) #eeeeee;
  text-align: left;
  position: absolute;
  top: 2.5em;
  right: 0;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 3px solid #fff;
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025), 0 0 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025), 0 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025), 0 0 3px 0 rgba(0, 0, 0, 0.4);
}
.mini-cart .basketpopup h3:first-child {
  margin-top: 0;
}
.mini-cart .cart_list {
  margin-bottom: 1em !important;
}
.mini-cart .cart_list li {
  border-bottom: 1px solid #dddddd;
  padding: .75em 0 !important;
  color: #aaaaaa;
  font-size: 0.8571em;
}
.mini-cart .cart_list li a {
  font-size: 1.1666em;
}
.mini-cart .cart_list li img {
  float: right;
  padding: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 #dddddd;
  -webkit-box-shadow: 0 0 3px 0 #dddddd;
  -moz-box-shadow: 0 0 3px 0 #dddddd;
  margin-left: 6px;
}
.mini-cart p.total,
.mini-cart p.buttons {
  text-align: center;
  margin-bottom: 1em;
}
/* Order details */
.order_details {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}
.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  border-right: 1px dashed #eeeeee;
  padding-right: 2em;
}
.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
  color: #555555;
}
.order_details li.method {
  border: none;
}
/* Cart */
table.shop_table {
  border: 1px solid #dddddd;
}
table.shop_table tfoot td {
  background: #f8f8f8;
}
table.shop_table th {
  color: #666666;
  text-shadow: 0 1px 0 #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background: -webkit-linear-gradient(#ffffff, #f1f1f1);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f1f1f1 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f1f1f1 100%);
}
table.shop_table td {
  border-top: 1px solid #dddddd;
}
table.shop_table td.actions {
  background: url(../images/body.png);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
}
table.shop_table td.actions div.coupon {
  text-align: left;
  width: 40%;
}
table.shop_table td.actions div.coupon label {
  display: none;
}
table.shop_table td.actions div.coupon span.input-text {
  float: left;
  width: 160px;
  margin-right: 12px;
}
table.shop_table td.actions div.coupon span.input-text input {
  padding: 0 !important;
}
table.shop_table td.actions .button,
table.shop_table td.actions .button-alt {
  font-size: 12px;
  vertical-align: top !important;
  margin-right: 0;
}
.cart-collaterals {
  overflow: hidden;
  zoom: 1;
}
.cart-collaterals .cross-sells {
  width: 436px;
  float: left;
}
.cart-collaterals .cart_totals {
  width: 436px;
  text-align: left;
}
.cart-collaterals .cart_totals table {
  width: 100%;
}
.cart-collaterals .cart_totals a.button-alt {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-size: 1em !important;
  width: auto;
}
.cart-collaterals .shipping_calculator {
  width: 436px;
  text-align: left;
  background: #fffefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffefe), to(#f4f2ef));
  background: -webkit-linear-gradient(#fffefe, #f4f2ef);
  background: -moz-linear-gradient(center top, #fffefe 0%, #f4f2ef 100%);
  background: -moz-gradient(center top, #fffefe 0%, #f4f2ef 100%);
  margin: 2px;
  position: relative;
  overflow: visible;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 0 3px #ffffff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 0 3px #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 0 3px #ffffff;
}
.cart-collaterals .shipping_calculator .button {
  width: 49% !important;
  float: right !important;
}
.cart-collaterals .shipping_calculator h2 {
  margin-top: 0;
  padding: 1em 1em .5em 1em;
  margin-bottom: 0;
  background: url(../images/layout/envelope.png) top repeat-x;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form {
  padding: 0 1.5em 1.5em 1.5em;
  overflow: hidden;
  zoom: 1;
}
.cart-collaterals .shipping_calculator div.selector {
  width: 384px;
}
.cart-collaterals .shipping_calculator div.selector span {
  width: 354px;
}
.cart-collaterals .shipping_calculator:after {
  content: "";
  display: block;
  height: 87px;
  width: 99px;
  position: absolute;
  top: -12px;
  right: 0;
  background: url(../images/layout/stamp.png) no-repeat;
}
#shiptobilling {
  font-size: 1.2em;
  margin-top: 1.4em !important;
}
a.remove {
  background-color: #eeeeee;
}
a.remove:hover {
  background-color: #71b2f4;
}
/* Footer */
#footer ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
  padding-top: 3em;
}
#footer ul li.copy {
  float: left;
}
#footer ul li.credit {
  float: right;
  font-size: 0.7142em;
  text-transform: uppercase;
  font-weight: bold;
}
#footer ul li.credit span {
  position: relative;
  top: -7px;
  padding-right: 6px;
}
#footer ul li.credit a.jigoshop img {
  width: 120px;
}
/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
html {
  background: url(../images/body.png) #f6f6f6;
  min-height: 101%;
}
body {
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */

  font-size: 1.4em;
  padding: 3em 0;
}
#wrapper {
  width: 896px;
  padding: 48px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.025), 0 0 3px 0 rgba(0, 0, 0, 0.15), inset 0 0 0 6px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.025), 0 0 3px 0 rgba(0, 0, 0, 0.15), inset 0 0 0 6px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.025), 0 0 3px 0 rgba(0, 0, 0, 0.15), inset 0 0 0 6px rgba(0, 0, 0, 0.02);
}
#footer {
  width: 896px;
  padding: 0 48px;
  margin: 0 auto;
}
#header {
  margin-bottom: 1.5em;
}
#header #logo {
  width: 620px;
  float: left;
}
#header #logo img {
  display: block;
}
#header .mini-cart {
  width: 252px;
  float: right;
  text-align: right;
}
#header .mini-cart .basketpopup {
  width: 198px;
}
#header .description {
  width: 620px;
  float: left;
}
#header #page-nav {
  width: 252px;
  float: right;
}
.description,
#page-nav {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
}
#main-content {
  width: 620px;
  float: left;
}
.single-product #main-content {
  width: 100%;
}
#sidebar {
  width: 252px;
  float: right;
}
#main-nav {
  margin-left: -56px;
  margin-right: -56px;
}
#main-nav:before {
  border-width: 24px;
  left: -32px;
}
#main-nav:after {
  border-width: 24px;
  right: -32px;
}
.related .products li.product,
.upsells .products li.product {
  width: 206px;
}
.related .products li.product img,
.upsells .products li.product img {
  width: 198px !important;
}
.products li.product {
  width: 190px;
  margin-right: 24px;
  position: relative;
  text-align: center;
}
.products li.product a img {
  width: 182px !important;
  height: auto !important;
  padding: 3px;
  background: url(../images/body.png);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
}
.products li.product .price {
  font-weight: bold;
  color: #888888;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 100%);
  background: -moz-gradient(center top, #ffffff 0%, #eeeeee 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 7px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 7px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 7px 0 rgba(255, 255, 255, 0.9);
  padding: 2px 6px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.products li.product .price del {
  display: inline;
  font-weight: normal;
}
.products li.product .price ins {
  font-weight: bold;
  background: none;
  color: #888888;
}
.products li.product .price span.from {
  display: inline;
}
.products li.product:hover a img {
  border: 1px solid #bbbbbb;
  box-shadow: 0 0 3px 0 #cccccc;
  -webkit-box-shadow: 0 0 3px 0 #cccccc;
  -moz-box-shadow: 0 0 3px 0 #cccccc;
}
.products li.product:hover .price {
  border-color: #bbbbbb;
}
.products li.product.last {
  margin-right: 0;
}
form.cart {
  float: none;
}
span.onsale {
  left: 0;
  right: auto;
  margin-left: -6px;
}
div.product div.summary {
  width: 436px;
}
div.product div.summary p {
  clear: right;
}
div.product div.images {
  width: 436px;
}
div.product div.images a {
  display: block;
  margin-bottom: 24px;
}
div.product div.images a img {
  width: 422px;
  height: auto;
  padding: 0;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
  background: url(../images/body.png);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
}
div.product div.images div.thumbnails {
  margin-bottom: 24px;
}
div.product div.images div.thumbnails a {
  display: block;
  margin-right: 5%;
  width: 21%;
}
div.product div.images div.thumbnails a img {
  padding: 0;
  border: 0;
  width: 100% !important;
  height: auto !important;
}
div.product div.images div.thumbnails a.last {
  margin-right: 0;
}
/* Turn on dropdown nav for this layout */
#main-nav ul li ul {
  display: block;
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 1.2em;
  }
  #wrapper {
    width: 712px;
    padding: 28px;
  }
  #footer {
    width: 712px;
    padding: 0 28px;
  }
  #header {
    margin-bottom: 1em;
  }
  #header #logo {
    width: 528px;
    float: left;
  }
  #header .mini-cart {
    width: 160px;
    float: right;
    text-align: right;
  }
  #header .mini-cart .basketpopup {
    padding: 12px;
    width: 130px;
  }
  #header .description {
    width: 528px;
    float: left;
  }
  #header #page-nav {
    width: 160px;
    float: right;
  }
  #header #page-nav li {
    margin-left: 6px;
  }
  .cart-collaterals .cross-sells {
    width: 344px;
  }
  .cart-collaterals .cart_totals {
    width: 344px;
  }
  .cart-collaterals .shipping_calculator {
    width: 344px;
  }
  #main-content {
    width: 528px;
  }
  #sidebar {
    width: 160px;
  }
  #main-nav {
    padding: 0 34px;
    margin: 0 -34px 1.5em;
  }
  #main-nav:before {
    border-width: 20px;
    left: -26px;
  }
  #main-nav:after {
    border-width: 20px;
    right: -26px;
  }
  #main-nav ul.menu:before {
    bottom: -6px;
    border-width: 6px 0 0 6px;
  }
  #main-nav ul.menu:after {
    bottom: -6px;
    border-width: 6px 6px 0 0;
  }
  .checkout .col2-set .col-1 div.selector,
  .checkout .col2-set .col-2 div.selector {
    width: 150px;
  }
  .checkout .col2-set .col-1 div.selector span,
  .checkout .col2-set .col-2 div.selector span {
    width: 123px;
  }
  .products li.product {
    width: 160px;
  }
  .products li.product a img {
    width: 152px !important;
  }
  .products li.product.last {
    margin-right: 0;
  }
  .product div.summary {
    width: 344px !important;
  }
  .product div.images {
    width: 344px !important;
  }
  .product div.images a img {
    width: 330px !important;
  }
  .related .products li.product,
  .upsells .products li.product {
    width: 160px;
  }
  .related .products li.product img,
  .upsells .products li.product img {
    width: 152px !important;
  }
  .widget.widget_search input#s,
  .widget.widget_product_search input#s {
    width: 60%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  /* Turn on dropdown nav for this layout */
  #main-nav ul li ul {
    display: block;
  }
}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.1em;
  }
  #header #logo,
  #header p.description {
    width: 252px;
    float: none;
    text-align: center;
  }
  #header #logo a,
  #header p.description a {
    display: block;
    text-align: center;
  }
  #header #logo a img,
  #header p.description a img {
    margin: 0 auto;
  }
  #header p.description {
    display: none;
  }
  #header .mini-cart,
  #header #page-nav {
    width: 252px;
    float: none;
  }
  #header .mini-cart {
    text-align: center;
    padding: .5em 0 1em;
  }
  #header #page-nav {
    background: url(../images/body.png);
    padding: 1em 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.025);
  }
  #header #page-nav ul {
    float: none;
  }
  #header #page-nav ul li {
    margin: .25em 0;
    text-align: center;
    float: none;
  }
  #main-nav {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 1em !important;
  }
  #main-nav ul {
    padding: 1em 0 0 0;
  }
  #main-nav ul li {
    width: 126px;
    margin: 0;
  }
  #main-nav ul li a {
    padding: 0;
  }
  #wrapper {
    width: 252px;
    padding: 34px;
  }
  #footer {
    width: 252px;
    padding: 0 34px;
  }
  #footer ul li {
    text-align: center;
    float: none !important;
  }
  #footer ul li.copy {
    margin-bottom: 1em;
  }
  #main-content {
    width: 252px;
    float: none;
  }
  #main-nav {
    padding: 0 34px;
    margin: 0 -34px 1.5em;
  }
  #main-nav:before {
    display: none;
  }
  #main-nav:after {
    display: none;
  }
  #main-nav ul.menu:before,
  #main-nav ul.menu:after {
    display: none;
  }
  #sidebar {
    width: 250px;
    float: none;
  }
  #main {
    overflow: visible;
  }
  .cart-collaterals .cross-sells {
    width: 252px;
    float: none;
  }
  .cart-collaterals .cart_totals {
    width: 252px;
    float: none;
  }
  .cart-collaterals .shipping_calculator {
    width: 252px;
    float: none;
  }
  .cart-collaterals .shipping_calculator:after {
    display: none;
  }
  .checkout .col2-set .col-1,
  .checkout .col2-set .col-2 {
    width: 100%;
    float: none;
  }
  .checkout .col2-set .col-1 div.selector,
  .checkout .col2-set .col-2 div.selector {
    width: 110px;
  }
  .checkout .col2-set .col-1 div.selector span,
  .checkout .col2-set .col-2 div.selector span {
    width: 83px;
  }
  .checkout #shiptobilling {
    margin-top: 0 !important;
  }
  table.shop_table td {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  table.shop_table td div.selector {
    width: 110px;
  }
  table.shop_table td div.selector span {
    width: 83px;
  }
  table.shop_table .product-price,
  table.shop_table .product-remove,
  table.shop_table .product-thumbnail {
    display: none;
  }
  table.shop_table td.actions div.coupon span.input-text {
    width: 80px;
  }
  .products li.product {
    width: 252px;
  }
  .products li.product a img {
    width: 244px !important;
  }
  .products li.product.last {
    margin-right: 0;
  }
  .product div.summary {
    width: 252px !important;
  }
  .product div.summary p.price {
    float: left;
    clear: left;
  }
  .product div.summary p {
    clear: both !important;
  }
  .product div.images {
    width: 244px !important;
  }
  .product div.images a img {
    width: 236px !important;
  }
  .related .products li.product,
  .upsells .products li.product {
    width: 252px;
  }
  .related .products li.product img,
  .upsells .products li.product img {
    width: 244px !important;
  }
  .widget.widget_search input#s,
  .widget.widget_product_search input#s {
    width: 77%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  /* Turn off dropdown nav for this layout */
  #main-nav ul li ul {
    display: none;
  }
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    font-size: 1.1em;
  }
  #header #logo,
  #header p.description {
    width: 252px;
    float: left;
  }
  #header #logo a,
  #header p.description a {
    text-align: left;
  }
  #header #logo a img,
  #header p.description a img {
    margin: 0;
  }
  #header p.description {
    display: block;
    text-align: left;
  }
  #header .mini-cart,
  #header #page-nav {
    width: 160px;
  }
  #header .mini-cart {
    float: right;
    text-align: right;
    padding-bottom: 0;
  }
  #header #page-nav {
    background: none;
    box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    border: none;
    float: right;
    padding-top: 0;
    margin-bottom: 0;
  }
  #header #page-nav ul li {
    margin-left: 6px;
    float: right;
  }
  #main-nav ul li {
    width: 32%;
  }
  #wrapper {
    width: 436px;
    padding: 22px;
  }
  #footer {
    width: 436px;
    padding: 0 22px;
  }
  #main-content {
    width: 252px;
    float: left;
  }
  #sidebar {
    width: 160px;
    float: right;
  }
  #main-nav {
    padding: 0 22px;
    margin: 0 -22px 1.5em;
    position: relative;
  }
  #main-nav:before {
    display: none;
  }
  #main-nav:after {
    display: none;
  }
  #main-nav ul.menu:before,
  #main-nav ul.menu:after {
    display: none;
  }
  .cart-collaterals .cross-sells {
    width: 252px;
    float: left;
  }
  .cart-collaterals .cross-sells .products li.product {
    width: 110px;
  }
  .cart-collaterals .cross-sells .products li.product img {
    width: 102px !important;
  }
  .cart-collaterals .cross-sells .products li.product .price {
    position: relative;
    float: none;
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
  }
  .cart-collaterals .cart_totals {
    width: 160px;
    float: right;
  }
  .cart-collaterals .shipping_calculator {
    width: 160px;
    float: right;
  }
  .cart-collaterals .shipping_calculator div.selector {
    width: 140px;
  }
  .cart-collaterals .shipping_calculator div.selector span {
    width: 110px;
  }
  .cart-collaterals .shipping_calculator .button {
    width: 160px !important;
  }
  table.shop_table td {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  table.shop_table td.actions div.coupon span.input-text {
    width: 70px;
  }
  .products li.product {
    width: 252px;
  }
  .products li.product a img {
    width: 242px !important;
  }
  .products li.product.last {
    margin-right: 0;
  }
  .product div.summary {
    width: 252px !important;
  }
  .product div.summary p.price {
    float: left;
    clear: left;
  }
  .product div.images {
    width: 160px !important;
  }
  .product div.images a {
    margin-bottom: 12px !important;
  }
  .product div.images a img {
    width: 154px !important;
  }
  .related .products li.product,
  .upsells .products li.product {
    width: 91px;
  }
  .related .products li.product img,
  .upsells .products li.product img {
    width: 83px !important;
  }
  .related .products li.product .onsale,
  .upsells .products li.product .onsale {
    left: 0 !important;
    margin-left: -6px;
    right: auto !important;
  }
  .checkout .col2-set .col-1,
  .checkout .col2-set .col-2 {
    width: 100%;
    float: none;
  }
  .checkout .col2-set .col-1 div.selector,
  .checkout .col2-set .col-2 div.selector {
    width: 190px;
  }
  .checkout .col2-set .col-1 div.selector span,
  .checkout .col2-set .col-2 div.selector span {
    width: 163px;
  }
  .checkout #shiptobilling {
    margin-top: 0 !important;
  }
  .widget.widget_search input#s,
  .widget.widget_product_search input#s {
    width: 64%;
  }
  /* Turn off dropdown nav for this layout */
  #main-nav ul li ul {
    display: none;
  }
}
/* Pretty Forms */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(../images/layout/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0;
}
/* INPUT & TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
}
/* SPRITES */
/* Select */
div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}
div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}
div.selector select {
  /* change these to adjust positioning of select element */

  top: 0px;
  left: 0px;
}
div.selector:active,
div.selector.active {
  background-position: -483px -156px;
}
div.selector:active span,
div.selector.active span {
  background-position: right -26px;
}
div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: -483px -182px;
}
div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -52px;
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}
div.selector.disabled {
  background-position: -483px -234px;
}
div.selector.disabled span {
  background-position: right -104px;
}
/* Checkbox */
div.checker {
  width: 19px;
  height: 19px;
}
div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}
div.checker:active span,
div.checker.active span {
  background-position: -19px -260px;
}
div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}
div.checker span.checked {
  background-position: -76px -260px;
}
div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px;
}
div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}
div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}
div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}
/* Radio */
div.radio {
  width: 18px;
  height: 18px;
}
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}
div.radio:active span,
div.radio.active span {
  background-position: -18px -279px;
}
div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px;
}
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}
div.radio span.checked {
  background-position: -72px -279px;
}
div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}
div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -108px -279px;
}
div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}
div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}
div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}
/* Uploader */
div.uploader {
  background-position: 0px -297px;
  height: 28px;
}
div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}
div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */

  margin: 2px 0px 2px 2px;
  line-height: 24px;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}
div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}
div.uploader.disabled {
  background-position: 0px -325px;
}
div.uploader.disabled span.action {
  background-position: right -381px;
}
div.button {
  background-position: 0px -523px;
}
div.button span {
  background-position: right -643px;
}
div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}
div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}
div.button.active,
div.button:active {
  background-position: 0px -583px;
}
div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}
div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}
div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}
/* PRESENTATION */
/* Button */
div.button {
  height: 30px;
}
div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}
/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}
div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}
div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}
div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
  color: #bbb;
}
/* Checker */
div.checker {
  margin-right: 5px;
}
/* Radio */
div.radio {
  margin-right: 3px;
}
/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}
div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}
div.uploader input {
  width: 190px;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}
/* Button */
div.button a,
div.button button,
div.button input {
  position: absolute;
}
div.button {
  cursor: pointer;
  position: relative;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}
div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.selector select {
  position: absolute;
  opacity: 0;
  height: 25px;
  border: none;
  background: none;
}
/* Checker */
div.checker {
  position: relative;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}
/* Radio */
div.radio {
  position: relative;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}
/* Uploader */
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}
div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
div.product {
  zoom: 1;
}
/*--[ PRINT STYLES ]--------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  /* Don't show links for images */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*Recent comments default form WP */
.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100%;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.sticky {
  background-color: #fafafa;
  border: 1px solid #d7d7d7;
  padding: 10px;
  border-radius: 5px;
}