@charset "UTF-8";
/*
Theme Name: SAAX Base
Author: SAAX - Thrive
Version: 1.0.1
*/
/*! 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 */
  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: bold; }

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

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

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

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

body {
  color: #222532;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  background: white; }
  @media screen and (max-width: 830px) {
    body {
      font-size: 1.4rem; } }

body.post-type-archive-product,
body.tax-product_cat,
body.single-product {
  background: transparent; }

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

::-webkit-scrollbar {
  width: 0.4rem; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #e7e7e4; }

::-webkit-scrollbar-thumb {
  background-color: #222532; }


.hidden {
  display: none;
  opacity: 0;
  visibility: hidden; }

blockquote {
  margin: 2rem 0 4rem 0 !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  blockquote p {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #222532;
    max-width: 55rem;
    margin-left: 6rem; }
    @media screen and (max-width: 830px) {
      blockquote p {
        margin-left: 3rem; } }
    blockquote p::before {
      content: '\201D';
      position: absolute;
      right: calc(100% + 1rem);
      top: 2.5rem;
      font-size: 10rem;
      color: #222532;
      display: block;
      font-family: 'sans-serif'; }
      @media screen and (max-width: 830px) {
        blockquote p::before {
          top: 1.2rem;
          font-size: 6rem;
          right: calc(100% + 0.5rem); } }

code {
  background: #e7e7e4;
  border-radius: .4rem;
  font-size: 86%;
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap; }

pre {
  background: #e7e7e4;
  border-left: 0.3rem solid #8d8c91;
  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 {
  font-family: "Open Sans", sans-serif; }
  form ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  form ::placeholder {
    color: #222532;
    opacity: 1;
    /* Firefox */
    letter-spacing: 0; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
textarea {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  height: 3.8rem;
  padding: 2.5rem 2rem;
  width: 100%; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='password']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  textarea:focus {
    outline: 0; }

select {
  height: 3.8rem;
  padding: 2.5rem 2rem;
  width: 100%; }
  select:focus {
    outline: 0; }

textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  min-height: 10rem;
  resize: vertical; }

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

.gift-certificate-show-form label,
.woocommerce-checkout-payment label,
.wc-credit-card-form label {
  display: inline; }

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: #e7e7e4;
  margin: 1.5rem auto;
  font-weight: 500;
  color: #222532; }
  .validation_error:before,
  .gform_confirmation_message:before {
    content: '\F06A';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #222532; }

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

.validation_message {
  background: white;
  font-weight: 500;
  border: 1px solid #e4e5e0; }
  .validation_message:before {
    content: '\F06A';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #8d8c91; }

.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 830px) {
    .container {
      padding: 0 15px; } }
  .container.skinny {
    max-width: 800px; }

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

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

@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66667%; }
  .two.columns {
    width: 13.33333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.66667%; }
  .five.columns {
    width: 39.33333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.66667%; }
  .eight.columns {
    width: 65.33333%; }
  .nine.columns {
    width: 74%; }
  .ten.columns {
    width: 82.66667%; }
  .eleven.columns {
    width: 91.33333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.66667%; }
  .two-thirds.column {
    width: 65.33333%; }
  .one-half.column {
    width: 48%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }

a {
  color: #222532;
  text-decoration: none;
  transition: ease all 0.3s; }
  a:hover {
    color: #c9c9c9; }

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

ol {
  list-style: decimal; }

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

hr {
  border-top: 0.1rem solid #e7e7e4;
  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: .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;
  margin-bottom: 1.4rem;
  line-height: 1.8; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-top: 0;
  letter-spacing: normal; }

h1 {
  font-size: 6rem;
  line-height: 1.2; }
  @media screen and (max-width: 830px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 5rem;
  line-height: 1.25;
  font-weight: 200; }
  @media screen and (max-width: 830px) {
    h2 {
      font-size: 2.2rem; } }

h3 {
  font-size: 4.3rem;
  line-height: 1.3;
  font-weight: 200; }
  @media screen and (max-width: 830px) {
    h3 {
      font-size: 1.8rem; } }

h4 {
  font-size: 3rem;
  line-height: 1.35; }
  @media screen and (max-width: 830px) {
    h4 {
      font-size: 1.4rem; } }

h5 {
  font-size: 2rem;
  line-height: 1.5; }
  @media screen and (max-width: 830px) {
    h5 {
      font-size: 1.4rem; } }

h6 {
  font-size: 1.6rem;
  line-height: 1.4; }
  @media screen and (max-width: 830px) {
    h6 {
      font-size: 1.4rem; } }

.section {
  padding: 7.5rem 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: white; }
  @media screen and (max-width: 830px) {
    .section {
      padding: 5rem 0; } }
  .section.madi-brides {
    padding-top: 3rem; }
  .section.thin {
    padding: 5rem 0; }
    @media screen and (max-width: 830px) {
      .section.thin {
        padding: 2.5rem 0; } }
  .section.thick {
    padding: 8rem 0; }
    @media screen and (max-width: 1024px) {
      .section.thick {
        padding: 6rem 0; } }
    @media screen and (max-width: 830px) {
      .section.thick {
        padding: 4rem 0; } }
  .section.nopad {
    padding: 0; }
  .section.basepad {
    padding: 1rem 0 5rem 0; }
    @media screen and (max-width: 830px) {
      .section.basepad {
        padding: 0 0 2rem 0; } }
  .section.extralight {
    background-color: #eeeeee; }
  .section.light {
    background: #c9c9c9; }
  .section.dark {
    background: #5a5c68; }

.container {
  width: calc(100% - 4rem);
  max-width: 1440px;
  margin: 0 auto; }
  .container.skinny {
    max-width: 800px; }
  .container.small {
    max-width: 1200px; }
  .container.smaller {
    max-width: 1000px; }
  .container.large {
    max-width: 80%; }
  @media screen and (max-width: 830px) {
    .container {
      width: 100%;
      padding: 0 1.5rem; } }

.overlay, .g-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222532;
  opacity: 0.5; }

.g-overlay {
  background: linear-gradient(-90deg, rgba(34, 37, 50, 0.2), #222532);
  opacity: 1; }

.one-half {
  position: relative;
  width: calc(50% - 2rem); }
  @media screen and (max-width: 830px) {
    .one-half {
      width: 100%;
      margin: 0 0 2rem 0; } }

.one-third {
  position: relative;
  width: calc(33.333% - 2rem); }

.two-thirds {
  position: relative;
  width: calc(75% - 2rem); }

.one-quarter {
  position: relative;
  width: calc(25% - 2rem); }

.three-quaters {
  position: relative;
  width: calc(75% - 2rem); }

.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-center {
  align-items: center;
  justify-content: center; }

.flex-stratch {
  align-items: stretch; }

.background-image {
  position: absolute 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  overflow: hidden; }
  .background-image img,
  .background-image video {
    width: 100%; }
    @supports (object-fit: cover) {
      .background-image img,
      .background-image video {
        object-fit: cover;
        object-position: center;
        height: 100%; } }

.background-video {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .background-video video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }

#accordion {
  border-top: 1px solid #222532; }
  #accordion h3 {
    margin: 0;
    padding: 4rem 0;
    padding-right: 6rem;
    font-weight: 700;
    border-bottom: 1px solid #222532;
    cursor: pointer;
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi42ICg2NzQ5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+bm91bl9BcnJvd18xNTU4MjE5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJzZWNvbmRhcnktYnV0dG9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzMuMDAwMDAwLCAtNi4wMDAwMDApIiBmaWxsPSIjMjIyNTMyIiBzdHJva2U9IiMyMjI1MzIiIHN0cm9rZS13aWR0aD0iMC4zIj4KICAgICAgICAgICAgPGcgaWQ9Im5vdW5fQXJyb3dfMTU1ODIxOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzkuNTAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTc5LjUwMDAwMCwgLTEwLjUwMDAwMCkgdHJhbnNsYXRlKDc2LjAwMDAwMCwgNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjYzNDEwNTQyLDEyLjIwMTUyODkgTDYuOTM5NjcwNjksOS4wOTAzNzg4OSBDNy4wMTgyNjUxNCw5LjAxNTA3MDU2IDcuMDE4ODI5MDMsOC44ODYzNjc3OCA2Ljk0ODgwOTU4LDguODEzODU5NDQgQzYuODc3NjYyMzYsOC43NDAxNjUgNi43NDcwNTQwMyw4LjczNDc1OTQ0IDYuNjcyMjkwMTQsOC44MDQ3MjA1NiBMMy42OTQ4NDk4NiwxMS42MDU5NjUgTDMuNjk0ODQ5ODYsMC4zODg5MjE5NDQgQzMuNjk0ODQ5ODYsMC4yODE1MzAyNzggMy42MDc3OTcwOCwwLjE5NDQ3NzUgMy41MDA0MDU0MiwwLjE5NDQ3NzUgQzMuMzkzMDEzNzUsMC4xOTQ0Nzc1IDMuMzA1OTYwOTcsMC4yODE1MzAyNzggMy4zMDU5NjA5NywwLjM4ODkyMTk0NCBMMy4zMDU5NjA5NywxMS42MDU5NjUgTDAuMzI4NTMwNDE3LDguODA0NzIwNTYgQzAuMjUzNzY2NTI4LDguNzM0NzAxMTEgMC4xMjIwMTA5NzIsOC43MzkwMTc3OCAwLjA1MjAxMDk3MjIsOC44MTM4NTk0NCBDLTAuMDE3OTg5MDI3OCw4Ljg4ODY0Mjc4IC0wLjAxOTcxOTU4MzMsOS4wMDg5ODQ0NCAwLjA2MTE0OTg2MTEsOS4wOTAzNzg4OSBMMy4zNjY3MDU0MiwxMi4yMDE1Mjg5IEMzLjQ1NzcwNTQyLDEyLjI3NTQ3NjEgMy41NjkyMzg3NSwxMi4yNTYwMzE3IDMuNjM0MTA1NDIsMTIuMjAxNTI4OSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=); }
    #accordion h3:focus {
      outline: none; }
  #accordion .accordion-content .inner {
    padding: 3rem 0;
    padding-bottom: 5rem; }

.button-container.double {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .button-container.double .btn {
    margin: 3rem 2rem; }

.btn {
  padding: 1.5rem 4rem;
  font-size: 1.3rem;
  text-transform: uppercase; }
  .btn.white-border {
    border: solid 1px white;
    display: inline-block;
    color: white;
    background-color: rgba(34, 37, 50, 0.4); }
    .btn.white-border:hover {
      background-color: #222532; }
  .btn.dark-border {
    border: solid 1px #222532;
    display: inline-block;
    color: #222532; }
    .btn.dark-border:hover {
      background-color: #222532;
      color: white; }
  .btn.arrow {
    padding: 0;
    text-transform: capitalize;
    margin-top: 1.5rem;
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 2.5px;
    padding-right: 4rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi42ICg2NzQ5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+bm91bl9BcnJvd18xNTU4MjE5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJzZWNvbmRhcnktYnV0dG9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzMuMDAwMDAwLCAtNi4wMDAwMDApIiBmaWxsPSIjMjIyNTMyIiBzdHJva2U9IiMyMjI1MzIiIHN0cm9rZS13aWR0aD0iMC4zIj4KICAgICAgICAgICAgPGcgaWQ9Im5vdW5fQXJyb3dfMTU1ODIxOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzkuNTAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTc5LjUwMDAwMCwgLTEwLjUwMDAwMCkgdHJhbnNsYXRlKDc2LjAwMDAwMCwgNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjYzNDEwNTQyLDEyLjIwMTUyODkgTDYuOTM5NjcwNjksOS4wOTAzNzg4OSBDNy4wMTgyNjUxNCw5LjAxNTA3MDU2IDcuMDE4ODI5MDMsOC44ODYzNjc3OCA2Ljk0ODgwOTU4LDguODEzODU5NDQgQzYuODc3NjYyMzYsOC43NDAxNjUgNi43NDcwNTQwMyw4LjczNDc1OTQ0IDYuNjcyMjkwMTQsOC44MDQ3MjA1NiBMMy42OTQ4NDk4NiwxMS42MDU5NjUgTDMuNjk0ODQ5ODYsMC4zODg5MjE5NDQgQzMuNjk0ODQ5ODYsMC4yODE1MzAyNzggMy42MDc3OTcwOCwwLjE5NDQ3NzUgMy41MDA0MDU0MiwwLjE5NDQ3NzUgQzMuMzkzMDEzNzUsMC4xOTQ0Nzc1IDMuMzA1OTYwOTcsMC4yODE1MzAyNzggMy4zMDU5NjA5NywwLjM4ODkyMTk0NCBMMy4zMDU5NjA5NywxMS42MDU5NjUgTDAuMzI4NTMwNDE3LDguODA0NzIwNTYgQzAuMjUzNzY2NTI4LDguNzM0NzAxMTEgMC4xMjIwMTA5NzIsOC43MzkwMTc3OCAwLjA1MjAxMDk3MjIsOC44MTM4NTk0NCBDLTAuMDE3OTg5MDI3OCw4Ljg4ODY0Mjc4IC0wLjAxOTcxOTU4MzMsOS4wMDg5ODQ0NCAwLjA2MTE0OTg2MTEsOS4wOTAzNzg4OSBMMy4zNjY3MDU0MiwxMi4yMDE1Mjg5IEMzLjQ1NzcwNTQyLDEyLjI3NTQ3NjEgMy41NjkyMzg3NSwxMi4yNTYwMzE3IDMuNjM0MTA1NDIsMTIuMjAxNTI4OSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.6rem; }
    .btn.arrow:hover {
      background-position: right center;
      color: #111111; }
    .btn.arrow.white {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi42ICg2NzQ5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+bm91bl9BcnJvd18xNTU4MjE5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJzZWNvbmRhcnktYnV0dG9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzMuMDAwMDAwLCAtNi4wMDAwMDApIiBmaWxsPSIjZmZmZmZmIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMC4zIj4KICAgICAgICAgICAgPGcgaWQ9Im5vdW5fQXJyb3dfMTU1ODIxOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzkuNTAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTc5LjUwMDAwMCwgLTEwLjUwMDAwMCkgdHJhbnNsYXRlKDc2LjAwMDAwMCwgNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjYzNDEwNTQyLDEyLjIwMTUyODkgTDYuOTM5NjcwNjksOS4wOTAzNzg4OSBDNy4wMTgyNjUxNCw5LjAxNTA3MDU2IDcuMDE4ODI5MDMsOC44ODYzNjc3OCA2Ljk0ODgwOTU4LDguODEzODU5NDQgQzYuODc3NjYyMzYsOC43NDAxNjUgNi43NDcwNTQwMyw4LjczNDc1OTQ0IDYuNjcyMjkwMTQsOC44MDQ3MjA1NiBMMy42OTQ4NDk4NiwxMS42MDU5NjUgTDMuNjk0ODQ5ODYsMC4zODg5MjE5NDQgQzMuNjk0ODQ5ODYsMC4yODE1MzAyNzggMy42MDc3OTcwOCwwLjE5NDQ3NzUgMy41MDA0MDU0MiwwLjE5NDQ3NzUgQzMuMzkzMDEzNzUsMC4xOTQ0Nzc1IDMuMzA1OTYwOTcsMC4yODE1MzAyNzggMy4zMDU5NjA5NywwLjM4ODkyMTk0NCBMMy4zMDU5NjA5NywxMS42MDU5NjUgTDAuMzI4NTMwNDE3LDguODA0NzIwNTYgQzAuMjUzNzY2NTI4LDguNzM0NzAxMTEgMC4xMjIwMTA5NzIsOC43MzkwMTc3OCAwLjA1MjAxMDk3MjIsOC44MTM4NTk0NCBDLTAuMDE3OTg5MDI3OCw4Ljg4ODY0Mjc4IC0wLjAxOTcxOTU4MzMsOS4wMDg5ODQ0NCAwLjA2MTE0OTg2MTEsOS4wOTAzNzg4OSBMMy4zNjY3MDU0MiwxMi4yMDE1Mjg5IEMzLjQ1NzcwNTQyLDEyLjI3NTQ3NjEgMy41NjkyMzg3NSwxMi4yNTYwMzE3IDMuNjM0MTA1NDIsMTIuMjAxNTI4OSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K); }
      .btn.arrow.white:hover {
        color: white; }

footer.footer {
  background-color: #222532; }
  footer.footer h5 {
    color: white; }
  footer.footer p,
  footer.footer a {
    color: #8d8c91;
    font-size: 1.5rem;
    line-height: 1; }
  footer.footer a:hover {
    color: white; }
  footer.footer .top-footer {
    margin-bottom: 2rem;
    padding-bottom: 4rem;
    border-bottom: solid 1px #8d8c91; }
  footer.footer ul li {
    list-style: none;
    margin-bottom: 0.8rem;
    line-height: 1.5; }
  footer.footer .five-col {
    flex-wrap: nowrap; }
    footer.footer .five-col .col:last-child {
      width: 28%; }
      footer.footer .five-col .col:last-child form {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2.5rem; }
        footer.footer .five-col .col:last-child form .validation_error,
        footer.footer .five-col .col:last-child form .validation_message,
        footer.footer .five-col .col:last-child form label {
          display: none; }
        footer.footer .five-col .col:last-child form input {
          padding: 0.8rem 1rem;
          height: 4rem;
          -webkit-appearance: none;
          border: none;
          font-size: 1.4rem; }
        footer.footer .five-col .col:last-child form .gform_body input {
          background-color: white;
          color: #222532; }
        footer.footer .five-col .col:last-child form .gform_body .gfield_error input {
          border-left: solid 2px tomato; }
        footer.footer .five-col .col:last-child form .gform_footer input {
          background-color: #8d8c91;
          color: white;
          font-weight: bold;
          padding: 0.8rem 3rem; }
          footer.footer .five-col .col:last-child form .gform_footer input:focus {
            outline: none; }
          footer.footer .five-col .col:last-child form .gform_footer input:hover {
            background-color: #6f6d75; }

.social-container ul {
  display: flex;
  align-items: center; }
  .social-container ul li {
    margin-right: 2rem; }
    .social-container ul li a {
      font-size: 2rem; }

.bottom-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  width: 100%; }

/* Shipping */
.shipping-section {
  background-color: #222532;
  color: white; }
  .shipping-section .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .shipping-section .container p {
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .shipping-section .container img {
      width: 3rem;
      margin-right: 1rem; }

/* Overlay */
.overlay-hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(34, 37, 50, 0.3);
  transition: ease all 0.3s; }

/* title */
.title-container {
  margin-bottom: 5rem; }
  .title-container.center {
    text-align: center; }

/* BG Image */
#videoBG {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover; }

/* Banner */
.featured_image {
  min-height: 45rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative; }
  .featured_image:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 37, 50, 0.5);
    display: block; }
  .featured_image .container {
    position: relative;
    z-index: 10; }
    .featured_image .container h1 {
      font-size: 6rem;
      font-weight: bold;
      letter-spacing: normal;
      color: white; }
  .featured_image.small {
    align-items: flex-end; }
    @media screen and (max-width: 1024px) {
      .featured_image.small {
        min-height: 30rem;
        margin-top: 2.5rem;
        padding: 3rem !important; } }
    .featured_image.small h1 {
      font-size: 6rem;
      font-weight: bold;
      letter-spacing: normal;
      color: white;
      align-items: flex-end;
      position: relative;
      z-index: 10;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .featured_image.small h1 {
          font-size: 4.5rem; } }
  .featured_image.home {
    min-height: 80vh; }
  .featured_image.wholesalers {
    display: block;
    text-align: left; }

/* Embed */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  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%; }

/* Box Shadow */
.box-shadow {
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.3); }

/* Image */
img {
  width: 100%;
  height: auto; }

/* Columns */
.two-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .two-col .col {
    width: 48%; }
    @media screen and (max-width: 1024px) {
      .two-col .col {
        width: 100%;
        margin: 1rem 0; } }

.three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .three-col .col {
    width: 31%; }

.four-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .four-col .col {
    width: 23%; }

.five-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .five-col .col {
    width: 19%; }

.six-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .six-col .col {
    width: 15%;
    padding: 0 2rem; }

/* List Style */
.content-styles ul {
  margin: 0;
  padding: 0; }
  .content-styles ul li {
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    padding-left: 2.2rem;
    list-style: none;
    font-size: 1.8rem; }

/* relative */
.relative {
  position: relative; }

/* Main Header */
.header {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: all 1s ease; }
  .header + div.content-wrap {
    overflow-x: hidden; }
  .header .container {
    position: relative;
    height: 100%;
    max-width: 100%;
    padding: 1.5rem 0;
    justify-content: space-between;
    align-items: flex-start; }
    .header .container .icon {
      max-width: 2rem; }
    .header .container .search-container {
      padding-top: 3.5rem;
      max-width: 12rem;
      width: 100%;
      display: flex;
      align-items: center; }
      .header .container .search-container .icon.search {
        transform: translateY(2px); }
      .header .container .search-container .icon.home {
        max-width: 2.5rem;
        height: auto;
        margin-left: 2rem; }
    .header .container .shop-head-container {
      padding-top: 3.5rem;
      display: flex;
      justify-content: flex-end;
      max-width: 12rem;
      width: 100%; }
    .header .container nav {
      display: flex; }
      .header .container nav.left {
        max-width: 42rem;
        width: 100%;
        justify-content: center; }
      .header .container nav.right {
        max-width: 42rem;
        width: 100%;
        justify-content: left; }
      @media screen and (max-width: 1024px) {
        .header .container nav {
          display: none;
          width: 100%;
          max-height: calc(100vh - 6.75rem); } }
      .header .container nav ul {
        list-style: none;
        display: flex;
        align-items: stretch;
        margin: 0; }
        @media screen and (max-width: 1024px) {
          .header .container nav ul {
            display: block; }
            .header .container nav ul li {
              display: block;
              width: 100%;
              text-align: center;
              padding: 0.5rem 0; } }
        .header .container nav ul li {
          margin: 0 2rem;
          padding-top: 3rem;
          position: relative; }
          .header .container nav ul li a {
            padding: 3rem 1.3rem;
            font-family: "Open Sans", sans-serif;
            font-size: 1.3rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: white;
            font-weight: 900; }
            @media screen and (max-width: 1024px) {
              .header .container nav ul li a {
                padding: 1rem 1rem; } }
          .header .container nav ul li .sub-menu {
            display: none;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            border-top: none;
            top: 0;
            padding: 0;
            position: absolute;
            font-size: 15px;
            width: 190px;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
            margin-top: 6.9rem; }
            @media screen and (max-width: 1024px) {
              .header .container nav ul li .sub-menu {
                display: block;
                position: relative;
                left: inherit;
                top: inherit;
                width: 100%;
                margin: 0; } }
            .header .container nav ul li .sub-menu li {
              display: block;
              cursor: pointer;
              padding: 0;
              margin: 0;
              background-color: white; }
              @media screen and (max-width: 1024px) {
                .header .container nav ul li .sub-menu li {
                  padding: 0; } }
              .header .container nav ul li .sub-menu li.current-menu-item, .header .container nav ul li .sub-menu li.current-menu-parent {
                background-color: #8d8c91;
                color: white; }
              .header .container nav ul li .sub-menu li a {
                display: block;
                padding: 1rem 1.75rem;
                letter-spacing: 0.1px;
                color: #222532;
                border-bottom: solid 1px rgba(141, 140, 145, 0.34); }
                @media screen and (max-width: 1024px) {
                  .header .container nav ul li .sub-menu li a {
                    padding: 0.5rem 1rem; } }
                .header .container nav ul li .sub-menu li a:hover {
                  color: #222532;
                  background-color: #8d8c91;
                  text-decoration: none; }
              .header .container nav ul li .sub-menu li:last-child a {
                border-bottom: none; }
        .header .container nav ul li.menu-item-has-children:hover .sub-menu {
          display: block; }

.login-container {
  margin-right: 2rem; }

.cart-container a {
  position: relative;
  display: inline-block; }
  .cart-container a span {
    position: absolute;
    right: -17px;
    top: -10px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: normal;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    color: #222532;
    border-radius: 100%; }

.logo {
  text-align: left;
  cursor: pointer;
  line-height: 0;
  max-width: 16rem;
  width: 100%;
  display: inline-block;
  transition: ease all 0s; }
  .logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .logo img {
        max-width: 14.5rem;
        transform: translateY(5px); } }
  .logo .logo-small {
    display: none; }

/* Search Overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  display: none;
  opacity: 1;
  padding: 3rem 0;
  box-sizing: border-box; }
  .search-overlay.change {
    display: block;
    opacity: 1;
    transform: scale(1); }
  .search-overlay .search-close {
    display: inline-block;
    max-width: 3rem;
    cursor: pointer; }
    .search-overlay .search-close:hover {
      opacity: 0.3; }
  .search-overlay .search-container {
    max-width: 55rem;
    margin: 10rem auto; }

.search-form .inner-form {
  display: flex;
  border-bottom: solid 2px black; }
  .search-form .inner-form input {
    margin: 0;
    height: 5rem;
    width: 100%;
    border: none;
    font-family: "Open Sans", sans-serif;
    background-color: transparent; }
    .search-form .inner-form input:focus {
      outline: none; }
    .search-form .inner-form input.search-submit {
      border: none;
      background-color: transparent;
      padding: 0;
      width: 10rem;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif; }
      .search-form .inner-form input.search-submit:hover {
        background-color: black;
        color: white; }

/* Header scrolled */
.single-product header,
.single header,
.woocommerce-account header,
.woocommerce-cart header,
.woocommerce-checkout header,
header.animate,
header.small-header {
  background-color: white;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.3); }
  .single-product header .logo,
  .single header .logo,
  .woocommerce-account header .logo,
  .woocommerce-cart header .logo,
  .woocommerce-checkout header .logo,
  header.animate .logo,
  header.small-header .logo {
    width: 10rem;
    padding: 1rem 0; }
    .single-product header .logo .logo-full,
    .single header .logo .logo-full,
    .woocommerce-account header .logo .logo-full,
    .woocommerce-cart header .logo .logo-full,
    .woocommerce-checkout header .logo .logo-full,
    header.animate .logo .logo-full,
    header.small-header .logo .logo-full {
      display: none; }
    .single-product header .logo .logo-small,
    .single header .logo .logo-small,
    .woocommerce-account header .logo .logo-small,
    .woocommerce-cart header .logo .logo-small,
    .woocommerce-checkout header .logo .logo-small,
    header.animate .logo .logo-small,
    header.small-header .logo .logo-small {
      display: block; }
  .single-product header .container,
  .single header .container,
  .woocommerce-account header .container,
  .woocommerce-cart header .container,
  .woocommerce-checkout header .container,
  header.animate .container,
  header.small-header .container {
    padding: 0;
    width: 100%;
    max-width: 100%; }
    .single-product header .container nav.left, .single-product header .container nav.right,
    .single header .container nav.left,
    .single header .container nav.right,
    .woocommerce-account header .container nav.left,
    .woocommerce-account header .container nav.right,
    .woocommerce-cart header .container nav.left,
    .woocommerce-cart header .container nav.right,
    .woocommerce-checkout header .container nav.left,
    .woocommerce-checkout header .container nav.right,
    header.animate .container nav.left,
    header.animate .container nav.right,
    header.small-header .container nav.left,
    header.small-header .container nav.right {
      padding-top: 1rem; }
    .single-product header .container nav ul li,
    .single header .container nav ul li,
    .woocommerce-account header .container nav ul li,
    .woocommerce-cart header .container nav ul li,
    .woocommerce-checkout header .container nav ul li,
    header.animate .container nav ul li,
    header.small-header .container nav ul li {
      padding-top: 1.8rem; }
      .single-product header .container nav ul li a,
      .single header .container nav ul li a,
      .woocommerce-account header .container nav ul li a,
      .woocommerce-cart header .container nav ul li a,
      .woocommerce-checkout header .container nav ul li a,
      header.animate .container nav ul li a,
      header.small-header .container nav ul li a {
        color: #222532; }
    .single-product header .container .search-container,
    .single header .container .search-container,
    .woocommerce-account header .container .search-container,
    .woocommerce-cart header .container .search-container,
    .woocommerce-checkout header .container .search-container,
    header.animate .container .search-container,
    header.small-header .container .search-container {
      padding-top: 2.8rem;
    }
      .single-product header .container .search-container svg .Opener,
      .single header .container .search-container svg .Opener,
      .woocommerce-account header .container .search-container svg .Opener,
      .woocommerce-cart header .container .search-container svg .Opener,
      .woocommerce-checkout header .container .search-container svg .Opener,
      header.animate .container .search-container svg .Opener,
      header.small-header .container .search-container svg .Opener {
        stroke: #111111; }
      .single-product header .container .search-container .icon.home .houseicon,
      .single header .container .search-container .icon.home .houseicon,
      .woocommerce-account header .container .search-container .icon.home .houseicon,
      .woocommerce-cart header .container .search-container .icon.home .houseicon,
      .woocommerce-checkout header .container .search-container .icon.home .houseicon,
      header.animate .container .search-container .icon.home .houseicon,
      header.small-header .container .search-container .icon.home .houseicon {
        stroke: #111111; }
    .single-product header .container .shop-head-container,
    .single header .container .shop-head-container,
    .woocommerce-account header .container .shop-head-container,
    .woocommerce-cart header .container .shop-head-container,
    .woocommerce-checkout header .container .shop-head-container,
    header.animate .container .shop-head-container,
    header.small-header .container .shop-head-container {
      padding-right: 1rem;
      padding-top: 0rem;
      background-color: #222532;
      padding: 2.4rem 3rem;
      padding-top: 2.8rem;
      display: flex;
      justify-content: space-between; }

/* Respponsive Header */
@media screen and (max-width: 1024px) {
  header.header {
    display: none; } }

.responsive.header {
  display: none;
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
  .responsive.header .inner {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .responsive.header {
      display: block; } }
  .responsive.header .res-main--iconcontainer {
    max-width: 16rem;
    background-color: #222532;
    padding: 1rem;
    padding-left: 1.5rem;
    width: 100%; }
    .responsive.header .res-main--iconcontainer .icon-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: auto;
      transform: translateY(2px); }
      .responsive.header .res-main--iconcontainer .icon-container .res-icon--container {
        line-height: 0;
        display: inline-block; }
        .responsive.header .res-main--iconcontainer .icon-container .res-icon--container a {
          display: inline-block; }
      .responsive.header .res-main--iconcontainer .icon-container .search-container a img {
        max-height: 2rem;
        width: 100%; }
      .responsive.header .res-main--iconcontainer .icon-container .login-container {
        margin: 0; }
        .responsive.header .res-main--iconcontainer .icon-container .login-container a img {
          max-height: 2rem;
          width: 100%; }
      .responsive.header .res-main--iconcontainer .icon-container .cart-container img {
        max-height: 2rem;
        width: 100%; }
  .responsive.header .logo .logo-small {
    display: block;
    padding: 1rem 2rem;
    max-width: 10rem;
    transform: none; }
  .responsive.header .nav-res {
    display: none; }
    .responsive.header .nav-res.change {
      display: block;
      text-align: center;
      padding-top: 1rem; }
    .responsive.header .nav-res ul {
      margin: 0; }
      .responsive.header .nav-res ul li {
        margin: 0; }
        .responsive.header .nav-res ul li a {
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 700;
          font-size: 1.3rem; }
  .responsive.header #hamburger {
    cursor: pointer;
    display: inline-block;
    margin-left: 2rem; }
    .responsive.header #hamburger .bar1,
    .responsive.header #hamburger .bar2,
    .responsive.header #hamburger .bar3 {
      width: 25px;
      height: 2px;
      background-color: #ffffff;
      margin: 6px 0;
      border-radius: 2px;
      transition: all 0.3s; }
    .responsive.header #hamburger.change .bar1 {
      transform: rotate(-45deg) translate(-5px, 4px); }
    .responsive.header #hamburger.change .bar2 {
      opacity: 0; }
    .responsive.header #hamburger.change .bar3 {
      transform: rotate(45deg) translate(-6px, -7px); }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; }
  .r-tabs .r-tabs-nav li {
    margin: 0 2rem; }
    .r-tabs .r-tabs-nav li a {
      color: #222532;
      text-transform: uppercase;
      font-size: 1.5rem;
      letter-spacing: 1px;
      padding: 0.5rem 2rem;
      border-bottom: solid 1px transparent; }
      .r-tabs .r-tabs-nav li a:hover {
        color: #222532;
        font-weight: 700;
        border-bottom: solid 1px #222532; }
    .r-tabs .r-tabs-nav li.r-tabs-state-active a {
      color: #222532;
      font-weight: 700;
      border-bottom: solid 1px #222532; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px 0;
  display: none;
  padding-top: 5rem; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px black;
    text-transform: uppercase; }
    .r-tabs .r-tabs-accordion-title a {
      display: block; }
    .r-tabs .r-tabs-accordion-title:last-child {
      border-bottom: none !important;
      margin-bottom: 0 !important; }
  #responsiveTabs .three-col .col {
    width: 100%;
    padding-bottom: 4rem; } }

body.blog {
  background-color: #c9c9c9; }

.section.blog-nav--section {
  padding-bottom: 2rem; }
  .section.blog-nav--section .container {
    padding-bottom: 3rem;
    border-bottom: solid 1px #222532; }

.blog-nav--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .blog-nav--list li {
    margin: 0;
    list-style: none;
    padding: 0 2rem; }
    .blog-nav--list li a {
      color: #222532;
      text-transform: uppercase;
      font-size: 1.6rem;
      letter-spacing: 1px;
      padding: 0.5rem 2rem;
      border-bottom: solid 1px transparent; }
      .blog-nav--list li a:hover {
        color: #222532;
        font-weight: 700;
        border-bottom: solid 1px #222532; }

.blog_list_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .blog_list_main .blog_item {
    width: 47%;
    margin-bottom: 8rem; }
    .blog_list_main .blog_item .small_post_image {
      margin-bottom: 2.5rem; }
    .blog_list_main .blog_item a h5 {
      font-size: 36px;
      margin-bottom: 0.5rem; }
    .blog_list_main .blog_item a:hover {
      color: #eeeeee; }
    .blog_list_main .blog_item .small_category_post {
      margin-bottom: 2.5rem; }
      .blog_list_main .blog_item .small_category_post a {
        color: #eeeeee;
        font-weight: 800;
        margin-right: 2rem; }
        .blog_list_main .blog_item .small_category_post a:hover {
          color: #222532; }
    .blog_list_main .blog_item .btn {
      margin-top: 5rem; }

/* Single */
.single-post--container.section.thick {
  padding-top: 13rem; }
  .single-post--container.section.thick h1 {
    font-size: 3.5rem; }
  .single-post--container.section.thick .two-col .col:first-child {
    width: 28%;
    padding-top: 4rem; }
  .single-post--container.section.thick .two-col .col:last-child {
    width: 57%; }

/* About Page */
.page-template-page-about .header-banner.section.thin.woo-title-section {
  display: none; }

.page-template-page-about .about-section .flex, .page-template-page-about .about-section .flex-row, .page-template-page-about .about-section .flex-column, .page-template-page-about .about-section .flex-start, .page-template-page-about .about-section .flex-end, .page-template-page-about .about-section .flex-center, .page-template-page-about .about-section .flex-stratch {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .page-template-page-about .about-section .flex, .page-template-page-about .about-section .flex-row, .page-template-page-about .about-section .flex-column, .page-template-page-about .about-section .flex-start, .page-template-page-about .about-section .flex-end, .page-template-page-about .about-section .flex-center, .page-template-page-about .about-section .flex-stratch {
      padding-bottom: 5rem; } }
  @media screen and (max-width: 550px) {
    .page-template-page-about .about-section .flex, .page-template-page-about .about-section .flex-row, .page-template-page-about .about-section .flex-column, .page-template-page-about .about-section .flex-start, .page-template-page-about .about-section .flex-end, .page-template-page-about .about-section .flex-center, .page-template-page-about .about-section .flex-stratch {
      flex-direction: column-reverse; } }
  .page-template-page-about .about-section .flex .split--left, .page-template-page-about .about-section .flex-row .split--left, .page-template-page-about .about-section .flex-column .split--left, .page-template-page-about .about-section .flex-start .split--left, .page-template-page-about .about-section .flex-end .split--left, .page-template-page-about .about-section .flex-center .split--left, .page-template-page-about .about-section .flex-stratch .split--left,
  .page-template-page-about .about-section .flex .split--right,
  .page-template-page-about .about-section .flex-row .split--right,
  .page-template-page-about .about-section .flex-column .split--right,
  .page-template-page-about .about-section .flex-start .split--right,
  .page-template-page-about .about-section .flex-end .split--right,
  .page-template-page-about .about-section .flex-center .split--right,
  .page-template-page-about .about-section .flex-stratch .split--right {
    width: 50%;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 550px) {
      .page-template-page-about .about-section .flex .split--left, .page-template-page-about .about-section .flex-row .split--left, .page-template-page-about .about-section .flex-column .split--left, .page-template-page-about .about-section .flex-start .split--left, .page-template-page-about .about-section .flex-end .split--left, .page-template-page-about .about-section .flex-center .split--left, .page-template-page-about .about-section .flex-stratch .split--left,
      .page-template-page-about .about-section .flex .split--right,
      .page-template-page-about .about-section .flex-row .split--right,
      .page-template-page-about .about-section .flex-column .split--right,
      .page-template-page-about .about-section .flex-start .split--right,
      .page-template-page-about .about-section .flex-end .split--right,
      .page-template-page-about .about-section .flex-center .split--right,
      .page-template-page-about .about-section .flex-stratch .split--right {
        width: 100%; } }
  .page-template-page-about .about-section .flex .split--left, .page-template-page-about .about-section .flex-row .split--left, .page-template-page-about .about-section .flex-column .split--left, .page-template-page-about .about-section .flex-start .split--left, .page-template-page-about .about-section .flex-end .split--left, .page-template-page-about .about-section .flex-center .split--left, .page-template-page-about .about-section .flex-stratch .split--left {
    padding-right: 5rem;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 1024px) {
      .page-template-page-about .about-section .flex .split--left, .page-template-page-about .about-section .flex-row .split--left, .page-template-page-about .about-section .flex-column .split--left, .page-template-page-about .about-section .flex-start .split--left, .page-template-page-about .about-section .flex-end .split--left, .page-template-page-about .about-section .flex-center .split--left, .page-template-page-about .about-section .flex-stratch .split--left {
        padding-right: 2rem; } }
    @media screen and (max-width: 830px) {
      .page-template-page-about .about-section .flex .split--left, .page-template-page-about .about-section .flex-row .split--left, .page-template-page-about .about-section .flex-column .split--left, .page-template-page-about .about-section .flex-start .split--left, .page-template-page-about .about-section .flex-end .split--left, .page-template-page-about .about-section .flex-center .split--left, .page-template-page-about .about-section .flex-stratch .split--left {
        padding-right: 1rem; } }
    @media screen and (max-width: 550px) {
      .page-template-page-about .about-section .flex .split--left, .page-template-page-about .about-section .flex-row .split--left, .page-template-page-about .about-section .flex-column .split--left, .page-template-page-about .about-section .flex-start .split--left, .page-template-page-about .about-section .flex-end .split--left, .page-template-page-about .about-section .flex-center .split--left, .page-template-page-about .about-section .flex-stratch .split--left {
        margin-top: 3.5rem; } }
    .page-template-page-about .about-section .flex .split--left img, .page-template-page-about .about-section .flex-row .split--left img, .page-template-page-about .about-section .flex-column .split--left img, .page-template-page-about .about-section .flex-start .split--left img, .page-template-page-about .about-section .flex-end .split--left img, .page-template-page-about .about-section .flex-center .split--left img, .page-template-page-about .about-section .flex-stratch .split--left img {
      position: relative;
      height: 65vw;
      max-height: 80rem;
      max-width: 100%; }
      @media screen and (max-width: 1024px) {
        .page-template-page-about .about-section .flex .split--left img, .page-template-page-about .about-section .flex-row .split--left img, .page-template-page-about .about-section .flex-column .split--left img, .page-template-page-about .about-section .flex-start .split--left img, .page-template-page-about .about-section .flex-end .split--left img, .page-template-page-about .about-section .flex-center .split--left img, .page-template-page-about .about-section .flex-stratch .split--left img {
          height: calc(70vw - 2rem); } }
  
  .page-template-page-about .about-section .flex .split--right,
  .page-template-page-about .about-section .flex-row .split--right,
  .page-template-page-about .about-section .flex-column .split--right,
  .page-template-page-about .about-section .flex-start .split--right,
  .page-template-page-about .about-section .flex-end .split--right,
  .page-template-page-about .about-section .flex-center .split--right,
  .page-template-page-about .about-section .flex-stratch .split--right {
    padding-left: 5rem;
    display: flex;
    justify-content: flex-start; }
    @media screen and (max-width: 1024px) {
      
      .page-template-page-about .about-section .flex .split--right,
      .page-template-page-about .about-section .flex-row .split--right,
      .page-template-page-about .about-section .flex-column .split--right,
      .page-template-page-about .about-section .flex-start .split--right,
      .page-template-page-about .about-section .flex-end .split--right,
      .page-template-page-about .about-section .flex-center .split--right,
      .page-template-page-about .about-section .flex-stratch .split--right {
        padding-left: 2rem; } }
    @media screen and (max-width: 830px) {
      
      .page-template-page-about .about-section .flex .split--right,
      .page-template-page-about .about-section .flex-row .split--right,
      .page-template-page-about .about-section .flex-column .split--right,
      .page-template-page-about .about-section .flex-start .split--right,
      .page-template-page-about .about-section .flex-end .split--right,
      .page-template-page-about .about-section .flex-center .split--right,
      .page-template-page-about .about-section .flex-stratch .split--right {
        padding-left: 1rem; } }
    .page-template-page-about .about-section .flex .split--right > div, .page-template-page-about .about-section .flex-row .split--right > div, .page-template-page-about .about-section .flex-column .split--right > div, .page-template-page-about .about-section .flex-start .split--right > div, .page-template-page-about .about-section .flex-end .split--right > div, .page-template-page-about .about-section .flex-center .split--right > div, .page-template-page-about .about-section .flex-stratch .split--right > div {
      max-width: 50rem;
      width: 100%; }
      @media screen and (max-width: 550px) {
        .page-template-page-about .about-section .flex .split--right > div, .page-template-page-about .about-section .flex-row .split--right > div, .page-template-page-about .about-section .flex-column .split--right > div, .page-template-page-about .about-section .flex-start .split--right > div, .page-template-page-about .about-section .flex-end .split--right > div, .page-template-page-about .about-section .flex-center .split--right > div, .page-template-page-about .about-section .flex-stratch .split--right > div {
          max-width: none; } }
  .page-template-page-about .about-section .flex:nth-child(even), .page-template-page-about .about-section .flex-row:nth-child(even), .page-template-page-about .about-section .flex-column:nth-child(even), .page-template-page-about .about-section .flex-start:nth-child(even), .page-template-page-about .about-section .flex-end:nth-child(even), .page-template-page-about .about-section .flex-center:nth-child(even), .page-template-page-about .about-section .flex-stratch:nth-child(even) {
    flex-direction: row-reverse; }
    @media screen and (max-width: 550px) {
      .page-template-page-about .about-section .flex:nth-child(even), .page-template-page-about .about-section .flex-row:nth-child(even), .page-template-page-about .about-section .flex-column:nth-child(even), .page-template-page-about .about-section .flex-start:nth-child(even), .page-template-page-about .about-section .flex-end:nth-child(even), .page-template-page-about .about-section .flex-center:nth-child(even), .page-template-page-about .about-section .flex-stratch:nth-child(even) {
        flex-direction: column; } }
    .page-template-page-about .about-section .flex:nth-child(even) .split--left, .page-template-page-about .about-section .flex-row:nth-child(even) .split--left, .page-template-page-about .about-section .flex-column:nth-child(even) .split--left, .page-template-page-about .about-section .flex-start:nth-child(even) .split--left, .page-template-page-about .about-section .flex-end:nth-child(even) .split--left, .page-template-page-about .about-section .flex-center:nth-child(even) .split--left, .page-template-page-about .about-section .flex-stratch:nth-child(even) .split--left {
      padding-left: 5rem;
      padding-right: 0;
      justify-content: flex-start; }
      @media screen and (max-width: 1024px) {
        .page-template-page-about .about-section .flex:nth-child(even) .split--left, .page-template-page-about .about-section .flex-row:nth-child(even) .split--left, .page-template-page-about .about-section .flex-column:nth-child(even) .split--left, .page-template-page-about .about-section .flex-start:nth-child(even) .split--left, .page-template-page-about .about-section .flex-end:nth-child(even) .split--left, .page-template-page-about .about-section .flex-center:nth-child(even) .split--left, .page-template-page-about .about-section .flex-stratch:nth-child(even) .split--left {
          padding-left: 2rem; } }
      @media screen and (max-width: 830px) {
        .page-template-page-about .about-section .flex:nth-child(even) .split--left, .page-template-page-about .about-section .flex-row:nth-child(even) .split--left, .page-template-page-about .about-section .flex-column:nth-child(even) .split--left, .page-template-page-about .about-section .flex-start:nth-child(even) .split--left, .page-template-page-about .about-section .flex-end:nth-child(even) .split--left, .page-template-page-about .about-section .flex-center:nth-child(even) .split--left, .page-template-page-about .about-section .flex-stratch:nth-child(even) .split--left {
          padding-left: 1rem; } }
      @media screen and (max-width: 550px) {
        .page-template-page-about .about-section .flex:nth-child(even) .split--left, .page-template-page-about .about-section .flex-row:nth-child(even) .split--left, .page-template-page-about .about-section .flex-column:nth-child(even) .split--left, .page-template-page-about .about-section .flex-start:nth-child(even) .split--left, .page-template-page-about .about-section .flex-end:nth-child(even) .split--left, .page-template-page-about .about-section .flex-center:nth-child(even) .split--left, .page-template-page-about .about-section .flex-stratch:nth-child(even) .split--left {
          top: calc(-63.5vw - 9.5rem);
          position: absolute; } }
    .page-template-page-about .about-section .flex:nth-child(even) .split--right, .page-template-page-about .about-section .flex-row:nth-child(even) .split--right, .page-template-page-about .about-section .flex-column:nth-child(even) .split--right, .page-template-page-about .about-section .flex-start:nth-child(even) .split--right, .page-template-page-about .about-section .flex-end:nth-child(even) .split--right, .page-template-page-about .about-section .flex-center:nth-child(even) .split--right, .page-template-page-about .about-section .flex-stratch:nth-child(even) .split--right {
      padding-left: 0;
      padding-right: 5rem;
      justify-content: flex-end; }
      @media screen and (max-width: 1024px) {
        .page-template-page-about .about-section .flex:nth-child(even) .split--right, .page-template-page-about .about-section .flex-row:nth-child(even) .split--right, .page-template-page-about .about-section .flex-column:nth-child(even) .split--right, .page-template-page-about .about-section .flex-start:nth-child(even) .split--right, .page-template-page-about .about-section .flex-end:nth-child(even) .split--right, .page-template-page-about .about-section .flex-center:nth-child(even) .split--right, .page-template-page-about .about-section .flex-stratch:nth-child(even) .split--right {
          padding-right: 2rem; } }
      @media screen and (max-width: 830px) {
        .page-template-page-about .about-section .flex:nth-child(even) .split--right, .page-template-page-about .about-section .flex-row:nth-child(even) .split--right, .page-template-page-about .about-section .flex-column:nth-child(even) .split--right, .page-template-page-about .about-section .flex-start:nth-child(even) .split--right, .page-template-page-about .about-section .flex-end:nth-child(even) .split--right, .page-template-page-about .about-section .flex-center:nth-child(even) .split--right, .page-template-page-about .about-section .flex-stratch:nth-child(even) .split--right {
          padding-right: 1rem; } }
      @media screen and (max-width: 550px) {
        .page-template-page-about .about-section .flex:nth-child(even) .split--right, .page-template-page-about .about-section .flex-row:nth-child(even) .split--right, .page-template-page-about .about-section .flex-column:nth-child(even) .split--right, .page-template-page-about .about-section .flex-start:nth-child(even) .split--right, .page-template-page-about .about-section .flex-end:nth-child(even) .split--right, .page-template-page-about .about-section .flex-center:nth-child(even) .split--right, .page-template-page-about .about-section .flex-stratch:nth-child(even) .split--right {
          padding-left: 1rem; } }

.page-template-page-about .section.accordion {
  background: #e7e7e4; }

.contact_dets {
  padding-bottom: 3rem;
  line-height: 1.5; }
  .contact_dets p {
    margin: 0; }

#gform_2 {
  padding: 6rem;
  background-color: whitesmoke; }
  #gform_2 input,
  #gform_2 text,
  #gform_2 textarea {
    background-color: white;
    margin: 0.5rem 0;
    color: #222532; }
  #gform_2 input,
  #gform_2 text {
    padding: 2rem 2rem;
    height: 5.3rem; }
  #gform_2 ::placeholder {
    color: #222532; }
  #gform_2 label {
    display: none; }
  #gform_2 textarea {
    padding: 1rem 2rem;
    border: none;
    outline: none;
    margin-bottom: 0; }
  #gform_2 .button {
    -webkit-appearance: none;
    float: none;
    padding: 1.5rem 5rem;
    margin-top: 2rem;
    background-color: transparent;
    height: 6rem;
    width: 100%;
    text-transform: uppercase;
    border: solid 1px #222532;
    font-weight: 700; }
    #gform_2 .button:hover {
      background-color: #222532;
      color: white; }
    #gform_2 .button:focus {
      outline: none; }
  #gform_2 .gfield_error input,
  #gform_2 .gfield_error text,
  #gform_2 .gfield_error textarea {
    border-left: solid 3px tomato; }
  #gform_2 .validation_error,
  #gform_2 .validation_message {
    display: none; }

.intro-section .two-col.wide-left .col:nth-child(1) {
  width: 60%;
  position: relative; }
  .intro-section .two-col.wide-left .col:nth-child(1):after {
    content: '';
    background-color: white;
    z-index: 10;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }

.intro-section .two-col.wide-left .col:nth-child(2) {
  width: 33%;
  padding-top: 5rem; }

.container-homeshop--items {
  width: calc(100% - 4rem);
  margin: auto; }
  .container-homeshop--items .home-range--container .two-col {
    width: 100%; }
    .container-homeshop--items .home-range--container .two-col .col:nth-child(1) {
      width: 60%; }
      .container-homeshop--items .home-range--container .two-col .col:nth-child(1) .info-item a {
        min-height: 52rem; }
    .container-homeshop--items .home-range--container .two-col .col:nth-child(2) {
      width: 39%; }
      .container-homeshop--items .home-range--container .two-col .col:nth-child(2) .info-item a {
        min-height: 25rem; }
      .container-homeshop--items .home-range--container .two-col .col:nth-child(2) .info-item:first-child {
        margin-bottom: 2rem; }
    .container-homeshop--items .home-range--container .two-col .col .info-item {
      position: relative;
      overflow: hidden; }
      .container-homeshop--items .home-range--container .two-col .col .info-item a {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; }
        .container-homeshop--items .home-range--container .two-col .col .info-item a .inner {
          position: relative;
          z-index: 10;
          width: 100%;
          padding: 2rem; }
          .container-homeshop--items .home-range--container .two-col .col .info-item a .inner * {
            color: white; }
          .container-homeshop--items .home-range--container .two-col .col .info-item a .inner .info-title p {
            font-size: 24px;
            font-weight: 600;
            margin: 0;
            padding-bottom: 1.5rem;
            text-shadow: 0px 2px 4px rgba(34, 37, 50, 0.62);
            transition: ease all 0.5s; }
          .container-homeshop--items .home-range--container .two-col .col .info-item a .inner .description {
            display: flex;
            align-items: flex-end;
            max-height: 0;
            transition: max-height 0.5s ease-out;
            overflow: hidden; }
            .container-homeshop--items .home-range--container .two-col .col .info-item a .inner .description p {
              margin: 0;
              margin-right: 10px;
              font-size: 13px;
              line-height: 1.3; }
            .container-homeshop--items .home-range--container .two-col .col .info-item a .inner .description span {
              margin-left: 10px;
              max-width: 9rem;
              text-align: center;
              width: 100%;
              padding-bottom: 0.2rem;
              border-bottom: solid 1px white;
              transition: ease all 0.5s; }
              .container-homeshop--items .home-range--container .two-col .col .info-item a .inner .description span:hover {
                font-weight: 700; }
        .container-homeshop--items .home-range--container .two-col .col .info-item a:hover .description {
          max-height: 300px;
          transition: max-height 1s ease-in; }
      .container-homeshop--items .home-range--container .two-col .col .info-item .dark-overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 37, 50, 0.6);
        opacity: 0;
        transition: ease all 0.5s; }
      .container-homeshop--items .home-range--container .two-col .col .info-item:hover .dark-overlay {
        opacity: 1;
        bottom: 0; }

.sustainability-section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 60rem;
  display: flex; }
  .sustainability-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .sustainability-section .container h3 {
      font-weight: 700;
      font-size: 4.5rem; }
    .sustainability-section .container p {
      font-size: 2.2rem;
      opacity: 0.7; }
    .sustainability-section .container * {
      color: white;
      letter-spacing: normal; }


.section.thick.usefulinfo-section .info-container {
  padding: 0 2rem; }
  .section.thick.usefulinfo-section .info-container .info-item {
    position: relative;
    line-height: 0;
    width: 32.5%; }
    .section.thick.usefulinfo-section .info-container .info-item .info-title {
      position: absolute;
      bottom: 2rem;
      left: 4rem; }
      .section.thick.usefulinfo-section .info-container .info-item .info-title p {
        margin: 0;
        color: white;
        font-weight: bold;
        font-size: 26px; }

.ourcoffee-main--content .container {
  margin-bottom: 10rem; }
  .ourcoffee-main--content .container:last-child {
    margin-bottom: 0; }

/* List Items */
.section.thin.list-section {
  padding-bottom: 10rem; }

.three-col.list-tems {
  justify-content: flex-start; }
  .three-col.list-tems .col {
    margin: 0 2%;
    width: 29%;
    padding-left: 4.7rem;
    /* padding-right: 6rem; */
    margin-bottom: 4rem;
    background-repeat: no-repeat;
    background-position: left top 0.4rem;
    background-size: 2.8rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzFweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzEgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ildob2xlc2FsZXJzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTk5LjAwMDAwMCwgLTEzNjUuMDAwMDAwKSIgc3Ryb2tlPSIjOEQ4QzkxIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMDAuMDAwMDAwLCAxMzY1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjQ2MTE2ODIsMy4zNzAwODU4IEMxNC40NTU3MDg4LDMuNDQzNTQ2MjggMC40NDQ3OTAxMywyLjM5MTkwMTU3IDAuNDQ0NzkwMTMsMy41OTA0NjcyMyBDMC40NDQ3OTAxMywxNy44NjQ1NjgxIDAuNDQ0NzkwMTMsMjMuNTc2MDE3OSAwLjQ0NDc5MDEzLDI4LjcyOTQxNTUgQzAuNDQ0NzkwMTMsMjkuNTAwOTEyNSAzLjMyMDI5NDgsMjguNzI5NDE1NSAxMy40NTI1Mzk3LDI4LjkyNzkzNjggQzIzLjU2NzY4NzgsMjkuMTI2MTIzMiAyNS44ODc3NzYxLDI5LjU1Nzk4MjQgMjYuMDM2ODQ5MSwyOC43Mjk0MTU1IEMyNi4yMjgxNDQ0LDI3LjY2NjE3MTggMjYuMTY0Mzc5MywyMC4wMjMyNzUxIDI2LjIyODE0NDQsMTUuNjcwMjA0OSIgaWQ9IlBhdGgtMTIiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02Ljc1OTI5MjIzLDE1LjQyNDUzMzYgQzExLjU2MDcwNDYsMTkuNjAxNDE0MiAxMy44NDM3NTIzLDIzLjE0Mjg1NzEgMTUuOTU0MDc3LDIwLjUwNTUwMjkgQzE4Ljk4MDAxNCwxNi43MjM4NzI3IDIxLjIyMjQ1OTYsMTEuMDE1Mzg3NSAyOS40MjA2ODQyLDAuNjE3NDI4ODQ4IiBpZD0iUGF0aC0xOCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=); }
    @media screen and (max-width: 900px) {
      .three-col.list-tems .col {
        width: 46%; } }
    @media screen and (max-width: 830px) {
      .three-col.list-tems .col {
        width: 100%;
        background-size: 2rem;
        padding-left: 3rem; } }
    .three-col.list-tems .col p {
      font-size: 1.7rem; }

.ourstory-main--content .container {
  padding: 5rem 0; }

.os-flexible--section .two-col {
  padding: 5rem 0;
  align-items: center; }
  .os-flexible--section .two-col .col {
    width: 38%; }
    .os-flexible--section .two-col .col.wider {
      width: 55%; }

.team-list .team-item .team-image {
  margin-bottom: 1rem; }

.team-list .team-item .team-title {
  margin-bottom: 1rem; }
  .team-list .team-item .team-title .two-col .col {
    width: 48%; }
  .team-list .team-item .team-title .name {
    font-weight: bold; }
  .team-list .team-item .team-title p {
    font-size: 1.8rem; }

.team-list .team-item .team-description {
  margin-bottom: 5rem; }

.stockists-section .stockist-container {
  margin-top: 9rem; }
  @media screen and (max-width: 1024px) {
    .stockists-section .stockist-container {
      margin-top: 6rem; } }
  @media screen and (max-width: 830px) {
    .stockists-section .stockist-container {
      margin-top: 4rem; } }
  .stockists-section .stockist-container.three-col {
    padding: 0 2rem; }
    .stockists-section .stockist-container.three-col .col {
      width: 32.7%; }
      @media screen and (max-width: 1024px) {
        .stockists-section .stockist-container.three-col .col {
          width: 49%; } }
      @media screen and (max-width: 830px) {
        .stockists-section .stockist-container.three-col .col {
          width: 100%;
          margin-bottom: 4rem; } }
  .stockists-section .stockist-container .stockist-item {
    margin-bottom: 8rem; }
    .stockists-section .stockist-container .stockist-item .sustain-image a {
      display: block;
      margin-bottom: 2rem; }
      .stockists-section .stockist-container .stockist-item .sustain-image a img {
        line-height: 0; }
    .stockists-section .stockist-container .stockist-item .stockist-details .stockist-title {
      padding-bottom: 1rem; }
      .stockists-section .stockist-container .stockist-item .stockist-details .stockist-title a {
        display: inline-block; }
      .stockists-section .stockist-container .stockist-item .stockist-details .stockist-title h3 {
        font-size: 2.5rem;
        font-weight: 700;
        letter-spacing: normal;
        margin: 0; }
    .stockists-section .stockist-container .stockist-item .stockist-details .stockist-info p {
      font-size: 1.4rem;
      font-weight: 400; }
      .stockists-section .stockist-container .stockist-item .stockist-details .stockist-info p span:first-child {
        margin-right: 2rem; }
      .stockists-section .stockist-container .stockist-item .stockist-details .stockist-info p strong {
        font-weight: 700; }

/* Map */
.map-section .title-container.center h3 {
  color: white; }

.map-section .wpsl-search {
  background: #c9c9c9;
  margin-bottom: 5rem;
  padding: 1.5rem 3rem; }

.map-section #wpsl-search-input {
  background-color: white; }

.map-section #wpsl-search-wrap form {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.map-section #wpsl-search-wrap #wpsl-search-wrap .wpsl-input {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center; }
  .map-section #wpsl-search-wrap #wpsl-search-wrap .wpsl-input label {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    width: auto; }

.map-section #wpsl-search-wrap #wpsl-radius,
.map-section #wpsl-search-wrap .wpsl-input {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  padding: 0 3rem; }

.map-section #wpsl-search-wrap label {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  width: auto; }

.map-section #wpsl-search-wrap .wpsl-select-wrap {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center; }
  .map-section #wpsl-search-wrap .wpsl-select-wrap #wpsl-results {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    padding: 0 3rem; }
    .map-section #wpsl-search-wrap .wpsl-select-wrap #wpsl-results label {
      font-size: 1.4rem;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 1px;
      width: auto; }

.map-section #wpsl-search-wrap #wpsl-search-btn,
.map-section #wpsl-search-wrap #wpsl-search-wrap input {
  -webkit-appearance: none;
  background: #222532;
  border: none;
  color: #c9c9c9;
  text-transform: uppercase !important;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 1.5rem 5rem;
  border-radius: 0; }

.map-section img {
  width: auto;
  height: auto;
  max-width: inherit; }

.map-section #wpsl-wrap #wpsl-result-list ul li {
  list-style: none !important;
  background: white;
  border: none;
  padding: 3rem; }
  .map-section #wpsl-wrap #wpsl-result-list ul li a {
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 0.5rem 0;
    display: block; }

.sustain-content .sustain-item {
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .sustain-content .sustain-item {
      margin: 2rem 0; } }
  .sustain-content .sustain-item .col:nth-child(1) {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      .sustain-content .sustain-item .col:nth-child(1) {
        width: 20%;
        margin: 2rem 0; } }
    @media screen and (max-width: 830px) {
      .sustain-content .sustain-item .col:nth-child(1) {
        width: 30%; } }
  .sustain-content .sustain-item .col:nth-child(2) {
    width: 50%;
    padding-left: 10%; }
    @media screen and (max-width: 1024px) {
      .sustain-content .sustain-item .col:nth-child(2) {
        width: 80%;
        margin: 2rem 0;
        padding: 0;
        padding-left: 5rem; } }
    @media screen and (max-width: 830px) {
      .sustain-content .sustain-item .col:nth-child(2) {
        width: 70%;
        padding-left: 3rem; } }
    @media screen and (max-width: 1024px) {
      .sustain-content .sustain-item .col:nth-child(2) .sustain-title h3 {
        font-size: 2.7rem; } }
  .sustain-content .sustain-item:nth-child(even) .col:nth-child(1) {
    order: 2; }
  .sustain-content .sustain-item:nth-child(even) .col:nth-child(2) {
    order: 1;
    padding-right: 10%;
    padding-left: 0;
    text-align: right; }
    @media screen and (max-width: 1024px) {
      .sustain-content .sustain-item:nth-child(even) .col:nth-child(2) {
        padding-right: 5rem; } }
    @media screen and (max-width: 1024px) {
      .sustain-content .sustain-item:nth-child(even) .col:nth-child(2) {
        padding-left: 3rem; } }

.section.featured_image.small.wholesalers .two-col .col {
  color: white; }
  .section.featured_image.small.wholesalers .two-col .col:first-child {
    max-width: 38%; }
  .section.featured_image.small.wholesalers .two-col .col a {
    color: white; }

.wholesalers-content--top .container {
  margin-bottom: 12rem; }
  .wholesalers-content--top .container:last-child {
    margin-bottom: 0; }
  .wholesalers-content--top .container .two-col {
    align-items: center; }
    @media screen and (max-width: 900px) {
      .wholesalers-content--top .container .two-col .col {
        width: 100%; } }
    .wholesalers-content--top .container .two-col .col:first-child {
      width: 55%; }
      @media screen and (max-width: 900px) {
        .wholesalers-content--top .container .two-col .col:first-child {
          width: 100%;
          order: 2;
          margin-top: 5rem; } }
    .wholesalers-content--top .container .two-col .col:last-child {
      width: 40%; }
      @media screen and (max-width: 900px) {
        .wholesalers-content--top .container .two-col .col:last-child {
          width: 100%; } }
    .wholesalers-content--top .container .two-col .btn {
      margin-top: 3rem; }

.testimonial-container .testimonial-item {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .testimonial-container .testimonial-item .image {
    max-width: 20%; }
    .testimonial-container .testimonial-item .image img {
      border-radius: 100%;
      line-height: 0; }
  .testimonial-container .testimonial-item .content {
    width: 75%; }
    .testimonial-container .testimonial-item .content * {
      color: white; }
    .testimonial-container .testimonial-item .content .testimonial {
      margin-bottom: 2rem; }
      .testimonial-container .testimonial-item .content .testimonial p {
        font-size: 2.4rem; }

/* from */
#gform_1 input,
#gform_1 text,
#gform_1 textarea {
  background-color: #5a5c68;
  margin: 0.5rem 0;
  color: white; }

#gform_1 input,
#gform_1 text {
  padding: 2rem 2rem;
  height: 5.3rem; }

#gform_1 ::placeholder {
  color: white; }

#gform_1 label {
  display: none; }

#gform_1 textarea {
  padding: 1rem 2rem;
  border: none;
  outline: none;
  margin-bottom: 0; }

#gform_1 .button {
  float: right;
  padding: 1.5rem 5rem;
  margin-top: 2rem;
  background-color: transparent;
  height: 6rem;
  text-transform: uppercase;
  -webkit-appearance: none; }
  #gform_1 .button:hover {
    background-color: white;
    color: #5a5c68; }
  #gform_1 .button:focus {
    outline: none; }

#gform_1 .gfield_error input,
#gform_1 .gfield_error text,
#gform_1 .gfield_error textarea {
  border-left: solid 3px tomato; }

#gform_1 .validation_error,
#gform_1 .validation_message {
  display: none; }

/* not Logged in */
.not-logged-in .container.small {
  max-width: 70rem; }

.not-logged-in h1 {
  width: 100%;
  color: #222532;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 3rem;
  text-transform: capitalize;
  text-align: center; }

.not-logged-in h2 {
  display: none; }

.not-logged-in form.woocommerce-form-login {
  background-color: whitesmoke;
  padding: 3rem; }
  .not-logged-in form.woocommerce-form-login input {
    background-color: white;
    color: #222532; }
  .not-logged-in form.woocommerce-form-login .button {
    padding: 1.5rem 5rem;
    margin-top: 2rem;
    background-color: transparent;
    height: 6rem;
    text-transform: uppercase;
    border: solid 1px #5a5c68;
    color: #5a5c68;
    background-color: transparent;
    -webkit-appearance: none; }
    .not-logged-in form.woocommerce-form-login .button:hover {
      background-color: #5a5c68;
      color: white; }

/* Logged in */
.logged-in.woocommerce-account h1 {
  width: 100%;
  color: #222532;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 3rem;
  text-transform: capitalize; }

.logged-in.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10rem; }
  .logged-in.woocommerce-account .woocommerce .woocommerce-message {
    width: 100%;
    margin: 0 0 4rem 0; }

.logged-in .woocommerce-MyAccount-navigation {
  width: calc(30% - 4rem);
  margin: 0 4rem 0 0; }
  .logged-in .woocommerce-MyAccount-navigation ul {
    display: block;
    width: 100%;
    background-color: whitesmoke;
    padding: 1rem 2rem; }
    .logged-in .woocommerce-MyAccount-navigation ul li {
      display: block;
      width: 100%;
      margin: 0; }
      .logged-in .woocommerce-MyAccount-navigation ul li a {
        list-style: none;
        margin: 1rem 0;
        padding: 2rem;
        background: white;
        display: block;
        font-weight: 600;
        font-style: 18px;
        color: #222532; }
        .logged-in .woocommerce-MyAccount-navigation ul li a:hover {
          background-color: #222532;
          color: white; }
      .logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
        background-color: #222532;
        color: white; }
  .logged-in .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods,
  .logged-in .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
    display: none; }

.woocommerce-MyAccount-content {
  width: 70%;
  padding: 4rem;
  background-color: whitesmoke; }
  .woocommerce-MyAccount-content h1,
  .woocommerce-MyAccount-content h2,
  .woocommerce-MyAccount-content h3,
  .woocommerce-MyAccount-content h4,
  .woocommerce-MyAccount-content h5,
  .woocommerce-MyAccount-content h6 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 45px;
    text-transform: capitalize;
    letter-spacing: normal; }
  .woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    background-color: #f4f4f4; }
    .woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
      margin: 0;
      padding: 0 1rem;
      background-color: transparent;
      color: #3f3f3f;
      text-transform: uppercase;
      text-decoration: underline; }
  .woocommerce-MyAccount-content a {
    font-weight: bold; }
  .woocommerce-MyAccount-content input,
  .woocommerce-MyAccount-content textarea {
    background: white;
    border: solid 1px #747474; }
    .woocommerce-MyAccount-content input[value='Save'],
    .woocommerce-MyAccount-content textarea[value='Save'] {
      background-color: #e7e7e4;
      padding: 1rem 5rem;
      color: white; }
      .woocommerce-MyAccount-content input[value='Save']:hover,
      .woocommerce-MyAccount-content textarea[value='Save']:hover {
        background-color: #222532; }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    margin: 1rem 0;
    padding: 0;
    background-color: transparent; }
    .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
      box-shadow: none;
      padding: 1rem 2rem;
      margin-bottom: 1rem; }
    .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3 {
      font-size: 22px;
      letter-spacing: normal;
      margin-bottom: 1rem; }

.woocommerce-address-fields .button {
  margin-top: 3rem;
  background-color: #222532;
  padding: 1rem 5rem;
  color: white; }
  .woocommerce-address-fields .button:hover {
    background-color: #222532; }
  .woocommerce-address-fields .button:focus {
    outline: none; }

.woocommerce-MyAccount-content .button {
  margin-top: 3rem;
  background-color: #222532;
  padding: 1rem 5rem;
  color: white; }
  .woocommerce-MyAccount-content .button:hover {
    background-color: #222532; }
  .woocommerce-MyAccount-content .button:focus {
    outline: none; }

@media (max-width: 550px) {
  .logged-in .woocommerce-account .woocommerce {
    flex-direction: column; }
  .woocommerce-MyAccount-navigation {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem; } }

#customer_login.col2-set {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  @media screen and (max-width: 830px) {
    #customer_login.col2-set {
      flex-direction: column; } }
  #customer_login.col2-set .col-1,
  #customer_login.col2-set .col-2 {
    width: calc(50% - 4rem);
    padding: 4rem;
    background: white; }
    @media screen and (max-width: 830px) {
      #customer_login.col2-set .col-1,
      #customer_login.col2-set .col-2 {
        width: calc(100% - 1rem);
        margin: 1rem 0; } }
  #customer_login.col2-set .woocommerce-privacy-policy-text {
    font-size: 1.2rem;
    margin: 0 0 2rem 0; }

.logged-in .nav-tabs {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between; }
  .logged-in .nav-tabs li {
    width: 50%;
    box-sizing: border-box;
    float: none !important;
    margin: 0 !important; }
    .logged-in .nav-tabs li a {
      border-radius: 0 !important;
      border: none !important;
      text-align: center;
      background-color: whitesmoke; }
      .logged-in .nav-tabs li a:hover {
        background-color: #222532 !important;
        color: white !important; }
    .logged-in .nav-tabs li:last-child {
      display: none; }
  .logged-in .nav-tabs .active a {
    background-color: #8d8c91 !important;
    color: #222532; }
    .logged-in .nav-tabs .active a:hover {
      background-color: #e9e4df !important;
      color: #222532 !important; }

.tab-content h3 {
  margin-top: 0 !important;
  font-size: 1.8rem !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  display: block;
  padding: 1rem 2rem;
  background-color: #747474;
  line-height: 1.5; }

.tab-content #tab3 {
  display: none; }

.post-type-archive-product .count {
  display: none; }

@media screen and (max-width: 1200px) {
  .post-type-archive-product .container.large {
    width: 100%;
    max-width: 100%; } }

.post-type-archive-product ul.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .post-type-archive-product ul.products li {
    width: 33.333%;
    padding: 1rem; }
    .post-type-archive-product ul.products li .cat-bg--image {
      min-height: 29rem;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      overflow: hidden; }
      .post-type-archive-product ul.products li .cat-bg--image a {
        display: flex;
        align-items: flex-end;
        position: absolute;
        z-index: 10;
        padding: 2rem;
        width: 100%;
        height: 100%; }
        .post-type-archive-product ul.products li .cat-bg--image a * {
          color: white; }
        .post-type-archive-product ul.products li .cat-bg--image a h2 {
          font-size: 24px;
          font-weight: 600;
          margin: 0;
          padding-bottom: 1.5rem;
          text-shadow: 0px 2px 4px rgba(34, 37, 50, 0.62);
          transition: ease all 0.5s; }
        .post-type-archive-product ul.products li .cat-bg--image a .description {
          display: flex;
          align-items: flex-end;
          max-height: 0;
          transition: max-height 0.5s ease-out;
          overflow: hidden; }
          .post-type-archive-product ul.products li .cat-bg--image a .description p {
            margin: 0;
            margin-right: 10px;
            font-size: 13px;
            line-height: 1.3; }
          .post-type-archive-product ul.products li .cat-bg--image a .description span {
            margin-left: 10px;
            max-width: 9rem;
            text-align: center;
            width: 100%;
            padding-bottom: 0.2rem;
            border-bottom: solid 1px white;
            transition: ease all 0.5s; }
            .post-type-archive-product ul.products li .cat-bg--image a .description span:hover {
              font-weight: 700; }
        .post-type-archive-product ul.products li .cat-bg--image a:hover .description {
          max-height: 300px;
          transition: max-height 1s ease-in; }
      .post-type-archive-product ul.products li .cat-bg--image .dark-overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 37, 50, 0.6);
        opacity: 0;
        transition: ease all 0.5s; }
      .post-type-archive-product ul.products li .cat-bg--image:hover .dark-overlay {
        opacity: 1;
        bottom: 0; }

/* Inside Category */
.prod-archive--section {
  padding-top: 0; }
  .prod-archive--section .products {
    display: flex;
    flex-wrap: wrap; }
    .prod-archive--section .products li {
      padding: 2rem;
      list-style: none;
      width: 33.333333%; }
      .prod-archive--section .products li a {
        display: block;
        position: relative;
        z-index: 1; }
      .prod-archive--section .products li .woocommerce-LoopProduct-link {
        display: flex;
        flex-wrap: wrap; }
      .prod-archive--section .products li .prodarchive-imgwrap {
        width: 100%;
        padding-bottom: 1rem; }
      .prod-archive--section .products li h2.woocommerce-loop-product__title {
        width: 60%;
        font-size: 1.5rem;
        line-height: 1.8;
        letter-spacing: 0; }
      .prod-archive--section .products li .price {
        width: 40%;
        text-align: right;
        padding-left: 4rem; }
      .prod-archive--section .products li .add_to_cart_button,
      .prod-archive--section .products li a.product_type_variable,
      .prod-archive--section .products li .button {
        padding: 0;
        text-transform: capitalize;
        margin-top: 1.5rem;
        display: inline-block;
        font-size: 1.3rem;
        letter-spacing: 1px;
        padding-right: 4rem;
        padding-bottom: 0.5rem;
        border-bottom: solid 1px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi42ICg2NzQ5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+bm91bl9BcnJvd18xNTU4MjE5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJzZWNvbmRhcnktYnV0dG9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzMuMDAwMDAwLCAtNi4wMDAwMDApIiBmaWxsPSIjMjIyNTMyIiBzdHJva2U9IiMyMjI1MzIiIHN0cm9rZS13aWR0aD0iMC4zIj4KICAgICAgICAgICAgPGcgaWQ9Im5vdW5fQXJyb3dfMTU1ODIxOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzkuNTAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTc5LjUwMDAwMCwgLTEwLjUwMDAwMCkgdHJhbnNsYXRlKDc2LjAwMDAwMCwgNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjYzNDEwNTQyLDEyLjIwMTUyODkgTDYuOTM5NjcwNjksOS4wOTAzNzg4OSBDNy4wMTgyNjUxNCw5LjAxNTA3MDU2IDcuMDE4ODI5MDMsOC44ODYzNjc3OCA2Ljk0ODgwOTU4LDguODEzODU5NDQgQzYuODc3NjYyMzYsOC43NDAxNjUgNi43NDcwNTQwMyw4LjczNDc1OTQ0IDYuNjcyMjkwMTQsOC44MDQ3MjA1NiBMMy42OTQ4NDk4NiwxMS42MDU5NjUgTDMuNjk0ODQ5ODYsMC4zODg5MjE5NDQgQzMuNjk0ODQ5ODYsMC4yODE1MzAyNzggMy42MDc3OTcwOCwwLjE5NDQ3NzUgMy41MDA0MDU0MiwwLjE5NDQ3NzUgQzMuMzkzMDEzNzUsMC4xOTQ0Nzc1IDMuMzA1OTYwOTcsMC4yODE1MzAyNzggMy4zMDU5NjA5NywwLjM4ODkyMTk0NCBMMy4zMDU5NjA5NywxMS42MDU5NjUgTDAuMzI4NTMwNDE3LDguODA0NzIwNTYgQzAuMjUzNzY2NTI4LDguNzM0NzAxMTEgMC4xMjIwMTA5NzIsOC43MzkwMTc3OCAwLjA1MjAxMDk3MjIsOC44MTM4NTk0NCBDLTAuMDE3OTg5MDI3OCw4Ljg4ODY0Mjc4IC0wLjAxOTcxOTU4MzMsOS4wMDg5ODQ0NCAwLjA2MTE0OTg2MTEsOS4wOTAzNzg4OSBMMy4zNjY3MDU0MiwxMi4yMDE1Mjg5IEMzLjQ1NzcwNTQyLDEyLjI3NTQ3NjEgMy41NjkyMzg3NSwxMi4yNTYwMzE3IDMuNjM0MTA1NDIsMTIuMjAxNTI4OSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1.6rem; }
        .prod-archive--section .products li .add_to_cart_button:hover,
        .prod-archive--section .products li a.product_type_variable:hover,
        .prod-archive--section .products li .button:hover {
          background-position: right center;
          color: #111111; }
      .prod-archive--section .products li .icon-cat--list.archive {
        position: absolute;
        z-index: 10;
        width: 100%;
        top: 1rem;
        right: 0.5rem;
        padding: 0; }
        .prod-archive--section .products li .icon-cat--list.archive ul {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end;
          width: 100%;
          justify-content: flex-end; }
          .prod-archive--section .products li .icon-cat--list.archive ul li {
            margin: 0 0.5rem;
            padding: 0;
            width: 5rem;
            box-sizing: content-box; }
            .prod-archive--section .products li .icon-cat--list.archive ul li .icon-container {
              width: 2.7rem;
              height: 2.7rem;
              display: flex;
              margin: 0;
              padding: 1rem;
              background-color: #5a5c68;
              justify-content: center;
              align-content: center;
              border-radius: 100%;
              box-sizing: content-box; }
              .prod-archive--section .products li .icon-cat--list.archive ul li .icon-container img {
                width: 90%;
                height: 90%;
                margin: 0; }
      .prod-archive--section .products li .prodarchive-imgwrap {
        position: relative; }
      .prod-archive--section .products li .woocommerce-loop-product__title {
        color: #222532;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0; }

.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center; }
  .woocommerce-pagination ul li {
    list-style: none;
    margin: 0 1rem; }
    .woocommerce-pagination ul li span,
    .woocommerce-pagination ul li a {
      font-size: 12px;
      font-weight: 600;
      width: 3rem;
      height: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #222532;
      color: #ffffff; }
    .woocommerce-pagination ul li span {
      background-color: #5a5c68; }
    .woocommerce-pagination ul li a:hover {
      background-color: #5a5c68; }

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

.product-thumbnail img {
  max-width: 50px;
  height: auto; }

.woocommerce-cart table.shop_table .product-name a {
  color: #222532 !important;
  text-decoration: underline; }
  .woocommerce-cart table.shop_table .product-name a:hover {
    color: #8d8c91 !important; }

.tinvwl-table-manage-list,
.shop_table {
  border: 1px solid rgba(78, 78, 78, 0.2);
  padding: 2rem;
  border-radius: 0; }
  @media screen and (max-width: 550px) {
    .tinvwl-table-manage-list,
    .shop_table {
      border: none;
      padding: 0; }
      .tinvwl-table-manage-list *,
      .shop_table * {
        font-size: 11px; } }
  .tinvwl-table-manage-list a,
  .shop_table a {
    color: #222532; }
    .tinvwl-table-manage-list a:hover,
    .shop_table a:hover {
      color: #8d8c91; }
  .tinvwl-table-manage-list label,
  .shop_table label {
    display: none; }
  .tinvwl-table-manage-list th,
  .shop_table th {
    background: #222532;
    color: white;
    padding: 1rem;
    border-bottom: 1px solid white; }
  .tinvwl-table-manage-list .quantity input,
  .shop_table .quantity input {
    background: transparent;
    border: 1px solid rgba(78, 78, 78, 0.2);
    border-radius: 0.5rem; }
  .tinvwl-table-manage-list .plusminuslabel,
  .shop_table .plusminuslabel {
    display: none; }
  .tinvwl-table-manage-list .actions .coupon,
  .shop_table .actions .coupon {
    float: left;
    display: flex;
    width: 50%;
    margin: 0; }
    @media screen and (max-width: 600px) {
      .tinvwl-table-manage-list .actions .coupon,
      .shop_table .actions .coupon {
        width: 100%; } }
    .tinvwl-table-manage-list .actions .coupon .input-text,
    .shop_table .actions .coupon .input-text {
      float: left;
      width: auto;
      margin: 0;
      border: solid 1px #222532; }
    @media screen and (max-width: 550px) {
      .tinvwl-table-manage-list .actions .coupon .coupon,
      .shop_table .actions .coupon .coupon {
        width: 100%; }
      .tinvwl-table-manage-list .actions .coupon .input-text,
      .shop_table .actions .coupon .input-text {
        width: 50%; }
      .tinvwl-table-manage-list .actions .coupon .button:first-of-type,
      .shop_table .actions .coupon .button:first-of-type {
        width: 50%;
        margin: 0;
        background-color: #222532;
        color: white; } }
    .tinvwl-table-manage-list .actions .coupon button,
    .shop_table .actions .coupon button {
      margin: 0; }
  .tinvwl-table-manage-list .actions .button,
  .shop_table .actions .button {
    margin-top: 2rem;
    width: 100%;
    padding: 1rem;
    background-color: whitesmoke;
    border: none;
    color: #222532;
    text-transform: uppercase;
    font-weight: bold; }
    .tinvwl-table-manage-list .actions .button:hover,
    .shop_table .actions .button:hover {
      background-color: #222532;
      color: white; }

.shop_table dt,
.shop_table dd,
.shop_table p {
  margin: 0;
  display: inline; }

.shop_table dt {
  font-weight: bold; }

.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;
  background-color: #222532;
  color: white;
  padding: 1.5rem 3rem; }

.payment_method_paypal img {
  display: none; }

.shop_table .includes_tax {
  display: none; }

.AU .shop_table .includes_tax {
  display: inline-block; }

.description.large {
  text-align: center; }

.icon-cat--list {
  padding: 8rem 0;
  padding-bottom: 0;
  padding-top: 4rem; }
  .icon-cat--list ul {
    display: flex;
    list-style: none;
    justify-content: space-between; }
    .icon-cat--list ul li {
      padding: 0 2rem; }
      .icon-cat--list ul li img {
        height: 8rem;
        margin-bottom: 2rem; }

.icon-title {
  text-align: center;
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 1.8rem; }

form.woocommerce-checkout input,
form.woocommerce-checkout textarea,
form.woocommerce-checkout select {
  background-color: white;
  border: solid 1px #222532; }

form.woocommerce-checkout .woocommerce-error {
  display: none; }


.woocommerce-checkout h1,
.woocommerce-checkout h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem; }

.woocommerce-checkout#ship-to-different-address {
  margin: 1rem 0; }
  .woocommerce-checkout#ship-to-different-address:before {
    content: 'Delivery is by signature only unless specified.';
    font-size: 1.3rem;
    margin: 1rem 0 2rem 0;
    display: block; }
  .woocommerce-checkout#ship-to-different-address label {
    font-weight: bold; }

.woocommerce-checkout #billing_address_1_field:before {
  font-size: 1.3rem;
  margin: 1rem 0 2rem 0;
  display: block; }

#customer_details h2,
#customer_details h3 {
  font-size: 2.2rem;
  padding-bottom: 0.5rem;
  margin: 0;
  margin-bottom: 3rem;
  border-bottom: solid 1px #b2b2b2; }

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

#place_order {
  margin-top: 3rem; }

#ship-to-different-address {
  font-family: "Open Sans", 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;
  padding-top: 6rem;
  padding-bottom: 0.5rem;
  margin: 0;
  margin-bottom: 3rem;
  border-bottom: solid 1px #b2b2b2; }

#payment {
  border: 2px solid rgba(78, 78, 78, 0.2);
  padding: 2rem;
  border-radius: 8px; }
  #payment input[type='tel'] {
    background: white; }
  #payment .button {
    background-color: #222532;
    color: white;
    padding: 1.5rem 3rem; }

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

.woocommerce-checkout-payment label[for^='eway_expiry_month'] {
  display: block;
  clear: both; }

.woocommerce-cc-month {
  float: left;
  display: inline-block;
  width: 48%;
  margin: 0 3% 0 0; }

.woocommerce-cc-year {
  float: left;
  display: inline-block;
  width: 48%;
  margin: 0; }

.woocommerce-checkout h2 {
  font-size: 3rem; }

.woocommerce-thankyou-order-details {
  margin: 1rem 0; }

.woocommerce-order-overview__payment-method {
  display: none !important; }

.wc-item-meta li {
  margin: 0;
  font-size: 1.1rem; }

.single-product .section.thick.single-section--product {
  padding-top: 18rem; }

.single-product section.nopad {
  padding-bottom: 12rem; }

.woocommerce-notices-wrapper {
  width: calc(100% - 4rem);
  max-width: 1440px;
  margin: 0 auto; }

.section.thick.single-section--product .two-col .col:first-child {
  width: 60%; }

.section.thick.single-section--product .two-col .col:last-child {
  width: 35%; }

.section.thick.single-section--product #wooswipe {
  display: flex;
  flex-wrap: wrap; }
  .section.thick.single-section--product #wooswipe .woocommerce-product-gallery__image.single-product-main-image {
    order: 2;
    width: 66%; }
  .section.thick.single-section--product #wooswipe .thumbnails {
    order: 1;
    width: 26rem;
    padding-right: 4rem;
    height: 100%; }

.single-product .summary .product_title {
  color: #222532;
  font-size: 42px;
  font-weight: 600; }

.single-product .summary .price {
  color: #8d8c91;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3rem; }

.single-product .summary .woocommerce-product-details__short-description p {
  margin-bottom: 1rem;
  line-height: 1.5; }

.single-product .summary form {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .single-product .summary form .variations {
    width: 100%;
    max-width: 30.5rem;
    margin-bottom: 0; }
    .single-product .summary form .variations tr {
      margin: 1rem 0;
      display: block; }
    .single-product .summary form .variations td {
      display: block;
      width: 100%;
      border: none;
      padding: 0; }
      .single-product .summary form .variations td label {
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: 1px; }
    .single-product .summary form .variations select {
      width: 100%;
      -webkit-appearance: none;
      border: none;
      padding: 0 2rem;
      padding-right: 5rem;
      height: 5rem;
      font-size: 1.3rem;
      text-transform: uppercase;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDM2cHgiIGhlaWdodD0iMjI4cHgiIHZpZXdCb3g9IjAgMCA0MzYgMjI4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi42ICg2NzQ5MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBcnRib2FyZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYzLjAwMDAwMCwgLTE0Mi4wMDAwMDApIiBzdHJva2U9IiM1QTVDNjgiIHN0cm9rZS13aWR0aD0iMTMiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgiIHBvaW50cz0iNjggMTQ3IDI4MSAzNjAgNDk0IDE0NyI+PC9wb2x5bGluZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
      background-size: 1.5rem;
      background-repeat: no-repeat;
      background-position: right 20px center; }
  .single-product .summary form .reset_variations {
    visibility: visible;
    display: inline;
    padding: 0.5rem 1rem;
    font-size: 11px;
    background-color: #222532;
    color: white;
    text-transform: uppercase;
    border-radius: 4px; }
  .single-product .summary form .single_variation_wrap {
    padding-top: 2.5rem; }
    .single-product .summary form .single_variation_wrap .woocommerce-variation.single_variation .price {
      font-size: 2rem;
      margin: 1.5rem 0;
      display: block; }
    .single-product .summary form .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-description {
      display: none; }

.single-product .summary .input-text {
  height: 5rem;
  width: 8rem;
  border: none;
  padding: 1.5rem;
  font-weight: 700;
  text-align: center; }
  .single-product .summary .input-text:focus {
    outline: none; }

.single-product .summary button {
  height: 5rem;
  border: none;
  padding: 0 5rem;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #8d8c91;
  color: #211711;
  margin-left: 2rem; }
  .single-product .summary button:hover {
    border: 1px solid #211711;
    background-color: #211711;
    color: white; }

.single-product .summary .quantity label {
  display: none; }

.single-product .summary .woocommerce-variation-add-to-cart {
  display: flex; }

.single-product .shipping-section {
  padding: 4rem 0;
  padding-bottom: 1rem;
  background-color: transparent;
  color: #222532;
  display: flex; }
  .single-product .shipping-section img {
    max-width: 3rem;
    margin-right: 1.5rem; }

.shop-all--container {
  text-align: center;
  margin-top: 4rem; }

.icon-single--container .icon-cat--list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start; }
  .icon-single--container .icon-cat--list ul li {
    margin: 0 0.5rem;
    padding: 0;
    width: 5rem;
    box-sizing: content-box; }
    .icon-single--container .icon-cat--list ul li .icon-container {
      width: 2.7rem;
      height: 2.7rem;
      display: flex;
      margin: 0;
      padding: 1rem;
      background-color: #5a5c68;
      justify-content: center;
      align-content: center;
      border-radius: 100%;
      box-sizing: content-box; }
      .icon-single--container .icon-cat--list ul li .icon-container img {
        width: 90%;
        height: 90%;
        margin: 0; }

.single .section.thick.prod-archive--section {
  padding-top: 8rem; }

.woocommerce-account section,
.woocommerce-cart section,
.woocommerce-checkout section {
  padding-top: 20rem; }

.woocommerce-cart .container.small,
.woocommerce-checkout .container.small {
  max-width: 80rem; }

.woocommerce-message,
.woocommerce-error {
  margin: 1rem 0;
  padding: 0;
  background-color: #222532;
  color: white;
  text-align: center;
  margin-bottom: 5rem !important;
  list-style: none; }
  .woocommerce-message a,
  .woocommerce-error a {
    color: white;
    padding: 1rem 2rem;
    display: inline-block; }
  .woocommerce-message li,
  .woocommerce-error li {
    margin: 0; }


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

