/*
Theme Name: Flex With Benefits
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 {
  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: #333333;
  font-family: 'Raleway', -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;
}

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

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin: 0;
}

.button:not([type='checkbox']):not([type='radio']),
button {
  background-color: #dd9e93;
  border: 0.1rem solid #dd9e93;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:not([type='checkbox']):not([type='radio']):hover,
.button:not([type='checkbox']):not([type='radio']):focus,
button:hover,
button:focus {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  outline: 0;
}

.button:not([type='checkbox']):not([type='radio']).button-outline,
button.button-outline {
  color: inherit;
  background-color: transparent;
  border-color: currentColor;
}

.button:not([type='checkbox']):not([type='radio']).button-outline:hover,
.button:not([type='checkbox']):not([type='radio']).button-outline:focus,
button.button-outline:hover,
button.button-outline:focus {
  color: white;
  background: #333333;
  border-color: #333333;
}

.button:not([type='checkbox']):not([type='radio']).button-clear,
button.button-clear {
  color: #dd9e93;
  background-color: transparent;
  border-color: transparent;
}

.button:not([type='checkbox']):not([type='radio']).button-clear:hover,
.button:not([type='checkbox']):not([type='radio']).button-clear:focus,
button.button-clear:hover,
button.button-clear:focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}

.button:not([type='checkbox']):not([type='radio']).button-dark,
input.button.gform_button:not([type='checkbox']):not([type='radio']),
.button.single_add_to_cart_button:not([type='checkbox']):not([type='radio']),
button.button-dark,
button.single_add_to_cart_button {
  background: #333333;
  border-color: #333333;
}

.button:not([type='checkbox']):not([type='radio']).button-dark:hover,
input.button.gform_button:not([type='checkbox']):not([type='radio']):hover,
.button.single_add_to_cart_button:not([type='checkbox']):not([type='radio']):hover,
.button:not([type='checkbox']):not([type='radio']).button-dark:focus,
input.button.gform_button:not([type='checkbox']):not([type='radio']):focus,
.button.single_add_to_cart_button:not([type='checkbox']):not([type='radio']):focus,
button.button-dark:hover,
button.single_add_to_cart_button:hover,
button.button-dark:focus,
button.single_add_to_cart_button:focus {
  background-color: transparent;
  color: #333333;
}

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 #dd9e93;
  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;
}

input:not([type='checkbox']):not([type='radio']),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #dd9e93;
  border-radius: 0rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.8rem;
  padding: 0.6rem 2rem;
  width: 100%;
}

input:not([type='checkbox']):not([type='radio']):focus,
textarea:focus,
select:focus {
  border: 0.1rem solid #dd9e93;
  outline: 0;
}

textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  min-height: 12rem;
  width: 100%;
  resize: vertical;
}

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

.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 whitesmoke;
  margin: 1.5rem 0;
  font-weight: 500;
}

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

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

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

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

.gform_fields {
  list-style: none;
}

.gform_fields label {
  display: none;
}

.gform_fields > * {
  margin-bottom: 2rem;
}

input.gform_button {
  width: auto !important;
  float: right;
  margin-bottom: 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.container.skinnier {
  max-width: 700px;
}

.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0;
  }
}

a {
  color: #dd9e93;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

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

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 3.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.25;
}

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

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

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

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

.section {
  padding: 5rem 0;
}

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

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

@media (max-width: 700px) {
  .section {
    padding: 2.5rem 0;
  }
  .section.thin {
    padding: 1rem 0;
  }
  .section.thick {
    padding: 5rem 0;
  }
}

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

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

.light {
  background-color: whitesmoke;
}

.primary {
  background-color: #dd9e93;
}

.white {
  background: white;
}

.light-top,
.lookbook-archive--grid--item:nth-child(odd),
.woo-related-products {
  position: relative;
}

.light-top:before,
.lookbook-archive--grid--item:nth-child(odd):before,
.woo-related-products:before {
  content: '';
  background: whitesmoke;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}

.color-white {
  color: white;
}

.color-primary {
  color: #dd9e93;
}

.flex {
  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;
}

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

.background-image.lazy-child {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.background-image.lazy-child.loaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.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%;
  }
}

.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;
}

.line-before,
.woo-related-products h2 {
  position: relative;
  padding-left: 3rem;
}

.line-before:before,
.woo-related-products h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4.5rem;
  width: 6rem;
  border-bottom: 1px solid currentColor;
}

.line-before.not-padded,
.woo-related-products h2.not-padded {
  padding-left: 0;
}

.line-before.not-padded:before,
.woo-related-products h2.not-padded:before {
  left: -7.5rem;
}

.line-before-vertical {
  position: relative;
  padding-top: 3rem;
}

.line-before-vertical:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -4.5rem;
  height: 6rem;
  border-left: 1px solid currentColor;
}

.line-before-vertical.not-padded {
  padding-left: 0;
}

.line-before-vertical.not-padded:before {
  left: -7.5rem;
}

.bordered-image,
.lookbook-archive--grid--item--image,
.about--section-4--image {
  border: 2rem solid white;
  z-index: 1;
  height: 30rem;
  max-width: 40rem;
}

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

.BackgroundImage.lazy-child {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.BackgroundImage.lazy-child.loaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.BackgroundImage img {
  width: 100%;
}

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

.BackgroundImage--parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.PageHeader {
  text-align: left;
  background-color: whitesmoke;
}

.PageHeader .background-image {
  opacity: 0.7;
}

.PageHeader--title {
  margin-bottom: 0;
  color: #333333;
  font-weight: 600;
  font-size: 4rem;
  margin-bottom: 1rem;
  text-transform: none;
}

.PageHeader--subtitle {
  margin-bottom: 0;
  max-width: 35rem;
  color: #333333;
  opacity: 0.7;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .section.PageHeader {
    padding: 10vw 0;
    text-align: center;
  }
  .PageHeader--title {
    font-size: 3rem;
  }
  .PageHeader--subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

.FeatureSlider {
  display: none;
}

.FeatureSlider.flickity-enabled {
  display: block;
}

.FeatureSlider .flickity-page-dots {
  bottom: 1rem;
}

.FeatureSlider .flickity-page-dots .dot {
  background: transparent;
  border: 0.3rem solid white;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.7;
}

.FeatureSlider--slide {
  max-height: 65vh;
  width: auto;
  overflow: hidden;
  height: 75rem;
  width: 100rem;
  max-width: 100vw;
  margin: 0 2rem;
  overflow: hidden;
  position: relative;
}

.FeatureSlider--slide--image {
  display: block;
  height: 100%;
  width: auto;
}

.FeatureSlider--slide--inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 2rem;
  padding-bottom: 5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.FeatureSlider--slide--content {
  color: white;
  max-width: 50rem;
  margin-left: auto;
}

.FeatureSlider--slide--content h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 5rem;
}

.FeatureSlider--slide--button:not([type='checkbox']):not([type='radio']) {
  background: transparent;
  color: white;
  border-color: currentColor;
  margin-left: auto;
  float: right;
}

@media (max-width: 700px) {
  .FeatureSlider--slide--content h1 {
    font-size: 2rem;
  }
}

.SocialList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SocialList--item a {
  padding: 5px;
}

.Card {
  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;
  height: 30rem;
  background: whitesmoke;
  overflow: hidden;
}

.Card .BackgroundImage {
  opacity: 0.9;
}

.Card--button {
  display: block;
  position: relative;
  background: white;
  border-color: white;
  color: #333333;
}

.Card--button:hover,
.Card--button:focus {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  border-color: currentColor;
}

.Card-post {
  background: whitesmoke;
}

.Card-post .BackgroundImage {
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.Card-post .BackgroundImage:after {
  content: '';
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Card-post:hover .BackgroundImage:after,
.Card-post:focus .BackgroundImage:after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}

.Card-post--subtitle {
  background: white;
  color: #333333;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 1.5rem;
  z-index: 1;
  padding: 0.5em 1em;
  font-size: 1.2rem;
}

.Card-post--subtitle + .Card-post--subtitle {
  top: 5.5rem;
}

.Card-post--subtitle + .Card-post--subtitle + .Card-post--subtitle {
  top: 9.5rem;
}

.Card-post--subtitle
  + .Card-post--subtitle
  + .Card-post--subtitle
  + .Card-post--subtitle {
  display: none;
}

.Card-post--inner {
  position: relative;
  z-index: 1;
  color: white;
  padding: 2rem;
  margin-top: auto;
  width: 100%;
}

.Card-post--title {
  font-weight: 600;
}

.Card-post--content {
  position: relative;
  font-size: 0.9em;
}

.CardGrid--container > * {
  margin-bottom: 2rem;
  height: 30rem;
  width: 100%;
}

@media (min-width: 650px) {
  .CardGrid--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;
  }
  .CardGrid--container > * {
    width: calc(33.33% - 1rem);
  }
}

@supports (display: grid) {
  .CardGrid--container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 30rem;
    grid-gap: 1.25rem;
  }
  .CardGrid--container > * {
    height: auto;
    width: auto;
    margin: 0;
  }
  @media (min-width: 600px) {
    .CardGrid--container > *:nth-child(1) {
      grid-row: 1 / span 2;
      grid-column: 1 / span 2;
    }
  }
}

.ImageBanner {
  margin: 2rem;
  padding: 7rem;
}

.ImageBanner--title {
  margin: 0;
  color: white;
}

.ImageBanner--title + * {
  margin-top: 2rem;
}

.InstagramFeed {
  text-align: center;
}

.InstagramFeed--row {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  max-width: 100rem;
}

.InstagramFeed--title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #dd9e93;
}

.InstagramFeed--title i {
  font-size: 2em;
  vertical-align: middle;
}

.InstagramFeed--item {
  display: block;
  position: relative;
  height: 17vw;
  width: 17vw;
  margin: 1rem;
}

@media (max-width: 500px) {
  .InstagramFeed--item {
    width: 45vw;
    height: 45vw;
    margin: 0.5rem;
  }
  .InstagramFeed--item:nth-child(1n + 5) {
    display: none;
  }
}

.NewsletterForm {
  text-align: center;
  margin: auto;
  padding: 2rem 0 5rem;
}

.NewsletterForm--title {
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
  padding: 5rem 0 2.5rem;
}

.NewsletterForm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 40rem;
  width: 90%;
  margin: auto;
}

.NewsletterForm form input {
  text-transform: uppercase;
  border: none !important;
  border-bottom: 1px solid #333333 !important;
}

.NewsletterForm form input::-webkit-input-placeholder {
  color: #333333;
}

.NewsletterForm form input:-ms-input-placeholder {
  color: #333333;
}

.NewsletterForm form input::-ms-input-placeholder {
  color: #333333;
}

.NewsletterForm form input::placeholder {
  color: #333333;
}

.NewsletterForm form input[type='button'] {
  border-color: #333333;
  background: #333333;
  color: white;
  width: 15rem;
}

.CartCount,
.wishlist_products_counter {
  width: 2.75rem;
  height: 2.75rem;
  background: url('../images/shopping-bag.svg');
  display: block;
  background-size: contain;
  background-position: center;
  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;
  font-size: 1.375rem;
  padding-top: 0.6875rem;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.CartCount:hover,
.wishlist_products_counter:hover {
  opacity: 0.3;
}

@media (max-width: 750px) {
  .CartCount,
  .wishlist_products_counter {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    padding-top: 0.5rem;
    margin-left: 0.5rem;
  }
}

.CartCount-double-digit {
  font-size: 1rem;
}

.wishlist_products_counter {
  background-image: url('../images/heart.svg');
  padding: 0;
  margin-top: 0.1rem;
}

.wishlist_products_counter > * {
  display: none;
}

.edit_link {
  position: fixed;
  margin: 0;
  top: 150px;
  left: 10px;
  z-index: 99999;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

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

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

.edit_link a {
  color: #000000;
  background-color: transparent;
}

.edit_link a:hover i {
  background-color: #717171;
  color: #ffffff;
}

.edit_link a:hover span {
  background-color: #717171;
  color: #ffffff;
}

.header {
  padding: 3rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: white;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    'Helvetica Neue', sans-serif;
}

.header a {
  color: inherit;
}

.header--wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 2rem;
}

.header--col {
  width: 33.33%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header--col--mid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8rem;
}

.header--col--right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header--col--right > * {
  margin-left: 0.5rem;
}

.header--nav .menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}

.header--nav .menu-item {
  margin: 0;
}

.header--nav a {
  padding: 1rem;
  text-transform: uppercase;
}

.header--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.header--socials a {
  padding: 0 1rem;
  display: block;
}

.logo {
  height: 100%;
  text-align: left;
  max-width: 100%;
}

.logo img {
  height: 100%;
  max-width: 100%;
}

.header--responsive-extras {
  display: none;
}

@media (max-width: 750px) {
  .header {
    padding: 1rem 0 0 0;
  }
  .header--wrap {
    -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;
    margin-top: 4rem;
  }
  .header--col {
    width: 100%;
    height: auto;
  }
  .header--col--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.4rem;
  }
  .header--col--mid {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .header--col--right {
    display: none;
  }
  .logo {
    height: auto;
    max-width: 20rem;
  }
  .logo img {
    height: auto;
  }
  .header--responsive-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header--socials a {
    padding: 0 0.5rem;
  }
}

.footer {
  background: white;
  position: relative;
}

.footer .logo {
  margin-bottom: 1.5rem;
  display: block;
  height: auto;
}

.footer .logo img {
  height: auto;
  width: 100%;
  max-width: 25rem;
  margin: auto;
  display: block;
}

.footer .SocialList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .SocialList li {
  margin: 0;
}

.footer .SocialList a {
  color: inherit;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.footer .SocialList a:hover,
.footer .SocialList a:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer .menu {
  list-style: none;
}

.footer .menu .menu-item {
  margin: 0;
}

.footer .menu a {
  color: inherit;
}

.footer .menu a:hover,
.footer .menu a:focus {
  text-decoration: underline;
}

.footer--top {
  padding: 2.5rem 0 1.5rem 0;
}

.footer--top--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer--col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer--col:nth-child(2) {
  text-align: center;
  margin: 0 2rem;
}

.footer--col:nth-child(3) {
  text-align: right;
}

.footer--bottom {
  font-size: 1.3rem;
  padding: 0.75rem 0;
}

.footer--bottom .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer--bottom .flex > * {
  width: 100%;
}

.footer--bottom .flex > *:nth-child(1) {
  text-align: right;
}

.footer--bottom .flex > *:nth-child(2) {
  width: 3rem;
}

.footer--bottom .flex > *:nth-child(3) {
  text-align: left;
}

.footer--bottom a {
  color: inherit;
}

@media (max-width: 666px) {
  .footer--top--container {
    -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;
  }
  .footer--col {
    text-align: center;
  }
  .footer--col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1rem;
  }
  .footer--col:nth-child(3) {
    text-align: center;
  }
  .footer--bottom {
    font-size: 1.2rem;
  }
  .footer--bottom .flex {
    display: block;
  }
  .footer--bottom .flex > * {
    width: 100%;
  }
  .footer--bottom .flex > *:nth-child(1) {
    text-align: center;
  }
  .footer--bottom .flex > *:nth-child(2) {
    display: none;
  }
  .footer--bottom .flex > *:nth-child(3) {
    text-align: center;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination--button {
  display: block;
}

.pagination--button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.pagination--button i {
  margin: 0 1rem;
}

.pagination--numeric {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination--numeric .pagination--button {
  margin: 0 0.5rem;
}

.pagination--numeric .pagination--button.active {
  font-weight: 600;
}

.share-buttons {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}

.share-buttons a {
  color: inherit;
}

.share-buttons a:hover {
  color: #dd9e93;
}

.share-buttons > * {
  margin-bottom: 0;
}

.share-buttons > * + * {
  margin-left: 1rem;
}

.share-buttons:nth-child(1) {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
}

.blog-item {
  background: white;
  margin: 0.25rem;
}

@media (min-width: 500px) {
  .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1rem);
    flex: 0 1 calc(50% - 1rem);
  }
}

@media (min-width: 750px) {
  .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33% - 1rem);
    flex: 0 1 calc(33% - 1rem);
  }
}

@media (min-width: 1000px) {
  .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 1rem);
    flex: 0 1 calc(25% - 1rem);
  }
}

.blog-item:hover,
.blog-item:focus {
  background: #dd9e93;
  color: white;
}

.blog-item:hover .blog-item--image,
.blog-item:focus .blog-item--image {
  opacity: 0.7;
}

.blog-item--image {
  min-height: 25rem;
  width: 100%;
  background: #d1d1d1;
  opacity: 0.9;
}

.blog-item--inner {
  padding: 2rem;
}

.blog-item--title {
  margin: 0;
}

.blog-item--subtitle {
  opacity: 0.6;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    'Helvetica Neue', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}

.blog-item--excerpt {
  font-size: 1.5rem;
}

.blog-nav--title {
  margin-bottom: 1rem;
}

.blog-nav--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    'Helvetica Neue', sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}

.blog-nav--list a {
  color: inherit;
}

.blog-nav--list li {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}

.blog-nav--list li + li:before {
  content: '|';
  margin: 0 1.3rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}

.blog-nav--list li:hover,
.blog-nav--list li:focus {
  color: black;
}

.blog-nav--list li.current-cat,
.blog .blog-nav--list li.cat-item-all {
  color: black;
}

.shop-menu {
  z-index: 1;
  position: relative;
  background: white;
}

.shop-menu--container {
  border-top: 1px solid whitesmoke;
}

.shop-menu--container .menu {
  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;
  padding: 0;
  margin: 0;
}

.shop-menu--container .menu-item {
  list-style: none;
  border-bottom: 3px solid transparent;
}

.shop-menu--container .menu-item:hover,
.shop-menu--container .menu-item.current-menu-item {
  color: #dd9e93;
  border-color: currentColor;
}

.shop-menu--container a {
  display: block;
  text-transform: uppercase;
  color: inherit;
  padding: 1.5rem 2vw;
  font-weight: 500;
}

@media (max-width: 730px) {
  .shop-menu--container {
    width: 100%;
    padding: 0;
  }
  .shop-menu--container .menu {
    display: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    width: 100%;
    padding: 0 2.5rem;
    position: relative;
  }
  .shop-menu--container:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(white),
      color-stop(5rem, rgba(255, 255, 255, 0)),
      color-stop(rgba(255, 255, 255, 0)),
      to(white)
    );
    background-image: linear-gradient(
      90deg,
      white,
      rgba(255, 255, 255, 0) 5rem,
      rgba(255, 255, 255, 0) calc(100% - 5rem),
      white
    );
  }
  .shop-menu--container .menu-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .shop-menu--container .menu-item:last-child {
    padding-right: 3.5rem;
  }
  .shop-menu--container .menu-item:hover,
  .shop-menu--container .menu-item.current-menu-item {
    color: inherit;
    border-color: transparent;
  }
}

.accordion--item {
  padding: 1.5rem 0;
  border-top: 1px solid whitesmoke;
}

img {
  width: 100%;
  margin: 1rem auto;
}

.woocommerce-checkout .payment_methods img {
  width: 32px;
  margin: auto;
}

.accordion--item--title {
  text-transform: uppercase;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.accordion--item--title > * {
  margin: 0;
}

.accordion--item--title:after {
  content: '\f107';
  color: rgba(0, 0, 0, 0.3);
  font-family: 'fontawesome';
  margin-left: auto;
  font-size: 2em;
  line-height: 1;
}

.open .accordion--item--title:after {
  content: '\f106';
}

.accordion--item--content {
  display: none;
  padding: 1.5rem;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.open .accordion--item--content {
  display: block;
}

/*! 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 {
  -webkit-tap-highlight-color: transparent;
  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: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer; /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.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: 10px;
}

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

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

/* ---- 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: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

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

.instagram-banner--title {
  margin-bottom: 0;
}

.instagram-banner--icon {
  display: block;
  color: inherit;
  margin-bottom: 2rem;
}

.instagram-banner--icon .fa {
  margin-top: 1rem;
  font-size: 3rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.instagram-banner--icon:hover .fa,
.instagram-banner--icon:focus .fa {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home--search input {
  margin-bottom: 0;
}

@media (min-width: 666px) {
  .home--search {
    display: none;
  }
}

.home--section-1--image {
  display: block;
  border: 2.5rem solid white;
  width: 50%;
  z-index: 1;
}

.home--section-1--content {
  width: 50%;
  padding-left: 5rem;
}

@media (max-width: 666px) {
  .home--section-1 .container {
    display: block;
  }
  .home--section-1--image {
    width: 100%;
  }
  .home--section-1--content {
    width: 100%;
    padding: 2rem;
  }
}

.blog-list--section--title {
  margin-bottom: 5rem;
}

.blog-list--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.blog-list--container > * {
  width: calc(32% - 1rem);
  min-width: 300px;
  margin-bottom: 1rem;
}

@supports (display: grid) {
  .blog-list--container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2rem;
  }
  .blog-list--container > * {
    margin: inherit;
    width: 100%;
  }
}

.single-post {
  background: whitesmoke;
}

.single-post--header-image {
  height: 50rem;
  width: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
}

.single-post--header-image .background-image {
  opacity: 0.7;
}

.single-post--back-btn {
  padding: 7rem 0 3.5rem;
}

.single-post--back-btn--btn {
  color: white;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    'Helvetica Neue', sans-serif;
}

.single-post--back-btn--btn:hover,
.single-post--back-btn--btn:focus {
  color: white;
  border-bottom: 1px solid currentColor;
}

.single-post--container {
  padding: 5rem;
  margin-bottom: 10rem;
  background: rgba(255, 255, 255, 0.97);
}

.single-post--container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.single-post--heading {
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 1.5rem;
  text-align: center;
}

.single-post--title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 3rem 0;
  text-transform: none;
}

.single-post--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    'Helvetica Neue', sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #565656;
  opacity: 0.7;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.single-post--meta > * + *:before {
  content: '|';
  margin: 0 1rem;
}

.single-post--meta a {
  color: inherit;
}

.single-post--meta a:hover,
.single-post--meta a:focus {
  color: inherit;
  border-bottom: 1px solid currentColor;
}

.single-post--meta--category {
  text-transform: uppercase;
}

.single-post--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid whitesmoke;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
}

.single-post--footer .pagination a {
  color: inherit;
  opacity: 0.5;
}

.single-post--footer .pagination a:hover,
.single-post--footer .pagination a:focus {
  opacity: 1;
}

@media (max-width: 777px) {
  .single-post--back-btn {
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-left: 1.5rem;
  }
  .single-post--header-image {
    position: relative;
    height: 40rem;
    max-height: 60vh;
  }
  .single-post--container {
    padding: 5vmin;
  }
  .single-post--meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-post--meta > * {
    margin: 0 1rem;
  }
  .single-post--meta > * + *:before {
    display: none;
  }
  .single-post--title {
    font-size: 2.5rem;
    margin: 5vmin;
  }
}

.lookbook-archive--grid--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5rem;
}

.lookbook-archive--grid--item:nth-child(odd):before {
  top: 25%;
  bottom: 0;
  height: auto;
}

.lookbook-archive--grid--item:nth-child(odd)
  .lookbook-archive--grid--item--image {
  margin-top: 0;
}

@media (min-width: 920px) {
  .lookbook-archive--grid--item:nth-child(even) > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lookbook-archive--grid--item:nth-child(even)
    .lookbook-archive--grid--item--image-wrap {
    margin: 0;
    margin-left: auto;
  }
  .lookbook-archive--grid--item:nth-child(even)
    .lookbook-archive--grid--item--title {
    text-align: right;
  }
  .lookbook-archive--grid--item:nth-child(even)
    .lookbook-archive--grid--item--title:before {
    left: calc(100% + 1rem);
  }
  .lookbook-archive--grid--item:nth-child(even)
    .lookbook-archive--grid--item--content {
    text-align: right;
    border-right: 1px solid #ccc;
    padding-left: 0;
    padding-right: 2rem;
  }
}

.lookbook-archive--grid--item--column {
  width: 100%;
  max-width: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 2.5rem;
}

.lookbook-archive--grid--item--image-wrap {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 920px) {
  .lookbook-archive--grid--item--image-wrap {
    margin: 0;
    margin-right: auto;
  }
}

.lookbook-archive--grid--item--image {
  margin: auto;
  height: 70vmin;
  width: 52.5vmin;
}

@media (min-width: 920px) {
  .lookbook-archive--grid--item--image {
    margin-top: -50%;
    height: 60rem;
    width: 45rem;
  }
}

.lookbook-archive--grid--item--button {
  margin: auto;
  display: inline-block;
  margin-top: 2rem;
}

.lookbook-archive--grid--item--content {
  border-left: 1px solid #ccc;
  padding-left: 2rem;
  line-height: 1.7;
}

.lookbook-archive--grid--item--title {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 920px) {
  .lookbook-archive--grid--item {
    display: block;
    padding-bottom: 2rem;
    border-bottom: 1px solid whitesmoke;
  }
  .lookbook-archive--grid--item:before {
    display: none;
  }
  .lookbook-archive--grid--item--column {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lookbook-archive--grid--item--title {
    font-size: 2.5rem;
    margin: 2rem auto 1rem auto;
  }
  .lookbook-archive--grid--item--title:before {
    display: none;
  }
  .lookbook-archive--grid--item--content {
    border: none;
    padding: 0;
  }
}

.lookbook-single--breadcrumbs {
  margin-top: 1rem;
}

.lookbook-single--gallery {
  padding: 2rem;
  overflow: hidden;
  display: none;
  overflow: hidden;
}

.lookbook-single--gallery.flickity-enabled {
  display: block;
}

.lookbook-single--gallery--item--image {
  height: 45rem;
  max-height: 70vh;
  width: auto;
  margin: 0 3rem 1rem 3rem;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  will-change: filter;
}

.lookbook-single--gallery--item--image:first-child {
  margin-left: 0;
}

.lookbook-single--gallery--item--image:last-child {
  margin-right: 0;
}

.lookbook-single--gallery--item--image.loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.lookbook-single--gallery--item--product-links {
  text-align: center;
}

.lookbook-single--gallery--item--product-links--link {
  color: inherit;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
}

.lookbook-single--gallery-controls {
  padding: 0 2rem 2rem;
  text-align: right;
}

.lookbook-single--gallery-controls--button {
  background: none;
  color: inherit;
  border-color: whitesmoke;
  padding: 0 1.5rem;
  margin: 0;
}

.lookbook-single--content {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc;
  margin-bottom: 5rem;
}

.lookbook-single--content--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lookbook-single--content--container > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
}

@supports (display: grid) {
  .lookbook-single--content--container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 5rem;
  }
}

.about--section-1--content {
  margin-top: 4rem;
}

@media (min-width: 600px) {
  .about--section-1--content {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.about--section-2--icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about--section-2--icon {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.about--section-2--icons--sep {
  background: rgba(51, 51, 51, 0.4);
  width: 1px;
}

.about--section-2--icons--sep:last-child {
  display: none;
}

.about--section-2--icon--image {
  display: block;
  height: 5rem;
  margin-bottom: 1rem;
  width: auto;
}

@media (max-width: 800px) {
  .about--section-2--icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .about--section-2--icon {
    width: 35%;
    margin-bottom: 1rem;
  }
  .about--section-2--icons--sep {
    display: none;
  }
}

@media (max-width: 500px) {
  .about--section-2--icon--title {
    font-size: 1.8rem;
  }
}

.about--section-3--statement.container {
  position: relative;
  font-weight: 600;
  max-width: 65rem;
  font-size: 2.5rem;
  background: rgba(255, 255, 255, 0.3);
  padding: 2.5rem;
}

@media (min-width: 880px) {
  @supports (display: grid) {
    .about--section-4--container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2rem;
    }
  }
}

.about--section-4--image {
  position: relative;
  height: 100%;
  margin: auto;
}

.about--section-4--image img {
  width: 100%;
  height: auto;
}

@media (min-width: 880px) {
  .about--section-4--image {
    width: 90%;
    margin: 0;
  }
}

.contact-card--section > .container {
  width: 100%;
}

.contact-card--col {
  background: white;
  padding: 5rem 3vw;
}

.contact-card--col:nth-child(2) {
  background: rgba(221, 158, 147, 0.3);
  padding-top: 5.5rem;
}

.contact-card--col:nth-child(2) input,
.contact-card--col:nth-child(2) textarea {
  background: white;
  font-weight: 500;
  font-size: 1.4rem;
}

.contact-card--col:nth-child(2) input::-webkit-input-placeholder,
.contact-card--col:nth-child(2) textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.contact-card--col:nth-child(2) input:-ms-input-placeholder,
.contact-card--col:nth-child(2) textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.contact-card--col:nth-child(2) input::-ms-input-placeholder,
.contact-card--col:nth-child(2) textarea::-ms-input-placeholder {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.contact-card--col:nth-child(2) input::placeholder,
.contact-card--col:nth-child(2) textarea::placeholder {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.contact-card--title {
  color: #dd9e93;
}

.contact-card--list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  margin-top: 1rem;
  font-weight: 600;
}

.contact-card--list-item:first-of-type {
  margin-top: 5rem;
}

.contact-card--list-item .fa {
  background: rgba(221, 158, 147, 0.3);
  width: 3rem;
  height: 3rem;
  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;
  border-radius: 100%;
  margin-right: 1rem;
}

@media (min-width: 500px) {
  .contact-card--section > .container {
    width: 95%;
  }
}

@media (min-width: 777px) {
  .contact-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-card--col {
    width: 50%;
  }
}

.woocommerce-account .skinny .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-account .skinny .woocommerce h2 {
  width: 100%;
}

.woocommerce-account .skinny .woocommerce .woocommerce-message,
.woocommerce-account .skinny .woocommerce .woocommerce-error {
  width: 100%;
  margin: 0 0 4rem 0;
}

.woocommerce-MyAccount-navigation {
  width: calc(30% - 4rem);
  margin: 0 4rem 0 0;
}

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

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link--payment-methods,
.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-content {
  width: 70%;
}

@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;
  }
}

.woo-banner {
  color: white;
  background: #a2e5e5;
}

.woo-banner h1 {
  font-weight: normal;
}

.page-id-48 .woo-banner .overlay {
  display: none;
}

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

.woo-archive .sidebar-open {
  display: none;
}

@media screen and (max-width: 750px) {
  .woo-archive .sidebar-open {
    display: inline-block;
  }
}

.woo-sidebar {
  width: 20%;
}

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

@media screen and (max-width: 750px) {
  .woo-archive.flex {
    display: block;
  }

  .woo-archive #searchform {
    margin-bottom: 0;
  }

  .woo-sidebar {
    width: 90%;
    margin: 0 auto 2rem auto;
  }

  .woo-sidebar h3 {
    display: none;
  }

  @-webkit-keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  .woo-sidebar.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: 0 4rem;
  }
  .woo-sidebar.open .sidebar-close {
    display: inline-block;
    float: right;
    margin: 0 0 1rem;
    cursor: pointer;
    text-align: right;
  }
  .woo-sidebar.open form {
    width: 100%;
    clear: both;
  }
}

.woo-sidebar h3 {
  font-size: 2rem;
}

.woo-sidebar ul {
  list-style: none;
  margin: 0;
}

.woo-sidebar li {
  margin: 0;
}

.woo-sidebar li + li > a {
  border-top: 1px solid whitesmoke;
}

.woo-sidebar li a {
  display: block;
  text-transform: uppercase;
  font-weight: 100;
  color: #333333;
  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;
}

.woo-sidebar li a:after {
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 1.5em;
  opacity: 0.7;
}

.woo-sidebar li a:hover {
  color: #dd9e93;
}

.woo-sidebar .current-menu-item > a,
.woo-sidebar .current-menu-ancestor > a {
  font-weight: 500;
  position: relative;
  padding-left: 12px;
}

.woo-sidebar .current-menu-item > a:before,
.woo-sidebar .current-menu-ancestor > a:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 3px;
  position: absolute;
  background: #dd9e93;
}

.woo-sidebar .menu-item-has-children.current-menu-item > a:after,
.woo-sidebar .menu-item-has-children.current-menu-ancestor > a:after {
  content: '\f107';
  font-family: 'fontawesome';
  display: inline-block;
  margin: 0 0 0 0.5rem;
}

.woo-sidebar .sub-menu {
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  padding: 0 0 0 1rem;
  overflow: hidden;
  display: none;
  margin-top: 0.5rem;
}

.woo-sidebar .sub-menu a {
  display: block;
  font-weight: 400;
  text-transform: none;
  opacity: 0.8;
}

.woo-sidebar .sub-menu a:after {
  display: none;
}

.woo-sidebar .current-menu-item .sub-menu,
.woo-sidebar .current-menu-ancestor .sub-menu {
  display: block;
}

.woo-sidebar .current-menu-ancestor .sub-menu,
.woo-sidebar .current-menu-item .sub-menu,
.woo-sidebar .current-menu-parent .sub-menu {
  height: auto;
}

.woo-sidebar .current-menu-item > a {
  color: black;
}

.woo-sidebar .current-menu-parent > a {
  color: black;
  opacity: 0.6;
}

.woo-grid {
  width: 75%;
}

.woo-grid > .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woo-grid > .flex > * {
  min-width: 25rem;
}

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

@media screen and (max-width: 750px) {
  .woo-grid {
    width: 100%;
  }
  .woo-grid .woo-tools {
    display: none;
  }
}

@media (max-width: 570px) {
  .woo-grid > .flex {
    display: block;
  }
  .woo-grid > .flex > * {
    display: block;
    max-width: 40rem;
    min-width: 0;
    width: 100%;
    margin: 1rem auto;
  }
  .woo-grid > .flex .product-card--image {
    height: 80vw;
  }
  .woo-grid > .flex .product-card--title {
    font-size: 1.5rem;
  }
}

.woocommerce-tabs .tabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #ccc;
}

.woocommerce-tabs .tabs li {
  margin: 0 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2rem 3rem 1rem 0;
  text-transform: uppercase;
}

.woocommerce-tabs .tabs .active {
  border-bottom: 1px solid #565656;
}

.woocommerce-tabs h2 {
  display: none;
}

.woocommerce-tabs h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.woocommerce-tabs p a {
  color: #333333;
  font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul {
  font-size: 1.3rem;
  list-style: disc;
  padding: 0 0 0 18px;
  line-height: 1;
}

.woocommerce-tabs .reviews {
  margin: 0;
}

.woocommerce-tabs .reviews .info {
  margin: 0;
  padding: 0;
}

.woocommerce-tabs .reviews .title-bar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.woocommerce-tabs .reviews .title-bar .author {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline;
}

.woocommerce-tabs .reviews .title-bar .star-rating {
  margin: 0 2rem;
}

.woocommerce-tabs .reviews .date {
  font-size: 1.2rem;
  font-weight: 400;
}

.woocommerce-tabs ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-tabs .description {
  display: none !important;
}

.woocommerce-tabs .stars a {
  display: inline-block;
  margin: 0 1rem;
  color: #565656;
}

.woocommerce-tabs .stars a.active {
  color: #333333;
}

.woocommerce-tabs #respond {
  border-top: 1px solid #ccc;
  padding: 1.5rem 0 0 0;
}

.woocommerce-tabs #respond h3 {
  margin: 0;
}

.comment-form-author,
.comment-form-email {
  width: 50%;
  float: left;
}

.comment-form-author input,
.comment-form-email input {
  width: 98%;
}

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

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

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

.shop_table th {
  background: #ccc;
  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 {
  width: auto;
  float: right;
  margin: 0;
}

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

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

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

.tinv-header {
  display: none;
}

.tinv-wishlist tfoot .tinvwl-to-right {
  float: right;
}

.woocommerce-checkout h1 {
  text-align: center;
  font-weight: normal;
}

.woocommerce-checkout h3 {
  display: block;
  overflow: hidden;
  clear: both;
}

.woocommerce-checkout h3#ship-to-different-address {
  margin: 1rem 0;
}

.woocommerce-checkout h3#ship-to-different-address:before {
  content: 'No Signature Required Upon Delivery. Parcel to be left in a safe location as per your instructions in the Order Notes below.';
  font-size: 1.3rem;
  margin: 1rem 0 2rem 0;
  display: block;
}

.woocommerce-checkout h3#ship-to-different-address label {
  font-weight: bold;
}

#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: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    'Helvetica Neue', 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;
}

.woocommerce-order ul {
  padding: 0 0 0 2.4rem;
}

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

.wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wc_payment_method input {
  margin: 0 1rem 0 0;
}

.wc_payment_method .payment_box {
  width: 100%;
  padding-left: 2.5rem;
}

.payment_method_paypal img {
  display: none;
}

/*---- Responsive ----*/
@media screen and (max-width: 600px) {
  .woocommerce-cart h2 {
    margin: 2rem 0;
  }
  .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 {
    /* 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.3rem;
  }
  .woocommerce table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce table.shop_table {
    border: none;
    padding: 0;
  }
  .woocommerce table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }
  .woocommerce table.shop_table .order-total td {
    padding-left: 0 !important;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .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;
    font-weight: bold;
  }
  .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: auto;
    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;
  }
}

.woo-category-grid--grid {
  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;
}

.woo-category-grid--grid > * {
  -ms-flex-preferred-size: calc(50% - 2rem);
  flex-basis: calc(50% - 2rem);
  margin: 1rem;
}

.woo-category-grid--grid > *:nth-child(3),
.woo-category-grid--grid > *:nth-child(4),
.woo-category-grid--grid > *:nth-child(5) {
  -ms-flex-preferred-size: calc(33.33% - 2rem);
  flex-basis: calc(33.33% - 2rem);
}

@supports (display: grid) {
  .woo-category-grid--grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 2rem;
  }
  .woo-category-grid--grid > * {
    margin: 0;
  }
  @media (min-width: 700px) {
    .woo-category-grid--grid > *:first-child {
      grid-column: span 2;
    }
  }
}

.woo-related-products h2 {
  margin-bottom: 5rem;
}

.woo-related-products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woo-related-products .products .product {
  min-width: 300px;
}

@media (max-width: 1010px) {
  .woo-related-products .products .product:nth-child(1n + 3) {
    display: none;
  }
}

@media (max-width: 680px) {
  .woo-related-products .products .product:nth-child(1n + 2) {
    display: none;
  }
}

.single-product .product {
  margin-bottom: 5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-product .product > * {
  width: 100%;
}
.single-product .WooSlide {
  width: 100%;
}

.single-product .product > *:nth-child(1) {
  margin-right: 2vw;
}

.single-product .product > *:nth-child(2) {
  margin-left: 2vw;
}

.woo-details .product_title {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
  text-transform: none;
}

.woo-details .price {
  border-bottom: 1px solid whitesmoke;
  padding: 0.5rem 0 1rem;
  font-size: 2.25rem;
}

.woocommerce-variation-add-to-cart {
  display: block;
}

#wooswipe {
  width: 100%;
}

#wooswipe img {
  width: 100%;
  height: auto;
}

.woo-details--accordion {
  margin-top: 4rem;
}

.woo-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}

@media screen and (max-width: 750px) {
  .single-product .product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.woo-gallery {
  width: 48%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 750px) {
  .woo-gallery {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.woo-gallery img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: auto;
  display: block;
}

.pswp img {
  max-width: 100vw !important;
}

@media screen and (max-width: 750px) {
  .woo-details {
    width: 100%;
  }
}

.woo-details .brand {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 1rem 0;
}

@media screen and (max-width: 750px) {
  .woo-details .brand {
    text-align: center;
  }
}

.woo-details .single-rating {
  width: 110px;
}

.woo-details .woocommerce-product-details__short-description {
  margin: 0 0 2rem 0;
}

.woo-details label {
  padding: 1rem 0 0 0;
  font-size: 1.3rem;
  text-transform: none;
  width: 10rem;
  margin: 0;
}

.woo-details form.cart {
  margin: 0;
}

.woo-details .variations {
  margin: 0;
}

.woo-details .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woo-details .variations td {
  border: none;
  padding: 0;
  vertical-align: top;
  text-transform: uppercase;
}

.woo-details .variations select {
  margin: 0;
  width: 17rem;
  font-size: 1.2rem;
}

.woo-details .variations .reset_variations {
  font-size: 1rem;
  margin-left: 1rem;
}

.woo-details .woocommerce-variation-add-to-cart {
  margin: 2rem 0 0 0;
}

.woo-details .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
}

.woo-details .quantity input {
  width: 17rem;
}

.single_add_to_cart_button {
  margin: 0;
}

.product-card {
  width: 100%;
  max-width: 30rem;
  width: calc(33.33% - 2rem);
  margin: 0 1rem 2.5rem 1rem;
  color: #333333;
}

.product-card:hover .product-card--image:after,
.product-card:focus .product-card--image:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-card--image {
  height: 40rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-card--image:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
  content: 'View';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  text-transform: uppercase;
  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;
}

.product-card--inner {
  padding: 1rem;
}

.product-card--title {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin: 0;
  font-weight: 500;
}

.product-card--price {
  font-size: 2rem;
}

ul.currency_switcher {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  font-size: 1rem;
}

ul.currency_switcher li {
  width: auto;
}

ul.currency_switcher li a {
  color: inherit;
  border-radius: 0;
  border-color: #dd9e93;
}

ul.currency_switcher li a.active,
ul.currency_switcher li a:hover {
  background: #dd9e93;
  color: white;
}

.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: whitesmoke;
  border-bottom: 1px solid #ccc;
  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: whitesmoke;
  text-align: center;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
  border-radius: 8px;
  margin: 0 0 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}

.woocommerce-message .button,
.woocommerce-error .button {
  display: block;
  margin: 0 auto 1rem auto;
}

.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 #ccc;
  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;
}

.cart-empty {
  margin: 2rem 0;
}

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

.woocommerce-pagination {
  width: 100%;
  text-align: right;
}

.woocommerce-pagination ul {
  margin: 0 auto;
}

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

.woocommerce-pagination ul li a {
  display: inline-block;
  color: inherit;
  font-weight: 300;
}

.woocommerce-pagination ul li .page-numbers {
  display: inline-block;
  padding: 0.5rem;
  opacity: 0.6;
}

.woocommerce-pagination ul li .page-numbers.current,
.woocommerce-pagination ul li .page-numbers:hover {
  text-decoration: underline;
  opacity: 1;
}

.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: #333333;
  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: 1.4rem;
}

.outofstock {
  position: relative;
}

.outofstock:after {
  content: 'Sold Out';
  background: #212121;
  color: white;
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
}

.free-shipping {
  text-align: center;
  font-weight: 600;
  background: whitesmoke;
  padding: 1rem;
  font-size: 13px;
  position: fixed;
  top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .menu__toggle.on .two {opacity: 0;}
  .menu__toggle.on .one {-moz-transform: rotate(45deg) translate(7px, 7px); -ms-transform: rotate(45deg) translate(7px, 7px); -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); background: #2f2f2f;}
  .menu__toggle.on .three {-moz-transform: rotate(-45deg) translate(8px, -10px); -ms-transform: rotate(-45deg) translate(8px, -10px); -webkit-transform: rotate(-45deg) translate(8px, -10px); transform: rotate(-45deg) translate(8px, -10px); background: #2f2f2f;}
  
  .one, .two, .three {
      width: 100%;
      height: 3px;
      background: #2f2f2f;
      margin: 8px auto;
      backface-visibility: hidden;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      cursor: pointer;
      border-radius: 0px;
  }
  .menu__toggle {
      width: 40px;
      height: 40px;
      cursor: pointer;
      z-index: 99999;
      float: right;
      right: 0;
      top: 0;
      position: absolute;
  }
  .header--col--mid{
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: row;
  }
  .logo{
      float: left;
  }
  ul#menu-shop-menu.show {
    display: block;
    position: fixed;
    height: calc(100vh - 135px);
    overflow: auto;
    background-color: #fff;
    margin-top: -1px;
  }
  .menu.show a{
    padding-bottom: 0px;
  }

}

/* .thick.woo-category-grid--section .woo-category-grid--grid {
  display: none;
} */
@media (max-width: 400px) {
  .free-shipping {
    font-size: 11px !important;
  }
}

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