@charset "UTF-8";
/* 0, 639px */
/* 640px, 1023px */
/* 1024px, 1279px */
/* 1280px, 1599px */
/* 1600px */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  -webkit-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"] {
  -webkit-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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

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

meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 39.9375em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40em) and (max-width:63.9375em)/";
  width: 40em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64em) and (max-width:79.9375em)/";
  width: 64em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80em)/";
  width: 80em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:80em) and (max-width:99.9375em)/";
  width: 80em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:100em)/";
  width: 100em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #000;
  cursor: auto;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -15px;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}

@media only screen and (min-width: 40em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 64em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0px;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0px 0px;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 40em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 64em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 39.9375em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 100em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #000;
  line-height: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.11111rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.19444rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.77778rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0.5rem;
  margin-top: 0rem;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #595959;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.44444rem;
}

h3 {
  font-size: 0.94444rem;
}

h4 {
  font-size: 0.72222rem;
}

h5 {
  font-size: 0.88889rem;
}

h6 {
  font-size: 0.61111rem;
}

.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.11111rem 0 1.05556rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: #c2c2c2;
  border-color: #aeaeae;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.11111rem 0.27778rem 0.05556rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.11111rem;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.11111rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.11111rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.11111rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.66667rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #000;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #dddddd;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.11111rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.72222rem;
  color: #3b3b3b;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #3b3b3b;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #595959;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.11111rem 0;
  border: 1px solid #dddddd;
  padding: 0.55556rem 0.66667rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.83333rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.05556rem;
}

@media only screen and (min-width: 40em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.33;
  }
  h1 {
    font-size: 3.55556rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.22222rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.88889rem;
  }
  h6 {
    font-size: 0.61111rem;
  }
}

/* small displays */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 80em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 100em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem;
  background-color: #ff0000;
  border-color: #4d4d4d;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #4d4d4d;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fff;
}
button.secondary,
.button.secondary {
  background-color: #333;
  border-color: #292929;
  color: #fff;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #292929;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #fff;
}
button.success,
.button.success {
  background-color: #93ca78;
  border-color: #6eb84a;
  color: #fff;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #6eb84a;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #fff;
}
button.alert,
.button.alert {
  background-color: #fd8a8a;
  border-color: #fc3d3d;
  color: #333333;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #fc3d3d;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #fff;
}
button.warning,
.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  color: #fff;
}
button.info,
.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  background-color: #61b6d9;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  color: #fff;
}
button.large,
.button.large {
  padding: 1.44444rem 2.88889rem 1.5rem 2.88889rem;
  font-size: 1rem;
}
button.small,
.button.small {
  padding: 0.5rem 1rem 0.55556rem 1rem;
  font-size: 0.66667rem;
}
button.tiny,
.button.tiny {
  padding: 0.38889rem 0.77778rem 0.44444rem 0.77778rem;
  font-size: 0.5rem;
}
button.expand,
.button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.66667rem;
}
button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.66667rem;
}
button.radius,
.button.radius {
  border-radius: 3px;
}
button.round,
.button.round {
  border-radius: 1000px;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #ff0000;
  border-color: #4d4d4d;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #4d4d4d;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #fff;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #ff0000;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #333;
  border-color: #292929;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #292929;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #fff;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #333;
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #93ca78;
  border-color: #6eb84a;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #6eb84a;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #fff;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #93ca78;
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #fd8a8a;
  border-color: #fc3d3d;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #fc3d3d;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #fff;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #fd8a8a;
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  color: #fff;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.7;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  color: #fff;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40em) {
  button,
  .button {
    display: inline-block;
  }
}

/* Standard Forms */
form {
  margin: 0 0 1.11111rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.55556rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.55556rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.55556rem;
}

/* Label Styles */
label {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 0.66667rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1.11111rem 0;
  padding: 0.55556rem 0;
}
label small {
  text-transform: capitalize;
  color: #7d7d7d;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.66667rem;
  height: 2.27778rem;
  line-height: 2.27778rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border-color: true;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 0;
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  display: block;
  font-family: inherit;
  font-size: 0.66667rem;
  height: 2.27778rem;
  margin: 0 0 1.11111rem 0;
  padding: 0.55556rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: rgba(0, 0, 0, 0.1);
  border-color: #999999;
  outline: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #dddddd;
  cursor: default;
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0;
  border-color: #cccccc;
  color: #000;
  font-family: inherit;
  font-size: 0.66667rem;
  line-height: normal;
  padding: 0.55556rem;
  border-radius: 0;
  height: 2.27778rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #999999;
}
select:disabled {
  background-color: #dddddd;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.11111rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.55556rem;
  margin-right: 1.11111rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  margin: 1rem 0;
  padding: 1.11111rem;
}
fieldset legend {
  background: #ffffff;
  font-weight: bold;
  margin-left: -0.16667rem;
  margin: 0;
  padding: 0 0.16667rem;
}

/* Error Handling */
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  font-size: 0.66667rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  margin-top: -1px;
  padding: 0.33333rem 0.5rem 0.5rem;
  background: #fd8a8a;
  color: #333333;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  font-size: 0.66667rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  margin-top: -1px;
  padding: 0.33333rem 0.5rem 0.5rem;
  background: #fd8a8a;
  color: #333333;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.11111rem;
}

.error label,
.error label.error {
  color: #fd8a8a;
}

.error small.error {
  display: block;
  font-size: 0.66667rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.11111rem;
  margin-top: -1px;
  padding: 0.33333rem 0.5rem 0.5rem;
  background: #fd8a8a;
  color: #333333;
}

.error > label > small {
  background: transparent;
  color: #7d7d7d;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #fd8a8a;
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-1:before,
  .xlarge-block-grid-1:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-1:after {
    clear: both;
  }
  .xlarge-block-grid-1 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-1 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 100%;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-2:before,
  .xlarge-block-grid-2:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-2:after {
    clear: both;
  }
  .xlarge-block-grid-2 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-2 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 50%;
  }
  .xlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-3:before,
  .xlarge-block-grid-3:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-3:after {
    clear: both;
  }
  .xlarge-block-grid-3 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-3 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 33.33333%;
  }
  .xlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-4:before,
  .xlarge-block-grid-4:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-4:after {
    clear: both;
  }
  .xlarge-block-grid-4 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-4 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 25%;
  }
  .xlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-5:before,
  .xlarge-block-grid-5:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-5:after {
    clear: both;
  }
  .xlarge-block-grid-5 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-5 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 20%;
  }
  .xlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-6:before,
  .xlarge-block-grid-6:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-6:after {
    clear: both;
  }
  .xlarge-block-grid-6 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-6 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 16.66667%;
  }
  .xlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-7:before,
  .xlarge-block-grid-7:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-7:after {
    clear: both;
  }
  .xlarge-block-grid-7 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-7 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 14.28571%;
  }
  .xlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-8:before,
  .xlarge-block-grid-8:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-8:after {
    clear: both;
  }
  .xlarge-block-grid-8 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-8 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 12.5%;
  }
  .xlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-9:before,
  .xlarge-block-grid-9:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-9:after {
    clear: both;
  }
  .xlarge-block-grid-9 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-9 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 11.11111%;
  }
  .xlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-10:before,
  .xlarge-block-grid-10:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-10:after {
    clear: both;
  }
  .xlarge-block-grid-10 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-10 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 10%;
  }
  .xlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-11:before,
  .xlarge-block-grid-11:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-11:after {
    clear: both;
  }
  .xlarge-block-grid-11 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-11 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 9.09091%;
  }
  .xlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xlarge-block-grid-12:before,
  .xlarge-block-grid-12:after {
    content: " ";
    display: table;
  }
  .xlarge-block-grid-12:after {
    clear: both;
  }
  .xlarge-block-grid-12 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xlarge-block-grid-12 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 8.33333%;
  }
  .xlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-1:before,
  .xxlarge-block-grid-1:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-1:after {
    clear: both;
  }
  .xxlarge-block-grid-1 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-1 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 100%;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-2:before,
  .xxlarge-block-grid-2:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-2:after {
    clear: both;
  }
  .xxlarge-block-grid-2 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-2 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 50%;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-3:before,
  .xxlarge-block-grid-3:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-3:after {
    clear: both;
  }
  .xxlarge-block-grid-3 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-3 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 33.33333%;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-4:before,
  .xxlarge-block-grid-4:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-4:after {
    clear: both;
  }
  .xxlarge-block-grid-4 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-4 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 25%;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-5:before,
  .xxlarge-block-grid-5:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-5:after {
    clear: both;
  }
  .xxlarge-block-grid-5 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-5 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 20%;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-6:before,
  .xxlarge-block-grid-6:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-6:after {
    clear: both;
  }
  .xxlarge-block-grid-6 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-6 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 16.66667%;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-7:before,
  .xxlarge-block-grid-7:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-7:after {
    clear: both;
  }
  .xxlarge-block-grid-7 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-7 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 14.28571%;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-8:before,
  .xxlarge-block-grid-8:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-8:after {
    clear: both;
  }
  .xxlarge-block-grid-8 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-8 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 12.5%;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-9:before,
  .xxlarge-block-grid-9:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-9:after {
    clear: both;
  }
  .xxlarge-block-grid-9 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-9 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 11.11111%;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-10:before,
  .xxlarge-block-grid-10:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-10:after {
    clear: both;
  }
  .xxlarge-block-grid-10 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-10 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 10%;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-11:before,
  .xxlarge-block-grid-11:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-11:after {
    clear: both;
  }
  .xxlarge-block-grid-11 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-11 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 9.09091%;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .xxlarge-block-grid-12:before,
  .xxlarge-block-grid-12:after {
    content: " ";
    display: table;
  }
  .xxlarge-block-grid-12:after {
    clear: both;
  }
  .xxlarge-block-grid-12 > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .xxlarge-block-grid-12 > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 8.33333%;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

/**********************************************************************************/
/* Navigation / Large Screens *****************************************************/
/**********************************************************************************/
.main-navigation-slices {
  text-align: left;
  height: auto;
  display: none;
  padding-left: 40px;
}
@media only screen and (min-width: 64em) {
  .main-navigation-slices {
    display: block;
  }
}
.main-navigation-slices > ul {
  font-size: 1em;
  margin: 0;
  list-style: none;
  margin-left: -1em;
}
.main-navigation-slices > ul:after {
  content: "";
  clear: both;
  display: block;
}
.main-navigation-slices > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.main-navigation-slices > ul > li > a {
  padding: 0.5em 1em;
}
.main-navigation-slices > ul > li > a:hover {
  opacity: 0.5;
}
.main-navigation-slices > ul > li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 100%;
}
.main-navigation-slices > ul > li a:hover {
  color: white;
}
.main-navigation-slices > ul > li.menu-item-has-children > a:after {
  margin-left: 0.3125em;
  position: relative;
  top: 2px;
}
.main-navigation-slices > ul > li > ul {
  font-size: 1em;
  line-height: 2em;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: header_dropdowns_anim;
  animation-name: header_dropdowns_anim;
}
.main-navigation-slices > ul > li > ul > li {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: table-cell;
  text-align: left;
  padding: 3em 0 3em 3em;
  vertical-align: top;
  min-width: 21em;
  border-right: 1px solid #eee;
}
.main-navigation-slices > ul > li > ul > li:hover {
  background: #f5f5f5;
}
.main-navigation-slices > ul > li > ul > li a {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 0.85em;
  color: #666;
  height: auto;
  line-height: 1.6em;
}
.main-navigation-slices > ul > li > ul > li a:hover {
  color: #000;
  opacity: 0.35;
}
.main-navigation-slices > ul > li > ul > li > a {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 1.5em;
  max-width: 15em;
  color: #000;
}
.main-navigation-slices > ul > li > ul > li ul {
  font-size: 1em;
  line-height: 2em;
  margin: 0;
  list-style: none;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.main-navigation-slices > ul > li > ul > li ul li {
  width: 15em;
  margin-right: 3em;
}
.main-navigation-slices > ul > li > ul > li ul li a {
  padding: 0.5em 0;
}
.main-navigation-slices > ul > li > ul > li ul ul.sub-list {
  float: left;
}
.main-navigation-slices > ul > li > ul > li:first-child {
  padding-left: 40px;
}

@-webkit-keyframes header_dropdowns_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes header_dropdowns_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**********************************************************************************/
/* Navigation / Large Screens *****************************************************/
/**********************************************************************************/
.main-navigation-flyout {
  text-align: left;
  height: auto;
  display: none;
}
@media only screen and (min-width: 64em) {
  .main-navigation-flyout {
    display: block;
  }
}
.main-navigation-flyout > ul {
  font-size: 1em;
  padding: 1em 0;
  margin: 0;
  list-style: none;
  margin-left: -1em;
}
.main-navigation-flyout > ul:after {
  content: "";
  clear: both;
  display: block;
}
.main-navigation-flyout > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.main-navigation-flyout > ul > li > a {
  padding: 0.5em 1em;
}
.main-navigation-flyout > ul > li > a:hover {
  opacity: 0.5;
}
.main-navigation-flyout > ul > li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 100%;
}
.main-navigation-flyout > ul > li a:hover {
  color: white;
}
.main-navigation-flyout > ul > li.call-to-action > a {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.3125em;
}
.main-navigation-flyout > ul > li.menu-item-has-children > a:after {
  margin-left: 0.3125em;
  position: relative;
  top: 2px;
}
.main-navigation-flyout > ul > li:not(.mega-menu) {
  position: relative;
}
.main-navigation-flyout > ul > li:not(.mega-menu) ul {
  font-size: 0.85em;
  line-height: 2em;
  padding: 1em 0;
  margin: 0;
  list-style: none;
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: -1em;
  width: 19em;
  z-index: 99999;
  -webkit-box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: main_nav_anim;
  animation-name: main_nav_anim;
}
.main-navigation-flyout > ul > li:not(.mega-menu) ul li {
  display: block;
  position: relative;
  text-align: left;
  z-index: 99999;
}
.main-navigation-flyout
  > ul
  > li:not(.mega-menu)
  ul
  li.menu-item-has-children
  > a:after {
  margin-left: 0.625em;
  position: relative;
  top: 2px;
}
.main-navigation-flyout > ul > li:not(.mega-menu) ul li a {
  margin: 5px 2.3em;
  padding: 0;
  line-height: 2em;
  border-bottom: 2px solid transparent;
  text-transform: none;
  font-weight: normal;
  color: #000 !important;
}
.main-navigation-flyout > ul > li:not(.mega-menu) ul li a:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  opacity: 0.5;
}
.main-navigation-flyout > ul > li:not(.mega-menu) ul li ul {
  left: 100%;
  top: -1em;
  font-size: 1em;
}
.main-navigation-flyout > ul > li:not(.mega-menu) ul li:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-navigation-flyout > ul > li:not(.mega-menu) ul li:hover > ul {
  display: block;
}
.main-navigation-flyout > ul > li.mega-menu {
  position: relative;
}
.main-navigation-flyout > ul > li.mega-menu > ul {
  font-size: 1em;
  line-height: 2em;
  padding: 1.563em 0 0 0;
  margin: 0;
  list-style: none;
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: -1.25em;
  z-index: 99999;
  -webkit-box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: main_nav_anim;
  animation-name: main_nav_anim;
}
.main-navigation-flyout > ul > li.mega-menu > ul > li {
  display: table-cell;
  text-align: left;
}
.main-navigation-flyout > ul > li.mega-menu > ul > li a {
  margin: 0.3125em 2.188em;
  padding: 0;
  border-bottom: 2px solid transparent;
  text-transform: none;
  color: #000 !important;
}
.main-navigation-flyout > ul > li.mega-menu > ul > li a:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  opacity: 0.5;
}
.main-navigation-flyout > ul > li.mega-menu > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
.main-navigation-flyout > ul > li.mega-menu > ul > li ul {
  font-size: 1em;
  line-height: 2em;
  padding: 1.563em 0 0 0;
  margin: 0;
  list-style: none;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0.3125em 0 1.25em 0;
  width: 19em;
}
.main-navigation-flyout
  > ul
  > li.mega-menu
  > ul
  > li.menu-item-has-children
  a:after,
.main-navigation-flyout
  > ul
  > li.mega-menu
  > ul
  > li.page_item_has_children
  a:after {
  display: none;
}
.main-navigation-flyout > ul > li.mega-menu > ul.with_bg_image {
  padding: 1.563em 9.375em 0 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-navigation-flyout > ul > li:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-navigation-flyout > ul > li:hover > a {
  opacity: 0.5;
}
.main-navigation-flyout > ul > li:hover > ul {
  display: block;
}
.main-navigation-flyout.align_left {
  text-align: left;
  padding-left: 40px;
}
.main-navigation-flyout.align_center {
  text-align: center;
}
.main-navigation-flyout.align_right {
  text-align: right;
  padding-right: 40px;
}
.main-navigation-flyout.align_right > ul > li:not(.mega-menu) ul ul {
  left: -100%;
}

@-webkit-keyframes main_nav_anim {
  0% {
    opacity: 0;
    margin: 0.9375em 0 0 0;
  }
  100% {
    opacity: 1;
    margin: 0;
  }
}

@keyframes main_nav_anim {
  0% {
    opacity: 0;
    margin: 0.9375em 0 0 0;
  }
  100% {
    opacity: 1;
    margin: 0;
  }
}

.offcanvas_container {
  position: relative;
  /* overflow: hidden; */
  background: #fff;
}

.offcanvas_main_content {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1),
    -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: #fff;
}

.offcanvas_overlay {
  position: fixed;
  z-index: -9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: offcanvas_overlay_closing_animation 1s forwards;
  animation: offcanvas_overlay_closing_animation 1s forwards;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1),
    -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
body.no-offcanvas-animation .offcanvas_overlay {
  top: 100%;
  left: 100%;
  width: 0;
  height: 0;
}
.offcanvas_overlay .close-canvas {
  position: absolute;
  z-index: 11000;
  top: 0;
  font-size: 1.11111rem;
  color: #808080;
  background: #000;
  text-align: center;
  line-height: 55px;
  width: 55px;
  height: 55px;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 64em) {
  .offcanvas_overlay .close-canvas {
    display: none;
  }
}

.offcanvas_aside {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 320px;
  height: 100%;
  overflow: hidden;
}
.ie9 .offcanvas_aside {
  -ms-transform: scale(1, 1);
}
body.no-offcanvas-animation .offcanvas_aside {
  visibility: hidden;
}
@media only screen and (min-width: 64em) {
  .offcanvas_aside {
    width: 400px;
  }
  .offcanvas_for_quickview .offcanvas_aside {
    width: 620px;
  }
}
.offcanvas_aside.offcanvas_aside_left {
  left: -100%;
  background: #fff;
  -webkit-animation: offcanvas_left_closing_animation 1s forwards;
  animation: offcanvas_left_closing_animation 1s forwards;
}
.offcanvas_aside.offcanvas_aside_right {
  right: -100%;
  -webkit-animation: offcanvas_right_closing_animation 1s forwards;
  animation: offcanvas_right_closing_animation 1s forwards;
}
.offcanvas_aside .offcanvas_aside_content {
  height: 100%;
  overflow: auto;
}

@media only screen and (max-width: 39.9375em) {
  body.admin-bar .offcanvas_aside_content {
    margin-top: 46px !important;
  }
}

body.offcanvas_open {
  /*.offcanvas_main_content {	
		overflow: hidden;
		height: 100vh;
	}*/
}
body.offcanvas_open .offcanvas_overlay {
  -webkit-animation: offcanvas_overlay_open_animation 1s forwards;
  animation: offcanvas_overlay_open_animation 1s forwards;
}
.ie9 body.offcanvas_open .offcanvas_overlay {
  opacity: 1;
  z-index: 9999;
}
body.offcanvas_open .offcanvas_overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: global_fadein 0.5s forwards;
  animation: global_fadein 0.5s forwards;
}
.ie9 body.offcanvas_open .offcanvas_overlay::after {
  opacity: 1;
}

body.offcanvas_left .offcanvas_main_content,
body.offcanvas_left .offcanvas_overlay {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.ie9 body.offcanvas_left .offcanvas_main_content,
.ie9 body.offcanvas_left .offcanvas_overlay {
  margin-left: 320px;
}

body.offcanvas_left .offcanvas_overlay .close-canvas {
  left: 0px;
}

.ie9 body.offcanvas_left .offcanvas_overlay {
  left: 320px;
  right: auto;
}

body.offcanvas_left .offcanvas_aside_left {
  -webkit-animation: offcanvas_left_open_animation 1s forwards;
  animation: offcanvas_left_open_animation 1s forwards;
}
.ie9 body.offcanvas_left .offcanvas_aside_left {
  opacity: 1;
  left: 0;
}

@media only screen and (min-width: 64em) {
  body.offcanvas_left .offcanvas_main_content,
  body.offcanvas_left .offcanvas_overlay {
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }
  .ie9 body.offcanvas_left .offcanvas_main_content,
  .ie9 body.offcanvas_left .offcanvas_overlay {
    margin-left: 400px;
  }
  .ie9 body.offcanvas_left .offcanvas_overlay {
    left: 400px;
  }
  body.offcanvas_left.offcanvas_for_quickview .offcanvas_main_content,
  body.offcanvas_left.offcanvas_for_quickview .offcanvas_overlay {
    -webkit-transform: translate3d(620px, 0, 0);
    transform: translate3d(620px, 0, 0);
  }
  .ie9 body.offcanvas_left.offcanvas_for_quickview .offcanvas_main_content,
  .ie9 body.offcanvas_left.offcanvas_for_quickview .offcanvas_overlay {
    margin-left: 620px;
  }
  .ie9 body.offcanvas_left.offcanvas_for_quickview .offcanvas_overlay {
    left: 620px;
  }
}

body.offcanvas_right .offcanvas_main_content,
body.offcanvas_right .offcanvas_overlay {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.ie9 body.offcanvas_right .offcanvas_main_content,
.ie9 body.offcanvas_right .offcanvas_overlay {
  margin-right: 320px;
}

body.offcanvas_right .offcanvas_overlay .close-canvas {
  right: 0px;
}

.ie9 body.offcanvas_right .offcanvas_overlay {
  right: 320px;
  left: auto;
}

body.offcanvas_right .offcanvas_aside_right {
  -webkit-animation: offcanvas_right_open_animation 1s forwards;
  animation: offcanvas_right_open_animation 1s forwards;
}
.ie9 body.offcanvas_right .offcanvas_aside_right {
  opacity: 1;
  right: 0;
}

@media only screen and (min-width: 64em) {
  body.offcanvas_right .offcanvas_main_content,
  body.offcanvas_right .offcanvas_overlay {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
  }
  .ie9 body.offcanvas_right .offcanvas_main_content,
  .ie9 body.offcanvas_right .offcanvas_overlay {
    margin-right: 400px;
  }
  .ie9 body.offcanvas_right .offcanvas_overlay {
    right: 400px;
  }
  body.offcanvas_right.offcanvas_for_quickview .offcanvas_main_content,
  body.offcanvas_right.offcanvas_for_quickview .offcanvas_overlay {
    -webkit-transform: translate3d(-620px, 0, 0);
    transform: translate3d(-620px, 0, 0);
  }
  .ie9 body.offcanvas_right.offcanvas_for_quickview .offcanvas_main_content,
  .ie9 body.offcanvas_right.offcanvas_for_quickview .offcanvas_overlay {
    margin-right: 620px;
  }
  .ie9 body.offcanvas_right.offcanvas_for_quickview .offcanvas_overlay {
    right: 620px;
  }
}

@-webkit-keyframes offcanvas_left_open_animation {
  0% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes offcanvas_left_open_animation {
  0% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes offcanvas_left_closing_animation {
  0% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  99% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    left: -100%;
  }
}

@keyframes offcanvas_left_closing_animation {
  0% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  99% {
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    left: -100%;
  }
}

@-webkit-keyframes offcanvas_right_open_animation {
  0% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes offcanvas_right_open_animation {
  0% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes offcanvas_right_closing_animation {
  0% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  99% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    right: -100%;
  }
}

@keyframes offcanvas_right_closing_animation {
  0% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  99% {
    right: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    right: -100%;
  }
}

@-webkit-keyframes offcanvas_overlay_open_animation {
  0% {
    opacity: 0;
    z-index: 9999;
  }
  70% {
    opacity: 0;
    z-index: 9999;
  }
  100% {
    opacity: 1;
    z-index: 9999;
  }
}

@keyframes offcanvas_overlay_open_animation {
  0% {
    opacity: 0;
    z-index: 9999;
  }
  70% {
    opacity: 0;
    z-index: 9999;
  }
  100% {
    opacity: 1;
    z-index: 9999;
  }
}

@-webkit-keyframes offcanvas_overlay_closing_animation {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  70% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 0;
    z-index: -9999;
  }
}

@keyframes offcanvas_overlay_closing_animation {
  0% {
    opacity: 1;
    z-index: 9999;
  }
  70% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 0;
    z-index: -9999;
  }
}

.page-wrapper {
  position: relative;
  opacity: 0;
  -webkit-animation: forceOpacity 1s forwards;
  animation: forceOpacity 1s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.page-wrapper.visible {
  -webkit-animation: global_fadein 1s forwards;
  animation: global_fadein 1s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ie9 .page-wrapper.visible {
  opacity: 1;
}

.site-content {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 39.9375em),
  only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .site-content {
    padding-top: 55px !important;
  }
}
.site-content .site-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -o-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}
.site-content .site-content-overlay.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

body.header-transparent.page-without-title .site-content,
body.header-transparent.single-post .site-content,
body.header-transparent.tax-product_cat .site-content {
  padding-top: 0 !important;
}
@media only screen and (max-width: 39.9375em),
  only screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.header-transparent.page-without-title
    .site-content
    .shop-page-category-description.no-padding,
  body.header-transparent.single-post
    .site-content
    .shop-page-category-description.no-padding,
  body.header-transparent.tax-product_cat
    .site-content
    .shop-page-category-description.no-padding {
    padding-top: 55px !important;
  }
}

body.header-transparent.page-without-title.blog h1.blog-header {
  margin-top: 55px;
}

@media only screen and (min-width: 64em) {
  body.footer-sticky .site-content {
    padding-bottom: 30px;
  }
}

.wpb_text_column {
  float: inherit !important;
}

.getbowtied-ajaxsearchform-container {
  overflow: hidden;
}
@media only screen and (max-width: 39.9375em) {
  .getbowtied-ajaxsearchform-container {
    position: relative;
  }
}

.no-suggestion {
  padding-bottom: 25px !important;
  pointer-events: none !important;
}
@media only screen and (min-width: 40em) {
  .no-suggestion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.no-suggestion a {
  pointer-events: none;
}
@media only screen and (max-width: 39.9375em) {
  .no-suggestion {
    padding: 10px 0px 15px 20px !important;
  }
  .no-suggestion .autocomplete-suggestion-info {
    text-align: left !important;
  }
}

.autocomplete-suggestions {
  display: block;
  width: 100% !important;
}
@media only screen and (min-width: 40em) {
  .autocomplete-suggestions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.autocomplete-suggestions:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.autocomplete-suggestions a {
  pointer-events: none;
}
@media only screen and (max-width: 39.9375em) {
  .autocomplete-suggestions {
    padding: 0 !important;
  }
}

.autocomplete-suggestion {
  cursor: pointer;
  background: #fff;
  z-index: 999;
  position: relative;
}
@media only screen and (max-width: 39.9375em) {
  .autocomplete-suggestion {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  }
  .autocomplete-suggestion .autocomplete-suggestion-image {
    width: 55px;
    float: left;
    max-width: 20%;
  }
  .autocomplete-suggestion .autocomplete-suggestion-info {
    font-size: 0.55556rem;
    float: left;
    padding: 10px 0 5px 10px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 40em) {
  .autocomplete-suggestion {
    padding-top: 25px !important;
  }
  .autocomplete-suggestion:hover {
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }
  .autocomplete-suggestion:after {
    content: "";
    display: block;
    clear: both;
  }
  .autocomplete-suggestion .autocomplete-suggestion-image {
    margin: auto;
    width: 130px;
    text-align: center;
  }
  .autocomplete-suggestion .autocomplete-suggestion-image img {
    width: 130px !important;
  }
  .autocomplete-suggestion .autocomplete-suggestion-info {
    padding: 20px;
    text-align: center;
  }
  .autocomplete-suggestion .autocomplete-suggestion-info a {
    font-size: 0.77778rem;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .autocomplete-suggestion .autocomplete-suggestion-info a {
    font-size: 0.66667rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .autocomplete-suggestion .autocomplete-suggestion-info a {
    font-size: 0.72222rem;
  }
  .autocomplete-suggestion:after {
    content: "";
    display: block;
    clear: both;
  }
  .autocomplete-suggestion .autocomplete-suggestion-image {
    margin: auto;
    width: 130px;
    text-align: center;
  }
  .autocomplete-suggestion .autocomplete-suggestion-image img {
    width: 130px !important;
  }
  .autocomplete-suggestion:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 39.9375em) {
  .autocomplete-suggestion {
    border-bottom: 1px solid #cccccc61;
  }
  .autocomplete-suggestion .autocomplete-suggestion-image {
    width: 55px;
    float: left;
    max-width: 20%;
  }
  .autocomplete-suggestion .autocomplete-suggestion-info {
    font-size: 0.55556rem;
    float: left;
    padding: 10px 0 5px 10px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 40em) {
  .autocomplete-suggestion {
    padding-top: 25px !important;
  }
  .autocomplete-suggestion:hover {
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }
  .autocomplete-suggestion .autocomplete-suggestion-image {
    margin: auto;
    width: 130px;
    text-align: center;
  }
  .autocomplete-suggestion .autocomplete-suggestion-image img {
    width: 130px !important;
  }
  .autocomplete-suggestion .autocomplete-suggestion-info {
    padding: 20px;
    text-align: center;
  }
  .autocomplete-suggestion .autocomplete-suggestion-info a {
    font-size: 0.77778rem;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .autocomplete-suggestion .autocomplete-suggestion-info a {
    font-size: 0.66667rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .autocomplete-suggestion .autocomplete-suggestion-info a {
    font-size: 0.72222rem;
  }
}

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .autocomplete-suggestion:nth-child(6) {
    display: none !important;
  }
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .autocomplete-suggestion {
    display: none !important;
  }
  .autocomplete-suggestion:first-child,
  .autocomplete-suggestion:nth-child(2),
  .autocomplete-suggestion:nth-child(3),
  .autocomplete-suggestion:nth-child(4) {
    display: block !important;
  }
}

.search_wrapper .getbowtied_search_bar .search-field.getbowtied-s {
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 2%;
}
@media only screen and (min-width: 64em) {
  .search_wrapper .getbowtied_search_bar .search-field.getbowtied-s {
    background-position: 8px center;
    background-size: 1.5%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .search_wrapper .getbowtied_search_bar .search-field.getbowtied-s {
    background-size: 3%;
  }
}

.search-widget-hide {
  display: none !important;
}

.search_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  display: none;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: header_dropdowns_anim;
  animation-name: header_dropdowns_anim;
  overflow: hidden;
}
.search_wrapper .getbowtied_search_bar .screen-reader-text {
  display: none;
}
.search_wrapper .getbowtied_search_bar .search-field {
  padding: 0;
  margin: 0;
  height: 3.05556rem;
  border: none;
  background: #f2f2f2;
  font-size: 0.88889rem;
  letter-spacing: -0.03em;
  padding-right: 3.05556rem;
  padding-left: 1.11111rem;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.search_wrapper .getbowtied_search_bar .search-field.loading {
  background-repeat: no-repeat;
  background-image: url("../images/loader.svg");
  background-position: 4px center;
  background-size: 10px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media only screen and (min-width: 64em) {
  .search_wrapper .getbowtied_search_bar .search-field.loading {
    background-position: 8px center;
    background-size: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .search_wrapper .getbowtied_search_bar .search-field {
    font-size: 1.66667rem;
    height: 4.16667rem;
    padding-left: 2.22222rem;
    padding-right: 6.11111rem;
  }
}
.search_wrapper .getbowtied_search_bar input[type="submit"],
.search_wrapper .getbowtied_search_bar button[type="submit"] {
  position: absolute;
  top: 1rem;
  right: 1.11111rem;
  width: 1.11111rem;
  height: 1.11111rem;
  background: none !important;
  font-size: 0;
  z-index: 999;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .search_wrapper .getbowtied_search_bar input[type="submit"],
  .search_wrapper .getbowtied_search_bar button[type="submit"] {
    right: 2.22222rem;
    width: 2.22222rem;
    height: 2.22222rem;
  }
}
.search_wrapper .getbowtied_search_bar input[type="submit"]:focus,
.search_wrapper .getbowtied_search_bar button[type="submit"]:focus {
  background: inherit;
}
.search_wrapper .getbowtied_search_bar input[type="submit"]:after,
.search_wrapper .getbowtied_search_bar button[type="submit"]:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'></path></svg>");
  position: relative;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 64em) {
  .search_wrapper .getbowtied_search_bar input[type="submit"]:after,
  .search_wrapper .getbowtied_search_bar button[type="submit"]:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'></path></svg>");
  }
}
.search_wrapper .search-widget-area {
  display: none !important;
}
@media only screen and (max-width: 39.9375em) {
  .search_wrapper .search-widget-area {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .search_wrapper .search-widget-area:before,
  .search_wrapper .search-widget-area:after {
    content: " ";
    display: table;
  }
  .search_wrapper .search-widget-area:after {
    clear: both;
  }
  .search_wrapper .search-widget-area > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .search_wrapper .search-widget-area > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 50%;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(1n) {
    clear: none;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .search_wrapper .search-widget-area {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .search_wrapper .search-widget-area:before,
  .search_wrapper .search-widget-area:after {
    content: " ";
    display: table;
  }
  .search_wrapper .search-widget-area:after {
    clear: both;
  }
  .search_wrapper .search-widget-area > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .search_wrapper .search-widget-area > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 50%;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(1n) {
    clear: none;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .search_wrapper .search-widget-area {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .search_wrapper .search-widget-area:before,
  .search_wrapper .search-widget-area:after {
    content: " ";
    display: table;
  }
  .search_wrapper .search-widget-area:after {
    clear: both;
  }
  .search_wrapper .search-widget-area > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .search_wrapper .search-widget-area > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 33.33333%;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(1n) {
    clear: none;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  .search_wrapper .search-widget-area {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .search_wrapper .search-widget-area:before,
  .search_wrapper .search-widget-area:after {
    content: " ";
    display: table;
  }
  .search_wrapper .search-widget-area:after {
    clear: both;
  }
  .search_wrapper .search-widget-area > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .search_wrapper .search-widget-area > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 25%;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(1n) {
    clear: none;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(4n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 100em) and (max-width: 99999999em) {
  .search_wrapper .search-widget-area {
    display: block;
    padding: 0;
    margin: 0 0px;
  }
  .search_wrapper .search-widget-area:before,
  .search_wrapper .search-widget-area:after {
    content: " ";
    display: table;
  }
  .search_wrapper .search-widget-area:after {
    clear: both;
  }
  .search_wrapper .search-widget-area > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0px 0px;
  }
  .search_wrapper .search-widget-area > li {
    list-style: none;
    padding: 0 0px 0px;
    width: 20%;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(1n) {
    clear: none;
  }
  .search_wrapper .search-widget-area > li:nth-of-type(5n + 1) {
    clear: both;
  }
}
.search_wrapper .search-widget-area li.widget {
  padding: 2.22222rem 2.22222rem;
  border-bottom-width: 0;
}
@media only screen and (max-width: 39.9375em) {
  .search_wrapper .search-widget-area li.widget:nth-of-type(1n + 3) {
    display: none;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .search_wrapper .search-widget-area li.widget:nth-of-type(1n + 3) {
    display: none;
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .search_wrapper .search-widget-area li.widget:nth-of-type(1n + 4) {
    display: none;
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  .search_wrapper .search-widget-area li.widget:nth-of-type(1n + 5) {
    display: none;
  }
}
@media only screen and (min-width: 100em) and (max-width: 99999999em) {
  .search_wrapper .search-widget-area li.widget:nth-of-type(1n + 6) {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .search_wrapper .search-widget-area {
    display: block !important;
  }
}

.site-header .header-wrapper .tools .myaccount-dropdown {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.site-header .header-wrapper .tools .myaccount-dropdown ul {
  display: block;
  position: absolute;
  top: 100%;
  right: -20px;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  width: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin: 0;
  padding: 0;
  margin-top: -4px;
}
.site-header .header-wrapper .tools .myaccount-dropdown ul:before {
  width: 100%;
  height: 4px;
  display: block;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.site-header .header-wrapper .tools .myaccount-dropdown ul > li {
  float: left;
  display: block;
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.site-header .header-wrapper .tools .myaccount-dropdown ul > li.avatar {
  padding: 1rem 0;
  text-align: center;
}
.site-header .header-wrapper .tools .myaccount-dropdown ul > li.avatar > img {
  height: 40px;
  border-radius: 40px;
}
.site-header .header-wrapper .tools .myaccount-dropdown ul > li > a {
  display: inline-block;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.77778rem 0.83333rem 0.72222rem 0.83333rem;
  width: 100%;
}
.site-header .header-wrapper .tools .myaccount-dropdown ul > li > a.logout svg {
  top: 3px;
  margin-right: 5px;
  position: relative;
}
.site-header .header-wrapper .tools .myaccount-dropdown:hover > ul {
  max-height: 700px;
}
.site-header .header-wrapper .tools .myaccount-dropdown:hover > ul:before {
  background: #666d70;
}

.select2-container {
  font-family: inherit;
}
.select2-container .select2-choice {
  height: 2.4rem;
  padding: 0 0 0 15px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border-color: transparent;
  margin-bottom: 20px;
}
.select2-container .select2-choice > .select2-chosen {
  line-height: 2.4rem;
  font-size: 0.66667rem;
  font-weight: bold;
  margin-right: 2.4rem;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  width: 2.143rem;
  border-left-color: transparent;
}
.select2-container .select2-choice .select2-arrow b {
  display: none;
}
.select2-container.select2-dropdown-open .select2-choice {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow {
  border-left: 1px solid transparent;
}
.select2-container.select2-dropdown-open.select2-container-active
  .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
  background-image: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.select2-container.select2-container-active .select2-choice {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container.select2-container-active .select2-choice .select2-arrow {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.select2-container .select2-drop-active {
  border-color: rgba(0, 0, 0, 0.1);
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  border-left: 1px solid #e6e6e6;
}
.select2-container .select2-search-choice-close {
  top: 0.3571rem;
  background: none;
  z-index: 10;
}
.select2-container.select2-container--default .select2-selection--single,
.select2-container.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}

button,
.button,
input[type="submit"],
.vc_btn3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem;
  background-color: #ff0000;
  border-color: #4d4d4d;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: transparent;
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.vc_btn3:hover,
.vc_btn3:focus {
  background-color: #4d4d4d;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.vc_btn3:hover,
.vc_btn3:focus {
  color: #fff;
}
button:hover,
.button:hover,
input[type="submit"]:hover,
.vc_btn3:hover {
  opacity: 0.7;
}
button:disabled,
.button:disabled,
input[type="submit"]:disabled,
.vc_btn3:disabled {
  border-color: transparent !important;
}

.vc_row .vc_general.vc_btn3.vc_btn3-size-xs {
  padding: 0.38889rem 0.77778rem 0.44444rem 0.77778rem;
  font-size: 0.5rem;
}

.vc_row .vc_general.vc_btn3.vc_btn3-size-sm {
  padding: 0.5rem 1rem 0.55556rem 1rem;
  font-size: 0.66667rem;
}

.vc_row .vc_general.vc_btn3.vc_btn3-size-md {
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem;
}

.vc_row .vc_general.vc_btn3.vc_btn3-size-lg {
  padding: 1.44444rem 2.88889rem 1.5rem 2.88889rem;
  font-size: 1rem;
}

html {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: auto;
}

@media only screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: -46px !important;
  }
  body.admin-bar .site-content {
    padding-top: 101px !important;
  }
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-me-nice {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}
.hover-me-nice:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5f5f5f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
}
.hover-me-nice:hover {
  color: rgba(0, 0, 0, 0.5);
}
.hover-me-nice:hover:after {
  width: 0;
}

h6 a:hover {
  opacity: 0.35;
}

form {
  margin: 0;
}

label {
  text-transform: uppercase;
}

table {
  width: 100%;
}
table th {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: left;
  color: #aaa;
  padding: 1.11111rem 0;
}
table td {
  padding: 1.11111rem 0;
}
table thead th {
  padding: 1.11111rem 0;
}

h6 {
  letter-spacing: 0.11111rem;
}

p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

pre {
  white-space: pre-wrap;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
  font-weight: bold;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
}

select {
  background-position: 98% center;
}

blockquote {
  padding-left: 2.22222rem;
}
blockquote > p {
  font-size: 1.77778rem;
  line-height: 1.4;
}
blockquote cite {
  margin-top: 0.55556rem;
}

figure {
  margin: 0;
}

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

figcaption {
  font-size: 0.66667rem;
  margin: 0.55556rem 0;
}

dl dd p {
  margin: 0;
}

iframe {
  border: 0;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 0 7px 0 0;
  height: 18px;
  width: 18px;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  display: block;
  opacity: 0;
  margin: 5px;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  opacity: 1;
}

input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]::before {
  border-radius: 50%;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.fullwidth > #main > .row {
  max-width: none;
}

.fullwidth .page-title {
  margin-bottom: 0;
}

.single-product .row {
  max-width: 100%;
}

.columns.no-pad {
  padding: 0;
}

#secondary.widget-area {
  min-height: calc(100vh - 148px);
}

@media only screen and (min-width: 40em) {
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  figure.alignleft {
    margin: 0 20px 20px 0;
  }
  figure.alignright {
    margin: 0 0 20px 20px;
  }
}

@media only screen and (min-width: 40em) {
  .main-with-sidebar .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  .main-with-sidebar .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  .main-with-sidebar figure.alignleft {
    margin: 0 20px 20px 0;
  }
  .main-with-sidebar figure.alignright {
    margin: 0 0 20px 20px;
  }
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
  line-height: 1;
}

@-webkit-keyframes global_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes global_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes forceOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes forceOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media only screen and (min-width: 64em) {
  .single-post .alignleft {
    float: left;
    margin: 0 20px 20px -100px;
  }
  .single-post .alignright {
    float: right;
    margin: 0 -100px 20px 20px;
  }
  .single-post figure.alignleft {
    margin: 0 20px 20px -100px;
  }
  .single-post figure.alignright {
    margin: 0 -100px 20px 20px;
  }
}

.cd-top {
  display: none;
  position: fixed;
  height: 60px;
  width: 60px;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
@media only screen and (min-width: 40em) {
  .cd-top {
    display: inline-block;
  }
}
.cd-top:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 12 6.9296875 L 5.9296875 13 L 7.4296875 14.5 L 12 9.9296875 L 16.570312 14.5 L 18.070312 13 L 12 6.9296875 z'></path></svg>");
  position: absolute;
  left: -30px;
  top: 10px;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  bottom: 37px;
}
.cd-top:hover {
  background: black;
  opacity: 1;
}
.offcanvas_open .cd-top {
  opacity: 0;
  visibility: hidden;
}

/* Preload images */
body:after {
  content: url(../images/loading.gif);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 13 5.9296875 L 6.9296875 12 L 13 18.070312 L 14.5 16.570312 L 9.9296875 12 L 14.5 7.4296875 L 13 5.9296875 z'></path></svg>");
  width: 10%;
  left: 0;
  float: left;
  background-repeat: no-repeat;
  background-position: left 48%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.2;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 10 5.9296875 L 8.5 7.4296875 L 13.070312 12 L 8.5 16.570312 L 10 18.070312 L 16.070312 12 L 10 5.9296875 z'></path></svg>");
  width: 10%;
  right: 0;
  float: right;
  background-repeat: no-repeat;
  background-position: right 48%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0.2;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* general style for the form */
.nl-form {
  width: 100%;
  margin: 0.3em auto 0 auto;
  /*font-size: 4em;*/
  line-height: 1.5;
}

.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative;
}

.nl-field.nl-field-open {
  z-index: 10000;
}

/* the toggle is the visible part in the form */
a.nl-field-toggle {
  line-height: inherit;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
a.nl-field-toggle:hover {
  color: #fff;
  opacity: 0.7;
}

/* drop-down list / text element */
.nl-field ul {
  list-style: none;
  margin: -4px 0 0 0;
  position: absolute;
  visibility: hidden;
  background: #fff;
  right: 0;
  top: 100%;
  font-size: 0.66667rem;
  opacity: 0;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 4px solid #000;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
}

.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
}

.nl-dd ul li {
  color: #000;
  position: relative;
  padding: 0.66667rem 0.83333rem 0.61111rem 0.83333rem;
  cursor: pointer;
  white-space: nowrap;
  min-width: 53px;
  border-bottom: solid 1px #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nl-dd ul li:last-child {
  border: none;
}

.nl-dd ul li.nl-dd-checked {
  color: #999;
}
.nl-dd ul li.nl-dd-checked svg {
  fill: #999 !important;
}

.nl-dd ul li:hover {
  background: #e5e5e5;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -o-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay,
.nl-overlay.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.overlay-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
.overlay-loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.overlay-loader .loader-icon.stop_spinning {
  -webkit-animation: stop_spinning 0.3s ease forwards;
  animation: stop_spinning 0.3s ease forwards;
}

@-webkit-keyframes stop_spinning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes stop_spinning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.66667rem;
  }
  h2 {
    font-size: 1.33333rem;
  }
  h3 {
    font-size: 1.11111rem;
  }
  h4 {
    font-size: 0.88889rem;
  }
  h5 {
    font-size: 0.77778rem;
  }
  h6 {
    font-size: 0.61111rem;
  }
  p {
    font-size: 0.77778rem;
  }
}

h6 {
  letter-spacing: 0.125rem;
}
h6 a {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 4px;
}

.site-header {
  background-color: #dddddd;
  width: 100%;
  position: absolute;
  z-index: 98;
  top: 0;
  font-size: 14px;
  -webkit-transition: background 0.3s ease,
    -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s;
  transition: background 0.3s ease,
    -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s;
  -o-transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s,
    background 0.3s ease;
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s,
    background 0.3s ease;
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s,
    background 0.3s ease, -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1) 0.3s;
}
body.header-transparent:not(.header-sticky-scroll) .site-header {
  background-color: transparent;
}
body.header-sticky .site-header {
  position: fixed;
}
body.admin-bar.header-sticky .site-header {
  top: 46px;
}
.site-header .header-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 75px;
  position: relative;
  display: none;
}
.site-header .header-wrapper .site-branding {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.header-layout-1 .site-header .header-wrapper .site-branding {
  text-align: left;
}
body.header-layout-2 .site-header .header-wrapper .site-branding {
  text-align: center;
  width: 20%;
}
.site-header .header-wrapper .site-branding .site-logo {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-header .header-wrapper .site-branding .site-logo img {
  max-width: inherit;
  height: 75px;
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body.header-layout-1
  .site-header
  .header-wrapper
  .site-branding
  .site-logo
  img {
  margin: 0 1.11111rem 0 2.22222rem;
}
body.header-layout-2
  .site-header
  .header-wrapper
  .site-branding
  .site-logo
  img {
  margin-left: 0;
}
.site-header .header-wrapper .site-branding .site-logo:hover {
  opacity: 0.5;
}
.header-sticky-scroll .site-header .header-wrapper .site-branding .site-logo a {
  display: none;
}
.site-header .header-wrapper .site-branding .site-logo .sticky-header-logo {
  display: none;
}
.header-sticky-scroll
  .site-header
  .header-wrapper
  .site-branding
  .site-logo
  .sticky-header-logo {
  display: block;
}
.site-header .header-wrapper .site-branding .site-title {
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em 0;
  line-height: 1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .header-wrapper .site-branding .site-title:hover {
  opacity: 0.5;
}
.site-header .header-wrapper .site-branding .site-title a {
  font-size: 1.66667rem;
  text-transform: lowercase;
  font-weight: bold;
  line-height: 1.66667rem;
}
body.header-layout-1 .site-header .header-wrapper .site-branding .site-title a {
  margin: 0 1.11111rem 0 2.22222rem;
}
body.header-layout-2 .site-header .header-wrapper .site-branding .site-title a {
  margin-left: 0;
}
.site-header .header-wrapper .nav {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  opacity: 0;
  -webkit-animation: global_fadein 1.5s forwards;
  animation: global_fadein 1.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ie9 .site-header .header-wrapper .nav {
  opacity: 1;
}
body.header-layout-2 .site-header .header-wrapper .nav {
  width: 40%;
}
.site-header .header-wrapper .tools {
  display: table-cell;
  vertical-align: middle;
  padding-right: 35px;
  opacity: 0;
  -webkit-animation: global_fadein 1.5s forwards;
  animation: global_fadein 1.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ie9 .site-header .header-wrapper .tools {
  opacity: 1;
}
body.header-layout-2 .site-header .header-wrapper .tools {
  width: 40%;
}
.site-header .header-wrapper .tools ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  text-align: right;
  float: right;
  font-size: 1em;
}
.site-header .header-wrapper .tools ul li {
  padding: 0 0 0 15px;
  margin: 0;
  display: table-cell;
  line-height: 1em;
  vertical-align: middle;
}
.site-header .header-wrapper .tools ul li:first-child {
  padding: 0;
}
.site-header .header-wrapper .tools ul li a.tools_button {
  display: table;
  white-space: nowrap;
  color: #fff;
  position: relative;
  width: 32px;
  height: 32px;
}
.site-header .header-wrapper .tools ul li a.tools_button:hover {
  color: white;
}
.site-header .header-wrapper .tools ul li a.tools_button .tools_button_icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  display: table-cell;
  width: 32px;
  height: 32px;
  padding: 5px;
  vertical-align: middle;
}
.site-header
  .header-wrapper
  .tools
  ul
  li
  a.tools_button
  .tools_button_icon.uploaded_icon {
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-header
  .header-wrapper
  .tools
  ul
  li
  a.tools_button
  .tools_button_icon.uploaded_icon:hover {
  opacity: 0.5;
}
.site-header
  .header-wrapper
  .tools
  ul
  li
  a.tools_button
  .tools_button_icon.uploaded_icon
  img {
  max-width: 22px;
  max-height: 22px;
  display: block;
}
.site-header
  .header-wrapper
  .tools
  ul
  li
  a.tools_button
  .tools_button_icon.uploaded_icon
  svg {
  display: inherit;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}
.site-header
  .header-wrapper
  .tools
  ul
  li
  a.tools_button
  .shopping_bag_items_number,
.site-header
  .header-wrapper
  .tools
  ul
  li
  a.tools_button
  .wishlist_items_number {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 17px;
  height: 17px;
  line-height: 2em;
  text-align: center;
  border-radius: 100px;
  font-size: 9px;
}
.site-header
  .header-wrapper
  .tools
  ul
  li
  a.tools_button
  .shopping_bag_items_number.visible,
.site-header
  .header-wrapper
  .tools
  ul
  li
  a.tools_button
  .wishlist_items_number.visible {
  visibility: visible;
}

/* Offcanvas - Left */
body.offcanvas_left .site-header {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}

/* Offcanvas - Right */
body.offcanvas_right .site-header {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}

.myaccount-popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 50px 0 50px 0;
  display: none;
  -webkit-box-shadow: 0px 10px 80px -25px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 80px -25px rgba(0, 0, 0, 0.4);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: header_dropdowns_anim;
  animation-name: header_dropdowns_anim;
  overflow-y: auto;
}
.myaccount-popup
  .woocommerce-account
  .woocommerce
  #customer_login
  input[type="submit"] {
  bottom: -15px;
}

@media only screen and (min-width: 64em) {
  .site-header .header-wrapper {
    display: table;
  }
  .site-header .tools ul {
    padding: 0;
  }
  /* Offcanvas - Left */
  body.offcanvas_left .site-header {
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }
  .ie9 body.offcanvas_left .site-header {
    left: 400px;
  }
  body.offcanvas_left.offcanvas_for_quickview .site-header {
    -webkit-transform: translate3d(620px, 0, 0);
    transform: translate3d(620px, 0, 0);
  }
  .ie9 body.offcanvas_left.offcanvas_for_quickview .site-header {
    left: 620px;
  }
  /* Offcanvas - Right */
  body.offcanvas_right .site-header {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
  }
  .ie9 body.offcanvas_right .site-header {
    right: 400px;
  }
  body.offcanvas_right.offcanvas_for_quickview .site-header {
    -webkit-transform: translate3d(-620px, 0, 0);
    transform: translate3d(-620px, 0, 0);
  }
  .ie9 body.offcanvas_right.offcanvas_for_quickview .site-header {
    right: 620px;
  }
}

@media only screen and (min-width: 782px) {
  body.admin-bar.header-sticky .site-header {
    top: 32px;
  }
}

.site-header-mobiles {
  background-color: #dddddd;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
body.header-transparent:not(.header-sticky-scroll) .site-header-mobiles {
  background-color: transparent;
}
body.header-sticky .site-header-mobiles {
  position: fixed;
}
body.admin-bar.header-sticky .site-header-mobiles {
  top: 46px;
}
body.offcanvas_left .site-header-mobiles {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.ie9 body.offcanvas_left .site-header-mobiles {
  left: 320px;
  right: auto;
}
body.offcanvas_right .site-header-mobiles {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.ie9 body.offcanvas_right .site-header-mobiles {
  right: 320px;
  left: auto;
}
@media only screen and (min-width: 64em) {
  .site-header-mobiles {
    display: none;
  }
}
.site-header-mobiles .header-wrapper-mobiles {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: table;
  height: auto;
  min-height: 55px;
}
.site-header-mobiles .header-wrapper-mobiles .nav {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 25%;
  opacity: 0;
  -webkit-animation: global_fadein 1.5s forwards;
  animation: global_fadein 1.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ie9 .site-header-mobiles .header-wrapper-mobiles .nav {
  opacity: 1;
}
.site-header-mobiles .header-wrapper-mobiles .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.site-header-mobiles .header-wrapper-mobiles .nav ul li {
  padding: 0 0 0 20px;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
.site-header-mobiles .header-wrapper-mobiles .nav ul li div {
  display: inline-block;
}
.site-header-mobiles .header-wrapper-mobiles .nav ul li div .tools_button_icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 28px;
  height: 28px;
  padding: 5px;
  line-height: 55px;
}
.site-header-mobiles
  .header-wrapper-mobiles
  .nav
  ul
  li
  div
  .tools_button_icon.hamburger-menu-icon {
  position: relative;
  top: -1px;
}
.site-header-mobiles .header-wrapper-mobiles .nav ul li div .tools_button_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 55px;
  text-transform: uppercase;
}
.site-header-mobiles .header-wrapper-mobiles .site-branding {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  padding: 0;
}
.site-header-mobiles .header-wrapper-mobiles .site-branding .site-logo img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 165px;
  max-height: 55px;
  padding: 10px 0;
}
.site-header-mobiles .header-wrapper-mobiles .site-branding .site-title {
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
}
.site-header-mobiles .header-wrapper-mobiles .site-branding .site-title a {
  display: inline-block;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 55px;
  margin: 0;
  padding: 0;
}
.site-header-mobiles .header-wrapper-mobiles .tools {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  width: 25%;
  opacity: 0;
  -webkit-animation: global_fadein 1.5s forwards;
  animation: global_fadein 1.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ie9 .site-header-mobiles .header-wrapper-mobiles .tools {
  opacity: 1;
}
.site-header-mobiles .header-wrapper-mobiles .tools ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  text-align: right;
  float: right;
  font-size: 1em;
}
.site-header-mobiles .header-wrapper-mobiles .tools ul li {
  display: table-cell;
  line-height: 1em;
  vertical-align: middle;
}
.site-header-mobiles .header-wrapper-mobiles .tools ul li:first-child {
  padding: 0;
}
.site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button {
  display: table;
  white-space: nowrap;
  color: #fff;
  position: relative;
  padding-left: 10px;
}
.site-header-mobiles .header-wrapper-mobiles .tools ul li .tools_button:hover {
  color: white;
}
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li
  .tools_button
  .tools_button_icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  display: table-cell;
  width: 28px;
  height: 28px;
  padding: 5px;
  vertical-align: middle;
}
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li
  .tools_button
  .tools_button_icon.uploaded_icon {
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li
  .tools_button
  .tools_button_icon.uploaded_icon
  img {
  max-width: 18px;
  max-height: 18px;
  display: inline-block;
}
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li
  .tools_button
  .tools_button_icon.uploaded_icon
  svg {
  display: inherit;
  width: 18px;
  height: 18px;
  fill: #fff;
}
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li
  .tools_button
  .shopping_bag_items_number,
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li
  .tools_button
  .wishlist_items_number {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 14px;
  height: 14px;
  line-height: 1.8em;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 100px;
  font-size: 9px;
}
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li
  .tools_button
  .shopping_bag_items_number.visible,
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li
  .tools_button
  .wishlist_items_number.visible {
  visibility: visible;
}
.site-header-mobiles
  .header-wrapper-mobiles
  .tools
  ul
  li.shopping-bag-button
  .tools_button {
  cursor: pointer;
}

@media only screen and (min-width: 782px) {
  body.admin-bar.header-sticky .site-header-mobiles {
    top: 32px;
  }
}

.site-footer {
  background-color: #ddd;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: relative;
  padding: 2.22222rem 1.66667rem;
}
.site-footer .footer-wrapper {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.site-footer .footer-wrapper .footer-copyright {
  display: block;
  vertical-align: middle;
  margin-bottom: 1.66667rem;
  font-size: 0.77778rem;
  text-align: center;
}
.site-footer .footer-wrapper .footer-navigation {
  display: block;
  vertical-align: middle;
}
.site-footer .footer-wrapper .footer-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-wrapper .footer-navigation ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.site-footer .footer-wrapper .footer-navigation ul li a {
  padding: 5px 15px;
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.site-footer .footer-wrapper .footer-navigation ul li a:hover {
  opacity: 0.5;
}

/* Offcanvas - Left */
body.footer-sticky.offcanvas_left .site-footer {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}

/* Offcanvas - Right */
body.footer-sticky.offcanvas_right .site-footer {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}

/* Footer Widget Area */
.footer-widget-wrapper {
  width: 100%;
}
body.footer-sticky .footer-widget-wrapper {
  padding-bottom: 40px;
}
.footer-widget-wrapper .footer-widget-area {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.footer-widget-wrapper .footer-widget-area li.widget {
  float: left;
  list-style: none;
  border: none;
}
@media only screen and (max-width: 39.9375em) {
  .footer-widget-wrapper .footer-widget-area li.widget {
    width: 100%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer-widget-wrapper .footer-widget-area li.widget {
    width: 50%;
  }
  .footer-widget-wrapper .footer-widget-area li.widget:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .footer-widget-wrapper .footer-widget-area li.widget {
    width: 33.3%;
  }
  .footer-widget-wrapper .footer-widget-area li.widget:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 80em) {
  .footer-widget-wrapper .footer-widget-area li.widget {
    width: 20%;
  }
  .footer-widget-wrapper .footer-widget-area li.widget:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 64em) {
  .site-footer {
    padding: 0;
  }
  body.footer-sticky .site-footer {
    position: fixed;
    z-index: 1000;
    bottom: 0;
  }
  .site-footer .footer-wrapper .footer-copyright {
    display: block;
    margin-bottom: 0;
    text-align: left;
    float: left;
    line-height: 2.05556rem;
    margin-left: 20px;
    font-size: 0.66667rem;
  }
  .site-footer .footer-wrapper .footer-copyright a:hover {
    opacity: 0.5;
  }
  .site-footer .footer-wrapper .footer-navigation {
    display: block;
    float: right;
  }
  .site-footer .footer-wrapper .footer-navigation ul {
    text-align: right;
    margin: 3px -15px 0;
  }
  .site-footer .footer-wrapper .footer-navigation ul li {
    width: auto;
  }
  /* Offcanvas - Left */
  body.footer-sticky.offcanvas_left .site-footer {
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }
  .ie9 body.footer-sticky.offcanvas_left .site-footer {
    left: 400px;
  }
  body.footer-sticky.offcanvas_left.offcanvas_for_quickview .site-footer {
    -webkit-transform: translate3d(620px, 0, 0);
    transform: translate3d(620px, 0, 0);
  }
  .ie9 body.footer-sticky.offcanvas_left.offcanvas_for_quickview .site-footer {
    left: 620px;
  }
  /* Offcanvas - Right */
  body.footer-sticky.offcanvas_right .site-footer {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
  }
  .ie9 body.footer-sticky.offcanvas_right .site-footer {
    right: 400px;
  }
  body.footer-sticky.offcanvas_right.offcanvas_for_quickview .site-footer {
    -webkit-transform: translate3d(-620px, 0, 0);
    transform: translate3d(-620px, 0, 0);
  }
  .ie9 body.footer-sticky.offcanvas_right.offcanvas_for_quickview .site-footer {
    right: 620px;
  }
}

.offcanvas_aside .mm-menu .mm-listview li {
  border-color: transparent;
}
.offcanvas_aside .mm-menu .mm-listview li.has-border {
  border-top: solid 1px;
  border-top-color: inherit;
  margin-top: 20px;
  padding-top: 20px;
}
.offcanvas_aside .mm-menu .mm-listview li:first-child {
  margin-top: 20px;
}

.offcanvas_aside .mm-navbar {
  padding: 0 20px;
}
.offcanvas_aside .mm-navbar .mm-title {
  text-align: left;
}
.offcanvas_aside .mm-navbar .mm-prev ~ .mm-title {
  margin-left: 20px;
}

.offcanvas_aside .widget_shopping_cart {
  clear: both;
}

.offcanvas_aside .offcanvas_close {
  position: initial;
  z-index: 1;
  padding: 7px 21px 6px;
  top: 0px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.offcanvas_aside .offcanvas_close .offcanvas-close-icon {
  opacity: 0.35;
}
.offcanvas_aside .offcanvas_close.offcanvas_right_close {
  text-align: right;
}
.offcanvas_aside .offcanvas_close.offcanvas_left_close {
  text-align: right;
  cursor: pointer;
}

.page-title {
  margin-bottom: 80px;
  background: #666d70;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-size: 1rem;
  padding: 17px 4.44444rem;
}
@media only screen and (min-width: 64em) {
  .page-title {
    font-size: 1.22222rem;
    line-height: 3.05556rem;
    text-align: left;
    padding: 0 11.11111rem 0 2.22222rem;
    line-height: 4.16667rem;
  }
}

section.error-404 {
  padding: 0 30px;
  width: 100%;
  max-width: 868px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (min-width: 64em) {
  section.error-404 {
    padding: 0;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 64em) {
  section.error-404 .page-content {
    display: table;
    vertical-align: middle;
    height: 400px;
    position: relative;
  }
}
section.error-404 .page-content .icon-404 {
  display: none;
}
@media only screen and (min-width: 64em) {
  section.error-404 .page-content .icon-404 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/large-404.png) center center no-repeat;
    display: block;
  }
}
section.error-404 .page-content p {
  font-size: 1.33333rem;
  line-height: 1.66667rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  section.error-404 .page-content p {
    font-size: 2.66667rem;
    line-height: 1.25;
    z-index: 2;
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
}
section.error-404 .page-content p:before {
  content: "404";
  font-size: 4.16667rem;
  line-height: 4.16667rem;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  section.error-404 .page-content p:before {
    display: none;
  }
}
section.error-404 form {
  position: relative;
  margin-top: 1.66667rem;
  z-index: 2;
}
@media only screen and (min-width: 64em) {
  section.error-404 form {
    margin-top: 3.88889rem;
  }
}
section.error-404 form input:not([type="submit"]) {
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 2px;
  font-size: 1rem;
  border-bottom: none;
  padding-right: 40px;
}
section.error-404 form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  background: none;
  opacity: 0;
  z-index: 999;
  padding: 0;
  margin: 0;
}
section.error-404 form label {
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
}
section.error-404 form label .screen-reader-text {
  display: none;
}
section.error-404 form:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'></path></svg>");
  position: absolute;
  top: 10px;
  right: 16px;
  height: 20px;
  width: 20px;
  opacity: 0.8;
}

body.search-no-results .no-results {
  padding-bottom: 2.5rem;
}

body.search-no-results .page-content {
  min-height: calc(100vh - 200px);
  padding: 80px 0 0;
}
body.search-no-results .page-content .search-no-results {
  width: 100%;
  max-width: 868px;
  margin: 0px auto;
  padding: 0 30px;
}
@media only screen and (min-width: 64em) {
  body.search-no-results .page-content .search-no-results {
    padding: 0;
    margin: 0 auto;
    height: 428px;
  }
}
@media only screen and (min-width: 64em) {
  body.search-no-results .page-content .search-no-results .sorry-no-results {
    height: 100%;
    display: table;
    position: relative;
  }
}
body.search-no-results
  .page-content
  .search-no-results
  .sorry-no-results:before {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  display: block;
  opacity: 0.1;
}
@media only screen and (min-width: 64em) {
  body.search-no-results
    .page-content
    .search-no-results
    .sorry-no-results:before {
    text-align: center;
    width: 100%;
    height: 428px;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
body.search-no-results .page-content .search-no-results .sorry-no-results p {
  font-size: 1.33333rem;
  line-height: 1.66667rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  body.search-no-results .page-content .search-no-results .sorry-no-results p {
    font-size: 2.66667rem;
    position: relative;
    line-height: 1.25;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
  }
}
body.search-no-results .page-content .search-no-results form {
  position: relative;
  margin-top: 1.66667rem;
  z-index: 2;
}
@media only screen and (min-width: 64em) {
  body.search-no-results .page-content .search-no-results form {
    margin-top: 5.55556rem;
  }
}
body.search-no-results
  .page-content
  .search-no-results
  form
  input:not([type="submit"]) {
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 2px;
  font-size: 1rem;
  border-bottom: none;
  padding-right: 40px;
}
body.search-no-results
  .page-content
  .search-no-results
  form
  input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  opacity: 0;
  z-index: 999;
  padding: 0;
  margin: 0;
}
body.search-no-results .page-content .search-no-results form label {
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.search-no-results
  .page-content
  .search-no-results
  form
  label
  .screen-reader-text {
  display: none;
}
body.search-no-results .page-content .search-no-results form:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'></path></svg>");
  position: absolute;
  top: 10px;
  right: 16px;
  height: 20px;
  width: 20px;
  opacity: 0.8;
}

body.blog:not(.woocommerce) .blog_layout_default #secondary,
body.archive:not(.woocommerce) .blog_layout_default #secondary {
  min-height: 50vh;
  display: none;
  margin-bottom: 70px;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_default #secondary,
  body.archive:not(.woocommerce) .blog_layout_default #secondary {
    display: inherit;
  }
}

body.blog:not(.woocommerce) .blog_layout_default .blog-header-wrapper,
body.archive:not(.woocommerce) .blog_layout_default .blog-header-wrapper {
  position: relative;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_default .blog-header-wrapper,
  body.archive:not(.woocommerce) .blog_layout_default .blog-header-wrapper {
    margin: 7.22222rem 0 0 0;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .blog-header-wrapper
  .mobile-sidebar-link,
body.archive:not(.woocommerce)
  .blog_layout_default
  .blog-header-wrapper
  .mobile-sidebar-link {
  position: absolute;
  left: 15px;
  top: 0;
  width: 55px;
  height: 55px;
  z-index: 1;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .blog-header-wrapper
  .mobile-sidebar-link:before,
body.archive:not(.woocommerce)
  .blog_layout_default
  .blog-header-wrapper
  .mobile-sidebar-link:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 5 3 C 3.9069372 3 3 3.9069372 3 5 L 3 19 C 3 20.093063 3.9069372 21 5 21 L 19 21 C 20.093063 21 21 20.093063 21 19 L 21 5 C 21 3.9069372 20.093063 3 19 3 L 5 3 z M 5 5 L 12 5 L 12 19 L 5 19 L 5 5 z M 14 5 L 19 5 L 19 19 L 14 19 L 14 5 z M 7 6 A 1 1 0 0 0 6 7 A 1 1 0 0 0 7 8 A 1 1 0 0 0 8 7 A 1 1 0 0 0 7 6 z M 10 6 A 1 1 0 0 0 9 7 A 1 1 0 0 0 10 8 A 1 1 0 0 0 11 7 A 1 1 0 0 0 10 6 z M 6 9 L 6 11 L 11 11 L 11 9 L 6 9 z'></path></svg>");
  position: relative;
  top: 17px;
  left: 17px;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .blog-header-wrapper
  .mobile-category-link,
body.archive:not(.woocommerce)
  .blog_layout_default
  .blog-header-wrapper
  .mobile-category-link {
  position: absolute;
  right: 20px;
  top: 0;
  width: 55px;
  height: 55px;
  z-index: 1;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .blog-header-wrapper
  .mobile-category-link:before,
body.archive:not(.woocommerce)
  .blog_layout_default
  .blog-header-wrapper
  .mobile-category-link:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 4 4 C 2.9057453 4 2 4.9057453 2 6 L 2 18 C 2 19.094255 2.9057453 20 4 20 L 20 20 C 21.094255 20 22 19.094255 22 18 L 22 8 C 22 6.9057453 21.094255 6 20 6 L 12 6 L 10 4 L 4 4 z M 4 6 L 9.171875 6 L 11.171875 8 L 20 8 L 20 18 L 4 18 L 4 6 z'></path></svg>");
  position: relative;
  top: 17px;
  left: 17px;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_default
    .blog-header-wrapper
    .mobile-sidebar-link,
  body.archive:not(.woocommerce)
    .blog_layout_default
    .blog-header-wrapper
    .mobile-sidebar-link {
    display: none;
  }
  body.blog:not(.woocommerce)
    .blog_layout_default
    .blog-header-wrapper
    .mobile-category-link,
  body.archive:not(.woocommerce)
    .blog_layout_default
    .blog-header-wrapper
    .mobile-category-link {
    display: none;
  }
}

body.blog:not(.woocommerce) .blog_layout_default h1.blog-header,
body.archive:not(.woocommerce) .blog_layout_default h1.blog-header {
  font-size: 1rem;
  line-height: 3.05556rem;
  margin: 0;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  min-height: 55px;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_default h1.blog-header,
  body.archive:not(.woocommerce) .blog_layout_default h1.blog-header {
    font-size: 4.16667rem;
    line-height: 4.16667rem;
    background: none;
  }
}

body.blog:not(.woocommerce) .blog_layout_default .blog-category-description,
body.archive:not(.woocommerce) .blog_layout_default .blog-category-description {
  text-align: center;
  padding: 0 45px;
  margin: 20px auto 0;
}
body.blog:not(.woocommerce) .blog_layout_default .blog-category-description p,
body.archive:not(.woocommerce)
  .blog_layout_default
  .blog-category-description
  p {
  margin: 0;
}

body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid,
body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid {
  margin: 40px 45px 0 45px;
}
@media only screen and (min-width: 40em) {
  body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid,
  body.archive:not(.woocommerce)
    .blog_layout_default
    ul.blog_posts#masonry_grid {
    margin: 40px calc(5% - 15px) 0 calc(5% - 15px);
  }
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts#masonry_grid,
  body.archive:not(.woocommerce)
    .blog_layout_default
    ul.blog_posts#masonry_grid {
    margin: 0 -37px;
  }
}
@media only screen and (max-width: 39.9375em) {
  body.blog:not(.woocommerce)
    .blog_layout_default
    ul.blog_posts#masonry_grid[data-columns]::before,
  body.archive:not(.woocommerce)
    .blog_layout_default
    ul.blog_posts#masonry_grid[data-columns]::before {
    content: "1 .s_column.size-1of1";
  }
}
body.blog:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts#masonry_grid
  .size-1of2,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts#masonry_grid
  .size-1of2 {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  body.blog:not(.woocommerce)
    .blog_layout_default
    ul.blog_posts#masonry_grid
    .size-1of2,
  body.archive:not(.woocommerce)
    .blog_layout_default
    ul.blog_posts#masonry_grid
    .size-1of2 {
    width: 50%;
  }
}

body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li,
body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li {
  padding: 0;
  margin-bottom: 35px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (min-width: 40em) {
  body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li,
  body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li {
    padding: 0 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li,
  body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li {
    padding: 0 37px;
    margin-bottom: 60px;
  }
}
body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li header,
body.archive:not(.woocommerce) .blog_layout_default ul.blog_posts li header {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts
  li
  header
  .image-wrapper,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts
  li
  header
  .image-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts
  li
  header
  .entry-link,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts
  li
  header
  .entry-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts
  li:hover
  .image-wrapper,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts
  li:hover
  .image-wrapper {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
body.blog:not(.woocommerce) .blog_layout_default ul.blog_posts li .page-links,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.blog_posts
  li
  .page-links {
  display: none;
}

body.blog:not(.woocommerce) .blog_layout_default ul.list_categories,
body.archive:not(.woocommerce) .blog_layout_default ul.list_categories {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 1.38889rem 0 7.22222rem;
  display: none;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_default ul.list_categories,
  body.archive:not(.woocommerce) .blog_layout_default ul.list_categories {
    display: block;
  }
}
body.blog:not(.woocommerce) .blog_layout_default ul.list_categories li,
body.archive:not(.woocommerce) .blog_layout_default ul.list_categories li {
  display: inline;
  margin: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
body.blog:not(.woocommerce) .blog_layout_default ul.list_categories li a:hover,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.list_categories
  li
  a:hover {
  font-weight: bold;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  ul.list_categories
  li.current-cat,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.list_categories
  li.current-cat {
  font-weight: bold;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  ul.list_categories
  li.current-cat
  a,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.list_categories
  li.current-cat
  a {
  font-weight: bold;
}

body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories,
body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories {
  position: absolute;
  left: 6%;
  top: 100%;
  width: 88%;
  height: auto;
  margin-top: -10px;
  z-index: 999;
  list-style: none;
  background: #fff;
  margin-left: 0;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (min-width: 40em) {
  body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories,
  body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories {
    display: none;
  }
}
body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories li,
body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories li {
  text-align: center;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  ul.mobile-categories
  li.current-cat,
body.archive:not(.woocommerce)
  .blog_layout_default
  ul.mobile-categories
  li.current-cat {
  background: #e5e5e5;
}
body.blog:not(.woocommerce) .blog_layout_default ul.mobile-categories li a,
body.archive:not(.woocommerce) .blog_layout_default ul.mobile-categories li a {
  text-transform: uppercase;
  font-size: 0.66667rem;
  line-height: 2.22222rem;
}

body.blog:not(.woocommerce) .blog_layout_default .entry-title,
body.archive:not(.woocommerce) .blog_layout_default .entry-title {
  text-align: center;
  line-height: 1.44444rem;
  word-wrap: break-word;
  padding: 20px 0 15px 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  body.blog:not(.woocommerce) .blog_layout_default .entry-title,
  body.archive:not(.woocommerce) .blog_layout_default .entry-title {
    line-height: 2.22222rem;
    padding: 30px 0 10px 0;
    margin: 0;
  }
}
body.blog:not(.woocommerce) .blog_layout_default .entry-title a,
body.archive:not(.woocommerce) .blog_layout_default .entry-title a {
  font-size: 1.11111rem;
  line-height: 1.44444rem;
  position: relative;
  z-index: 9;
}
body.blog:not(.woocommerce) .blog_layout_default .entry-title a:hover,
body.archive:not(.woocommerce) .blog_layout_default .entry-title a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 40em) {
  body.blog:not(.woocommerce) .blog_layout_default .entry-title a,
  body.archive:not(.woocommerce) .blog_layout_default .entry-title a {
    font-size: 1.66667rem;
    line-height: 2.22222rem;
  }
}

body.blog:not(.woocommerce) .blog_layout_default .entry-meta,
body.archive:not(.woocommerce) .blog_layout_default .entry-meta {
  font-size: 0.66667rem;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  body.blog:not(.woocommerce) .blog_layout_default .entry-meta,
  body.archive:not(.woocommerce) .blog_layout_default .entry-meta {
    font-size: 0.77778rem;
  }
}

body.blog:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_button,
body.archive:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_button {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_button
  a,
body.archive:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_button
  a {
  display: block;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_button.finished
  a,
body.archive:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_button.finished
  a {
  cursor: default;
}

body.blog:not(.woocommerce) .blog_layout_default .blog_ajax_load_more:before,
body.archive:not(.woocommerce)
  .blog_layout_default
  .blog_ajax_load_more:before {
  position: relative;
  top: 5px;
  right: 5px;
}

body.blog:not(.woocommerce)
  .blog_layout_default
  .blog_ajax_load_more.disabled:before,
body.archive:not(.woocommerce)
  .blog_layout_default
  .blog_ajax_load_more.disabled:before {
  opacity: 0.35;
}

body.blog:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_more_loader,
body.archive:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_more_loader {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more,
body.archive:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more {
  display: inline-block;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more:before,
body.archive:not(.woocommerce)
  .blog_layout_default
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more:before {
  -webkit-animation: spinLoader 2s infinite linear;
  animation: spinLoader 2s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  display: block;
  opacity: 0.35;
  width: 22px;
  height: 22px;
}

body.blog:not(.woocommerce) .blog_layout_default .posts-navigation,
body.archive:not(.woocommerce) .blog_layout_default .posts-navigation {
  display: block;
  clear: both;
}
body.blog:not(.woocommerce) .blog_layout_default .posts-navigation .nav-links,
body.archive:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .page-numbers,
body.archive:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .page-numbers {
  float: left;
  display: block;
  padding: 0.72222rem 1.33333rem;
  border-right-width: 1px;
  border-right-style: solid;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 1.38889rem;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .prev,
body.blog:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .next,
body.archive:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .prev,
body.archive:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .next {
  font-size: 0.88889rem;
  line-height: 1.38889rem;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .next:after,
body.blog:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .prev:after,
body.archive:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .next:after,
body.archive:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links
  .prev:after {
  position: relative;
  top: 3px;
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links:after,
body.archive:not(.woocommerce)
  .blog_layout_default
  .posts-navigation
  .nav-links:after {
  content: "";
  display: block;
  clear: both;
}

body.blog:not(.woocommerce) .blog_layout_default .sticky-post,
body.archive:not(.woocommerce) .blog_layout_default .sticky-post {
  height: 40vh;
  width: 100%;
  overflow: hidden;
  background-color: #23282d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: table;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 4.44444rem;
  position: relative;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_default .sticky-post,
  body.archive:not(.woocommerce) .blog_layout_default .sticky-post {
    height: 75vh;
    width: 100%;
    margin-left: 0;
  }
}
body.blog:not(.woocommerce) .blog_layout_default .sticky-post:hover,
body.archive:not(.woocommerce) .blog_layout_default .sticky-post:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
body.blog:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title,
body.archive:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 1.66667rem;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_default .sticky-post .sticky-title,
  body.archive:not(.woocommerce)
    .blog_layout_default
    .sticky-post
    .sticky-title {
    max-width: 565px;
    text-align: inherit;
    padding: inherit;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .sticky-post
  .sticky-title
  .title,
body.archive:not(.woocommerce)
  .blog_layout_default
  .sticky-post
  .sticky-title
  .title {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  padding-top: 20px;
  font-size: 1.11111rem;
  line-height: 1.44444rem;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 40em) {
  body.blog:not(.woocommerce)
    .blog_layout_default
    .sticky-post
    .sticky-title
    .title,
  body.archive:not(.woocommerce)
    .blog_layout_default
    .sticky-post
    .sticky-title
    .title {
    padding: 4.16667rem 4.16667rem 0.27778rem;
    font-size: 1.66667rem;
    line-height: 2.22222rem;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_default
  .sticky-post
  .sticky-title
  .date,
body.archive:not(.woocommerce)
  .blog_layout_default
  .sticky-post
  .sticky-title
  .date {
  font-size: 0.66667rem;
  margin-top: 15px;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_default
    .sticky-post
    .sticky-title
    .date,
  body.archive:not(.woocommerce)
    .blog_layout_default
    .sticky-post
    .sticky-title
    .date {
    font-size: 0.77778rem;
    padding: 0 4.16667rem 0.27778rem;
  }
}
body.blog:not(.woocommerce) .blog_layout_default .sticky-post .the_link,
body.archive:not(.woocommerce) .blog_layout_default .sticky-post .the_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper,
  body.archive:not(.woocommerce) .blog_layout_1 .blog-header-wrapper {
    margin: 8.88889rem 0 0 0;
  }
}

body.blog:not(.woocommerce) .blog_layout_1 .blog-header-wrapper h1.blog-header,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  h1.blog-header {
  font-size: 1rem;
  line-height: 3.05556rem;
  margin: 0;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  min-height: 55px;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog-header-wrapper
    h1.blog-header,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog-header-wrapper
    h1.blog-header {
    font-size: 4.16667rem;
    line-height: 4.16667rem;
    background: none;
  }
}

body.blog:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 1.38889rem 0 0;
  display: none;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog-header-wrapper
    .list_categories,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog-header-wrapper
    .list_categories {
    display: block;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories
  li,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories
  li {
  display: inline;
  margin: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories
  li
  a:hover,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories
  li
  a:hover {
  font-weight: bold;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories
  li.current-cat,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories
  li.current-cat {
  font-weight: bold;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories
  li.current-cat
  a,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog-header-wrapper
  .list_categories
  li.current-cat
  a {
  font-weight: bold;
}

body.blog:not(.woocommerce) .blog_layout_1 .blog-category-description,
body.archive:not(.woocommerce) .blog_layout_1 .blog-category-description {
  text-align: center;
  padding: 0 45px;
  margin: 20px auto 0;
}
body.blog:not(.woocommerce) .blog_layout_1 .blog-category-description p,
body.archive:not(.woocommerce) .blog_layout_1 .blog-category-description p {
  margin: 0;
}

body.blog:not(.woocommerce) .blog_layout_1 .blog_posts,
body.archive:not(.woocommerce) .blog_layout_1 .blog_posts {
  max-width: 1685px;
  margin: 0 auto 0;
  list-style-type: none;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_1 .blog_posts,
  body.archive:not(.woocommerce) .blog_layout_1 .blog_posts {
    margin-top: 7.22222rem;
  }
}
body.blog:not(.woocommerce) .blog_layout_1 .blog_posts:after,
body.archive:not(.woocommerce) .blog_layout_1 .blog_posts:after {
  content: "";
  display: block;
  clear: both;
}
body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post,
body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post {
  width: 100%;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post article,
body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post article {
  position: relative;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post
  article.sticky
  .bg-image-wrapper::before,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post
  article.sticky
  .bg-image-wrapper::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
  width: 38px;
  height: 38px;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 9;
  border-radius: 50%;
  padding: 7px 9px;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post,
  body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post {
    width: calc(33.233% - 70px);
    margin: 0 1.94444rem 5.55556rem;
  }
}
body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:after,
body.archive:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post:after {
  content: "";
  display: block;
  clear: both;
}
body.blog:not(.woocommerce) .blog_layout_1 .blog_posts .blog_post .entry-link,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post
  .entry-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post
  .post_content_wrapper,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post
  .post_content_wrapper {
  position: relative;
  z-index: 10;
  padding: 0 1.66667rem 2.77778rem;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post
    .post_content_wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post
    .post_content_wrapper {
    padding: inherit;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post
  .post_content_wrapper
  .post_content,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post
  .post_content_wrapper
  .post_content {
  padding-top: 2.5rem;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:hover
  .bg-image,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:hover
  .bg-image {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:nth-child(8n + 5),
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:nth-child(8n + 2),
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:nth-child(8n + 5),
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:nth-child(8n + 2) {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5),
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2),
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5),
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2) {
    width: calc(66.767% - 70px);
  }
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5)
    .bg-image-wrapper,
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2)
    .bg-image-wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5)
    .bg-image-wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2)
    .bg-image-wrapper {
    height: 620px;
  }
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5):nth-child(even)
    .post_content_wrapper,
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2):nth-child(even)
    .post_content_wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5):nth-child(even)
    .post_content_wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2):nth-child(even)
    .post_content_wrapper {
    margin-top: -100px;
    margin-left: 205px;
    padding-left: 75px;
  }
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5):nth-child(even)
    .post_content_wrapper
    .post_content,
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2):nth-child(even)
    .post_content_wrapper
    .post_content,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5):nth-child(even)
    .post_content_wrapper
    .post_content,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2):nth-child(even)
    .post_content_wrapper
    .post_content {
    max-width: 490px;
  }
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5):nth-child(odd)
    .post_content_wrapper,
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2):nth-child(odd)
    .post_content_wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5):nth-child(odd)
    .post_content_wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2):nth-child(odd)
    .post_content_wrapper {
    margin-top: -100px;
    margin-right: 205px;
  }
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5):nth-child(odd)
    .post_content_wrapper
    .post_content,
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2):nth-child(odd)
    .post_content_wrapper
    .post_content,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 5):nth-child(odd)
    .post_content_wrapper
    .post_content,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(8n + 2):nth-child(odd)
    .post_content_wrapper
    .post_content {
    max-width: 490px;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:nth-child(4n + 4),
body.blog:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:nth-child(4n + 3),
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:nth-child(4n + 4),
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_posts
  .blog_post:nth-child(4n + 3) {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 4),
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 3),
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 4),
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 3) {
    width: calc(50% - 70px);
  }
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 4)
    .bg-image-wrapper,
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 3)
    .bg-image-wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 4)
    .bg-image-wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 3)
    .bg-image-wrapper {
    height: 460px;
  }
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 4)
    .post_content_wrapper,
  body.blog:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 3)
    .post_content_wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 4)
    .post_content_wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_1
    .blog_posts
    .blog_post:nth-child(4n + 3)
    .post_content_wrapper {
    margin-top: -100px;
    max-width: 490px;
    padding-right: 1.66667rem;
  }
}

body.blog:not(.woocommerce) .blog_layout_1 .bg-image-wrapper,
body.archive:not(.woocommerce) .blog_layout_1 .bg-image-wrapper {
  height: 305px;
  width: 100%;
  height: 305px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.blog:not(.woocommerce) .blog_layout_1 .bg-image-wrapper .bg-image,
body.archive:not(.woocommerce) .blog_layout_1 .bg-image-wrapper .bg-image {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.blog:not(.woocommerce) .blog_layout_1 .bg-image-wrapper .bg-image:before,
body.archive:not(.woocommerce)
  .blog_layout_1
  .bg-image-wrapper
  .bg-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
}

body.blog:not(.woocommerce) .blog_layout_1 .post-categories,
body.archive:not(.woocommerce) .blog_layout_1 .post-categories {
  list-style-type: none;
  margin: 0;
  padding-bottom: 1.11111rem;
}
body.blog:not(.woocommerce) .blog_layout_1 .post-categories li,
body.archive:not(.woocommerce) .blog_layout_1 .post-categories li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "embed-poppins", sans-serif;
  font-weight: bold;
  padding-right: 7px;
}
body.blog:not(.woocommerce) .blog_layout_1 .post-categories li a:hover,
body.archive:not(.woocommerce) .blog_layout_1 .post-categories li a:hover {
  opacity: 0.5;
}

body.blog:not(.woocommerce) .blog_layout_1 .entry-title,
body.archive:not(.woocommerce) .blog_layout_1 .entry-title {
  margin-bottom: 1.38889rem;
}

body.blog:not(.woocommerce) .blog_layout_1 .read_more,
body.archive:not(.woocommerce) .blog_layout_1 .read_more {
  font-family: "embed-poppins", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 10;
  line-height: 15px;
}
body.blog:not(.woocommerce) .blog_layout_1 .read_more:after,
body.archive:not(.woocommerce) .blog_layout_1 .read_more:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5f5f5f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
}
body.blog:not(.woocommerce) .blog_layout_1 .read_more:hover:after,
body.archive:not(.woocommerce) .blog_layout_1 .read_more:hover:after {
  width: 0;
}

body.blog:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_button,
body.archive:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_button {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
body.blog:not(.woocommerce) .blog_layout_1 .getbowtied_blog_ajax_load_button a,
body.archive:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_button
  a {
  display: block;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_button.finished
  a,
body.archive:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_button.finished
  a {
  cursor: default;
}

body.blog:not(.woocommerce) .blog_layout_1 .blog_ajax_load_more:before,
body.archive:not(.woocommerce) .blog_layout_1 .blog_ajax_load_more:before {
  position: relative;
  top: 5px;
  right: 5px;
}

body.blog:not(.woocommerce) .blog_layout_1 .blog_ajax_load_more.disabled:before,
body.archive:not(.woocommerce)
  .blog_layout_1
  .blog_ajax_load_more.disabled:before {
  opacity: 0.35;
}

body.blog:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_more_loader,
body.archive:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_more_loader {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more,
body.archive:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more {
  display: inline-block;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more:before,
body.archive:not(.woocommerce)
  .blog_layout_1
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more:before {
  -webkit-animation: spinLoader 2s infinite linear;
  animation: spinLoader 2s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  display: block;
  opacity: 0.35;
  width: 22px;
  height: 22px;
}

body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation,
body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation {
  display: block;
  clear: both;
}
body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links,
body.archive:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links
  .page-numbers,
body.archive:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links
  .page-numbers {
  float: left;
  display: block;
  padding: 0.72222rem 1.33333rem;
  border-right-width: 1px;
  border-right-style: solid;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 1.38889rem;
}
body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .prev,
body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links .next,
body.archive:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links
  .prev,
body.archive:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links
  .next {
  font-size: 0.88889rem;
  line-height: 1.38889rem;
}
body.blog:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links
  .next:after,
body.blog:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links
  .prev:after,
body.archive:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links
  .next:after,
body.archive:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links
  .prev:after {
  position: relative;
  top: 3px;
}
body.blog:not(.woocommerce) .blog_layout_1 .posts-navigation .nav-links:after,
body.archive:not(.woocommerce)
  .blog_layout_1
  .posts-navigation
  .nav-links:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper,
  body.archive:not(.woocommerce) .blog_layout_2 .blog-header-wrapper {
    margin: 8.88889rem 0 0 0;
  }
}

body.blog:not(.woocommerce) .blog_layout_2 .blog-header-wrapper h1.blog-header,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  h1.blog-header {
  font-size: 1rem;
  line-height: 3.05556rem;
  margin: 0;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  min-height: 55px;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog-header-wrapper
    h1.blog-header,
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog-header-wrapper
    h1.blog-header {
    font-size: 4.16667rem;
    line-height: 4.16667rem;
    background: none;
  }
}

body.blog:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 1.38889rem 0 0;
  display: none;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog-header-wrapper
    .list_categories,
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog-header-wrapper
    .list_categories {
    display: block;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories
  li,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories
  li {
  display: inline;
  margin: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories
  li
  a:hover,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories
  li
  a:hover {
  font-weight: bold;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories
  li.current-cat,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories
  li.current-cat {
  font-weight: bold;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories
  li.current-cat
  a,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog-header-wrapper
  .list_categories
  li.current-cat
  a {
  font-weight: bold;
}

body.blog:not(.woocommerce) .blog_layout_2 .blog-category-description,
body.archive:not(.woocommerce) .blog_layout_2 .blog-category-description {
  text-align: center;
  padding: 0 45px;
  margin: 20px auto 0;
}
body.blog:not(.woocommerce) .blog_layout_2 .blog-category-description p,
body.archive:not(.woocommerce) .blog_layout_2 .blog-category-description p {
  margin: 0;
}

body.blog:not(.woocommerce) .blog_layout_2 .blog_posts,
body.archive:not(.woocommerce) .blog_layout_2 .blog_posts {
  max-width: 1685px;
  margin: 0 auto;
  list-style-type: none;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_2 .blog_posts,
  body.archive:not(.woocommerce) .blog_layout_2 .blog_posts {
    margin-top: 7.22222rem;
  }
}
body.blog:not(.woocommerce) .blog_layout_2 .blog_posts:after,
body.archive:not(.woocommerce) .blog_layout_2 .blog_posts:after {
  content: "";
  display: block;
  clear: both;
}
body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post,
body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post {
  width: 100%;
  float: left;
}
body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post article,
body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post article {
  position: relative;
  z-index: 10;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  article.sticky
  .bg-image-wrapper::before,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  article.sticky
  .bg-image-wrapper::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
  width: 38px;
  height: 38px;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 9;
  border-radius: 50%;
  padding: 7px 9px;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  .bg-image-wrapper,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  .bg-image-wrapper {
  height: 305px;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post,
  body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post {
    width: calc(33.233% - 70px);
    margin: 0 1.94444rem 5.55556rem;
  }
}
body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:after,
body.archive:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post:after {
  content: "";
  display: block;
  clear: both;
}
body.blog:not(.woocommerce) .blog_layout_2 .blog_posts .blog_post .entry-link,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  .entry-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  .post_content_wrapper,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  .post_content_wrapper {
  position: relative;
  z-index: 10;
  padding: 0 1.66667rem 2.77778rem;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post
    .post_content_wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post
    .post_content_wrapper {
    max-width: 27.22222rem;
    padding: inherit;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  .post_content_wrapper
  .post_content,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post
  .post_content_wrapper
  .post_content {
  padding-top: 2.5rem;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:hover
  .bg-image,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:hover
  .bg-image {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:nth-child(8n + 5),
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:nth-child(8n + 2),
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:nth-child(8n + 5),
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:nth-child(8n + 2) {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(8n + 5),
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(8n + 2),
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(8n + 5),
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(8n + 2) {
    width: calc(66.767% - 70px);
  }
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(8n + 5)
    .bg-image-wrapper,
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(8n + 2)
    .bg-image-wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(8n + 5)
    .bg-image-wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(8n + 2)
    .bg-image-wrapper {
    height: 620px;
  }
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:nth-child(4n + 4),
body.blog:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:nth-child(4n + 3),
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:nth-child(4n + 4),
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_posts
  .blog_post:nth-child(4n + 3) {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(4n + 4),
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(4n + 3),
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(4n + 4),
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(4n + 3) {
    width: calc(50% - 70px);
  }
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(4n + 4)
    .bg-image-wrapper,
  body.blog:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(4n + 3)
    .bg-image-wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(4n + 4)
    .bg-image-wrapper,
  body.archive:not(.woocommerce)
    .blog_layout_2
    .blog_posts
    .blog_post:nth-child(4n + 3)
    .bg-image-wrapper {
    height: 460px;
  }
}

body.blog:not(.woocommerce) .blog_layout_2 .bg-image-wrapper,
body.archive:not(.woocommerce) .blog_layout_2 .bg-image-wrapper {
  height: 305px;
  width: 100%;
  height: 305px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.blog:not(.woocommerce) .blog_layout_2 .bg-image-wrapper .bg-image,
body.archive:not(.woocommerce) .blog_layout_2 .bg-image-wrapper .bg-image {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
body.blog:not(.woocommerce) .blog_layout_2 .bg-image-wrapper .bg-image:before,
body.archive:not(.woocommerce)
  .blog_layout_2
  .bg-image-wrapper
  .bg-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
}

body.blog:not(.woocommerce) .blog_layout_2 .post-categories,
body.archive:not(.woocommerce) .blog_layout_2 .post-categories {
  list-style-type: none;
  margin: 0;
  padding-bottom: 1.11111rem;
}
body.blog:not(.woocommerce) .blog_layout_2 .post-categories li,
body.archive:not(.woocommerce) .blog_layout_2 .post-categories li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "embed-poppins", sans-serif;
  font-weight: bold;
  padding-right: 0.38889rem;
}
body.blog:not(.woocommerce) .blog_layout_2 .post-categories li a:hover,
body.archive:not(.woocommerce) .blog_layout_2 .post-categories li a:hover {
  opacity: 0.5;
}

body.blog:not(.woocommerce) .blog_layout_2 .entry-title,
body.archive:not(.woocommerce) .blog_layout_2 .entry-title {
  margin-bottom: 1.38889rem;
}

body.blog:not(.woocommerce) .blog_layout_2 .read_more,
body.archive:not(.woocommerce) .blog_layout_2 .read_more {
  font-family: "embed-poppins", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 15px;
}
body.blog:not(.woocommerce) .blog_layout_2 .read_more:after,
body.archive:not(.woocommerce) .blog_layout_2 .read_more:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5f5f5f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
}
body.blog:not(.woocommerce) .blog_layout_2 .read_more:hover:after,
body.archive:not(.woocommerce) .blog_layout_2 .read_more:hover:after {
  width: 0;
}

body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation,
body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation {
  display: block;
  clear: both;
}
body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links,
body.archive:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links
  .page-numbers,
body.archive:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links
  .page-numbers {
  float: left;
  display: block;
  padding: 0.72222rem 1.33333rem;
  border-right-width: 1px;
  border-right-style: solid;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 1.38889rem;
}
body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .prev,
body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links .next,
body.archive:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links
  .prev,
body.archive:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links
  .next {
  font-size: 0.88889rem;
  line-height: 1.38889rem;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links
  .next:after,
body.blog:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links
  .prev:after,
body.archive:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links
  .next:after,
body.archive:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links
  .prev:after {
  position: relative;
  top: 3px;
}
body.blog:not(.woocommerce) .blog_layout_2 .posts-navigation .nav-links:after,
body.archive:not(.woocommerce)
  .blog_layout_2
  .posts-navigation
  .nav-links:after {
  content: "";
  display: block;
  clear: both;
}

body.blog:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_button,
body.archive:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_button {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
body.blog:not(.woocommerce) .blog_layout_2 .getbowtied_blog_ajax_load_button a,
body.archive:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_button
  a {
  display: block;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_button.finished
  a,
body.archive:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_button.finished
  a {
  cursor: default;
}

body.blog:not(.woocommerce) .blog_layout_2 .blog_ajax_load_more:before,
body.archive:not(.woocommerce) .blog_layout_2 .blog_ajax_load_more:before {
  position: relative;
  top: 5px;
  right: 5px;
}

body.blog:not(.woocommerce) .blog_layout_2 .blog_ajax_load_more.disabled:before,
body.archive:not(.woocommerce)
  .blog_layout_2
  .blog_ajax_load_more.disabled:before {
  opacity: 0.35;
}

body.blog:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_more_loader,
body.archive:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_more_loader {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more,
body.archive:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more {
  display: inline-block;
}
body.blog:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more:before,
body.archive:not(.woocommerce)
  .blog_layout_2
  .getbowtied_blog_ajax_load_more_loader
  .blog_ajax_load_more:before {
  -webkit-animation: spinLoader 2s infinite linear;
  animation: spinLoader 2s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  display: block;
  opacity: 0.35;
  width: 22px;
  height: 22px;
}

.single .entry-header {
  padding: 0 15px;
}
@media only screen and (min-width: 40em) {
  .single .entry-header {
    padding: 0;
  }
}

.single .entry-title {
  font-size: 1.66667rem;
  line-height: 2rem;
  text-align: center;
  padding: 0;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (min-width: 40em) {
  .single .entry-title {
    font-size: 3.55556rem;
    line-height: 4rem;
  }
}

.single .entry-meta {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 40em) {
  .single .entry-meta {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
.single .entry-meta span {
  margin: 0 10px;
  font-size: 0.66667rem;
  line-height: 0.66667rem;
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .single .entry-meta span {
    margin: 0 15px;
    font-size: 0.77778rem;
    line-height: 0.77778rem;
  }
}
.single .entry-meta .single-comments-icon,
.single .entry-meta .single-date-icon {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 3px;
}
.single .entry-meta .single-date-icon {
  opacity: 0.35;
}
.single .entry-meta .single-comments a:hover .single-comments-icon {
  opacity: 0.35;
}

.single .entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 40px;
  padding: 0 15px;
}
@media only screen and (min-width: 64em) {
  .single .entry-content {
    margin-bottom: 80px;
    padding: 0;
  }
}

.single .entry-footer {
  padding: 0 0 50px 0;
}
.single .entry-footer .tags-links {
  display: block;
  text-align: center;
}
.single .entry-footer .tags-links a {
  display: inline-block;
  margin: 0 7px 5px;
  padding: 2px 10px 1px;
  border-style: solid;
  line-height: 1.6;
  border-width: 2px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 64em) {
  .single .entry-footer {
    padding: 0 0 80px 0;
  }
}

.single .navigation_between_posts {
  font-size: 0.66667rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 20px 0;
  background: #ddd;
  display: table;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .single .navigation_between_posts {
    font-size: 1rem;
    padding: 0;
    display: inherit;
  }
}
.single .navigation_between_posts .nav-previous {
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 64em) {
  .single .navigation_between_posts .nav-previous {
    display: inline-block;
  }
}
.single .navigation_between_posts .nav-previous > img {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  opacity: 0;
}
.single .navigation_between_posts .nav-previous > a {
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 100px;
  opacity: 0.5;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.single .navigation_between_posts .nav-previous > a:hover {
  opacity: 0.2;
}
.single .navigation_between_posts .nav-previous:hover > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
}
.single .navigation_between_posts .nav-next {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 64em) {
  .single .navigation_between_posts .nav-next {
    display: inline-block;
  }
}
.single .navigation_between_posts .nav-next > img {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  opacity: 0;
}
.single .navigation_between_posts .nav-next > a {
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 100px;
  opacity: 0.5;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.single .navigation_between_posts .nav-next > a:hover {
  opacity: 0.2;
}
.single .navigation_between_posts .nav-next:hover > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
}
.single .navigation_between_posts .nav-previous-mobile {
  line-height: 12px;
  display: table-cell;
  text-transform: uppercase;
  text-align: left;
  padding-left: 30px;
}
@media only screen and (min-width: 64em) {
  .single .navigation_between_posts .nav-previous-mobile {
    display: none;
  }
}
.single .navigation_between_posts .nav-next-mobile {
  line-height: 12px;
  display: table-cell;
  text-transform: uppercase;
  text-align: right;
  padding-right: 30px;
}
@media only screen and (min-width: 64em) {
  .single .navigation_between_posts .nav-next-mobile {
    display: none;
  }
}

.single .cover-image {
  height: 60vh;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 40em) {
  .single .cover-image {
    height: 70vh;
  }
}
.single .cover-image img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .single .cover-image .mobile-category-link {
    display: none;
  }
}

.single .featured-image {
  margin: 0 -15px 50px -15px;
}
@media only screen and (min-width: 64em) {
  .single .featured-image {
    margin: 0 -100px 60px -100px;
  }
}
.single .featured-image img {
  width: 100%;
}

.single .main-with-sidebar .featured-image {
  margin: 0 -15px 50px -15px;
}
@media only screen and (min-width: 64em) {
  .single .main-with-sidebar .featured-image {
    margin: 0 0 60px 0;
  }
}

.single ul.post-categories {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  margin: 100px 0 10px 0;
}
@media only screen and (min-width: 40em) {
  .single ul.post-categories {
    margin: 90px 0 25px 0;
  }
}
.single ul.post-categories li {
  display: inline;
  font-size: 0.66667rem;
  line-height: 0.66667rem;
  text-transform: uppercase;
  font-weight: bold;
  height: 12px;
  padding: 0 10px;
}
@media only screen and (min-width: 40em) {
  .single ul.post-categories li {
    font-size: 13px;
    line-height: 0.77778rem;
    padding-left: 0;
    padding: 0 7px;
    height: 14px;
  }
}
.single ul.post-categories li a {
  line-height: 0.66667rem;
  font-size: 0.66667rem;
  display: inline-block;
}
.single ul.post-categories li a:hover {
  color: #000;
}
@media only screen and (min-width: 40em) {
  .single ul.post-categories li a {
    line-height: 0.77778rem;
    font-size: 13px;
  }
}

.single .main-with-sidebar #secondary {
  margin-top: 90px;
  min-height: 50vh;
  margin-bottom: 80px;
}

@media only screen and (min-width: 40em) {
  .single .main-with-sidebar .post-categories {
    text-align: left;
  }
  .single .main-with-sidebar .post-categories li {
    padding-right: 15px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 40em) {
  .single .main-with-sidebar .entry-title {
    text-align: left;
  }
}

@media only screen and (min-width: 40em) {
  .single .main-with-sidebar .entry-meta {
    text-align: left;
    margin-bottom: 60px;
  }
}

.single .main-with-sidebar .entry-meta span {
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 40em) {
  .single .main-with-sidebar .entry-meta span {
    margin: 0 15px 0 0;
  }
}

@media only screen and (min-width: 40em) {
  .single .main-with-sidebar .tags-links {
    text-align: left;
  }
  .single .main-with-sidebar .tags-links a {
    margin: 0 14px 0 0;
  }
}

.search-results article {
  width: 100%;
  background: #f7f7f7;
  padding: 50px 0;
  border-bottom: solid 1px #e6e6e6;
}
@media only screen and (min-width: 64em) {
  .search-results article {
    padding: 100px 0;
  }
}
.search-results article header,
.search-results article footer,
.search-results article .entry-summary {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
.search-results article header h1,
.search-results article footer h1,
.search-results article .entry-summary h1 {
  font-size: 1.66667rem;
}
.search-results article .entry-meta span {
  font-size: 0.77778rem;
  margin: 0 15px;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .search-results article .entry-meta span {
    display: initial;
  }
}
.search-results article .entry-meta .single-comments-icon,
.search-results article .entry-meta .single-date-icon {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 3px;
}
.search-results article .entry-meta .single-date-icon {
  opacity: 0.35;
}
.search-results
  article
  .entry-meta
  .single-comments:hover
  .single-comments-icon {
  opacity: 0.35;
}

.search-results .posts-navigation {
  margin-top: 0;
}

.search-results .posts-navigation {
  display: block;
  clear: both;
}
.search-results .posts-navigation .nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
}
.search-results .posts-navigation .nav-links .page-numbers {
  float: left;
  display: block;
  padding: 0.72222rem 1.33333rem;
  border-right-width: 1px;
  border-right-style: solid;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 1.38889rem;
}
.search-results .posts-navigation .nav-links .prev,
.search-results .posts-navigation .nav-links .next {
  font-size: 0.88889rem;
  line-height: 1.38889rem;
}
.search-results .posts-navigation .nav-links .next:after,
.search-results .posts-navigation .nav-links .prev:after {
  position: relative;
  top: 3px;
}
.search-results .posts-navigation .nav-links:after {
  content: "";
  display: block;
  clear: both;
}

.comments_section #comments {
  padding: 0 30px;
}
@media only screen and (min-width: 64em) {
  .comments_section #comments {
    padding: 0;
  }
}
.comments_section #comments .no-comments {
  text-align: center;
  padding: 25px 30px;
}

.comments_section .large-6 .comments-number p {
  position: absolute;
  line-height: 63px;
  margin-left: 24px;
}

.comments_section .comments-number {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 62px;
  margin: 0 auto;
  margin-top: 30px;
}
.comments_section .comments-number p {
  position: absolute;
  line-height: 63px;
  margin-left: 24px;
}
@media only screen and (min-width: 64em) {
  .comments_section .comments-number {
    margin-top: 95px;
  }
}

.comments_section h2.comments-title {
  text-align: center;
  max-width: 700px;
  margin: 20px auto 40px auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.44444rem;
}
@media only screen and (min-width: 64em) {
  .comments_section h2.comments-title {
    font-size: 1.66667rem;
    line-height: 1.2;
    margin-bottom: 90px;
  }
}

.comments_section ul {
  list-style: none;
  margin: 0;
}
.comments_section ul li {
  padding: 30px 0;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li {
    padding: 52px 0 45px 0;
  }
}
.comments_section ul li.parent {
  padding: 0;
}
.comments_section ul li.parent .comment-body {
  padding: 30px 0;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li.parent .comment-body {
    padding: 52px 0 45px 0;
  }
}
.comments_section ul li article {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li article {
    width: 50%;
    margin: 0 auto;
  }
}
.comments_section ul li article .comment-content {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li article .comment-content {
    padding: 0 0 0 70px;
  }
}
.comments_section ul li article .author-info {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li article .author-info {
    float: left;
    width: 30%;
    padding-right: 30px;
  }
}
.comments_section ul li article h3.comment-author {
  font-size: 0.88889rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  margin: 5px 0 5px 0;
  padding-left: 66px;
  word-wrap: break-word;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li article h3.comment-author {
    font-size: 1.11111rem;
    margin-top: 4px;
    padding-left: 0;
  }
}
.comments_section ul li article .comment-author-avatar {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li article .comment-author-avatar {
    width: 50px;
    height: 50px;
  }
}
.comments_section ul li article .comment-author-avatar img {
  border-radius: 50%;
}
.comments_section ul li article .comment-metadata {
  font-size: 0.66667rem;
  text-align: left;
  padding-left: 66px;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li article .comment-metadata {
    padding-left: 0;
  }
}
.comments_section ul li article .comment-metadata time {
  font-weight: bold;
}
.comments_section ul li article .comment-text {
  font-size: 0.88889rem;
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li article .comment-text {
    width: 70%;
    margin: 0;
  }
}
.comments_section ul li article .comment-text .comment-reply,
.comments_section ul li article .comment-text .comment-edit-link {
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
}
.comments_section ul li article .comment-text .comment-reply:before {
  position: relative;
  top: 2px;
}
.comments_section ul li.pingback .comment-body {
  width: 100%;
  margin: 0 auto;
  font-size: 0.72222rem;
  font-weight: bold;
  padding: 52px 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li.pingback .comment-body {
    width: 50%;
    margin: 0 auto;
  }
}
.comments_section ul li.pingback .comment-body a {
  font-size: 0.88889rem;
  margin-left: 20px;
  text-transform: none;
}
.comments_section ul li.pingback .comment-body a.comment-edit-link {
  font-size: 0.66667rem;
  text-transform: uppercase;
}
.comments_section ul li ul.children {
  margin: -5px 0 0 20px;
}
@media only screen and (min-width: 64em) {
  .comments_section ul li ul.children {
    margin: -5px 0 0 100px;
  }
}
.comments_section ul li ul.children .depth-2 {
  padding: 0;
}
.comments_section ul.comment-list {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.comments_section ul.comment-list.open {
  max-height: 2000px;
}

.comments_section #respond {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 64em) {
  .comments_section #respond {
    width: 50%;
  }
}
.comments_section #respond.open {
  max-height: 2000px;
}
.comments_section #respond #reply-title {
  text-align: center;
  font-size: 1rem;
  padding-top: 40px;
}
@media only screen and (min-width: 64em) {
  .comments_section #respond #reply-title {
    font-size: 1.66667rem;
    padding-top: 95px;
  }
}
.comments_section #respond .logged-in-as,
.comments_section #respond .comment-notes {
  text-align: center;
  font-size: 0.88889rem;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 64em) {
  .comments_section #respond .logged-in-as,
  .comments_section #respond .comment-notes {
    margin: 15px 0 65px 0;
  }
}
.comments_section #respond .logged-in-as a,
.comments_section #respond .comment-notes a {
  font-weight: bold;
}
.comments_section #respond .logged-in-as .logout-icon {
  position: relative;
  top: 3px;
}
.comments_section #respond label {
  font-size: 0.66667rem;
  font-weight: bold;
  text-align: left;
}
.comments_section #respond textarea {
  border: none;
  font-size: 0.88889rem;
}
.comments_section #respond input[type="text"],
.comments_section #respond input[type="email"],
.comments_section #respond input[type="url"] {
  border: none;
  font-size: 0.88889rem;
}
.comments_section #respond p.form-submit {
  margin-top: 10px;
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .comments_section #respond p.form-submit {
    padding-bottom: 100px;
  }
}
.comments_section #respond p.form-submit #submit {
  width: 100%;
}
.comments_section #respond p.comment-form-url {
  margin-bottom: 28px;
}
@media only screen and (min-width: 64em) {
  .comments_section #respond p.comment-form-url {
    margin-bottom: 48px;
  }
}

.comments_section .comment-respond-form {
  position: relative;
}
.comments_section .comment-respond-form .comments-number {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -23px;
}
@media only screen and (min-width: 64em) {
  .comments_section .comment-respond-form .comments-number {
    top: 95px;
  }
}
.comments_section .comment-respond-form.no-comments #respond #reply-title {
  padding-top: 110px;
}
@media only screen and (min-width: 64em) {
  .comments_section .comment-respond-form.no-comments #respond #reply-title {
    padding-top: 175px;
  }
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-1 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-1 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.gallery-columns-2 .gallery-item {
  width: 50%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-2 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-2 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-3 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-3 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.gallery-columns-4 .gallery-item {
  width: 25%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-4 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-4 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.gallery-columns-5 .gallery-item {
  width: 20%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-5 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-5 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.gallery-columns-6 .gallery-item {
  width: 16.66667%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-6 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-6 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.gallery-columns-7 .gallery-item {
  width: 14.28571%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-7 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-7 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-8 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-8 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.gallery-columns-9 .gallery-item {
  width: 11.11111%;
  float: left;
  overflow: hidden;
  background: #000;
}
.gallery-columns-9 .gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.2s ease-in-out,
    transform 0.8s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.gallery-columns-9 .gallery-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

@media all and (min-width: 1330px) {
  .page .entry-content .alignwide,
  .single .main-without-sidebar .entry-content .alignwide {
    margin-left: calc(-75vw / 2 + 100% / 2);
    margin-right: calc(-75vw / 2 + 100% / 2);
    max-width: 75vw;
  }
}

.page .entry-content .alignfull,
.single .main-without-sidebar .entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

[class*="wp-block-"],
.wp-block-quote.is-style-large,
.gbt_18_mc_banner,
.gbt_18_mc_posts_grid,
.gbt_18_mc_posts_slider,
.gbt_18_mc_slider_wrapper,
.gbt_18_mc_social_media_profiles {
  margin-bottom: 2.5rem;
}

[class*="wp-block-"] [class*="wp-block-"] {
  margin-bottom: 0;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > hr {
  margin-top: 2.5rem;
  clear: both;
}

.entry-content > p + *:not(p) {
  margin-top: 2.5rem;
}

.entry-content > p {
  margin-bottom: 1rem !important;
}

.entry-content > hr {
  margin-bottom: 2.5rem;
}

.wp-block-button .wp-block-button__link {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.wp-block-button.alignright {
  margin-right: 0;
}

.wp-block-button.alignleft {
  margin-left: 0;
}

.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories {
  margin-left: 0;
}
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li {
  list-style-type: none;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-archives .wp-block-latest-posts__post-date,
.wp-block-categories .wp-block-latest-posts__post-date {
  margin-bottom: 0;
}
.wp-block-latest-posts .count,
.wp-block-archives .count,
.wp-block-categories .count {
  margin-left: 4px;
}

.wp-block-latest-posts li {
  margin-bottom: 16px;
}
.wp-block-latest-posts li a:hover {
  opacity: 0.35;
}

.wp-block-file .wp-block-file__button {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.wp-block-embed .wp-block-embed__wrapper:before {
  padding-top: 0 !important;
}

.wp-block-cover {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.wp-block-cover.alignwide,
.wp-block-cover.alignfull {
  width: auto;
}
.wp-block-cover::-webkit-scrollbar {
  display: none;
}
.wp-block-cover .wp-block-cover-text {
  margin: 5% !important;
}
.wp-block-cover.alignright {
  margin-left: 1.5rem;
  margin-right: 0;
}
.wp-block-cover.alignleft {
  margin-right: 1.5rem;
  margin-left: 0;
}
@media only screen and (max-width: 39.9375em) {
  .wp-block-cover.alignright,
  .wp-block-cover.alignleft {
    width: 50%;
    min-height: 360px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .wp-block-cover .wp-block-cover-text {
    font-size: 1.66667rem;
    width: 90%;
  }
}

.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-style-solid-color blockquote p,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-large p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-large cite {
  font-size: 18px;
}

.wp-block-quote .has-text-color p,
.wp-block-quote .has-text-color cite,
.wp-block-pullquote .has-text-color p,
.wp-block-pullquote .has-text-color cite {
  color: inherit;
}

.wp-block-quote blockquote,
.wp-block-quote.is-style-large,
.wp-block-pullquote blockquote,
.wp-block-pullquote.is-style-large {
  border-left: 0;
}

.wp-block-quote blockquote,
.wp-block-pullquote blockquote {
  margin: 0 auto;
  max-width: 60%;
  padding-top: 0;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  max-width: 100%;
  padding: 0 2rem;
}

.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
  font-size: 20px;
}

.wp-block-pullquote.is-style-solid-color.alignright blockquote {
  text-align: right;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote cite {
  text-align: left;
}

.wp-block-video video {
  width: 100%;
}

.wp-block-image figure.alignright {
  margin-left: 1.5rem;
  margin-right: 0;
}

.wp-block-image figure.alignleft {
  margin-right: 1.5rem;
  margin-left: 0;
}

@media only screen and (max-width: 39.9375em) {
  .wp-block-image figure.alignright,
  .wp-block-image figure.alignleft {
    width: 50%;
  }
}

.wp-block-image figcaption a {
  text-decoration: underline;
}
.wp-block-image figcaption a:hover {
  opacity: 0.75;
}

p.wp-block-subhead {
  font-style: normal;
}

.wp-block-code {
  background-color: #f3f4f5;
}
.wp-block-code code {
  background-color: transparent;
  border: none;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5rem;
}

.wp-block-gallery {
  margin-left: 0;
}
.wp-block-gallery figcaption {
  margin: 0;
}
.wp-block-gallery figcaption a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.wp-block-gallery figcaption a:hover {
  opacity: 0.75;
}
.wp-block-gallery.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-right: 0;
}
.wp-block-gallery.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-left: 0;
}
@media only screen and (max-width: 39.9375em) {
  .wp-block-gallery.alignright,
  .wp-block-gallery.alignleft {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
    max-width: 100%;
  }
}

.gbt_18_mc_banner .gbt_18_mc_banner_title {
  font-weight: 900;
  line-height: 1.391em;
}

.gbt_18_mc_banner .gbt_18_mc_banner_subtitle {
  font-weight: normal;
  line-height: 1.5em;
}

@media all and (min-width: 1050px) {
  .gbt_18_mc_posts_grid.alignfull .gbt_18_mc_posts_grid_wrapper {
    padding: 0 20px;
  }
}

@media all and (max-width: 1049px) {
  .gbt_18_mc_posts_grid.alignfull .gbt_18_mc_posts_grid_wrapper {
    padding: 0 8px;
  }
}

.gbt_18_mc_posts_grid .gbt_18_mc_posts_grid_title {
  font-size: 22px;
  line-height: 1.4em;
}
@media all and (max-width: 639px) {
  .gbt_18_mc_posts_grid .gbt_18_mc_posts_grid_title {
    font-size: 20px;
  }
}

.gbt_18_mc_posts_slider .gbt_18_mc_posts_slider_item_date {
  font-size: 0.66667rem;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .gbt_18_mc_posts_slider .gbt_18_mc_posts_slider_item_date {
    font-size: 0.77778rem;
  }
}

.gbt_18_mc_posts_slider .gbt_18_mc_posts_slider_item_title {
  font-size: 1.11111rem;
  line-height: 1.44444rem;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .gbt_18_mc_posts_slider .gbt_18_mc_posts_slider_item_title {
    font-size: 2.22222rem;
    line-height: 1.2;
  }
}

.gbt_18_mc_slider_wrapper .gbt_18_mc_slide_title {
  line-height: 1.2;
}
@media only screen and (max-width: 39.9375em) {
  .gbt_18_mc_slider_wrapper .gbt_18_mc_slide_title {
    font-size: 1.66667rem !important;
  }
}

.gbt_18_mc_slider_wrapper .gbt_18_mc_slide_description {
  font-weight: normal;
}
@media only screen and (max-width: 39.9375em) {
  .gbt_18_mc_slider_wrapper .gbt_18_mc_slide_description {
    font-size: 0.77778rem !important;
  }
}

.wc-block-grid.alignfull {
  padding: 0 25px;
}

.wc-block-grid.has-1-columns {
  float: none !important;
}
.wc-block-grid.has-1-columns
  ul.wc-block-grid__products
  li.wc-block-grid__product {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

@media all and (max-width: 1024px) {
  .wc-block-grid.has-2-columns
    ul.wc-block-grid__products
    li.wc-block-grid__product {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product-onsale {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3px auto 0 !important;
}

.wc-block-grid ul.wc-block-grid__products {
  margin-right: -10px;
  margin-left: -10px;
}
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
  padding: 0 10px;
}
@media all and (min-width: 640px) and (max-width: 1024px) {
  .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
    width: 33.33333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.333%;
    flex: 1 0 33.333%;
    max-width: 33.3333%;
  }
}
@media all and (max-width: 639px) {
  .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-image {
  margin-bottom: 1.11111rem;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-image
  img {
  width: 100%;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-title {
  font-size: 0.66667rem;
  font-weight: bold;
  margin: 0;
  padding: 0 1.66667rem;
}
@media all and (min-width: 64em) {
  .wc-block-grid
    ul.wc-block-grid__products
    li.wc-block-grid__product
    .wc-block-grid__product-title {
    font-size: 0.77778rem;
  }
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-price,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-price__value {
  font-size: 0.66667rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.27778rem;
  vertical-align: middle;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-price
  ins,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-price__value
  ins {
  display: inline-block;
  text-decoration: none;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-price
  del,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-price__value
  del {
  display: inline-block;
  font-size: 0.66667rem;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating {
  margin-bottom: 5px;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .star-rating,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars {
  overflow: hidden;
  position: relative;
  line-height: 1;
  background-image: url("../images/stars.svg");
  background-size: auto 14px;
  margin: 3px auto 0 auto;
  float: none;
  display: block;
  font-size: 12px;
  width: 70px;
  height: 13px;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .star-rating:before,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars:before {
  content: none;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .star-rating
  span,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars
  span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  width: 5em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='rgb(229,182,116)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .star-rating
  span:before,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars
  span:before {
  content: none;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .star-rating
  .rating,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars
  .rating {
  display: none;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-onsale {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #93ca78;
  border-radius: 5px;
  display: inline-block;
  background-color: transparent;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #93ca78;
  letter-spacing: 0.1em;
  position: relative;
  top: -2px;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-add-to-cart {
  margin-top: 0;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-add-to-cart
  a,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-add-to-cart
  button {
  display: block;
  background-color: transparent;
  font-size: 0.66667rem;
  line-height: 1.5em;
  padding: 0 !important;
  text-transform: uppercase;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-add-to-cart
  a:after,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-add-to-cart
  button:after {
  display: none;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-add-to-cart
  a.added,
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-add-to-cart
  button.added {
  display: none;
}
.wc-block-grid
  ul.wc-block-grid__products
  li.wc-block-grid__product
  .wc-block-grid__product-add-to-cart
  button {
  margin-top: -5px;
}

.wc-block-grid .wc-block-pagination {
  border: 0;
  border-top: 1px solid #ddd;
}
.wc-block-grid .wc-block-pagination .screen-reader-text {
  display: none;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page {
  display: inline-block;
  padding: 0.72222rem 1.33333rem;
  border: 0;
  border-right: 1px solid #ddd;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 1.38889rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page:hover {
  opacity: 1;
}
.wc-block-grid .wc-block-pagination .wc-block-pagination-page:last-child {
  border-right: 0;
}

.wp-block-woocommerce-price-filter,
.wp-block-woocommerce-attribute-filter,
.wp-block-woocommerce-active-filters {
  margin-bottom: 1.94444rem !important;
}
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-active-filters h3 {
  font-size: 0.77778rem;
  margin-bottom: 1.38889rem;
  text-transform: uppercase;
}

.wp-block-woocommerce-price-filter
  .wc-block-price-filter.is-loading
  div.wc-block-price-filter__range-input-wrapper {
  background-color: transparent !important;
}

.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper {
  background: transparent;
  height: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input-progress,
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input {
  height: 4px;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input::-webkit-slider-thumb {
  background-image: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid;
  display: block;
  outline: none;
  cursor: pointer;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input::-moz-range-thumb {
  background-image: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid;
  display: block;
  outline: none;
  cursor: pointer;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input::-ms-thumb {
  background-image: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid;
  display: block;
  position: relative;
  outline: none;
  cursor: pointer;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input:hover::-webkit-slider-thumb,
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input:focus::-webkit-slider-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input:hover::-moz-range-thumb,
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input:focus::-moz-range-thumb {
  box-shadow: none;
  filter: none;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input:hover::-ms-thumb,
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input:focus::-ms-thumb {
  box-shadow: none;
  filter: none;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-webkit-slider-thumb {
  position: relative;
  top: -2px;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-moz-range-thumb {
  position: relative;
  top: -2px;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-ms-thumb {
  position: relative;
  top: -2px;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-webkit-slider-thumb {
  position: relative;
  top: -7px;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-moz-range-thumb {
  position: relative;
  top: -7px;
}
.wp-block-woocommerce-price-filter
  div.wc-block-price-filter__range-input-wrapper
  .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-ms-thumb {
  position: relative;
  top: -7px;
}

.wp-block-woocommerce-price-filter
  .wc-block-price-filter__controls
  .wc-block-price-filter__amount {
  border-radius: 0;
}

.wp-block-woocommerce-attribute-filter ul li {
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-woocommerce-attribute-filter ul li:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.wp-block-woocommerce-attribute-filter ul li input {
  display: none;
}
.wp-block-woocommerce-attribute-filter ul li label {
  width: 100%;
  margin: 0;
}
.wp-block-woocommerce-attribute-filter ul li label:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 9px;
  opacity: 0.35;
}

.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-woocommerce-active-filters
  ul
  li.wc-block-active-filters-list-item:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.wp-block-woocommerce-active-filters
  ul
  li.wc-block-active-filters-list-item
  .wc-block-active-filters-list-item__type {
  display: none;
}
.wp-block-woocommerce-active-filters
  ul
  li.wc-block-active-filters-list-item
  .wc-block-active-filters-list-item__name {
  margin-bottom: 0.55556rem;
  font-size: 0.66667rem;
  text-transform: uppercase;
  padding-left: 25px;
}
.wp-block-woocommerce-active-filters
  ul
  li.wc-block-active-filters-list-item
  button {
  right: auto;
  left: 0;
  margin: 0;
  height: 20px;
  top: 8px;
}
.wp-block-woocommerce-active-filters
  ul
  li.wc-block-active-filters-list-item
  button:before {
  background: none !important;
  width: 16px;
  height: 16px;
  opacity: 0.35;
}

.wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all {
  float: none;
  font-size: 0.77778rem;
  margin-top: 20px;
  text-decoration: none;
}

.wc-block-all-products
  .wc-block-grid__product-image
  a
  div.wc-block-grid__product-onsale {
  background: #93ca78 !important;
  color: #fff !important;
  position: absolute !important;
  top: 10px !important;
  left: 10px;
  right: auto;
}

.wc-block-featured-category,
.wc-block-featured-product {
  padding: 40px;
  width: auto;
}
.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-category__description,
.wc-block-featured-product .wc-block-featured-product__description {
  width: 75%;
}
.wc-block-featured-category .wc-block-featured-category__title,
.wc-block-featured-category .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-category__title,
.wc-block-featured-product .wc-block-featured-product__title {
  padding: 0;
  margin-bottom: 25px;
}
.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-product__description,
.wc-block-featured-category .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-category__description,
.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__price {
  line-height: 1.5em;
  padding: 0;
  margin-bottom: 10px;
}
.wc-block-featured-category .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__price {
  font-size: 1.2rem;
  font-weight: 700;
}
.wc-block-featured-category .wc-block-featured-product__price ins,
.wc-block-featured-product .wc-block-featured-product__price ins {
  text-decoration: none;
}
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-category .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-category__link,
.wc-block-featured-product .wc-block-featured-product__link {
  margin-top: 10px;
  padding: 0;
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button,
.wc-block-featured-category .wc-block-featured-product__link .wp-block-button,
.wc-block-featured-product .wc-block-featured-category__link .wp-block-button,
.wc-block-featured-product .wc-block-featured-product__link .wp-block-button {
  margin: 0;
}

.wc-block-product-categories.is-list ul {
  list-style: none;
}
.wc-block-product-categories.is-list ul ul {
  margin-bottom: 0;
}

.wp-block-woocommerce-all-reviews .wc-block-order-select,
.wp-block-woocommerce-reviews-by-product .wc-block-order-select,
.wp-block-woocommerce-reviews-by-category .wc-block-order-select {
  text-align: left;
}
.wp-block-woocommerce-all-reviews
  .wc-block-order-select
  .wc-block-order-select__label,
.wp-block-woocommerce-reviews-by-product
  .wc-block-order-select
  .wc-block-order-select__label,
.wp-block-woocommerce-reviews-by-category
  .wc-block-order-select
  .wc-block-order-select__label {
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 2;
  text-transform: uppercase;
}
.wp-block-woocommerce-all-reviews
  .wc-block-order-select
  .wc-block-order-select__label
  .screen-reader-text,
.wp-block-woocommerce-reviews-by-product
  .wc-block-order-select
  .wc-block-order-select__label
  .screen-reader-text,
.wp-block-woocommerce-reviews-by-category
  .wc-block-order-select
  .wc-block-order-select__label
  .screen-reader-text {
  display: none;
}
.wp-block-woocommerce-all-reviews
  .wc-block-order-select
  .wc-block-order-select__select,
.wp-block-woocommerce-reviews-by-product
  .wc-block-order-select
  .wc-block-order-select__select,
.wp-block-woocommerce-reviews-by-category
  .wc-block-order-select
  .wc-block-order-select__select {
  background-position: right 7px center;
  line-height: 20px;
  padding: 0 15px;
  outline: 0;
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 1.11111rem 0;
}

.wp-block-woocommerce-all-reviews
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating,
.wp-block-woocommerce-reviews-by-product
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating,
.wp-block-woocommerce-reviews-by-category
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating {
  height: 13px;
  margin-top: -3px;
}
.wp-block-woocommerce-all-reviews
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars
  span,
.wp-block-woocommerce-reviews-by-product
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars
  span,
.wp-block-woocommerce-reviews-by-category
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars
  span {
  height: 13px;
}
.wp-block-woocommerce-all-reviews
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars:before,
.wp-block-woocommerce-all-reviews
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars
  span::before,
.wp-block-woocommerce-reviews-by-product
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars:before,
.wp-block-woocommerce-reviews-by-product
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars
  span::before,
.wp-block-woocommerce-reviews-by-category
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars:before,
.wp-block-woocommerce-reviews-by-category
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars
  span::before {
  content: none;
}

.wp-block-woocommerce-all-reviews
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__published-date,
.wp-block-woocommerce-reviews-by-product
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__published-date,
.wp-block-woocommerce-reviews-by-category
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__published-date {
  font-size: 0.66667rem;
}

.wp-block-woocommerce-all-reviews
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__author,
.wp-block-woocommerce-reviews-by-category
  .wc-block-review-list
  li
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__author {
  font-size: 0.66667rem;
}

.wp-block-woocommerce-product-search .wc-block-product-search__field {
  font-weight: bold;
  padding-left: 0.83333rem;
  padding-right: 36px;
}

.wp-block-woocommerce-product-search .wc-block-product-search__button {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 2.27778rem;
  position: absolute;
  right: 16px;
  margin: 0;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button:hover {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.wp-block-latest-comments {
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 48px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-avatar {
  border-radius: 0;
  width: 48px;
  height: 48px;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-bottom: 1.5rem;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta
  .wp-block-latest-comments__comment-author,
.wp-block-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta
  .wp-block-latest-comments__comment-link {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta
  .wp-block-latest-comments__comment-date {
  font-size: 0.66667rem;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt {
  clear: both;
  margin-left: 0;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt
  p {
  font-size: 1rem;
  line-height: 1.6;
}

.wp-block-search .wp-block-search__button {
  margin-top: 1.3rem;
  margin-left: 0;
}

body.catalog-mode .shopping-bag-button,
body.catalog-mode a.product_type_simple,
body.catalog-mode a.product_type_variable,
body.catalog-mode a.product_type_grouped,
body.catalog-mode form.cart,
body.catalog-mode .variations_button,
body.catalog-mode .shop-product-badges,
body.catalog-mode .product-badges,
body.catalog-mode .out-of-stock {
  display: none !important;
}

body.catalog-mode
  .offcanvas_quickview
  .product_content_wrapper
  .product_infos
  h1 {
  margin-bottom: 30px;
}

.woocommerce .price ins {
  text-decoration: none;
}

.woocommerce .price del {
  color: #333;
}

.woocommerce .cart .quantity {
  width: 3.33333rem;
}
.woocommerce .cart .quantity input.qty {
  border: 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  height: 3.33333rem;
  margin: 0;
  background: transparent;
  padding: 0 0 0 15px;
}
.woocommerce .cart .quantity .screen-reader-text {
  display: none;
}

.woocommerce .star-rating,
.woocommerce .wc-block-review-list-item__rating__stars,
.wc-block-review-list .star-rating,
.wc-block-review-list .wc-block-review-list-item__rating__stars {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 13px;
  line-height: 1;
  font-size: 12px;
  width: 70px;
  background-image: url("../images/stars.svg");
  background-size: auto 14px;
}
.woocommerce .star-rating span,
.woocommerce .wc-block-review-list-item__rating__stars span,
.wc-block-review-list .star-rating span,
.wc-block-review-list .wc-block-review-list-item__rating__stars span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  width: 70px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='rgb(229,182,116)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}

.woocommerce p.stars,
.wc-block-review-list p.stars {
  display: inline-block;
}
.woocommerce p.stars span,
.wc-block-review-list p.stars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce p.stars a,
.wc-block-review-list p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}
.woocommerce p.stars a:hover,
.wc-block-review-list p.stars a:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(229,182,116)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}
.woocommerce p.stars a:hover ~ a,
.wc-block-review-list p.stars a:hover ~ a {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}
.woocommerce p.stars:hover a,
.wc-block-review-list p.stars:hover a {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(229,182,116)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}
.woocommerce p.stars.selected a.active,
.wc-block-review-list p.stars.selected a.active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(229,182,116)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}
.woocommerce p.stars.selected a.active ~ a,
.wc-block-review-list p.stars.selected a.active ~ a {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}
.woocommerce p.stars.selected a:not(.active),
.wc-block-review-list p.stars.selected a:not(.active) {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(229,182,116)'><path d='M23.04,9h-8.27L12,1L9.23,9L0.96,9.021l6.559,5.043L5.177,22L12,17.321L18.823,22l-2.342-7.935L23.04,9z'></path></svg>");
}

.woocommerce .variation dt {
  display: none;
}

.woocommerce .variation dd {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  border-radius: 5px;
  display: inline-block;
  padding: 0 0.27778rem;
}
.woocommerce .variation dd p {
  font-size: 0.55556rem;
  line-height: 1.3em;
  margin-top: 3px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #333;
}

@media only screen and (min-width: 64em) {
  .woocommerce {
    padding: 0;
  }
}

.woocommerce-info {
  background-color: #93ca78;
  color: #fff;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 0.72222rem;
  line-height: 0.94444rem;
  font-weight: bold;
  padding: 20px 20px 20px 50px;
}
.woocommerce-info.inactive {
  opacity: 0;
}
.woocommerce-info a {
  color: #fff;
}
.woocommerce-info a:not(.close) {
  background: transparent;
  border-bottom: solid 1px #fff;
  padding: 0;
  font-size: 0.77778rem;
  font-weight: bold;
  text-transform: none;
  color: #fff;
  margin-left: 5px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-info a:not(.close):hover,
  .woocommerce-info a:not(.close):focus,
  .woocommerce-info a:not(.close):active {
    background: transparent;
  }
}
.woocommerce-info .inner {
  color: #fff;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 0px 35px 0 10px;
}
.woocommerce-info:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 5 3 C 3.9069372 3 3 3.9069372 3 5 L 3 19 C 3 20.093063 3.9069372 21 5 21 L 10.029297 21 L 12 23.007812 L 13.970703 21 L 19 21 C 20.093063 21 21 20.093063 21 19 L 21 5 C 21 3.9069372 20.093063 3 19 3 L 5 3 z M 5 5 L 19 5 L 19 19 L 13.130859 19 L 12 20.152344 L 10.869141 19 L 5 19 L 5 5 z M 11 7 L 11 9 L 13 9 L 13 7 L 11 7 z M 11 11 L 11 17 L 13 17 L 13 11 L 11 11 z'></path></svg>");
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-info:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 5 3 C 3.9069372 3 3 3.9069372 3 5 L 3 19 C 3 20.093063 3.9069372 21 5 21 L 10.029297 21 L 12 23.007812 L 13.970703 21 L 19 21 C 20.093063 21 21 20.093063 21 19 L 21 5 C 21 3.9069372 20.093063 3 19 3 L 5 3 z M 5 5 L 19 5 L 19 19 L 13.130859 19 L 12 20.152344 L 10.869141 19 L 5 19 L 5 5 z M 11 7 L 11 9 L 13 9 L 13 7 L 11 7 z M 11 11 L 11 17 L 13 17 L 13 11 L 11 11 z'></path></svg>");
    left: 40px;
    top: 23px;
  }
}
.woocommerce-info a.close {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 4.7070312 3.2929688 L 3.2929688 4.7070312 L 10.585938 12 L 3.2929688 19.292969 L 4.7070312 20.707031 L 12 13.414062 L 19.292969 20.707031 L 20.707031 19.292969 L 13.414062 12 L 20.707031 4.7070312 L 19.292969 3.2929688 L 12 10.585938 L 4.7070312 3.2929688 z'></path></svg>");
  position: absolute;
  right: 20px;
  top: 22px;
  width: 15px;
  height: 15px;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-info a.close {
    right: 40px;
    top: 30px;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-info {
    font-size: 0.77778rem;
    line-height: 1.44444rem;
    padding: 25px 40px 25px 80px;
  }
  .woocommerce-info a:not(.close) {
    position: relative;
    left: auto;
    margin: 0 15px;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .woocommerce-info .inner {
    padding: 0;
  }
}

.woocommerce-error {
  background-color: #fd8a8a;
  color: #fff;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 0.72222rem;
  line-height: 0.94444rem;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
}
.woocommerce-error.inactive {
  opacity: 0;
}
.woocommerce-error .inner {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 0px 35px 0 10px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-error .inner {
    padding: 0;
  }
}
.woocommerce-error a {
  color: #fff;
}
.woocommerce-error a.close {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 4.7070312 3.2929688 L 3.2929688 4.7070312 L 10.585938 12 L 3.2929688 19.292969 L 4.7070312 20.707031 L 12 13.414062 L 19.292969 20.707031 L 20.707031 19.292969 L 13.414062 12 L 20.707031 4.7070312 L 19.292969 3.2929688 L 12 10.585938 L 4.7070312 3.2929688 z'></path></svg>");
  position: absolute;
  right: 20px;
  top: 22px;
  width: 15px;
  height: 15px;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-error a.close {
    right: 40px;
    top: 30px;
  }
}
.woocommerce-error a:not(.close) {
  background: transparent;
  border-bottom: solid 1px #fff;
  padding: 0;
  margin: 0;
  font-size: 0.72222rem;
  font-weight: bold;
  text-transform: none;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .woocommerce-error a:not(.close) {
    position: relative;
    left: auto;
    margin-left: 15px;
    bottom: auto;
    font-size: 14px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .woocommerce-error a:not(.close):hover,
  .woocommerce-error a:not(.close):focus,
  .woocommerce-error a:not(.close):active {
    background: transparent;
  }
}
.woocommerce-error:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 12 2 C 6.477 2 2 6.477 2 12 C 2 17.523 6.477 22 12 22 C 17.523 22 22 17.523 22 12 C 22 6.477 17.523 2 12 2 z M 12 4 C 16.418 4 20 7.582 20 12 C 20 16.418 16.418 20 12 20 C 7.582 20 4 16.418 4 12 C 4 7.582 7.582 4 12 4 z M 11 7 L 11 13 L 13 13 L 13 7 L 11 7 z M 11 15 L 11 17 L 13 17 L 13 15 L 11 15 z'></path></svg>");
  display: block;
  position: absolute;
  top: 18px;
  left: 20px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-error:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 12 2 C 6.477 2 2 6.477 2 12 C 2 17.523 6.477 22 12 22 C 17.523 22 22 17.523 22 12 C 22 6.477 17.523 2 12 2 z M 12 4 C 16.418 4 20 7.582 20 12 C 20 16.418 16.418 20 12 20 C 7.582 20 4 16.418 4 12 C 4 7.582 7.582 4 12 4 z M 11 7 L 11 13 L 13 13 L 13 7 L 11 7 z M 11 15 L 11 17 L 13 17 L 13 15 L 11 15 z'></path></svg>");
    left: 40px;
    top: 23px;
  }
}
.woocommerce-error li {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 0 30px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-error li {
    padding: 0;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-error {
    font-size: 0.77778rem;
    line-height: 1.44444rem;
    padding: 25px 40px 25px 80px;
  }
}

@-webkit-keyframes animFadeMove {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animFadeMove {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.woocommerce-message,
.woocommerce #yith-wcwl-popup-message {
  background-color: #93ca78;
  color: #fff;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  font-size: 0.72222rem;
  line-height: 0.94444rem;
  font-weight: bold;
  padding: 20px 20px 20px 50px;
}
.woocommerce-message.inactive,
.woocommerce .inactive#yith-wcwl-popup-message {
  opacity: 0;
}
.woocommerce-message a,
.woocommerce #yith-wcwl-popup-message a {
  color: #fff;
}
.woocommerce-message a:not(.close),
.woocommerce #yith-wcwl-popup-message a:not(.close) {
  background: transparent;
  border-bottom: solid 1px #fff;
  padding: 0;
  font-size: 0.77778rem;
  font-weight: bold;
  text-transform: none;
  color: #fff;
  margin-left: 5px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-message a:not(.close):hover,
  .woocommerce #yith-wcwl-popup-message a:not(.close):hover,
  .woocommerce-message a:not(.close):focus,
  .woocommerce #yith-wcwl-popup-message a:not(.close):focus,
  .woocommerce-message a:not(.close):active,
  .woocommerce #yith-wcwl-popup-message a:not(.close):active {
    background: transparent;
  }
}
.woocommerce-message .inner,
.woocommerce #yith-wcwl-popup-message .inner {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 0px 35px 0 10px;
}
.woocommerce-message:before,
.woocommerce #yith-wcwl-popup-message:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 12 2 C 6.4889971 2 2 6.4889971 2 12 C 2 17.511003 6.4889971 22 12 22 C 17.511003 22 22 17.511003 22 12 C 22 6.4889971 17.511003 2 12 2 z M 12 4 C 16.430123 4 20 7.5698774 20 12 C 20 16.430123 16.430123 20 12 20 C 7.5698774 20 4 16.430123 4 12 C 4 7.5698774 7.5698774 4 12 4 z M 16.292969 8.2929688 L 10 14.585938 L 7.7070312 12.292969 L 6.2929688 13.707031 L 10 17.414062 L 17.707031 9.7070312 L 16.292969 8.2929688 z'></path></svg>");
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-message:before,
  .woocommerce #yith-wcwl-popup-message:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 12 2 C 6.4889971 2 2 6.4889971 2 12 C 2 17.511003 6.4889971 22 12 22 C 17.511003 22 22 17.511003 22 12 C 22 6.4889971 17.511003 2 12 2 z M 12 4 C 16.430123 4 20 7.5698774 20 12 C 20 16.430123 16.430123 20 12 20 C 7.5698774 20 4 16.430123 4 12 C 4 7.5698774 7.5698774 4 12 4 z M 16.292969 8.2929688 L 10 14.585938 L 7.7070312 12.292969 L 6.2929688 13.707031 L 10 17.414062 L 17.707031 9.7070312 L 16.292969 8.2929688 z'></path></svg>");
    left: 40px;
    top: 22px;
  }
}
.woocommerce-message a.close,
.woocommerce #yith-wcwl-popup-message a.close {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 4.7070312 3.2929688 L 3.2929688 4.7070312 L 10.585938 12 L 3.2929688 19.292969 L 4.7070312 20.707031 L 12 13.414062 L 19.292969 20.707031 L 20.707031 19.292969 L 13.414062 12 L 20.707031 4.7070312 L 19.292969 3.2929688 L 12 10.585938 L 4.7070312 3.2929688 z'></path></svg>");
  position: absolute;
  right: 20px;
  top: 22px;
  width: 15px;
  height: 15px;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-message a.close,
  .woocommerce #yith-wcwl-popup-message a.close {
    right: 40px;
    top: 30px;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-message,
  .woocommerce #yith-wcwl-popup-message {
    font-size: 0.77778rem;
    line-height: 1.44444rem;
    padding: 25px 40px 25px 80px;
  }
  .woocommerce-message a:not(.close),
  .woocommerce #yith-wcwl-popup-message a:not(.close) {
    position: relative;
    left: auto;
    margin: 0 15px;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .woocommerce-message .inner,
  .woocommerce #yith-wcwl-popup-message .inner {
    padding: 0;
  }
}

@keyframes animFadeMove {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes animFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes animFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.woocommerce.archive .row {
  max-width: 100%;
}

.woocommerce.archive .product-archive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce.archive .column,
.woocommerce.archive .columns {
  padding: 0;
}

@media only screen and (max-width: 39.9375em) {
  .woocommerce.archive .shop-sidebar {
    width: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: auto;
    padding-top: 5.55556rem;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    width: 0;
  }
  .woocommerce.archive .shop-sidebar > #secondary {
    position: relative;
    width: 300px;
    z-index: 2;
    height: 100%;
  }
  .woocommerce.archive .shop-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
  }
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .woocommerce.archive .shop-sidebar {
    width: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: auto;
    padding-top: 3.05556rem;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    width: 0;
  }
  .woocommerce.archive .shop-sidebar > #secondary {
    position: relative;
    width: 500px;
    z-index: 2;
    height: 100%;
  }
  .woocommerce.archive .shop-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
  }
}

.woocommerce.archive .shop-sidebar.active {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  width: 100%;
}

.woocommerce.archive .shop-sidebar .mobile-close-sidebar {
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  background: #000;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.5, 1);
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

@media only screen and (min-width: 64em) {
  .woocommerce.archive .shop-sidebar {
    width: 25%;
    right: 75%;
  }
}

@media only screen and (min-width: 80em) {
  .woocommerce.archive .shop-sidebar {
    width: 20%;
    right: 80%;
  }
}

@media only screen and (min-width: 100em) {
  .woocommerce.archive .shop-sidebar {
    width: 17%;
    right: 83%;
  }
}

.woocommerce.archive .shop-listing-with-sidebar {
  /*@media only screen and (min-width:40em)  {
                width: 60%;
                left: 40%;
            }*/
}
@media only screen and (min-width: 64em) {
  .woocommerce.archive .shop-listing-with-sidebar {
    width: 75%;
    left: 25%;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce.archive .shop-listing-with-sidebar {
    width: 80%;
    left: 20%;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce.archive .shop-listing-with-sidebar {
    width: 83%;
    left: 17%;
  }
}

.woocommerce.archive .woocommerce-breadcrumb {
  font-size: 0.72222rem;
  margin: 0 0 5px 0;
}

.woocommerce .shop-page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: auto;
}
@media only screen and (max-width: 39.9375em) {
  .woocommerce .shop-page-header.with-padding {
    padding: 45px 0 85px !important;
  }
  .woocommerce .shop-page-header.with-padding .shop-page-category-description {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .woocommerce .shop-page-header.with-padding {
    padding: 75px 0 115px !important;
  }
  .woocommerce .shop-page-header.with-padding .shop-page-category-description {
    padding-top: 40px;
  }
}
.woocommerce .shop-page-header.with-padding .shop-page-category-description {
  padding-top: 50px;
}
.woocommerce .shop-page-header .term-description {
  margin-bottom: 0;
}
.woocommerce .shop-page-header .shop-page-title-wrapper {
  position: relative;
}
.woocommerce .shop-page-header .shop-page-title-wrapper .mobile-sidebar-toggle {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 10 2 C 8.7068414 2 7.6048587 2.84267 7.1875 4 L 2 4 L 2 6 L 7.1875 6 C 7.6048587 7.15733 8.7068414 8 10 8 C 11.64501 8 13 6.6450096 13 5 C 13 3.3549904 11.64501 2 10 2 z M 10 4 C 10.564129 4 11 4.4358706 11 5 C 11 5.5641294 10.564129 6 10 6 C 9.4358706 6 9 5.5641294 9 5 C 9 4.4358706 9.4358706 4 10 4 z M 15 4 L 15 6 L 22 6 L 22 4 L 15 4 z M 15 9 C 13.706841 9 12.604859 9.8426699 12.1875 11 L 2 11 L 2 13 L 12.1875 13 C 12.604859 14.15733 13.706841 15 15 15 C 16.64501 15 18 13.64501 18 12 C 18 10.35499 16.64501 9 15 9 z M 15 11 C 15.564129 11 16 11.435871 16 12 C 16 12.564129 15.564129 13 15 13 C 14.435871 13 14 12.564129 14 12 C 14 11.435871 14.435871 11 15 11 z M 20 11 L 20 13 L 22 13 L 22 11 L 20 11 z M 7 16 C 5.7068414 16 4.6048587 16.84267 4.1875 18 L 2 18 L 2 20 L 4.1875 20 C 4.6048587 21.15733 5.7068414 22 7 22 C 8.6450096 22 10 20.64501 10 19 C 10 17.35499 8.6450096 16 7 16 z M 7 18 C 7.5641294 18 8 18.435871 8 19 C 8 19.564129 7.5641294 20 7 20 C 6.4358706 20 6 19.564129 6 19 C 6 18.435871 6.4358706 18 7 18 z M 12 18 L 12 20 L 22 20 L 22 18 L 12 18 z'></path></svg>");
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .shop-page-header
    .shop-page-title-wrapper
    .mobile-sidebar-toggle {
    display: none;
  }
}
.woocommerce .shop-page-header .shop-page-title-wrapper.pulldown {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.woocommerce .shop-page-header .shop-page-title-wrapper.pulldown-height {
  height: 75px;
}
.woocommerce .shop-page-header .shop-page-title-wrapper .shop-page-title {
  margin-bottom: 0;
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  .shop-page-title.transparent {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
  /* IE6-9 */
}
.woocommerce .shop-page-header .shop-page-title-wrapper .shop-page-title sup {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .shop-page-header
    .shop-page-title-wrapper
    .shop-page-title
    sup:hover {
    cursor: pointer;
  }
}
.woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools {
  position: absolute;
  display: table;
  vertical-align: middle;
  top: 0;
  right: 15px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools {
    right: 35px;
  }
}
.woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 64em) {
  .woocommerce .shop-page-header .shop-page-title-wrapper ul.shop-tools > li {
    padding: 0 0 0 15px;
  }
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li:first-child {
  padding: 0;
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-tools-button {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-tools-button
  .shop-tools-icon {
  height: 3.05556rem;
  line-height: 3.05556rem;
  min-width: 28px;
  min-height: 28px;
  padding: 0 4px;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .shop-page-header
    .shop-page-title-wrapper
    ul.shop-tools
    > li
    .shop-tools-button
    .shop-tools-icon {
    min-width: 32px;
    min-height: 32px;
    height: 4.16667rem;
    line-height: 4.16667rem;
  }
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-tools-button
  .shop-sort-wrapper
  .shop-catalog-ordering
  .nl-field-toggle {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 7 2 L 2 7 L 6 7 L 6 13 L 8 13 L 8 7 L 12 7 L 7 2 z M 16 3 L 16 5 L 18 5 L 18 3 L 16 3 z M 16 7 L 16 9 L 18 9 L 18 7 L 16 7 z M 16 11 L 16 17 L 12 17 L 17 22 L 22 17 L 18 17 L 18 11 L 16 11 z M 6 15 L 6 17 L 8 17 L 8 15 L 6 15 z M 6 19 L 6 21 L 8 21 L 8 19 L 6 19 z'></path></svg>");
  width: 20px;
  display: block;
  text-indent: -9999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-tools-button
  .shop-sort-wrapper
  .shop-catalog-ordering
  .nl-field
  ul {
  right: -10px;
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-tools-button
  .change_layout
  .nl-field-toggle {
  width: 18px;
  height: 10px;
  display: block;
  text-indent: -9999px;
  background: url(../images/shop-display-4.svg);
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .shop-page-header
    .shop-page-title-wrapper
    ul.shop-tools
    > li
    .shop-tools-button
    .change_layout
    .nl-field-toggle {
    width: 23px;
    height: 12px;
  }
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-tools-button
  .change_layout
  .nl-field
  ul {
  right: -10px;
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-tools-button
  .change_layout
  .nl-field
  ul
  li
  svg {
  fill: #000;
  max-width: 23px;
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-result-count {
  vertical-align: middle;
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .shop-page-header
    .shop-page-title-wrapper
    ul.shop-tools
    > li
    .shop-result-count {
    display: table-cell;
  }
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  > li
  .shop-result-count
  p {
  margin: 0;
  padding: 0;
  font-size: 0.66667rem;
  color: #fff;
  line-height: 3.05556rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .shop-page-header
    .shop-page-title-wrapper
    ul.shop-tools
    > li
    .shop-result-count
    p {
    line-height: 4.16667rem;
  }
}
.woocommerce
  .shop-page-header
  .shop-page-title-wrapper
  ul.shop-tools
  li#shop-display-options {
  display: none;
}
@media only screen and (min-width: 80em) {
  .woocommerce
    .shop-page-header
    .shop-page-title-wrapper
    ul.shop-tools
    li#shop-display-options {
    display: table-cell;
  }
}
.woocommerce .shop-page-header .shop-page-category-description {
  position: relative;
}
.woocommerce .shop-page-header .shop-page-category-description.no-padding {
  padding: 0;
}
.woocommerce .shop-page-header .shop-page-category-description p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .woocommerce .shop-page-header .shop-page-category-description p {
    font-size: 1.66667rem;
    line-height: 2.22222rem;
  }
}

@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-result-count {
    text-align: right;
  }
}

.woocommerce .woocommerce-ordering select {
  margin: 0;
}

.woocommerce .term-description {
  margin-bottom: 50px;
}

.woocommerce ul.products li.product {
  text-align: center;
  position: relative;
  list-style: none;
  padding: 0;
}
.woocommerce ul.products li.product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.woocommerce ul.products li.product.hidden {
  opacity: 0;
}
.woocommerce ul.products li.product .product_thumbnail {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .product_thumbnail > a {
  display: block;
}
.woocommerce ul.products li.product .product_thumbnail img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .product_thumbnail_secondary {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease,
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.7s ease,
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.7s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.7s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.7s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    ul.products
    li.product
    .product_thumbnail
    .shop_product_buttons_wrapper {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    bottom: auto;
    width: 100%;
  }
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f1f1f1;
  padding: 5px 0;
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .button {
  padding: 0.5rem 0.55556rem 0.38889rem 1.94444rem;
  margin: 0 0.27778rem;
  position: relative;
  background: none;
  font-size: 0.66667rem;
  line-height: 1.5em;
  font-weight: bold;
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .button:before {
  display: block;
  position: absolute;
  top: 0.38889rem;
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .button.product_type_simple:before {
  left: 0.55556rem;
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .button.product_type_variable:before,
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .button.product_type_grouped:before {
  left: 0.55556rem;
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .button.product_type_external:before {
  left: 0.55556rem;
  top: 9px;
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .button.getbowtied_product_quick_view_button {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    ul.products
    li.product
    .product_thumbnail
    .shop_product_buttons_wrapper
    .shop_product_buttons
    .button.getbowtied_product_quick_view_button {
    display: inline-block;
  }
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .button.getbowtied_product_quick_view_button:before {
  left: 0.55556rem;
}
.woocommerce
  ul.products
  li.product
  .product_thumbnail
  .shop_product_buttons_wrapper
  .shop_product_buttons
  .added_to_cart {
  display: none;
}
.woocommerce ul.products li.product .shop_product_metas {
  padding: 0 0 20px 0;
}
.woocommerce
  ul.products
  li.product
  .shop_product_metas
  .woocommerce-loop-product__title {
  padding: 1.11111rem 0 0.05556rem 0;
  font-size: 0.66667rem;
  font-weight: bold;
  color: #000;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    ul.products
    li.product
    .shop_product_metas
    .woocommerce-loop-product__title {
    font-size: 0.77778rem;
  }
}
.woocommerce ul.products li.product .shop_product_metas .price {
  font-size: 0.66667rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.27778rem;
  vertical-align: middle;
}
.woocommerce ul.products li.product .shop_product_metas .star-rating {
  margin: 0.38889rem auto 0 auto;
  float: none;
  display: block;
  font-size: 12px;
  width: 70px;
  height: 13px;
}

@media only screen and (min-width: 64em) {
  .woocommerce ul.products li.product:hover {
    z-index: 1000;
  }
  .woocommerce ul.products li.product:hover::after {
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .woocommerce
    ul.products
    li.product:hover
    .product_thumbnail:not(.with_second_image)
    img {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  .woocommerce
    ul.products
    li.product:hover
    .product_thumbnail:not(.with_second_image)
    .shop_product_buttons_wrapper {
    opacity: 1;
  }
  .woocommerce
    ul.products
    li.product:hover
    .product_thumbnail.with_second_image
    img {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .woocommerce
    ul.products
    li.product:hover
    .product_thumbnail
    .product_thumbnail_secondary {
    opacity: 1;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
  .woocommerce
    ul.products
    li.product:hover
    .product_thumbnail
    .shop_product_buttons_wrapper {
    opacity: 0.9;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .ie9
    .woocommerce
    ul.products
    li.product:hover
    .product_thumbnail
    .shop_product_buttons_wrapper {
    bottom: 0;
    top: auto;
  }
}

.woocommerce .shop-product-badges {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce .shop-product-badges .onsale {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #93ca78;
  border-radius: 5px;
  display: block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #93ca78;
  letter-spacing: 0.1em;
}
.woocommerce .shop-product-badges .out_of_stock {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  border-radius: 5px;
  display: block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}

.out_of_stock {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  border-radius: 5px;
  display: block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}

.onsale {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #93ca78;
  border-radius: 5px;
  display: block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #93ca78;
  letter-spacing: 0.1em;
}

.getbowtied_ajax_load_button {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.getbowtied_ajax_load_button a {
  display: block;
}
.getbowtied_ajax_load_button.finished a {
  color: #ddd;
  cursor: default;
}

.shop_ajax_load_more:before {
  position: relative;
  top: 5px;
  right: 5px;
}

.shop_ajax_load_more.disabled:before {
  opacity: 0.35;
}

.getbowtied_ajax_load_more_loader {
  clear: both;
  display: block;
  padding: 5.55556rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #ddd;
}
.getbowtied_ajax_load_more_loader .shop_ajax_load_more {
  display: inline-block;
}
.getbowtied_ajax_load_more_loader .shop_ajax_load_more:before {
  -webkit-animation: spinLoader 2s infinite linear;
  animation: spinLoader 2s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  display: block;
  opacity: 0.35;
  width: 22px;
  height: 22px;
}

#masonry_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-animation: forceOpacity 1s forwards;
  animation: forceOpacity 1s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#masonry_grid.visible {
  opacity: 1;
}
#masonry_grid .s_column {
  float: left;
}
#masonry_grid .size-1of1 {
  width: 100%;
}
#masonry_grid .size-1of2 {
  width: 50%;
}
#masonry_grid .size-1of3 {
  width: 33.333%;
}
#masonry_grid .size-1of4 {
  width: 25%;
}
#masonry_grid .size-1of5 {
  width: 20%;
}
#masonry_grid .size-1of6 {
  width: 16.666%;
}
@media only screen and (max-width: 39.9375em) {
  #masonry_grid.masonry_columns_6[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masonry_grid.masonry_columns_6[data-columns]::before {
    content: "3 .s_column.size-1of3";
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  #masonry_grid.masonry_columns_6[data-columns]::before {
    content: "3 .s_column.size-1of3";
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  #masonry_grid.masonry_columns_6[data-columns]::before {
    content: "5 .s_column.size-1of5";
  }
}
@media only screen and (min-width: 100em) {
  #masonry_grid.masonry_columns_6[data-columns]::before {
    content: "6 .s_column.size-1of6";
  }
}
@media only screen and (max-width: 39.9375em) {
  #masonry_grid.masonry_columns_5[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masonry_grid.masonry_columns_5[data-columns]::before {
    content: "3 .s_column.size-1of3";
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  #masonry_grid.masonry_columns_5[data-columns]::before {
    content: "3 .s_column.size-1of3";
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  #masonry_grid.masonry_columns_5[data-columns]::before {
    content: "4 .s_column.size-1of4";
  }
}
@media only screen and (min-width: 100em) {
  #masonry_grid.masonry_columns_5[data-columns]::before {
    content: "5 .s_column.size-1of5";
  }
}
@media only screen and (max-width: 39.9375em) {
  #masonry_grid.masonry_columns_4[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masonry_grid.masonry_columns_4[data-columns]::before {
    content: "3 .s_column.size-1of3";
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  #masonry_grid.masonry_columns_4[data-columns]::before {
    content: "3 .s_column.size-1of3";
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  #masonry_grid.masonry_columns_4[data-columns]::before {
    content: "4 .s_column.size-1of4";
  }
}
@media only screen and (min-width: 100em) {
  #masonry_grid.masonry_columns_4[data-columns]::before {
    content: "4 .s_column.size-1of4";
  }
}
@media only screen and (max-width: 39.9375em) {
  #masonry_grid.masonry_columns_3[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masonry_grid.masonry_columns_3[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  #masonry_grid.masonry_columns_3[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  #masonry_grid.masonry_columns_3[data-columns]::before {
    content: "3 .s_column.size-1of3";
  }
}
@media only screen and (min-width: 100em) {
  #masonry_grid.masonry_columns_3[data-columns]::before {
    content: "3 .s_column.size-1of3";
  }
}
@media only screen and (max-width: 39.9375em) {
  #masonry_grid.masonry_columns_2[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masonry_grid.masonry_columns_2[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  #masonry_grid.masonry_columns_2[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  #masonry_grid.masonry_columns_2[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (min-width: 100em) {
  #masonry_grid.masonry_columns_2[data-columns]::before {
    content: "2 .s_column.size-1of2";
  }
}
@media only screen and (max-width: 39.9375em) {
  #masonry_grid.masonry_columns_1[data-columns]::before {
    content: "1 .s_column.size-1of1";
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  #masonry_grid.masonry_columns_1[data-columns]::before {
    content: "1 .s_column.size-1of1";
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  #masonry_grid.masonry_columns_1[data-columns]::before {
    content: "1 .s_column.size-1of1";
  }
}
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  #masonry_grid.masonry_columns_1[data-columns]::before {
    content: "1 .s_column.size-1of1";
  }
}
@media only screen and (min-width: 100em) {
  #masonry_grid.masonry_columns_1[data-columns]::before {
    content: "1 .s_column.size-1of1";
  }
}

.woocommerce ul.shop_categories_with_thumb {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce ul.shop_categories_with_thumb li {
  display: block;
}
.woocommerce ul.shop_categories_with_thumb li a {
  display: block;
  padding: 7.5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .woocommerce ul.shop_categories_with_thumb li a {
    padding: 11.11111rem 0;
  }
}
.woocommerce ul.shop_categories_with_thumb li a .category_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: all 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.woocommerce
  ul.shop_categories_with_thumb
  li
  a
  .woocommerce-loop-category__title {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0.83333rem 1.66667rem 0.83333rem 1.11111rem;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    ul.shop_categories_with_thumb
    li
    a
    .woocommerce-loop-category__title {
    font-size: 3.33333rem;
    padding: 2.22222rem 5.55556rem 2.22222rem 4.44444rem;
  }
}
.woocommerce
  ul.shop_categories_with_thumb
  li
  a
  .woocommerce-loop-category__title
  mark {
  background: none;
  position: absolute;
  top: 1.05556rem;
  right: 1.11111rem;
  font-size: 0.61111rem;
  letter-spacing: normal;
  color: #333;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    ul.shop_categories_with_thumb
    li
    a
    .woocommerce-loop-category__title
    mark {
    top: 2.94444rem;
    right: 3.88889rem;
    font-size: 1.33333rem;
  }
}
.woocommerce ul.shop_categories_with_thumb li:hover a .category_img {
  -webkit-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.woocommerce ul.shop_categories_with_thumb li:hover a h3 {
  color: #333;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.woocommerce ul.shop_categories_list {
  list-style: none;
  padding: 0 1.66667rem;
  margin: 0;
}
.woocommerce ul.shop_categories_list li {
  display: inline-block;
  clear: none !important;
}
.woocommerce ul.shop_categories_list li a {
  display: block;
  padding: 1.66667rem 1.11111rem;
}
.woocommerce ul.shop_categories_list li a .woocommerce-loop-category__title {
  font-size: 0.66667rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    ul.shop_categories_list
    li
    a
    .woocommerce-loop-category__title:hover {
    color: #333;
  }
}
.woocommerce
  ul.shop_categories_list
  li
  a
  .woocommerce-loop-category__title
  mark {
  background: none;
  color: #333;
}

.woocommerce .woocommerce-pagination {
  display: block;
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ddd;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  float: left;
}
.woocommerce .woocommerce-pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers a,
.woocommerce .woocommerce-pagination ul.page-numbers .current {
  display: block;
  padding: 0.72222rem 1.33333rem;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ddd;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 1.38889rem;
  color: #000;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-pagination ul.page-numbers a:hover {
    background-color: #000;
    color: #fff;
  }
}
.woocommerce .woocommerce-pagination ul.page-numbers .current {
  color: #ddd;
}
.woocommerce .woocommerce-pagination ul.page-numbers .prev,
.woocommerce .woocommerce-pagination ul.page-numbers .next {
  padding: 0.86111rem 1.33333rem;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce .woocommerce-no-products {
  padding: 0 30px;
  display: table;
  position: relative;
  width: 100%;
  max-width: 868px;
  margin: 80px auto;
  min-height: auto;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-no-products {
    padding: 0;
    margin: 100px auto;
    min-height: 23.77778rem;
  }
}
.woocommerce .woocommerce-no-products:before {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  display: block;
  opacity: 0.1;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-no-products:before {
    text-align: center;
    width: 23.77778rem;
    height: 23.77778rem;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-top: -11.88889rem;
    margin-left: -11.88889rem;
    z-index: 1;
  }
}
.woocommerce .woocommerce-no-products p {
  font-size: 1.33333rem;
  line-height: 1.66667rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-no-products p {
    font-size: 2.66667rem;
    position: relative;
    line-height: 1.25;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
  }
}

.woocommerce .product_content_wrapper .product_wrapper {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_content_wrapper .product_wrapper {
    width: 200%;
  }
}
.woocommerce
  .product_content_wrapper
  .product_wrapper.zoom-in
  .product-gallery-wrapper
  .product-image-temp {
  display: block;
}
.woocommerce
  .product_content_wrapper
  .product_wrapper.zoom-in
  .product-gallery-wrapper
  .flex-viewport {
  display: none;
}
.woocommerce .product_content_wrapper .product_wrapper.zoom-in .product_infos {
  opacity: 0;
}
.woocommerce
  .product_content_wrapper
  .product_wrapper.zoom-out
  .product-gallery-wrapper
  .product-image-temp {
  display: block;
}
.woocommerce
  .product_content_wrapper
  .product_wrapper.zoom-out
  .product-gallery-wrapper
  .flex-viewport {
  display: none;
}
.woocommerce
  .product_content_wrapper
  .product_wrapper.zoom-in.animated
  .product-image-temp,
.woocommerce
  .product_content_wrapper
  .product_wrapper.zoom-out.animated
  .product-image-temp {
  display: none;
}
.woocommerce
  .product_content_wrapper
  .product_wrapper.zoom-in.animated
  .flex-viewport,
.woocommerce
  .product_content_wrapper
  .product_wrapper.zoom-out.animated
  .flex-viewport {
  display: block;
}
.woocommerce .product_content_wrapper .product_wrapper .product-image-temp img {
  width: 100%;
}
.woocommerce .product_content_wrapper .product_wrapper .product_infos,
.woocommerce
  .product_content_wrapper
  .product_wrapper
  .product-gallery-wrapper {
  float: left;
}

.woocommerce .product_content_wrapper .woocommerce-product-gallery {
  -webkit-transition: opacity 0.25s ease-in-out 0s, width 0.5s ease !important;
  -o-transition: opacity 0.25s ease-in-out 0s, width 0.5s ease !important;
  transition: opacity 0.25s ease-in-out 0s, width 0.5s ease !important;
}

@media only screen and (min-width: 64em) {
  .woocommerce .product_content_wrapper.layout_classic .product_wrapper {
    padding: 5rem 15% 5rem 15%;
  }
  .woocommerce
    .product_content_wrapper.layout_classic
    .product_wrapper.zoom-in
    .product-gallery-wrapper {
    width: 41%;
  }
  .woocommerce
    .product_content_wrapper.layout_classic
    .product_wrapper.zoom-out
    .product-gallery-wrapper {
    width: 20.5%;
  }
  .woocommerce
    .product_content_wrapper.layout_classic
    .product_wrapper
    .product_infos,
  .woocommerce
    .product_content_wrapper.layout_classic
    .product_wrapper
    .product-gallery-wrapper {
    width: 20.5%;
  }
}

.woocommerce .product_content_wrapper .product_infos {
  opacity: 1;
  padding: 3.33333rem 1.66667rem 20px 1.66667rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_content_wrapper .product_infos {
    padding: 1% 0 1% 3%;
  }
}

@media only screen and (min-width: 64em) {
  .woocommerce
    .product_content_wrapper.layout_half
    .product_wrapper
    .product_infos {
    padding: 3% 4% 3% 4%;
  }
  .woocommerce
    .product_content_wrapper.layout_half
    .product_wrapper.zoom-in
    .product-gallery-wrapper {
    width: 50%;
  }
  .woocommerce
    .product_content_wrapper.layout_half
    .product_wrapper.zoom-out
    .product-gallery-wrapper {
    width: 25%;
  }
  .woocommerce
    .product_content_wrapper.layout_half
    .product_wrapper
    .product_infos,
  .woocommerce
    .product_content_wrapper.layout_half
    .product_wrapper
    .product-gallery-wrapper {
    width: 25%;
  }
}

.woocommerce .clear {
  clear: both;
}

.woocommerce.single .woocommerce-breadcrumb {
  display: none;
  font-size: 0.55556rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1.66667rem 0;
  visibility: hidden;
}
.woocommerce.single .woocommerce-breadcrumb a {
  visibility: visible;
}
.woocommerce.single .woocommerce-breadcrumb span {
  color: #ccc;
  visibility: visible;
}
.woocommerce.single .woocommerce-breadcrumb span:last-child {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce.single .woocommerce-breadcrumb {
    display: block;
  }
}

.woocommerce .product_content_wrapper .product-gallery-wrapper {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce
  .product_content_wrapper
  .product-gallery-wrapper
  .product-image-temp {
  display: none;
}

.woocommerce .product_content_wrapper .flex-viewport {
  opacity: 1;
  visibility: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.woocommerce
  .product_content_wrapper
  .flex-viewport
  .woocommerce-product-gallery {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce
  .product_content_wrapper
  .flex-viewport
  .woocommerce-product-gallery__image {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce
  .product_content_wrapper
  .flex-viewport
  .woocommerce-product-gallery__image
  a,
.woocommerce
  .product_content_wrapper
  .flex-viewport
  .woocommerce-product-gallery__image
  img:not(.zoomImg) {
  pointer-events: none;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 39.9375em) {
  .woocommerce
    .product_content_wrapper
    .flex-viewport
    .woocommerce-product-gallery__image
    a,
  .woocommerce
    .product_content_wrapper
    .flex-viewport
    .woocommerce-product-gallery__image
    img:not(.zoomImg) {
    width: 100vw !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .woocommerce
    .product_content_wrapper
    .flex-viewport
    .woocommerce-product-gallery__image
    a,
  .woocommerce
    .product_content_wrapper
    .flex-viewport
    .woocommerce-product-gallery__image
    img:not(.zoomImg) {
    width: 100vw !important;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .product_content_wrapper
    .flex-viewport
    .woocommerce-product-gallery__image
    a,
  .woocommerce
    .product_content_wrapper
    .flex-viewport
    .woocommerce-product-gallery__image
    img:not(.zoomImg) {
    pointer-events: all;
  }
}

.woocommerce
  .product_content_wrapper
  .woocommerce-product-gallery__wrapper
  img.zoomImg {
  cursor: url(../images/original-zoom-in.svg), e-resize;
}

@media only screen and (min-width: 80em) {
  .woocommerce
    .product_content_wrapper.layout_classic
    .woocommerce-product-gallery
    .flex-control-thumbs {
    left: -93px;
    top: 0;
  }
}

@media only screen and (min-width: 80em) {
  .woocommerce
    .product_content_wrapper.layout_half
    .woocommerce-product-gallery
    .flex-control-thumbs {
    left: 3px;
    top: 6px;
  }
}

.woocommerce .product_content_wrapper .woocommerce-product-gallery {
  position: relative;
}
.woocommerce
  .product_content_wrapper
  .woocommerce-product-gallery
  .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
@media only screen and (min-width: 80em) {
  .woocommerce
    .product_content_wrapper
    .woocommerce-product-gallery
    .flex-control-thumbs {
    display: block;
    max-height: 410px;
    position: absolute;
  }
}
.woocommerce
  .product_content_wrapper
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  cursor: pointer;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.33333%;
}
.woocommerce
  .product_content_wrapper
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  width: 100%;
}
@media only screen and (min-width: 80em) {
  .woocommerce
    .product_content_wrapper
    .woocommerce-product-gallery
    .flex-control-thumbs
    li {
    padding: 3px;
    max-width: 90px;
    width: 100%;
    display: block;
  }
  .woocommerce
    .product_content_wrapper
    .woocommerce-product-gallery
    .flex-control-thumbs
    li:first-child {
    padding-top: 0;
  }
  .woocommerce
    .product_content_wrapper
    .woocommerce-product-gallery
    .flex-control-thumbs
    li:last-child {
    padding-bottom: 0;
  }
}

.woocommerce .product-badges {
  position: absolute;
  top: 0;
  right: 2.22222rem;
  z-index: 1;
}
.woocommerce .product-badges .onsale {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #93ca78;
  border-radius: 5px;
  display: inline-block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #93ca78;
  letter-spacing: 0.1em;
}
.woocommerce .product-badges .out_of_stock {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  border-radius: 5px;
  display: inline-block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}

.woocommerce .product_title {
  font-size: 1.33333rem;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_title {
    font-size: 3.33333rem;
    line-height: 1em;
    margin: 0 0 1.66667rem 0;
    text-align: left;
  }
}

.woocommerce .product_infos {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.woocommerce .product_infos .entry-title {
  line-height: 1.2em;
}
.woocommerce .product_infos .after_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0.55556rem 0 1.66667rem 0;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .after_title_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 1.66667rem 0;
  }
}
.woocommerce .product_infos .after_title_wrapper span.onsale {
  line-height: 1.4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 0.38889rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .after_title_wrapper span.onsale {
    text-align: left;
    font-size: 0.5rem;
    margin: 0.16667rem 1.11111rem 0 0;
  }
}
.woocommerce .product_infos .after_title_wrapper p.price {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.66667rem;
  margin: 0;
}
.woocommerce .product_infos .after_title_wrapper p.price del {
  font-weight: normal;
  padding-right: 0.27778rem;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .after_title_wrapper p.price del {
    margin-bottom: 0;
  }
}
.woocommerce .product_infos .after_title_wrapper p.price del span {
  text-decoration: line-through;
}
.woocommerce .product_infos .after_title_wrapper p.price ins {
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .after_title_wrapper p.price ins {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .after_title_wrapper p.price {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    text-align: left;
    font-size: 1.22222rem;
    padding-right: 2.22222rem;
    margin: 0;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce .product_infos .after_title_wrapper p.price {
    font-size: 1.66667rem;
  }
}
.woocommerce .product_infos .after_title_wrapper .woocommerce-product-rating {
  font-size: 12px;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .after_title_wrapper .woocommerce-product-rating {
    display: table-cell;
    vertical-align: middle;
  }
}
.woocommerce
  .product_infos
  .after_title_wrapper
  .woocommerce-product-rating
  .star-rating {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}
.woocommerce
  .product_infos
  .after_title_wrapper
  .woocommerce-product-rating
  .woocommerce-review-link {
  display: inline-block;
  font-size: 0.66667rem;
  line-height: 1;
  font-weight: bold;
  display: none;
  padding-left: 5px;
  text-transform: capitalize;
}
@media only screen and (min-width: 100em) {
  .woocommerce
    .product_infos
    .after_title_wrapper
    .woocommerce-product-rating
    .woocommerce-review-link {
    display: inline-block;
  }
}
.woocommerce .product_infos .woocommerce-product-details__short-description {
  font-size: 0.88889rem;
  margin: 0 0 2.22222rem 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .woocommerce-product-details__short-description {
    margin-top: 0;
    font-size: 1rem;
    margin: 0 0 2.22222rem 0;
  }
}
.woocommerce .product_infos .woocommerce-product-details__short-description p {
  font-size: 0.88889rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .product_infos
    .woocommerce-product-details__short-description
    p {
    font-size: 1rem;
  }
}
.woocommerce .product_infos .group_table .product_type_external {
  display: none;
}
.woocommerce .product_infos .single_add_to_cart_button {
  margin-top: 1.66667rem;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .single_add_to_cart_button {
    width: auto;
    margin-top: 0;
  }
}
.woocommerce .product_infos .single_variation_wrap {
  margin-top: 1.66667rem;
}
.woocommerce .product_infos .after_single_product_summary {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .after_single_product_summary {
    margin-top: 150px;
    border-top: 2px solid #000;
    padding: 1.11111rem 0 0 0;
    display: table;
  }
}
.woocommerce
  .product_infos
  .after_single_product_summary
  .product_meta_wrapper {
  vertical-align: middle;
  font-size: 0.55556rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .product_infos
    .after_single_product_summary
    .product_meta_wrapper {
    display: table-cell;
  }
}
.woocommerce
  .product_infos
  .after_single_product_summary
  .product_meta_wrapper
  span {
  font-size: 0.55556rem;
}
.woocommerce
  .product_infos
  .after_single_product_summary
  .product_meta_wrapper
  .posted_in,
.woocommerce
  .product_infos
  .after_single_product_summary
  .product_meta_wrapper
  .tagged_as {
  line-height: 1.5em;
}
.woocommerce .product_infos .out_of_stock {
  display: inline-block;
}
.woocommerce .product_infos .stock.out-of-stock {
  display: none;
}
.woocommerce
  .product_infos
  .woocommerce-variation-availability
  .stock.out-of-stock {
  display: inline-block;
}

.woocommerce .product_infos .stock {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #93ca78;
  border-radius: 5px;
  display: inline-block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0 2.77778rem 0;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #93ca78;
  letter-spacing: 0.1em;
}

.woocommerce table.variations tr {
  border: 0;
  margin: 0 0 30px 0;
}

.woocommerce table.variations td {
  padding: 0;
}
.woocommerce table.variations td.value,
.woocommerce table.variations td.label {
  float: left;
  display: block;
  width: 100%;
}
.woocommerce table.variations td.value label,
.woocommerce table.variations td.label label {
  font-weight: bold;
  font-size: 0.66667rem;
}
.woocommerce table.variations td.value select,
.woocommerce table.variations td.label select {
  height: 3.33333rem;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.woocommerce table.variations .variations_label_content label {
  font-weight: bold;
  font-size: 0.66667rem;
}

.woocommerce table.variations .reset_variations {
  font-size: 0.77778rem;
}

.woocommerce .single_variation .price {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.66667rem;
  font-weight: bold;
  line-height: 1em;
}
.woocommerce .single_variation .price del {
  display: block;
  font-size: 1.22222rem;
  font-weight: normal;
}

.woocommerce .product_infos .group_table {
  margin-bottom: 2.77778rem;
}
.woocommerce .product_infos .group_table tr {
  border: none;
}
.woocommerce .product_infos .group_table tr td {
  padding: 0.55556rem 0;
  font-size: 0.66667rem;
}
.woocommerce .product_infos .group_table tr td:first-child {
  width: 100px;
}
.woocommerce .product_infos .group_table tr td label {
  text-transform: none;
}
.woocommerce .product_infos .group_table tr td a {
  font-size: 0.66667rem;
  font-weight: bold;
}
.woocommerce .product_infos .group_table tr td a.button {
  margin-right: 30px;
  padding: 15px;
}
.woocommerce .product_infos .group_table tr td .out-of-stock {
  float: left;
  background: transparent;
  margin: 0.11111rem 0.27778rem 0 0;
  text-transform: uppercase;
  font-size: rel-calc(8);
  font-weight: bold;
  display: block;
}
.woocommerce
  .product_infos
  .group_table
  tr
  td.woocommerce-grouped-product-list-item__price {
  text-align: right;
}

.woocommerce .product_infos .cart {
  margin-bottom: 35px;
  width: 100%;
  display: table;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .cart {
    display: inherit;
    margin-bottom: 20px;
  }
}
.woocommerce .product_infos .cart .quantity {
  display: table-cell;
  width: 5.27778rem;
  padding-right: 25px;
  float: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .cart .quantity {
    float: left;
  }
}
.woocommerce .product_infos .cart .quantity .screen-reader-text {
  display: none;
}

.woocommerce .product_meta {
  font-size: 0.72222rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_meta {
    display: block;
    max-width: 220px;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce .product_meta {
    display: block;
    max-width: 100%;
  }
}
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as,
.woocommerce .product_meta .sku_wrapper {
  display: block;
  margin-left: -1.66667rem;
  margin-right: -1.66667rem;
  border-bottom: 1px solid #f3f3f3;
  padding: 0.83333rem 1.66667rem 0.66667rem;
  line-height: 1.5em;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_meta .posted_in,
  .woocommerce .product_meta .tagged_as,
  .woocommerce .product_meta .sku_wrapper {
    text-align: inherit;
    padding: 0 0 6px 0;
    border: none;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.woocommerce .product_meta .tagged_as {
  border-bottom: 1px solid #f3f3f3;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_meta .tagged_as {
    border: none;
  }
}

.woocommerce .woocommerce_tabs_wrapper {
  background-color: #f1f1f1;
  padding: 0 0.83333rem;
  margin-top: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce_tabs_wrapper {
    padding: 30px 0 60px 0;
  }
}
.woocommerce .woocommerce_tabs_wrapper .row {
  max-width: 1000px;
}

.woocommerce .woocommerce-tabs {
  margin: 1.66667rem 0;
}
.woocommerce .woocommerce-tabs ul.tabs {
  margin: 0 0 2.22222rem 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs ul.tabs {
    margin: 0 0 2.77778rem 0;
  }
}
.woocommerce .woocommerce-tabs ul.tabs li {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  padding: 0 1.38889rem;
  margin: 5px 0;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs ul.tabs li {
    width: auto;
  }
}
.woocommerce .woocommerce-tabs ul.tabs li a {
  padding: 0.27778rem 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.woocommerce .woocommerce-tabs ul.tabs li a sup {
  padding: 0 0 0 3px;
  font-size: 0.66667rem;
  color: #ddd;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  cursor: default;
  color: #333;
  border-bottom: 2px solid #000;
}

body.page-template-default .woocommerce_tabs_wrapper .row {
  margin: 0 auto !important;
}

.woocommerce .woocommerce-tabs #reviews #comments h2 {
  font-size: 1rem;
  margin-bottom: 1.66667rem;
  text-align: center;
  font-weight: normal;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 1.66667rem;
  margin-bottom: 1.66667rem;
  display: none;
}

.woocommerce .woocommerce-tabs #reviews #comments .woocommerce-noreviews {
  display: none;
}

.woocommerce .woocommerce-tabs #reviews #comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce .woocommerce-tabs #reviews #comments .comment_container {
  padding: 0;
  position: relative;
  padding-bottom: 2.22222rem;
  margin-bottom: 2.22222rem;
  border-bottom: solid 1px #ddd;
  text-align: center;
}

.woocommerce .woocommerce-tabs #reviews #comments .avatar {
  width: 2.77778rem;
  height: 2.77778rem;
  border-radius: 3.88889rem;
  margin: 0 0 0.83333rem 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #reviews #comments .avatar {
    width: 3.88889rem;
    height: 3.88889rem;
    margin: 1.66667rem 0 0.55556rem 0;
  }
}

.woocommerce .woocommerce-tabs #reviews #comments .star-rating {
  float: none;
  display: inline-block;
  margin-bottom: 0.27778rem;
}
.woocommerce .woocommerce-tabs #reviews #comments .star-rating span {
  color: #e5b674;
}

.woocommerce .woocommerce-tabs #reviews #comments .meta {
  margin-bottom: 0.27778rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #reviews #comments .meta {
    margin-bottom: 1.11111rem;
  }
}
.woocommerce
  .woocommerce-tabs
  #reviews
  #comments
  .meta
  strong[itemprop="author"] {
  display: block;
  line-height: 1.3;
  font-size: 0.77778rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .woocommerce-tabs
    #reviews
    #comments
    .meta
    strong[itemprop="author"] {
    font-size: 1.11111rem;
    letter-spacing: -0.03em;
  }
}
.woocommerce .woocommerce-tabs #reviews #comments .meta em.verified {
  display: block;
  font-size: 0.66667rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #reviews #comments .meta em.verified {
    font-size: 0.88889rem;
  }
}
.woocommerce .woocommerce-tabs #reviews #comments .meta time {
  width: 100%;
  display: block;
  font-size: 0.66667rem;
}

.woocommerce .woocommerce-tabs #reviews #comments .description {
  padding: 0.55556rem 0 0 0;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6em;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #reviews #comments .description {
    padding: 0.55556rem 0 1.11111rem 0;
  }
}
.woocommerce .woocommerce-tabs #reviews #comments .description p {
  padding: 0;
  color: #666;
  margin: 0 auto;
}

.woocommerce .woocommerce-tabs #reviews #review_form h3 {
  text-align: center;
  margin: 4.44444rem auto 0.55556rem auto;
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 1.33333rem;
  max-width: 700px;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #reviews #review_form h3 {
    font-size: 2rem;
  }
}

.woocommerce .woocommerce-tabs #reviews #review_form #reply-title {
  text-align: center;
  margin: 4.44444rem auto 0.55556rem auto;
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 1.33333rem;
  max-width: 700px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #reviews #review_form #reply-title {
    font-size: 2rem;
  }
}

.woocommerce .woocommerce-tabs #reviews #review_form .comment-notes {
  text-align: center;
}

.woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-rating {
  text-align: center;
}
.woocommerce
  .woocommerce-tabs
  #reviews
  #review_form
  p.comment-form-rating
  label {
  display: none;
}

.woocommerce .woocommerce-tabs #reviews #review_form p.stars {
  margin: 1.66667rem 0 2.22222rem 0;
  font-size: 20px;
}

.woocommerce
  .woocommerce-tabs
  #reviews
  #review_form
  p.comment-form-comment
  textarea {
  border: none;
  padding: 1.66667rem 2.22222rem;
  font-size: 1rem;
  max-height: 19.44444rem;
  font-weight: normal;
}

.woocommerce
  .woocommerce-tabs
  #reviews
  #review_form
  p.comment-form-comment
  label {
  font-size: 0.66667rem;
}

.woocommerce .woocommerce-tabs #reviews #review_form p.form-submit .submit {
  width: 100%;
}

.woocommerce
  .woocommerce-tabs
  #reviews
  #review_form
  p.comment-form-author
  input,
.woocommerce
  .woocommerce-tabs
  #reviews
  #review_form
  p.comment-form-email
  input {
  border: none;
}

@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-author {
    float: left;
    width: 50%;
    padding-right: 1.11111rem;
  }
  .woocommerce .woocommerce-tabs #reviews #review_form p.comment-form-email {
    float: left;
    width: 50%;
    padding-left: 1.11111rem;
  }
}

.woocommerce .woocommerce-tabs .shop_attributes th {
  font-weight: bold;
  font-size: 0.66667rem;
  padding: 0.44444rem 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs .shop_attributes th {
    font-size: 0.77778rem;
    padding: 1.11111rem 0;
  }
}

.woocommerce .woocommerce-tabs .shop_attributes tr {
  border-bottom: solid 2px #ddd;
}
.woocommerce .woocommerce-tabs .shop_attributes tr:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-tabs .shop_attributes tr td {
  padding: 0.44444rem 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs .shop_attributes tr td {
    padding: 1.11111rem 0;
  }
}
.woocommerce .woocommerce-tabs .shop_attributes tr td p {
  margin: 0;
  font-size: 0.66667rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs .shop_attributes tr td p {
    font-size: 1rem;
  }
}

.woocommerce .woocommerce-tabs #tab-description p {
  font-size: 0.88889rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce .woocommerce-tabs #tab-description p {
    font-size: 1rem;
  }
}

.woocommerce .upsells {
  padding: 1.66667rem 0 2.77778rem 0;
}
.woocommerce .upsells h2 {
  padding: 2.22222rem 0 1.66667rem 0;
  margin: 0;
  text-align: center;
  font-size: 1rem;
}
.woocommerce .upsells ul.products-grid li:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 80em) {
  .woocommerce .upsells ul.products-grid li:nth-child(3) {
    display: block;
  }
}

.woocommerce .related {
  padding: 1.66667rem 0 2.77778rem 0;
}
.woocommerce .related h2 {
  padding: 2.22222rem 0 1.66667rem 0;
  margin: 0;
  text-align: center;
  font-size: 1rem;
}
.woocommerce .related ul.products-grid li:last-child {
  display: none;
}
@media only screen and (min-width: 80em) {
  .woocommerce .related ul.products-grid li:last-child {
    display: block;
  }
}

.offcanvas_quickview {
  position: relative;
  display: none;
}
.offcanvas_for_quickview .offcanvas_quickview {
  display: block;
}
.offcanvas_quickview .product_content_wrapper {
  overflow: auto;
  height: calc(100vh - 60px);
}
.offcanvas_quickview .product-images-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.offcanvas_quickview .product-images-wrapper .woocommerce-product-gallery {
  opacity: 1 !important;
}
.offcanvas_quickview .product-images-wrapper .fade-gradient {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.offcanvas_quickview .product-images-wrapper .quickview-pagination {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  left: 0;
  width: 100%;
  text-align: center;
}
.offcanvas_quickview
  .product-images-wrapper
  .quickview-pagination
  .swiper-pagination-bullet {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offcanvas_quickview
  .product-images-wrapper
  .quickview-pagination
  .swiper-pagination-bullet-active {
  border-color: transparent;
}
.offcanvas_quickview .product-images-wrapper:hover {
  max-height: 1000px !important;
}
.offcanvas_quickview .product_content_wrapper .row .large-12 {
  padding: 0;
}
.offcanvas_quickview .product_content_wrapper .product_infos {
  padding: 2.22222rem 3.33333rem 2.22222rem 3.33333rem;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .woocommerce-product-rating {
  display: none;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .woocommerce-product-rating
  a.woocommerce-review-link {
  font-size: 12px;
  line-height: 12px;
  position: relative;
  margin-left: 10px;
  top: -6px;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product_excerpt
  p {
  font-size: 0.88889rem;
}
.offcanvas_quickview .product_content_wrapper .product_infos h1 {
  font-size: 1.66667rem;
  font-weight: bold;
  margin: 0;
}
.offcanvas_quickview .product_content_wrapper .product_infos .product_meta {
  display: none;
}
.offcanvas_quickview .product_content_wrapper .product_infos .product-badges {
  position: relative;
  display: inline-block;
  line-height: 1.27778rem;
  top: 0;
  left: 0;
  margin: 1.38889rem 0 0.83333rem 0;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  .out_of_stock {
  display: block;
  float: left;
  margin: 0 0.55556rem 0.55556rem 0;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  .onsale {
  display: block;
  float: left;
  margin: 0 0.55556rem 0.55556rem 0;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  .product_price {
  float: left;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  .product_price
  .price {
  font-size: 1.16667rem;
  margin: 0;
  line-height: 1.16667rem;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  span
  .amount,
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  p
  .amount,
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  del
  .amount,
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  ins
  .amount {
  font-size: 1.16667rem;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  .product-badges
  del
  .amount {
  text-decoration: line-through;
}
.offcanvas_quickview
  .product_content_wrapper
  .product_infos
  form.cart
  .quantity {
  float: none;
  display: inline-block;
}
.offcanvas_quickview .product_content_wrapper .product_infos p.out-of-stock {
  display: none;
}
.offcanvas_quickview .buttons .button.first,
.offcanvas_quickview .buttons .single_add_to_cart_button {
  background: #777;
  outline: 0;
}
.offcanvas_quickview .buttons .single_add_to_cart_button {
  height: 60px;
  line-height: 60px;
  padding: 0;
  right: 0;
  opacity: 1 !important;
  bottom: 60px;
  width: 100%;
  max-width: 320px;
}
@media only screen and (min-width: 64em) {
  .offcanvas_quickview .buttons .single_add_to_cart_button {
    max-width: 620px;
  }
}
.offcanvas_quickview .buttons .view-product {
  height: 60px;
  line-height: 60px;
  padding: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
}
@media only screen and (min-width: 64em) {
  .offcanvas_quickview .buttons .view-product {
    max-width: 620px;
  }
}
.offcanvas_quickview.opened .buttons .single_add_to_cart_button,
.offcanvas_quickview.opened .buttons .view-product {
  position: fixed;
}

.woocommerce-cart .page-title {
  margin: 0;
}

.woocommerce-cart .row {
  max-width: 100%;
}

.woocommerce-cart .column,
.woocommerce-cart .columns {
  padding: 0;
}

.woocommerce-cart .entry-content .woocommerce {
  display: table;
  width: 100%;
  min-height: calc(100vh - 200px);
}
.woocommerce-cart .entry-content .woocommerce form {
  display: block;
  vertical-align: top;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart .entry-content .woocommerce form {
    display: table-cell;
  }
}
.woocommerce-cart .entry-content .woocommerce form > p {
  margin: 0;
}
.woocommerce-cart .entry-content .woocommerce form table thead {
  display: none;
}
.woocommerce-cart .entry-content .woocommerce form table thead th {
  padding: 1.11111rem 0;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  thead
  th.product-remove {
  display: none;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  thead
  th.product-thumbnail {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    thead
    th.product-thumbnail {
    display: table-cell;
  }
}
.woocommerce-cart .entry-content .woocommerce form table thead th.product-name {
  padding: 1.11111rem 1.66667rem;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    thead
    th.product-name {
    padding: 1.11111rem 2.22222rem;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  thead
  th.product-price {
  display: none;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    thead
    th.product-price {
    display: table-cell;
  }
}
.woocommerce-cart .entry-content .woocommerce form table tbody tr:last-child {
  border: 0;
}
.woocommerce-cart .entry-content .woocommerce form table tbody td {
  padding: 1.11111rem 0;
  vertical-align: middle;
  color: #333;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart .entry-content .woocommerce form table tbody td {
    padding: 2.22222rem 0;
    vertical-align: top;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-remove {
  display: block;
  font-size: 0;
  padding: 1.11111rem 0;
  position: relative;
  width: 14px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-remove {
    padding: 0;
    width: 0;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-remove
  a.remove {
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-remove
    a.remove {
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-remove
  a.remove:before {
  position: relative;
  top: 18px;
  left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-remove
    a.remove:before {
    top: 10px;
    left: 0;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-remove
  a.remove:hover:before {
  opacity: 0.5;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-thumbnail {
  padding: 0;
  width: 15%;
  vertical-align: top;
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-thumbnail {
    display: table-cell;
    vertical-align: middle;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-thumbnail
  img {
  width: 100%;
}
.woocommerce-cart .entry-content .woocommerce form table tbody td.product-name {
  width: 50%;
  padding: 1.11111rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-name {
    width: 35%;
  }
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-name {
    padding: 2.22222rem;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-name
  a {
  color: #000;
  font-weight: bold;
  font-size: 0.77778rem;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-name
  dl,
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-name
  dd {
  margin: 0;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-price {
  display: none;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-price {
    display: table-cell;
    font-size: 0.88889rem;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-quantity {
  padding-right: 1.11111rem;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-quantity
  .quantity
  input.qty {
  margin-top: -16px;
}
@media only screen and (max-width: 39.9375em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-quantity
    .quantity
    input.qty {
    font-size: 0.77778rem;
    margin-top: 0;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-subtotal {
  width: 20%;
  padding-right: 1.11111rem;
  font-size: 0.77778rem;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.product-subtotal {
    width: 10%;
    padding-right: 2.22222rem;
    font-size: 0.88889rem;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.product-subtotal
  .remove {
  float: right;
  font-size: 1.22222rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.05556rem;
}
.woocommerce-cart .entry-content .woocommerce form table tbody td.actions {
  padding: 1.66667rem;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart .entry-content .woocommerce form table tbody td.actions {
    padding: 2.22222rem;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.actions
  .button {
  float: left;
  margin-left: 20px;
  background: none;
  color: #000;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  padding: 14px 20px;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.actions
  .button[name="update_cart"] {
  float: right;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.actions
  .coupon {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 3.61111rem;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.actions
    .coupon {
    width: 70%;
    padding-bottom: 0;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.actions
  .coupon
  label {
  display: none;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.actions
  .coupon
  #coupon_code {
  width: 100%;
  float: left;
  margin: 0;
  height: 45px;
  text-transform: uppercase;
  margin-top: 0px;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.actions
    .coupon
    #coupon_code {
    width: 50%;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.actions
    .coupon
    #coupon_code {
    width: 65%;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.actions
  .coupon
  .button {
  position: absolute;
  right: 0;
  padding: 14px 20px;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.actions
    .coupon
    .button {
    position: relative;
    width: auto;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  form
  table
  tbody
  td.actions
  > input[type="submit"] {
  width: 100%;
  margin-top: 1.11111rem;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    form
    table
    tbody
    td.actions
    > input[type="submit"] {
    margin-top: 0;
    width: auto;
  }
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
  display: block;
  width: 100%;
  padding: 30px 30px 0 30px;
  background: #f1f1f1;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    padding: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    display: table-cell;
    width: 40%;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    padding: 70px;
    width: 33.33%;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  h2 {
  text-transform: uppercase;
  font-size: 1.33333rem;
  margin-bottom: 1em;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  tr:last-child {
  border-bottom: none;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  th {
  width: 30%;
  vertical-align: top;
  font-weight: bold;
  font-size: 0.77778rem;
  /*@media only screen and (min-width:64em)
						{
							width: 50%;
						}*/
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  td {
  width: 70%;
  text-transform: uppercase;
  font-size: 0.72222rem;
  vertical-align: top;
  /*@media only screen and (min-width:64em)
						{
							width: 50%;
						}*/
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .cart-subtotal
  td {
  font-size: 1rem;
  font-weight: bold;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  #shipping_method {
  list-style: none;
  margin: 0;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  #shipping_method
  label {
  margin: 0;
  font-size: 0.66667rem;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  .woocommerce-shipping-destination {
  font-size: 0.66667rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  .woocommerce-shipping-calculator
  .shipping-calculator-button {
  display: inline-block;
  text-transform: none;
  font-size: 0.66667rem;
  margin: 0 0 1.11111rem 0;
  font-weight: bold;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  .woocommerce-shipping-calculator
  .shipping-calculator-form
  .form-row {
  padding: 0;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  .woocommerce-shipping-calculator
  .shipping-calculator-form
  button.button {
  width: 100%;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .shipping
  .woocommerce-shipping-calculator
  .shipping-calculator-form
  select {
  margin: 0;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  table
  .order-total
  td {
  font-size: 1.16667rem;
  font-weight: bold;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout {
  position: relative;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  #woo_pp_ec_button.wcppec-checkout-buttons__button {
  background: none !important;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
  text-align: center;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .wcppec-checkout-buttons.woo_pp_cart_buttons_div
  .wcppec-checkout-buttons__separator {
  font-size: 12px;
  padding: 10px 0px;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .wcppec-checkout-buttons.woo_pp_cart_buttons_div
  #woo_pp_ec_button.wcppec-checkout-buttons__button {
  background: none !important;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  a {
  font-size: 0.88889rem;
  padding-top: 1.38889rem;
  padding-bottom: 1.38889rem;
  margin-top: 1.38889rem;
  background-color: #333;
  margin-bottom: 0;
  width: calc(100% + 60px);
  margin-left: -30px;
}
@media only screen and (min-width: 40em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    .cart-collaterals
    .cart_totals
    .wc-proceed-to-checkout
    a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells {
  margin-top: 3.88889rem;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  h2 {
  text-transform: uppercase;
  font-size: 0.72222rem;
  margin-bottom: 1.5em;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  ul.products-grid {
  margin: -0.55556rem;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product:nth-child(2n + 1) {
  clear: both !important;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product:nth-child(2n) {
  clear: none !important;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product {
  padding: 0.55556rem;
  width: 50%;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product
  .shop-product-badges,
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product
  .star-rating,
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product
  .product_after_shop_loop {
  display: none;
  padding: 0;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product
  h3 {
  font-size: 0.66667rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    .cart-collaterals
    .cross-sells
    li.product
    h3 {
    font-size: 0.77778rem;
  }
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product
  .shop_product_metas {
  background: transparent;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product
  .shop_product_buttons_wrapper
  .shop_product_buttons
  a.button {
  padding: 0;
  width: 30px;
  height: 16px;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
.woocommerce-cart
  .entry-content
  .woocommerce
  .cart-collaterals
  .cross-sells
  li.product
  .shop_product_buttons_wrapper
  .shop_product_buttons
  a.button:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart
    .entry-content
    .woocommerce
    .cart-collaterals
    .cross-sells
    li.product:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  font-size: 1.33333rem;
  padding-top: 60px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-cart .woocommerce .cart-empty {
    font-size: 2.5rem;
    padding-top: 120px;
  }
}

.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
  margin: 50px auto 0;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  margin-top: 80px;
}

.woocommerce .shop_table {
  width: 100%;
}

.woocommerce-checkout:not(.woocommerce-order-received) .page-title {
  margin: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received) .row {
  max-width: 100%;
}

.woocommerce-checkout:not(.woocommerce-order-received) .column,
.woocommerce-checkout:not(.woocommerce-order-received) .columns {
  padding: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  h1,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  h2,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  h3,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  h4,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  h5,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  h6,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  p,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  b,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  strong,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  i,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  span,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  a,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  li,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  address,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  tr,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  td,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  th,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  dt,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  dd,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  dl,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  code,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  pre,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  img,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  blockquote,
.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-terms-and-conditions
  div {
  font-size: 13px !important;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-form-login
  .button[type="submit"] {
  width: 100%;
}

.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  form#order_review
  #payment_method_stripe_sepa {
  margin: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce {
  max-width: 100%;
  width: 100%;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .order_details,
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .order_details
  + .woocommerce-checkout {
  margin: 100px auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 1.11111rem;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .woocommerce-form-login,
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  > .woocommerce-info {
  max-width: 320px;
  width: 100%;
  padding: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  > .woocommerce-info {
  margin: auto;
  font-weight: bold;
  line-height: 1.7;
  font-size: 13px;
  margin-top: 5px;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .woocommerce-form-login {
  margin: 30px auto;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .woocommerce-form-login
  .form-row {
  width: 100% !important;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .woocommerce-form-login
  .button[type="submit"] {
  margin-top: 2.22222rem;
  width: 100%;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .woocommerce-form-login
  label.inline {
  margin: 1.11111rem 0 0 0;
  font-weight: normal;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .woocommerce-form-login
  .lost_password {
  font-weight: normal;
  float: right;
  margin-top: -26px;
  z-index: 99;
  position: relative;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .woocommerce-checkout
  .woocommerce-SavedPaymentMethods-saveNew {
  width: 100%;
  margin-bottom: 2rem;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .order_details {
  padding-top: 2rem;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  p.woocommerce-SavedPaymentMethods-saveNew
  label {
  margin-left: 0 !important;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  p.woocommerce-SavedPaymentMethods-saveNew
  input {
  margin: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .order_details {
  margin-bottom: 2.77778rem;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .order_details
  li {
  padding: 0px 5px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 0.72222rem;
  margin-bottom: 0.83333rem;
}
.woocommerce-checkout:not(.woocommerce-order-received).woocommerce-order-pay
  .site-content
  .woocommerce
  .order_details
  li
  strong {
  width: 100%;
  display: block;
  text-transform: none;
  font-size: 0.88889rem;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info {
  float: left;
  display: block;
  width: 100%;
  padding: 0 30px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info {
    padding: 0 75px;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-login-toggle,
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-coupon-toggle {
  margin-top: 65px;
}
@media only screen and (min-width: 80em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info
    .woocommerce-form-login-toggle,
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info
    .woocommerce-form-coupon-toggle {
    margin-left: 120px;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-login-toggle
  .woocommerce-info,
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-coupon-toggle
  .woocommerce-info {
  display: block;
  float: left;
  margin-bottom: 40px;
  font-size: 0.77778rem;
  position: relative;
  width: 100%;
  margin-top: -30px;
  line-height: 1.4;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-login-toggle
  .woocommerce-info
  a,
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-coupon-toggle
  .woocommerce-info
  a {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.2;
  font-size: 0.66667rem;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-login
  + .woocommerce-form-coupon-toggle {
  margin-top: 15px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-login-toggle
  .showlogin {
  text-decoration: underline;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-login-toggle
  .showlogin:hover {
  opacity: 0.5;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-coupon-toggle {
  margin-bottom: 50px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-coupon-toggle
  .showcoupon {
  text-decoration: underline;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  .woocommerce-form-coupon-toggle
  .showcoupon:hover {
  opacity: 0.5;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.login {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: #fff;
  padding: 40px 40px 0 40px;
}
@media only screen and (min-width: 80em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info
    form.login {
    padding: 120px 0;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.login
  p {
  max-width: 400px;
  margin: 0 auto;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.login
  p:first-child {
  font-size: 0.88889rem;
  margin-bottom: 20px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.login
  p
  label {
  font-size: 12px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.login
  p
  label[for="rememberme"] {
  font-weight: normal;
  text-transform: capitalize;
  width: 100%;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.login
  p
  input[type="submit"] {
  width: 100%;
  margin-top: 1.66667rem;
  letter-spacing: 1px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.login
  p.lost_password {
  float: right;
  margin-top: -2px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.login
  p.lost_password
  a {
  font-size: 0.66667rem;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.checkout_coupon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px;
  height: auto;
  width: 100%;
  background: #fff;
  z-index: 999;
}
@media only screen and (min-width: 64em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info
    form.checkout_coupon {
    padding: 120px 0;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.checkout_coupon
  p.form-row {
  margin-top: 15px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.checkout_coupon
  p {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.checkout_coupon
  p
  input.input-text {
  width: 100%;
  float: left;
  font-size: 1rem;
  text-indent: 1.11111rem;
  height: 60px;
  margin: 0;
  padding: 17px 0;
  line-height: normal;
}
@media only screen and (min-width: 64em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info
    form.checkout_coupon
    p
    input.input-text {
    width: 65%;
    margin-right: 5%;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .checkout-info
  form.checkout_coupon
  p
  .button {
  padding: 19px 40px;
  margin: 0;
  width: 100%;
  float: right;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    .checkout-info
    form.checkout_coupon
    p
    .button {
    width: auto;
    margin-top: 0;
  }
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .wc_payment_method
  label {
  display: inline !important;
  width: auto !important;
  padding: 0 !important;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .wc_payment_method
  .payment_box {
  padding-right: 1.11111rem;
  padding-top: 1.11111rem;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .wc_payment_method
  .payment_box
  .wc-saved-payment-methods {
  margin-top: 20px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .wc_payment_method
  .payment_box
  .wc-saved-payment-methods
  li {
  list-style: none;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .wc_payment_method
  .wc-payment-form
  input {
  width: 100%;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .wc_payment_method
  .wc-stripe-sepa-mandate {
  margin-bottom: 20px !important;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .about_paypal:hover,
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .payment_box
  a:hover {
  opacity: 0.6;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .woocommerce-terms-and-conditions-wrapper {
  margin-top: 1.11111rem;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .woocommerce-terms-and-conditions-wrapper
  .validate-required {
  margin-bottom: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .woocommerce-terms-and-conditions-wrapper
  .validate-required
  .woocommerce-terms-and-conditions-link:hover {
  opacity: 0.6;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-terms-and-conditions {
  background-color: #fff;
  padding: 20px !important;
  margin-bottom: 1.11111rem;
  max-width: 490px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-privacy-policy-text {
  margin-bottom: 1.11111rem;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-privacy-policy-text
  .woocommerce-privacy-policy-link {
  font-weight: bold;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-privacy-policy-text
  p {
  font-size: 0.66667rem;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.6;
  padding-bottom: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  form.woocommerce-checkout
  .checkout-col-main {
  padding: 0 30px;
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    form.woocommerce-checkout
    .checkout-col-main {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    form.woocommerce-checkout
    .checkout-col-main {
    padding: 0 75px;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .site-content
    .woocommerce
    form.woocommerce-checkout
    .checkout-col-main {
    width: 66.66%;
    padding: 200px 120px 0 120px;
    display: table-cell;
    vertical-align: top;
  }
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  form.woocommerce-checkout
  .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 998;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .site-content
  .woocommerce
  form.woocommerce-checkout
  .cover.active {
  opacity: 1;
  visibility: visible;
}

.woocommerce-checkout:not(.woocommerce-order-received) .checkout-row {
  display: table;
  width: 100%;
  min-height: calc(100vh - 200px);
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-aside {
  padding: 30px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .checkout-row
    .checkout-col-aside {
    padding: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .checkout-row
    .checkout-col-aside {
    padding: 6.66667rem 3.88889rem;
    display: table-cell;
    width: 33.33%;
    vertical-align: top;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-aside
  h3 {
  font-size: 1.33333rem;
  margin-bottom: 1.33333rem;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-aside
  #payment
  #place_order {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .checkout-row
    .checkout-col-aside
    #payment
    #place_order {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-aside
  th {
  font-size: 0.77778rem;
  font-weight: bold;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-aside
  .woocommerce-checkout-review-order-table
  thead {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-aside
  .woocommerce-checkout-review-order-table
  dl {
  margin-bottom: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-aside
  .woocommerce-checkout-review-order-table
  dl
  dd {
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .checkout-row
    .validate-phone {
    width: 49%;
    display: inline-block;
  }
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .checkout-row
    .validate-phone
    + .validate-email {
    width: 49%;
    display: inline-block;
    float: right;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-main {
  width: 100%;
  display: block;
  padding: 0 1.66667rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .checkout-row
    .checkout-col-main {
    width: 66.66%;
    padding: 100px 120px 100px 120px;
    display: table-cell;
    vertical-align: top;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-main
  h3 {
  font-size: 1.33333rem;
  margin-bottom: 50px;
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .checkout-row
    .checkout-col-main
    .form-row-first {
    width: 50%;
    float: left;
    padding-right: 0.55556rem;
  }
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    .checkout-row
    .checkout-col-main
    .form-row-last {
    width: 50%;
    float: right;
    padding-left: 0.55556rem;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-main
  .woocommerce-billing-fields
  label {
  font-size: 0.66667rem;
  font-weight: bold;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-main
  .woocommerce-shipping-fields {
  margin-bottom: 80px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-main
  .woocommerce-shipping-fields
  h3 {
  margin-bottom: 2.22222rem;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-main
  .woocommerce-shipping-fields
  h3
  label {
  font-size: 1.33333rem;
  font-weight: bold;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .checkout-row
  .checkout-col-main
  .woocommerce-additional-fields {
  margin-bottom: 80px;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  #order_review
  .checkout-col-aside {
  padding: 30px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 40em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    #order_review
    .checkout-col-aside {
    padding: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-checkout:not(.woocommerce-order-received)
    #order_review
    .checkout-col-aside {
    padding: 6.66667rem 3.88889rem;
    display: table-cell;
    width: 33.33%;
    vertical-align: top;
  }
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--default
  .select2-selection--single {
  border: none;
  border-radius: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container
  .select2-selection--single {
  height: 41px;
  font-size: 0.66667rem;
  outline: none;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 41px;
  padding-left: 15px;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 41px;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-results__options {
  padding: 0 10px;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-results__option {
  font-size: 0.66667rem;
  border-radius: 4px;
  line-height: 1.42857;
  margin: 3px 0;
  outline: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #ccc;
  color: #000;
  outline: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: none;
  background: #fff;
  margin-bottom: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received) .select2-results {
  background: #fafafa;
}

.woocommerce-checkout:not(.woocommerce-order-received) .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-search--dropdown {
  height: 33px;
}
.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-search--dropdown:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'></path></svg>");
  position: absolute;
  top: 0.35rem;
  right: 0.66667rem;
  opacity: 0.5;
}

.woocommerce-checkout:not(.woocommerce-order-received) .select2-search__field {
  height: 33px;
}

.woocommerce .checkout .checkout-col-main h3,
.woocommerce #order_review .checkout-col-main h3 {
  font-size: 1.22222rem;
  text-transform: uppercase;
}
.woocommerce .checkout .checkout-col-main h3#shipping_address,
.woocommerce #order_review .checkout-col-main h3#shipping_address {
  display: inline-block;
}

.woocommerce .checkout .checkout-col-aside,
.woocommerce #order_review .checkout-col-aside {
  background: #ddd;
  padding: 3.88889rem;
}
.woocommerce .checkout .checkout-col-aside h3,
.woocommerce #order_review .checkout-col-aside h3 {
  text-transform: uppercase;
}
.woocommerce .checkout .checkout-col-aside #place_order,
.woocommerce #order_review .checkout-col-aside #place_order {
  width: 100%;
  font-size: 0.88889rem;
  padding-top: 1.38889rem;
  padding-bottom: 1.38889rem;
  margin-top: 1.38889rem;
  background-color: #333;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table {
  font-size: 0.66667rem;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  th,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  th {
  width: 50%;
  vertical-align: top;
  padding: 0.83333rem 0;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-name,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-name {
  font-size: 0.77778rem;
  font-weight: bold;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-name
  .variation
  dd
  p,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-name
  .variation
  dd
  p {
  margin-bottom: 0;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-total,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-total {
  vertical-align: top;
  text-align: right;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-total
  .amount,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-total
  .amount {
  font-size: 0.88889rem;
  font-weight: bold;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  th,
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  td,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  th,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  td {
  padding: 1.11111rem 0;
  margin: 0;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  .amount,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  .amount {
  font-size: 0.88889rem;
  font-weight: bold;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  .amount,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr.order-total
  .amount {
  font-weight: bold;
  font-size: 1.16667rem;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  #shipping_method,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  #shipping_method {
  list-style: none;
  margin: 0;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  #shipping_method
  label,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  #shipping_method
  label {
  margin: 0;
  font-size: 0.66667rem;
  margin-left: 4px;
}
.woocommerce
  .checkout
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  #shipping_method
  label
  .amount,
.woocommerce
  #order_review
  .checkout-col-aside
  table.woocommerce-checkout-review-order-table
  tfoot
  tr
  #shipping_method
  label
  .amount {
  font-size: 0.66667rem;
}
.woocommerce .checkout .checkout-col-aside .payment_methods,
.woocommerce #order_review .checkout-col-aside .payment_methods {
  list-style: none;
  font-size: 0.66667rem;
  margin: 0;
  padding: 0;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info),
.woocommerce
  #order_review
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info) {
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  input,
.woocommerce
  #order_review
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  input {
  margin: 0;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  label,
.woocommerce
  #order_review
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  label {
  font-weight: bold;
  margin: 0;
  width: calc(100% - 25px);
  margin-left: 5px;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  label
  img,
.woocommerce
  #order_review
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  label
  img {
  max-height: 1.38889rem;
  margin: 0 0.55556rem;
  float: right;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  label
  a,
.woocommerce
  #order_review
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  label
  a {
  text-transform: none;
  margin-left: 4px;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  .payment_box,
.woocommerce
  #order_review
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  .payment_box {
  padding-left: 1.11111rem;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  .payment_box
  p,
.woocommerce
  #order_review
  .checkout-col-aside
  .payment_methods
  > li:not(.woocommerce-info)
  .payment_box
  p {
  font-size: 0.66667rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce .checkout .checkout-col-aside .woocommerce-terms-and-conditions,
.woocommerce
  #order_review
  .checkout-col-aside
  .woocommerce-terms-and-conditions {
  padding-top: 40px;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .woocommerce-terms-and-conditions
  #terms,
.woocommerce
  #order_review
  .checkout-col-aside
  .woocommerce-terms-and-conditions
  #terms {
  margin: 0;
  float: left;
}
.woocommerce .checkout .checkout-col-aside .woocommerce-terms-and-conditions p,
.woocommerce
  #order_review
  .checkout-col-aside
  .woocommerce-terms-and-conditions
  p {
  font-size: 0.66667rem;
  font-weight: normal;
}
.woocommerce .checkout .checkout-col-aside .wc-terms-and-conditions label,
.woocommerce #order_review .checkout-col-aside .wc-terms-and-conditions label {
  top: -4px;
  position: relative;
  float: left;
  max-width: 90%;
  text-transform: none;
  margin-bottom: 18px;
}
.woocommerce .checkout .checkout-col-aside .wc-terms-and-conditions label span,
.woocommerce
  #order_review
  .checkout-col-aside
  .wc-terms-and-conditions
  label
  span {
  vertical-align: middle;
}
.woocommerce .checkout .checkout-col-aside .wc-terms-and-conditions label input,
.woocommerce
  #order_review
  .checkout-col-aside
  .wc-terms-and-conditions
  label
  input {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 0;
}
.woocommerce
  .checkout
  .checkout-col-aside
  .wc-terms-and-conditions
  label
  a.woocommerce-terms-and-conditions-link,
.woocommerce
  #order_review
  .checkout-col-aside
  .wc-terms-and-conditions
  label
  a.woocommerce-terms-and-conditions-link {
  text-transform: capitalize;
  margin-left: 4px;
}

.woocommerce
  .woocommerce-validated
  input:not([type="checkbox"]):not([type="radio"]) {
  border-bottom: solid 2px #93ca78;
}

.woocommerce
  .woocommerce-invalid
  input:not([type="checkbox"]):not([type="radio"]) {
  border-bottom: solid 2px #fd8a8a;
}

.woocommerce .woocommerce-billing-fields h3 {
  font-size: 1.22222rem;
  text-transform: uppercase;
  margin-bottom: 2.22222rem;
}

.woocommerce .woocommerce-shipping-fields {
  margin-top: 2.22222rem;
}
.woocommerce .woocommerce-shipping-fields h3#ship-to-different-address label {
  display: inline-block;
  line-height: 100%;
}
.woocommerce .woocommerce-shipping-fields h3#ship-to-different-address span {
  line-height: 30px;
}
.woocommerce
  .woocommerce-shipping-fields
  h3#ship-to-different-address
  input[type="checkbox"] {
  margin: -10px 0 0;
  padding: 0;
  vertical-align: middle;
}
.woocommerce .woocommerce-shipping-fields textarea#order_comments {
  height: 100px;
}

.woocommerce-view-order .woocommerce ul.order_details,
.woocommerce-order-pay .woocommerce ul.order_details {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 4.44444rem;
  border-top: solid 2px #cccccc;
  padding-top: 1.11111rem;
  margin-top: 1.11111rem;
}
.woocommerce-view-order .woocommerce ul.order_details li,
.woocommerce-order-pay .woocommerce ul.order_details li {
  display: table-cell;
  width: 25%;
  text-align: left;
  padding: 0px 5px;
}
.woocommerce-view-order .woocommerce ul.order_details li > strong,
.woocommerce-order-pay .woocommerce ul.order_details li > strong {
  width: 100%;
  display: block;
}

.woocommerce-view-order .woocommerce ul:empty,
.woocommerce-order-pay .woocommerce ul:empty {
  display: none;
}

.woocommerce-view-order .woocommerce h2,
.woocommerce-order-pay .woocommerce h2 {
  text-transform: uppercase;
  margin-top: 4.44444rem;
  margin-bottom: 1.11111rem;
  padding: 0;
  font-size: 1.33333rem;
}

.woocommerce-view-order .woocommerce h3,
.woocommerce-order-pay .woocommerce h3 {
  display: inline-block;
  margin-top: 1.11111rem;
  font-size: 0.88889rem;
}

.woocommerce-view-order .woocommerce table.shop_table,
.woocommerce-order-pay .woocommerce table.shop_table {
  padding-right: 1.11111rem;
  border-top: solid 1px #f1f1f1;
  margin-top: 1.22222rem;
}
.woocommerce-view-order .woocommerce table.shop_table .wc-item-meta,
.woocommerce-order-pay .woocommerce table.shop_table .wc-item-meta {
  margin: 5px 0 0 0;
}
.woocommerce-view-order .woocommerce table.shop_table .wc-item-meta li,
.woocommerce-order-pay .woocommerce table.shop_table .wc-item-meta li {
  font-size: 14px;
  list-style: none;
}
.woocommerce-view-order .woocommerce table.shop_table .wc-item-meta li p,
.woocommerce-order-pay .woocommerce table.shop_table .wc-item-meta li p {
  display: inline;
  font-size: 14px;
}
.woocommerce-view-order .woocommerce table.shop_table th,
.woocommerce-order-pay .woocommerce table.shop_table th {
  font-size: 0.72222rem;
  font-weight: bold;
}
.woocommerce-view-order .woocommerce table.shop_table td.product-name,
.woocommerce-order-pay .woocommerce table.shop_table td.product-name {
  font-size: 0.88889rem;
}
.woocommerce-view-order .woocommerce table.shop_table td.product-name > a,
.woocommerce-order-pay .woocommerce table.shop_table td.product-name > a {
  font-weight: bold;
}
.woocommerce-view-order .woocommerce table.shop_table .amount,
.woocommerce-order-pay .woocommerce table.shop_table .amount {
  font-size: 0.88889rem;
  font-weight: normal;
}

.woocommerce-view-order .woocommerce table.customer_details,
.woocommerce-order-pay .woocommerce table.customer_details {
  width: 50%;
  float: left;
  margin-top: 0.55556rem;
}
.woocommerce-view-order .woocommerce table.customer_details tr,
.woocommerce-order-pay .woocommerce table.customer_details tr {
  border-bottom: none;
}
.woocommerce-view-order .woocommerce table.customer_details tr th,
.woocommerce-order-pay .woocommerce table.customer_details tr th {
  font-weight: bold;
  width: 20%;
  padding: 0.55556rem 0;
  margin: 0;
  text-transform: none;
  max-height: 1.11111rem;
  line-height: 1.11111rem;
  font-size: 0.88889rem;
}
.woocommerce-view-order .woocommerce table.customer_details tr td,
.woocommerce-order-pay .woocommerce table.customer_details tr td {
  margin: 0;
  padding: 0;
}

.woocommerce-view-order .woocommerce address,
.woocommerce-order-pay .woocommerce address {
  margin-bottom: 100px;
}

.woocommerce-view-order .woocommerce .addresses .col-1,
.woocommerce-view-order .woocommerce .addresses .col-2,
.woocommerce-order-pay .woocommerce .addresses .col-1,
.woocommerce-order-pay .woocommerce .addresses .col-2 {
  width: 100%;
  display: inline-block;
}

.woocommerce-view-order .woocommerce .addresses address,
.woocommerce-order-pay .woocommerce .addresses address {
  margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
  .woocommerce-view-order .woocommerce .col2-set.addresses,
  .woocommerce-order-pay .woocommerce .col2-set.addresses {
    width: 100%;
    float: left;
  }
  .woocommerce-view-order .woocommerce .col2-set.addresses .col-1,
  .woocommerce-view-order .woocommerce .col2-set.addresses .col-2,
  .woocommerce-order-pay .woocommerce .col2-set.addresses .col-1,
  .woocommerce-order-pay .woocommerce .col2-set.addresses .col-2 {
    width: 50%;
    float: left;
    padding-right: 1.11111rem;
  }
  .woocommerce-view-order .woocommerce .col2-set.addresses .col-1 address,
  .woocommerce-view-order .woocommerce .col2-set.addresses .col-2 address,
  .woocommerce-order-pay .woocommerce .col2-set.addresses .col-1 address,
  .woocommerce-order-pay .woocommerce .col2-set.addresses .col-2 address {
    font-style: normal;
  }
}

body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-order-details
  table.shop_table
  .wc-item-meta {
  margin: 5px 0 0 0;
}
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-order-details
  table.shop_table
  .wc-item-meta
  li {
  font-size: 14px;
  list-style: none;
}
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-order-details
  table.shop_table
  .wc-item-meta
  li
  p {
  display: inline;
  font-size: 14px;
}

body:not(.woocommerce-checkout) .woocommerce address {
  margin-bottom: 100px;
}

body:not(.woocommerce-checkout) .woocommerce .woocommerce-customer-details {
  margin-top: 50px;
}
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-customer-details
  > h3.woocommerce-column__title {
  float: left;
  clear: both;
}
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-customer-details
  > address {
  float: left;
  clear: both;
}
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-column__title {
  font-size: 1.66667rem;
}
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-customer-details
  address {
  font-style: normal;
}
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-customer-details
  .addresses
  .col-1,
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-customer-details
  .addresses
  .col-2 {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  body:not(.woocommerce-checkout)
    .woocommerce
    .woocommerce-customer-details
    .col2-set:not(#customer_login) {
    width: 100%;
    float: left;
  }
  body:not(.woocommerce-checkout)
    .woocommerce
    .woocommerce-customer-details
    .col2-set:not(#customer_login)
    .col-1,
  body:not(.woocommerce-checkout)
    .woocommerce
    .woocommerce-customer-details
    .col2-set:not(#customer_login)
    .col-2 {
    width: 50%;
    float: left;
    padding-right: 1.11111rem;
  }
  body:not(.woocommerce-checkout)
    .woocommerce
    .woocommerce-customer-details
    .col2-set:not(#customer_login)
    .col-1
    address,
  body:not(.woocommerce-checkout)
    .woocommerce
    .woocommerce-customer-details
    .col2-set:not(#customer_login)
    .col-2
    address {
    font-style: normal;
  }
}

body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-customer-details--phone,
body:not(.woocommerce-checkout)
  .woocommerce
  .woocommerce-customer-details--email {
  margin-bottom: 0px;
}
@media only screen and (max-width: 39.9375em) {
  body:not(.woocommerce-checkout)
    .woocommerce
    .woocommerce-customer-details--phone,
  body:not(.woocommerce-checkout)
    .woocommerce
    .woocommerce-customer-details--email {
    font-size: 18px;
  }
}

.woocommerce-order-received .woocommerce {
  padding: 1.66667rem 0;
  margin-bottom: 2.77778rem;
}
.woocommerce-order-received .woocommerce > p:first-child {
  font-size: 1.66667rem;
  font-weight: bold;
  line-height: 1.05em;
  padding-bottom: 3.33333rem;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce > p:first-child {
    font-size: 6.66667rem;
  }
}
.woocommerce-order-received .woocommerce ul.order_details {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 4.44444rem;
  border-top: solid 2px #cccccc;
  padding-top: 1.66667rem;
  margin-top: 1.11111rem;
}
.woocommerce-order-received .woocommerce ul.order_details li {
  display: block;
  float: left;
  width: 50%;
  padding: 0px 5px;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.72222rem;
  margin-bottom: 0.83333rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce ul.order_details li {
    width: 20%;
    display: table-cell;
    float: none;
    margin-bottom: 0;
  }
}
.woocommerce-order-received .woocommerce ul.order_details li > strong {
  width: 100%;
  display: block;
  text-transform: none;
  font-size: 0.88889rem;
}
.woocommerce-order-received .woocommerce ul.order_details.bacs_details li {
  padding-right: 20px;
}
.woocommerce-order-received
  .woocommerce
  ul.order_details.bacs_details
  li:last-child {
  padding-right: 0;
}
.woocommerce-order-received .woocommerce ul:empty {
  display: none;
}
.woocommerce-order-received .woocommerce h2 {
  text-transform: none;
  margin-top: 3.33333rem;
  margin-bottom: 1.11111rem;
  padding: 1.11111rem 0;
  font-size: 1.66667rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce h2 {
    font-size: 3.55556rem;
  }
}
.woocommerce-order-received .woocommerce header h2 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #333;
}
.woocommerce-order-received .woocommerce h3 {
  display: inline-block;
  margin-top: 1.11111rem;
  font-size: 0.88889rem;
}
.woocommerce-order-received .woocommerce table.shop_table {
  padding-right: 1.11111rem;
  margin-top: 1.22222rem;
}
.woocommerce-order-received .woocommerce table.shop_table .wc-item-meta {
  margin: 5px 0 0 0;
}
.woocommerce-order-received .woocommerce table.shop_table .wc-item-meta li {
  font-size: 14px;
  list-style: none;
}
.woocommerce-order-received .woocommerce table.shop_table .wc-item-meta li p {
  display: inline;
  font-size: 14px;
}
.woocommerce-order-received .woocommerce table.shop_table th {
  font-size: 0.66667rem;
}
.woocommerce-order-received .woocommerce table.shop_table td.product-name {
  font-size: 0.88889rem;
}
.woocommerce-order-received .woocommerce table.shop_table td.product-name > a {
  font-weight: bold;
}
.woocommerce-order-received .woocommerce table.shop_table .amount {
  font-size: 0.88889rem;
  font-weight: normal;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce table.shop_table .amount {
    font-size: 1rem;
  }
}
.woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child {
  border-bottom: none;
}
.woocommerce-order-received
  .woocommerce
  table.shop_table
  tfoot
  tr:last-child
  .amount {
  font-weight: bold;
  font-size: 0.88889rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received
    .woocommerce
    table.shop_table
    tfoot
    tr:last-child
    .amount {
    font-size: 1.66667rem;
  }
}
.woocommerce-order-received .woocommerce table.shop_table tfoot td {
  font-size: 0.72222rem;
}
.woocommerce-order-received .woocommerce table.shop_table tfoot td .amount {
  font-size: 0.88889rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce table.shop_table tfoot td .amount {
    font-size: 1.22222rem;
  }
}
.woocommerce-order-received
  .woocommerce
  table.shop_table
  tfoot
  td
  small.shipped_via {
  font-size: 13px;
  padding-left: 5px;
}
.woocommerce-order-received .woocommerce table.customer_details {
  width: 100%;
  float: left;
  margin-top: 0.55556rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce table.customer_details {
    width: 50%;
    float: left;
  }
}
.woocommerce-order-received .woocommerce table.customer_details tr {
  border-bottom: none;
}
.woocommerce-order-received .woocommerce table.customer_details tr th {
  font-weight: bold;
  padding: 0.55556rem 0;
  margin: 0;
  text-transform: none;
  max-height: 1.11111rem;
  line-height: 1.11111rem;
  font-size: 0.88889rem;
  font-weight: bold;
  width: 100%;
  float: left;
  display: block;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce table.customer_details tr th {
    width: 30%;
    float: none;
    display: table-cell;
  }
}
.woocommerce-order-received .woocommerce table.customer_details tr td {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  display: block;
  margin-top: 0.83333rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce table.customer_details tr td {
    width: 70%;
    float: none;
    display: table-cell;
    margin-top: 0;
  }
}
.woocommerce-order-received .woocommerce > address {
  width: 100%;
  font-style: normal;
  margin-bottom: 50px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce > address {
    width: 50%;
    float: right;
  }
}
.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-columns--addresses {
  margin-bottom: 75px;
}
.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  > h3.woocommerce-column__title {
  float: left;
  clear: both;
}
.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  > address {
  float: left;
  clear: both;
}
.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-column__title {
  font-size: 1.66667rem;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  font-style: normal;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce .woocommerce-customer-details--email {
  margin-bottom: 0px;
}
@media only screen and (max-width: 39.9375em) {
  .woocommerce-order-received .woocommerce .woocommerce-customer-details--phone,
  .woocommerce-order-received
    .woocommerce
    .woocommerce-customer-details--email {
    font-size: 18px;
  }
}
.woocommerce-order-received .woocommerce .addresses .col-1,
.woocommerce-order-received .woocommerce .addresses .col-2 {
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .woocommerce-order-received .woocommerce .col2-set:not(#customer_login) {
    width: 100%;
    float: left;
  }
  .woocommerce-order-received
    .woocommerce
    .col2-set:not(#customer_login)
    .col-1,
  .woocommerce-order-received
    .woocommerce
    .col2-set:not(#customer_login)
    .col-2 {
    width: 50%;
    float: left;
    padding-right: 1.11111rem;
  }
  .woocommerce-order-received
    .woocommerce
    .col2-set:not(#customer_login)
    .col-1
    address,
  .woocommerce-order-received
    .woocommerce
    .col2-set:not(#customer_login)
    .col-2
    address {
    font-style: normal;
  }
}

.woocommerce-account .page-title {
  margin: 0;
}

.woocommerce-account .woocommerce {
  padding: 30px 15px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce {
    padding: 0;
  }
}
.woocommerce-account .woocommerce h2 {
  font-size: 1.66667rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce h2 {
    font-size: 3.55556rem;
    line-height: 1.2;
  }
}
.woocommerce-account .woocommerce > address {
  width: 50%;
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce > address {
    margin-bottom: 75px;
  }
}
.woocommerce-account .woocommerce table thead {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce table thead {
    display: table-header-group;
  }
}
.woocommerce-account .woocommerce table tr {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce table tr {
    margin-bottom: 0;
    padding-bottom: 0;
    display: table-row;
  }
}
.woocommerce-account .woocommerce table.my_account_orders td {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 0.83333rem;
}
.woocommerce-account .woocommerce table.my_account_orders td:before {
  content: attr(data-title) ":";
  display: block;
  width: 100%;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.66667rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce table.my_account_orders td {
    width: auto;
    display: table-cell;
    margin-bottom: 0;
    padding: 1.11111rem 0;
  }
  .woocommerce-account .woocommerce table.my_account_orders td:before {
    content: "";
    display: none;
  }
}
.woocommerce-account
  .woocommerce
  table.my_account_orders
  .woocommerce-orders-table__cell-order-actions
  .button {
  display: inline-block;
  background: none !important;
  padding: 13px 0 11px !important;
  margin: 0;
  min-width: auto;
  width: auto;
  font-weight: normal;
}
.woocommerce-account
  .woocommerce
  table.my_account_orders
  .woocommerce-orders-table__cell-order-actions
  .button:first-child {
  padding-left: 30px;
}
.woocommerce-account
  .woocommerce
  table.my_account_orders
  .woocommerce-orders-table__cell-order-actions
  .button:last-child:after {
  content: "";
  padding: 0;
}
.woocommerce-account
  .woocommerce
  table.my_account_orders
  .woocommerce-orders-table__cell-order-actions
  .button:after {
  content: "/";
  padding: 0 10px;
  color: #e6e6e6;
}
.woocommerce-account .woocommerce table td.order-number a {
  font-weight: bold;
  font-size: 1.11111rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce table td.order-number a {
    font-size: 0.88889rem;
  }
}
.woocommerce-account .woocommerce table td.order-total .amount {
  font-weight: bold;
}
.woocommerce-account .woocommerce table td.order-status {
  font-weight: bold;
}
.woocommerce-account .woocommerce table td.order-actions {
  text-align: left;
}
.woocommerce-account .woocommerce table td.order-actions:before {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce table td.order-actions {
    display: table-cell;
    text-align: right;
  }
}
.woocommerce-account .woocommerce table td.order-actions .view {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce table td.order-actions .view {
    padding-left: 10px;
    padding-right: 0;
  }
}
.woocommerce-account .woocommerce table td.order-actions a {
  padding: 0;
  margin: 0;
  background: transparent;
  padding-right: 10px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce table td.order-actions a {
    padding-left: 10px;
    padding-right: 0;
  }
}
.woocommerce-account .woocommerce table td.order-date {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce table td.order-date {
    display: block;
  }
}
.woocommerce-account .woocommerce table th {
  font-size: 0.72222rem;
  font-weight: bold;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 60px 0 80px 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: block;
  padding: 5px 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    padding: 0 20px;
  }
  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li:first-child {
    padding-left: 0;
  }
  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li:last-child {
    padding-right: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  font-weight: bold;
  font-size: 0.72222rem;
  letter-spacing: -0.03em;
  opacity: 0.3;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 25px;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:before {
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  opacity: 1;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li
    a:hover {
    border-bottom: 2px solid #000;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 5px 0;
    font-size: 1rem;
    text-transform: none;
    border-bottom: 2px solid transparent;
  }
  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li
    a:before {
    display: none;
  }
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a {
  opacity: 1;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li.is-active
    a {
    border-bottom: 2px solid #000;
  }
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  > p:first-child {
  border-bottom: 2px solid #ffc741;
  padding: 0 0 1.11111rem 0;
  margin: 0 0 1.38889rem 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-content
    > p:first-child {
    padding: 0 0 1.94444rem 0;
    margin: 0 0 2.22222rem 0;
  }
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  > p:first-child
  a:hover {
  opacity: 0.5;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .form-row
  #account_display_name {
  margin-bottom: 0;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .form-row
  span
  em {
  font-size: 13px;
  font-style: normal;
  display: block;
  margin: 0.6rem 0 1.11111rem 0;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .account-payment-methods-table {
  margin-bottom: 30px;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Payment
  .payment_methods
  .woocommerce-PaymentMethod {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Payment
  .payment_methods
  .woocommerce-PaymentMethod
  input {
  margin: 0 !important;
  top: -1px !important;
  position: relative !important;
  display: inline;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Payment
  .payment_methods
  .woocommerce-PaymentMethod
  label {
  display: inline !important;
  padding-left: 0 !important;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Payment
  .wc-payment-form {
  margin: 1rem 2rem;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Payment
  .wc-payment-form
  input {
  width: 100%;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Payment
  .payment_box
  p {
  font-weight: normal;
  line-height: 1.6;
  font-size: 0.66667rem;
  margin-bottom: 0;
  padding: 1rem 2rem;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Payment
  .payment_box
  .wc-stripe-sepa-mandate {
  margin-bottom: 10px !important;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  > p:last-child
  a {
  color: #ffc741;
}
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  > p:last-child
  a:hover {
  opacity: 0.5;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content mark {
  background: transparent;
  font-weight: bold;
  color: inherit;
}
.woocommerce-account .woocommerce .myaccount_user {
  padding-bottom: 1.66667rem;
  margin-bottom: 3.05556rem;
  font-size: 0.77778rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .myaccount_user {
    margin-top: 3.33333rem;
    font-size: 1rem;
    margin-bottom: 5rem;
  }
}
.woocommerce-account .woocommerce .myaccount_user a,
.woocommerce-account .woocommerce .myaccount_user strong {
  font-weight: bold;
  color: #000;
}
.woocommerce-account .woocommerce .my_account_orders {
  margin-top: 0.27778rem;
  margin-bottom: 1.11111rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .my_account_orders {
    margin-bottom: 3.33333rem;
  }
}
.woocommerce-account .woocommerce .myaccount_address {
  padding-top: 0;
  margin-top: 0;
  padding-right: 1.11111rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .myaccount_address {
    padding-top: 1.38889rem;
  }
}
.woocommerce-account .woocommerce .addresses {
  padding-top: 0;
  margin-top: 0;
  padding-right: 1.11111rem;
}
.woocommerce-account .woocommerce .addresses .col-1,
.woocommerce-account .woocommerce .addresses .col-2 {
  float: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .addresses {
    margin-bottom: 75px;
    padding-bottom: 0;
  }
}
.woocommerce-account .woocommerce .addresses .address {
  position: relative;
  padding-bottom: 1.66667rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce .addresses .address {
    margin-bottom: 0;
    padding-bottom: 1.66667rem;
  }
  .woocommerce-account .woocommerce .addresses .address.col-1 {
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.woocommerce-account .woocommerce .addresses header.title a.edit {
  color: #000;
  font-size: 0.66667rem;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 100%;
}
@media only screen and (max-width: 39.9375em),
  only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .woocommerce-account .woocommerce .addresses header.title a.edit {
    position: initial;
  }
}
.woocommerce-account .woocommerce .addresses address {
  font-style: normal;
  padding-bottom: 20px;
}
.woocommerce-account .woocommerce p.form-row {
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .woocommerce-account .woocommerce .form-row-first,
  .woocommerce-account .woocommerce .form-row-last {
    width: 48%;
    float: left;
  }
}
@media only screen and (min-width: 40em) {
  .woocommerce-account .woocommerce .form-row-first {
    margin-right: 4%;
  }
}
.woocommerce-account .woocommerce #billing_address_1_field input,
.woocommerce-account .woocommerce #shipping_address_1_field input {
  margin-bottom: 0.22222rem;
}
.woocommerce-account .woocommerce form.edit-account {
  font-size: 0.66667rem;
  margin-top: 3.33333rem;
}
.woocommerce-account .woocommerce form.edit-account fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 4.44444rem;
}
.woocommerce-account .woocommerce form.edit-account fieldset legend {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 3.33333rem;
  font-size: 1.66667rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce form.edit-account fieldset legend {
    font-size: 3.55556rem;
  }
}
.woocommerce-account .woocommerce form.edit-account input[type="submit"] {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce form.edit-account input[type="submit"] {
    width: auto;
  }
}
.woocommerce-account .woocommerce form h3 {
  margin: 1.11111rem 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce form h3 {
    margin: inherit;
  }
}

.woocommerce-account.woocommerce-edit-address form h3 {
  font-size: 1.66667rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account.woocommerce-edit-address form h3 {
    font-size: 3.55556rem;
    margin: 60px 0;
  }
}

.woocommerce-account.woocommerce-edit-address form input[type="submit"] {
  margin-bottom: -20px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account.woocommerce-edit-address form input[type="submit"] {
    margin: 20px 0 48px 0;
  }
}

.woocommerce-account.woocommerce-edit-address
  form
  .woocommerce-address-fields
  p.form-row
  label {
  font-size: 0.66667rem;
  font-weight: bold;
}

.woocommerce-account.woocommerce-edit-address
  form
  .woocommerce-address-fields
  p.form-row#billing_country_field,
.woocommerce-account.woocommerce-edit-address
  form
  .woocommerce-address-fields
  p.form-row#shipping_country_field {
  margin-bottom: 20px;
}

@media only screen and (min-width: 64em) {
  .woocommerce-account.woocommerce-edit-account .woocommerce {
    margin: 50px 0;
  }
}

.woocommerce-account.woocommerce-edit-account .woocommerce fieldset {
  border: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.woocommerce-account.woocommerce-edit-account .woocommerce fieldset legend {
  font-size: 1.66667rem;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media only screen and (min-width: 64em) {
  .woocommerce-account.woocommerce-edit-account .woocommerce fieldset legend {
    font-size: 3.55556rem;
  }
}

.woocommerce-account.woocommerce-edit-account
  .woocommerce
  input[type="submit"] {
  margin-top: 10px;
  margin-bottom: -20px;
}

.woocommerce-account.woocommerce-downloads .woocommerce-Button {
  margin-right: 20px;
  color: #fff;
}

@media only screen and (min-width: 40em) {
  .woocommerce-account .woocommerce-Address {
    margin-bottom: 50px;
  }
  .woocommerce-account .woocommerce-Address-title .edit {
    margin-top: -50px;
  }
}

@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce:not(.widget_shopping_cart) {
    padding: 1.66667rem 0;
  }
  .woocommerce-account .woocommerce form.lost_reset_password {
    width: 50%;
    position: relative;
    margin: 0 auto;
    padding: 3.33333rem;
    background: #fff;
  }
  .woocommerce-account .woocommerce form.lost_reset_password > p:first-child {
    font-weight: bold;
    margin-bottom: 55px;
  }
  .woocommerce-account .woocommerce form.lost_reset_password p.form-row {
    width: 100%;
  }
  .woocommerce-account
    .woocommerce
    form.lost_reset_password
    p.form-row
    .woocommerce-password-strength {
    font-size: 13px;
    font-weight: bold;
  }
  .woocommerce-account .woocommerce form.lost_reset_password p.form-row small {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
    display: inline-block;
  }
  .woocommerce-account .woocommerce form.lost_reset_password label {
    font-weight: bold;
    padding-bottom: 5px;
  }
  .woocommerce-account .woocommerce form.lost_reset_password input {
    width: 100%;
  }
  .woocommerce-account .woocommerce .addresses .col-1,
  .woocommerce-account .woocommerce .addresses .col-2 {
    float: left;
    padding-right: 100px;
  }
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.05);
}

.select2-container .select2-selection--single {
  height: 41px;
  font-size: 0.66667rem;
  outline: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 41px;
  padding-left: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 41px;
}

.select2-results__options {
  padding: 0 10px;
}

.select2-results__option {
  font-size: 0.66667rem;
  border-radius: 4px;
  line-height: 1.42857;
  margin: 3px 0;
  outline: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #ccc;
  color: #000;
  outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  background: #fff;
  margin-bottom: 0;
}

.select2-results {
  background: #fafafa;
}

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-search--dropdown {
  height: 33px;
}
.select2-search--dropdown:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'></path></svg>");
  position: absolute;
  top: 0.45rem;
  right: 0.66667rem;
  opacity: 0.5;
}

.select2-search__field {
  height: 33px;
}

.woocommerce-account .woocommerce #customer_login,
.woocommerce-account .woocommerce#customer_login {
  width: 100%;
  overflow: auto;
  position: relative;
  margin: 2rem auto;
  padding: 0 1rem;
  font-size: 0.66667rem;
}
@media only screen and (min-width: 40em) {
  .woocommerce-account .woocommerce #customer_login,
  .woocommerce-account .woocommerce#customer_login {
    padding: 0;
    width: 30rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce #customer_login,
  .woocommerce-account .woocommerce#customer_login {
    margin: 4rem auto;
    width: 40rem;
  }
}
.woocommerce-account .woocommerce #customer_login.col-1,
.woocommerce-account .woocommerce #customer_login .col-1,
.woocommerce-account .woocommerce #customer_login .col-2,
.woocommerce-account .woocommerce#customer_login.col-1,
.woocommerce-account .woocommerce#customer_login .col-1,
.woocommerce-account .woocommerce#customer_login .col-2 {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .woocommerce-account .woocommerce #customer_login.col-1,
  .woocommerce-account .woocommerce #customer_login .col-1,
  .woocommerce-account .woocommerce #customer_login .col-2,
  .woocommerce-account .woocommerce#customer_login.col-1,
  .woocommerce-account .woocommerce#customer_login .col-1,
  .woocommerce-account .woocommerce#customer_login .col-2 {
    display: block;
    float: none;
    margin: 0 auto;
    width: 17.77778rem;
  }
}
@media only screen and (min-width: 64em) {
  .woocommerce-account .woocommerce #customer_login.col-1,
  .woocommerce-account .woocommerce #customer_login .col-1,
  .woocommerce-account .woocommerce #customer_login .col-2,
  .woocommerce-account .woocommerce#customer_login.col-1,
  .woocommerce-account .woocommerce#customer_login .col-1,
  .woocommerce-account .woocommerce#customer_login .col-2 {
    width: 17.77778rem;
  }
}
.woocommerce-account .woocommerce #customer_login.col-1,
.woocommerce-account .woocommerce#customer_login.col-1 {
  display: block;
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .woocommerce-account .woocommerce #customer_login.col-1,
  .woocommerce-account .woocommerce#customer_login.col-1 {
    margin: 2rem auto;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .woocommerce-account .woocommerce #customer_login .col-1,
  .woocommerce-account .woocommerce#customer_login .col-1 {
    margin-bottom: 2rem;
  }
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-password-strength,
.woocommerce-account
  .woocommerce#customer_login
  .woocommerce-password-strength {
  margin: -10px 0 20px 0;
}
.woocommerce-account
  .woocommerce
  #customer_login
  small.woocommerce-password-hint,
.woocommerce-account
  .woocommerce#customer_login
  small.woocommerce-password-hint {
  margin: -20px 0 20px 0;
  display: block;
  font-size: 0.55556rem;
}
.woocommerce-account .woocommerce #customer_login h2,
.woocommerce-account .woocommerce#customer_login h2 {
  width: 50%;
  font-size: 0.66667rem;
  padding-bottom: 1.11111rem;
  margin-bottom: 1.11111rem;
  color: #000;
  border-bottom: solid 4px #000;
  z-index: 99;
  float: left;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-account .woocommerce #customer_login button[type="submit"],
.woocommerce-account .woocommerce#customer_login button[type="submit"] {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.woocommerce-account .woocommerce #customer_login p,
.woocommerce-account .woocommerce#customer_login p {
  font-size: 0.66667rem;
  line-height: 2;
}
.woocommerce-account .woocommerce #customer_login p.lost_password,
.woocommerce-account .woocommerce#customer_login p.lost_password {
  margin: 1rem 0 0 0;
  text-align: right;
}
.woocommerce-account .woocommerce #customer_login p.sendbutton,
.woocommerce-account .woocommerce#customer_login p.sendbutton {
  margin-top: 2.22222rem;
}
.woocommerce-account .woocommerce #customer_login p.form-row,
.woocommerce-account .woocommerce#customer_login p.form-row {
  display: inline-block;
  width: 100%;
  position: relative;
}
.woocommerce-account
  .woocommerce
  #customer_login
  p.form-row
  + p:not(.form-row):not(.lost_password),
.woocommerce-account
  .woocommerce#customer_login
  p.form-row
  + p:not(.form-row):not(.lost_password) {
  margin: -1rem 0 0 0;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-privacy-policy-text,
.woocommerce-account
  .woocommerce#customer_login
  .woocommerce-privacy-policy-text {
  margin-top: 1rem;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .woocommerce-privacy-policy-text
  p,
.woocommerce-account
  .woocommerce#customer_login
  .woocommerce-privacy-policy-text
  p {
  margin: 0;
}
.woocommerce-account
  .woocommerce
  #customer_login
  label.woocommerce-form-login__rememberme,
.woocommerce-account
  .woocommerce#customer_login
  label.woocommerce-form-login__rememberme {
  margin: 0;
  padding: 0;
  float: left;
  text-transform: capitalize;
  color: #333;
  font-size: 0.66667rem;
}
.woocommerce-account .woocommerce #customer_login .registerContainer,
.woocommerce-account .woocommerce#customer_login .registerContainer {
  display: none;
}
.woocommerce-account
  .woocommerce
  #customer_login
  .registerContainer
  #reg_password,
.woocommerce-account
  .woocommerce#customer_login
  .registerContainer
  #reg_password {
  margin-bottom: 40px;
}

.woocommerce-order-pay:not(.logged-in) .woocommerce-info {
  text-align: center;
  padding-bottom: 15px;
}

.woocommerce-order-pay:not(.logged-in) .woocommerce {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 1.11111rem;
  font-size: 0.66667rem;
}
.woocommerce-order-pay:not(.logged-in)
  .woocommerce
  .woocommerce-password-strength {
  margin: -10px 0 20px 0;
}
.woocommerce-order-pay:not(.logged-in)
  .woocommerce
  small.woocommerce-password-hint {
  margin: -20px 0 20px 0;
  display: block;
  font-size: 0.55556rem;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce h2 {
  width: 50%;
  font-size: 0.66667rem;
  padding-bottom: 1.11111rem;
  margin-bottom: 1.11111rem;
  color: #333;
  z-index: 99;
  float: left;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: solid 4px #333;
  transition: all 0.3s;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce h2.loginTab {
  margin-left: 0;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce h2.active {
  color: #000;
  border-bottom: solid 4px #000;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce input[type="submit"] {
  position: absolute;
  bottom: -55px;
  width: 100%;
  text-align: center;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce p {
  font-size: 0.66667rem;
  line-height: 2;
  font-weight: normal;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce p.sendbutton {
  margin-top: 2.22222rem;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce p.form-row {
  display: inline-block;
  width: 50%;
  margin: 0;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce p.form-row:first-child,
.woocommerce-order-pay:not(.logged-in) .woocommerce p.form-row:nth-child(2) {
  width: 100%;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce label {
  display: inline-block;
  padding: 0;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce label input {
  margin: 0;
  padding: 0;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce label span {
  margin: -4px 5 0 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 0.66667rem;
}
.woocommerce-order-pay:not(.logged-in) .woocommerce .registerContainer {
  display: none;
}
.woocommerce-order-pay:not(.logged-in)
  .woocommerce
  .registerContainer
  #reg_password {
  margin-bottom: 40px;
}

@media only screen and (min-width: 64em) {
  .woocommerce-order-pay:not(.logged-in) .woocommerce {
    width: 17.77778rem;
    margin: 0 auto;
    padding: 1.66667rem 0;
  }
}

.woocommerce-view-order .woocommerce .order-info,
.woocommerce-order-pay .woocommerce .order-info {
  padding-bottom: 1.66667rem;
  margin-bottom: 2.77778rem;
  font-size: 0.77778rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-view-order .woocommerce .order-info,
  .woocommerce-order-pay .woocommerce .order-info {
    margin-top: 3.33333rem;
    font-size: 1rem;
    margin-bottom: 5rem;
  }
}
.woocommerce-view-order .woocommerce .order-info mark,
.woocommerce-order-pay .woocommerce .order-info mark {
  background: transparent;
  font-weight: bold;
  color: inherit;
}

.woocommerce-view-order
  .woocommerce
  .woocommerce-customer-details
  h2.woocommerce-column__title,
.woocommerce-order-pay
  .woocommerce
  .woocommerce-customer-details
  h2.woocommerce-column__title {
  margin-bottom: 20px;
}

.woocommerce-view-order
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-column__title,
.woocommerce-order-pay
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-column__title {
  font-size: 1.66667rem;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details address,
.woocommerce-order-pay .woocommerce .woocommerce-customer-details address {
  font-style: normal;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details--phone,
.woocommerce-view-order .woocommerce .woocommerce-customer-details--email,
.woocommerce-order-pay .woocommerce .woocommerce-customer-details--phone,
.woocommerce-order-pay .woocommerce .woocommerce-customer-details--email {
  margin-bottom: 0px;
}
@media only screen and (max-width: 39.9375em) {
  .woocommerce-view-order .woocommerce .woocommerce-customer-details--phone,
  .woocommerce-view-order .woocommerce .woocommerce-customer-details--email,
  .woocommerce-order-pay .woocommerce .woocommerce-customer-details--phone,
  .woocommerce-order-pay .woocommerce .woocommerce-customer-details--email {
    font-size: 18px;
  }
}

.woocommerce-view-order .woocommerce h2,
.woocommerce-order-pay .woocommerce h2 {
  text-transform: none;
  font-size: 1.66667rem;
  margin-top: 2.77778rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-view-order .woocommerce h2,
  .woocommerce-order-pay .woocommerce h2 {
    font-size: 3.55556rem;
  }
}

.woocommerce-view-order .woocommerce table.shop_table,
.woocommerce-order-pay .woocommerce table.shop_table {
  border-top: none;
}
.woocommerce-view-order .woocommerce table.shop_table thead,
.woocommerce-order-pay .woocommerce table.shop_table thead {
  display: table-header-group;
}
.woocommerce-view-order .woocommerce table.shop_table thead tr,
.woocommerce-order-pay .woocommerce table.shop_table thead tr {
  border-bottom: 2px solid #f0f0f0;
  display: table-row;
  margin: 0;
  padding: 0;
}
.woocommerce-view-order .woocommerce table.shop_table thead tr th,
.woocommerce-order-pay .woocommerce table.shop_table thead tr th {
  width: 60%;
}
.woocommerce-view-order .woocommerce table.shop_table tbody tr,
.woocommerce-order-pay .woocommerce table.shop_table tbody tr {
  display: table-row;
  margin: 0;
  padding: 0;
}
.woocommerce-view-order .woocommerce table.shop_table tbody tr td,
.woocommerce-order-pay .woocommerce table.shop_table tbody tr td {
  padding-right: 1.11111rem;
  font-size: 0.88889rem;
}
.woocommerce-view-order
  .woocommerce
  table.shop_table
  tbody
  tr:last-child:not(.order_item),
.woocommerce-order-pay
  .woocommerce
  table.shop_table
  tbody
  tr:last-child:not(.order_item) {
  border: none;
}
.woocommerce-view-order
  .woocommerce
  table.shop_table
  tbody
  tr:last-child:not(.order_item)
  .amount,
.woocommerce-order-pay
  .woocommerce
  table.shop_table
  tbody
  tr:last-child:not(.order_item)
  .amount {
  font-size: 0.88889rem;
  font-weight: bold;
}
@media only screen and (min-width: 64em) {
  .woocommerce-view-order
    .woocommerce
    table.shop_table
    tbody
    tr:last-child:not(.order_item)
    .amount,
  .woocommerce-order-pay
    .woocommerce
    table.shop_table
    tbody
    tr:last-child:not(.order_item)
    .amount {
    font-size: 1.66667rem;
  }
}
.woocommerce-view-order .woocommerce table.shop_table tfoot tr,
.woocommerce-order-pay .woocommerce table.shop_table tfoot tr {
  display: table-row;
  margin: 0;
  padding: 0;
}
.woocommerce-view-order .woocommerce table.shop_table tfoot tr td,
.woocommerce-order-pay .woocommerce table.shop_table tfoot tr td {
  font-size: 16px;
}
.woocommerce-view-order
  .woocommerce
  table.shop_table
  tfoot
  tr:last-child:not(.order_item),
.woocommerce-order-pay
  .woocommerce
  table.shop_table
  tfoot
  tr:last-child:not(.order_item) {
  border: none;
}
.woocommerce-view-order
  .woocommerce
  table.shop_table
  tfoot
  tr:last-child:not(.order_item)
  td,
.woocommerce-order-pay
  .woocommerce
  table.shop_table
  tfoot
  tr:last-child:not(.order_item)
  td {
  padding: 1.38889rem 0;
}
.woocommerce-view-order
  .woocommerce
  table.shop_table
  tfoot
  tr:last-child:not(.order_item)
  .amount,
.woocommerce-order-pay
  .woocommerce
  table.shop_table
  tfoot
  tr:last-child:not(.order_item)
  .amount {
  font-size: 0.88889rem;
  font-weight: bold;
}
@media only screen and (min-width: 64em) {
  .woocommerce-view-order
    .woocommerce
    table.shop_table
    tfoot
    tr:last-child:not(.order_item)
    .amount,
  .woocommerce-order-pay
    .woocommerce
    table.shop_table
    tfoot
    tr:last-child:not(.order_item)
    .amount {
    font-size: 1.66667rem;
  }
}
.woocommerce-view-order .woocommerce table.shop_table.customer_details,
.woocommerce-order-pay .woocommerce table.shop_table.customer_details {
  width: 100%;
}
.woocommerce-view-order .woocommerce table.shop_table.customer_details th,
.woocommerce-order-pay .woocommerce table.shop_table.customer_details th {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 64em) {
  .woocommerce-view-order .woocommerce table.shop_table.customer_details th,
  .woocommerce-order-pay .woocommerce table.shop_table.customer_details th {
    width: 30%;
    float: none;
  }
}
.woocommerce-view-order .woocommerce table.shop_table.customer_details td,
.woocommerce-order-pay .woocommerce table.shop_table.customer_details td {
  width: 100%;
  float: left;
  margin-top: 1.11111rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce-view-order .woocommerce table.shop_table.customer_details td,
  .woocommerce-order-pay .woocommerce table.shop_table.customer_details td {
    width: auto;
    float: none;
    margin-top: none;
  }
}

.woocommerce-view-order .woocommerce address,
.woocommerce-order-pay .woocommerce address {
  font-style: normal;
  padding-bottom: 20px;
  color: #000;
}

.woocommerce-store-notice {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 1.11111rem 1.38889rem;
  padding-right: 3.33333rem;
  position: fixed;
  margin-bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  bottom: 55px;
  left: 20px;
  width: 20%;
}
@media all and (max-width: 767px) {
  .woocommerce-store-notice {
    width: 50%;
    bottom: 1.66667rem;
    left: 1.66667rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-store-notice {
    bottom: 20px;
    width: 30%;
  }
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  visibility: hidden;
  font-size: 0;
  position: absolute;
  top: 1.38889rem;
  right: 1.38889rem;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:after {
  visibility: visible;
  font-size: 0.7rem;
  font-weight: bold;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
  display: none;
}

.woocommerce
  ul.products
  li.product.add-to-wishlist-before_image
  .yith-wcwl-add-to-wishlist {
  position: relative !important;
  top: 0;
  left: 0;
}

.woocommerce ul.products li.product .shop_archive_wishlist {
  position: absolute;
  top: -50px;
  right: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist {
  display: block !important;
  text-align: center;
  margin: 0;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #f7f7f7;
  color: #fff;
  font-size: 0;
  padding: 0;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  a:hover {
  color: #fff;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  i.yith-wcwl-icon {
  display: none;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .blockUI {
  display: none !important;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .add_to_wishlist:before,
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  a:before,
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a:before {
  display: inline-block;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist:hover
  .add_to_wishlist
  a:before,
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistaddedbrowse
  a:before,
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist:hover
  .yith-wcwl-wishlistexistsbrowse
  a:before {
  -webkit-animation: beat 0.6s ease-in-out infinite;
  animation: beat 0.6s ease-in-out infinite;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist:hover
  .add_to_wishlist:before {
  -webkit-animation: beat 0.6s ease-in-out infinite;
  animation: beat 0.6s ease-in-out infinite;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .add_to_wishlist:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M16.5,3C13.605,3,12,5.09,12,5.09S10.395,3,7.5,3C4.462,3,2,5.462,2,8.5c0,4.171,4.912,8.213,6.281,9.49 C9.858,19.46,12,21.35,12,21.35s2.142-1.89,3.719-3.36C17.088,16.713,22,12.671,22,8.5C22,5.462,19.538,3,16.5,3z M14.811,16.11 c-0.177,0.16-0.331,0.299-0.456,0.416c-0.751,0.7-1.639,1.503-2.355,2.145c-0.716-0.642-1.605-1.446-2.355-2.145 c-0.126-0.117-0.28-0.257-0.456-0.416C7.769,14.827,4,11.419,4,8.5C4,6.57,5.57,5,7.5,5c1.827,0,2.886,1.275,2.914,1.308L12,8 l1.586-1.692C13.596,6.295,14.673,5,16.5,5C18.43,5,20,6.57,20,8.5C20,11.419,16.231,14.827,14.811,16.11z'></path></svg>");
  position: relative;
  top: 9px;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  a:before,
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M16.256,3.005C13.515,3.117,12,5.09,12,5.09s-1.515-1.973-4.256-2.085C5.906,2.93,4.221,3.845,3.111,5.312 c-3.862,5.104,3.45,11.075,5.17,12.678c1.029,0.959,2.299,2.098,3.057,2.773c0.379,0.338,0.944,0.338,1.323,0 c0.758-0.675,2.028-1.814,3.057-2.773c1.72-1.603,9.033-7.574,5.17-12.678C19.779,3.845,18.094,2.93,16.256,3.005z'></path></svg>");
  position: relative;
  top: 9px;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .ajax-loading {
  margin: 0;
  display: none !important;
}
.woocommerce
  ul.products
  li.product
  .shop_archive_wishlist
  .yith-wcwl-add-to-wishlist
  .feedback {
  display: none;
}

@media only screen and (min-width: 64em) {
  .woocommerce ul.products li.product:hover .shop_archive_wishlist {
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
}

.woocommerce .product_infos .yith-wcwl-add-to-wishlist {
  padding: 13px 25px;
  margin: 0 -30px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  text-align: left;
}
@media only screen and (min-width: 64em) {
  .woocommerce .product_infos .yith-wcwl-add-to-wishlist {
    padding: 0;
    margin: 0;
    border: none;
    text-align: inherit;
  }
}
.woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse {
  position: relative;
  top: -5px;
}
.woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  i,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  i {
  display: none;
}
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  .blockUI,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  .blockUI,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  .blockUI {
  display: none !important;
}
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  .feedback,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  .feedback,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  .feedback {
  display: none;
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .product_infos
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button
    .feedback,
  .woocommerce
    .product_infos
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistaddedbrowse
    .feedback,
  .woocommerce
    .product_infos
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistexistsbrowse
    .feedback {
    display: inline-block;
  }
}
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button:before,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse:before {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  border-radius: 40px;
  top: 5px;
  padding: 9px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .product_infos
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button:before,
  .woocommerce
    .product_infos
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistaddedbrowse:before,
  .woocommerce
    .product_infos
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistexistsbrowse:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M16.256,3.005C13.515,3.117,12,5.09,12,5.09s-1.515-1.973-4.256-2.085C5.906,2.93,4.221,3.845,3.111,5.312 c-3.862,5.104,3.45,11.075,5.17,12.678c1.029,0.959,2.299,2.098,3.057,2.773c0.379,0.338,0.944,0.338,1.323,0 c0.758-0.675,2.028-1.814,3.057-2.773c1.72-1.603,9.033-7.574,5.17-12.678C19.779,3.845,18.094,2.93,16.256,3.005z'></path></svg>");
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 10px;
  }
}
.woocommerce .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  a,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a {
  border-radius: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce
    .product_infos
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M16.5,3C13.605,3,12,5.09,12,5.09S10.395,3,7.5,3C4.462,3,2,5.462,2,8.5c0,4.171,4.912,8.213,6.281,9.49 C9.858,19.46,12,21.35,12,21.35s2.142-1.89,3.719-3.36C17.088,16.713,22,12.671,22,8.5C22,5.462,19.538,3,16.5,3z M14.811,16.11 c-0.177,0.16-0.331,0.299-0.456,0.416c-0.751,0.7-1.639,1.503-2.355,2.145c-0.716-0.642-1.605-1.446-2.355-2.145 c-0.126-0.117-0.28-0.257-0.456-0.416C7.769,14.827,4,11.419,4,8.5C4,6.57,5.57,5,7.5,5c1.827,0,2.886,1.275,2.914,1.308L12,8 l1.586-1.692C13.596,6.295,14.673,5,16.5,5C18.43,5,20,6.57,20,8.5C20,11.419,16.231,14.827,14.811,16.11z'></path></svg>");
  }
}
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse
  a,
.woocommerce
  .product_infos
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a {
  margin-left: 10px;
}
.woocommerce .product_infos .yith-wcwl-add-to-wishlist a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 15px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.woocommerce .product_infos .yith-wcwl-add-to-wishlist a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #5f5f5f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
}
.woocommerce .product_infos .yith-wcwl-add-to-wishlist a:hover:after {
  width: 0;
}
.woocommerce .product_infos .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}

.woocommerce #yith-wcwl-popup-message {
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  border-radius: 0;
  border: 0;
  text-align: left;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.woocommerce #yith-wcwl-popup-message:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M16.256,3.005C13.515,3.117,12,5.09,12,5.09s-1.515-1.973-4.256-2.085C5.906,2.93,4.221,3.845,3.111,5.312 c-3.862,5.104,3.45,11.075,5.17,12.678c1.029,0.959,2.299,2.098,3.057,2.773c0.379,0.338,0.944,0.338,1.323,0 c0.758-0.675,2.028-1.814,3.057-2.773c1.72-1.603,9.033-7.574,5.17-12.678C19.779,3.845,18.094,2.93,16.256,3.005z'></path></svg>");
}
.woocommerce #yith-wcwl-popup-message #yith-wcwl-message {
  padding-left: 2.22222rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce #yith-wcwl-popup-message #yith-wcwl-message {
    padding: 0;
  }
}

.woocommerce #yith-wcwl-form .wishlist-title {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin: 0 0 1.11111rem 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce #yith-wcwl-form .wishlist-title {
    margin: 0 0 4.44444rem 0;
  }
}
.woocommerce #yith-wcwl-form .wishlist-title h2 {
  font-size: 1.66667rem;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .woocommerce #yith-wcwl-form .wishlist-title h2 {
    font-size: 3.33333rem;
  }
}

.woocommerce #yith-wcwl-form .wishlist_table thead {
  display: none;
}

.woocommerce #yith-wcwl-form .wishlist_table tbody td {
  padding: 1.38889rem 0.27778rem;
}
@media only screen and (min-width: 64em) {
  .woocommerce #yith-wcwl-form .wishlist_table tbody td {
    padding: 1.38889rem 1.11111rem;
  }
}

.woocommerce #yith-wcwl-form .wishlist_table tfoot tr {
  border: 0;
}

.woocommerce
  #yith-wcwl-form
  .wishlist_table
  .product-remove
  .remove_from_wishlist {
  font-size: 1.66667rem;
  font-weight: bold;
}

.woocommerce #yith-wcwl-form .wishlist_table .product-thumbnail {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce #yith-wcwl-form .wishlist_table .product-thumbnail {
    display: table-cell;
  }
}
.woocommerce #yith-wcwl-form .wishlist_table .product-thumbnail a {
  max-width: 230px;
}

.woocommerce #yith-wcwl-form .wishlist_table .product-name {
  font-weight: bold;
}

.woocommerce #yith-wcwl-form .wishlist_table .product-price {
  font-size: 0.88889rem;
  opacity: 0.5;
  font-weight: bold;
}
.woocommerce #yith-wcwl-form .wishlist_table .product-price del {
  opacity: 0.5;
}
.woocommerce #yith-wcwl-form .wishlist_table .product-price ins {
  text-decoration: none;
}

.woocommerce #yith-wcwl-form .wishlist_table .product-stock-status {
  display: none;
}
@media only screen and (min-width: 64em) {
  .woocommerce #yith-wcwl-form .wishlist_table .product-stock-status {
    display: table-cell;
  }
}
.woocommerce
  #yith-wcwl-form
  .wishlist_table
  .product-stock-status
  .wishlist-in-stock,
.woocommerce
  #yith-wcwl-form
  .wishlist_table
  .product-stock-status
  .wishlist-out-of-stock {
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #93ca78;
  border-radius: 5px;
  display: inline-block;
  padding: 0.11111rem 0.38889rem 0.05556rem 0.38889rem;
  margin: 0 0.11111rem;
  font-size: 0.5rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #93ca78;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.woocommerce #yith-wcwl-form .wishlist_table .product-add-to-cart {
  min-width: 50px;
}
.woocommerce
  #yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .add_to_cart.button,
.woocommerce
  #yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .remove_from_wishlist.button {
  display: block !important;
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 0;
}
.woocommerce
  #yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .add_to_cart.button:before,
.woocommerce
  #yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .remove_from_wishlist.button:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='rgb(255,255,255)'><path d='M 4.4140625 1.9960938 L 1.0039062 2.0136719 L 1.0136719 4.0136719 L 3.0839844 4.0039062 L 6.3789062 11.908203 L 5.1816406 13.824219 C 4.7816406 14.464219 4.7609531 15.272641 5.1269531 15.931641 C 5.4929531 16.590641 6.1874063 17 6.9414062 17 L 19 17 L 19 15 L 6.9414062 15 L 6.8769531 14.882812 L 8.0527344 13 L 15.521484 13 C 16.248484 13 16.917531 12.604703 17.269531 11.970703 L 20.873047 5.4863281 C 21.046047 5.1763281 21.041328 4.7981875 20.861328 4.4921875 C 20.681328 4.1871875 20.352047 4 19.998047 4 L 5.25 4 L 4.4140625 1.9960938 z M 6.0820312 6 L 18.298828 6 L 15.521484 11 L 8.1660156 11 L 6.0820312 6 z M 7 18 A 2 2 0 0 0 5 20 A 2 2 0 0 0 7 22 A 2 2 0 0 0 9 20 A 2 2 0 0 0 7 18 z M 17 18 A 2 2 0 0 0 15 20 A 2 2 0 0 0 17 22 A 2 2 0 0 0 19 20 A 2 2 0 0 0 17 18 z'></path></svg>");
  position: absolute;
  padding: 10px;
  display: block;
  top: -18px;
  right: 0;
  background: #000;
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .woocommerce
    #yith-wcwl-form
    .wishlist_table
    .product-add-to-cart
    .add_to_cart.button:before,
  .woocommerce
    #yith-wcwl-form
    .wishlist_table
    .product-add-to-cart
    .remove_from_wishlist.button:before {
    display: none;
  }
}
@media only screen and (min-width: 40em) {
  .woocommerce
    #yith-wcwl-form
    .wishlist_table
    .product-add-to-cart
    .add_to_cart.button,
  .woocommerce
    #yith-wcwl-form
    .wishlist_table
    .product-add-to-cart
    .remove_from_wishlist.button {
    margin: 0;
    padding: 1.11111rem 2.22222rem !important;
    font-size: inherit;
    white-space: nowrap;
  }
}

@-webkit-keyframes beat {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes beat {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.vc_tta-container
  .vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel-heading {
  margin-bottom: 0;
}
.vc_tta-container
  .vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel-heading
  a {
  font-size: 0.88889rem;
  font-weight: bold;
  padding: 0.77778rem 1.66667rem 0.66667rem 1.66667rem;
}
@media only screen and (min-width: 64em) {
  .vc_tta-container
    .vc_tta-accordion
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel-heading
    a {
    font-size: 1rem;
  }
}

.vc_tta-container
  .vc_tta-accordion
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel-body {
  padding: 1.05556rem 1.66667rem 0.94444rem 1.66667rem;
}

.vc_toggle_title > h4 {
  font-size: 1rem;
  font-weight: bold;
}

.vc_tta-container
  .vc_tta-tabs
  .vc_tta.vc_general
  .vc_tta-tabs-container
  .vc_tta-tab {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 8px;
  margin-right: 7px;
}
.vc_tta-container
  .vc_tta-tabs
  .vc_tta.vc_general
  .vc_tta-tabs-container
  .vc_tta-tab
  > a {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.77778rem 1.66667rem 0.66667rem 1.66667rem;
  background-color: #fafafa;
  color: #666666;
}
.vc_tta-container
  .vc_tta-tabs
  .vc_tta.vc_general
  .vc_tta-tabs-container
  .vc_tta-tab
  > a:hover {
  background: #f2f2f2;
}
.vc_tta-container
  .vc_tta-tabs
  .vc_tta.vc_general
  .vc_tta-tabs-container
  .vc_tta-tab.vc_active
  > a:hover {
  background: #f2f2f2;
}

.vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 0.88889rem;
}

.vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: -12px;
}
@media only screen and (min-width: 64em) {
  .vc_tta-container .vc_tta-tabs .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 0;
  }
}

.vc_tta-container .vc_tta-tabs .vc_tta-title-text {
  font-weight: bold;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

.vc_separator h4 {
  font-size: 0.88889rem !important;
  font-weight: bold;
  padding: 0 1.66667rem !important;
}

.add_to_cart_inline {
  text-align: center;
  border: none !important;
  padding: 0 !important;
}
.add_to_cart_inline .amount {
  display: block;
  margin-bottom: 0.83333rem;
  font-size: 1.77778rem;
  font-weight: bold;
}
.add_to_cart_inline del {
  display: inline-block;
  margin-right: 10px;
}
.add_to_cart_inline del .amount {
  font-weight: normal;
}
.add_to_cart_inline ins {
  display: inline-block;
  text-decoration: none;
}
.add_to_cart_inline ins:after {
  display: block;
  width: 100%;
  height: 10px;
}
.add_to_cart_inline .add_to_cart_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1.11111rem 2.22222rem 1.16667rem 2.22222rem;
  font-size: 0.77778rem;
  background-color: #ff0000;
  border-color: #4d4d4d;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: transparent;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
.add_to_cart_inline .add_to_cart_button:hover,
.add_to_cart_inline .add_to_cart_button:focus {
  background-color: #4d4d4d;
}
.add_to_cart_inline .add_to_cart_button:hover,
.add_to_cart_inline .add_to_cart_button:focus {
  color: #fff;
}
.add_to_cart_inline .add_to_cart_button:hover {
  opacity: 0.7;
}
.add_to_cart_inline .add_to_cart_button span {
  position: relative;
}
.add_to_cart_inline .add_to_cart_button.loading {
  color: transparent;
}
.add_to_cart_inline .add_to_cart_button.loading:before {
  background: url(../images/loader.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
}
.add_to_cart_inline .add_to_cart_button.loading span {
  opacity: 0.15;
}
.add_to_cart_inline .add_to_cart_button.added {
  display: none;
}

.woocommerce form.track_order {
  text-align: center;
  margin-bottom: 160px;
}
.woocommerce form.track_order:before {
  content: "";
  text-align: center;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.woocommerce form.track_order p:first-child {
  font-size: 1.16667rem;
}
.woocommerce form.track_order p.form-row {
  display: inline-block;
  font-size: 0.66667rem;
}
.woocommerce form.track_order p.form-row label {
  text-align: left;
}
.woocommerce form.track_order p.form-row.form-row-first,
.woocommerce form.track_order p.form-row.form-row-last {
  width: 30%;
  float: none;
}
.woocommerce form.track_order p.form-row.form-row-last {
  margin: 0 5%;
}
.woocommerce form.track_order input[type="submit"] {
  padding: 13px 20px;
}
.woocommerce form.track_order .clear {
  display: none;
}

.hide_product_details .shop_product_metas {
  display: none;
}

ul.products-grid img {
  width: 100%;
}

ul.shortcode_products img {
  width: 100%;
}

.offcanvas_minicart {
  display: none;
}
.offcanvas_minicart .widgettitle {
  display: none;
}
.offcanvas_for_cart .offcanvas_minicart {
  display: block;
}
.offcanvas_minicart .offcanvas_close {
  right: 22px;
  cursor: pointer;
}
@media only screen and (min-width: 64em) {
  .offcanvas_minicart .offcanvas_close {
    display: none;
  }
}
.offcanvas_minicart.paypal_minicart ul.cart_list,
.offcanvas_minicart.woo_paypal_minicart ul.cart_list {
  height: calc(100vh - 2253px) !important;
}
.offcanvas_minicart.paypal_minicart p.total,
.offcanvas_minicart.woo_paypal_minicart p.total {
  bottom: 165px !important;
}
.offcanvas_minicart.woo_paypal_minicart p.buttons:not(.wcppec-cart-widget-spb) {
  bottom: 45px;
}
.offcanvas_minicart a#woo_pp_ec_button {
  background: #fff;
  text-align: center;
}
.offcanvas_minicart ul.cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  height: calc(100vh - 180px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 39.9375em) {
  .offcanvas_minicart ul.cart_list {
    height: calc(100vh - 230px);
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .offcanvas_minicart ul.cart_list {
    height: calc(100vh - 230px);
  }
}
.offcanvas_minicart ul.cart_list li {
  position: relative;
  display: block;
  padding: 20px 50px 0 125px;
  min-height: 100px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes cart_item_scale {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes cart_item_scale {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.offcanvas_minicart ul.cart_list li.empty {
  margin-top: 2.77778rem;
  text-align: center;
  border: none;
  padding: 0;
}
.offcanvas_minicart ul.cart_list li.empty:hover {
  background: transparent;
}
.offcanvas_minicart ul.cart_list li a {
  display: block;
  font-size: 0.77778rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offcanvas_minicart ul.cart_list li a.remove {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  font-size: 0;
}
.offcanvas_minicart ul.cart_list li a.remove:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offcanvas_minicart ul.cart_list li img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100px;
  height: 100px;
}
@media only screen and (min-width: 64em) {
  .offcanvas_minicart ul.cart_list li img {
    max-width: 100px;
    height: 100px;
  }
}
.offcanvas_minicart ul.cart_list li .quantity {
  font-size: 0.66667rem;
  padding-bottom: 15px;
  display: inline-block;
}
@media only screen and (min-width: 64em) {
  .offcanvas_minicart ul.cart_list li .quantity {
    padding-bottom: 0;
  }
}
.offcanvas_minicart ul.cart_list li dl,
.offcanvas_minicart ul.cart_list li dd {
  margin: 0;
}
.offcanvas_minicart p.total {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  margin: 0;
  padding: 20px 30px;
  line-height: 20px;
  -webkit-box-shadow: 0px -1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 10px 0 rgba(0, 0, 0, 0.1);
}
.offcanvas_minicart p.total strong {
  font-size: 0.77778rem;
  float: left;
  text-transform: uppercase;
}
.offcanvas_minicart p.total .amount {
  float: right;
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas_minicart p.buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.offcanvas_minicart p.buttons a {
  display: block;
  padding: 0;
  height: 60px;
  line-height: 60px;
}
.offcanvas_minicart p.buttons a:not(.checkout) {
  background: #777;
}

.widget-area .widget.woocommerce.widget_product_categories ul li > a {
  position: relative;
  display: inline-block;
  padding: 0 2.5em 0 2em;
}
.widget-area .widget.woocommerce.widget_product_categories ul li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-area .widget.woocommerce.widget_product_categories ul li > a:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  color: #000;
}
.widget-area
  .widget.woocommerce.widget_product_categories
  ul
  li
  > a:hover
  ~ span.count,
.widget-area
  .widget.woocommerce.widget_product_categories
  ul
  li
  > a:hover
  ~ span.post_count {
  color: #000;
}

.widget-area .widget.woocommerce.widget_layered_nav ul li > a {
  position: relative;
  display: inline-block;
  padding: 0 2.5em 0 2em;
}
.widget-area .widget.woocommerce.widget_layered_nav ul li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-area .widget.woocommerce.widget_layered_nav ul li > a:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  color: #000;
}
.widget-area
  .widget.woocommerce.widget_layered_nav
  ul
  li
  > a:hover
  ~ span.count,
.widget-area
  .widget.woocommerce.widget_layered_nav
  ul
  li
  > a:hover
  ~ span.post_count {
  color: #000;
}

.widget-area .widget.woocommerce.widget_layered_nav .screen-reader-text {
  display: none;
}

.widget-area .widget.woocommerce.widget_layered_nav select {
  background-color: #fff;
  text-transform: uppercase;
}

.widget-area
  .widget.woocommerce.widget_layered_nav
  .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 20px;
  width: 100%;
}

.widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a {
  position: relative;
  display: inline-block;
  padding: 0 2.5em 0 2em;
}
.widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-area .widget.woocommerce.widget_layered_nav_filters ul li > a:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  color: #000;
}
.widget-area
  .widget.woocommerce.widget_layered_nav_filters
  ul
  li
  > a:hover
  ~ span.count,
.widget-area
  .widget.woocommerce.widget_layered_nav_filters
  ul
  li
  > a:hover
  ~ span.post_count {
  color: #000;
}

.widget-area .widget.woocommerce.widget_product_search .screen-reader-text {
  display: none;
}

.widget-area .widget.woocommerce.widget_product_search form {
  position: relative;
  outline: 0;
}
.widget-area
  .widget.woocommerce.widget_product_search
  form
  input[type="submit"],
.widget-area
  .widget.woocommerce.widget_product_search
  form
  button[type="submit"] {
  position: absolute;
  right: 13px;
  bottom: 0;
  top: 12px;
  overflow: hidden;
  padding: 0;
  opacity: 0.8;
  font-size: 0;
  background: transparent;
  width: 18px;
  height: 18px;
}
.widget-area
  .widget.woocommerce.widget_product_search
  form
  input[type="submit"]:after,
.widget-area
  .widget.woocommerce.widget_product_search
  form
  button[type="submit"]:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'></path></svg>");
}
.widget-area .widget.woocommerce.widget_product_search form input {
  background: #fff;
  margin: 0;
  outline: 0;
}
.widget-area .widget.woocommerce.widget_product_search form .search-field {
  border: 1px solid;
}

.widget-area .widget.woocommerce.widget_products li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none;
}
.widget-area .widget.woocommerce.widget_products li a {
  display: block;
  font-size: 0.66667rem;
  line-height: 1.4em;
  width: 100%;
  margin-bottom: 0.27778rem;
}
.widget-area .widget.woocommerce.widget_products li img {
  max-width: 3.88889rem;
  margin-right: 1.11111rem;
  position: absolute;
  left: 0;
  top: 0;
}
.widget-area .widget.woocommerce.widget_products li .star-rating {
  font-size: 14px;
}
.widget-area .widget.woocommerce.widget_products li .reviewer {
  display: block;
}
.widget-area .widget.woocommerce.widget_products li ins {
  text-decoration: none;
}

.widget-area .widget.woocommerce.widget_rating_filter .star-rating {
  height: 13px;
  width: 70px;
}

.widget-area .widget.woocommerce.widget_recent_reviews li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none;
}
.widget-area .widget.woocommerce.widget_recent_reviews li a {
  display: block;
  font-size: 0.66667rem;
  line-height: 1.4em;
  width: 100%;
  margin-bottom: 0.27778rem;
}
.widget-area .widget.woocommerce.widget_recent_reviews li img {
  max-width: 3.88889rem;
  margin-right: 1.11111rem;
  position: absolute;
  left: 0;
  top: 0;
}
.widget-area .widget.woocommerce.widget_recent_reviews li .star-rating {
  font-size: 14px;
}
.widget-area .widget.woocommerce.widget_recent_reviews li .reviewer {
  display: block;
}
.widget-area .widget.woocommerce.widget_recent_reviews li ins {
  text-decoration: none;
}

.widget-area .widget.woocommerce.widget_recently_viewed_products li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none;
}
.widget-area .widget.woocommerce.widget_recently_viewed_products li a {
  display: block;
  font-size: 0.66667rem;
  line-height: 1.4em;
  width: 100%;
  margin-bottom: 0.27778rem;
}
.widget-area .widget.woocommerce.widget_recently_viewed_products li img {
  max-width: 3.88889rem;
  margin-right: 1.11111rem;
  position: absolute;
  left: 0;
  top: 0;
}
.widget-area
  .widget.woocommerce.widget_recently_viewed_products
  li
  .star-rating {
  font-size: 14px;
}
.widget-area .widget.woocommerce.widget_recently_viewed_products li .reviewer {
  display: block;
}
.widget-area .widget.woocommerce.widget_recently_viewed_products li ins {
  text-decoration: none;
}

.widget-area .widget.woocommerce.widget_top_rated_products li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none;
}
.widget-area .widget.woocommerce.widget_top_rated_products li a {
  display: block;
  font-size: 0.66667rem;
  line-height: 1.4em;
  width: 100%;
  margin-bottom: 0.27778rem;
}
.widget-area .widget.woocommerce.widget_top_rated_products li img {
  max-width: 3.88889rem;
  margin-right: 1.11111rem;
  position: absolute;
  left: 0;
  top: 0;
}
.widget-area .widget.woocommerce.widget_top_rated_products li .star-rating {
  font-size: 14px;
}
.widget-area .widget.woocommerce.widget_top_rated_products li .reviewer {
  display: block;
}
.widget-area .widget.woocommerce.widget_top_rated_products li ins {
  text-decoration: none;
}

.widget-area .widget.woocommerce.widget_top_rated_products .amount {
  display: block;
}

.widget-area .widget.woocommerce.widget_product_tag_cloud a {
  text-transform: uppercase;
  color: #888;
  border: solid 0.11111rem #ddd;
  padding: 0.16667rem 0.44444rem;
  border-radius: 0.16667rem;
  margin: 0 0.33333rem 0.33333rem 0;
  display: inline-block;
  font-size: 0.55556rem !important;
  line-height: 0.55556rem;
  letter-spacing: 0.15em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget-area .widget.woocommerce.widget_product_tag_cloud a:hover {
  background: #000;
  border: solid 0.11111rem #000;
  color: #fff;
}

.widget-area .widget.woocommerce.widget_price_filter .price_slider {
  margin-bottom: 30px;
}

.widget-area .widget.woocommerce.widget_price_filter .price_slider_amount {
  text-align: left;
}
.widget-area
  .widget.woocommerce.widget_price_filter
  .price_slider_amount
  .price_label {
  font-size: 0.66667rem;
  line-height: 0.66667rem;
  font-weight: bold;
  color: #888;
  padding-top: 0.05556rem;
}
.widget-area
  .widget.woocommerce.widget_price_filter
  .price_slider_amount
  .price_label
  span {
  display: inline-block;
  line-height: 0.66667rem;
}
.widget-area
  .widget.woocommerce.widget_price_filter
  .price_slider_amount
  .button {
  float: right;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.66667rem;
  line-height: 0.66667rem;
}

.widget-area .widget.woocommerce.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 8px;
  margin-right: 8px;
}

.widget-area
  .widget.woocommerce.widget_price_filter
  .ui-slider
  .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50px;
  cursor: ew-resize;
  outline: none;
  top: -6px;
  margin-left: -8px;
}

.widget-area
  .widget.woocommerce.widget_price_filter
  .ui-slider
  .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 1em;
}

.widget-area
  .widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #888;
  border: 0;
  position: relative;
}
.widget-area
  .widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 8px;
  height: 4px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #888;
}
.widget-area
  .widget.woocommerce.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 4px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #888;
}

.widget-area .widget.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.widget-area
  .widget.woocommerce.widget_price_filter
  .ui-slider-horizontal
  .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget-area .widget.woocommerce.widget_shopping_cart li {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 4.44444rem;
  font-size: 0.66667rem;
  padding: 0 0 0 5rem;
  text-transform: none;
}
.widget-area .widget.woocommerce.widget_shopping_cart li a {
  display: block;
  font-size: 0.66667rem;
  line-height: 1.4em;
  width: 100%;
  margin-bottom: 0.27778rem;
}
.widget-area .widget.woocommerce.widget_shopping_cart li img {
  max-width: 3.88889rem;
  margin-right: 1.11111rem;
  position: absolute;
  left: 0;
  top: 0;
}
.widget-area .widget.woocommerce.widget_shopping_cart li .star-rating {
  font-size: 14px;
}
.widget-area .widget.woocommerce.widget_shopping_cart li .reviewer {
  display: block;
}
.widget-area .widget.woocommerce.widget_shopping_cart li ins {
  text-decoration: none;
}

.widget-area .widget.woocommerce.widget_shopping_cart li {
  padding-right: 1.11111rem;
}
.widget-area .widget.woocommerce.widget_shopping_cart li.empty {
  padding: 0;
  font-size: 0.77778rem;
  min-height: auto;
}
.widget-area .widget.woocommerce.widget_shopping_cart li a.remove {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  right: 0;
  top: -0.15em;
  padding: 0;
  font-size: 0.77778rem;
}
.widget-area .widget.woocommerce.widget_shopping_cart li .quantity {
  display: block;
}

.widget-area .widget.woocommerce.widget_shopping_cart p.total {
  padding: 1.66667rem 0;
  line-height: 1em;
  display: block;
  margin: 0;
}
.widget-area .widget.woocommerce.widget_shopping_cart p.total strong {
  color: #333;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.77778rem;
  line-height: 1em;
  font-weight: bold;
}
.widget-area .widget.woocommerce.widget_shopping_cart p.total span {
  float: right;
  font-weight: bold;
  font-size: 1.22222rem;
  line-height: 1em;
  color: #000;
}

.widget-area .widget.woocommerce.widget_shopping_cart p.buttons a {
  width: 100%;
  margin-top: 0.55556rem;
}
.widget-area
  .widget.woocommerce.widget_shopping_cart
  p.buttons
  a:not(.checkout) {
  background: #777;
}

.widget-area .widget {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000;
  padding: 1.94444rem 2.22222rem;
  margin: 0;
  font-size: 0.55556rem;
}
.widget-area .widget h4.widget-title {
  font-size: 0.77778rem;
  margin-bottom: 1.38889rem;
  text-transform: uppercase;
}
.widget-area .widget h4.widget-title a img {
  display: none;
}
.widget-area .widget a {
  font-weight: bold;
}
.widget-area .widget a:hover {
  opacity: 0.5;
}
.widget-area .widget ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget-area .widget ul.children {
  margin: 0.55556rem 0 0 1.11111rem;
}
.widget-area .widget ul li {
  margin-bottom: 0.55556rem;
  font-size: 0.66667rem;
  text-transform: uppercase;
  position: relative;
}
.widget-area .widget ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget ul li span.count,
.widget-area .widget ul li span.post_count {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
}
.widget-area .widget.widget_media_gallery .gallery-item figcaption {
  display: none;
}
.widget-area .widget.widget_media_gallery:after {
  content: "";
  display: block;
  clear: both;
}
.widget-area .widget.widget_categories ul li > a {
  position: relative;
  display: inline-block;
  padding: 0 2.5em 0 2em;
}
.widget-area .widget.widget_categories ul li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-area .widget.widget_categories ul li > a:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  color: #000;
}
.widget-area .widget.widget_categories ul li > a:hover ~ span.count,
.widget-area .widget.widget_categories ul li > a:hover ~ span.post_count {
  color: #000;
}
.widget-area .widget.widget_categories .screen-reader-text {
  display: none;
}
.widget-area .widget.widget_categories select {
  background-color: #fff;
  text-transform: uppercase;
}
.widget-area .widget.widget_recent_entries ul li {
  text-transform: none;
  padding: 0 0 0.5em 2em;
  position: relative;
}
.widget-area .widget.widget_recent_entries ul li:last-child {
  padding: 0 0 0 2em;
}
.widget-area .widget.widget_recent_entries ul li:before {
  position: absolute;
  left: 0;
  top: -0.05em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  top: 0;
}
.widget-area .widget.widget_recent_entries .post-date {
  display: block;
  color: #888;
}
.widget-area .widget.widget_recent_comments ul li {
  text-transform: none;
  padding: 0 0 0.5em 2em;
  position: relative;
}
.widget-area .widget.widget_recent_comments ul li:last-child {
  padding: 0 0 0 2em;
}
.widget-area .widget.widget_recent_comments ul li:before {
  position: absolute;
  left: 0;
  top: -0.2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  top: 0;
}
.widget-area .widget.widget_tag_cloud a {
  text-transform: uppercase;
  color: #888;
  border: solid 0.11111rem #ddd;
  padding: 0.16667rem 0.44444rem;
  border-radius: 0.16667rem;
  margin: 0 0.33333rem 0.33333rem 0;
  display: inline-block;
  font-size: 0.55556rem !important;
  line-height: 0.55556rem;
  letter-spacing: 0.15em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget-area .widget.widget_tag_cloud a:hover {
  background: #000;
  border: solid 0.11111rem #000;
  color: #fff;
}
.widget-area .widget.widget_search .screen-reader-text {
  display: none;
}
.widget-area .widget.widget_search form {
  position: relative;
  outline: 0;
}
.widget-area .widget.widget_search form input[type="submit"],
.widget-area .widget.widget_search form button[type="submit"] {
  position: absolute;
  right: 13px;
  bottom: 0;
  top: 12px;
  overflow: hidden;
  padding: 0;
  opacity: 0.8;
  font-size: 0;
  background: transparent;
  width: 18px;
  height: 18px;
}
.widget-area .widget.widget_search form input[type="submit"]:after,
.widget-area .widget.widget_search form button[type="submit"]:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='rgb(0,0,0)'><path d='M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z'></path></svg>");
}
.widget-area .widget.widget_search form input {
  background: #fff;
  margin: 0;
  outline: 0;
}
.widget-area .widget.widget_search form .search-field {
  border: 1px solid;
}
.widget-area .widget.widget_archive ul li > a {
  position: relative;
  display: inline-block;
  padding: 0 2.5em 0 2em;
}
.widget-area .widget.widget_archive ul li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-area .widget.widget_archive ul li > a:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  color: #000;
}
.widget-area .widget.widget_archive ul li > a:hover ~ span.count,
.widget-area .widget.widget_archive ul li > a:hover ~ span.post_count {
  color: #000;
}
.widget-area .widget.widget_archive .screen-reader-text {
  display: none;
}
.widget-area .widget.widget_archive select {
  background-color: #fff;
  text-transform: uppercase;
}
.widget-area .widget.widget_text .textwidget ul,
.widget-area .widget.widget_text .textwidget ol {
  list-style-type: inherit;
  line-height: 1.6;
  list-style-position: outside;
  margin-left: 1.4rem;
  margin-bottom: 1.11111rem;
}
.widget-area .widget.widget_text .textwidget ul li,
.widget-area .widget.widget_text .textwidget ol li {
  text-transform: inherit;
  font-size: 1rem;
  margin-bottom: 0;
}
.widget-area .widget.widget_text .textwidget ul {
  list-style-type: disc;
}
.widget-area .widget.widget_text .textwidget ol {
  list-style-type: decimal;
}
.widget-area .widget.widget_calendar table caption {
  font-size: 0.77778rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
.widget-area .widget.widget_calendar table th {
  font-size: 0.77778rem;
}
.widget-area .widget.widget_calendar table tr {
  border: none;
}
.widget-area .widget.widget_calendar table td {
  padding: 0.44444rem 0;
}
.widget-area .widget.widget_rss ul li {
  text-transform: none;
  padding: 0 0 0.5em 2em;
  position: relative;
}
.widget-area .widget.widget_rss ul li:last-child {
  padding: 0 0 0 2em;
}
.widget-area .widget.widget_rss ul li:before {
  position: absolute;
  left: 0;
  top: -0.2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  top: 0;
}
.widget-area .widget.widget_rss .rss-date {
  display: block;
  padding: 0.55556rem 0 0.55556rem 0;
}
.widget-area .widget.widget_rss cite {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  padding: 0.55556rem 0 0.55556rem 1.11111rem;
  position: relative;
}
.widget-area .widget.widget_rss cite:before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0.7em;
}
.widget-area .widget.widget_rss .rssSummary {
  font-size: 0.77778rem;
}
