@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  color: #3c3c3c;
  font-family: adobe-garamond-pro, georgia, serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: GillSansMTStd-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase; }

h1 {
  margin-top: .7em;
  font-size: 1.4375em; }
  @media screen and (min-width: 40em) {
    h1 {
      margin-top: 90px;
      font-size: 2.0625em; } }

h2, h3, h4, h5, h6 {
  margin-top: 55px;
  margin-bottom: 20px;
  font-size: 1.125em; }
  @media screen and (min-width: 40em) {
    h2, h3, h4, h5, h6 {
      font-size: 1.25em; } }

p {
  margin: 0 0 1em; }

a {
  color: #863a37;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #502321;
    text-decoration: underline; }
  a:active, a:focus {
    color: #502321;
    outline: none; }

hr {
  border-bottom: 1px solid #863a37;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

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

abbr, acronym {
  border-bottom: 1px dotted #863a37;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #626262; }

blockquote {
  border-left: 2px solid #863a37;
  color: #626262;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #7c7c7c;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

.shop-bag {
  font-family: GillSansMTStd-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375em;
  text-transform: uppercase; }
  .shop-bag a:hover {
    text-decoration: none; }

.line-behind-text {
  border-top: 1px solid #26292c; }
  .line-behind-text p {
    display: inline-block;
    position: relative;
    top: -13px;
    background-color: #f9f4e8;
    padding: 0 10px;
    line-height: 1;
    margin: 0; }

.grid__title {
  font-size: 1.5625em;
  position: absolute;
  bottom: 5%;
  left: 4%;
  right: 4%;
  color: #f9f4e8;
  margin: 0; }
  @media screen and (min-width: 40em) {
    .grid__title {
      font-size: 1.125em; } }
  @media screen and (min-width: 62.5em) {
    .grid__title {
      font-size: 1.4375em; } }
  .grid__title > i {
    font-style: normal;
    font-size: 1.4em;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    padding-top: 3px; }

.grid__text--overlay {
  font-size: 1.25em;
  position: absolute;
  margin: 0;
  bottom: 5%;
  left: 2%;
  width: 86%;
  line-height: 1.1;
  color: #f9f4e8;
  display: none; }
  @media screen and (min-width: 40em) {
    .grid__text--overlay {
      display: block; } }

.intro p, .woocommerce .page-description p, .woocommerce-page .page-description p {
  font-size: 1.375em;
  line-height: 1.2;
  margin-bottom: 25px; }
  @media screen and (min-width: 40em) {
    .intro p, .woocommerce .page-description p, .woocommerce-page .page-description p {
      font-size: 2.125em;
      margin-bottom: 57px; } }

.body {
  font-size: 1em; }
  @media screen and (min-width: 40em) {
    .body {
      font-size: 1.25em; } }

.strapline {
  font-family: GillSansMTStd-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.625em;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 27px; }
  @media screen and (min-width: 40em) {
    .strapline {
      font-size: 0.875em; } }

.timeitem__date {
  font-family: GillSansMTStd-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4em;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400; }

.body--timeline h2 {
  text-transform: none; }

@media screen and (min-width: 40em) {
  .text-20s {
    width: 80%;
    margin: 0 auto; } }

@media screen and (min-width: 40em) {
  .timeitem__date--20s {
    margin-top: 60px; } }

@media screen and (min-width: 40em) {
  .text-50s {
    width: 50%; } }

@media screen and (min-width: 40em) {
  .text-60s {
    width: 50%;
    float: right; } }

@media screen and (min-width: 40em) {
  .text-95 {
    width: 60%;
    margin: 0 auto; } }

@media screen and (min-width: 40em) {
  .text-present {
    width: 60%;
    margin: 0 auto; } }

.timeitem__quote {
  text-align: center; }
  .timeitem__quote > p {
    font-size: 26px;
    line-height: 1.2; }
  .timeitem__quote .quote-left {
    display: block;
    font-size: 70px;
    line-height: 1;
    height: 35px;
    margin: 0;
    padding: 0; }
  .timeitem__quote .quote-right {
    display: block;
    font-size: 70px;
    line-height: 1;
    height: 35px;
    margin: 10px 0 0 0;
    padding: 0; }

p.category {
  font-family: GillSansMTStd-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0; }
  p.category a:before {
    content: '← '; }

.map-container label {
  margin: 10px 0 4px 0;
  line-height: 1.3em;
  text-align: left; }

input,
label,
select {
  display: block;
  font-family: adobe-garamond-pro, georgia, serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    color: #790000 !important; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple], button, input[type=button],
div.prefix, div.suffix {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #3c3c3c;
  font-family: adobe-garamond-pro, georgia, serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  width: auto;
  height: 3em;
  line-height: 2em; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover, button:hover, input[type=button]:hover,
  div.prefix:hover, div.suffix:hover {
    border-color: #622a28; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus, button:focus, input[type=button]:focus,
  div.prefix:focus, div.suffix:focus {
    border-color: #863a37;
    outline: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  padding: 0.5em 0.5em !important; }

button, input[type=button] {
  color: #863a37;
  border-color: #863a37; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  font-family: GillSansMTStd-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: transparent; }

.gfield.left, .gfield.right {
  width: 48%;
  float: left;
  clear: none !important; }
  .gfield.left input, .gfield.left select, .gfield.right input, .gfield.right select {
    width: 100% !important; }
.gfield.left {
  margin-right: 4%; }
.gfield textarea {
  width: 100% !important; }
.gfield select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  padding: 11px !important;
  border: 1px solid #3c3c3c !important;
  font-size: inherit !important;
  background-image: url(../images/dropdown.png);
  background-image: url(../images/dropdown.svg), none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 43px; }
@-moz-document url-prefix() {
  .gfield select {
    background-image: none;
    padding-bottom: 9px !important; } }
  .gfield select::-ms-expand {
    display: none; }

.lt-ie9 .gfield select, .no-flexbox .gfield select {
  background-image: none; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #502321;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #863a37;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle;
  text-align: left; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.error, #flash_failure {
  background: #FBE3E4;
  color: #96151b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .error a, #flash_failure a {
    color: #6a0f13; }
    .error a:hover, #flash_failure a:hover {
      color: #110203; }

.notice, #flash_notice {
  background: #FFF6BF;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .notice a, #flash_notice a {
    color: #594c00; }
    .notice a:hover, #flash_notice a:hover {
      color: black; }

.success, #flash_success {
  background: #E6EFC2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .success a, #flash_success a {
    color: #333c10; }
    .success a:hover, #flash_success a:hover {
      color: black; }

body {
  background-color: #f9f4e8; }

.wrapper {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1.0625em 10px;
  position: relative; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }

.content-main {
  margin-bottom: 3.4375em;
  clear: both; }
  @media screen and (min-width: 40em) {
    .content-main {
      margin-top: 3.4375em; } }
  .home .content-main {
    margin-top: 0; }
  .content-main img {
    display: block;
    margin: 0 auto; }

header h1 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.logo {
  width: 146px;
  height: 78px;
  margin: 30px auto 5px auto; }
  @media screen and (min-width: 40em) {
    .logo {
      width: 205px;
      height: auto;
      margin-left: -20px; } }

img.banner {
  margin-bottom: 59px; }

.intro, .woocommerce .page-description, .woocommerce-page .page-description {
  margin: 1.25em auto; }
  @media screen and (min-width: 40em) {
    .intro, .woocommerce .page-description, .woocommerce-page .page-description {
      width: 65%; } }

.grid {
  overflow: hidden;
  max-width: 76em;
  margin: 0 -5px 3em -5px; }
  .grid li {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    border-left: 5px solid;
    border-right: 5px solid;
    border-bottom: 10px solid;
    border-color: #F9F4E8;
    padding: .5em; }
    .grid li > div {
      padding: 7em 2em; }
    .grid li a {
      color: #fff; }
    @media all and (min-width: 40em) {
      .grid li {
        float: left;
        width: 33.3333333%; } }
    @media all and (min-width: 60em) {
      .grid li {
        width: 25%; } }
    .grid li.wide {
      width: 100%; }
      .grid li.wide > div {
        width: 100%; }
      @media all and (min-width: 40em) {
        .grid li.wide {
          width: 66.6666666%; } }
      @media all and (min-width: 60em) {
        .grid li.wide {
          width: 50%; } }

#grid-1 {
  background-image: url(../../images/home/1.jpg); }

#grid-2 {
  background-image: url(../../images/home/2.jpg); }

#grid-3 {
  background-image: url(../../images/home/3.jpg); }

#grid-4 {
  background-image: url(../../images/home/4.jpg); }

#grid-5 {
  background-image: url(../../images/home/5.jpg); }

#grid-6 {
  background-image: url(../../images/home/6.jpg); }

#grid-7 {
  background-image: url(../../images/home/7.jpg); }

#grid-8 {
  background-image: url(../../images/home/8.jpg); }

.grid__text {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  text-align: left;
  position: relative;
  display: block; }

.grid__text--wide {
  opacity: 0;
  background-color: transparent;
  color: #fff;
  text-align: left;
  position: relative; }
  @media screen and (min-width: 40em) {
    .grid__text--wide {
      background-color: rgba(0, 0, 0, 0.7); } }

.body {
  margin: 1em auto; }
  @media screen and (min-width: 40em) {
    .body {
      width: 45%; } }

.body--timeline {
  width: 100%; }

.timeitem {
  margin-bottom: 3.4375em;
  overflow: auto; }

.timeitem--no-overflow {
  overflow: visible; }

@media screen and (min-width: 40em) {
  .timeitem--single {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    clear: both; } }
.timeitem--single::-webkit-scrollbar {
  width: 0px !important; }

.body--timeline .timeitem__img {
  margin-bottom: 30px; }

@media screen and (min-width: 40em) {
  .timeitem__left {
    width: 49.4%;
    float: left;
    text-align: right;
    clear: left;
    position: relative; }
    .timeitem__left img {
      float: right; } }

@media screen and (min-width: 40em) {
  .timeitem__right {
    width: 49.4%;
    float: right;
    text-align: left;
    position: relative; }
    .timeitem__right img {
      float: left; } }

.timeitem__quote {
  display: none; }
  @media screen and (min-width: 62.5em) {
    .timeitem__quote {
      display: block;
      position: absolute;
      top: -43%;
      left: 15%;
      width: 50%;
      /* 294 */
      height: 245px;
      background-color: #4a4945;
      background-color: rgba(0, 0, 0, 0.7);
      color: #f9f4e8;
      z-index: 10;
      text-align: center;
      padding: 41px 20px 0 20px; } }

@media screen and (min-width: 40em) {
  .timeitem__quote--right {
    top: 43%;
    left: 35%; } }

.agents {
  margin-top: 1.25em;
  display: block;
  margin-bottom: -2em; }
  .agents::after {
    clear: both;
    content: "";
    display: table; }
  .agents .agent {
    margin-bottom: 2em; }
    @media screen and (min-width: 40em) {
      .agents .agent {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .agents .agent:last-child {
          margin-right: 0; }
        .agents .agent:nth-child(2n) {
          margin-right: 0; }
        .agents .agent:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 71.25em) {
      .agents .agent {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .agents .agent:nth-child(2n) {
          margin-right: 2.3576515979%; }
        .agents .agent:nth-child(2n+1) {
          clear: none; }
        .agents .agent:last-child {
          margin-right: 0; }
        .agents .agent:nth-child(4n) {
          margin-right: 0; }
        .agents .agent:nth-child(4n+1) {
          clear: left; } }
    .agents .agent h2 {
      margin-top: 0; }

.twoup {
  display: block;
  margin-top: 35px; }
  .twoup::after {
    clear: both;
    content: "";
    display: table; }
  .twoup::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 40em) {
    .twoup .col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .twoup .col:last-child {
        margin-right: 0; }
      .twoup .col:last-child {
        margin-right: 0; } }

.map {
  width: 100%;
  height: 300px;
  margin-bottom: 50px; }

.content-main img.attachment-post-thumbnail {
  margin-bottom: 20px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.pagination:after {
  clear: both; }

.map-container {
  margin-top: 10px; }

nav#main-nav {
  display: none;
  font-family: GillSansMTStd-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px; }
  @media screen and (min-width: 40em) {
    nav#main-nav {
      display: block;
      margin: -24px 0 0 0;
      /* bottom was 10px */ } }
  nav#main-nav > ul {
    background-color: #58201d;
    padding: 0 8px 8px 8px;
    margin: 0 -5px 0 -5px; }
    @media screen and (min-width: 40em) {
      nav#main-nav > ul {
        overflow: visible;
        padding: 0;
        background-color: transparent; }
        nav#main-nav > ul > li {
          float: left;
          width: 25%;
          position: relative;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          background-color: transparent;
          color: #863a37;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
          nav#main-nav > ul > li:last-of-type {
            margin-right: 0; }
          nav#main-nav > ul > li:hover {
            color: #3e1b19; }
            nav#main-nav > ul > li:hover > ul {
              display: block; }
          nav#main-nav > ul > li > a {
            color: #863a37; }
          nav#main-nav > ul > li > a:hover {
            color: #1a0b0a; } }
  nav#main-nav > ul > li > a {
    display: block;
    font-style: normal;
    cursor: pointer;
    padding: 12px 0; }
    @media screen and (min-width: 40em) {
      nav#main-nav > ul > li > a {
        padding: 22px 0;
        height: 70px; } }
  nav#main-nav li {
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #863a37;
    font-size: 0.875em; }
    @media screen and (min-width: 40em) {
      nav#main-nav li {
        border-top: none; } }
    nav#main-nav li:first-of-type {
      border-top: none; }
    nav#main-nav li a {
      color: #fff;
      display: block; }
      nav#main-nav li a:hover {
        text-decoration: none;
        color: #fff; }
    nav#main-nav li ul {
      padding: 0;
      display: none; }
      @media screen and (min-width: 40em) {
        nav#main-nav li ul {
          position: absolute;
          left: 0;
          top: 70px;
          width: 100%;
          z-index: 100; } }
      nav#main-nav li ul > li {
        padding: 8px 0;
        border-bottom: none;
        background-color: #863a37; }
        @media screen and (min-width: 40em) {
          nav#main-nav li ul > li {
            float: none;
            width: 100%;
            margin-bottom: 1px; } }
        nav#main-nav li ul > li:first-of-type {
          padding-top: 13px; }
          @media screen and (min-width: 40em) {
            nav#main-nav li ul > li:first-of-type {
              padding-top: 8px; } }
        nav#main-nav li ul > li:last-of-type {
          padding-bottom: 13px; }
          @media screen and (min-width: 40em) {
            nav#main-nav li ul > li:last-of-type {
              padding-bottom: 8px; } }
        nav#main-nav li ul > li:hover {
          background-color: #58201d; }
        nav#main-nav li ul > li > a, nav#main-nav li ul > li > a:hover {
          color: #fff; }

.menu-trigger {
  float: left;
  cursor: pointer; }
  @media screen and (min-width: 40em) {
    .menu-trigger {
      visibility: hidden; } }

.top-shop-link {
  position: absolute;
  left: 9px;
  display: none; }
  @media screen and (min-width: 40em) {
    .top-shop-link {
      display: inline; } }
  .top-shop-link a.btn, .top-shop-link .woocommerce a.button, .woocommerce .top-shop-link a.button, .top-shop-link .woocommerce-page a.button, .woocommerce-page .top-shop-link a.button {
    font-size: 15px; }

.shop-mobile {
  float: right;
  width: 19px;
  height: 23px; }
  @media screen and (min-width: 40em) {
    .shop-mobile {
      display: none; } }

.shop-bag {
  position: absolute;
  right: 12px;
  display: none; }
  @media screen and (min-width: 40em) {
    .shop-bag {
      display: inline; } }

.btn, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .gform_wrapper input[type=submit], .button {
  border-radius: 0;
  border: 1px solid #863a37;
  color: #863a37;
  font-family: GillSansMTStd-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0.625em 0.3125em !important;
  width: 140px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .btn:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .gform_wrapper input[type=submit]:hover, .button:hover {
    background-color: #863a37;
    color: #fff;
    text-decoration: none; }
  @media screen and (min-width: 40em) {
    .btn, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .gform_wrapper input[type=submit], .button {
      font-size: 1em;
      width: 216px;
      margin-right: 40px;
      padding: 0.875em 0.3125em; }
      .btn:last-of-type, .woocommerce a.button:last-of-type, .woocommerce button.button:last-of-type, .woocommerce input.button:last-of-type, .woocommerce #respond input#submit:last-of-type, .woocommerce #content input.button:last-of-type, .woocommerce-page a.button:last-of-type, .woocommerce-page button.button:last-of-type, .woocommerce-page input.button:last-of-type, .woocommerce-page #respond input#submit:last-of-type, .woocommerce-page #content input.button:last-of-type, .gform_wrapper input[type=submit]:last-of-type, .button:last-of-type {
        margin-right: 0; } }

.footer-buttons {
  margin-top: 3em; }

.footer {
  margin: 2.5em auto;
  position: relative;
  font-family: GillSansMTStd-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em; }
  @media screen and (min-width: 40em) {
    .footer {
      margin-top: 4.0625em; } }
  .footer span {
    display: block; }
    @media screen and (min-width: 40em) {
      .footer span {
        display: inline; } }

@media screen and (min-width: 71.25em) {
  .footer__legal {
    float: left; } }

@media screen and (min-width: 71.25em) {
  .footer__credit {
    float: right; } }

@media screen and (min-width: 71.25em) {
  .footer__address {
    position: absolute;
    left: 29.4%; } }

.footer__logo {
  width: auto;
  height: 22px;
  margin-left: 14px;
  position: relative;
  top: 4px;
  background-repeat: no-repeat; }
  .footer__logo.facebook {
    width: 11px;
    background-size: 11px 22px;
    background-image: url(../images/Facebook.png);
    background-image: url(../images/Facebook.svg), none; }
    .footer__logo.facebook:hover {
      background-image: url(../images/Facebook_hover.png);
      background-image: url(../images/Facebook_hover.svg), none; }
  .footer__logo.twitter {
    width: 24px;
    background-size: 24px 22px;
    background-image: url(../images/Twitter.png);
    background-image: url(../images/Twitter.svg), none; }
    .footer__logo.twitter:hover {
      background-image: url(../images/Twitter_hover.png);
      background-image: url(../images/Twitter_hover.svg), none; }
  .footer__logo.pinterest {
    width: 24px;
    background-size: 24px 22px;
    background-image: url(../images/Pinterest.png);
    background-image: url(../images/Pinterest.svg), none; }
    .footer__logo.pinterest:hover {
      background-image: url(../images/Pinterest_hover.png);
      background-image: url(../images/Pinterest_hover.svg), none; }

.clear {
  clear: both; }

.nobr {
  white-space: nowrap; }

/**
 * Objects
 */
/* Primary colour for buttons (alt) */
/* Text on primary colour bg */
/* Secondary buttons */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
/* small, breadcrumbs etc */
/* Contains base colours like $primary */
.woocommerce, .woocommerce-page {
  /* =General Layout Styles
  -------------------------------------------------------------- */
  /* =Product Page
  -------------------------------------------------------------- */
  /* =Product Loops
  -------------------------------------------------------------- */
  /* =Cart Page
  -------------------------------------------------------------- */
  /* =Cart Sidebar
  -------------------------------------------------------------- */
  /* =Forms
  -------------------------------------------------------------- */ }
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    *zoom: 1;
    display: block; }
    .woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
      content: " ";
      display: table; }
    .woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
      clear: both; }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .woocommerce .col2-set .col-1:last-child, .woocommerce-page .col2-set .col-1:last-child {
        margin-right: 0; }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-right: 0; }
      .woocommerce .col2-set .col-2:last-child, .woocommerce-page .col2-set .col-2:last-child {
        margin-right: 0; }
  .woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%; }
  .woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
    /* Tabs on the product page */ }
    .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .woocommerce div.product div.images:last-child, .woocommerce #content div.product div.images:last-child, .woocommerce-page div.product div.images:last-child, .woocommerce-page #content div.product div.images:last-child {
        margin-right: 0; }
    .woocommerce div.product div.thumbnails, .woocommerce #content div.product div.thumbnails, .woocommerce-page div.product div.thumbnails, .woocommerce-page #content div.product div.thumbnails {
      *zoom: 1; }
      .woocommerce div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after {
        content: " ";
        display: table; }
      .woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after {
        clear: both; }
      .woocommerce div.product div.thumbnails a, .woocommerce #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a {
        display: block;
        width: 19%;
        float: left;
        margin-right: 1.25%; }
        .woocommerce div.product div.thumbnails a:last-child, .woocommerce #content div.product div.thumbnails a:last-child, .woocommerce-page div.product div.thumbnails a:last-child, .woocommerce-page #content div.product div.thumbnails a:last-child {
          margin-right: 0; }
        .woocommerce div.product div.thumbnails a img, .woocommerce #content div.product div.thumbnails a img, .woocommerce-page div.product div.thumbnails a img, .woocommerce-page #content div.product div.thumbnails a img {
          width: 100%;
          height: auto; }
    .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-right: 0;
      text-align: left; }
      .woocommerce div.product div.summary:last-child, .woocommerce #content div.product div.summary:last-child, .woocommerce-page div.product div.summary:last-child, .woocommerce-page #content div.product div.summary:last-child {
        margin-right: 0; }
      .woocommerce div.product div.summary h1, .woocommerce div.product div.summary h2, .woocommerce div.product div.summary p, .woocommerce #content div.product div.summary h1, .woocommerce #content div.product div.summary h2, .woocommerce #content div.product div.summary p, .woocommerce-page div.product div.summary h1, .woocommerce-page div.product div.summary h2, .woocommerce-page div.product div.summary p, .woocommerce-page #content div.product div.summary h1, .woocommerce-page #content div.product div.summary h2, .woocommerce-page #content div.product div.summary p {
        padding: 0 12px; }
    .woocommerce div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
      clear: both; }
      .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
        *zoom: 1; }
        .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
          content: " ";
          display: table; }
        .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
          clear: both; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
          display: inline-block; }
    .woocommerce div.product #reviews .comment, .woocommerce #content div.product #reviews .comment, .woocommerce-page div.product #reviews .comment, .woocommerce-page #content div.product #reviews .comment {
      *zoom: 1; }
      .woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after {
        content: " ";
        display: table; }
      .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after {
        clear: both; }
      .woocommerce div.product #reviews .comment img, .woocommerce #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img {
        float: right;
        height: auto; }
  .woocommerce #quantity, .woocommerce #content .quantity, .woocommerce-page #quantity, .woocommerce-page #content .quantity {
    /* Disable input[type=number] buttons until the world is ready */ }
    .woocommerce #quantity input::-webkit-outer-spin-button, .woocommerce #quantity input::-webkit-inner-spin-button, .woocommerce #content .quantity input::-webkit-outer-spin-button, .woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page #quantity input::-webkit-outer-spin-button, .woocommerce-page #quantity input::-webkit-inner-spin-button, .woocommerce-page #content .quantity input::-webkit-outer-spin-button, .woocommerce-page #content .quantity input::-webkit-inner-spin-button {
      display: none; }
  .woocommerce .share, .woocommerce-page .share {
    clear: left; }
  .woocommerce ul.products, .woocommerce-page ul.products {
    *zoom: 1;
    display: block; }
    .woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
      content: " ";
      display: table; }
    .woocommerce ul.products:after, .woocommerce-page ul.products:after {
      clear: both; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 2.3576515979%; }
      .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
        clear: none; }
      .woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n) {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(4n+1), .woocommerce-page ul.products li.product:nth-child(4n+1) {
        clear: left; }
    .woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      background-color: #572624;
      margin-bottom: 2.35765%; }
      .woocommerce ul.products li.product-category:last-child, .woocommerce-page ul.products li.product-category:last-child {
        margin-right: 0; }
      .woocommerce ul.products li.product-category:nth-child(2n), .woocommerce-page ul.products li.product-category:nth-child(2n) {
        margin-right: 0; }
      .woocommerce ul.products li.product-category:nth-child(2n+1), .woocommerce-page ul.products li.product-category:nth-child(2n+1) {
        clear: left; }
      .woocommerce ul.products li.product-category img, .woocommerce-page ul.products li.product-category img {
        width: 50% !important;
        height: auto;
        margin: 0 !important;
        float: right;
        transition: opacity .5s; }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left; }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right; }
  .woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
    *zoom: 1; }
    .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
      clear: both; }
    .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
      display: inline-block; }
  .woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    height: auto; }
  .woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    text-align: right; }
    .woocommerce table.cart td.actions .input-text, .woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
      height: auto !important; }
    .woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
      float: left; }
      .woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
        display: none; }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    *zoom: 1;
    width: 100%; }
    .woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
      content: " ";
      display: table; }
    .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
      clear: both; }
    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
      width: 30.75%;
      float: left; }
    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
      width: 48%;
      float: left; }
      .woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
        float: none; }
        .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
          width: 48%; }
    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
      width: 48%;
      *zoom: 1;
      clear: right;
      float: right; }
      .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after {
        content: " ";
        display: table; }
      .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
        clear: both; }
      .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
        width: 47%; }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      float: right;
      width: 48%;
      text-align: right; }
  .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
    *zoom: 1; }
    .woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
      content: " ";
      display: table; }
    .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
      clear: both; }
    .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
      float: right;
      height: auto; }
  .woocommerce form .form-row, .woocommerce-page form .form-row {
    *zoom: 1; }
    .woocommerce form .form-row:before, .woocommerce form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page form .form-row:after {
      content: " ";
      display: table; }
    .woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
      clear: both; }
    .woocommerce form .form-row label, .woocommerce-page form .form-row label {
      display: block; }
      .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
        display: inline; }
    .woocommerce form .form-row select, .woocommerce-page form .form-row select {
      width: 100%; }
    .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      width: 100%; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible; }
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right; }
  .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both; }
  .woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto; }
  .woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: right;
    padding: 0 1em 0; }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right; }

/* =Twenty Fourteen Specific styles
-------------------------------------------------------------- */
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto; }
  .twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important; }
  .twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0; }
  .twentyfourteen .tfwc .product .images img {
    margin-bottom: 1em; }

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px; }

  .full-width .twentyfourteen .tfwc {
    margin-right: auto; } }
/**
 * This stylesheet optimises the default WooCommerce layout when viewed on smaller screens.
 */
.clear {
  clear: both; }

.nobr {
  white-space: nowrap; }

/**
 * Objects
 */
@media only screen and (max-width: 768px) {
  .woocommerce, .woocommerce-page {
    /**
     * General layout
     */
    /**
     * Products
     */
    /**
     * Product Details
     */
    /**
     * Cart
     */
    /**
     * Checkout
     */
    /**
     * Account
     */ }
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
      float: none;
      width: 100%; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 2.3576515979%; }
      .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
        clear: none; }
      .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1) {
        clear: left; }
    .woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .woocommerce ul.products li.product-category:last-child, .woocommerce-page ul.products li.product-category:last-child {
        margin-right: 0; }
      .woocommerce ul.products li.product-category:nth-child(2n), .woocommerce-page ul.products li.product-category:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .woocommerce ul.products li.product-category:nth-child(2n+1), .woocommerce-page ul.products li.product-category:nth-child(2n+1) {
        clear: none; }
    .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary {
      float: none;
      width: 100%; }
    .woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
      width: 0; }
      .woocommerce table.cart .product-thumbnail img, .woocommerce #content table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img, .woocommerce-page #content table.cart .product-thumbnail img {
        display: none; }
    .woocommerce table.cart .quantity, .woocommerce #content table.cart .quantity, .woocommerce-page table.cart .quantity, .woocommerce-page #content table.cart .quantity {
      width: auto; }
      .woocommerce table.cart .quantity .plus, .woocommerce table.cart .quantity .minus, .woocommerce #content table.cart .quantity .plus, .woocommerce #content table.cart .quantity .minus, .woocommerce-page table.cart .quantity .plus, .woocommerce-page table.cart .quantity .minus, .woocommerce-page #content table.cart .quantity .plus, .woocommerce-page #content table.cart .quantity .minus {
        display: none; }
      .woocommerce table.cart .quantity .qty, .woocommerce #content table.cart .quantity .qty, .woocommerce-page table.cart .quantity .qty, .woocommerce-page #content table.cart .quantity .qty {
        border-right: 1px solid; }
    .woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
      text-align: left; }
      .woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
        float: none;
        *zoom: 1;
        padding-bottom: .5em; }
        .woocommerce table.cart td.actions .coupon:before, .woocommerce table.cart td.actions .coupon:after, .woocommerce #content table.cart td.actions .coupon:before, .woocommerce #content table.cart td.actions .coupon:after, .woocommerce-page table.cart td.actions .coupon:before, .woocommerce-page table.cart td.actions .coupon:after, .woocommerce-page #content table.cart td.actions .coupon:before, .woocommerce-page #content table.cart td.actions .coupon:after {
          content: " ";
          display: table; }
        .woocommerce table.cart td.actions .coupon:after, .woocommerce #content table.cart td.actions .coupon:after, .woocommerce-page table.cart td.actions .coupon:after, .woocommerce-page #content table.cart td.actions .coupon:after {
          clear: both; }
      .woocommerce table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text {
        width: 100%;
        margin-bottom: 5px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */ }
      .woocommerce table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt {
        float: right; }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      width: 100% !important;
      margin-left: 0 !important; }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cross-sells {
      width: 100%;
      float: none;
      text-align: left; }
    .woocommerce.woocommerce-checkout form.login .form-row, .woocommerce-page.woocommerce-checkout form.login .form-row {
      width: 100%;
      float: none; }
    .woocommerce #payment .terms, .woocommerce-page #payment .terms {
      text-align: left;
      padding: 0; }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
      float: none;
      width: 100%;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      margin-bottom: 1em; }
    .woocommerce .lost_reset_password .form-row-first,
    .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first,
    .woocommerce-page .lost_reset_password .form-row-last {
      width: 100%;
      float: none;
      margin-right: 0; } }
/* =Twenty Thirteen Specific styles
-------------------------------------------------------------- */
.single-product .twentythirteen .panel {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.clear {
  clear: both; }

.nobr {
  white-space: nowrap; }

/**
 * Objects
 */
/* Primary colour for buttons (alt) */
/* Text on primary colour bg */
/* Secondary buttons */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
/* small, breadcrumbs etc */
/* Contains base colours like $primary */
/* Colours */
/* Price slider bar / layered nav UI */
/* Text on tertiary colour bg */
/* Price slider bg */
/* =Custom Font
-------------------------------------------------------------- */
@font-face {
  font-family: 'star';
  src: url("../../../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WooCommerce';
  src: url("../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot");
  src: url("../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../../../../plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("../../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("../../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =Global styles/layout
-------------------------------------------------------------- */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: .5em 0;
  text-align: center;
  background: #ad74a2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
  background: -webkit-linear-gradient(#ad74a2, #96588a);
  background: -moz-linear-gradient(center top, #ad74a2 0%, #96588a 100%);
  background: -moz-gradient(center top, #ad74a2 0%, #96588a 100%);
  border: 1px solid #96588a;
  color: white;
  z-index: 99998;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2); }

.admin-bar p.demo_store {
  top: 28px; }

/* =Utilities
-------------------------------------------------------------- */
.wc-forward:after, .wc-forward a:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "";
  font-size: .75em; }

.wc-backward:before, .wc-backward a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "";
  font-size: .75em; }

/* =Main Styles (namespace to avoid conflict with common global class names)
-------------------------------------------------------------- */
.woocommerce, .woocommerce-page {
  margin-bottom: 55px;
  /* =Product Page
  -------------------------------------------------------------- */
  /* Sale labels */
  /* =Product Loops
  -------------------------------------------------------------- */
  /* =Buttons
  -------------------------------------------------------------- */
  /* =Quantity inputs
  -------------------------------------------------------------- */
  /* =Reviews/comments
  -------------------------------------------------------------- */
  /* Star rating */
  /* =Tables
  -------------------------------------------------------------- */
  /* =Cart
  -------------------------------------------------------------- */
  /* =Cart Sidebar
  -------------------------------------------------------------- */
  /* =Cart Page
  -------------------------------------------------------------- */
  /* =Forms
  -------------------------------------------------------------- */
  /* =Checkout
  -------------------------------------------------------------- */
  /* Payment box - appears on checkout and page page */
  /* =Order Page
  -------------------------------------------------------------- */
  /* =Account Page
  -------------------------------------------------------------- */
  /* =Layered Nav Widget
  -------------------------------------------------------------- */
  /* =Price Filter Widget
  -------------------------------------------------------------- */ }
  .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
    padding: 1em !important;
    margin: 1.25em 0 2em !important;
    border: 1px solid #863a37;
    position: relative;
    list-style: none outside !important;
    *zoom: 1;
    width: auto;
    line-height: 2.4em; }
    .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-info:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after {
      clear: both; }
    .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button {
      width: 100%;
      margin-bottom: .5em; }
    @media screen and (min-width: 40em) {
      .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
        padding: 1em 1em 1em 3.5em !important; }
        .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button {
          float: right;
          width: 216px;
          margin-bottom: 0; } }
    .woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce-page .woocommerce-message li, .woocommerce-page .woocommerce-error li, .woocommerce-page .woocommerce-info li {
      list-style: none outside !important;
      padding-left: 0 !important;
      margin-left: 0 !important; }
  .woocommerce small.note, .woocommerce-page small.note {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px; }
  .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #777; }
    .woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:before, .woocommerce-page .woocommerce-breadcrumb:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after {
      clear: both; }
    .woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
      color: #777; }
  .woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
    margin-bottom: 0;
    position: relative;
    /* Main product title */
    /* Price */
    /* Stock */
    /* Product image and thumbnail */
    /* Summary div (contains title, price etc) */
    /* Social networking */
    /* Tabs on the product page */
    /* Cart button */
    /* add to cart forms */ }
    .woocommerce div.product .page__title, .woocommerce #content div.product .page__title, .woocommerce-page div.product .page__title, .woocommerce-page #content div.product .page__title {
      margin-bottom: 20px; }
    .woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
      clear: none;
      margin-top: 0;
      padding: 0;
      margin-bottom: 20px; }
    .woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
      color: #863a37;
      font-size: 2em; }
      .woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins {
        background: inherit; }
      .woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del {
        font-size: 0.67em;
        color: fade(#5f5f5f, 50%); }
    .woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce-page #content div.product p.stock {
      font-size: 0.92em; }
    .woocommerce div.product .stock, .woocommerce #content div.product .stock, .woocommerce-page div.product .stock, .woocommerce-page #content div.product .stock {
      color: #863a37; }
    .woocommerce div.product .out-of-stock, .woocommerce #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock {
      color: red; }
    .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
      margin-bottom: 2em; }
      .woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        -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; }
      .woocommerce div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails {
        padding-top: 1em; }
    .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
      margin-bottom: 2em; }
    .woocommerce div.product div.social, .woocommerce #content div.product div.social, .woocommerce-page div.product div.social, .woocommerce-page #content div.product div.social {
      text-align: right;
      margin: 0 0 1em; }
      .woocommerce div.product div.social span, .woocommerce #content div.product div.social span, .woocommerce-page div.product div.social span, .woocommerce-page #content div.product div.social span {
        margin: 0 0 0 2px; }
        .woocommerce div.product div.social span span, .woocommerce #content div.product div.social span span, .woocommerce-page div.product div.social span span, .woocommerce-page #content div.product div.social span span {
          margin: 0; }
        .woocommerce div.product div.social span .stButton .chicklets, .woocommerce #content div.product div.social span .stButton .chicklets, .woocommerce-page div.product div.social span .stButton .chicklets, .woocommerce-page #content div.product div.social span .stButton .chicklets {
          padding-left: 16px;
          width: 0; }
      .woocommerce div.product div.social iframe, .woocommerce #content div.product div.social iframe, .woocommerce-page div.product div.social iframe, .woocommerce-page #content div.product div.social iframe {
        float: left;
        margin-top: 3px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
      list-style: none;
      padding: 0 0 0 1em;
      margin: 0 0 1.618em;
      overflow: hidden;
      position: relative; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
        border: 1px solid #bf9997;
        background: #d2b8b7;
        background: -webkit-gradient(linear, left top, left bottom, from(#d2b8b7), to(#bf9997));
        background: -webkit-linear-gradient(#d2b8b7, #bf9997);
        background: -moz-linear-gradient(center top, #d2b8b7 0%, #bf9997 100%);
        background: -moz-gradient(center top, #d2b8b7 0%, #bf9997 100%);
        display: inline-block;
        position: relative;
        z-index: 0;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
        margin: 0 -5px;
        padding: 0 1em; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
          display: inline-block;
          padding: .5em 0;
          font-weight: bold;
          color: #2e2929;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
          text-decoration: none; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
            text-decoration: none;
            color: #494141; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
          background: #fff;
          z-index: 2;
          border-bottom-color: #fff; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
            color: inherit;
            text-shadow: inherit; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before {
            box-shadow: 2px 2px 0 #fff; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
            box-shadow: -2px 2px 0 #fff; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
          border: 1px solid #bf9997;
          position: absolute;
          bottom: -1px;
          width: 5px;
          height: 5px;
          content: " "; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
          left: -6px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
          border-width: 0 1px 1px 0;
          box-shadow: 2px 2px 0 #bf9997; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
          right: -6px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
          border-width: 0 0 1px 1px;
          box-shadow: -2px 2px 0 #bf9997; }
      .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #bf9997;
        z-index: 1; }
    .woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
      margin: 0 0 2em;
      padding: 0; }
    .woocommerce div.product p.cart, .woocommerce #content div.product p.cart, .woocommerce-page div.product p.cart, .woocommerce-page #content div.product p.cart {
      margin-bottom: 2em;
      *zoom: 1; }
      .woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:before, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:before, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:before, .woocommerce-page #content div.product p.cart:after {
        content: " ";
        display: table; }
      .woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:after {
        clear: both; }
    .woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
      margin-bottom: 2em;
      margin-left: 10px;
      *zoom: 1; }
      .woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:before, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:before, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:before, .woocommerce-page #content div.product form.cart:after {
        content: " ";
        display: table; }
      .woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:after {
        clear: both; }
      .woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
        float: left;
        margin: 0 4px 1em 0; }
      .woocommerce div.product form.cart table, .woocommerce #content div.product form.cart table, .woocommerce-page div.product form.cart table, .woocommerce-page #content div.product form.cart table {
        border-width: 0 0 1px 0; }
        .woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce-page #content div.product form.cart table td {
          padding-left: 0; }
        .woocommerce div.product form.cart table div.quantity, .woocommerce #content div.product form.cart table div.quantity, .woocommerce-page div.product form.cart table div.quantity, .woocommerce-page #content div.product form.cart table div.quantity {
          float: none;
          margin: 0; }
        .woocommerce div.product form.cart table small.stock, .woocommerce #content div.product form.cart table small.stock, .woocommerce-page div.product form.cart table small.stock, .woocommerce-page #content div.product form.cart table small.stock {
          display: block;
          float: none; }
      .woocommerce div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations {
        margin-bottom: 1em; }
        .woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
          font-weight: bold; }
        .woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select {
          width: 100%;
          float: left; }
        .woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label {
          padding-right: 1em; }
        .woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td {
          vertical-align: top; }
      .woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
        vertical-align: middle;
        float: right;
        margin-right: 12px; }
      .woocommerce div.product form.cart .group_table td.label, .woocommerce #content div.product form.cart .group_table td.label, .woocommerce-page div.product form.cart .group_table td.label, .woocommerce-page #content div.product form.cart .group_table td.label {
        padding-right: 1em;
        padding-left: 1em; }
      .woocommerce div.product form.cart .group_table td, .woocommerce #content div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td, .woocommerce-page #content div.product form.cart .group_table td {
        vertical-align: top;
        padding-bottom: .5em; }
  .woocommerce span.onsale, .woocommerce-page span.onsale {
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 6px;
    left: 6px;
    margin: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #aa4a46;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa4a46), to(#863a37));
    background: -webkit-linear-gradient(#aa4a46, #863a37);
    background: -moz-linear-gradient(center top, #aa4a46 0%, #863a37 100%);
    background: -moz-gradient(center top, #aa4a46 0%, #863a37 100%);
    text-shadow: 0 -1px 0 #863a37;
    color: #e6d7d6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2); }
  .woocommerce div.products, .woocommerce-page div.products {
    clear: left;
    padding-top: 25px; }
    .woocommerce div.products h2, .woocommerce-page div.products h2 {
      font-size: 1em;
      text-align: left;
      margin-bottom: 1em;
      margin-top: 0; }
  .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    *zoom: 1; }
    .woocommerce .products ul:before, .woocommerce .products ul:after, .woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page .products ul:before, .woocommerce-page .products ul:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
      content: " ";
      display: table; }
    .woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after {
      clear: both; }
    .woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li {
      list-style: none outside; }
  .woocommerce ul.products, .woocommerce-page ul.products {
    margin-bottom: -2.35765%; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      margin-bottom: 2.35765%; }
      .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
        top: 0;
        right: 0;
        left: auto;
        margin: -6px -6px 0 0; }
      .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
        padding: .5em 0;
        margin: 0;
        font-size: 1em;
        padding-bottom: 0; }
      .woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
        text-decoration: none;
        color: #000; }
      .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 8px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        -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; }
      .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4); }
      .woocommerce ul.products li.product strong, .woocommerce-page ul.products li.product strong {
        display: block; }
      .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
        display: block;
        font-weight: normal;
        margin-bottom: .5em;
        font-size: 1em;
        color: #000; }
        .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
          font-size: 0.67em;
          color: fade(#5f5f5f, 50%);
          margin: -2px 0 0 0; }
        .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
          background: none; }
        .woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
          font-size: 0.67em;
          margin: -2px 0 0 0;
          text-transform: uppercase;
          color: fade(#5f5f5f, 50%); }
    .woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category {
      padding-left: 10px; }
      .woocommerce ul.products li.product-category a, .woocommerce-page ul.products li.product-category a {
        text-decoration: none;
        color: white; }
        .woocommerce ul.products li.product-category a img, .woocommerce-page ul.products li.product-category a img {
          margin-left: 10px !important; }
        .woocommerce ul.products li.product-category a h3, .woocommerce-page ul.products li.product-category a h3 {
          font-size: 1.4em; }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    margin: 0 0 1em; }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin: 0 0 1em; }
    .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
      vertical-align: top; }
  .woocommerce nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination {
    clear: both;
    text-align: center; }
    .woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
      display: inline-block;
      white-space: nowrap;
      padding: 0;
      clear: both;
      border-right: 0;
      margin: 1px; }
      .woocommerce nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
        padding: 0;
        margin: 0;
        float: left;
        display: inline;
        overflow: hidden; }
        .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span {
          margin: 0;
          text-decoration: none;
          padding: 0;
          line-height: 1em;
          font-size: 1em;
          font-weight: normal;
          padding: .5em;
          display: block; }
        .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
          color: #754a48; }
  .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block; }
  .woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
    width: 130px;
    height: 3em;
    position: relative;
    overflow: hidden;
    zoom: 1;
    /* Hide buttons for opera */ }
    @media screen and (min-width: 40em) {
      .woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
        padding-right: 20px; } }
    .woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
      float: left;
      padding: 0;
      text-align: center;
      width: 100%;
      border-right: 0;
      -moz-appearance: textfield; }
      .woocommerce .quantity input.qty::-webkit-outer-spin-button, .woocommerce .quantity input.qty::-webkit-inner-spin-button, .woocommerce #content .quantity input.qty::-webkit-outer-spin-button, .woocommerce #content .quantity input.qty::-webkit-inner-spin-button, .woocommerce-page .quantity input.qty::-webkit-outer-spin-button, .woocommerce-page .quantity input.qty::-webkit-inner-spin-button, .woocommerce-page #content .quantity input.qty::-webkit-outer-spin-button, .woocommerce-page #content .quantity input.qty::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce #content .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number], .woocommerce-page #content .quantity noindex:-o-prefocus, .woocommerce-page #content .quantity input[type=number] {
      padding-right: 1.2em; }
    .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
      display: block;
      padding: 0;
      margin: 0;
      position: absolute;
      text-align: center;
      vertical-align: text-top;
      width: 20px;
      height: 1.5em;
      text-decoration: none;
      overflow: visible;
      text-decoration: none;
      font-weight: bold;
      cursor: pointer;
      line-height: 13px; }
    .woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
      top: 0;
      right: 0;
      border-bottom: 0;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
      bottom: 0;
      right: 0;
      -webkit-border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0 0; }
    .woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
      text-decoration: none;
      color: #777; }
  .woocommerce #reviews h3, .woocommerce-page #reviews h3 {
    margin: 0; }
  .woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0; }
  .woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
    height: 75px; }
  .woocommerce #reviews #comments .add_review, .woocommerce-page #reviews #comments .add_review {
    *zoom: 1; }
    .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:before, .woocommerce-page #reviews #comments .add_review:after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
      clear: both; }
  .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
    clear: none; }
  .woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    width: 100%;
    background: none;
    list-style: none; }
    .woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:before, .woocommerce-page #reviews #comments ol.commentlist:after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after {
      clear: both; }
    .woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
      padding: 0;
      margin: 0 0 20px;
      border: 0;
      position: relative;
      background: 0;
      border: 0; }
      .woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
        color: #777;
        font-size: 0.75em; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        padding: 3px;
        width: 32px;
        height: auto;
        background: #d2b8b7;
        border: 1px solid #cdaead;
        margin: 0;
        line-height: 1; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 50px;
        border: 1px solid #cdaead;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 1em 1em 0;
        *zoom: 1; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:before, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
          content: " ";
          display: table; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
          clear: both; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
          margin: 0 0 1em; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
          font-size: 0.83em; }
    .woocommerce #reviews #comments ol.commentlist ul.children, .woocommerce-page #reviews #comments ol.commentlist ul.children {
      list-style: none outside;
      margin: 20px 0 0 50px; }
      .woocommerce #reviews #comments ol.commentlist ul.children .star-rating, .woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
        display: none; }
    .woocommerce #reviews #comments ol.commentlist #respond, .woocommerce-page #reviews #comments ol.commentlist #respond {
      border: 1px solid #cdaead;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding: 1em 1em 0;
      margin: 20px 0 0 50px; }
  .woocommerce #reviews #comments .commentlist > li:before, .woocommerce-page #reviews #comments .commentlist > li:before {
    content: ""; }
  .woocommerce .star-rating, .woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star'; }
    .woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
      content: "\73\73\73\73\73";
      color: #bf9997;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .woocommerce .star-rating span, .woocommerce-page .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0; }
  .woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
    line-height: 2em;
    display: block; }
    .woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating {
      margin: .5em 4px 0 0;
      float: left; }
  .woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none; }
  .woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0 0; }
  .woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
    *zoom: 1;
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0; }
    .woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:before, .woocommerce-page #review_form #respond:after {
      content: " ";
      display: table; }
    .woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
      clear: both; }
    .woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
      margin: 0 0 10px; }
    .woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
      left: auto; }
    .woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      width: 100%; }
  .woocommerce p.stars, .woocommerce-page p.stars {
    position: relative;
    font-size: 1em; }
    .woocommerce p.stars a, .woocommerce-page p.stars a {
      display: inline-block;
      font-weight: 700;
      margin-right: 1em;
      text-indent: -9999px;
      position: relative; }
      .woocommerce p.stars a:last-child, .woocommerce-page p.stars a:last-child {
        border-right: 0; }
      .woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-1, .woocommerce-page p.stars a.star-2, .woocommerce-page p.stars a.star-3, .woocommerce-page p.stars a.star-4, .woocommerce-page p.stars a.star-5 {
        border-right: 1px solid #ccc; }
        .woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
          font-family: "WooCommerce";
          text-indent: 0;
          position: absolute;
          top: 0;
          left: 0; }
      .woocommerce p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
        width: 2em; }
        .woocommerce p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
          content: "\e021"; }
        .woocommerce p.stars a.star-1:hover:after, .woocommerce p.stars a.star-1.active:after, .woocommerce-page p.stars a.star-1:hover:after, .woocommerce-page p.stars a.star-1.active:after {
          content: ""; }
      .woocommerce p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
        width: 3em; }
        .woocommerce p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
          content: "\e021\e021"; }
        .woocommerce p.stars a.star-2:hover:after, .woocommerce p.stars a.star-2.active:after, .woocommerce-page p.stars a.star-2:hover:after, .woocommerce-page p.stars a.star-2.active:after {
          content: ""; }
      .woocommerce p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
        width: 4em; }
        .woocommerce p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
          content: "\e021\e021\e021"; }
        .woocommerce p.stars a.star-3:hover:after, .woocommerce p.stars a.star-3.active:after, .woocommerce-page p.stars a.star-3:hover:after, .woocommerce-page p.stars a.star-3.active:after {
          content: ""; }
      .woocommerce p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
        width: 5em; }
        .woocommerce p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
          content: "\e021\e021\e021\e021"; }
        .woocommerce p.stars a.star-4:hover:after, .woocommerce p.stars a.star-4.active:after, .woocommerce-page p.stars a.star-4:hover:after, .woocommerce-page p.stars a.star-4.active:after {
          content: ""; }
      .woocommerce p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
        width: 6em;
        border: 0; }
        .woocommerce p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
          content: "\e021\e021\e021\e021\e021"; }
        .woocommerce p.stars a.star-5:hover:after, .woocommerce p.stars a.star-5.active:after, .woocommerce-page p.stars a.star-5:hover:after, .woocommerce-page p.stars a.star-5.active:after {
          content: ""; }
  .woocommerce tr.product-total, .woocommerce th.product-total, .woocommerce-page tr.product-total, .woocommerce-page th.product-total {
    text-align: right; }
  .woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%; }
    .woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
      width: 150px;
      font-weight: bold;
      padding: 8px;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5em; }
    .woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
      font-style: italic;
      padding: 0;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5em; }
      .woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
        margin: 0;
        padding: 8px 0; }
    .woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th {
      background: rgba(0, 0, 0, 0.025); }
  .woocommerce table.shop_table, .woocommerce-page table.shop_table {
    margin: 0px -1px 24px 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td {
      padding: 9px 12px; }
    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
      font-weight: bold;
      line-height: 18px; }
    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      vertical-align: middle; }
      .woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
        font-weight: normal; }
    .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
      font-weight: bold;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce table.shop_table .product-subtotal, .woocommerce-page table.shop_table .product-subtotal {
      text-align: right; }
    .woocommerce table.shop_table tr.cart_item .product-total, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tr.cart_item .product-total, .woocommerce-page table.shop_table tfoot td {
      text-align: right; }
  .woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {
    font-size: 0.85em; }
    .woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td {
      padding: 4px 8px;
      vertical-align: middle; }
    .woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button {
      white-space: nowrap; }
    .woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions {
      text-align: right; }
      .woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
        margin: .125em 0 .125em .25em; }
  .woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
    margin: .25em 0;
    *zoom: 1; }
    .woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:before, .woocommerce-page td.product-name dl.variation:after {
      content: " ";
      display: table; }
    .woocommerce td.product-name dl.variation:after, .woocommerce-page td.product-name dl.variation:after {
      clear: both; }
    .woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dd {
      display: inline-block;
      float: left;
      margin-bottom: 1em; }
    .woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
      font-weight: bold;
      padding: 0 0 .25em 0;
      margin: 0 4px 0 0;
      clear: left; }
    .woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
      padding: 0 0 .25em 0; }
      .woocommerce td.product-name dl.variation dd p:last-child, .woocommerce-page td.product-name dl.variation dd p:last-child {
        margin-bottom: 0; }
  .woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
    font-size: 0.83em; }
  .woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
    min-width: 80px;
    width: 80px; }
  .woocommerce td.product-subtotal, .woocommerce-page td.product-subtotal {
    min-width: 80px;
    width: 80px;
    padding-left: 20px; }
  .woocommerce table.cart, .woocommerce #content table.cart, .woocommerce-page table.cart, .woocommerce-page #content table.cart {
    table-layout: auto; }
    .woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
      text-align: right; }
      .woocommerce table.cart .product-thumbnail a, .woocommerce #content table.cart .product-thumbnail a, .woocommerce-page table.cart .product-thumbnail a, .woocommerce-page #content table.cart .product-thumbnail a {
        display: block;
        float: right;
        height: 32px;
        width: 32px; }
    .woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
      height: 32px;
      width: 32px; }
    .woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td {
      vertical-align: middle; }
    .woocommerce table.cart .product-remove, .woocommerce #content table.cart .product-remove, .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove {
      width: 50px; }
    .woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
      height: 23px;
      width: 23px;
      display: block;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background-image: url(../images/remove.png); }
    .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
      border: 1px solid #bf9997;
      padding: 6px 6px 5px;
      margin: 0 4px 0 0;
      outline: 0;
      line-height: 1em; }
    .woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input {
      margin: 0;
      vertical-align: middle;
      line-height: 1em; }
  .woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0; }
    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
      padding: 4px 0;
      margin: 0;
      *zoom: 1;
      list-style: none; }
      .woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
        content: " ";
        display: table; }
      .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
        clear: both; }
      .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
        display: block;
        font-weight: bold; }
      .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
        float: right;
        margin-left: 4px;
        width: 32px;
        height: auto;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }
      .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
        margin: 0;
        padding-left: 1em;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        *zoom: 1; }
        .woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:before, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:before, .woocommerce-page ul.product_list_widget li dl:after {
          content: " ";
          display: table; }
        .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce-page ul.cart_list li dl:after, .woocommerce-page ul.product_list_widget li dl:after {
          clear: both; }
        .woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dt, .woocommerce-page ul.product_list_widget li dl dd {
          display: inline-block;
          float: left;
          margin-botom: 1em; }
        .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
          font-weight: bold;
          padding: 0 0 .25em 0;
          margin: 0 4px 0 0;
          clear: left; }
        .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
          padding: 0 0 .25em 0; }
          .woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child, .woocommerce-page ul.cart_list li dl dd p:last-child, .woocommerce-page ul.product_list_widget li dl dd p:last-child {
            margin-bottom: 0; }
      .woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
        float: none; }
  .woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    border-top: 3px double #d2b8b7;
    padding: 4px 0 0; }
    .woocommerce.widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total strong, .woocommerce-page.widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong {
      min-width: 40px;
      display: inline-block; }
  .woocommerce.widget_shopping_cart .buttons, .woocommerce .widget_shopping_cart .buttons, .woocommerce-page.widget_shopping_cart .buttons, .woocommerce-page .widget_shopping_cart .buttons {
    *zoom: 1; }
    .woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:before, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:before, .woocommerce-page .widget_shopping_cart .buttons:after {
      content: " ";
      display: table; }
    .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page.widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after {
      clear: both; }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    *zoom: 1;
    display: block;
    margin-bottom: 55px; }
    .woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
      content: " ";
      display: table; }
    .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
      clear: both; }
    .woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
      width: 100%;
      float: none;
      display: block; }
    .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-left: 7px;
      content: ""; }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%;
      margin-left: 42.6490214991%; }
      .woocommerce .cart-collaterals .cart_totals:last-child, .woocommerce-page .cart-collaterals .cart_totals:last-child {
        margin-right: 0; }
      .woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p {
        margin: 0; }
        .woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small {
          color: #777;
          font-size: 0.83em; }
      .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
        border-collapse: separate;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 0 0 6px;
        padding: 0; }
        .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
          border-top: 0; }
        .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
          padding: 6px 12px;
          width: 40%; }
        .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
          padding: 6px 12px;
          text-align: right; }
        .woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
          vertical-align: top; }
        .woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small {
          display: block;
          color: #777; }
        .woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
          width: 100%; }
      .woocommerce .cart-collaterals .cart_totals .discount td, .woocommerce-page .cart-collaterals .cart_totals .discount td {
        color: #863a37; }
      .woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
        border-top: 1px solid #d2b8b7; }
      .woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt {
        display: inline-block; }
    .woocommerce .cart-collaterals .cross-sells ul.products li.product, .woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
      margin-top: 0; }
  .woocommerce form .form-row, .woocommerce-page form .form-row {
    padding: 3px;
    margin: 0 0 6px; }
    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
      -webkit-transition: opacity 0.5s 0.5s ease;
      -moz-transition: opacity 0.5s 0.5s ease;
      transition: opacity 0.5s 0.5s ease;
      opacity: 0; }
    .woocommerce form .form-row label, .woocommerce-page form .form-row label {
      line-height: 2em; }
    .woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
      visibility: hidden; }
    .woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.inline {
      display: inline; }
    .woocommerce form .form-row select, .woocommerce-page form .form-row select {
      cursor: pointer;
      margin: 0; }
    .woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
      color: red;
      font-weight: bold;
      border: 0; }
    .woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
      display: inline;
      margin: -2px 8px 0 0;
      text-align: center;
      vertical-align: middle; }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: 1em; }
    .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
      height: 4em;
      line-height: 1.5em;
      display: block;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
      border-color: #fb7f88; }
    .woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder {
      line-height: normal; }
  .woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
    padding: 20px;
    margin: 2em 0 2em 0px;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
      margin: 0;
      padding: .25em 0 .25em 22px;
      text-indent: -22px;
      list-style: none outside; }
    .woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
      font-weight: bold; }
  .woocommerce p.woocommerce-shipping-contents, .woocommerce-page p.woocommerce-shipping-contents {
    margin: 0; }
  .woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none; }
    .woocommerce .checkout .col-2 h3#ship-to-different-address label, .woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
      display: inline; }
  .woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .notes {
    clear: left; }
  .woocommerce .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .form-row-first {
    clear: left; }
  .woocommerce .checkout .create-account small, .woocommerce-page .checkout .create-account small {
    font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: normal; }
  .woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%; }
  .woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
    clear: both; }
  .woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #bf9997;
    margin: 0;
    list-style: none outside; }
    .woocommerce #payment ul.payment_methods:before, .woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after {
      content: " ";
      display: table; }
    .woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
      clear: both; }
    .woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
      *zoom: 1;
      clear: left;
      line-height: 2em;
      text-align: left;
      margin: 0 0 1em 0;
      font-weight: normal; }
      .woocommerce #payment ul.payment_methods li:before, .woocommerce #payment ul.payment_methods li:after, .woocommerce-page #payment ul.payment_methods li:before, .woocommerce-page #payment ul.payment_methods li:after {
        content: " ";
        display: table; }
      .woocommerce #payment ul.payment_methods li:after, .woocommerce-page #payment ul.payment_methods li:after {
        clear: both; }
      .woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
        float: left;
        margin: 0 1em 0 0; }
      .woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
        vertical-align: middle;
        margin: -2px 0 1em .5em;
        position: relative;
        display: inline-block; }
  .woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
    padding: 1em; }
  .woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    clear: left;
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    line-height: 1.5em;
    color: #2e2929;
    border: 1px solid #863a37; }
    .woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea, .woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
      border-color: #b58987;
      border-top-color: #ac7977;
      box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
      -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4); }
    .woocommerce #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
      color: #ac7977; }
    .woocommerce #payment div.payment_box :-moz-placeholder, .woocommerce-page #payment div.payment_box :-moz-placeholder {
      color: #ac7977; }
    .woocommerce #payment div.payment_box :-ms-input-placeholder, .woocommerce-page #payment div.payment_box :-ms-input-placeholder {
      color: #ac7977; }
    .woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
      font-size: 1.5em;
      padding: 8px;
      background-repeat: no-repeat;
      background-position: right; }
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
        background-image: url(../images/icons/credit-cards/visa.png); }
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
        background-image: url(../images/icons/credit-cards/mastercard.png); }
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
        background-image: url(../images/icons/credit-cards/laser.png); }
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
        background-image: url(../images/icons/credit-cards/diners.png); }
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
        background-image: url(../images/icons/credit-cards/maestro.png); }
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
        background-image: url(../images/icons/credit-cards/jcb.png); }
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
        background-image: url(../images/icons/credit-cards/amex.png); }
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
        background-image: url(../images/icons/credit-cards/discover.png); }
    .woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
      font-size: 11px;
      color: #777;
      line-height: 13px;
      font-weight: normal; }
    .woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
      margin: 0 0 1em; }
    .woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
      margin-bottom: 0; }
    .woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
      content: "";
      display: block;
      border: 8px solid #743230;
      /* arrow size / color */
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -2px;
      left: 0;
      margin: -1em 0 0 2em; }
  .woocommerce .order_details, .woocommerce-page .order_details {
    *zoom: 1;
    margin: 0 0 1.5em;
    list-style: none; }
    .woocommerce .order_details:before, .woocommerce .order_details:after, .woocommerce-page .order_details:before, .woocommerce-page .order_details:after {
      content: " ";
      display: table; }
    .woocommerce .order_details:after, .woocommerce-page .order_details:after {
      clear: both; }
    .woocommerce .order_details li, .woocommerce-page .order_details li {
      float: left;
      margin-right: 2em;
      text-transform: uppercase;
      font-size: 0.715em;
      line-height: 1em;
      border-right: 1px dashed #bf9997;
      padding-right: 2em; }
      .woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
        display: block;
        font-size: 1.4em;
        text-transform: none;
        line-height: 1.5em; }
      .woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
        border: none; }
  .woocommerce .addresses .title, .woocommerce-page .addresses .title {
    *zoom: 1; }
    .woocommerce .addresses .title:before, .woocommerce .addresses .title:after, .woocommerce-page .addresses .title:before, .woocommerce-page .addresses .title:after {
      content: " ";
      display: table; }
    .woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
      clear: both; }
    .woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
      float: left; }
    .woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
      float: right; }
  .woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
    font-weight: bold;
    margin-bottom: 0; }
  .woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0; }
  .woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
    margin-left: 0;
    padding-left: 0; }
    .woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
      .woocommerce ul.digital-downloads li:before, .woocommerce-page ul.digital-downloads li:before {
        font-family: 'WooCommerce';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: 7px;
        content: ""; }
      .woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count {
        float: right; }
  .woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
      *zoom: 1;
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:before, .woocommerce-page .widget_layered_nav ul li:after {
        content: " ";
        display: table; }
      .woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
        clear: both; }
      .woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
        padding: 1px 0;
        float: left; }
    .woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
      padding: 0 6px;
      text-decoration: none;
      border: 1px solid #ad74a2;
      background: #ad74a2;
      box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
      -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
      color: white;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce-page .widget_layered_nav ul li.chosen a:before {
        font-family: 'WooCommerce';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: 7px;
        content: ""; }
    .woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
      float: right;
      margin-left: 6px;
      font-size: 1em;
      padding: 1px 0;
      color: #777; }
  .woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1; }
    .woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
      float: left;
      padding: 0 1px 1px 0;
      list-style: none; }
      .woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
        padding: 0 6px;
        text-decoration: none;
        border: 1px solid #ad74a2;
        background: #ad74a2;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
        color: white;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        float: left; }
        .woocommerce .widget_layered_nav_filters ul li a:before, .woocommerce-page .widget_layered_nav_filters ul li a:before {
          font-family: 'WooCommerce';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          margin-right: 7px;
          content: ""; }
  .woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em; }
  .woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em; }
    .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
      font-size: 1.15em; }
    .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
      float: left; }
  .woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #150d14;
    cursor: pointer;
    background: #ad74a2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
    background: -webkit-linear-gradient(#ad74a2, #96588a);
    background: -moz-linear-gradient(center top, #ad74a2 0%, #96588a 100%);
    background: -moz-gradient(center top, #ad74a2 0%, #96588a 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65); }
    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -1em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #ad74a2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
    /* transparent png */
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 1em;
    border-radius: 1em; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
    background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
    background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%); }
  .woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

/* =Twenty Thirteen Specific styles
-------------------------------------------------------------- */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0; }
.single-product .twentythirteen p.stars {
  clear: both; }

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px; }

/* =Twenty Fourteen Specific styles
-------------------------------------------------------------- */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before {
    background-image: url(../images/ajax-loader@2x.gif);
    background-size: 16px 16px; } }
h1.shop_home {
  margin-bottom: 1.25em; }

.payment_method_stripe #cc-expire-month {
  float: left; }

.accordion {
  margin-bottom: 1.5em; }
  .accordion li a.js-accordion-trigger {
    display: block;
    height: 47px;
    padding: 12px;
    border-top: 1px solid #3c3c3c;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 1.25em;
    background-image: url(../images/open.png);
    background-image: url(../images/open.svg), none;
    background-repeat: no-repeat;
    background-position: right 12px top 12px; }
  .accordion .submenu {
    display: none; }
  .accordion .is-expanded {
    display: block; }
    .accordion .is-expanded a.js-accordion-trigger {
      background-image: url(../images/close.png);
      background-image: url(../images/close.svg), none; }

.gform_wrapper textarea, .gform_wrapper input {
  font-size: inherit !important; }

.terms-conditions p, .terms-conditions ul, .terms-conditions ol, .terms-conditions h2 {
  text-align: left; }
.terms-conditions blockquote {
  border-left: none;
  margin-left: 2em; }
.terms-conditions ul {
  list-style-type: disc; }
.terms-conditions ol {
  list-style-type: decimal; }
.terms-conditions ul, .terms-conditions ol {
  margin-bottom: 1em;
  margin-left: 2em; }

.grid__item.twitter {
  background-image: none !important;
  padding: 0; }
  .grid__item.twitter .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: url(../images/twitter_white.png) no-repeat center;
    background-image: url(../images/twitter_white.svg), none;
    width: 100%;
    height: 21px;
    margin-top: 23px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }
  .grid__item.twitter .grid__text {
    padding: 7.5em 2.5em;
    background: #863a37;
    transition: background .5s;
    text-align: center; }
    .grid__item.twitter .grid__text:hover {
      background: #502321; }
    .grid__item.twitter .grid__text .grid__title {
      font-size: 110%; }

/** REMOVE E-COMMERCE **/
.top-shop-link {
  display: none; }

.shop-bag {
  display: none; }

#menu-item-77 {
  display: none; }
