@import url(https://fonts.googleapis.com/css?family=Archivo+Black);/**
 *  Styles
 */
/**
 *  Media Queries and Breakpoints
 */
/**
 *  Library
 *
 *  Contains mixins and functions.
 */
/**
 *  Layout
 */
/**
 *  Settings
 */
/**
 *  Center element
 *  NB: parent element must have position: relative;
 *
 *  @variables: xy, x, y
 *  Default: xy
 */
/**
 *  Border Radius
 *
 *  @variables: $radius (px, em, rem value)
 */
/**
 *  Font Smoothing
 */
/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */
/**
 *  Media Query Mixins.
 *  Sorted by Minimum, Maximum and Between
 */
/**
 *  Minimums
 * eg.
 * @include minimum(tablet){ @content };
 * css will be active on tablet size and beyond
 *
 * @variables: tablet, small-desktop, desktop
 */
/**
 *  Maximums
 * eg.
 * @include maximum(tablet){ @content };
 * css will be active on tablet size size and beyond
 *
 * @variables: mobile, tablet, small-desktop, desktop
 */
/**
 *  Betweens
 * eg.
 * @include between(tablet,desktop){ @content };
 * css will be active between tablet and desktop breakpoints.
 *
 * @variables: tablet, desktop
 */
/*! 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 {
  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"] {
  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 */
  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; }

* {
  margin: 0;
  box-sizing: border-box; }

/**
 *  Typography
 */
@font-face {
  font-family: 'Suisse Mono';
  src: url(../fonts/SuisseIntlMono-Thin.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Suisse Mono';
  src: url(../fonts/SuisseIntlMono.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Suisse Mono';
  src: url(../fonts/SuisseIntlMono-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

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

/**
 *  Font weight variables
 */
/**
 *  Font sizes
 *	Map options: null, x-small, small, medium, large, x-large
 */
h1 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 800px) {
    h1 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (min-width: 1040px) {
    h1 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (min-width: 1380px) {
    h1 {
      font-size: 24px;
      line-height: 1.2; } }
  @media (max-width: 700px) {
    h1 {
      font-size: 18px; } }

h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 800px) {
    h2 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (min-width: 1040px) {
    h2 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (min-width: 1380px) {
    h2 {
      font-size: 24px;
      line-height: 1.2; } }
  @media (max-width: 700px) {
    h2 {
      font-size: 18px; } }

p, h3, h4, h5 {
  font-family: "Suisse Mono", Courier, monospace, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

p {
  margin-top: 0px;
  margin-bottom: 1.4em; }
  p:last-child {
    margin-bottom: 0; }

p, body {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500; }
  @media screen and (min-width: 1040px) {
    p, body {
      font-size: 12px;
      line-height: 1.4; } }
  @media screen and (min-width: 1380px) {
    p, body {
      font-size: 12px;
      line-height: 1.4; } }
  @media (max-width: 700px) {
    p, body {
      font-size: 11px; } }

h3 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 1040px) {
    h3 {
      font-size: 12px;
      line-height: 1.4; } }
  @media screen and (min-width: 1380px) {
    h3 {
      font-size: 12px;
      line-height: 1.4; } }

h4 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 1040px) {
    h4 {
      font-size: 12px;
      line-height: 1.4; } }
  @media screen and (min-width: 1380px) {
    h4 {
      font-size: 12px;
      line-height: 1.4; } }

h5 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 1040px) {
    h5 {
      font-size: 12px;
      line-height: 1.4; } }
  @media screen and (min-width: 1380px) {
    h5 {
      font-size: 12px;
      line-height: 1.4; } }

blockquote {
  margin-bottom: 16px; }

button,
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px; }

blockquote,
blockquote p,
blockquote h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.4em; }
  @media screen and (min-width: 800px) {
    blockquote,
    blockquote p,
    blockquote h3 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (min-width: 1040px) {
    blockquote,
    blockquote p,
    blockquote h3 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (min-width: 1380px) {
    blockquote,
    blockquote p,
    blockquote h3 {
      font-size: 24px;
      line-height: 1.2; } }
  blockquote:last-child,
  blockquote p:last-child,
  blockquote h3:last-child {
    margin-bottom: 0; }
  @media (max-width: 700px) {
    blockquote,
    blockquote p,
    blockquote h3 {
      font-size: 18px; } }

.content h1 {
  font-size: 48px; }
  @media (max-width: 1600px) {
    .content h1 {
      font-size: 36px; } }
  @media (max-width: 1380px) {
    .content h1 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (max-width: 1380px) and (min-width: 800px) {
    .content h1 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (max-width: 1380px) and (min-width: 1040px) {
    .content h1 {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (max-width: 1380px) and (min-width: 1380px) {
    .content h1 {
      font-size: 24px;
      line-height: 1.2; } }

.content h4 {
  color: #b5a078;
  font-size: 18px;
  font-weight: 700; }
  @media (max-width: 700px) {
    .content h4 {
      font-size: 14px; } }

.content h5 {
  font-size: 12px; }

.content a img {
  transition: all 400ms ease-in-out; }

.content a:hover img {
  opacity: 0.5; }

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/**
 *  General
 */
* {
  -webkit-font-smoothing: antialiased;
  font-family: "Suisse Mono", Courier, monospace, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

img {
  max-width: 100%; }

.button {
  font-size: 15px;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  border: solid 1px transparent;
  transition: all 400ms ease-in-out; }
  @media (max-width: 700px) {
    .button {
      font-size: 18px;
      padding: 10px 20px; } }
  .button:hover {
    transition: all 400ms ease-in-out; }
  .button--black-outline, .woocommerce-form-register__submit, .woocommerce-account .woocommerce-form-login .button, .woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .button,
  .woocommerce-account.logged-in .woocommerce .edit-account .button {
    color: #000000;
    border: solid 1px #000000;
    background: transparent; }
    .button--black-outline:hover, .woocommerce-form-register__submit:hover, .woocommerce-account .woocommerce-form-login .button:hover, .woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .button:hover,
    .woocommerce-account.logged-in .woocommerce .edit-account .button:hover {
      background: #000000;
      color: #ffffff; }
  .button--white-outline {
    color: #ffffff;
    border: solid 1px #ffffff;
    background: transparent; }
    .button--white-outline:hover {
      background: #ffffff;
      color: #000000; }
  .button--gold {
    background: #b5a078;
    color: #ffffff; }
    .button--gold:hover {
      background: #000000;
      color: #ffffff; }
  .button--pink {
    background: #ef3c4f;
    color: #ffffff; }
    .button--pink:hover {
      background: #000000;
      color: #ffffff; }
  .button--orange {
    background: #f16f4b;
    color: #ffffff; }
    .button--orange:hover {
      background: #000000;
      color: #ffffff; }

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

body {
  margin: 0;
  color: #000000;
  background-color: #f6f5f0; }
  body ::-moz-selection {
    background: #b5a078;
    color: #000000; }
  body ::selection {
    background: #b5a078;
    color: #000000; }

svg {
  width: 100%;
  height: auto; }

.invisible-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0px;
  display: block; }

.has-invisible-link {
  position: relative; }

.inner-wrapper, .woocommerce-account.logged-in .woocommerce {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1360px;
  padding: 0px 80px; }
  @media (max-width: 1380px) {
    .inner-wrapper, .woocommerce-account.logged-in .woocommerce {
      max-width: 100%;
      padding: 0px 80px; } }
  @media (max-width: 800px) {
    .inner-wrapper, .woocommerce-account.logged-in .woocommerce {
      padding: 0px 45px; } }
  @media (max-width: 700px) {
    .inner-wrapper, .woocommerce-account.logged-in .woocommerce {
      padding: 0 15px; } }

a {
  text-decoration: none;
  color: #000000;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: color, opacity, font-size; }
  a:hover {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-property: color, opacity, font-size;
    color: #b5a078; }

ul {
  list-style-type: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }
  ul li {
    list-style: none; }

.preloader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  z-index: 1250;
  display: none; }
  .preloader .slide {
    position: fixed;
    width: 100vw;
    height: 100vh; }
    .preloader .slide.active > div {
      transition: max-width 800 cubic-bezier(0.25, 0.46, 0.45, 0.94);
      max-width: 100vw; }
  .preloader__left {
    left: 0;
    top: 0;
    transition: max-width 800 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0); }
    .preloader__left > div {
      left: 0;
      top: 0; }
  .preloader__right {
    right: 0;
    top: 0;
    transition: max-width 800 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    .preloader__right > div {
      right: 0;
      top: 0; }
  .preloader__bg {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    max-width: 0vw;
    background-color: white; }

.body-container {
  width: 100%; }

.has-site-notice .header {
  transform: translateY(41px); }
  @media screen and (max-width: 1200px) {
    .has-site-notice .header {
      transform: translateY(0); } }

.site-notice {
  background: #b5a078;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 800;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1200px) {
    .site-notice {
      font-size: 15px;
      padding: 0; } }
  .site-notice.active {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 1200px) {
    .site-notice {
      font-size: 16px;
      line-height: 1.3;
      padding: 40px 0 15px; } }
  .site-notice__trigger {
    position: absolute;
    top: 12px;
    right: calc(50% - 8px);
    width: 16px;
    height: 16px;
    display: none;
    background: url(../images/close.svg) no-repeat center;
    background-size: contain; }
    @media screen and (max-width: 1200px) {
      .site-notice__trigger {
        display: block; } }

.empty-div {
  margin: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important; }

.has-page-header .body-wrapper {
  padding-top: 0; }

.body-wrapper {
  transform: translateX(0px);
  padding-top: 240px;
  min-height: 100vh;
  height: 100%;
  z-index: 11;
  position: relative;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1200px) {
    .body-wrapper {
      padding-top: 110px; } }
  @media (max-width: 700px) {
    .body-wrapper {
      padding-top: 80px; } }
  @media (max-width: 1600px) {
    .body-wrapper.filter {
      transform: translateX(105px); } }
  @media (max-width: 1600px) {
    .body-wrapper.discover {
      transform: translateX(-105px); } }

.menu-popover {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: url(../images/menu-bg.jpg) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 750;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow-y: auto;
  padding-top: 100px;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1200px) {
    .menu-popover {
      display: -ms-flexbox;
      display: flex; } }
  .menu-popover::-webkit-scrollbar {
    width: 0px; }
  .menu-popover::-webkit-scrollbar-track-piece {
    background: transparent; }
  .menu-popover::-webkit-scrollbar-thumb {
    background-color: #565656;
    border-radius: 5px;
    border: 2px solid #f6f5f0;
    opacity: 1; }
  .menu-popover::-webkit-scrollbar-thumb:window-inactive {
    opacity: 0; }
  .menu-popover.active {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    visibility: visible; }
  .menu-popover .logo-spacer {
    height: 0px;
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 700px) {
      .menu-popover .logo-spacer {
        display: none; } }
  @media (max-width: 700px) {
    .menu-popover {
      -ms-flex-pack: start;
          justify-content: flex-start;
      z-index: 750; } }
  @media (max-width: 700px) {
    .menu-popover .header-menu__col {
      top: 20px; } }
  .menu-popover .menu__nav {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 1380px) {
      .menu-popover .menu__nav {
        width: 30%; } }
    @media (max-width: 800px) {
      .menu-popover .menu__nav {
        width: 40%; } }
    @media (max-width: 700px) {
      .menu-popover .menu__nav {
        width: 75%;
        margin-bottom: 40px; } }
    @media (max-width: 370px) {
      .menu-popover .menu__nav {
        width: 100%;
        margin-bottom: 40px; } }
    .menu-popover .menu__nav > .menu-item {
      line-height: 0;
      padding-bottom: 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      .menu-popover .menu__nav > .menu-item:last-child {
        padding-bottom: 0; }
      @media (max-width: 1380px) {
        .menu-popover .menu__nav > .menu-item {
          padding-bottom: 20px; } }
      .menu-popover .menu__nav > .menu-item > a {
        font-size: 28px;
        line-height: 0.8;
        font-family: 'ZEST', Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        line-height: 0.8; }
        @media screen and (min-width: 1040px) {
          .menu-popover .menu__nav > .menu-item > a {
            font-size: 48px;
            line-height: 0.8; } }
        @media screen and (min-width: 1380px) {
          .menu-popover .menu__nav > .menu-item > a {
            font-size: 48px;
            line-height: 0.8; } }
        .menu-popover .menu__nav > .menu-item > a.active-page, .menu-popover .menu__nav > .menu-item > a.active {
          color: #b5a078; }
    .menu-popover .menu__nav li {
      text-align: center; }
    .menu-popover .menu__nav a {
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      text-transform: uppercase; }
      @media (max-width: 700px) {
        .menu-popover .menu__nav a {
          margin-bottom: 2px;
          font-size: 11px; } }
      .menu-popover .menu__nav a:hover {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        color: #b5a078; }
    .menu-popover .menu__nav .sub-menu {
      margin: 13px auto 0 auto;
      width: 100%;
      max-width: 300px; }
      @media (max-width: 700px) {
        .menu-popover .menu__nav .sub-menu {
          display: block;
          width: 75%; } }
      @media (max-width: 700px) {
        .menu-popover .menu__nav .sub-menu .sub-menu {
          margin: 0 auto; }
          .menu-popover .menu__nav .sub-menu .sub-menu li a {
            font-weight: normal; } }
      .menu-popover .menu__nav .sub-menu.active li::before {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition-delay: 200ms;
        opacity: 1; }
      .menu-popover .menu__nav .sub-menu.active a {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition-delay: 200ms;
        opacity: 1; }
      .menu-popover .menu__nav .sub-menu li {
        display: inline-block;
        width: auto;
        position: relative;
        padding-right: 7px;
        margin-right: 7px; }
        .menu-popover .menu__nav .sub-menu li:last-child {
          margin-right: 0px;
          padding-right: 0px; }
        .menu-popover .menu__nav .sub-menu li a {
          transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          font-family: "Suisse Mono", Courier, monospace, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 12px;
          line-height: 1.4;
          font-weight: 500;
          display: inline-block; }
          @media screen and (min-width: 1040px) {
            .menu-popover .menu__nav .sub-menu li a {
              font-size: 12px;
              line-height: 1.4; } }
          @media screen and (min-width: 1380px) {
            .menu-popover .menu__nav .sub-menu li a {
              font-size: 12px;
              line-height: 1.4; } }
          @media (max-width: 700px) {
            .menu-popover .menu__nav .sub-menu li a {
              font-size: 11px;
              position: relative;
              font-weight: bold; } }
          .menu-popover .menu__nav .sub-menu li a:before {
            transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
            content: '/ ';
            position: absolute;
            max-width: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        .menu-popover .menu__nav .sub-menu li:last-child a :before {
          display: none; }

.email-menu {
  max-width: 610px;
  display: block;
  width: 100%;
  margin-top: 40px; }
  @media (max-width: 700px) {
    .email-menu {
      display: block;
      margin-top: 0;
      padding: 0 20px; } }
  .email-menu h5 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px; }
  .email-menu #gform_wrapper_2 .gfield_label {
    display: none; }
  .email-menu #gform_wrapper_2 .gfield {
    margin-bottom: 10px; }
  .email-menu #gform_wrapper_2 .ginput_container_text,
  .email-menu #gform_wrapper_2 .ginput_container_email {
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto; }
    .email-menu #gform_wrapper_2 .ginput_container_text input,
    .email-menu #gform_wrapper_2 .ginput_container_email input {
      margin-bottom: 0; }
      .email-menu #gform_wrapper_2 .ginput_container_text input:-ms-input-placeholder,
      .email-menu #gform_wrapper_2 .ginput_container_email input:-ms-input-placeholder {
        opacity: 0.5;
        text-transform: uppercase;
        text-align: center; }
      .email-menu #gform_wrapper_2 .ginput_container_text input::placeholder,
      .email-menu #gform_wrapper_2 .ginput_container_email input::placeholder {
        opacity: 0.5;
        text-transform: uppercase;
        text-align: center; }
  .email-menu #gform_wrapper_2 .gform_footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px; }
    .email-menu #gform_wrapper_2 .gform_footer .gform_button {
      width: 130px; }

.side-nav-btn {
  font-weight: 700;
  position: fixed;
  width: 10px;
  z-index: 10;
  top: 50vh;
  opacity: 1;
  visibility: visible;
  display: block;
  text-transform: uppercase; }
  @media (max-width: 700px) {
    .side-nav-btn {
      display: none; } }
  .side-nav-btn img {
    width: 100%;
    height: auto; }
  .side-nav-btn.filter {
    transform: translateY(-50%);
    left: 40px; }
  .side-nav-btn.discover {
    transform: translateY(-50%);
    right: 40px; }
  .side-nav-btn.disabled {
    opacity: 0;
    pointer-events: none; }

.close-btn {
  opacity: 0.5;
  margin-bottom: 8px; }
  .close-btn:hover {
    opacity: 1;
    color: #000000; }

.sidebar {
  width: 160px;
  position: fixed;
  top: 200px;
  display: inline-block;
  max-width: 0px;
  overflow-x: hidden;
  z-index: 500;
  transition: max-width 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: calc(100% - 200px); }
  .sidebar.active {
    max-width: 160px;
    transition: max-width 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .sidebar__post {
    display: block;
    margin-bottom: 20px; }
    @media screen and (max-height: 830px) {
      .sidebar__post:last-child {
        display: none; } }
  .sidebar__image {
    margin-bottom: 12px; }
    .sidebar__image:after {
      content: '';
      display: block;
      height: 0;
      padding-top: 100%;
      width: 100%; }
  .sidebar__details {
    word-wrap: break-word; }
  @media (max-width: 700px) {
    .sidebar {
      display: none; } }
  .sidebar__nav {
    display: inline-block;
    width: 160px;
    overflow-x: hidden;
    position: absolute; }
    .sidebar__nav h5 {
      color: #b5a078; }
    .sidebar__nav h5, .sidebar__nav li, .sidebar__nav a {
      font-weight: 700;
      display: block;
      text-transform: uppercase; }
  .sidebar__filter {
    left: 40px; }
    .sidebar__filter .sidebar__nav {
      position: absolute;
      top: 0;
      left: 0; }
    .sidebar__filter ul li a {
      position: relative; }
      .sidebar__filter ul li a::before {
        content: '/ ';
        position: absolute;
        max-width: 0;
        left: 0;
        overflow-x: hidden; }
      .sidebar__filter ul li a.active {
        padding-left: 16px;
        color: #b5a078; }
        .sidebar__filter ul li a.active::before {
          max-width: 100%; }
      .sidebar__filter ul li a:hover {
        padding-left: 16px; }
        .sidebar__filter ul li a:hover::before {
          max-width: 100%; }
  .sidebar__discover {
    right: 40px; }
    .sidebar__discover .sidebar__nav {
      position: absolute;
      top: 0;
      right: 0;
      text-align: right; }
  .sidebar__socials {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .sidebar__socials .social-icon {
      width: 24px;
      height: 24px;
      margin: 10px;
      fill: #000000; }
      .sidebar__socials .social-icon svg {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .sidebar__socials .social-icon:hover svg {
        fill: #b5a078; }
  .sidebar__close {
    width: 6px;
    height: 6px;
    display: inline-block; }
    .sidebar__close svg {
      width: 100%;
      fill: #000000; }

.bestof {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 700;
  display: none; }
  .bestof a {
    font-size: 12px;
    line-height: 1.4;
    font-family: "Suisse Mono", Courier, monospace, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    text-transform: uppercase;
    color: #fff; }
    @media screen and (min-width: 1040px) {
      .bestof a {
        font-size: 12px;
        line-height: 1.4; } }
    @media screen and (min-width: 1380px) {
      .bestof a {
        font-size: 12px;
        line-height: 1.4; } }

.social-links {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 700;
  display: none; }
  .social-links .social-link {
    width: 24px;
    height: 24px;
    margin: 0 10px; }
    .social-links .social-link svg {
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .social-links .social-link:hover svg {
      fill: #b5a078; }

.pagination {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 1em; }

img,
img[data-sizes="auto"] {
  display: block;
  width: 100%;
  height: auto; }

.lazy {
  position: relative;
  width: 100%;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .lazy:after {
    content: '';
    display: block;
    width: 100%;
    height: 411px; }
    @media (max-width: 1380px) {
      .lazy:after {
        height: 28.1vw; } }
    @media (max-width: 700px) {
      .lazy:after {
        height: 58.5vw; } }
  .lazy.no-height:after, .lazy.product-item:after {
    height: 0; }
  .lazy.single-post__image:after {
    height: 200px; }
    @media (max-width: 1380px) {
      .lazy.single-post__image:after {
        height: 11vw; } }
    @media (max-width: 700px) {
      .lazy.single-post__image:after {
        height: 32vw; } }
  .lazy.portrait:after {
    height: 787px; }
    @media (max-width: 1380px) {
      .lazy.portrait:after {
        height: 61.5vw; } }
    @media (max-width: 700px) {
      .lazy.portrait:after {
        height: 128vw;
        margin-bottom: 20px; } }
  .lazy__preloader {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 400ms;
    pointer-events: none; }
    .lazy__preloader.loaded {
      opacity: 0; }
    .lazy__preloader img {
      height: 1px;
      width: 1px;
      opacity: 0; }

/**
 *  Spacing Map
 *  Example usage:
 *
 *  $purple-spacing: (
 *    null  : (20px),
 *    small : 20px,
 *    medium: 40px
 *  );
 *
 *  .test{
 *    @include spacing(padding-bottom, $purple-spacing);
 *  }
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.validation_error {
  display: none; }

.validation_message {
  font-size: 10px;
  bottom: -22px !important;
  left: 0;
  top: auto !important; }

#gform_confirmation_message_2 {
  color: #000000; }

#gform_wrapper_1 .validation_message {
  color: black;
  opacity: 0.5;
  margin-top: 0.5em;
  text-transform: uppercase; }

.gform_confirmation_message {
  font-size: 20px;
  line-height: 130%; }

/*Custom subscribe box for .gform_wrapper class*/
[type="radio"]:checked,
.gform_wrapper [type="radio"]:not(:checked),
.woocommerce [type="radio"]:not(:checked) {
  position: absolute !important;
  left: -9999px; }

.gform_wrapper [type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
.woocommerce [type="radio"]:not(:checked) + label,
.woocommerce [type="radio"]:not(:checked) + span,
[type="radio"]:checked + label {
  position: relative !important;
  padding-left: 19px !important;
  cursor: pointer !important; }

.woocommerce [type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label:before,
.gform_wrapper [type="radio"]:not(:checked) + label:before,
.woocommerce [type="radio"]:not(:checked) + label:before,
.woocommerce [type="radio"]:not(:checked) + span:before,
#wc-stripe-new-payment-method[type="checkbox"]:not(:checked) + label:before,
.woocommerce [type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  border: 1px solid #000;
  box-sizing: border-box; }

[type="radio"]:checked + label:after,
.gform_wrapper [type="radio"]:not(:checked) + label:after,
.woocommerce [type="radio"]:not(:checked) + label:after,
.woocommerce [type="radio"]:not(:checked) + span:after,
#wc-stripe-new-payment-method[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 0px;
  background: #000;
  opacity: 0;
  border-radius: 100%;
  transition: all .2s; }

/* checked mark aspect changes */
.gform_wrapper [type="radio"]:not(:checked) + label:after,
.woocommerce [type="radio"]:not(:checked) + label:after,
.woocommerce-form__label-for-checkbox[type="checkbox"]:not(:checked) + span:after #wc-stripe-new-payment-method[type="checkbox"]:not(:checked) + label:after,
.gform_wrapper [type="radio"]:not(:checked) + label:after,
.woocommerce [type="radio"]:not(:checked) + label:after,
.woocommerce [type="radio"]:not(:checked) + span:after,
#wc-stripe-new-payment-method[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

.gform_wrapper [type="radio"]:checked + label:after,
.woocommerce [type="radio"]:checked + label:after,
.woocommerce-form__label-for-checkbox[type="checkbox"]:checked + span:after,
#wc-stripe-new-payment-method[type="checkbox"]:checked + label:after {
  opacity: 1; }

.woocommerce-form__label-for-checkbox[type="checkbox"]:checked + label:after,
.woocommerce-form__label-for-checkbox[type="checkbox"]:checked + label:before,
.woocommerce-form__label-for-checkbox[type="checkbox"]:checked + span:after,
.woocommerce-form__label-for-checkbox[type="checkbox"]:checked + span:before,
#wc-stripe-new-payment-method[type="checkbox"]:checked + label:after,
#wc-stripe-new-payment-method[type="checkbox"]:checked + label:before {
  border-radius: 100%; }

/* disabled checkbox */
.gform_wrapper [type="radio"]:disabled:not(:checked) + label:before,
.woocommerce [type="radio"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.gform_wrapper [type="radio"]:disabled:checked + label:after,
.woocommerce [type="radio"]:disabled:checked + label:after {
  color: #999; }

.gform_wrapper [type="radio"]:disabled + label,
.woocommerce [type="radio"]:disabled + label {
  color: #aaa; }

/*Custom subscribe box for .gform_wrapper class*/
[type="checkbox"]:checked,
.gform_wrapper [type="checkbox"]:not(:checked),
.checkbox-wrapper [type="checkbox"]:not(:checked),
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) #wc-stripe-new-payment-method {
  position: absolute !important;
  left: -9999px; }

[type="checkbox"]:checked + label,
[type="checkbox"]:checked + span,
.gform_wrapper [type="checkbox"]:not(:checked) + label,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + label,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + span,
#wc-stripe-new-payment-method + label {
  position: relative !important;
  padding-left: 18px !important;
  cursor: pointer !important; }

.gform_wrapper [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:checked + span:before,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:before,
.checkbox-wrapper [type="checkbox"]:not(:checked) + span:before,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + label:before,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + span:before,
#wc-stripe-new-payment-method + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  box-sizing: border-box;
  height: 11px;
  width: 11px;
  background: transparent;
  border: solid 1px #000;
  border-radius: 100%; }

.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrapper [type="checkbox"]:not(:checked) + span:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + span:after,
#wc-stripe-new-payment-method + label:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 0px;
  opacity: 1;
  background: #000;
  transition: all .2s; }

/* checked mark aspect changes */
.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrapper [type="checkbox"]:not(:checked) + span:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:not(:checked) + span:after {
  content: '';
  opacity: 0; }

.gform_wrapper [type="checkbox"]:checked + label:after,
.checkbox-wrapper [type="checkbox"]:checked + label:after,
.checkbox-wrapper [type="checkbox"]:checked + span:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:checked + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:checked + span:after {
  opacity: 1; }

/* disabled checkbox */
.gform_wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-wrapper [type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + label:before,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled:not(:checked) + span:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.gform_wrapper [type="checkbox"]:disabled:checked + label:after,
.checkbox-wrapper [type="checkbox"]:disabled:checked + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled:checked + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled:checked + span:after {
  color: #999; }

.gform_wrapper [type="checkbox"]:disabled + label,
.checkbox-wrapper [type="checkbox"]:disabled + label,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled + label,
.woocommerce-form__label-for-checkbox [type="checkbox"]:disabled + span {
  color: #aaa; }

.gf_clear {
  display: none; }

.gform_card_icon_container,
.ginput_card_security_code_icon {
  display: none !important; }

.gform_wrapper {
  box-sizing: border-box; }
  .gform_wrapper form .gform_body > .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    .gform_wrapper form .gform_body > .gform_fields > li {
      width: 100%;
      margin-bottom: 25px;
      position: relative;
      padding-left: 0px; }
      @media (max-width: 700px) {
        .gform_wrapper form .gform_body > .gform_fields > li {
          margin-bottom: 20px; } }
      .gform_wrapper form .gform_body > .gform_fields > li:after {
        display: none; }
      .gform_wrapper form .gform_body > .gform_fields > li hr {
        height: 1px;
        width: 100%;
        display: block;
        border: 0px;
        background: #66bdd6; }
      .gform_wrapper form .gform_body > .gform_fields > li h2 {
        font-size: 30px;
        font-weight: 300; }
      .gform_wrapper form .gform_body > .gform_fields > li p {
        line-height: 150%;
        font-size: 18px;
        letter-spacing: .5px;
        margin-top: 10px; }
      .gform_wrapper form .gform_body > .gform_fields > li .ginput_preview {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-top: 10px; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_preview strong {
          font-weight: 400;
          margin-left: 10px; }
      .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          width: 32%; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span.ginput_full {
            width: 100%;
            margin-bottom: 15px; }
          .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span label {
            display: block;
            margin-bottom: 8px;
            font-size: 12px;
            color: #334f63; }
      .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container {
          width: 31%;
          position: relative;
          /*&:after
								{
									position: absolute;
									top: 50%;
									transform: translateY(-50%);
									-webkit-transform: translateY(-50%);
									right: 20px;
									content: '\f107';
									font-family: "FontAwesome";
									pointer-events: none;
								}*/ }
      .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 5px;
          padding-left: 0px;
          margin-right: 20px; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li:after {
            display: none; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li input[type="radio"] {
            margin: 0px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 8px; }
      .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 5px;
          padding-left: 0px;
          margin-right: 20px; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li:after {
            display: none; }
          .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li input[type="checkbox"] {
            margin: 0px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 8px; }
      .gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
        display: block;
        margin-bottom: 8px;
        font-size: 12px;
        text-transform: uppercase; }
      .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select {
        position: relative;
        width: 100%; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 10px;
          content: '';
          pointer-events: none;
          background: url(../images/arrow-down.svg) no-repeat center;
          background-size: contain;
          width: 10px;
          height: 6.5px;
          pointer-events: none; }
        .gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select {
          -moz-appearance: none;
          -webkit-appearance: none;
          -ms-progress-appearance: none; }
      .gform_wrapper form .gform_body > .gform_fields > li.title-block {
        margin-bottom: 20px; }
      .gform_wrapper form .gform_body > .gform_fields > li.hide-label > .gfield_label {
        display: none !important; }
      .gform_wrapper form .gform_body > .gform_fields > li.centre-text > .gfield_label {
        text-align: center;
        display: block; }
      .gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="text"],
      .gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="email"],
      .gform_wrapper form .gform_body > .gform_fields > li.centre-text select,
      .gform_wrapper form .gform_body > .gform_fields > li.centre-text textarea {
        text-align: center; }
      .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
      .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
      .gform_wrapper form .gform_body > .gform_fields > li select,
      .gform_wrapper form .gform_body > .gform_fields > li textarea {
        width: 100%;
        box-sizing: border-box;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-progress-appearance: none;
        background: transparent;
        resize: none;
        color: #000000;
        border: solid 1px #000;
        padding: 0px 8px;
        border-radius: 0px;
        font-size: 12px;
        height: 25.5px;
        text-transform: uppercase;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:focus,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:focus,
        .gform_wrapper form .gform_body > .gform_fields > li select:focus,
        .gform_wrapper form .gform_body > .gform_fields > li textarea:focus {
          outline: 0px; }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #000000;
          opacity: 1; }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li select::placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li textarea::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #000000;
          opacity: 1; }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000000;
          opacity: 1; }
        .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
        .gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #000000;
          opacity: 1; }
      .gform_wrapper form .gform_body > .gform_fields > li textarea {
        height: 311px;
        padding: 8px; }
        @media (max-width: 700px) {
          .gform_wrapper form .gform_body > .gform_fields > li textarea {
            height: 336px; } }
      .gform_wrapper form .gform_body > .gform_fields > li.third {
        width: 31%; }
      .gform_wrapper form .gform_body > .gform_fields > li.half {
        width: calc(50% - 12.5px); }
      .gform_wrapper form .gform_body > .gform_fields > li.two-thirds {
        width: 65.5%; }
  .gform_wrapper form .gform_footer {
    text-align: left; }
    .gform_wrapper form .gform_footer .gform_button {
      -moz-appearance: none;
      -webkit-appearance: none;
      -ms-progress-appearance: none;
      background: transparent;
      transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      text-align: center;
      color: #000;
      font-size: 12px;
      margin: 0px auto;
      display: inline-block;
      width: 178px;
      padding: 0px;
      text-transform: uppercase;
      box-sizing: border-box;
      height: 25.5px;
      border: solid 1px #000;
      cursor: pointer; }
      .gform_wrapper form .gform_footer .gform_button:hover {
        background: #b5a078;
        color: #fff;
        border: solid 1px #b5a078; }
      .gform_wrapper form .gform_footer .gform_button:focus {
        outline: 0px; }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_validation_container {
  position: fixed !important;
  left: 999px;
  visibility: hidden; }

body .gform_wrapper h3.gform_title {
  display: none !important; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.body-wrapper__home {
  height: 100vh;
  position: relative; }

.home-overlay {
  padding: 40px;
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #f6f5f0;
  opacity: 1;
  visibility: visible;
  cursor: pointer; }
  .home-overlay__btn {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1; }
  @media (max-width: 700px) {
    .home-overlay {
      display: none; } }
  .home-overlay.fading {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0; }
  .home-overlay.faded {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden; }

.letter {
  z-index: 750;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  pointer-events: none; }
  .letter svg {
    fill: white;
    height: 10vw;
    width: auto; }

.slider-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 700px) {
    .slider-wrap {
      display: none; } }

.slider-wrap--mobile {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 700px) {
    .slider-wrap--mobile {
      display: inline-block; } }
  .slider-wrap--mobile .slide__image {
    max-width: 100%;
    position: relative;
    overflow-x: auto; }

.slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh; }
  .slide__left {
    left: 0;
    top: 0;
    margin-right: auto;
    margin-bottom: auto; }
    .slide__left .slide__image {
      left: 0;
      top: 0;
      margin-right: auto;
      margin-bottom: auto; }
      .slide__left .slide__image img {
        top: 0;
        left: 0; }
  .slide__right {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-left: auto; }
    .slide__right .slide__image {
      margin-top: auto;
      margin-left: auto;
      bottom: 0;
      right: 0; }
      .slide__right .slide__image img {
        bottom: 0;
        right: 0; }
  .slide__image {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    max-width: 0vw; }
    .slide__image img {
      pointer-events: none;
      height: 100vh;
      max-width: 100vw;
      width: 100vw;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
    .slide__image.active {
      transition: max-width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      max-width: 100vw; }

#video-player {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden; }
  #video-player iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2); }

.mouse-text {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  text-transform: uppercase;
  pointer-events: none;
  display: inline-block; }
  .mouse-text.touch-devices {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 1040px) {
    .mouse-text {
      display: none; } }

.home .bestof {
  display: block; }
  @media (max-width: 700px) {
    .home .bestof {
      display: none; } }

.home .social-links {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 700px) {
    .home .social-links {
      display: none; } }

.home-featured {
  padding-top: 100px; }
  .home-featured.active .home-featured__wrap-1 a {
    transform: none;
    opacity: 1;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: red;
    transition-delay: 0; }
    .home-featured.active .home-featured__wrap-1 a:hover {
      transform: translate(20px, 20px);
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-delay: 0; }
      @media (max-width: 800px) {
        .home-featured.active .home-featured__wrap-1 a:hover {
          transform: none !important; } }
  .home-featured.active .home-featured__wrap-2 a {
    transform: none;
    opacity: 1;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: red;
    transition-delay: 0; }
    .home-featured.active .home-featured__wrap-2 a:hover {
      transform: translate(-20px, -20px);
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-delay: 0; }
      @media (max-width: 800px) {
        .home-featured.active .home-featured__wrap-2 a:hover {
          transform: none !important; } }
  @media (max-width: 700px) {
    .home-featured {
      padding-top: 50px; } }
  .home-featured__inner {
    position: relative;
    height: 576px; }
    @media (max-width: 800px) {
      .home-featured__inner {
        height: auto; } }
  .home-featured__wrap-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    pointer-events: none; }
    @media (max-width: 800px) {
      .home-featured__wrap-1 {
        transform: none !important;
        position: static; } }
    .home-featured__wrap-1 a {
      left: 0;
      top: 0;
      -webkit-clip-path: polygon(90% 0, 0 90%, 0 0);
              clip-path: polygon(90% 0, 0 90%, 0 0);
      transform: translate(-90px, -90px);
      opacity: 0;
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-delay: 700ms; }
      .home-featured__wrap-1 a:hover span {
        color: #b5a078; }
      @media (max-width: 800px) {
        .home-featured__wrap-1 a {
          margin-bottom: 40px; } }
      @media (max-width: 700px) {
        .home-featured__wrap-1 a {
          margin-bottom: 20px; } }
      .home-featured__wrap-1 a span {
        position: absolute;
        left: 80px;
        top: 70px;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media (max-width: 800px) {
          .home-featured__wrap-1 a span {
            left: 40px;
            top: 40px; } }
        @media (max-width: 700px) {
          .home-featured__wrap-1 a span {
            left: 20px;
            top: 20px; } }
  .home-featured__wrap-2 {
    position: absolute;
    width: 100%;
    top: 30px;
    height: 100%;
    pointer-events: none; }
    @media (max-width: 800px) {
      .home-featured__wrap-2 {
        transform: none !important;
        position: static; } }
    .home-featured__wrap-2 a {
      right: 0;
      bottom: 0;
      -webkit-clip-path: polygon(100% 10%, 10% 100%, 100% 100%);
              clip-path: polygon(100% 10%, 10% 100%, 100% 100%);
      transform: translate(90px, 90px);
      opacity: 0;
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-delay: 700ms; }
      .home-featured__wrap-2 a:hover span {
        color: #b5a078; }
      .home-featured__wrap-2 a span {
        position: absolute;
        right: 80px;
        bottom: 70px;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media (max-width: 800px) {
          .home-featured__wrap-2 a span {
            right: 40px;
            bottom: 40px; } }
        @media (max-width: 700px) {
          .home-featured__wrap-2 a span {
            right: 20px;
            bottom: 20px; } }
  .home-featured a {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: auto; }
    @media (max-width: 800px) {
      .home-featured a {
        position: static !important;
        -webkit-clip-path: none !important;
                clip-path: none !important;
        height: 50vw !important;
        display: block; } }
    .home-featured a:hover {
      opacity: 0.5; }
    .home-featured a span {
      font-size: 48px;
      color: #ffffff; }
      @media (max-width: 800px) {
        .home-featured a span {
          position: absolute; } }
      @media (max-width: 700px) {
        .home-featured a span {
          font-size: 28px; } }

.about-header h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Suisse Mono", Courier, monospace, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-bottom: 0;
  width: 100%; }
  @media screen and (max-width: 1360px) {
    .about-header h1 {
      font-size: 1.9vw; } }
  @media (max-width: 800px) {
    .about-header h1 {
      font-size: 20px; } }
  @media (max-width: 700px) {
    .about-header h1 {
      font-size: 15px;
      margin-bottom: 20px; } }

.about-header__desktop {
  display: block; }
  @media (max-width: 800px) {
    .about-header__desktop {
      display: none; } }

.about-header--mobile {
  display: none; }
  @media (max-width: 800px) {
    .about-header--mobile {
      display: block; } }

.content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .content-wrap__col {
    width: calc(50% - 12.5px); }

.about-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }
  .about-wrap__col {
    width: calc(50% - 12.5px); }
    @media (max-width: 700px) {
      .about-wrap__col {
        width: 100%; } }
    .about-wrap__col h1, .about-wrap__col h2 {
      margin-bottom: 0.67em; }
    .about-wrap__col ul {
      margin-bottom: 1.4em; }
      .about-wrap__col ul li {
        list-style: disc;
        list-style-position: inside; }

@media (max-width: 700px) {
  .about-img {
    margin-bottom: 20px; } }

.about-img--portrait a {
  display: block;
  height: 787px; }
  @media (max-width: 1380px) {
    .about-img--portrait a {
      height: 61.5vw; } }
  @media (max-width: 700px) {
    .about-img--portrait a {
      height: 128vw;
      margin-bottom: 20px; } }

.contact-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 800px) {
    .contact-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .contact-wrapper__form-wrapper {
    width: calc(50% - 12.5px); }
    @media (max-width: 800px) {
      .contact-wrapper__form-wrapper {
        width: 100%; } }
  .contact-wrapper__map-wrapper {
    width: calc(50% - 12.5px); }
    @media (max-width: 800px) {
      .contact-wrapper__map-wrapper {
        width: 100%;
        margin-bottom: 50px; } }
  .contact-wrapper__map-item {
    margin-bottom: 37px; }
  .contact-wrapper__map {
    margin-bottom: 12px; }
  .contact-wrapper .acf-map {
    height: 312px !important;
    outline: solid 1px #000 !important; }
  .contact-wrapper__location {
    text-transform: uppercase; }

img[src="https://www.zestcoffee.com.au/app/themes/zest/public/images/marker.png"],
npmimg[src="http://www.zestcoffee.com.au/app/themes/zest/public/images/marker.png"],
img[src="http://zest.test/app/themes/zest/public/images/marker.png"],
img[src="http://localhost:3002/app/themes/zest/public/images/marker.png"] {
  background: url(../images/z-marker-02.svg) no-repeat center; }

.empty-div {
  margin: 0px;
  padding: 0px;
  height: 0px; }

.brewing-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 800px) {
    .brewing-wrapper__desktop {
      display: none; } }

.brewing-item {
  width: calc(50% - 12.5px);
  margin-bottom: 50px; }
  @media (max-width: 800px) {
    .brewing-item {
      width: 100%; } }
  .brewing-item__featured-image {
    display: block;
    height: 415px;
    width: 100%;
    margin-bottom: 25px;
    position: relative; }
    .brewing-item__featured-image iframe {
      width: 100% !important;
      height: 100% !important;
      border: none;
      outline: none; }
    @media (max-width: 1380px) {
      .brewing-item__featured-image {
        height: 28vw; } }
    @media (max-width: 800px) {
      .brewing-item__featured-image {
        height: 55vw; } }
  .brewing-item__content {
    column-count: 2;
    column-gap: 25px;
    margin-bottom: 60px; }
    @media (max-width: 700px) {
      .brewing-item__content {
        column-count: 1;
        column-gap: 0px;
        margin-bottom: 40px; } }
  .brewing-item__title-wrapper {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    text-transform: uppercase; }
    .brewing-item__title-wrapper span {
      margin: 0px 10px; }
    @media (max-width: 700px) {
      .brewing-item__title-wrapper {
        margin-bottom: 20px; } }
  .brewing-item__highlight-link {
    color: #b5a078; }
  .brewing-item__product-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .brewing-item__product {
    width: calc(33.33% - 16.5px);
    margin-bottom: 25px; }
    @media (max-width: 700px) {
      .brewing-item__product {
        width: calc(50% - 10px);
        margin-bottom: 20px; } }
  .brewing-item__product-link {
    height: 179px;
    display: block;
    width: 100%;
    line-height: 0px;
    margin-bottom: 12px; }
    .brewing-item__product-link:hover {
      opacity: .5; }
    @media (max-width: 1380px) {
      .brewing-item__product-link {
        height: auto; }
        .brewing-item__product-link:after {
          content: '';
          padding-bottom: 100%;
          display: block; } }
  .brewing-item--mobile {
    display: none; }
    @media (max-width: 800px) {
      .brewing-item--mobile {
        display: block; } }

.blog-archive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.blog-item {
  width: calc(50% - 12.5px);
  margin-bottom: 25px; }
  @media (max-width: 700px) {
    .blog-item {
      width: 100%;
      margin-bottom: 40px; } }
  .blog-item--landscape .blog-item__featured-image a {
    height: 411px; }
    @media (max-width: 1380px) {
      .blog-item--landscape .blog-item__featured-image a {
        height: 28.1vw; } }
    @media (max-width: 700px) {
      .blog-item--landscape .blog-item__featured-image a {
        height: 58.5vw; } }
  .blog-item--portrait .blog-item__featured-image a {
    height: 787px; }
    @media (max-width: 1380px) {
      .blog-item--portrait .blog-item__featured-image a {
        height: 54.5vw; } }
    @media (max-width: 700px) {
      .blog-item--portrait .blog-item__featured-image a {
        height: 128vw; } }
  .blog-item__featured-image {
    margin-bottom: 25px; }
    @media (max-width: 700px) {
      .blog-item__featured-image {
        margin-bottom: 20px; } }
    .blog-item__featured-image a {
      display: block;
      line-height: 0px; }
      .blog-item__featured-image a:hover {
        opacity: .5; }
      .blog-item__featured-image a p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1.2;
        font-family: 'ZEST', Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        color: #b5a078; }
        @media screen and (min-width: 800px) {
          .blog-item__featured-image a p {
            font-size: 24px;
            line-height: 1.2; } }
        @media screen and (min-width: 1040px) {
          .blog-item__featured-image a p {
            font-size: 24px;
            line-height: 1.2; } }
        @media screen and (min-width: 1380px) {
          .blog-item__featured-image a p {
            font-size: 24px;
            line-height: 1.2; } }
  .blog-item__post-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }
  .blog-item__title-author-wrapper {
    width: calc(50% - 12.5px); }
    @media (max-width: 800px) {
      .blog-item__title-author-wrapper {
        width: 100%; } }
  .blog-item__author {
    text-transform: uppercase;
    font-size: 10px; }
  .blog-item__date {
    font-size: 10px; }
  .blog-item__excerpt {
    width: calc(50% - 12.5px);
    padding-right: 50px; }
    @media (max-width: 1040px) {
      .blog-item__excerpt {
        display: none; } }
  .blog-item__button {
    padding: 10px 15px; }
    @media (max-width: 800px) {
      .blog-item__button {
        display: none; } }
    .blog-item__button:hover {
      background: #b5a078;
      border: solid 1px #b5a078;
      color: #ffffff; }
  .blog-item__title {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 15px; }

.single-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  .single-post__image-gallery {
    width: calc(50% - 12.5px); }
    @media (max-width: 700px) {
      .single-post__image-gallery {
        display: none; } }
    .single-post__image-gallery--mobile-only {
      display: none; }
      @media (max-width: 700px) {
        .single-post__image-gallery--mobile-only {
          display: block;
          -ms-flex-order: 2;
              order: 2; } }
  .single-post__video-wrapper iframe {
    width: 100%; }
  @media (max-width: 700px) {
    .single-post__video-wrapper {
      margin-bottom: 20px; } }
  .single-post__content-wrapper {
    width: calc(50% - 12.5px); }
    @media (max-width: 700px) {
      .single-post__content-wrapper {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .single-post__title-wrapper {
    margin-bottom: 50px; }
    @media (max-width: 700px) {
      .single-post__title-wrapper {
        margin-bottom: 20px; } }
  .single-post__author {
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 1.4em; }
  .single-post__date {
    font-size: 10px; }
  .single-post__tags {
    width: 75%; }
    .single-post__tags a {
      opacity: 0.5;
      text-transform: uppercase; }
      .single-post__tags a:hover {
        opacity: 1; }
    @media (max-width: 800px) {
      .single-post__tags {
        width: 100%; } }
  .single-post__content {
    overflow-x: hidden; }
    @media (max-width: 700px) {
      .single-post__content {
        -ms-flex-order: 1;
            order: 1;
        margin-bottom: 20px; } }
    .single-post__content p > strong {
      font-weight: 500;
      font-style: italic; }
    .single-post__content iframe {
      width: 100%;
      filter: grayscale(1); }
  .single-post__image-wrapper {
    margin-bottom: 25px; }
    @media (max-width: 700px) {
      .single-post__image-wrapper {
        margin-bottom: 20px; } }
    .single-post__image-wrapper--two-images {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; }
      .single-post__image-wrapper--two-images .single-post__image {
        width: calc(50% - 12.5px);
        height: 200px; }
        @media (max-width: 1380px) {
          .single-post__image-wrapper--two-images .single-post__image {
            height: 11vw; } }
        @media (max-width: 700px) {
          .single-post__image-wrapper--two-images .single-post__image {
            height: 32vw;
            width: calc(50% - 10px); } }

.post-gallery-title {
  margin-bottom: 25px;
  max-width: 587px; }
  @media (max-width: 700px) {
    .post-gallery-title {
      margin-bottom: 20px; } }

.post-gallery__copy {
  max-width: 587px;
  margin-bottom: 25px; }
  @media (max-width: 700px) {
    .post-gallery__copy {
      margin-bottom: 20px; } }

.post-gallery__gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 700px) {
    .post-gallery__gallery.desktop-only {
      display: none; } }
  .post-gallery__gallery.mobile-only {
    display: none; }
    @media (max-width: 700px) {
      .post-gallery__gallery.mobile-only {
        display: block; } }

.post-gallery__column {
  width: calc(25% - 19px); }
  @media (max-width: 700px) {
    .post-gallery__column {
      width: 100%; } }

.post-gallery__image {
  display: block;
  margin-bottom: 25px; }
  @media (max-width: 700px) {
    .post-gallery__image {
      margin-bottom: 20px; } }

.lity-content img {
  max-height: 100vh !important;
  width: auto !important; }

.product-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.archive .product-item__overlay, .related-products .product-item__overlay {
  pointer-events: none; }

.product-item {
  width: calc(33.33% - 16.5px);
  margin-bottom: 25px; }
  .product-item:after {
    content: '';
    display: block;
    padding-bottom: 100%;
    width: 100%;
    pointer-events: none; }
  .product-item:hover .product-item__overlay {
    opacity: 1; }
  .product-item:hover .product-item__title,
  .product-item:hover .product-item__category,
  .product-item:hover .product-item__price,
  .product-item:hover .product-item__divider,
  .product-item:hover .product-item__button-wrap {
    opacity: 1;
    transform: translateY(0px); }
  @media (max-width: 800px) {
    .product-item {
      width: calc(50% - 12.5px); } }
  @media (max-width: 700px) {
    .product-item {
      width: 100%;
      margin-bottom: 20px; } }
  .product-item__overlay {
    width: 100%;
    height: 100%;
    background: rgba(246, 245, 240, 0.5);
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    position: absolute;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 700px) {
      .product-item__overlay {
        display: none; } }
  .product-item__category {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: .1s; }
    @media (max-width: 700px) {
      .product-item__category {
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0; } }
  .product-item__title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: .15s; }
    @media (max-width: 700px) {
      .product-item__title {
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0;
        font-size: 18px; } }
  .product-item__divider {
    margin: 10px 0px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: .2s; }
    @media (max-width: 700px) {
      .product-item__divider {
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0; } }
  .product-item__price {
    text-transform: uppercase;
    transform: translateY(20px);
    opacity: 0;
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: .25s; }
    @media (max-width: 700px) {
      .product-item__price {
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0; } }
  .product-item__button-wrap {
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: .30s;
    text-transform: uppercase;
    transform: translateY(20px);
    opacity: 0; }
  .product-item__button {
    font-size: 15px;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    border: solid 1px transparent;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 700px) {
      .product-item__button {
        padding: 10px 20px; } }
    .product-item__button:hover {
      background: #b5a078;
      color: #ffffff;
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-item__mobile-details {
    display: none;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 40px; }
    @media (max-width: 700px) {
      .product-item__mobile-details {
        display: block; } }

.shop-page-header {
  margin-bottom: 20px; }
  .shop-page-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 800px) {
      .shop-page-header__inner {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-align: start;
            align-items: flex-start; } }
  @media (max-width: 800px) {
    .shop-page-header__breadcrumbs {
      margin-top: 20px; } }
  @media (max-width: 700px) {
    .shop-page-header__categories {
      width: 100%; } }
  .shop-page-header .select-wrapper {
    position: relative; }
    @media (max-width: 700px) {
      .shop-page-header .select-wrapper {
        width: 100%; } }
    .shop-page-header .select-wrapper select {
      background: none;
      border: solid 1px #000000;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0px 8px;
      border-radius: 0px;
      font-size: 12px;
      height: 25.5px;
      padding-right: 20px;
      width: 100%; }
      .shop-page-header .select-wrapper select:focus {
        outline: 0; }
    .shop-page-header .select-wrapper::after {
      content: '';
      position: absolute;
      right: 10px;
      top: 50%;
      width: 10px;
      height: 6.5px;
      pointer-events: none;
      transform: translateY(-50%);
      background: url(../images/arrow-down.svg) no-repeat center;
      background-size: contain;
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.woocommerce-notices-wrapper {
  width: 100%; }

.coupon,
.checkout_coupon {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .coupon p:first-child,
  .checkout_coupon p:first-child {
    display: none; }
  .coupon label,
  .checkout_coupon label {
    display: none; }
  .coupon button,
  .checkout_coupon button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    border: 0px;
    border-radius: 0px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-left: 25px; }
    .coupon button:hover,
    .checkout_coupon button:hover {
      color: #b5a078; }

.cart-empty {
  text-transform: uppercase;
  width: 100%;
  display: block; }

.return-to-shop a {
  font-weight: 700;
  text-transform: uppercase; }

.woocommerce-info {
  width: 100%; }
  .woocommerce-info a {
    font-weight: 700; }

.woocommerce-error {
  width: 100%;
  text-transform: uppercase;
  color: #e62525;
  font-weight: 700;
  pointer-events: none; }

@media (max-width: 1000px) {
  .woocommerce-cart .footer {
    margin-top: 200px; } }

.woocommerce-cart .side-nav-btn.filter {
  display: none !important; }

.woocommerce-cart .actions {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 700px) {
    .woocommerce-cart .actions {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: start;
          align-items: flex-start; } }
  .woocommerce-cart .actions > button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    border: 0px;
    border-radius: 0px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-left: 50px; }
    @media (max-width: 700px) {
      .woocommerce-cart .actions > button {
        margin-left: 0px;
        margin-bottom: 20px;
        padding-left: 0px; } }
    .woocommerce-cart .actions > button:hover {
      color: #b5a078; }

.woocommerce-cart .woocommerce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative; }
  @media (max-width: 1000px) {
    .woocommerce-cart .woocommerce {
      padding-right: 0px; } }
  .woocommerce-cart .woocommerce .inner-wrapper--cart-page, .woocommerce-cart .woocommerce .woocommerce-account.logged-in .woocommerce, .woocommerce-account.logged-in .woocommerce-cart .woocommerce .woocommerce {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0; }
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 62%; }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 37%;
    border: solid 1px #000;
    padding: 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative; }
    @media (max-width: 1000px) {
      .woocommerce-cart .woocommerce .cart-collaterals {
        position: static;
        width: 100%; } }
    @media (max-width: 700px) {
      .woocommerce-cart .woocommerce .cart-collaterals {
        width: 100%;
        padding: 20px;
        border: 0px;
        padding: 0px;
        padding-top: 20px;
        border-top: solid 1px #000; } }
    .woocommerce-cart .woocommerce .cart-collaterals table {
      width: 100%; }
      .woocommerce-cart .woocommerce .cart-collaterals table tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start; }
        @media (max-width: 700px) {
          .woocommerce-cart .woocommerce .cart-collaterals table tr {
            margin-bottom: 10px; } }
        .woocommerce-cart .woocommerce .cart-collaterals table tr td {
          width: calc(50% - 12.5px); }
          @media (max-width: 700px) {
            .woocommerce-cart .woocommerce .cart-collaterals table tr td {
              width: 75%; } }
        .woocommerce-cart .woocommerce .cart-collaterals table tr th {
          width: calc(50% - 12.5px); }
          @media (max-width: 700px) {
            .woocommerce-cart .woocommerce .cart-collaterals table tr th {
              width: 20%; } }
    .woocommerce-cart .woocommerce .cart-collaterals h2 {
      font-size: 12px;
      line-height: 1.4;
      margin-bottom: 25px; }
      @media screen and (min-width: 1040px) {
        .woocommerce-cart .woocommerce .cart-collaterals h2 {
          font-size: 12px;
          line-height: 1.4; } }
      @media screen and (min-width: 1380px) {
        .woocommerce-cart .woocommerce .cart-collaterals h2 {
          font-size: 12px;
          line-height: 1.4; } }
      @media (max-width: 700px) {
        .woocommerce-cart .woocommerce .cart-collaterals h2 {
          font-size: 11px;
          margin-bottom: 20px; } }
    .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
      font-size: 24px;
      line-height: 1.2;
      display: block;
      font-weight: 700;
      padding: 0px;
      position: static;
      width: 100%;
      margin-top: 30px;
      text-align: center;
      border: solid 1px #000;
      bottom: -68px;
      left: 0;
      padding: 5px;
      line-height: 1.4 !important; }
      @media screen and (min-width: 800px) {
        .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
          font-size: 24px;
          line-height: 1.2; } }
      @media screen and (min-width: 1040px) {
        .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
          font-size: 24px;
          line-height: 1.2; } }
      @media screen and (min-width: 1380px) {
        .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
          font-size: 24px;
          line-height: 1.2; } }
      .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
        color: #fff;
        background: #b5a078;
        border: solid 1px #b5a078; }
      @media (max-width: 700px) {
        .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
          font-size: 18px;
          text-align: center;
          border: solid 1px #000;
          padding: 5px;
          margin-top: 20px;
          width: 100%; } }

.inner-wrapper--cart-page, .woocommerce-account.logged-in .woocommerce {
  min-height: 400px; }

.woocommerce-empty-cart .woocommerce {
  padding-right: 0px; }

.woocommerce-empty-cart .inner-wrapper--empty-cart {
  text-align: center; }

p.return-to-shop {
  display: none; }

.woocommerce-cart-form input {
  width: 100%;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  resize: none;
  color: #000000;
  border: solid 1px #000;
  padding: 0px 8px;
  border-radius: 0px;
  font-size: 12px;
  height: 25.5px;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce-cart-form input:focus {
    outline: 0px; }
  .woocommerce-cart-form input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; }
  .woocommerce-cart-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; }
  .woocommerce-cart-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
    opacity: 1; }
  .woocommerce-cart-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
    opacity: 1; }

.woocommerce-cart-form .shop_table {
  text-transform: uppercase; }
  .woocommerce-cart-form .shop_table thead {
    margin-bottom: 25px;
    display: block; }
    @media (max-width: 700px) {
      .woocommerce-cart-form .shop_table thead {
        margin-bottom: 20px; } }
  .woocommerce-cart-form .shop_table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
    text-align: left;
    margin-bottom: 25px; }
    @media (max-width: 700px) {
      .woocommerce-cart-form .shop_table tr {
        margin-bottom: 20px; } }
  .woocommerce-cart-form .shop_table .product-remove {
    position: absolute;
    left: -18px;
    top: 0;
    line-height: 100%; }
    .woocommerce-cart-form .shop_table .product-remove a {
      font-size: 24px; }
  .woocommerce-cart-form .shop_table .product-thumbnail {
    width: 19%;
    margin-right: 1%; }
    @media (max-width: 700px) {
      .woocommerce-cart-form .shop_table .product-thumbnail {
        display: none; } }
  .woocommerce-cart-form .shop_table .product-name,
  .woocommerce-cart-form .shop_table .product-price,
  .woocommerce-cart-form .shop_table .product-quantity,
  .woocommerce-cart-form .shop_table .product-subtotal {
    width: 19%;
    margin-right: 1%; }
    @media (max-width: 700px) {
      .woocommerce-cart-form .shop_table .product-name,
      .woocommerce-cart-form .shop_table .product-price,
      .woocommerce-cart-form .shop_table .product-quantity,
      .woocommerce-cart-form .shop_table .product-subtotal {
        width: 24%; } }
  .woocommerce-cart-form .shop_table thead .product-remove {
    display: none; }
  .woocommerce-cart-form .shop_table .quantity label {
    display: none; }
  .woocommerce-cart-form .shop_table .quantity input {
    width: 50%; }

.woocommerce-form-coupon-toggle {
  display: none; }

.select2 {
  display: none; }

.woocommerce-NoticeGroup {
  width: 100%;
  margin-bottom: 25px; }

#billing_country_field .woocommerce-input-wrapper {
  border: solid 1px #000;
  padding: 4px 8px;
  border-radius: 0px;
  font-size: 12px;
  height: 25.5px; }

#billing_country_field .country_select {
  height: 100%;
  padding: 0 0;
  border: none; }

.woocommerce-additional-fields .woocommerce-input-wrapper {
  margin-top: 5px;
  display: block; }

#place_order {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  border: 0px;
  border-radius: 0px;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 24px;
  padding: 0px;
  width: 100%;
  text-align: center;
  border: solid 1px #000;
  position: static;
  margin-top: 30px;
  bottom: -68px;
  left: 0;
  padding: 5px; }
  #place_order:hover {
    color: #fff;
    border: solid 1px #b5a078;
    background: #b5a078; }
  @media (max-width: 700px) {
    #place_order {
      font-size: 18px;
      text-align: center;
      border: solid 1px #000;
      padding: 5px;
      width: 100%;
      margin-top: 20px; }
      #place_order:hover {
        color: #fff;
        background: #b5a078;
        border: solid 1px #0064A5; } }

@media (max-width: 1000px) {
  .woocommerce-checkout .footer {
    margin-top: 200px; } }

.woocommerce-checkout .side-nav-btn.filter {
  display: none; }

.woocommerce-checkout h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 25px; }
  @media (max-width: 700px) {
    .woocommerce-checkout h3 {
      font-size: 11px; } }

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  resize: none;
  color: #000000;
  border: solid 1px #000;
  padding: 0px 8px;
  border-radius: 0px;
  font-size: 12px;
  height: 25.5px;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce-checkout input:focus,
  .woocommerce-checkout select:focus,
  .woocommerce-checkout textarea:focus {
    outline: 0px; }
  .woocommerce-checkout input:-ms-input-placeholder,
  .woocommerce-checkout select:-ms-input-placeholder,
  .woocommerce-checkout textarea:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; }
  .woocommerce-checkout input::placeholder,
  .woocommerce-checkout select::placeholder,
  .woocommerce-checkout textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; }
  .woocommerce-checkout input:-ms-input-placeholder,
  .woocommerce-checkout select:-ms-input-placeholder,
  .woocommerce-checkout textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
    opacity: 1; }
  .woocommerce-checkout input::-ms-input-placeholder,
  .woocommerce-checkout select::-ms-input-placeholder,
  .woocommerce-checkout textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
    opacity: 1; }

.woocommerce-checkout textarea {
  padding: 8px;
  height: auto; }

.woocommerce-checkout .checkout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1000px) {
    .woocommerce-checkout .checkout {
      padding-right: 0px; } }
  .woocommerce-checkout .checkout #order_review_heading {
    display: none; }
  .woocommerce-checkout .checkout .form-row label {
    text-transform: uppercase;
    display: block; }
  .woocommerce-checkout .checkout .form-row abbr {
    display: none; }
  .woocommerce-checkout .checkout .col2-set {
    width: 60%; }
    @media (max-width: 1000px) {
      .woocommerce-checkout .checkout .col2-set {
        width: 100%; } }
  .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12.5px; }
    .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
    .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
      margin-top: 5px;
      display: block;
      text-transform: uppercase; }
      .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper strong,
      .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper strong {
        font-weight: normal; }
    .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper p,
    .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper p {
      width: calc(50% - 12.5px); }
      @media (max-width: 700px) {
        .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper p,
        .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper p {
          width: 100%; } }
      .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper p#billing_address_2_field, .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper p#billing_address_1_field, .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper p#shipping_address_2_field, .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper p#shipping_address_1_field,
      .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper p#billing_address_2_field,
      .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper p#billing_address_1_field,
      .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper p#shipping_address_2_field,
      .woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper p#shipping_address_1_field {
        width: 100%; }
  .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper {
    margin-bottom: 25px; }
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order {
    width: 37%;
    border: solid 1px #000;
    padding: 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative; }
    .woocommerce-checkout .checkout .woocommerce-checkout-review-order table {
      width: 100%; }
      .woocommerce-checkout .checkout .woocommerce-checkout-review-order table thead {
        display: block;
        margin-bottom: 12px; }
      .woocommerce-checkout .checkout .woocommerce-checkout-review-order table tr {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-bottom: 12px; }
        .woocommerce-checkout .checkout .woocommerce-checkout-review-order table tr td {
          width: calc(50% - 12.5px); }
        .woocommerce-checkout .checkout .woocommerce-checkout-review-order table tr th {
          width: calc(50% - 12.5px); }
    @media (max-width: 1000px) {
      .woocommerce-checkout .checkout .woocommerce-checkout-review-order {
        position: static;
        width: 100%;
        margin-top: 25px; } }
    @media (max-width: 700px) {
      .woocommerce-checkout .checkout .woocommerce-checkout-review-order {
        width: 100%;
        padding: 20px;
        border: 0px;
        padding: 0px;
        padding-top: 20px;
        border-top: solid 1px #000;
        margin-top: 20px; } }

#shipping_method > li:nth-child(3) > label {
  word-wrap: break-word; }

#payment .payment_method_paypal img,
#payment .payment_method_paypal a {
  display: none; }

#payment .wc-credit-card-form {
  margin-bottom: 1.4em; }
  #payment .wc-credit-card-form .wc-stripe-elements-field:-ms-input-placeholder {
    font-family: 'Suisse Mono', Courier, monospace, sans-serif;
    font-size: 12px;
    color: black;
    opacity: 0.5; }
  #payment .wc-credit-card-form .wc-stripe-elements-field::placeholder {
    font-family: 'Suisse Mono', Courier, monospace, sans-serif;
    font-size: 12px;
    color: black;
    opacity: 0.5; }

#payment .payment_method_stripe img {
  display: none; }

#payment .wc-stripe-new-payment-method {
  height: 11px;
  width: 11px;
  border-radius: 100%;
  border: 1px solid #000;
  padding: 0; }

.woocommerce-form-login-toggle {
  margin-bottom: 25px; }
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 0; }

.woocommerce-form-login {
  margin-bottom: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-form-login p,
  .woocommerce-form-login div {
    width: 100%; }
  @media (max-width: 700px) {
    .woocommerce-form-login {
      margin-bottom: 40px; } }
  .woocommerce-form-login .form-row {
    width: calc(50% - 12.5px); }
    @media (max-width: 700px) {
      .woocommerce-form-login .form-row {
        width: 100%; } }
    .woocommerce-form-login .form-row input {
      display: block;
      margin-top: 5px; }
  .woocommerce-form-login .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    border: 0px;
    border-radius: 0px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-left: 25px; }
    .woocommerce-form-login .button:hover {
      color: #b5a078; }

.woocommerce-checkout {
  padding-top: 25px;
  border-top: 1px solid #000000; }

.woocommerce [type="checkbox"],
.woocommerce [type="radio"] {
  position: absolute !important;
  left: -9999px; }

.woocommerce-account-fields .woocommerce-form__label {
  font-weight: 700; }

.woocommerce-account-fields {
  margin-bottom: 25px; }

.create-account p:last-child {
  margin-bottom: 0; }

.create-account p > span {
  display: block;
  margin-top: 5px; }

.review-before-submit {
  padding-top: 15px; }

.woocommerce-info,
.woocommerce-message {
  text-transform: uppercase;
  margin-bottom: 25px; }

.single-product .woocommerce-message a {
  display: block;
  margin-bottom: 5px; }

.related-products {
  padding-top: 100px; }
  @media (max-width: 700px) {
    .related-products {
      padding-top: 50px; } }
  .related-products__products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .related-products h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px; }
    @media screen and (min-width: 800px) {
      .related-products h3 {
        font-size: 24px;
        line-height: 1.2; } }
    @media screen and (min-width: 1040px) {
      .related-products h3 {
        font-size: 24px;
        line-height: 1.2; } }
    @media screen and (min-width: 1380px) {
      .related-products h3 {
        font-size: 24px;
        line-height: 1.2; } }

.product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 800px) {
    .product {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .product .single-product-images-wrapper {
    width: calc(50% - 12.5px); }
    @media (max-width: 800px) {
      .product .single-product-images-wrapper {
        width: 100%;
        margin-bottom: 20px; } }
  .product .summary {
    width: calc(50% - 12.5px);
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 800px) {
      .product .summary {
        width: 100%;
        margin-left: 0px; } }
    .product .summary > .price {
      display: none; }
    .product .summary .product_title {
      margin-bottom: 10px; }
    .product .summary .single-product-content-wrapper {
      margin-bottom: 70px;
      max-width: 343px; }
      @media (max-width: 700px) {
        .product .summary .single-product-content-wrapper {
          margin-bottom: 40px;
          max-width: 100%; } }
    .product .summary .woocommerce-variation-price,
    .product .summary .woocommerce-variation-description {
      display: none; }
    .product .summary .button {
      box-sizing: border-box;
      -moz-appearance: none;
      -webkit-appearance: none;
      -ms-progress-appearance: none;
      background: transparent;
      border: 0px;
      border-radius: 0px;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 700;
      padding: 0px;
      width: auto;
      text-transform: uppercase;
      margin-top: 54px;
      margin-bottom: 12px;
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media screen and (min-width: 800px) {
        .product .summary .button {
          font-size: 24px;
          line-height: 1.2; } }
      @media screen and (min-width: 1040px) {
        .product .summary .button {
          font-size: 24px;
          line-height: 1.2; } }
      @media screen and (min-width: 1380px) {
        .product .summary .button {
          font-size: 24px;
          line-height: 1.2; } }
      .product .summary .button:focus {
        outline: 0px; }
      .product .summary .button:hover {
        color: #b5a078; }
      @media (max-width: 700px) {
        .product .summary .button {
          margin-top: 40px;
          font-size: 18px;
          margin-bottom: 5px; } }
    .product .summary .quantity {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      position: fixed;
      left: -9999px; }
      .product .summary .quantity input {
        width: 100%;
        box-sizing: border-box;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-progress-appearance: none;
        background: transparent;
        resize: none;
        color: #000000;
        border: 0px;
        text-transform: uppercase;
        padding: 0px;
        border-radius: 0px;
        font-size: 12px;
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .product .summary .quantity input:focus {
          outline: 0px; }
        .product .summary .quantity input:-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #000000;
          opacity: 1; }
        .product .summary .quantity input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #000000;
          opacity: 1; }
        .product .summary .quantity input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000000;
          opacity: 1; }
        .product .summary .quantity input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #000000;
          opacity: 1; }
    .product .summary .block-qty {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      width: 100%; }
      @media (max-width: 700px) {
        .product .summary .block-qty {
          -ms-flex-pack: justify;
              justify-content: space-between; } }
      .product .summary .block-qty label {
        width: 200px;
        margin-right: 25px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative; }
        .product .summary .block-qty label:before {
          content: "Select "; }
        @media (max-width: 700px) {
          .product .summary .block-qty label {
            margin-right: 0px;
            width: 50%; } }
        @media (max-width: 370px) {
          .product .summary .block-qty label:before {
            display: none; } }
      .product .summary .block-qty .value {
        position: relative;
        padding-right: 0px;
        width: 120px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media (max-width: 700px) {
          .product .summary .block-qty .value {
            padding-right: 12px;
            width: 50%; } }
        @media (max-width: 370px) {
          .product .summary .block-qty .value:before {
            display: none; } }
        .product .summary .block-qty .value select {
          width: 100%;
          box-sizing: border-box;
          -moz-appearance: none;
          -webkit-appearance: none;
          -ms-progress-appearance: none;
          background: transparent;
          resize: none;
          color: #000000;
          border: 0px;
          padding: 0px 20px 0px 0px;
          border-radius: 0px;
          font-size: 12px;
          transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          font-weight: 700; }
          .product .summary .block-qty .value select:focus {
            outline: 0px; }
          .product .summary .block-qty .value select:-ms-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #000000;
            opacity: 1; }
          .product .summary .block-qty .value select::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #000000;
            opacity: 1; }
          .product .summary .block-qty .value select:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #000000;
            opacity: 1; }
          .product .summary .block-qty .value select::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #000000;
            opacity: 1; }
          @media (max-width: 700px) {
            .product .summary .block-qty .value select {
              font-size: 11px; } }
        .product .summary .block-qty .value:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 0px;
          content: '';
          pointer-events: none;
          background: url(../images/arrow-down.svg) no-repeat center;
          background-size: contain;
          width: 10px;
          height: 6.5px; }
    .product .summary .variations {
      width: 100%; }
      .product .summary .variations tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        width: 100%; }
        @media (max-width: 700px) {
          .product .summary .variations tr {
            -ms-flex-pack: justify;
                justify-content: space-between; } }
        .product .summary .variations tr .label {
          width: 200px;
          margin-right: 25px;
          position: relative; }
          .product .summary .variations tr .label:before {
            content: "Select "; }
          @media (max-width: 700px) {
            .product .summary .variations tr .label {
              margin-right: 0px;
              width: 50%; } }
          @media (max-width: 370px) {
            .product .summary .variations tr .label:before {
              display: none; } }
        .product .summary .variations tr .value {
          position: relative;
          padding-right: 00px;
          width: 120px; }
          @media (max-width: 700px) {
            .product .summary .variations tr .value {
              padding-right: 12px;
              width: 50%; } }
          @media (max-width: 370px) {
            .product .summary .variations tr .value:before {
              display: none; } }
          .product .summary .variations tr .value select {
            width: 100%;
            box-sizing: border-box;
            -moz-appearance: none;
            -webkit-appearance: none;
            -ms-progress-appearance: none;
            background: transparent;
            resize: none;
            color: #000000;
            border: 0px;
            padding: 0px 20px 0px 0px;
            border-radius: 0px;
            font-size: 12px;
            transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
            font-weight: 700; }
            .product .summary .variations tr .value select:focus {
              outline: 0px; }
            .product .summary .variations tr .value select:-ms-input-placeholder {
              /* Chrome, Firefox, Opera, Safari 10.1+ */
              color: #000000;
              opacity: 1; }
            .product .summary .variations tr .value select::placeholder {
              /* Chrome, Firefox, Opera, Safari 10.1+ */
              color: #000000;
              opacity: 1; }
            .product .summary .variations tr .value select:-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: #000000;
              opacity: 1; }
            .product .summary .variations tr .value select::-ms-input-placeholder {
              /* Microsoft Edge */
              color: #000000;
              opacity: 1; }
            @media (max-width: 700px) {
              .product .summary .variations tr .value select {
                font-size: 11px; } }
          .product .summary .variations tr .value:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 0px;
            content: '';
            pointer-events: none;
            background: url(../images/arrow-down.svg) no-repeat center;
            background-size: contain;
            width: 10px;
            height: 6.5px; }
    .product .summary .reset_variations {
      display: none !important; }

.product-show-hide__item {
  border-bottom: solid 1px #0a0a0a; }
  .product-show-hide__item.active .product-show-hide__trigger:after {
    transform: rotate(180deg); }

.product-show-hide__trigger {
  display: block;
  width: 100%;
  padding: 10px 0px;
  position: relative; }
  .product-show-hide__trigger:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 6.5px;
    pointer-events: none;
    transform: translateY(-50%);
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: contain;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.product-show-hide__content {
  display: none;
  padding-bottom: 10px; }

.composition__header {
  margin-bottom: 10px; }

.composition__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }

.composition__column-1 {
  width: 39%; }

.composition__column-2 {
  width: 29%; }

.composition__column-3 {
  width: 29%; }

.brew__header {
  margin-bottom: 10px; }

.brew__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }

.brew__column-1 {
  width: 39%; }

.brew__column-2 {
  width: 29%; }

.brew__column-3 {
  width: 29%; }

.brew__download {
  margin-top: 10px;
  display: block; }

.error {
  padding-top: 80px; }
  @media (max-width: 700px) {
    .error {
      padding-top: 0; } }
  .error__title {
    font-size: 28px;
    line-height: 0.8;
    font-family: 'ZEST', Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 0.8;
    text-align: center; }
    @media screen and (min-width: 1040px) {
      .error__title {
        font-size: 48px;
        line-height: 0.8; } }
    @media screen and (min-width: 1380px) {
      .error__title {
        font-size: 48px;
        line-height: 0.8; } }
  @media (max-width: 700px) {
    .error__msg {
      text-align: center; } }

.woocommerce-account .page-header--title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000000; }
  .woocommerce-account .page-header--title h1 {
    margin-bottom: 0; }

.woocommerce-account #customer_login {
  width: 60%; }
  @media (max-width: 1000px) {
    .woocommerce-account #customer_login {
      width: 100%; } }
  .woocommerce-account #customer_login h2 {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 25px; }
    @media screen and (min-width: 1040px) {
      .woocommerce-account #customer_login h2 {
        font-size: 12px;
        line-height: 1.4; } }
    @media screen and (min-width: 1380px) {
      .woocommerce-account #customer_login h2 {
        font-size: 12px;
        line-height: 1.4; } }
  .woocommerce-account #customer_login input,
  .woocommerce-account #customer_login select,
  .woocommerce-account #customer_login textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    background: transparent;
    resize: none;
    color: #000000;
    border: solid 1px #000;
    padding: 0px 8px;
    border-radius: 0px;
    font-size: 12px;
    height: 25.5px;
    text-transform: uppercase;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .woocommerce-account #customer_login input:focus,
    .woocommerce-account #customer_login select:focus,
    .woocommerce-account #customer_login textarea:focus {
      outline: 0px; }
    .woocommerce-account #customer_login input:-ms-input-placeholder,
    .woocommerce-account #customer_login select:-ms-input-placeholder,
    .woocommerce-account #customer_login textarea:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000000;
      opacity: 1; }
    .woocommerce-account #customer_login input::placeholder,
    .woocommerce-account #customer_login select::placeholder,
    .woocommerce-account #customer_login textarea::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000000;
      opacity: 1; }
    .woocommerce-account #customer_login input:-ms-input-placeholder,
    .woocommerce-account #customer_login select:-ms-input-placeholder,
    .woocommerce-account #customer_login textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000000;
      opacity: 1; }
    .woocommerce-account #customer_login input::-ms-input-placeholder,
    .woocommerce-account #customer_login select::-ms-input-placeholder,
    .woocommerce-account #customer_login textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #000000;
      opacity: 1; }
  .woocommerce-account #customer_login .form-row label {
    text-transform: uppercase;
    display: block; }
  .woocommerce-account #customer_login textarea {
    padding: 8px;
    height: auto; }

.woocommerce-account .woocommerce-form-register {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-account .woocommerce-form-register .form-row {
    width: calc(50% - 12.5px); }
    @media (max-width: 700px) {
      .woocommerce-account .woocommerce-form-register .form-row {
        width: 100%; } }
    .woocommerce-account .woocommerce-form-register .form-row:nth-child(3) {
      width: 100%; }

.woocommerce-form-register__submit {
  margin-top: 25px;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce-form-register__submit:hover {
    color: #ffffff; }

.woocommerce-account .woocommerce-form-login .button {
  display: block;
  margin-top: 25px;
  margin-left: 0; }

.woocommerce-account.logged-in input,
.woocommerce-account.logged-in select,
.woocommerce-account.logged-in textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  resize: none;
  color: #000000;
  border: solid 1px #000;
  padding: 0px 8px;
  border-radius: 0px;
  font-size: 12px;
  height: 25.5px;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce-account.logged-in input:focus,
  .woocommerce-account.logged-in select:focus,
  .woocommerce-account.logged-in textarea:focus {
    outline: 0px; }
  .woocommerce-account.logged-in input:-ms-input-placeholder,
  .woocommerce-account.logged-in select:-ms-input-placeholder,
  .woocommerce-account.logged-in textarea:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; }
  .woocommerce-account.logged-in input::placeholder,
  .woocommerce-account.logged-in select::placeholder,
  .woocommerce-account.logged-in textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; }
  .woocommerce-account.logged-in input:-ms-input-placeholder,
  .woocommerce-account.logged-in select:-ms-input-placeholder,
  .woocommerce-account.logged-in textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
    opacity: 1; }
  .woocommerce-account.logged-in input::-ms-input-placeholder,
  .woocommerce-account.logged-in select::-ms-input-placeholder,
  .woocommerce-account.logged-in textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
    opacity: 1; }

.woocommerce-account.logged-in.woocommerce-orders .woocommerce > div,
.woocommerce-account.logged-in.woocommerce-orders .woocommerce > nav {
  width: 62%; }
  @media (max-width: 1000px) {
    .woocommerce-account.logged-in.woocommerce-orders .woocommerce > div,
    .woocommerce-account.logged-in.woocommerce-orders .woocommerce > nav {
      width: 100%; } }

.woocommerce-account.logged-in .woocommerce > div,
.woocommerce-account.logged-in .woocommerce > nav {
  width: calc(50% - 12.5px); }
  @media (max-width: 1000px) {
    .woocommerce-account.logged-in .woocommerce > div,
    .woocommerce-account.logged-in .woocommerce > nav {
      width: 100%; } }
  .woocommerce-account.logged-in .woocommerce > div .my_account_orders,
  .woocommerce-account.logged-in .woocommerce > nav .my_account_orders {
    width: 100%; }
    .woocommerce-account.logged-in .woocommerce > div .my_account_orders .woocommerce-orders-table__row,
    .woocommerce-account.logged-in .woocommerce > nav .my_account_orders .woocommerce-orders-table__row {
      padding-top: 25px;
      border-top: 1px solid #000000;
      margin-bottom: 25px; }
      .woocommerce-account.logged-in .woocommerce > div .my_account_orders .woocommerce-orders-table__row:last-child,
      .woocommerce-account.logged-in .woocommerce > nav .my_account_orders .woocommerce-orders-table__row:last-child {
        margin-bottom: 0; }
    .woocommerce-account.logged-in .woocommerce > div .my_account_orders tr,
    .woocommerce-account.logged-in .woocommerce > nav .my_account_orders tr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      position: relative;
      text-align: left;
      margin-bottom: 25px; }
    .woocommerce-account.logged-in .woocommerce > div .my_account_orders th,
    .woocommerce-account.logged-in .woocommerce > div .my_account_orders td,
    .woocommerce-account.logged-in .woocommerce > nav .my_account_orders th,
    .woocommerce-account.logged-in .woocommerce > nav .my_account_orders td {
      -ms-flex: 2;
          flex: 2;
      padding-right: 1em; }
      .woocommerce-account.logged-in .woocommerce > div .my_account_orders th:first-child,
      .woocommerce-account.logged-in .woocommerce > div .my_account_orders td:first-child,
      .woocommerce-account.logged-in .woocommerce > nav .my_account_orders th:first-child,
      .woocommerce-account.logged-in .woocommerce > nav .my_account_orders td:first-child {
        -ms-flex: 1;
            flex: 1; }
      .woocommerce-account.logged-in .woocommerce > div .my_account_orders th:last-child,
      .woocommerce-account.logged-in .woocommerce > div .my_account_orders td:last-child,
      .woocommerce-account.logged-in .woocommerce > nav .my_account_orders th:last-child,
      .woocommerce-account.logged-in .woocommerce > nav .my_account_orders td:last-child {
        padding-right: 0; }
      .woocommerce-account.logged-in .woocommerce > div .my_account_orders th span,
      .woocommerce-account.logged-in .woocommerce > div .my_account_orders td span,
      .woocommerce-account.logged-in .woocommerce > nav .my_account_orders th span,
      .woocommerce-account.logged-in .woocommerce > nav .my_account_orders td span {
        text-decoration: none; }
    .woocommerce-account.logged-in .woocommerce > div .my_account_orders .button,
    .woocommerce-account.logged-in .woocommerce > nav .my_account_orders .button {
      padding: 0 0;
      font-size: 12px;
      line-height: 1.4;
      font-weight: normal;
      text-decoration: underline; }
      @media screen and (min-width: 1040px) {
        .woocommerce-account.logged-in .woocommerce > div .my_account_orders .button,
        .woocommerce-account.logged-in .woocommerce > nav .my_account_orders .button {
          font-size: 12px;
          line-height: 1.4; } }
      @media screen and (min-width: 1380px) {
        .woocommerce-account.logged-in .woocommerce > div .my_account_orders .button,
        .woocommerce-account.logged-in .woocommerce > nav .my_account_orders .button {
          font-size: 12px;
          line-height: 1.4; } }

.woocommerce-account.logged-in .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 25px; }

.woocommerce-account.logged-in .woocommerce .validate-state span {
  position: relative; }
  .woocommerce-account.logged-in .woocommerce .validate-state span:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
    content: '';
    pointer-events: none;
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 6.5px;
    pointer-events: none; }

.woocommerce-account.logged-in .woocommerce .edit-account .woocommerce-form-row label {
  text-transform: uppercase;
  display: block; }

.woocommerce-account.logged-in .woocommerce .edit-account .woocommerce-form-row .input-text {
  border: solid 1px #000;
  padding: 4px 8px;
  border-radius: 0px;
  font-size: 12px;
  width: 100%;
  display: block;
  height: 25.5px;
  background: transparent;
  margin-top: 5px;
  display: block; }

.woocommerce-account.logged-in .woocommerce .edit-account .woocommerce-form-row em {
  margin-top: 5px;
  display: block;
  font-style: normal; }

.woocommerce-account.logged-in .woocommerce .edit-account fieldset {
  display: block;
  margin-top: 50px;
  padding: 0 0;
  border: none; }
  .woocommerce-account.logged-in .woocommerce .edit-account fieldset legend {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media (max-width: 700px) {
      .woocommerce-account.logged-in .woocommerce .edit-account fieldset legend {
        font-size: 11px; } }

.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .form-row label,
.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .woocommerce-form-row label,
.woocommerce-account.logged-in .woocommerce .edit-account .form-row label,
.woocommerce-account.logged-in .woocommerce .edit-account .woocommerce-form-row label {
  text-transform: uppercase;
  display: block; }

.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .form-row .woocommerce-input-wrapper,
.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .woocommerce-form-row .woocommerce-input-wrapper,
.woocommerce-account.logged-in .woocommerce .edit-account .form-row .woocommerce-input-wrapper,
.woocommerce-account.logged-in .woocommerce .edit-account .woocommerce-form-row .woocommerce-input-wrapper {
  margin-top: 5px;
  display: block; }

.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .form-row .woocommerce-input-wrapper strong,
.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .woocommerce-form-row .woocommerce-input-wrapper strong,
.woocommerce-account.logged-in .woocommerce .edit-account .form-row .woocommerce-input-wrapper strong,
.woocommerce-account.logged-in .woocommerce .edit-account .woocommerce-form-row .woocommerce-input-wrapper strong {
  font-weight: normal; }

.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .form-row .input-text,
.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .woocommerce-form-row .input-text,
.woocommerce-account.logged-in .woocommerce .edit-account .form-row .input-text,
.woocommerce-account.logged-in .woocommerce .edit-account .woocommerce-form-row .input-text {
  border: solid 1px #000;
  padding: 4px 8px;
  border-radius: 0px;
  font-size: 12px;
  width: 100%;
  display: block;
  height: 25.5px;
  background: transparent; }

.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields .button,
.woocommerce-account.logged-in .woocommerce .edit-account .button {
  margin-top: 30px; }

.woocommerce-account.logged-in .woocommerce abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important; }

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 25px; }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li {
    margin-bottom: 5px; }
    .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation li:last-child {
      margin-bottom: 0; }

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  font-style: normal; }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a {
    text-decoration: underline; }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h3,
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
    margin-bottom: 25px; }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h3 + a {
    margin-bottom: 5px; }
  .woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content address {
    font-style: normal; }

.woocommerce-password-strength,
.woocommerce-password-hint {
  display: block;
  margin-top: 1.4em;
  font-size: 12px;
  line-height: 1.4; }
  @media screen and (min-width: 1040px) {
    .woocommerce-password-strength,
    .woocommerce-password-hint {
      font-size: 12px;
      line-height: 1.4; } }
  @media screen and (min-width: 1380px) {
    .woocommerce-password-strength,
    .woocommerce-password-hint {
      font-size: 12px;
      line-height: 1.4; } }

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px; }
  .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0; }

.search-wrapper {
  padding-top: 50px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  .search-wrapper .form-wrapper {
    margin-top: 50px; }
    @media (max-width: 800px) {
      .search-wrapper .form-wrapper {
        width: 100%; } }
    .search-wrapper .form-wrapper input {
      width: calc(100% - 200px);
      box-sizing: border-box;
      background: transparent;
      resize: none;
      color: #000000;
      border: solid 1px #000;
      padding: 0px 8px;
      border-radius: 0px;
      font-size: 12px;
      height: 25.5px;
      text-transform: uppercase;
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 800px) {
        .search-wrapper .form-wrapper input {
          width: 100%; } }
      .search-wrapper .form-wrapper input[type="submit"] {
        width: 178px;
        transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        @media (max-width: 800px) {
          .search-wrapper .form-wrapper input[type="submit"] {
            width: 100%; } }
        .search-wrapper .form-wrapper input[type="submit"]:hover {
          background: #b5a078;
          color: #fff;
          border: solid 1px #b5a078; }
      .search-wrapper .form-wrapper input[type="radio"] {
        width: 20px;
        transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        vertical-align: middle;
        margin: 0 0.75em;
        position: relative !important;
        left: unset;
        visibility: hidden;
        text-align: right; }
        .search-wrapper .form-wrapper input[type="radio"]:before {
          content: '\2717';
          font-weight: bold;
          visibility: visible;
          vertical-align: sub; }
        .search-wrapper .form-wrapper input[type="radio"]:checked:before {
          content: '\2713'; }
  .search-wrapper .search-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 0.5em; }
    .search-wrapper .search-filter p {
      margin-bottom: 0; }

.search-results {
  margin-bottom: 1em; }
  .search-results h1 {
    margin-bottom: 0; }

.popup {
  background: rgba(246, 245, 240, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .popup.active {
    opacity: 1;
    visibility: visible; }
    .popup.active .popup__inner {
      opacity: 1;
      transform: translateY(0px); }
  @media (max-width: 700px) {
    .popup {
      padding: 0px 20px; } }
  .popup__inner {
    padding: 25px;
    background: #f6f5f0;
    border: solid 1px #000;
    width: 100%;
    max-width: 430px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: .3s; }
    @media (max-width: 700px) {
      .popup__inner {
        padding: 20px; } }

.site-popup {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .site-popup h2 {
    font-size: 36px; }
    @media (max-width: 700px) {
      .site-popup h2 {
        font-size: 28px; } }
  .site-popup__content {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px; }
  .site-popup.active {
    opacity: 1;
    visibility: visible; }
    .site-popup.active .site-popup__inner {
      opacity: 1;
      transform: translateY(0px); }
  @media (max-width: 700px) {
    .site-popup {
      padding: 0px 20px; } }
  .site-popup__close {
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 700;
    color: #ffffff;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 18px; }
    @media (max-width: 1600px) {
      .site-popup__close {
        font-size: 15px; } }
    @media (max-width: 700px) {
      .site-popup__close {
        font-size: 12px; } }
  .site-popup__inner {
    padding: 25px;
    background: #f6f5f0;
    border: solid 1px #000;
    width: 100%;
    max-width: 787px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: .3s;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative; }
    @media (max-width: 700px) {
      .site-popup__inner {
        padding: 20px; } }

.scrolled .header {
  background: rgba(246, 245, 240, 0.9); }
  .scrolled .header__logo-large {
    opacity: 0;
    pointer-events: none; }
  .scrolled .header__logo-small {
    opacity: 1;
    pointer-events: auto; }

.scrolled .header__left ul li.menu-item-has-children .sub-menu {
  background: transparent; }
  .scrolled .header__left ul li.menu-item-has-children .sub-menu::after {
    background: rgba(246, 245, 240, 0.9); }

.menu-open .header {
  background: rgba(246, 245, 240, 0.9); }
  .menu-open .header a {
    color: #000000 !important; }
    .menu-open .header a:hover {
      color: #b5a078 !important; }
      .menu-open .header a:hover svg path {
        fill: #b5a078 !important; }
  .menu-open .header svg path {
    fill: #000000 !important; }

.has-page-header.scrolled .header a {
  color: #000000; }
  .has-page-header.scrolled .header a:hover {
    color: #b5a078; }
    .has-page-header.scrolled .header a:hover svg path {
      fill: #b5a078; }

.has-page-header.scrolled .header svg path {
  fill: #000000; }

.has-page-header.scrolled .header__left ul li.menu-item-has-children .sub-menu {
  background: transparent; }
  .has-page-header.scrolled .header__left ul li.menu-item-has-children .sub-menu::after {
    background: rgba(246, 245, 240, 0.9); }

.has-page-header .header a {
  color: #ffffff; }
  .has-page-header .header a:hover {
    color: #b5a078; }
    .has-page-header .header a:hover svg path {
      fill: #b5a078; }

.has-page-header .header svg path {
  fill: #ffffff; }

.has-page-header .header .header__left ul li.menu-item-has-children .sub-menu {
  background: transparent; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 790;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .admin-bar .header {
    top: 32px; }
  .header a:hover svg path {
    fill: #b5a078; }
  .header svg path {
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding: 15px 40px; }
    @media (max-width: 700px) {
      .header__inner {
        padding: 15px; } }
  .header__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 1200px) {
      .header__left {
        display: none; } }
    .header__left ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .header__left ul > li {
        margin-right: 40px; }
        @media (max-width: 1600px) {
          .header__left ul > li {
            margin-right: 20px; } }
        .header__left ul > li a {
          text-transform: uppercase;
          font-size: 18px; }
          @media (max-width: 1600px) {
            .header__left ul > li a {
              font-size: 15px; } }
      .header__left ul li.menu-item-has-children {
        position: relative; }
        .header__left ul li.menu-item-has-children:hover > .sub-menu {
          opacity: 1;
          transform: none;
          visibility: visible; }
        .header__left ul li.menu-item-has-children .sub-menu {
          position: absolute;
          left: -20px;
          top: calc(100% + 16px);
          padding: 0px 20px 15px;
          -ms-flex-direction: column;
              flex-direction: column;
          transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-delay: 500ms;
          visibility: hidden;
          opacity: 0;
          z-index: 2; }
          .header__left ul li.menu-item-has-children .sub-menu > li .sub-menu {
            position: static;
            padding-top: 0;
            padding-bottom: 0;
            max-height: 0;
            overflow: hidden;
            -ms-flex-direction: column;
            flex-direction: column;
            transition: all .4s;
            opacity: 1;
            visibility: visible; }
          .header__left ul li.menu-item-has-children .sub-menu > li:hover .sub-menu {
            max-height: 999px;
            overflow: hidden;
            -ms-flex-direction: column;
            flex-direction: column;
            transition: all .4s; }
          @media (max-width: 1600px) {
            .header__left ul li.menu-item-has-children .sub-menu {
              top: calc(100% + 18px); } }
          .header__left ul li.menu-item-has-children .sub-menu::after {
            content: '';
            width: 150vw;
            background: transparent;
            height: 100%;
            position: absolute;
            left: -50vw;
            top: 0;
            z-index: -1;
            pointer-events: none;
            transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .header__left ul li.menu-item-has-children .sub-menu li a {
            font-weight: normal;
            white-space: nowrap; }
  .header__logo-small {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 110px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    line-height: 0;
    opacity: 0;
    pointer-events: none; }
    .header__logo-small svg {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 1200px) {
      .header__logo-small {
        opacity: 1;
        pointer-events: auto;
        width: 90px;
        height: auto; } }
  .header__logo-large {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 209px;
    line-height: 0;
    height: 128px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media screen and (max-width: 1200px) {
      .header__logo-large {
        display: none; } }
  .header__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
    .header__right > a {
      text-transform: uppercase;
      font-size: 18px;
      margin-left: 40px; }
      @media (max-width: 1600px) {
        .header__right > a {
          margin-left: 20px;
          font-size: 15px; } }
  .header__cart-button {
    padding-left: 20px;
    position: relative; }
    @media (max-width: 700px) {
      .header__cart-button {
        font-size: 12px !important;
        padding-left: 16px; } }
    .header__cart-button span.cart-icon {
      width: 17px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 1px;
      display: block; }
      @media (max-width: 700px) {
        .header__cart-button span.cart-icon {
          height: auto;
          width: 14px;
          top: 0; } }
  .header__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 40px; }
    @media (max-width: 1600px) {
      .header__socials {
        margin-left: 20px; } }
    @media screen and (max-width: 1200px) {
      .header__socials {
        display: none; } }
    .header__socials a:first-child {
      margin-right: 12px; }
    .header__socials a {
      width: 24px; }
  .header__trigger {
    display: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .header__trigger {
        display: block; } }
    @media (max-width: 700px) {
      .header__trigger {
        font-size: 12px; } }
  @media screen and (max-width: 1200px) {
    .header__newsletter {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .header__featured-link {
      display: none; } }
  .header__search {
    height: 25.19px;
    margin-right: 25px; }
    .header__search svg {
      width: 23px !important; }
  .header .mobile-only {
    display: none; }
    @media (max-width: 700px) {
      .header .mobile-only {
        display: block; } }

.footer {
  padding-top: 70px;
  margin-top: 50px;
  border-top: solid 1px #000000; }
  @media (max-width: 700px) {
    .footer {
      padding-top: 40px; } }
  .footer--menu {
    padding: 30px 15px 15px;
    text-align: center;
    margin-top: 0; }
    .footer--menu > div {
      margin-bottom: 15px; }
    .footer--menu .copyright {
      margin-top: 15px; }
  .footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 57px;
    border-bottom: solid 1px #000000;
    margin-bottom: 40px; }
    @media (max-width: 700px) {
      .footer__top {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        padding-bottom: 30px;
        margin-bottom: 30px; } }
  .footer__logo {
    width: 110px;
    height: 30px; }
    @media (max-width: 700px) {
      .footer__logo {
        margin-bottom: 20px;
        width: 90px;
        height: auto; } }
  .footer__payments {
    max-width: 178px;
    padding-top: 20px; }
  .footer__middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 700px) {
      .footer__middle {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .footer__content {
    padding-top: 6px; }
    @media (max-width: 700px) {
      .footer__content {
        padding-top: 0; } }
  .footer__column {
    width: calc(33.33% - 16.5px); }
    @media (max-width: 700px) {
      .footer__column {
        width: 100%; }
        .footer__column:nth-child(2), .footer__column:nth-child(3) {
          width: 48%;
          padding-top: 30px; } }
    .footer__column h4 {
      font-size: 24px;
      margin-bottom: 20px; }
      @media (max-width: 700px) {
        .footer__column h4 {
          font-size: 18px; } }
  .footer__menu li {
    margin-bottom: 6px; }
    .footer__menu li a {
      text-transform: uppercase; }
  .footer__bottom {
    padding-top: 37px;
    padding-bottom: 40px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    text-transform: uppercase; }
    @media (max-width: 1040px) {
      .footer__bottom {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .footer__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .footer__socials a {
      width: 30px;
      margin-right: 12px; }
      @media (max-width: 700px) {
        .footer__socials a {
          width: 30px;
          margin-right: 18px; } }
      .footer__socials a svg path {
        transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .footer__socials a:hover svg path {
        fill: #b5a078; }
  .footer__credits {
    font-weight: normal; }
    @media (max-width: 1040px) {
      .footer__credits {
        margin-top: 10px; } }

.instagram-module {
  padding-top: 70px; }
  @media (max-width: 700px) {
    .instagram-module {
      padding-top: 50px; } }
  .instagram-module__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .instagram-module__images a {
      width: calc(33.33% - 16.5px);
      position: relative;
      transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .instagram-module__images a:hover {
        opacity: .5; }
      @media (max-width: 700px) {
        .instagram-module__images a {
          width: 100%;
          margin-bottom: 15px; }
          .instagram-module__images a:last-child {
            margin-bottom: 0; } }
      .instagram-module__images a::after {
        content: '';
        padding-bottom: 100%;
        display: block; }

.page-header__slide {
  position: relative;
  height: calc(100vh - 100px); }
  @media (max-width: 800px) {
    .page-header__slide {
      height: 480px; } }
  @media (max-width: 700px) {
    .page-header__slide {
      height: 270px; } }

.page-header .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(-50%); }
  @media (max-width: 700px) {
    .page-header .owl-dots {
      bottom: 10px; } }
  .page-header .owl-dots button {
    width: 16px;
    height: 16px;
    border: solid 1px #ffffff;
    background: transparent;
    border-radius: 100%;
    display: block;
    margin: 0 7px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 700px) {
      .page-header .owl-dots button {
        width: 12px;
        height: 12px; } }
    .page-header .owl-dots button:focus {
      border: 0;
      outline: 0; }
    .page-header .owl-dots button.active {
      background: #ffffff; }

.woocommerce-breadcrumb {
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media (max-width: 700px) {
    .woocommerce-breadcrumb {
      margin-bottom: 10px; } }

.has-page-header .builder-container {
  padding-top: 100px; }
  @media (max-width: 700px) {
    .has-page-header .builder-container {
      padding-top: 50px; } }

@media (max-width: 700px) {
  .has-page-header.home .builder-container {
    padding-top: 0; } }

.builder-container {
  padding-top: 50px; }
  @media (max-width: 700px) {
    .builder-container {
      padding-top: 30px; } }
  .builder-container__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px; }
  .builder-container__col {
    width: calc(50% - 12.5px); }
    @media (max-width: 800px) {
      .builder-container__col {
        width: 100%;
        margin-bottom: 25px; } }
    .builder-container__col .lazy {
      margin-bottom: 25px; }
      .builder-container__col .lazy:last-child {
        margin-bottom: 0; }
  .builder-container--text-block.center-alignment {
    width: 65%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (max-width: 800px) {
      .builder-container--text-block.center-alignment {
        width: 100%; } }
  .builder-container--text-block.left-alignment {
    width: calc(50% - 12.5px);
    display: block; }
    @media (max-width: 800px) {
      .builder-container--text-block.left-alignment {
        width: 100%; } }
  .builder-container--text-block.right-alignment {
    width: calc(50% - 12.5px);
    display: block;
    margin-left: auto; }
    @media (max-width: 800px) {
      .builder-container--text-block.right-alignment {
        width: 100%; } }
  .builder-container--image-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .builder-container--image-block .lazy {
      width: calc(50% - 12.5px);
      margin-bottom: 25px; }
      .builder-container--image-block .lazy:nth-last-child(-n+2) {
        margin-bottom: 0; }
      @media (max-width: 800px) {
        .builder-container--image-block .lazy {
          width: 100%; }
          .builder-container--image-block .lazy:nth-last-child(2) {
            margin-bottom: 25px; }
          .builder-container--image-block .lazy:last-child {
            margin-bottom: 0; } }

.home .module:first-of-type {
  padding-top: 50px; }

.module {
  padding: 50px 0; }
  .module--beige {
    background: #f6f5f0; }
  .module--white {
    background: #ffffff; }

.module-title {
  margin-bottom: 26px; }

.button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px; }
  @media (max-width: 700px) {
    .button-wrapper {
      padding-top: 20px; } }
  .button-wrapper a {
    margin-right: 20px;
    margin-bottom: 20px; }
    @media (max-width: 700px) {
      .button-wrapper a {
        margin-right: 10px;
        margin-bottom: 10px; } }

.module-columns__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module-columns__columns.module-columns__columns-2 .module-columns__column {
    width: calc(50% - 12.5px); }
    @media (max-width: 800px) {
      .module-columns__columns.module-columns__columns-2 .module-columns__column {
        width: 100%;
        margin-bottom: 30px; }
        .module-columns__columns.module-columns__columns-2 .module-columns__column:last-child {
          margin-bottom: 0; } }
  .module-columns__columns.module-columns__columns-2 .gform_wrapper {
    max-width: 381px; }
    @media (max-width: 700px) {
      .module-columns__columns.module-columns__columns-2 .gform_wrapper {
        max-width: 100%; } }
  .module-columns__columns.module-columns__columns-3 .module-columns__column {
    width: calc(33.33% - 16.5px); }
    @media (max-width: 800px) {
      .module-columns__columns.module-columns__columns-3 .module-columns__column {
        width: 100%;
        margin-bottom: 30px; }
        .module-columns__columns.module-columns__columns-3 .module-columns__column:last-child {
          margin-bottom: 0; } }

.module-columns__column {
  width: 100%; }

.module-products__products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module-products__products li {
    width: calc(33.33% - 16.5px); }

.module-gallery__slide {
  position: relative; }
  .module-gallery__slide::after {
    content: '';
    padding-bottom: 60%;
    display: block; }
  .module-gallery__slide img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
    position: absolute; }

.module-gallery .owl-stage-outer {
  padding-bottom: 40px; }

.module-gallery .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(-50%); }
  @media (max-width: 700px) {
    .module-gallery .owl-dots {
      bottom: 50px; } }
  .module-gallery .owl-dots button {
    width: 16px;
    height: 16px;
    border: solid 1px #ffffff;
    background: transparent;
    border-radius: 100%;
    display: block;
    margin: 0 7px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 700px) {
      .module-gallery .owl-dots button {
        width: 12px;
        height: 12px; } }
    .module-gallery .owl-dots button:focus {
      border: 0;
      outline: 0; }
    .module-gallery .owl-dots button.active {
      background: #ffffff; }

.module-gallery__caption {
  position: absolute;
  left: 0;
  bottom: -40px; }

.module-image-content-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(-50%); }
  .module-image-content-slider .owl-dots button {
    width: 16px;
    height: 16px;
    border: solid 1px #b5a078;
    background: transparent;
    border-radius: 100%;
    display: block;
    margin: 0 7px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 700px) {
      .module-image-content-slider .owl-dots button {
        width: 12px;
        height: 12px; } }
    .module-image-content-slider .owl-dots button:focus {
      border: 0;
      outline: 0; }
    .module-image-content-slider .owl-dots button.active {
      background: #b5a078; }

.module-image-content-slider__content {
  width: 100%; }

.module-image-content-slider .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

.module-image-content-slider__image-wrap {
  position: relative;
  margin-bottom: 20px; }
  .module-image-content-slider__image-wrap:hover .module-image-content-slider__image-two {
    opacity: 0; }

.module-image-content-slider__image-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.module-image-content-slider__slider {
  padding-bottom: 50px; }
  @media (max-width: 700px) {
    .module-image-content-slider__slider {
      padding-bottom: 40px; } }

.module-image-content-slider .button-wrap {
  padding-top: 50px;
  width: 100%; }
  @media (max-width: 700px) {
    .module-image-content-slider .button-wrap {
      padding-top: 20px; } }

.module-image-content-slider__slide {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }

.module-cta__inner {
  background: #f6f5f0;
  padding: 40px; }
  @media (max-width: 700px) {
    .module-cta__inner {
      padding: 20px; } }
  .module-cta__inner h1 {
    font-size: 48px; }
    @media (max-width: 800px) {
      .module-cta__inner h1 {
        font-size: 36px; } }
    @media (max-width: 700px) {
      .module-cta__inner h1 {
        font-size: 18px; } }

.parallax-window {
  min-height: 600px;
  background: transparent; }
  @media (max-width: 700px) {
    .parallax-window {
      max-height: 500px; } }

.parallax-mirror {
  z-index: 10 !important; }

.module-parallax {
  position: relative;
  padding: 0; }
  .module-parallax .inner-wrapper, .module-parallax .woocommerce-account.logged-in .woocommerce, .woocommerce-account.logged-in .module-parallax .woocommerce {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11; }
  .module-parallax__content h2,
  .module-parallax__content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media (max-width: 1380px) {
      .module-parallax__content h2,
      .module-parallax__content h1 {
        font-size: 36px; } }
    @media (max-width: 800px) {
      .module-parallax__content h2,
      .module-parallax__content h1 {
        font-size: 28px; } }
  .module-parallax__content p {
    font-size: 18px;
    font-weight: 700; }
  .module-parallax--white .module-parallax__content {
    color: #ffffff; }

.module-posts__posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-show-hide__inner {
  max-width: 788px; }

.module-show-hide__trigger {
  padding: 15px 0;
  display: block;
  padding-right: 60px;
  position: relative; }
  .module-show-hide__trigger::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 6.5px;
    pointer-events: none;
    transform: translateY(-50%);
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: contain;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.module-show-hide__item {
  border-bottom: solid 1px #000000; }
  .module-show-hide__item.active .module-show-hide__trigger::after {
    transform: translateY(-50%) rotateX(180deg); }

.module-show-hide__item-content {
  padding: 8px 0 15px;
  display: none; }

.module-testimonial .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(-50%); }
  .module-testimonial .owl-dots button {
    width: 16px;
    height: 16px;
    border: solid 1px #b5a078;
    background: transparent;
    border-radius: 100%;
    display: block;
    margin: 0 7px;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 700px) {
      .module-testimonial .owl-dots button {
        width: 12px;
        height: 12px; } }
    .module-testimonial .owl-dots button:focus {
      border: 0;
      outline: 0; }
    .module-testimonial .owl-dots button.active {
      background: #b5a078; }

.module-testimonial .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

.module-testimonial__slider {
  padding-bottom: 20px; }

.module-testimonial__slide {
  background: url(../images/slide-bg.png) no-repeat left top;
  background-size: contain;
  text-align: center;
  padding: 40px 30px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (max-width: 700px) {
    .module-testimonial__slide {
      padding: 30px 20px; } }
  .module-testimonial__slide p {
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 700px) {
      .module-testimonial__slide p {
        font-size: 14px; } }

/*# sourceMappingURL=app.css.map*/