@charset "UTF-8";
/* 

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/ 

*/
/*

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/

*/
/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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"] {
  -moz-box-sizing: border-box;
       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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-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: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 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/10/11.
 */
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; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: #706762;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f2f2f2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #524e50; }

.no-js-warning, .chromeframe {
  background-color: #df0000;
  padding: 10px;
  color: white;
  margin: 0;
  display: block; }
  .no-js-warning a, .chromeframe a {
    color: yellow; }

body:after {
  content: '320';
  display: none; }
  .lte8 body:after {
    content: 'bp2'; }
  .lte8 body:after {
    content: 'bp3'; }
  .lte8 body:after {
    content: 'bp4'; }
  .lte8 body:after {
    content: 'bp5'; }
  .lte8 body:after {
    content: 'bp6'; }

.m-hide {
  display: none !important;
  visibility: hidden; }

[role="contentinfo"] {
  padding: 1.5em 12px; }

hr {
  clear: both;
  display: block;
  margin: 3em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf; }

img {
  max-width: 100%;
  border-width: 0;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.img-rounded {
  border-radius: 4px; }

.img-polaroid {
  padding: 12px;
  background-color: white;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  border-radius: 500px; }

figure {
  margin-bottom: 1.5em; }
  figure img {
    margin-bottom: 0.375em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    color: black; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Arial, "Helvetica", Verdana, sans-serif;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
  text-transform: uppercase; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #7f7f7f; }

h1,
.h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }

h2,
.h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }

h3,
.h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1em; }

h4,
.h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 1.5em; }

h5,
.h5 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 1.5em; }

h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  color: #524e50; }

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em; }

small {
  font-size: 12.8px;
  font-size: 1.28rem; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px; }
  ul li,
  ol li {
    margin-bottom: 0.75em; }

nav li, ul.nav li {
  margin-bottom: 0; }

li ul,
li ol {
  list-style-type: none;
  margin: 1.5em 0;
  font-size: 16px;
  font-size: 1.6rem; }

ul.inline,
ol.inline {
  list-style-type: none;
  margin-left: 0; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px; }

blockquote {
  margin: 0 0 1.5em 0;
  padding: 12px;
  background-color: #f2f2f2;
  font-style: normal; }
  blockquote small:before {
    content: '\00A0 \2014'; }
  blockquote small:after {
    content: ''; }
  blockquote.pull-right {
    float: right;
    background-color: transparent; }
    blockquote.pull-right p, blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }
  blockquote cite {
    font-style: normal; }

q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

dl,
dd {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

.dl-horizontal::after {
  clear: both;
  content: "";
  display: table; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 30.38869258%; }

.dl-horizontal dd {
  margin-left: 32.99289258%; }

abbr[title] {
  border-bottom: 1px dotted #bfbfbf;
  cursor: help; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

ins {
  background-color: #f2f2f2;
  color: #524e50;
  text-decoration: none; }

mark {
  background-color: #f2f2f2;
  color: #524e50;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1.5em;
  color: #534f51; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

.lead {
  font-size: 18.4px;
  font-size: 1.84rem; }

.lead p {
  font-size: 18.4px;
  font-size: 1.84rem; }

.secondary {
  font-size: 13.91304px;
  font-size: 1.3913rem; }

.tertiary {
  font-size: 12.8px;
  font-size: 1.28rem; }

.amp {
  font-family: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua"); }

.footnotes li {
  margin-bottom: 0.75em;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12.30769px;
  font-size: 1.23077rem;
  line-height: 1.4; }

/*footnotes*/
.spaced {
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: #223A6A; }
  a:visited {
    color: #09101d; }
  a:hover {
    text-decoration: underline;
    color: #162543; }
  a:focus {
    outline: thin dotted;
    color: black; }
  a:hover, a:active {
    outline: 0; }

::-moz-selection {
  background-color: #ffdf8e;
  color: #223A6A;
  text-shadow: none; }

::selection {
  background-color: #ffdf8e;
  color: #223A6A;
  text-shadow: none; }

.navigation.pagination {
  margin: 0 0 1.5em 0;
  background-color: transparent; }

.navigation.pagination .nav-links {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0; }

.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > span {
  float: left;
  padding: 4px 11px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1.5em;
  text-decoration: none;
  background-color: #706762;
  border: 1px solid #3a3532;
  border-left-width: 0;
  color: #223A6A; }

.pagination .nav-links > a:hover {
  background-color: #f2f2f2;
  color: #524e50; }

.pagination .nav-links > span.current {
  background-color: #223A6A;
  color: white;
  text-decoration: none;
  cursor: default; }

.pagination .nav-links > .disabled {
  background-color: transparent;
  color: #7f7f7f;
  cursor: default; }

.pagination .nav-links > a:first-child {
  background-color: #f2f2f2;
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #524e50; }

.pagination .nav-links > a:last-child,
.pagination .nav-links > a:last-child {
  background-color: #f2f2f2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #524e50; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.pagination-large .nav-links > a,
.pagination-large .nav-links > span {
  padding: 8px 22px;
  font-size: 16px;
  font-size: 1.6rem; }

.pagination-small .nav-links > a,
.pagination-small .nav-links > span {
  padding: 4px 11px;
  font-size: 14px;
  font-size: 1.4rem; }

.pagination-mini .nav-links > a,
.pagination-mini .nav-links > span {
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Verdana, Geneva, sans-serif; }

.table {
  max-width: 100%;
  margin-bottom: 1.5em; }
  .table th,
  .table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #bfbfbf;
    font-size: 12.8px;
    font-size: 1.28rem;
    line-height: 1.5em;
    text-align: left; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #bfbfbf; }
  .table tbody tr td,
  .table tbody tr th {
    -webkit-transition: background-color 0.25s 0 ease;
    transition: background-color 0.25s 0 ease; }
  .table tbody tr:hover td,
  .table tbody tr:hover th {
    background-color: #f2f2f2; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #bfbfbf; }
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f2f2f2; }

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f2f2f2; }

form {
  margin: 0 0 1.5em 0;
  font-family: Verdana, Geneva, sans-serif; }
  form p {
    margin-bottom: 0.75em; }
  form ul {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0; }
  form br {
    display: none; }

fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0; }
  fieldset:last-of-type {
    margin-bottom: 0; }

legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0 0 0.75em 0;
  border: 0;
  color: #524e50;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  white-space: normal; }
  legend small {
    font-size: 1.125em;
    color: #6c676a; }

label,
input,
button,
select,
textarea {
  font-family: Verdana, Geneva, sans-serif; }

label {
  display: block;
  margin-bottom: 0.375em;
  font-size: 16px;
  font-size: 1.6rem; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  display: inline-block;
  margin-bottom: 0.75em;
  padding: 6px 11px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: inherit;
  border-radius: 4px;
  vertical-align: middle; }

input[type="text"], input[type="number"],
input[type="email"], input[type="search"],
input[type="tel"] {
  -webkit-appearance: none; }

input[type="submit"], textarea {
  -webkit-appearance: none; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  display: -webkit-inline-flex; }

input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  height: auto;
  resize-x: none; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: white;
  border: 2px solid #bfbfbf; }
  textarea:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="time"]:hover,
  input[type="week"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="color"]:hover {
    border-color: #a5a5a5; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #7f7f7f;
    outline: 0;
    outline: thin dotted \ 9; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \ 9;
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select {
  padding: 0;
  width: 90%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

.radio,
.checkbox {
  min-height: 1.5em;
  font-size: 16px;
  font-size: 1.6rem; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 12px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 12px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .25; }

.form-actions {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.5em 24px 1.5em; }
  .form-actions::after {
    clear: both;
    content: "";
    display: table; }

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease; }

input.search-query {
  margin-bottom: 0;
  padding-right: 14px;
  padding-right: 4px \ 9;
  padding-left: 14px;
  padding-left: 4px \9;
  border-radius: 0; }

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0; }

.form-search .input-append .search-query {
  border-radius: 14px, 0, 0, 14px; }

.form-search .input-append .btn, .form-search .input-append #submit, .form-search .input-append input[type="submit"], .form-search .input-append #nav-below a, #nav-below .form-search .input-append a, .form-search .input-append a.post-edit-link, .form-search .input-append .comment-reply-link, .form-search .input-append .read-more, .form-search .input-append .fl-post-feed-more, .form-search .input-append .manual-order a, .manual-order .form-search .input-append a, .form-search .input-append a.about_paypal {
  border-radius: 0, 14px, 14px, 0; }

.form-search .input-prepend .search-query {
  border-radius: 0, 14px, 14px, 0; }

.form-search .input-prepend .btn, .form-search .input-prepend #submit, .form-search .input-prepend input[type="submit"], .form-search .input-prepend #nav-below a, #nav-below .form-search .input-prepend a, .form-search .input-prepend a.post-edit-link, .form-search .input-prepend .comment-reply-link, .form-search .input-prepend .read-more, .form-search .input-prepend .fl-post-feed-more, .form-search .input-prepend .manual-order a, .manual-order .form-search .input-prepend a, .form-search .input-prepend a.about_paypal {
  border-radius: 14px, 0, 0, 14px; }

.form-search {
  /*radio*/ }
  .form-search input,
  .form-search textarea,
  .form-search select {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-search .hide {
    display: none; }
  .form-search label,
  .form-search .btn-group {
    display: inline-block; }
  .form-search .radio,
  .form-search .checkbox {
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-search .radio input[type="radio"],
  .form-search .checkbox input[type="checkbox"] {
    float: left; }
    .form-search .radio input[type="radio"] margin,
    .form-search .checkbox input[type="checkbox"] margin {
      right: 3px;
      left: 0; }
  .form-search .control-group {
    margin-bottom: 0.75em; }
  .form-search legend + .control-group {
    margin-top: 1.5em;
    -webkit-margin-top-collapse: separate; }

/*form-search*/
.btn, #submit, input[type="submit"], #nav-below a, a.post-edit-link, .comment-reply-link, .read-more, .fl-post-feed-more, .manual-order a, a.about_paypal {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #7f7f7f;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  border-bottom-color: #cbcbcb;
  border-radius: 4px;
  cursor: pointer; }
  .btn:hover, #submit:hover, input[type="submit"]:hover, #nav-below a:hover, a.post-edit-link:hover, .comment-reply-link:hover, .read-more:hover, .fl-post-feed-more:hover, .manual-order a:hover, a.about_paypal:hover, .btn:active, #submit:active, input[type="submit"]:active, #nav-below a:active, a.post-edit-link:active, .comment-reply-link:active, .read-more:active, .fl-post-feed-more:active, .manual-order a:active, a.about_paypal:active {
    background-color: #cbcbcb;
    color: #7f7f7f;
    text-decoration: none; }

/*btn*/
a.btn:visited, a#submit:visited, #nav-below a:visited, a.post-edit-link:visited, a.comment-reply-link:visited, a.read-more:visited, a.fl-post-feed-more:visited, .manual-order a:visited, a.about_paypal:visited {
  color: #7f7f7f; }

.btn:first-child, #submit:first-child, input[type="submit"]:first-child, #nav-below a:first-child, a.post-edit-link:first-child, .comment-reply-link:first-child, .read-more:first-child, .fl-post-feed-more:first-child, .manual-order a:first-child, a.about_paypal:first-child {
  *margin-left: 0; }

.btn-disabled {
  opacity: .5;
  cursor: default; }

.btn-error {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  .btn-error:visited, .btn-error:active, .btn-error:hover {
    background-color: #7d0e00;
    color: #f2f2f2; }

/*btn-error*/
.btn-info {
  background-color: #d8dca2;
  border-color: #c8ce7d;
  border-bottom-color: #b9c058;
  color: #585c23; }
  .btn-info:visited, .btn-info:active, .btn-info:hover {
    background-color: #c8ce7d;
    color: #474a1c; }

/*btn-info*/
.btn-inverse {
  background-color: #414141;
  border-color: #282828;
  border-bottom-color: #0e0e0e;
  color: white; }
  .btn-inverse:visited, .btn-inverse:active, .btn-inverse:hover {
    background-color: #343434;
    color: #f2f2f2; }

/*btn-inverse*/
.btn-primary, a.post-edit-link, a.about_paypal {
  background-color: #223A6A;
  border-color: #162543;
  border-bottom-color: #09101d;
  color: white; }
  .btn-primary:visited, a.post-edit-link:visited, a.about_paypal:visited, .btn-primary:active, a.post-edit-link:active, a.about_paypal:active, .btn-primary:hover, a.post-edit-link:hover, a.about_paypal:hover {
    background-color: #1e345e;
    color: #f2f2f2; }

/*btn-primary*/
.btn-success {
  background-color: #bcd4de;
  border-color: #9abecd;
  border-bottom-color: #9abecd;
  color: #335868; }
  .btn-success:visited, .btn-success:active, .btn-success:hover {
    background-color: #abc9d6;
    color: #2b4a57; }

/*btn-success*/
.btn-warning {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  .btn-warning:visited, .btn-warning:active, .btn-warning:hover {
    background-color: #971100;
    color: #f2f2f2; }

/*btn-warning*/
.btn-extlarge {
  padding: 11px 22px;
  font-size: 32px;
  font-size: 3.2rem;
  border-width: 2px;
  border-radius: 8px; }

.btn.btn-large, .btn-large#submit, input.btn-large[type="submit"], #nav-below a.btn-large, a.btn-large.post-edit-link, .btn-large.comment-reply-link, .btn-large.read-more, .btn-large.fl-post-feed-more, .manual-order a.btn-large, a.btn-large.about_paypal {
  *padding-top: 7px;
  *padding-bottom: 7px; }

/*btn.btn-large*/
.btn-large {
  padding: 11px 18px;
  font-size: 20px;
  font-size: 2rem;
  line-height: inherit;
  border-width: 2px;
  border-radius: 8px; }

.btn-small, .comment-reply-link {
  padding: 5px 10px;
  font-size: 10.66667px;
  font-size: 1.06667rem; }

.btn-mini, a.post-edit-link {
  padding: 3px 5px;
  font-size: 9.14286px;
  font-size: 0.91429rem; }

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em; }
  .btn-group .btn, .btn-group #submit, .btn-group input[type="submit"], .btn-group #nav-below a, #nav-below .btn-group a, .btn-group a.post-edit-link, .btn-group .comment-reply-link, .btn-group .read-more, .btn-group .fl-post-feed-more, .btn-group .manual-order a, .manual-order .btn-group a, .btn-group a.about_paypal {
    position: relative;
    float: left;
    margin-left: -1px;
    border-radius: 0; }
  .btn-group .btn:first-child, .btn-group #submit:first-child, .btn-group input[type="submit"]:first-child, .btn-group #nav-below a:first-child, #nav-below .btn-group a:first-child, .btn-group a.post-edit-link:first-child, .btn-group .comment-reply-link:first-child, .btn-group .read-more:first-child, .btn-group .fl-post-feed-more:first-child, .btn-group .manual-order a:first-child, .manual-order .btn-group a:first-child, .btn-group a.about_paypal:first-child {
    margin-left: 0;
    border-radius: 2px, 0, 2px, 0; }
  .btn-group .btn:last-child, .btn-group #submit:last-child, .btn-group input[type="submit"]:last-child, .btn-group #nav-below a:last-child, #nav-below .btn-group a:last-child, .btn-group a.post-edit-link:last-child, .btn-group .comment-reply-link:last-child, .btn-group .read-more:last-child, .btn-group .fl-post-feed-more:last-child, .btn-group .manual-order a:last-child, .manual-order .btn-group a:last-child, .btn-group a.about_paypal:last-child {
    border-radius: 0, 2px, 0, 2px; }
  .btn-group .btn.large:first-child, .btn-group .large#submit:first-child, .btn-group input.large[type="submit"]:first-child, .btn-group #nav-below a.large:first-child, #nav-below .btn-group a.large:first-child, .btn-group a.large.post-edit-link:first-child, .btn-group .large.comment-reply-link:first-child, .btn-group .large.read-more:first-child, .btn-group .large.fl-post-feed-more:first-child, .btn-group .manual-order a.large:first-child, .manual-order .btn-group a.large:first-child, .btn-group a.large.about_paypal:first-child {
    margin-left: 0;
    border-radius: 4px, 0, 4px, 0; }
  .btn-group .btn.large:last-child, .btn-group .large#submit:last-child, .btn-group input.large[type="submit"]:last-child, .btn-group #nav-below a.large:last-child, #nav-below .btn-group a.large:last-child, .btn-group a.large.post-edit-link:last-child, .btn-group .large.comment-reply-link:last-child, .btn-group .large.read-more:last-child, .btn-group .large.fl-post-feed-more:last-child, .btn-group .manual-order a.large:last-child, .manual-order .btn-group a.large:last-child, .btn-group a.large.about_paypal:last-child {
    border-radius: 0, 4px, 0, 4px; }

/*btn.btn-group*/
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/*btn.btn-toolbar*/
/*! responsive-nav.js v1.0.14 by @viljamis */
.js nav[role=navigation] {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }
  .lte8 .js nav[role=navigation] {
    max-height: none;
    clip: auto;
    position: static !important; }
  .js nav[role=navigation] .opened {
    max-height: 9999px; }

.nav-toggle {
  display: block;
  height: 30px;
  padding: 0.75em 12px;
  color: white;
  background: #3f3f3f url(images/menu-icon.png) no-repeat 90% center;
  background: none, #3f3f3f url(images/menu-icon.svg) no-repeat 90% center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999; }
  .lte8 .nav-toggle {
    display: none; }

.navigation-toggle {
  display: none; }

nav[role=navigation] {
  background-color: #3f3f3f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

nav[role=navigation].active {
  max-height: 25em; }

#navigation-toggle {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .lte8 #navigation-toggle {
    margin: 0;
    border-width: 0; }
  #navigation-toggle ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .lte8 #navigation-toggle ul {
      margin: 0 auto; }
  .lte8 #navigation-toggle li {
    display: inline-block;
    margin: 0 12px 0 0; }
  #navigation-toggle a {
    display: block;
    padding: .8em;
    border-bottom: 1px solid #262626;
    color: white;
    text-transform: uppercase; }
    .lte8 #navigation-toggle a {
      border-width: 0;
      font-size: 15px;
      font-size: 1.5rem; }
    #navigation-toggle a:hover {
      color: #e6e6e6;
      text-decoration: none; }

/*  !Nav Dropdown==============================	 */
#navigation-toggle li ul {
  margin-left: 1em; }

.lte8 #navigation-toggle {
  overflow: visible; }
  .lte8 #navigation-toggle li {
    position: relative; }
    .lte8 #navigation-toggle li:hover {
      background-color: #727272; }
  .lte8 #navigation-toggle li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1001; }
  .lte8 #navigation-toggle li ul ul {
    top: 0;
    left: 100%; }
  .lte8 #navigation-toggle ul li:hover > ul {
    border-left: 0;
    display: block; }
  .lte8 #navigation-toggle li ul li {
    margin: 0;
    border-bottom: 1px solid #262626; }
    .lte8 #navigation-toggle li ul li:last-of-type {
      border-bottom: none; }
  .lte8 #navigation-toggle li ul li a {
    background: #3f3f3f;
    text-align: left;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 2.181818182;
    padding: 8px 12px;
    width: 200px;
    white-space: normal; }
    .lte8 #navigation-toggle li ul li a:hover {
      background-color: #727272; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  margin: 0.7em 0; }
  .lte8 .alignright {
    float: right;
    margin: 5px 0 20px 20px; }

.alignleft {
  margin: 0.7em 0; }
  .lte8 .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.wp-post-image {
  margin-bottom: 1em; }

/*  !WP Buttons ======================== */
aside.sidebar #searchform {
  position: relative; }
  aside.sidebar #searchform #searchsubmit {
    position: absolute;
    right: 10px;
    top: 20%;
    border: 0;
    background: url(images/search-icon.svg) no-repeat center center;
    font-size: 0;
    height: 22px;
    width: 22px; }
    html.no-svg aside.sidebar #searchform #searchsubmit {
      background: url(images/search-icon.png) no-repeat center center; }

#nav-below {
  padding: 1em; }
  #nav-below::after {
    clear: both;
    content: "";
    display: table; }

#nav-below a[rel="next"] {
  float: right; }

a.post-edit-link {
  margin: 1em; }
  a.post-edit-link:visited {
    color: white; }

/* ! Blog & Comments =================*/
.entry-meta, .entry-utility, .comment-meta {
  font-size: 80%;
  margin-bottom: 1em; }

.entry-utility {
  border-top: 1px solid #223A6A;
  margin-bottom: 2em;
  margin-top: 1em;
  clear: both; }

li.comment {
  list-style: none;
  margin-bottom: 2em; }

ul.children {
  border-left: 6px solid #f2f2f2; }

p.form-allowed-tags {
  display: none !important;
  visibility: hidden; }

.featured-image {
  display: block; }
  .featured-image img {
    height: auto; }
  .lte8 .featured-image {
    max-width: 140px;
    float: left;
    margin-right: 1em; }
  .lte8 .featured-image {
    max-width: 240px; }
  .lte8 .featured-image {
    max-width: none; }

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Global styles
 */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #92bf1f;
  color: #f2f7e6;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2); }

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

/**
 * Utility classes
 */
.clear {
  clear: both; }

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
	 * Product Page
	 */
  /**
	 * Product loops
	 */
  /**
	 * Buttons
	 */
  /**
	 * Reviews
	 */
  /**
	 * Star ratings
	 */
  /**
	 * Tables
	 */
  /**
	 * Cart sidebar
	 */
  /**
	 * Forms
	 */
  /**
	 * Order page
	 */
  /**
	 * Layered nav widget
	 */
  /**
	 * Price filter widget
	 */ }
  .woocommerce .blockUI.blockOverlay {
    position: relative; }
    .woocommerce .blockUI.blockOverlay:before {
      height: 1em;
      width: 1em;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -.5em;
      margin-top: -.5em;
      display: block;
      -webkit-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite;
      content: "";
      background: url(../images/icons/loader.svg) center center;
      background-size: cover;
      line-height: 1;
      text-align: center;
      font-size: 2em;
      color: rgba(0, 0, 0, 0.75); }
  .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    content: "";
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75); }
  .woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0; }
    .woocommerce a.remove:hover {
      color: #fff !important;
      background: red; }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #e8f1d3;
    color: #444e2a;
    border-top: 3px solid #92bf1f;
    list-style: none outside !important;
    *zoom: 1;
    width: auto; }
    .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after,
    .woocommerce .woocommerce-error:before,
    .woocommerce .woocommerce-error:after,
    .woocommerce .woocommerce-info:before,
    .woocommerce .woocommerce-info:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-message:after,
    .woocommerce .woocommerce-error:after,
    .woocommerce .woocommerce-info:after {
      clear: both; }
    .woocommerce .woocommerce-message:before,
    .woocommerce .woocommerce-error:before,
    .woocommerce .woocommerce-info:before {
      font-family: "WooCommerce";
      content: "\e028";
      display: inline-block;
      position: absolute;
      top: 1em;
      left: 1.5em; }
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button {
      float: right; }
    .woocommerce .woocommerce-message li,
    .woocommerce .woocommerce-error li,
    .woocommerce .woocommerce-info li {
      list-style: none outside !important;
      padding-left: 0 !important;
      margin-left: 0 !important; }
  .woocommerce .woocommerce-message {
    border-top-color: #8fae1b; }
    .woocommerce .woocommerce-message:before {
      content: "\e015";
      color: #8fae1b; }
  .woocommerce .woocommerce-info {
    border-top-color: #1e85be; }
    .woocommerce .woocommerce-info:before {
      color: #1e85be; }
  .woocommerce .woocommerce-error {
    border-top-color: #b81c23; }
    .woocommerce .woocommerce-error:before {
      content: "\e016";
      color: #b81c23; }
  .woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px; }
  .woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 2em 0;
    padding: 0.2em 0.5em;
    border-radius: 4px;
    font-size: 0.92em;
    font-weight: 700;
    color: white;
    background: #F4AE00; }
    .woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-breadcrumb:after {
      clear: both; }
    .woocommerce .woocommerce-breadcrumb a {
      color: white;
      font-weight: 700; }
  .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center; }
  .woocommerce div.product {
    margin-bottom: 0;
    position: relative; }
    .woocommerce div.product .product_title {
      clear: none;
      margin-top: 0;
      padding: 0;
      font-size: 24px;
      font-size: 2.4rem; }
    .woocommerce div.product span.price,
    .woocommerce div.product p.price {
      color: #1f42bf;
      font-size: 1.25em; }
      .woocommerce div.product span.price ins,
      .woocommerce div.product p.price ins {
        background: inherit;
        font-weight: 700; }
      .woocommerce div.product span.price del,
      .woocommerce div.product p.price del {
        opacity: 0.5;
        display: block; }
    .woocommerce div.product p.stock {
      font-size: 0.92em; }
    .woocommerce div.product .stock {
      color: #1f42bf; }
    .woocommerce div.product .out-of-stock {
      color: red; }
    .woocommerce div.product .woocommerce-product-rating {
      margin-bottom: 1.618em; }
    .woocommerce div.product div.images {
      margin-bottom: 2em; }
      .woocommerce div.product div.images img {
        display: block;
        max-width: 100%;
        height: auto;
        box-shadow: none;
        border: solid 1px #f2f2f2; }
      .woocommerce div.product div.images div.thumbnails {
        padding-top: 1em; }
    .woocommerce div.product div.summary {
      margin-bottom: 2em; }
    .woocommerce div.product div.social {
      text-align: right;
      margin: 0 0 1em; }
      .woocommerce div.product div.social span {
        margin: 0 0 0 2px; }
        .woocommerce div.product div.social span span {
          margin: 0; }
        .woocommerce div.product div.social span .stButton .chicklets {
          padding-left: 16px;
          width: 0; }
      .woocommerce div.product div.social iframe {
        float: left;
        margin-top: 3px; }
    .woocommerce 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 {
        border: 1px solid #cbde99;
        background-color: #deeac0;
        display: inline-block;
        position: relative;
        z-index: 0;
        border-radius: 4px 4px 0 0;
        margin: 0 -5px;
        padding: 0 1em; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          display: inline-block;
          padding: .5em 0;
          font-weight: 700;
          color: #444e2a;
          text-decoration: none; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
            text-decoration: none;
            color: #616f3c; }
        .woocommerce 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 {
            color: inherit;
            text-shadow: inherit; }
          .woocommerce 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 {
            box-shadow: -2px 2px 0 #fff; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
          border: 1px solid #cbde99;
          position: absolute;
          bottom: -1px;
          width: 5px;
          height: 5px;
          content: " "; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
          left: -6px;
          -moz-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
          border-width: 0 1px 1px 0;
          box-shadow: 2px 2px 0 #deeac0; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
          right: -6px;
          -moz-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
          border-width: 0 0 1px 1px;
          box-shadow: -2px 2px 0 #deeac0; }
      .woocommerce div.product .woocommerce-tabs ul.tabs:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #cbde99;
        z-index: 1; }
    .woocommerce div.product .woocommerce-tabs .panel {
      margin: 0 0 2em;
      padding: 0; }
    .woocommerce div.product p.cart {
      margin-bottom: 2em;
      *zoom: 1; }
      .woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after {
        content: " ";
        display: table; }
      .woocommerce div.product p.cart:after {
        clear: both; }
    .woocommerce div.product form.cart {
      margin-bottom: 2em;
      *zoom: 1; }
      .woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
        content: " ";
        display: table; }
      .woocommerce div.product form.cart:after {
        clear: both; }
      .woocommerce div.product form.cart div.quantity {
        float: left;
        margin: 0 4px 0 0; }
      .woocommerce div.product form.cart table {
        border-width: 0 0 1px 0; }
        .woocommerce div.product form.cart table td {
          padding-left: 0; }
        .woocommerce div.product form.cart table div.quantity {
          float: none;
          margin: 0; }
        .woocommerce div.product form.cart table small.stock {
          display: block;
          float: none; }
      .woocommerce div.product form.cart .variations {
        margin-bottom: 1em;
        border: 0; }
        .woocommerce div.product form.cart .variations td,
        .woocommerce div.product form.cart .variations th {
          border: 0; }
        .woocommerce div.product form.cart .variations label {
          font-weight: 700; }
        .woocommerce div.product form.cart .variations select {
          width: 100%;
          float: left; }
        .woocommerce div.product form.cart .variations td.label {
          padding-right: 1em; }
        .woocommerce div.product form.cart .variations td {
          vertical-align: top; }
      .woocommerce div.product form.cart .button {
        vertical-align: middle;
        float: left; }
      .woocommerce div.product form.cart .group_table td.label {
        padding-right: 1em;
        padding-left: 1em; }
      .woocommerce div.product form.cart .group_table td {
        vertical-align: top;
        padding-bottom: .5em;
        border: 0; }
  .woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #1f42bf;
    color: #e6e9f7;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    display: none; }
  .woocommerce .products ul,
  .woocommerce 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 {
      content: " ";
      display: table; }
    .woocommerce .products ul:after,
    .woocommerce ul.products:after {
      clear: both; }
    .woocommerce .products ul li,
    .woocommerce ul.products li {
      list-style: none outside;
      margin-bottom: 2em;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 1em; }
  .woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0; }
  .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3f3f3f; }
  .woocommerce ul.products li.product p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300; }
  .woocommerce ul.products li.product a {
    text-decoration: none; }
  .woocommerce ul.products li.product a.read-more {
    margin: 0.6em auto;
    float: none;
    width: 120px;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
  .woocommerce ul.products li.product img {
    width: auto;
    height: auto;
    max-height: 250px;
    display: block;
    margin-right: 1em;
    box-shadow: none;
    margin-bottom: 4em; }
    .lte8 .woocommerce ul.products li.product img {
      float: left; }
  .woocommerce ul.products li.product strong {
    display: inline; }
  .woocommerce ul.products li.product .star-rating {
    font-size: .857em; }
  .woocommerce ul.products li.product .button {
    margin-top: 1em; }
  .woocommerce ul.products li.product .price {
    color: black;
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 1.2em; }
    .woocommerce ul.products li.product .price del {
      color: inherit;
      opacity: 0.5; }
    .woocommerce ul.products li.product .price ins {
      background: none;
      font-weight: 700;
      color: black; }
    .woocommerce ul.products li.product .price .from {
      font-size: 0.67em;
      margin: -2px 0 0 0;
      text-transform: uppercase;
      color: rgba(111, 111, 111, 0.5); }
  .woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    float: left;
    display: inline-block; }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    float: right;
    display: inline-block; }
    .woocommerce .woocommerce-ordering select {
      vertical-align: top; }
  .woocommerce nav.woocommerce-pagination {
    text-align: center; }
    .woocommerce nav.woocommerce-pagination ul {
      display: inline-block;
      white-space: nowrap;
      padding: 0;
      clear: both;
      border: 1px solid #cbde99;
      border-right: 0;
      margin: 1px; }
      .woocommerce nav.woocommerce-pagination ul li {
        border-right: 1px solid #cbde99;
        padding: 0;
        margin: 0;
        float: left;
        display: inline;
        overflow: hidden; }
        .woocommerce nav.woocommerce-pagination ul li a,
        .woocommerce nav.woocommerce-pagination ul li span {
          margin: 0;
          text-decoration: none;
          padding: 0;
          line-height: 1;
          font-size: 1em;
          font-weight: normal;
          padding: .5em;
          min-width: 1em;
          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 {
          background: #deeac0;
          color: #88a836; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
    font-size: 100%;
    margin: 0 0 0.5em 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #444e2a;
    background-color: #deeac0;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none; }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .woocommerce #respond input#submit.loading {
      opacity: 0.25;
      padding-right: 2.618em; }
      .woocommerce a.button.loading:after,
      .woocommerce button.button.loading:after,
      .woocommerce input.button.loading:after,
      .woocommerce #respond input#submit.loading:after {
        font-family: "WooCommerce";
        content: "\e01c";
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        position: absolute;
        top: .618em;
        right: 1em;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
    .woocommerce a.button.added:after,
    .woocommerce button.button.added:after,
    .woocommerce input.button.added:after,
    .woocommerce #respond input#submit.added:after {
      font-family: 'WooCommerce';
      content: "\e017";
      margin-left: .53em;
      vertical-align: bottom; }
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit:hover {
      background-color: #cdd9af;
      text-decoration: none;
      background-image: none;
      color: #444e2a; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce #respond input#submit.alt {
      background-color: #223A6A;
      color: white;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 1em;
      -webkit-font-smoothing: antialiased; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover,
      .woocommerce input.button.alt:hover,
      .woocommerce #respond input#submit.alt:hover {
        background-color: #162543;
        color: #f2f7e6; }
      .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
      .woocommerce button.button.alt.disabled,
      .woocommerce button.button.alt:disabled,
      .woocommerce button.button.alt:disabled[disabled],
      .woocommerce button.button.alt.disabled:hover,
      .woocommerce button.button.alt:disabled:hover,
      .woocommerce button.button.alt:disabled[disabled]:hover,
      .woocommerce input.button.alt.disabled,
      .woocommerce input.button.alt:disabled,
      .woocommerce input.button.alt:disabled[disabled],
      .woocommerce input.button.alt.disabled:hover,
      .woocommerce input.button.alt:disabled:hover,
      .woocommerce input.button.alt:disabled[disabled]:hover,
      .woocommerce #respond input#submit.alt.disabled,
      .woocommerce #respond input#submit.alt:disabled,
      .woocommerce #respond input#submit.alt:disabled[disabled],
      .woocommerce #respond input#submit.alt.disabled:hover,
      .woocommerce #respond input#submit.alt:disabled:hover,
      .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
        background-color: #92bf1f;
        color: #f2f7e6; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
    .woocommerce button.button:disabled,
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button:disabled,
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled[disabled] {
      color: inherit;
      cursor: not-allowed;
      opacity: 0.5; }
      .woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
      .woocommerce button.button:disabled:hover,
      .woocommerce button.button.disabled:hover,
      .woocommerce button.button:disabled[disabled]:hover,
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button.disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce #respond input#submit:disabled:hover,
      .woocommerce #respond input#submit.disabled:hover,
      .woocommerce #respond input#submit:disabled[disabled]:hover {
        color: inherit;
        background-color: #deeac0; }
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block; }
  .woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0 0; }
    .woocommerce #reviews h2 small a {
      text-decoration: none;
      color: #777; }
  .woocommerce #reviews h3 {
    margin: 0; }
  .woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0; }
  .woocommerce #reviews #comment {
    height: 75px; }
  .woocommerce #reviews #comments .add_review {
    *zoom: 1; }
    .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments .add_review:after {
      clear: both; }
  .woocommerce #reviews #comments h2 {
    clear: none; }
  .woocommerce #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 {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments ol.commentlist:after {
      clear: both; }
    .woocommerce #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 {
        color: #777;
        font-size: 0.75em; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        padding: 3px;
        width: 32px;
        height: auto;
        background: #deeac0;
        border: 1px solid #d8e7b4;
        margin: 0;
        box-shadow: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 50px;
        border: 1px solid #d8e7b4;
        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 {
          content: " ";
          display: table; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
          clear: both; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p {
          margin: 0 0 1em; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
          font-size: 0.83em; }
    .woocommerce #reviews #comments ol.commentlist ul.children {
      list-style: none outside;
      margin: 20px 0 0 50px; }
      .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
        display: none; }
    .woocommerce #reviews #comments ol.commentlist #respond {
      border: 1px solid #d8e7b4;
      border-radius: 4px;
      padding: 1em 1em 0;
      margin: 20px 0 0 50px; }
  .woocommerce #reviews #comments .commentlist > li:before {
    content: ""; }
  .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star'; }
    .woocommerce .star-rating:before {
      content: "\73\73\73\73\73";
      color: #cbde99;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .woocommerce .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .woocommerce .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0; }
  .woocommerce .woocommerce-product-rating {
    *zoom: 1;
    line-height: 2;
    display: block; }
    .woocommerce .woocommerce-product-rating:before, .woocommerce .woocommerce-product-rating:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-product-rating:after {
      clear: both; }
    .woocommerce .woocommerce-product-rating .star-rating {
      margin: .5em 4px 0 0;
      float: left; }
  .woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none; }
  .woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0; }
  .woocommerce #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 {
      content: " ";
      display: table; }
    .woocommerce #review_form #respond:after {
      clear: both; }
    .woocommerce #review_form #respond p {
      margin: 0 0 10px; }
    .woocommerce #review_form #respond .form-submit input {
      left: auto; }
    .woocommerce #review_form #respond textarea {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
  .woocommerce p.stars {
    position: relative;
    font-size: 1em; }
    .woocommerce p.stars a {
      display: inline-block;
      font-weight: 700;
      margin-right: 1em;
      text-indent: -9999px;
      position: relative;
      border-bottom: 0 !important;
      outline: 0; }
      .woocommerce 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 {
        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 {
          font-family: "WooCommerce";
          text-indent: 0;
          position: absolute;
          top: 0;
          left: 0; }
      .woocommerce p.stars a.star-1 {
        width: 2em; }
        .woocommerce p.stars a.star-1:after {
          content: "\e021"; }
        .woocommerce p.stars a.star-1:hover:after, .woocommerce p.stars a.star-1.active:after {
          content: "\e020"; }
      .woocommerce p.stars a.star-2 {
        width: 3em; }
        .woocommerce 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 {
          content: "\e020\e020"; }
      .woocommerce p.stars a.star-3 {
        width: 4em; }
        .woocommerce 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 {
          content: "\e020\e020\e020"; }
      .woocommerce p.stars a.star-4 {
        width: 5em; }
        .woocommerce 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 {
          content: "\e020\e020\e020\e020"; }
      .woocommerce p.stars a.star-5 {
        width: 6em;
        border: 0; }
        .woocommerce 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 {
          content: "\e020\e020\e020\e020\e020"; }
  .woocommerce 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 {
      width: 150px;
      font-weight: 700;
      padding: 8px;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
    .woocommerce 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.5; }
      .woocommerce table.shop_attributes td p {
        margin: 0;
        padding: 8px 0; }
    .woocommerce table.shop_attributes .alt td,
    .woocommerce table.shop_attributes .alt th {
      background: rgba(0, 0, 0, 0.025); }
  .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px -1px 24px 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px; }
    .woocommerce table.shop_table th {
      font-weight: 700;
      padding: 9px 12px; }
    .woocommerce table.shop_table td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 6px 12px;
      vertical-align: middle; }
      .woocommerce table.shop_table td small {
        font-weight: normal; }
    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .woocommerce table.shop_table tbody:first-child tr:first-child td {
      border-top: 0; }
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th,
    .woocommerce table.shop_table tbody th {
      font-weight: 700;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce table.my_account_orders {
    font-size: 0.85em; }
    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
      padding: 4px 8px;
      vertical-align: middle; }
    .woocommerce table.my_account_orders .button {
      white-space: nowrap; }
    .woocommerce table.my_account_orders .order-actions {
      text-align: right; }
      .woocommerce table.my_account_orders .order-actions .button {
        margin: .125em 0 .125em .25em; }
  .woocommerce td.product-name dl.variation {
    margin: .25em 0;
    *zoom: 1; }
    .woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after {
      content: " ";
      display: table; }
    .woocommerce td.product-name dl.variation:after {
      clear: both; }
    .woocommerce td.product-name dl.variation dt,
    .woocommerce td.product-name dl.variation dd {
      display: inline-block;
      float: left;
      margin-bottom: 1em; }
    .woocommerce td.product-name dl.variation dt {
      font-weight: 700;
      padding: 0 0 .25em 0;
      margin: 0 4px 0 0;
      clear: left; }
    .woocommerce td.product-name dl.variation dd {
      padding: 0 0 .25em 0; }
      .woocommerce td.product-name dl.variation dd p:last-child {
        margin-bottom: 0; }
  .woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em; }
  .woocommerce td.product-quantity {
    min-width: 80px; }
  .woocommerce ul.cart_list,
  .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0; }
    .woocommerce ul.cart_list li,
    .woocommerce 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 {
        content: " ";
        display: table; }
      .woocommerce ul.cart_list li:after,
      .woocommerce ul.product_list_widget li:after {
        clear: both; }
      .woocommerce ul.cart_list li a,
      .woocommerce ul.product_list_widget li a {
        display: block;
        font-weight: 700; }
      .woocommerce ul.cart_list li img,
      .woocommerce ul.product_list_widget li img {
        float: right;
        margin-left: 4px;
        width: 32px;
        height: auto;
        box-shadow: none; }
      .woocommerce ul.cart_list li dl,
      .woocommerce 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 {
          content: " ";
          display: table; }
        .woocommerce ul.cart_list li dl:after,
        .woocommerce 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 {
          display: inline-block;
          float: left;
          margin-bottom: 1em; }
        .woocommerce ul.cart_list li dl dt,
        .woocommerce ul.product_list_widget li dl dt {
          font-weight: 700;
          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 {
          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 {
            margin-bottom: 0; }
      .woocommerce ul.cart_list li .star-rating,
      .woocommerce ul.product_list_widget li .star-rating {
        float: none; }
  .woocommerce.widget_shopping_cart .total,
  .woocommerce .widget_shopping_cart .total {
    border-top: 3px double #deeac0;
    padding: 4px 0 0; }
    .woocommerce.widget_shopping_cart .total strong,
    .woocommerce .widget_shopping_cart .total strong {
      min-width: 40px;
      display: inline-block; }
  .woocommerce.widget_shopping_cart .cart_list li,
  .woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0; }
    .woocommerce.widget_shopping_cart .cart_list li a.remove,
    .woocommerce .widget_shopping_cart .cart_list li a.remove {
      position: absolute;
      top: 0;
      left: 0; }
  .woocommerce.widget_shopping_cart .buttons,
  .woocommerce .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 {
      content: " ";
      display: table; }
    .woocommerce.widget_shopping_cart .buttons:after,
    .woocommerce .widget_shopping_cart .buttons:after {
      clear: both; }
  .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px; }
    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
      -webkit-transition: opacity 0.5s 0.5s ease;
      transition: opacity 0.5s 0.5s ease;
      opacity: 0; }
    .woocommerce form .form-row label {
      line-height: 2; }
    .woocommerce form .form-row label.hidden {
      visibility: hidden; }
    .woocommerce form .form-row label.inline {
      display: inline; }
    .woocommerce form .form-row select {
      cursor: pointer;
      margin: 0; }
    .woocommerce form .form-row .required {
      color: red;
      font-weight: 700;
      border: 0; }
    .woocommerce 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 {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: 1; }
    .woocommerce form .form-row textarea {
      height: 4em;
      line-height: 1.5;
      display: block;
      box-shadow: none; }
    .woocommerce form .form-row .select2-container {
      width: 100%;
      line-height: 2em; }
    .woocommerce form .form-row.woocommerce-invalid .select2-container,
    .woocommerce form .form-row.woocommerce-invalid input.input-text,
    .woocommerce form .form-row.woocommerce-invalid select {
      border-color: #a00; }
    .woocommerce form .form-row.woocommerce-validated .select2-container,
    .woocommerce form .form-row.woocommerce-validated input.input-text,
    .woocommerce form .form-row.woocommerce-validated select {
      border-color: #81ae0e; }
    .woocommerce form .form-row ::-webkit-input-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-moz-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-ms-input-placeholder {
      line-height: normal; }
  .woocommerce form.login,
  .woocommerce form.checkout_coupon,
  .woocommerce form.register {
    border: 1px solid #cbde99;
    padding: 20px;
    margin: 2em 0 2em 0px;
    text-align: left;
    border-radius: 5px; }
  .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .woocommerce ul#shipping_method li {
      margin: 0;
      padding: .25em 0 .25em 22px;
      text-indent: -22px;
      list-style: none outside; }
    .woocommerce ul#shipping_method .amount {
      font-weight: 700; }
  .woocommerce p.woocommerce-shipping-contents {
    margin: 0; }
  .woocommerce .order_details {
    *zoom: 1;
    margin: 0 0 1.5em;
    list-style: none; }
    .woocommerce .order_details:before, .woocommerce .order_details:after {
      content: " ";
      display: table; }
    .woocommerce .order_details:after {
      clear: both; }
    .woocommerce .order_details li {
      float: left;
      margin-right: 2em;
      text-transform: uppercase;
      font-size: 0.715em;
      line-height: 1;
      border-right: 1px dashed #cbde99;
      padding-right: 2em;
      margin-left: 0;
      padding-left: 0; }
      .woocommerce .order_details li strong {
        display: block;
        font-size: 1.4em;
        text-transform: none;
        line-height: 1.5; }
      .woocommerce .order_details li:last-of-type {
        border: none; }
  .woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .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 {
        content: " ";
        display: table; }
      .woocommerce .widget_layered_nav ul li:after {
        clear: both; }
      .woocommerce .widget_layered_nav ul li a,
      .woocommerce .widget_layered_nav ul li span {
        padding: 1px 0; }
    .woocommerce .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: .618em;
      content: "";
      text-decoration: none;
      color: #a00; }
  .woocommerce .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 {
      float: left;
      padding: 0 1px 1px 0;
      list-style: none; }
      .woocommerce .widget_layered_nav_filters ul li a {
        text-decoration: none; }
        .woocommerce .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: .618em;
          content: "";
          text-decoration: none;
          color: #a00; }
  .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em; }
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      font-size: 1.15em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      float: left; }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #92bf1f;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -.3em;
    margin-left: -.5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #92bf1f; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #4e7b00;
    border: 0; }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

/**
 * Account page
 */
.woocommerce-account .addresses .title {
  *zoom: 1; }
  .woocommerce-account .addresses .title:before, .woocommerce-account .addresses .title:after {
    content: " ";
    display: table; }
  .woocommerce-account .addresses .title:after {
    clear: both; }
  .woocommerce-account .addresses .title h3 {
    float: left; }
  .woocommerce-account .addresses .title .edit {
    float: right; }

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .woocommerce-account 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: .618em;
      content: "";
      text-decoration: none; }
    .woocommerce-account ul.digital-downloads li .count {
      float: right; }

/**
 * Cart page
 */
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 32px; }

.woocommerce-cart table.cart img {
  width: 32px;
  box-shadow: none; }

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cbde99;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1; }

.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1; }

.woocommerce-cart .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0; }
  .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after {
    content: " ";
    display: table; }
  .woocommerce-cart .wc-proceed-to-checkout:after {
    clear: both; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em; }

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block; }

.woocommerce-cart .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: .618em;
  content: "";
  text-decoration: none; }

.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
  border-left: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 6px 12px 0 0;
    width: 25%; }
  .woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 6px 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table td,
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 6px;
    line-height: 2em; }
  .woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777; }
  .woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #1f42bf; }

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #deeac0; }

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0; }

/**
 * Checkout
 */
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none; }

.woocommerce-checkout .checkout .col-2 .notes {
  clear: left; }

.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left; }

.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal; }

.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }

.woocommerce-checkout .checkout .shipping_address {
  clear: both; }

.woocommerce-checkout #payment {
  background: #deeac0;
  border-radius: 5px; }
  .woocommerce-checkout #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cbde99;
    margin: 0;
    list-style: none outside; }
    .woocommerce-checkout #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after {
      content: " ";
      display: table; }
    .woocommerce-checkout #payment ul.payment_methods:after {
      clear: both; }
    .woocommerce-checkout #payment ul.payment_methods li {
      line-height: 2;
      text-align: left;
      margin: 0;
      font-weight: normal; }
      .woocommerce-checkout #payment ul.payment_methods li input {
        margin: 0 1em 0 0; }
      .woocommerce-checkout #payment ul.payment_methods li img {
        vertical-align: middle;
        margin: -2px 0 0 .5em;
        padding: 0;
        position: relative;
        box-shadow: none; }
      .woocommerce-checkout #payment ul.payment_methods li img + img {
        margin-left: 2px; }
  .woocommerce-checkout #payment div.form-row {
    padding: 1em; }
  .woocommerce-checkout #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #d4e4ac;
    color: #444e2a; }
    .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
      border-color: #c1d886;
      border-top-color: #b7d173; }
    .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
      color: #b7d173; }
    .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
      color: #b7d173; }
    .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
      color: #b7d173; }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
      font-size: 1.5em;
      padding: 8px;
      background-repeat: no-repeat;
      background-position: right; }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
        background-image: url(../images/icons/credit-cards/visa.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
        background-image: url(../images/icons/credit-cards/mastercard.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
        background-image: url(../images/icons/credit-cards/laser.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
        background-image: url(../images/icons/credit-cards/diners.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
        background-image: url(../images/icons/credit-cards/maestro.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
        background-image: url(../images/icons/credit-cards/jcb.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
        background-image: url(../images/icons/credit-cards/amex.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
        background-image: url(../images/icons/credit-cards/discover.png); }
    .woocommerce-checkout #payment div.payment_box span.help {
      font-size: .857em;
      color: #777;
      font-weight: normal; }
    .woocommerce-checkout #payment div.payment_box .form-row {
      margin: 0 0 1em; }
    .woocommerce-checkout #payment div.payment_box p:last-child {
      margin-bottom: 0; }
    .woocommerce-checkout #payment div.payment_box:after {
      content: "";
      display: block;
      border: 8px solid #d4e4ac;
      /* arrow size / color */
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -3px;
      left: 0;
      margin: -1em 0 0 2em; }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em; }
  .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle; }

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1; }

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

/*
@import "woocommerce-smallscreen.scss";

@import "woocommerce-layout.scss";
*/
/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/*
@import "bourbon";
@import "mixins";
@import "variables";
*/
/**
 * Styling begins
 */
.woocommerce, .woocommerce-page {
  /**
	 * General layout styles
	 */
  /**
	 * Product page
	 */
  /**
	 * Product loops
	 */
  /**
	 * Cart page
	 */
  /**
	 * Cart sidebar
	 */
  /**
	 * Forms
	 */ }
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    *zoom: 1;
    width: 100%; }
    .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;
      width: 48%; }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
      float: right;
      width: 48%; }
  .woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%; }
    .lte8 .woocommerce img, .lte8 .woocommerce-page img {
      float: left;
      margin-right: 1em; }
  .lte8 .woocommerce div.product div.images, .lte8
  .woocommerce #content div.product div.images, .lte8 .woocommerce-page div.product div.images, .lte8
  .woocommerce-page #content div.product div.images {
    float: left;
    width: 25%; }
  .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 {
      float: left;
      width: 30.75%;
      margin-right: 3.8%;
      margin-bottom: 1em; }
    .woocommerce div.product div.thumbnails a.last,
    .woocommerce #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last,
    .woocommerce-page #content div.product div.thumbnails a.last {
      margin-right: 0; }
    .woocommerce div.product div.thumbnails a.first,
    .woocommerce #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first,
    .woocommerce-page #content div.product div.thumbnails a.first {
      clear: both; }
    .woocommerce div.product div.thumbnails.columns-1 a,
    .woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a,
    .woocommerce-page #content div.product div.thumbnails.columns-1 a {
      width: 100%;
      margin-right: 0;
      float: none; }
    .woocommerce div.product div.thumbnails.columns-2 a,
    .woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a,
    .woocommerce-page #content div.product div.thumbnails.columns-2 a {
      width: 48%; }
    .woocommerce div.product div.thumbnails.columns-4 a,
    .woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a,
    .woocommerce-page #content div.product div.thumbnails.columns-4 a {
      width: 22.05%; }
    .woocommerce div.product div.thumbnails.columns-5 a,
    .woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a,
    .woocommerce-page #content div.product div.thumbnails.columns-5 a {
      width: 16.9%; }
  .lte8 .woocommerce div.product div.summary, .lte8
  .woocommerce #content div.product div.summary, .lte8 .woocommerce-page div.product div.summary, .lte8
  .woocommerce-page #content div.product div.summary {
    float: right;
    width: 70%; }
  .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 .related,
  .woocommerce .upsells.products, .woocommerce-page .related,
  .woocommerce-page .upsells.products {
    *zoom: 1;
    clear: both; }
    .woocommerce .related:before, .woocommerce .related:after,
    .woocommerce .upsells.products:before,
    .woocommerce .upsells.products:after, .woocommerce-page .related:before, .woocommerce-page .related:after,
    .woocommerce-page .upsells.products:before,
    .woocommerce-page .upsells.products:after {
      content: " ";
      display: table; }
    .woocommerce .related:after,
    .woocommerce .upsells.products:after, .woocommerce-page .related:after,
    .woocommerce-page .upsells.products:after {
      clear: both; }
    .woocommerce .related ul.products,
    .woocommerce .related ul,
    .woocommerce .upsells.products ul.products,
    .woocommerce .upsells.products ul, .woocommerce-page .related ul.products,
    .woocommerce-page .related ul,
    .woocommerce-page .upsells.products ul.products,
    .woocommerce-page .upsells.products ul {
      float: none; }
      .woocommerce .related ul.products li.product img,
      .woocommerce .related ul li.product img,
      .woocommerce .upsells.products ul.products li.product img,
      .woocommerce .upsells.products ul li.product img, .woocommerce-page .related ul.products li.product img,
      .woocommerce-page .related ul li.product img,
      .woocommerce-page .upsells.products ul.products li.product img,
      .woocommerce-page .upsells.products ul li.product img {
        max-width: 100%;
        height: auto; }
  .woocommerce ul.products, .woocommerce-page ul.products {
    clear: both;
    *zoom: 1;
    margin: 0 auto; }
    .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 {
      padding: 0 0 1em 0;
      position: relative;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
      clear: both; }
    .woocommerce ul.products.columns-1 ul.products li.product, .woocommerce-page ul.products.columns-1 ul.products li.product {
      width: 100%;
      margin-right: 0; }
    .woocommerce ul.products.columns-2 ul.products li.product, .woocommerce-page ul.products.columns-2 ul.products li.product {
      width: 48%; }
    .woocommerce ul.products.columns-3 ul.products li.product, .woocommerce-page ul.products.columns-3 ul.products li.product {
      width: 30.75%; }
    .woocommerce ul.products.columns-5 ul.products li.product, .woocommerce-page ul.products.columns-5 ul.products li.product {
      width: 16.95%; }
    .woocommerce ul.products.columns-6 ul.products li.product, .woocommerce-page ul.products.columns-6 ul.products li.product {
      width: 13.5%; }
    .woocommerce ul.products .woocommerce-result-count, .woocommerce-page ul.products .woocommerce-result-count {
      float: left; }
    .woocommerce ul.products .woocommerce-ordering, .woocommerce-page ul.products .woocommerce-ordering {
      float: right; }
    .woocommerce ul.products .woocommerce-pagination ul.page-numbers, .woocommerce-page ul.products .woocommerce-pagination ul.page-numbers {
      *zoom: 1; }
      .woocommerce ul.products .woocommerce-pagination ul.page-numbers:before, .woocommerce ul.products .woocommerce-pagination ul.page-numbers:after, .woocommerce-page ul.products .woocommerce-pagination ul.page-numbers:before, .woocommerce-page ul.products .woocommerce-pagination ul.page-numbers:after {
        content: " ";
        display: table; }
      .woocommerce ul.products .woocommerce-pagination ul.page-numbers:after, .woocommerce-page ul.products .woocommerce-pagination ul.page-numbers:after {
        clear: both; }
      .woocommerce ul.products .woocommerce-pagination ul.page-numbers li, .woocommerce-page ul.products .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 {
      width: 80px; }
    .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%; }
  .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 {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      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 {
    padding: 0 1em 0; }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    margin-top: 0.4em; }

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

/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }
  .twentyfifteen .t15wc .page-title {
    margin-left: 0; }

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%; } }

@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%; }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important; } }

/**
 * woocommerce-smallscreen.scss
 * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * Style begins
 */
.lte8 .woocommerce, .lte8
.woocommerce-page {
  /**
	 * General layout
	 */
  /**
	 * Products
	 */
  /**
	 * Product Details
	 */
  /**
	 * Cart
	 */
  /**
	 * Checkout
	 */
  /**
	 * Account
	 */ }
  .lte8 .woocommerce table.shop_table_responsive thead, .lte8
  .woocommerce-page table.shop_table_responsive thead {
    display: none; }
  .lte8 .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .lte8
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0; }
  .lte8 .woocommerce table.shop_table_responsive tbody th, .lte8
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none; }
  .lte8 .woocommerce table.shop_table_responsive tr, .lte8
  .woocommerce-page table.shop_table_responsive tr {
    display: block; }
    .lte8 .woocommerce table.shop_table_responsive tr td, .lte8
    .woocommerce-page table.shop_table_responsive tr td {
      display: block; }
      .lte8 .woocommerce table.shop_table_responsive tr td:before, .lte8
      .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700; }
    .lte8 .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .lte8
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
      background-color: rgba(0, 0, 0, 0.025); }
  .lte8 .woocommerce table.my_account_orders tr td.order-actions, .lte8
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left; }
    .lte8 .woocommerce table.my_account_orders tr td.order-actions:before, .lte8
    .woocommerce-page table.my_account_orders tr td.order-actions:before {
      display: none; }
    .lte8 .woocommerce table.my_account_orders tr td.order-actions .button, .lte8
    .woocommerce-page table.my_account_orders tr td.order-actions .button {
      float: none;
      margin: .125em .25em .125em 0; }
  .lte8 .woocommerce .col2-set .col-1,
  .lte8 .woocommerce .col2-set .col-2, .lte8
  .woocommerce-page .col2-set .col-1,
  .lte8
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%; }
  .lte8 .woocommerce ul.products li.product, .lte8
  .woocommerce-page ul.products li.product {
    /*
			width: 48%;
			float: left;
			clear: both;
			margin: 0 0 2.992em;

			&:nth-child(2n) {
				float: right;
				clear: none !important;
			}
*/ }
  .lte8 .woocommerce div.product div.images,
  .lte8 .woocommerce div.product div.summary,
  .lte8 .woocommerce #content div.product div.images,
  .lte8 .woocommerce #content div.product div.summary, .lte8
  .woocommerce-page div.product div.images,
  .lte8
  .woocommerce-page div.product div.summary,
  .lte8
  .woocommerce-page #content div.product div.images,
  .lte8
  .woocommerce-page #content div.product div.summary {
    float: none;
    max-width: 100%; }
  .lte8 .woocommerce table.cart .product-thumbnail,
  .lte8 .woocommerce #content table.cart .product-thumbnail, .lte8
  .woocommerce-page table.cart .product-thumbnail,
  .lte8
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none; }
  .lte8 .woocommerce table.cart td.actions,
  .lte8 .woocommerce #content table.cart td.actions, .lte8
  .woocommerce-page table.cart td.actions,
  .lte8
  .woocommerce-page #content table.cart td.actions {
    text-align: left; }
    .lte8 .woocommerce table.cart td.actions .coupon,
    .lte8 .woocommerce #content table.cart td.actions .coupon, .lte8
    .woocommerce-page table.cart td.actions .coupon,
    .lte8
    .woocommerce-page #content table.cart td.actions .coupon {
      float: none;
      *zoom: 1;
      padding-bottom: .5em; }
      .lte8 .woocommerce table.cart td.actions .coupon:before, .lte8 .woocommerce table.cart td.actions .coupon:after,
      .lte8 .woocommerce #content table.cart td.actions .coupon:before,
      .lte8 .woocommerce #content table.cart td.actions .coupon:after, .lte8
      .woocommerce-page table.cart td.actions .coupon:before, .lte8
      .woocommerce-page table.cart td.actions .coupon:after,
      .lte8
      .woocommerce-page #content table.cart td.actions .coupon:before,
      .lte8
      .woocommerce-page #content table.cart td.actions .coupon:after {
        content: " ";
        display: table; }
      .lte8 .woocommerce table.cart td.actions .coupon:after,
      .lte8 .woocommerce #content table.cart td.actions .coupon:after, .lte8
      .woocommerce-page table.cart td.actions .coupon:after,
      .lte8
      .woocommerce-page #content table.cart td.actions .coupon:after {
        clear: both; }
    .lte8 .woocommerce table.cart td.actions input,
    .lte8 .woocommerce table.cart td.actions .button,
    .lte8 .woocommerce table.cart td.actions .input-text,
    .lte8 .woocommerce #content table.cart td.actions input,
    .lte8 .woocommerce #content table.cart td.actions .button,
    .lte8 .woocommerce #content table.cart td.actions .input-text, .lte8
    .woocommerce-page table.cart td.actions input,
    .lte8
    .woocommerce-page table.cart td.actions .button,
    .lte8
    .woocommerce-page table.cart td.actions .input-text,
    .lte8
    .woocommerce-page #content table.cart td.actions input,
    .lte8
    .woocommerce-page #content table.cart td.actions .button,
    .lte8
    .woocommerce-page #content table.cart td.actions .input-text {
      width: 48%;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .lte8 .woocommerce table.cart td.actions .input-text + .button,
    .lte8 .woocommerce table.cart td.actions .button.alt,
    .lte8 .woocommerce #content table.cart td.actions .input-text + .button,
    .lte8 .woocommerce #content table.cart td.actions .button.alt, .lte8
    .woocommerce-page table.cart td.actions .input-text + .button,
    .lte8
    .woocommerce-page table.cart td.actions .button.alt,
    .lte8
    .woocommerce-page #content table.cart td.actions .input-text + .button,
    .lte8
    .woocommerce-page #content table.cart td.actions .button.alt {
      float: right; }
  .lte8 .woocommerce .cart-collaterals .cart_totals,
  .lte8 .woocommerce .cart-collaterals .shipping_calculator,
  .lte8 .woocommerce .cart-collaterals .cross-sells, .lte8
  .woocommerce-page .cart-collaterals .cart_totals,
  .lte8
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .lte8
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left; }
  .lte8 .woocommerce.woocommerce-checkout form.login .form-row, .lte8
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none; }
  .lte8 .woocommerce #payment .terms, .lte8
  .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0; }
  .lte8 .woocommerce #payment #place_order, .lte8
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em; }
  .lte8 .woocommerce .lost_reset_password .form-row-first,
  .lte8 .woocommerce .lost_reset_password .form-row-last, .lte8
  .woocommerce-page .lost_reset_password .form-row-first,
  .lte8
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0; }

[role="banner"] {
  *zoom: 1; }
  [role="banner"]:before, [role="banner"]:after {
    content: " ";
    display: table; }
  [role="banner"]:after {
    clear: both; }

#skip, .screen-reader-text {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  #skip.focusable:active, #skip.focusable:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

.no-js-warning {
  background-color: #df0000;
  padding: 10px;
  color: white;
  display: block; }
  .no-js-warning a {
    color: yellow; }

.container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  background: white; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.fl-builder #content .container {
  max-width: none;
  padding: 0; }

.page-template-resources-page #content .container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1em;
  max-width: 1100px; }
  .page-template-resources-page #content .container:after {
    content: " ";
    display: block;
    clear: both; }

header.header {
  background-color: black; }

h1.site-name {
  padding-top: 20px; }

#content {
  *zoom: 1;
  clear: both;
  padding: 2em; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }

.fl-builder #content {
  *zoom: 1;
  clear: both;
  padding: 2em 0; }
  .fl-builder #content:before, .fl-builder #content:after {
    content: " ";
    display: table; }
  .fl-builder #content:after {
    clear: both; }

.page-sidebar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .lte8 .page-sidebar {
    clear: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    background-color: white; }
  .lte8 .page-sidebar {
    clear: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    background-color: white; }

aside.sidebar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .lte8 aside.sidebar {
    clear: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.20339%;
    float: right;
    margin-right: 0; }
  aside.sidebar ul {
    list-style: none;
    padding-left: 1em; }

aside.sidebar #menu-faq-categories ul li {
  list-style-type: disc; }

.woo-page-sidebar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .lte8 .woo-page-sidebar {
    clear: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 59.32203%;
    float: left;
    margin-right: 1.66667%;
    background-color: white; }

aside.woo-sidebar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .lte8 aside.woo-sidebar {
    clear: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.20339%;
    float: right;
    margin-right: 0; }
  aside.woo-sidebar ul {
    list-style: none;
    padding-left: 0; }
  aside.woo-sidebar .fl-builder-content {
    padding: 0; }
  aside.woo-sidebar .fl-node-5756517c61878 .fl-module-content {
    margin: 0; }

.read-more, .fl-post-feed-more {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem; }

.widget_wc_aelia_customer_country_selector_widget {
  padding: 5px 5px 5px 20px;
  background-color: #e85300;
  margin-bottom: 1.2em;
  color: white;
  font-size: 19px;
  font-size: 1.9rem; }
  .widget_wc_aelia_customer_country_selector_widget .customer_country_selector_form {
    margin: 10px 0 0 0;
    color: black;
    font-size: 16px;
    font-size: 1.6rem; }

.offline-forms {
  margin-bottom: 1.5em; }
  .offline-forms p {
    margin: 0 0 0.8em 0; }
  .offline-forms .btn, .offline-forms #submit, .offline-forms input[type="submit"], .offline-forms #nav-below a, #nav-below .offline-forms a, .offline-forms a.post-edit-link, .offline-forms .comment-reply-link, .offline-forms .read-more, .offline-forms .fl-post-feed-more, .offline-forms .manual-order a, .manual-order .offline-forms a, .offline-forms a.about_paypal {
    margin-bottom: 0.8em; }
  .lte8 .offline-forms .right {
    float: right; }

.post-type-archive-product h1.page-title {
  display: none; }

.purchase-cta {
  padding: 1.5em;
  background-color: #f9f9f9;
  border: #7f7f7f 1px solid;
  border-radius: 4px; }
  .purchase-cta p {
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem;
    margin: 0 1em 0 0; }

.manual-order {
  background-color: #d1d1df;
  padding: 1.5em;
  font-size: 19px;
  font-size: 1.9rem; }

.discount-table span.units {
  float: right;
  margin-left: 0.2em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

footer.footer {
  clear: both;
  background-color: #706762;
  margin-top: 2em;
  padding: 1em;
  color: white;
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem; }
  footer.footer:before, footer.footer:after {
    content: " ";
    display: table; }
  footer.footer:after {
    clear: both; }
  footer.footer ul {
    padding-left: 0;
    margin-bottom: 0; }
  footer.footer p {
    font-size: 14px;
    font-size: 1.4rem; }
  footer.footer a {
    color: white; }

.lte8 .footer-widget-1 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }

.lte8 .footer-widget-1 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%; }

.footer-widget-1 li {
  display: inline-block;
  margin-right: 0.6em;
  font-size: 14px;
  font-size: 1.4rem; }

.lte8 .footer-widget-4 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.15254%;
  float: right;
  margin-right: 0; }

.lte8 .footer-widget-4 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40.67797%;
  float: right;
  margin-right: 0; }

.footer-widget-4 p {
  margin-top: 0;
  text-align: right; }

#content .fl-post-feed-image-beside .fl-post-feed-image {
  width: auto !important;
  margin-right: 2em;
  float: none; }
  .lte8 #content .fl-post-feed-image-beside .fl-post-feed-image {
    float: left !important; }

#content .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
  width: auto;
  margin-left: 0; }

#content .fl-post-feed-post.fl-post-feed-image-beside {
  max-width: none !important; }

#content .fl-post-feed-image-beside .fl-post-feed-image, #content .fl-post-feed-image-beside .fl-post-feed-image img {
  max-width: 100% !important;
  width: auto !important; }

.payment-instructions {
  padding: 1em; }
  .payment-instructions h6 {
    font-weight: 700; }
  .payment-instructions p {
    margin: 0; }
  .payment-instructions ol li {
    margin-bottom: 1em; }

.woocommerce ul.products li.product .discount-table {
  margin-top: 0.6em;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem; }
  .woocommerce ul.products li.product .discount-table td {
    padding: 3px; }
  .woocommerce ul.products li.product .discount-table strong {
    display: inline; }

a.about_paypal {
  line-height: 1.15 !important; }

#content .fl-cta-inline .fl-cta-button {
  padding-left: 3%; }

body .woocommerce #content div.product div.images, body .woocommerce div.product div.images, body .woocommerce-page #content div.product div.images, body .woocommerce-page div.product div.images {
  width: 38%; }

body .woocommerce #content div.product div.summary, body .woocommerce div.product div.summary, body .woocommerce-page #content div.product div.summary, body .woocommerce-page div.product div.summary {
  width: 58%; }

#woocommerce_widget_cart-2 {
  padding: 0 20px; }
  .lte8 #woocommerce_widget_cart-2 li.empty {
    padding-bottom: 10em; }

.lte8 .woocommerce ul.products li.product .excerpt {
  float: left; }

.lte8 .woocommerce ul.products li.product .excerpt {
  width: 40%;
  margin-right: 3%; }

.woocommerce ul.products li.product .excerpt p {
  margin-top: 0; }

.woocommerce ul.products li.product .cart {
  width: 225px;
  margin-bottom: 0;
  clear: left; }
  .lte8 .woocommerce ul.products li.product .cart {
    position: absolute;
    right: 0;
    top: 180px; }
  .woocommerce ul.products li.product .cart .quantity, .woocommerce ul.products li.product .cart .button {
    display: inline-block; }
  .woocommerce ul.products li.product .cart .button {
    margin-top: 0; }
  .woocommerce ul.products li.product .cart .input-text {
    margin-bottom: 0;
    padding: 4px 10px; }

.woocommerce ul.products li.product .read-more {
  position: absolute;
  left: 0;
  top: 180px; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  pre, blockquote {
    border: 1px solid #666;
    page-break-inside: avoid; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; } }

.container {
  width: 1100px; }

.lte8 #navigation-toggle {
  max-height: none; }
/*# sourceMappingURL=lte-ie8.css.map */