/*
Theme Name: Flex Kit
Author: Thrive web design
Author URI: https://thriveweb.com.au/
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/** Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
  display: none;
}

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

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1,
.woocommerce-account h2,
.woocommerce-account h3 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
  font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
  cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
  -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #060606;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.4em;
  }
}

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

blockquote {
  padding: 5rem;
  position: relative;
  font-family: "Playfair Display", georgia, serif;
  color: #999999;
  font-style: italic;
  font-size: 2.2rem;
  text-align: center;
  margin: 0;
}

blockquote:before {
  content: "\f10d";
  font-family: "fontawesome";
  color: #999999;
  position: absolute;
  top: -2rem;
  left: -2rem;
  font-size: 7rem;
  opacity: 0.2;
}

@media screen and (max-width: 750px) {
  blockquote {
    padding: 2rem;
    font-size: 1.8rem;
  }
  blockquote:before {
    top: -2rem;
    left: 0;
    font-size: 4rem;
  }
}

@media screen and (max-width: 400px) {
  blockquote {
    padding: 1rem;
  }
  blockquote:before {
    top: -2rem;
    left: 0;
    font-size: 2rem;
  }
}

code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #060606;
  font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "DejaVu Sans Mono",
    Monaco, monospace;
}

pre > code {
  background: transparent;
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

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

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.8rem;
  padding: 0.6rem 1rem;
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border: 0.1rem solid #060606;
  outline: 0;
}

textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  min-height: 6.5rem;
}

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

.gfield_label {
  display: none;
}

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5rem;
}

.gform_ajax_spinner {
  display: block;
  margin: 1rem auto;
  height: 20px;
  width: 20px;
}

.validation_error,
.gform_confirmation_message {
  width: 100%;
  padding: 1rem;
  background: white;
  border: 1px solid #999999;
  margin: 1.5rem 0;
  font-weight: 500;
}

.validation_error:before,
.gform_confirmation_message:before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #060606;
}

.gform_confirmation_message:before {
  content: "\f164";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #060606;
}

.validation_message {
  background: white;
  font-weight: 500;
  border: 1px solid #999999;
}

.validation_message:before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #060606;
}

.validation_error,
.validation_message {
  display: none;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: tomato;
}

img.gform_ajax_spinner {
  max-width: 25px;
}

a {
  color: #060606;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #b5995a;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

dl {
  list-style: none;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

dt,
dd,
li {
  margin-bottom: 1rem;
}

hr {
  border-top: 0.1rem solid #f4f5f6;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

.button,
button {
  margin-bottom: 1rem;
}

.button:last-child,
button:last-child {
  margin-bottom: 0;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
  margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

th,
td {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

html {
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

html h1,
html .woocommerce-account h2,
.woocommerce-account html h2,
html .woocommerce-account h3,
.woocommerce-account html h3,
html h2,
html h3,
html h4,
html h5,
html h6,
html nav {
  opacity: 0;
}

html.wf-active h1,
html.wf-active .woocommerce-account h2,
.woocommerce-account html.wf-active h2,
html.wf-active .woocommerce-account h3,
.woocommerce-account html.wf-active h3,
html.wf-active h2,
html.wf-active h3,
html.wf-active h4,
html.wf-active h5,
html.wf-active h6,
html.wf-active nav {
  opacity: 1;
}

p {
  margin-top: 0;
}

h1,
.woocommerce-account h2,
.woocommerce-account h3,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", georgia, serif;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1,
.woocommerce-account h2,
.woocommerce-account h3 {
  font-size: 4rem;
  line-height: 1.2;
}

@media screen and (max-width: 400px) {
  h1,
  .woocommerce-account h2,
  .woocommerce-account h3 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

@media screen and (max-width: 750px) {
  h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 400px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
}

@media screen and (max-width: 400px) {
  h3 {
    font-size: 1.3rem;
  }
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.section {
  padding: 5rem 0;
}

@media screen and (max-width: 750px) {
  .section {
    padding: 2.5rem 0;
  }
}

.section.thin {
  padding: 2.5rem 0;
}

.section.thick {
  padding: 10rem 0;
}

@media screen and (max-width: 1110px) {
  .section.thick {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 750px) {
  .section.thick {
    padding: 2.5rem 0;
  }
}

.section.nopad {
  padding: 0;
}

.section.basepad {
  padding: 0 0 10rem 0;
}

@media screen and (max-width: 1110px) {
  .section.basepad {
    padding: 0 0 5rem 0;
  }
}

@media screen and (max-width: 750px) {
  .section.basepad {
    padding: 2.5rem 0;
  }
}

.container {
  width: calc(100% - 2rem);
  max-width: 1440px;
  margin: 0 auto;
}

.container.small {
  max-width: 1200px;
}

.container.smaller {
  max-width: 1000px;
}

.container.skinny {
  max-width: 800px;
}

.dark {
  background-color: #060606;
  color: white;
}

.black {
  background-color: #1a1a1a;
  color: white;
}

.light {
  background-color: #999999;
}

.lighter {
  background-color: rgba(153, 153, 153, 0.1);
}

.primary {
  background-color: #060606;
}

.white {
  background: white;
}

.color-white {
  color: white;
}

.color-primary {
  color: #060606;
}

.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-stratch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.one-half {
  width: 49%;
  position: relative;
}

.one-third {
  width: 32%;
  position: relative;
}

.one-quater {
  width: 24%;
  position: relative;
}

.three-quaters {
  width: 74%;
  position: relative;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-image img {
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .background-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
  }
}

.social {
  list-style: none;
}

.social li {
  display: inline-block;
}

.social a {
  padding: 5px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.tacenter {
  text-align: center;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

.relative {
  position: relative;
}

.half-width {
  position: relative;
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .half-width {
    display: block;
    width: 100%;
  }
}

.edit_link,
.cp_cache {
  position: fixed;
  margin: 0;
  top: 11rem;
  left: 10px;
  z-index: 99999;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.edit_link i,
.cp_cache i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #b5995a;
  border-radius: 30px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.edit_link span,
.cp_cache span {
  background-color: #b5995a;
  text-transform: uppercase;
  padding: 3px 5px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.edit_link a,
.cp_cache a {
  color: #ffffff;
  background-color: transparent;
}

.edit_link a:hover i,
.cp_cache a:hover i {
  background-color: #060606;
  color: #ffffff;
}

.edit_link a:hover span,
.cp_cache a:hover span {
  background-color: #060606;
  color: #ffffff;
}

.cp_cache {
  top: 15rem;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: none;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09f;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0.4);
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: transparent;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  border: 2px white solid;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.pagination--numeric {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination--numeric li {
  display: inline;
}

.pagination--numeric li a {
  display: inline-block;
  padding: 0 1rem;
}

.pagination--numeric .active a {
  color: #b5995a;
}

.button,
button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #3b3b3b),
    color-stop(50%, #333333)
  );
  background: linear-gradient(to right, #3b3b3b 50%, #333333 50%);
  background-color: #333333;
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0.6rem 3rem 1rem 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Playfair Display", georgia, serif;
}

@media screen and (max-width: 400px) {
  .button,
  button {
    width: 100%;
  }
}

.button:hover,
button:hover {
  background-position: left bottom;
  color: #ffffff;
}

.button:active,
button:active {
  -webkit-transform: scale(0.975);
  transform: scale(0.975);
}

.button.secondary,
button.secondary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #987e44),
    color-stop(50%, #b5995a)
  );
  background: linear-gradient(to right, #987e44 50%, #b5995a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-color: #b5995a;
  color: #060606;
}

.button.secondary:hover,
button.secondary:hover {
  background-position: left bottom;
}

.button.bordered,
button.bordered {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(181, 153, 90, 0.25)),
    color-stop(50%, transparent)
  );
  background: linear-gradient(
    to right,
    rgba(181, 153, 90, 0.25) 50%,
    transparent 50%
  );
  background-size: 200% 100%;
  background-position: right bottom;
  background-color: transparent !important;
  color: #060606;
  border: 2px solid #060606;
}

.button.bordered:hover,
button.bordered:hover {
  background-position: left bottom;
  border: 2px solid #b5995a;
  color: #1a1a1a;
}

.button.bordered.secondary,
button.bordered.secondary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(181, 153, 90, 0.25)),
    color-stop(50%, transparent)
  );
  background: linear-gradient(
    to right,
    rgba(181, 153, 90, 0.25) 50%,
    transparent 50%
  );
  background-size: 200% 100%;
  background-position: right bottom;
  color: #b5995a;
  border-color: #b5995a;
}

.button.bordered.secondary:hover,
button.bordered.secondary:hover {
  background-position: left bottom;
}

.footer {
  padding: 8rem 0 0 0;
  border-top: 1px solid #999999;
}

@media screen and (max-width: 550px) {
  .footer {
    padding: 4rem 0 0 0;
  }
}

@media screen and (max-width: 400px) {
  .footer {
    padding: 2rem 0 0 0;
  }
}

.footer .flex,
.footer .flex-row,
.footer .flex-column,
.footer .flex-start,
.footer .flex-end,
.footer .flex-center,
.footer .flex-stratch {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-logo {
  width: 150px;
  opacity: 0.6;
}

@media screen and (max-width: 750px) {
  .footer .one-quater:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .footer .one-quater {
    width: 100%;
    text-align: center;
  }
  .footer .one-quater h3 {
    display: none;
  }
}

.footer .one-quater h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 2rem 0;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}

.footer .one-quater ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

.footer .one-quater ul a {
  color: #999999;
}

.footer .one-quater ul a:hover {
  color: #1a1a1a;
}

.footer .social_links a {
  display: block;
  margin: 0 0 0 1rem;
  padding: 0.2rem 0 0 0;
  border: 1px solid #999999;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #999999 !important;
  border-radius: 50%;
}

.footer .social_links a:hover {
  border: 1px solid #060606;
  color: #060606 !important;
}

.footer .copy {
  display: block;
  text-align: center;
  color: #999999;
  margin: 4rem 0 1rem 0;
  font-size: 1.2rem;
}

.addthis_toolbox {
  margin: 0;
}

.addthis_toolbox ul {
  list-style: none;
  margin: -2rem 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.addthis_toolbox li {
  margin: 0 0.5rem;
  color: #999999;
}

.addthis_toolbox a {
  color: #999999;
}

.addthis_toolbox a:hover {
  color: #1a1a1a;
}

.content-layouts .wrap {
  width: 100%;
  max-width: 800px;
}

.content-layouts .content {
  width: 100%;
}

.content-layouts .layouts {
  margin-bottom: 4rem;
}

.content-layouts .layouts img {
  width: 100%;
  height: auto;
}

.content-layouts .layouts hr {
  border-top: #060606 1px solid;
}

.content-layouts .layouts ul,
.content-layouts .layouts ol {
  padding: 0 0 0 18px;
  list-style: disc;
}

.content-layouts .layouts ul li,
.content-layouts .layouts ol li {
  margin: 0;
}

.content-layouts .layouts ol {
  list-style: decimal;
}

.content-layouts .layouts a {
  text-decoration: underline;
}

.content-layouts .flex-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-layouts .one-half {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .content-layouts .one-half {
    width: 100%;
  }
}

.content-layouts .text-image-left .left-image {
  background-size: cover !important;
  width: 250px;
  height: 250px;
}

.content-layouts .two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem 0;
}

.content-layouts .two-col .one-half {
  width: 49.5%;
}

.content-layouts .gallery-wrap {
  margin: 2rem 0 4rem 0;
}

.content-layouts .gallery-wrap .title {
  font-size: 1.5rem;
  color: #060606;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
}

.content-layouts .gallery-wrap .gallery {
  display: none;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.content-layouts .gallery-wrap .gallery img {
  width: 50%;
  height: auto;
  display: block;
}

.content-layouts .gallery-wrap .gallery .flickity-prev-next-button {
  background: #060606;
  color: white;
  padding: 0;
  opacity: 0.3;
}

.content-layouts .gallery-wrap .gallery .flickity-prev-next-button .arrow {
  fill: white;
}

.content-layouts .gallery-wrap .gallery .flickity-prev-next-button:hover {
  opacity: 0.8;
}

.content-layouts .gallery-wrap .flickity-enabled {
  display: block;
}

.home-banner {
  background: #060606;
}

.home-banner .banner .slide {
  min-height: 80rem;
  display: block;
  width: 110%;
}

@media screen and (max-width: 1110px) {
  .home-banner .banner .slide {
    min-height: 50rem;
  }
}

@media screen and (max-width: 750px) {
  .home-banner .banner .slide {
    min-height: 30rem;
  }
}

@media screen and (max-width: 400px) {
  .home-banner .banner .slide {
    min-height: 20rem;
  }
}

.featued-products .flex,
.featued-products .flex-row,
.featued-products .flex-column,
.featued-products .flex-start,
.featued-products .flex-end,
.featued-products .flex-center,
.featued-products .flex-stratch {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featued-products a.overview-block-product {
  width: calc(100% / 3 - 2rem);
}

@media screen and (max-width: 550px) {
  .featued-products a.overview-block-product {
    width: 100%;
  }
}

.inline-banner {
  background: #999999;
}

.inline-banner .text-left {
  text-align: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inline-banner .text-left .overlay {
  padding: 4rem 10%;
}

.inline-banner .text-left .overlay h2 {
  color: #b5995a;
}

.featured-product-slider {
  height: 100%;
}

.featured-product-slider .flickity-viewport {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.featured-product-slider .overview {
  width: 100%;
  display: block;
}

.featured-product-slider .overview .overview-block-product {
  display: block;
  -webkit-transition: none !important;
  transition: none !important;
  overflow: hidden;
  width: 280px !important;
  margin-right: 40px;
  min-height: 380px;
}

.featured-product-slider .overview .overview-block-product img {
  margin: 0;
  display: block;
}

.featured-product-slider .flickity-prev-next-button .arrow {
  fill: #1a1a1a;
}

.featured-product-slider .flickity-prev-next-button.previous {
  left: -2rem;
}

.featured-product-slider .flickity-prev-next-button.next {
  right: -2rem;
}

.more-way-to-shop {
  max-width: 1000px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-way-to-shop a.one-third {
  position: relative;
  display: block;
  width: calc(100% / 3 - 2rem);
  text-align: center;
  text-transform: uppercase;
  color: #060606;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 400px) {
  .more-way-to-shop a.one-third {
    width: 100%;
  }
}

.more-way-to-shop a.one-third .hover {
  position: relative;
}

.more-way-to-shop a.one-third .hover span {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.more-way-to-shop a.one-third .hover span h4 {
  font-size: 3rem;
  font-family: "Playfair Display", georgia, serif;
  width: 80%;
  margin: 0 auto 3rem auto;
}

@media screen and (max-width: 750px) {
  .more-way-to-shop a.one-third .hover span h4 {
    display: none;
  }
}

.more-way-to-shop a.one-third:hover .hover {
  top: -0.5rem;
}

.more-way-to-shop a.one-third:hover .hover span {
  opacity: 1;
}

.more-way-to-shop a.one-third:hover img {
  opacity: 1;
}

.more-way-to-shop a.one-third:hover h4 {
  font-size: 3rem;
  font-family: "Playfair Display", georgia, serif;
  width: 80%;
  margin: 0 auto 3rem auto;
}

.more-way-to-shop a.one-third:hover span {
  color: #060606;
}

.more-way-to-shop a.one-third img {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.more-way-to-shop a.one-third h4 {
  color: inherit;
  font-size: 2rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}

@media screen and (max-width: 550px) {
  .more-way-to-shop a.one-third h4 {
    font-size: 1.6rem;
  }
}

.more-way-to-shop a.one-third span {
  font-size: 1.6rem;
}

@media screen and (max-width: 550px) {
  .more-way-to-shop a.one-third span {
    font-size: 1.2rem;
  }
}

.more-way-to-shop a.one-third span.cat {
  font-family: "Playfair Display", georgia, serif;
}

.testimonials-slider {
  color: #1a1a1a;
}

.testimonials-slider h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.2rem;
}

.testimonials-slider h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
}

.testimonials-slider img {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.testimonials-slider p em {
  font-size: 2.2rem;
}

.testimonials-slider .flickity-prev-next-button .arrow {
  fill: #1a1a1a;
}

.testimonials-slider .slide {
  min-height: 362px;
}

@media screen and (max-width: 750px) {
  .testimonials-slider .slide {
    min-height: 200px;
  }
}

.subscribe-form {
  color: #1a1a1a;
}

.subscribe-form h2 {
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 550px) {
  .subscribe-form h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 400px) {
  .subscribe-form h2 {
    font-size: 1.3rem;
  }
}

.subscribe-form h2:before {
  content: "|";
  font-weight: 300 !important;
  font-size: 8rem;
  display: block;
  margin: 0 0 3rem 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  color: #333333;
}

@media screen and (max-width: 550px) {
  .subscribe-form h2:before {
    display: none;
  }
}

.subscribe-form p {
  font-family: "Playfair Display", georgia, serif;
  font-size: 2.2rem;
  color: #999999;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 550px) {
  .subscribe-form p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 400px) {
  .subscribe-form p {
    font-size: 1.3rem;
  }
}

.subscribe-form form {
  margin: 0 auto;
}

.about-page.flex,
.about-page.flex-row,
.about-page.flex-column,
.about-page.flex-start,
.about-page.flex-end,
.about-page.flex-center,
.about-page.flex-stratch {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .about-page.flex,
  .about-page.flex-row,
  .about-page.flex-column,
  .about-page.flex-start,
  .about-page.flex-end,
  .about-page.flex-center,
  .about-page.flex-stratch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-page.flex .one-half,
  .about-page.flex-row .one-half,
  .about-page.flex-column .one-half,
  .about-page.flex-start .one-half,
  .about-page.flex-end .one-half,
  .about-page.flex-center .one-half,
  .about-page.flex-stratch .one-half {
    width: 100%;
  }
  .about-page.flex .one-half img,
  .about-page.flex-row .one-half img,
  .about-page.flex-column .one-half img,
  .about-page.flex-start .one-half img,
  .about-page.flex-end .one-half img,
  .about-page.flex-center .one-half img,
  .about-page.flex-stratch .one-half img {
    width: 48%;
    margin: 0 1%;
  }
}

@media screen and (max-width: 750px) and (max-width: 400px) {
  .about-page.flex .one-half img,
  .about-page.flex-row .one-half img,
  .about-page.flex-column .one-half img,
  .about-page.flex-start .one-half img,
  .about-page.flex-end .one-half img,
  .about-page.flex-center .one-half img,
  .about-page.flex-stratch .one-half img {
    width: 100%;
  }
}

.about-page .flex,
.about-page .flex-row,
.about-page .flex-column,
.about-page .flex-start,
.about-page .flex-end,
.about-page .flex-center,
.about-page .flex-stratch {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .intro-text {
  width: 90%;
  margin: 0 0 0 10%;
}

@media screen and (max-width: 750px) {
  .about-page .intro-text {
    width: 100%;
    margin: 2rem 0;
  }
}

.about-page .intro-text h2 {
  margin: 0;
}

.about-page .intro-text h3 {
  color: #999999;
  font-weight: 300;
}

.about-page .gallery {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.about-page img {
  width: 100%;
  height: auto;
  display: block;
}

.about-page .one-third {
  margin: 2rem 0 0 0;
}

@media screen and (max-width: 750px) {
  .about-page .one-third {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    text-align: center;
  }
  .about-page .one-third:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .about-page .one-third .info,
  .about-page .one-third img {
    width: 50%;
  }
  .about-page .one-third .info {
    padding: 2rem;
  }
}

@media screen and (max-width: 400px) {
  .about-page .one-third {
    display: block;
  }
  .about-page .one-third .info,
  .about-page .one-third img {
    width: 100%;
  }
}

.about-page .one-third h4 {
  color: #999999;
}

.about-page .one-third img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}

.about-page .collection {
  margin: 4rem 0 0 0;
}

.banner-links .one-half {
  width: 50%;
  position: relative;
}

.banner-links .flex-column {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30rem;
  width: 100%;
  text-align: center;
}

.banner-links h2 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.blog-list--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-list--container .hover {
  overflow: hidden;
  position: relative;
  margin: 0 0 1rem 0;
}

.blog-list--container .hover .overlay {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
}

.blog-list--container .hover .overlay p {
  display: inline;
  border-bottom: 2px solid #333333;
  font-weight: 600;
  color: #333333;
}

.blog-list--container .blog-item {
  margin: 0 0 4rem 0;
}

@media screen and (max-width: 750px) {
  .blog-list--container .blog-item {
    width: 48%;
  }
}

@media screen and (max-width: 400px) {
  .blog-list--container .blog-item {
    width: 100%;
  }
}

.blog-list--container .blog-item:hover .overlay {
  opacity: 1;
}

.blog-list--container img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-list--container h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin: 2rem 0;
}

.blog-list--container p {
  color: #999999;
  font-size: 1.4rem;
}

.styles {
  margin: 0 0 10rem 0;
  padding: 10rem 5rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .styles {
    padding: 0;
  }
}

.styles .divider {
  background: rgba(153, 153, 153, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
}

@media screen and (max-width: 750px) {
  .styles .divider {
    display: none;
  }
}

.styles .divider:before {
  content: "|";
  display: block;
  text-align: center;
  font-size: 10rem;
  color: rgba(153, 153, 153, 0.3);
  position: absolute;
  top: -9rem;
  left: 50%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-weight: lighter;
}

.styles h2 {
  font-weight: 300;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.styles h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0 0 3rem 0;
}

@media screen and (max-width: 750px) {
  .styles .style-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.styles .one-quater {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .styles .one-quater {
    width: 100%;
    margin: 4rem 0 0 0;
  }
}

.styles .one-quater p {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #999999;
  border-bottom: 1px solid #999999;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .styles .three-quaters {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .styles .three-quaters .images {
    display: block;
    width: 100%;
  }
  .styles .three-quaters .images img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0.5rem;
  }
}

h3.browse {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  margin: 0 0 5rem 0;
}

.cpt-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cpt-archive .hover {
  overflow: hidden;
  position: relative;
  margin: 0 0 1rem 0;
}

.cpt-archive .hover .overlay {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
}

.cpt-archive .hover .overlay p {
  display: inline;
  border-bottom: 2px solid #333333;
  font-weight: 600;
  color: #333333;
}

@media screen and (max-width: 750px) {
  .cpt-archive .hover .overlay p {
    font-size: 1rem;
  }
}

.cpt-archive .blog-item {
  margin: 0 0 4rem 0;
}

@media screen and (max-width: 750px) {
  .cpt-archive .blog-item {
    width: 49%;
    margin: 0 0 2rem 0;
  }
}

.cpt-archive .blog-item:hover .overlay {
  opacity: 1;
}

.cpt-archive img {
  width: 100%;
  height: auto;
  display: block;
}

.cpt-archive h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin: 0;
}

@media screen and (max-width: 400px) {
  .cpt-archive h3 {
    font-size: 1.3rem;
  }
}

.cpt-archive p.cat {
  margin: auto 0 0 0;
  color: #999999;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.breadcrumbs {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.breadcrumbs a {
  color: white;
}

.breadcrumbs a:hover {
  color: #b5995a;
}

.single-post-title {
  margin: -20rem auto 0 auto;
}

@media screen and (max-width: 1110px) {
  .single-post-title {
    margin: -18rem auto 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .single-post-title {
    margin: -10rem auto 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .single-post-title {
    margin: 0 auto;
  }
}

.single-post-title .container {
  background: white;
  padding: 5rem 0;
  min-height: 20rem;
}

.single-post-title .back-btn {
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: #999999;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3rem;
  font-size: 1.3rem;
}

.single-post-title .back-btn:hover {
  color: #1a1a1a;
}

.single-post-title h1,
.single-post-title .woocommerce-account h2,
.woocommerce-account .single-post-title h2,
.single-post-title .woocommerce-account h3,
.woocommerce-account .single-post-title h3 {
  text-transform: lowercase;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .single-post-title h1,
  .single-post-title .woocommerce-account h2,
  .woocommerce-account .single-post-title h2,
  .single-post-title .woocommerce-account h3,
  .woocommerce-account .single-post-title h3 {
    width: 100%;
  }
}

.single-post-title .date {
  margin: 2rem 0 0 0;
}

.content-layouts-section {
  padding: 0;
  color: #999999;
}

.content-layouts-section .container {
  padding: 0 5rem;
}

@media screen and (max-width: 1110px) {
  .content-layouts-section .container {
    padding: 0 2.5rem;
  }
}

@media screen and (max-width: 400px) {
  .content-layouts-section .container {
    padding: 0 1rem;
  }
}

.content-layouts-section h2 {
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3rem;
  font-weight: 300;
  color: #1a1a1a;
}

.content-layouts-section h3 {
  font-size: 2rem;
  font-style: italic;
  margin: 0 0 1rem 0;
  font-weight: 300;
}

.single-outlet .map {
  margin: 0 0 4rem 0;
}

.single-outlet .outlet-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .single-outlet .outlet-info .one-half {
    width: 100%;
  }
}

.single-outlet .outlet-info h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.single-outlet .outlet-info .contact-info {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
}

.single-outlet .outlet-info ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.single-outlet .outlet-info ul li {
  margin: 0;
  font-size: 1.2rem;
}

.single-outlet .booking-iframe {
  width: 100%;
  height: 1050px;
  margin: 4rem 0 0 0;
}

.single-outlet .booking-iframe iframe {
  width: 100%;
  height: 1050px;
  overflow: scroll;
}

@media screen and (max-width: 400px) {
  .single-outlet .pagination {
    display: block;
  }
}

.single-outlet .pagination--button a {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #3b3b3b),
    color-stop(50%, #333333)
  );
  background: linear-gradient(to right, #3b3b3b 50%, #333333 50%);
  background-color: #333333;
  background-size: 200% 100%;
  background-position: right bottom;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0.6rem 3rem 1rem 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Playfair Display", georgia, serif;
}

@media screen and (max-width: 400px) {
  .single-outlet .pagination--button a {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}

.single-outlet .pagination--button a:hover {
  background-position: left bottom;
  color: #ffffff;
}

.single-vendor h1,
.single-vendor .woocommerce-account h2,
.woocommerce-account .single-vendor h2,
.single-vendor .woocommerce-account h3,
.woocommerce-account .single-vendor h3 {
  margin: 0 0 1rem 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 750px) {
  .single-vendor .one-half {
    width: 90%;
    margin: 0 auto 2rem auto;
    text-align: center;
  }
  .single-vendor .one-third {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .single-vendor .breadcrumbs {
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  .tax-designed_by .one-half {
    width: 90%;
    margin: 0 auto 2rem auto;
    text-align: center;
  }
  .tax-designed_by ul.products li {
    width: 49%;
  }
}

@media screen and (max-width: 400px) {
  .tax-designed_by ul.products li {
    width: 100%;
  }
}

.lookbook-slider {
  margin: 0 auto 8rem auto;
}

.lookbook-slider .slide {
  margin: 0 2rem;
  position: relative;
  display: block;
}
.lookbook-slider .slide img {
  min-width: 600px;
}
@media screen and (max-width: 400px) {
  .lookbook-slider .slide {
    width: 100%;
    margin: 0;
  }
  .lookbook-slider .slide img {
    min-width: 200px;
    width: 100%;
    height: auto;
  }
}

.lookbook-slider .slide img {
  display: block;
}

.lookbook-slider .slide .hover {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 0 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lookbook-slider .flickity-prev-next-button {
  top: auto;
  bottom: -8rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .lookbook-slider .flickity-prev-next-button {
    bottom: -3rem;
  }
}

.lookbook-slider .flickity-prev-next-button .arrow {
  fill: rgba(0, 0, 0, 0.4);
}

.lookbook-slider .flickity-page-dots {
  bottom: -6rem;
}

.lookbook-slider .flickity-page-dots .dot {
  border: 2px black solid;
}

.credits {
  font-size: 1.3rem;
  text-align: center;
}

.credits a {
  color: #b5995a;
}

.credits a:hover {
  color: black;
}

/*---- Responsive ----*/
@media screen and (max-width: 600px) {
  .woocommerce {
    /* make buttons full width, text wide anyway, improves effectiveness */ /* keep coupon at 50% */ /* clean up how coupon inputs display */ /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
  }
  .woocommerce table {
    padding: 0; /* Force table to not be like tables anymore */ /* Hide table headers (but not display: none;, for accessibility) */
  }
  .woocommerce table.shop_table,
  .woocommerce table.shop_table thead,
  .woocommerce table.shop_table tbody,
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table tr {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 1.8rem;
  }
  .woocommerce table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce table.shop_table {
    border: none;
  }
  .woocommerce table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }
  .woocommerce table.shop_table .order-total td {
    padding-left: 0 !important;
    font-size: 3rem;
  }
  .woocommerce table.shop_table td {
    /* Behave like a "row" */
    position: relative;
    padding-left: 40% !important; /* Label the data */
  }
  .woocommerce table.shop_table td.product-spacer {
    border-color: #fff;
    height: 10px;
  }
  .woocommerce table.shop_table td:before {
    /* Now like a table header */
    position: absolute; /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .woocommerce table.shop_table td.product-remove {
    text-align: right;
    padding: 5px 0;
  }
  .woocommerce table.shop_table td.product-remove:before {
    content: "DELETE";
  }
  .woocommerce table.shop_table td.product-thumbnail {
    height: 150px;
    text-align: center;
  }
  .woocommerce table.shop_table td.product-thumbnail a {
    display: block;
    height: 100%;
  }
  .woocommerce table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
  }
  .woocommerce table.shop_table td.product-name:before {
    content: "PRODUCT";
  }
  .woocommerce table.shop_table td.product-price:before {
    content: "PRICE";
  }
  .woocommerce table.shop_table td.product-quantity:before {
    content: "QUANTITY";
  }
  .woocommerce table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
  }
  .woocommerce table.shop_table td.product-total:before {
    content: "TOTAL";
  }
  .woocommerce table.shop_table tr.cart-subtotal td,
  .woocommerce table.shop_table tr.shipping td,
  .woocommerce table.shop_table tr.total td,
  .woocommerce table.shop_table.order_details tfoot th,
  .woocommerce table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }
  .woocommerce table.shop_table table.shop_table tbody {
    padding-top: 10px;
  }
  .woocommerce table.shop_table .variation:after {
    content: "";
    display: block;
    clear: both;
  }
  .woocommerce .quantity {
    margin: 0;
  }
  .woocommerce table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 0 !important;
  }
  .woocommerce table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }
  .woocommerce table.cart td.actions div {
    margin-bottom: 10px;
  }
  .woocommerce .cart-collaterals:after {
    content: "";
    display: block;
    clear: both;
  }
  .woocommerce .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce .cart-collaterals .cart_totals td {
    border: 0 !important;
  }
  .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce .order_details ul,
  .woocommerce .order_details ul,
  .woocommerce .order_details,
  .woocommerce .order_details {
    padding: 0;
  }
  .woocommerce .order_details li,
  .woocommerce .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions input,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions input {
    width: 100%;
    font-size: 12px !important;
  }
  .woocommerce tfoot {
    display: block !important;
  }
  .woocommerce tfoot td {
    width: 100% !important;
    display: block !important;
  }
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input {
    width: 48%;
    font-size: 12px !important;
  }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon {
    margin-top: 1.5em;
  }
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cross-sells {
    display: none;
  }
  .woocommerce .quantity .plusminusbutton {
    display: none;
  }
  .woocommerce small {
    font-size: 1.1rem;
  }
}

.cat-banner {
  height: 40rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: black;
}

@media screen and (max-width: 1110px) {
  .cat-banner {
    height: 30rem;
  }
}

@media screen and (max-width: 750px) {
  .cat-banner {
    height: 20rem;
  }
}

@media screen and (max-width: 400px) {
  .cat-banner {
    height: 15rem;
  }
}

.cat-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-size: cover !important;
}

.cat-banner h1,
.cat-banner .woocommerce-account h2,
.woocommerce-account .cat-banner h2,
.cat-banner .woocommerce-account h3,
.woocommerce-account .cat-banner h3 {
  color: white;
  text-transform: lowercase;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1110px) {
  .cat-banner h1,
  .cat-banner .woocommerce-account h2,
  .woocommerce-account .cat-banner h2,
  .cat-banner .woocommerce-account h3,
  .woocommerce-account .cat-banner h3 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 750px) {
  .cat-banner h1,
  .cat-banner .woocommerce-account h2,
  .woocommerce-account .cat-banner h2,
  .cat-banner .woocommerce-account h3,
  .woocommerce-account .cat-banner h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 400px) {
  .cat-banner h1,
  .cat-banner .woocommerce-account h2,
  .woocommerce-account .cat-banner h2,
  .cat-banner .woocommerce-account h3,
  .woocommerce-account .cat-banner h3 {
    font-size: 2rem;
  }
}

.woo-cats {
  position: relative;
}

.woo-cats .flex,
.woo-cats .flex-row,
.woo-cats .flex-column,
.woo-cats .flex-start,
.woo-cats .flex-end,
.woo-cats .flex-center,
.woo-cats .flex-stratch {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.woo-cats .woocommerce-ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 290px;
  position: relative;
  padding: 0 0 0 110px;
}

@media screen and (max-width: 750px) {
  .woo-cats .woocommerce-ordering {
    display: none;
  }
}

.woo-cats .woocommerce-ordering:before {
  content: "sort by";
  font-family: "Playfair Display", georgia, serif;
  font-size: 3rem;
  margin: 0;
  color: #999999;
  width: 110px;
  font-weight: 600;
  position: absolute;
  top: -1rem;
  left: 0;
}

.woo-cats .sidebar-woo-filter {
  width: 25%;
  color: #333333;
}

.woo-cats .sidebar-woo-filter .sidebar-close {
  display: none;
}

@media screen and (max-width: 750px) {
  .woo-cats .sidebar-woo-filter {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
  @-webkit-keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  .woo-cats .sidebar-woo-filter.open {
    visibility: visible;
    -webkit-animation: slide-in 0.5s forwards;
    animation: slide-in 0.5s forwards;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 999;
    background: white;
    padding: 4rem;
  }
  .woo-cats .sidebar-woo-filter.open .sidebar-close {
    display: block;
    margin: 0 0 1rem 0;
    cursor: pointer;
    text-align: right;
  }
}

.woo-cats .sidebar-woo-filter h2 {
  font-size: 3rem;
  margin: 0 0 4rem 0;
  color: #999999;
}

.woo-cats .sidebar-woo-filter .categories {
  margin: 0 0 4rem 0;
}

.woo-cats .sidebar-woo-filter .categories h2 {
  margin: 0 0 2rem 0;
}

.woo-cats .sidebar-woo-filter .categories .current-menu-item a {
  color: #b5995a;
}

.woo-cats .sidebar-woo-filter .filter {
  margin: 0 0 2rem 0;
}

.woo-cats .sidebar-woo-filter .filter .fa {
  display: none;
}

.woo-cats .sidebar-woo-filter .filter ul {
  display: block;
}

.woo-cats .sidebar-woo-filter h3 {
  font-size: 1.8rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin: 0 0 1rem 0;
  padding: 0 2rem 0 0;
  position: relative;
  display: inline-block;
}

.woo-cats .sidebar-woo-filter ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.8rem;
  display: none;
}

.woo-cats .sidebar-woo-filter ul li {
  margin: 0;
}

.woo-cats .sidebar-woo-filter ul a {
  color: #999999;
}

.woo-cats .sidebar-woo-filter ul a:hover {
  color: #b5995a;
}

.woo-cats #container {
  width: 75%;
}

.woo-cats #container .sidebar-open {
  display: none;
}

@media screen and (max-width: 750px) {
  .woo-cats #container {
    width: 100%;
  }
  .woo-cats #container .sidebar-open {
    display: inline-block;
    margin: 0 0 1rem 0;
    cursor: pointer;
    text-transform: uppercase;
    background: #333333;
    padding: 1rem 2rem;
    color: white;
  }
  .woo-cats #container li.product {
    margin: 0 0 1rem 0;
  }
}

.woo-cats .accessorise {
  display: none;
}

.term-accessories .main-filters {
  display: none;
}

.term-accessories .woo-cats .accessorise {
  display: block;
}

ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.products li {
  width: calc(33.33% - 1rem);
  margin: 0 0 1rem 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 750px) {
  ul.products li {
    width: calc(50% - 1rem);
    margin: 0 0 1rem 0;
  }
}

ul.products li img {
  width: 100%;
  height: auto;
  display: block;
}

ul.products li a {
  display: block;
  text-align: center;
}

ul.products li .hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  -webkit-transition: visibility 0.2s, background 0.8s ease;
  transition: visibility 0.2s, background 0.8s ease;
}

ul.products li .hover h3,
ul.products li .hover p {
  display: block;
  width: 80%;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 1.3rem;
  color: #060606;
}

ul.products li .hover h3 {
  font-size: 2rem;
}

@media screen and (max-width: 750px) {
  ul.products li .hover h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 400px) {
  ul.products li .hover h3 {
    font-size: 1.2rem;
  }
}

ul.products li a:hover .hover {
  visibility: visible;
  background: rgba(255, 255, 255, 0.85);
}

.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-pagination li {
  margin: 0 1rem;
}

/*  Ajax  */
.products-archive .gutter-sizer {
  width: 1rem;
}

.products-archive .woocommerce-info,
.products-archive .woocommerce-thankyou-order-received,
.products-archive .cart-empty {
  opacity: 0;
  min-height: 0;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}

.products-archive .woocommerce-info.active,
.products-archive .active.woocommerce-thankyou-order-received,
.products-archive .active.cart-empty {
  opacity: 1;
  max-height: 200px;
}

.products-archive .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  background: url(images/loading.svg) 0 0 no-repeat;
  width: 100px;
  height: 100px;
  z-index: 9999;
}

.products-archive .no-more-products {
  margin: 2rem 0;
  text-transform: uppercase;
  padding: 2rem;
  font-size: 1.1rem;
  border: none;
  color: #999999;
}

.products-archive .no-more-products .scroll-more {
  display: block;
}

.products-archive .no-more-products .scroll-no-more {
  display: none;
}

.products-archive .no-more-products.active {
  opacity: 1;
  background: rgba(209, 209, 209, 0.1);
}

.products-archive .no-more-products.active .scroll-more {
  display: none;
}

.products-archive .no-more-products.active .scroll-no-more {
  display: block;
}

.term-description {
  margin: 0 auto 4rem auto;
  text-align: center;
  width: 60%;
}

.woocommerce .up-sells.products {
  display: none;
}

.woo-single {
  color: #060606;
}

.woo-single .flex,
.woo-single .flex-row,
.woo-single .flex-column,
.woo-single .flex-start,
.woo-single .flex-end,
.woo-single .flex-center,
.woo-single .flex-stratch {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woo-single .flex .one-half,
.woo-single .flex-row .one-half,
.woo-single .flex-column .one-half,
.woo-single .flex-start .one-half,
.woo-single .flex-end .one-half,
.woo-single .flex-center .one-half,
.woo-single .flex-stratch .one-half {
  width: 48%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .woo-single .flex .one-half,
  .woo-single .flex-row .one-half,
  .woo-single .flex-column .one-half,
  .woo-single .flex-start .one-half,
  .woo-single .flex-end .one-half,
  .woo-single .flex-center .one-half,
  .woo-single .flex-stratch .one-half {
    width: 100%;
  }
}

.woo-single .flex img,
.woo-single .flex-row img,
.woo-single .flex-column img,
.woo-single .flex-start img,
.woo-single .flex-end img,
.woo-single .flex-center img,
.woo-single .flex-stratch img {
  display: block;
  width: 100%;
  height: auto;
}

.woo-single .price {
  font-size: 2.8rem;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  margin: 0 0 1.5rem 0;
}

.woo-single p {
  color: #999999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.woo-single .filter h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  margin: 2rem 0 1rem 0;
  padding: 0 0 1rem 0;
  letter-spacing: 0.2rem;
  margin: 2rem 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}

.woo-single .details,
.woo-single .info {
  display: none;
}

.woo-single .details p {
  margin: 0 0 0 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}

.woo-single .button {
  margin: 4rem 0;
}

.woo-single .cart {
  margin: 4rem 0;
  padding: 2rem;
  background: rgba(153, 153, 153, 0.2);
}

.woo-single .cart input,
.woo-single .cart select,
.woo-single .cart table {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.woo-single .cart td {
  padding: 1rem 0;
  vertical-align: top;
  border: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  letter-spacing: 0.2rem;
}

.woo-single .cart td.label label {
  padding: 0.6rem;
  background: rgba(51, 51, 51, 0.5);
  color: white;
}

.woo-single .cart .out-of-stock {
  color: red;
}

.woo-single .cart .in-stock {
  color: green;
}

.woo-single .cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 150px;
  float: left;
  margin: 0;
}

.woo-single .cart .button {
  margin: 0 2rem;
}

@media screen and (max-width: 400px) {
  .woo-single .cart .button {
    margin: 1rem 0;
  }
}

.related h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  letter-spacing: 0.2rem;
  margin: 2rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}

.related ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 450px;
}

.related ul.products li {
  margin: 0 1rem;
}

@media screen and (max-width: 750px) {
  .related ul.products li {
    width: 48% !important;
    margin: 0 1rem !important;
  }
}

@media screen and (max-width: 400px) {
  .related ul.products li {
    width: 100% !important;
  }
}

.onsale {
  width: 200px;
  background: #b5995a;
  position: absolute;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: white;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.woocommerce-cart h1,
.woocommerce-cart .woocommerce-account h2,
.woocommerce-account .woocommerce-cart h2,
.woocommerce-cart .woocommerce-account h3,
.woocommerce-account .woocommerce-cart h3,
.woocommerce-cart h2 {
  text-align: center;
  font-weight: normal;
}

.woocommerce-cart h2 {
  font-size: 2.2rem;
}

.shop_table {
  border: 2px solid #999999;
  padding: 2rem;
  border-radius: 8px;
}

.shop_table th {
  background: #999999;
  color: white;
  padding: 1rem;
  border-bottom: 1px solid white;
}

.shop_table .actions .coupon {
  float: left;
  width: auto;
}

.shop_table .actions .coupon .input-text {
  float: left;
  width: auto;
}

.shop_table .actions .coupon label {
  display: none;
}

.shop_table .actions .button {
  float: right;
  margin: 0;
  width: auto;
}

.woocommerce-cart-form__cart-item .quantity input {
  width: 50px;
}

.woocommerce-cart-form__cart-item img {
  width: 60px;
  height: auto;
}

.checkout-button {
  float: right;
  margin: 0;
}

.woocommerce-checkout h1,
.woocommerce-checkout .woocommerce-account h2,
.woocommerce-account .woocommerce-checkout h2,
.woocommerce-checkout .woocommerce-account h3,
.woocommerce-account .woocommerce-checkout h3 {
  text-align: center;
  font-weight: normal;
}

#customer_details h2,
#customer_details h3 {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 2rem 0;
}

#customer_details .woocommerce-billing-fields p {
  min-height: 69px;
}

#ship-to-different-address {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

#billing_state_field,
.form-row-first {
  float: left;
  width: 49%;
}

#billing_postcode_field,
.form-row-last {
  float: right;
  width: 48%;
}

.woocommerce-account-fields {
  clear: both;
}

#order_review_heading {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 2rem 0;
}

#payment {
  padding: 2rem;
  background: #f4f5f6;
  border: 2px solid #999999;
  border-radius: 8px;
}

#payment input[type="tel"] {
  background: white;
}

#payment .button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #baa065),
    color-stop(50%, #b5995a)
  );
  background: linear-gradient(to right, #baa065 50%, #b5995a 50%);
  background-color: #b5995a;
  background-size: 200% 100%;
  background-position: right bottom;
}

#payment .button:hover {
  background-position: left bottom;
}

.woocommerce-account .woocommerce {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-account h2,
.woocommerce-account h3 {
  font-size: 4rem;
  text-align: left;
  color: #b5995a;
  margin-top: 2.5rem;
}

.woocommerce-account h3 {
  font-size: 2.5rem;
}

.woocommerce-MyAccount-navigation {
  width: 17rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 550px) {
  .woocommerce-account .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.woocommerce-info,
.woocommerce-thankyou-order-received,
.cart-empty {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 1rem;
  background-color: #999999;
  border-bottom: 1px solid #333333;
  border-radius: 8px;
  margin: 0 0 0.2rem 0;
}

.woocommerce-info:before,
.woocommerce-thankyou-order-received:before,
.cart-empty:before {
  content: "\f05a ";
  font-family: "FontAwesome";
  font-size: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.woocommerce-message,
.woocommerce-error {
  padding: 2.5rem;
  background-color: #999999;
  text-align: center;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #333333;
  border-radius: 8px;
  margin: 0 0 0.2rem 0;
}

.woocommerce-message .button,
.woocommerce-error .button {
  display: block;
  margin: 0 auto 1rem auto;
  background: #333333;
  color: #060606;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover {
  background: #f4f5f6;
}

.woocommerce-message p,
.woocommerce-error p {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-thankyou-order-received,
.woocommerce-checkout .cart-empty {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: left;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  margin: 0 0 0.2rem 0;
}

.woocommerce-checkout .woocommerce-info:before,
.woocommerce-checkout .woocommerce-thankyou-order-received:before,
.woocommerce-checkout .cart-empty:before {
  content: "\f05a ";
  font-family: "FontAwesome";
  font-size: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.woocommerce-error li {
  list-style: none;
  text-align: left;
  max-width: 300px;
  margin: 0.5rem auto;
}

.woocommerce-error li:before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 0.5em;
}

.return-to-shop {
  text-align: center;
}

.woocommerce-pagination ul li {
  display: inline-block;
}

.woocommerce-pagination ul li a {
  padding: 0.2rem;
}

.woocommerce-pagination ul li .page-numbers.current {
  font-weight: 700;
}

.star-rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 1rem 0;
}

.star-rating .star {
  width: 16px;
  height: 16px;
  background: url(images/star-grey.svg) 0 0 no-repeat;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}

.star-rating.number-1 .star:nth-child(-n + 1) {
  background: url(images/star.svg) 0 0 no-repeat;
  background-size: contain;
}

.star-rating.number-2 .star:nth-child(-n + 2) {
  background: url(images/star.svg) 0 0 no-repeat;
  background-size: contain;
}

.star-rating.number-3 .star:nth-child(-n + 3) {
  background: url(images/star.svg) 0 0 no-repeat;
  background-size: contain;
}

.star-rating.number-4 .star:nth-child(-n + 4) {
  background: url(images/star.svg) 0 0 no-repeat;
  background-size: contain;
}

.star-rating.number-5 .star {
  background: url(images/star.svg) 0 0 no-repeat;
  background-size: contain;
}

.onsale {
  width: 200px;
  background: #b5995a;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.woocommerce-breadcrumb {
  font-size: 1rem;
}

.articles .listing {
  padding: 3rem 0;
}

.articles .listing p.title {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.single-articles .title {
  text-transform: none !important;
}

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