@charset "UTF-8";
/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
* WooCommerce Buttons
*
*/
/*
* WooCommerce Loop
*
*/
a svg, a {
  transition: all 0.1s ease-in-out;
}

.first-word {
  font-weight: 700;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 */
  width: auto;
  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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* Wrap
--------------------------------------------- */
.site-container {
  overflow: hidden;
}
@media (min-width: 1440px) {
  .site-container {
    overflow: visible;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.wrap {
  max-width: 1272px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
.wrap::after {
  display: table;
  clear: both;
  content: "";
}

body:not(.home) .site-inner {
  padding: 36px 0;
}
@media (min-width: 768px) {
  body:not(.home) .site-inner {
    padding: 16px 0;
  }
}
.singular.content body:not(.home) .site-inner > .wrap {
  max-width: 1022px;
}

body:not(.woocommerce-page):not(.home):not(.elementor-template) .content-area.wrap {
  max-width: 1200px;
}

body.elementor-template .site-inner {
  padding: 0;
}
body.elementor-template .content-area.wrap {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  /* Above WP toolbar. */
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  /* Right Sidebar */
  .content-sidebar .site-main {
    float: left;
    width: 77.8301886792%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 19.6540880503%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 250px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 990px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }

  /* Left Sidebar */
  .sidebar-content .site-main {
    float: right;
    width: 77.8301886792%;
  }
  .sidebar-content .sidebar-primary {
    float: left;
    width: 19.6540880503%;
  }
  @supports (display: grid) {
    .sidebar-content .content-area {
      display: grid;
      grid-template-columns: 250px 1fr;
      grid-column-gap: 16px;
      grid-auto-flow: dense;
      padding-top: 32px;
    }
    .sidebar-content .site-main {
      float: none;
      width: 100%;
      max-width: 990px;
    }
    .sidebar-content .site-main:first-child {
      grid-column-end: -1;
    }
    .sidebar-content .sidebar-primary {
      float: none;
      width: 100%;
    }
  }

  .boxed-content .site-main {
    width: 720px;
    margin: 0 auto;
  }
}
/* Align Full */
@media (min-width: 992px) {
  .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/**
 * woocommerce-layout.scss
 * Applies custom layout to the default WooCommerce frontend design
 */
.woocommerce,
.woocommerce-page {
  /**
   * Product page
   */
}
@media (min-width: 769px) {
  .woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
    float: left;
    width: 42%;
    margin-right: 32px;
  }
}
@media (min-width: 769px) {
  .woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    clear: none;
    width: calc(100% - 42% - 32px - 16px);
  }
}
@media (min-width: 769px) {
  .woocommerce div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product p.price {
    float: right;
    width: 13.5%;
    margin-left: 16px;
  }
}
.woocommerce div.product .related,
.woocommerce #content div.product .related,
.woocommerce-page div.product .related,
.woocommerce-page #content div.product .related {
  clear: both;
}

/* Loop */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 16px 8px;
  border-radius: 10px;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 10px 5px rgba(0, 131, 117, 0.2);
}

/* Three Columns Layout */
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 32.33%;
  margin: 0 1% 2.992em 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #424242;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
}

select {
  height: 54px;
  line-height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  opacity: 1;
  color: #bdbdbd;
}

::-ms-input-placeholder {
  color: #bdbdbd;
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
  position: relative;
  max-width: 400px;
  border: 1px solid #e0e0e0;
}
.search-form .search-field {
  width: 100%;
  padding-right: 44px;
  border: none;
}
.search-form .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  min-width: 0;
  height: 44px;
  margin: 0;
  margin-top: -22px;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  text-align: center;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #008375;
}

/* CF7 */
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  margin-bottom: 1em;
  padding: 8px 16px;
  font-size: 1em;
  line-height: 1;
}

.rgpd {
  margin-top: -16px;
  font-size: 0.75em;
}
.rgpd .wpcf7-list-item {
  margin: -16px 0 0 0;
}
.rgpd .wpcf7-list-item input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.rgpd .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 20px);
}

.rgpd-acceptance {
  display: block;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #424242;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #008375;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}

:focus {
  outline: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  line-height: 18px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

pre code {
  padding: 0;
  border: 0;
  color: inherit;
  background-color: transparent;
  white-space: pre;
  white-space: pre-wrap;
}

cite {
  font-style: normal;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
  color: #008375;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #008375;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 28px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 24px;
  }
}

h4,
h5,
h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4,
h5,
h6 {
    font-size: 18px;
  }
}

/* Buttons
------------------------------------------------*/
.block-button {
  display: block;
  width: 70%;
  max-width: 360px;
  margin: 16px auto;
  padding: 8px;
  border: 2px solid #e6007e;
  border-radius: 10px;
  color: #e6007e;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.block-button:hover {
  color: #fff;
  background-color: #e6007e;
}

/* Font Weights */
.font300 {
  font-weight: 300;
}
.font300 h1,
.font300 h2,
.font300 h3 {
  font-weight: 300;
}

/* Button
--------------------------------------------- */
.wp-block-button__link, input[type=submit] {
  padding: 12px 16px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.is-style-full .wp-block-button__link, .is-style-full input[type=submit], .wp-block-button__link.full, input.full[type=submit] {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color), input[type=submit]:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover, input[type=submit]:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background), input[type=submit]:not(.has-background) {
  background-color: #000;
}
.wp-block-button__link:not(.has-background):hover, input[type=submit]:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus, input[type=submit]:not(.has-background):focus {
  background-color: black;
}
.wp-block-button__link.has-primary-color:hover, input.has-primary-color[type=submit]:hover, .wp-block-button__link.has-primary-color:focus, input.has-primary-color[type=submit]:focus {
  color: #000;
}
.wp-block-button__link.has-primary-background-color:hover, input.has-primary-background-color[type=submit]:hover, .wp-block-button__link.has-primary-background-color:focus, input.has-primary-background-color[type=submit]:focus {
  background-color: black;
}
.wp-block-button__link.has-secondary-color:hover, input.has-secondary-color[type=submit]:hover, .wp-block-button__link.has-secondary-color:focus, input.has-secondary-color[type=submit]:focus {
  color: #008375;
}
.wp-block-button__link.has-secondary-background-color:hover, input.has-secondary-background-color[type=submit]:hover, .wp-block-button__link.has-secondary-background-color:focus, input.has-secondary-background-color[type=submit]:focus {
  background-color: #005047;
}
.wp-block-button__link.has-third-color:hover, input.has-third-color[type=submit]:hover, .wp-block-button__link.has-third-color:focus, input.has-third-color[type=submit]:focus {
  color: #e6007e;
}
.wp-block-button__link.has-third-background-color:hover, input.has-third-background-color[type=submit]:hover, .wp-block-button__link.has-third-background-color:focus, input.has-third-background-color[type=submit]:focus {
  background-color: #b30062;
}
.wp-block-button__link.has-fourth-color:hover, input.has-fourth-color[type=submit]:hover, .wp-block-button__link.has-fourth-color:focus, input.has-fourth-color[type=submit]:focus {
  color: rgba(0, 131, 117, 0.2);
}
.wp-block-button__link.has-fourth-background-color:hover, input.has-fourth-background-color[type=submit]:hover, .wp-block-button__link.has-fourth-background-color:focus, input.has-fourth-background-color[type=submit]:focus {
  background-color: rgba(0, 80, 71, 0.2);
}
.wp-block-button__link.has-fifth-color:hover, input.has-fifth-color[type=submit]:hover, .wp-block-button__link.has-fifth-color:focus, input.has-fifth-color[type=submit]:focus {
  color: #f3f3f3;
}
.wp-block-button__link.has-fifth-background-color:hover, input.has-fifth-background-color[type=submit]:hover, .wp-block-button__link.has-fifth-background-color:focus, input.has-fifth-background-color[type=submit]:focus {
  background-color: #dadada;
}
.wp-block-button__link.has-sixth-color:hover, input.has-sixth-color[type=submit]:hover, .wp-block-button__link.has-sixth-color:focus, input.has-sixth-color[type=submit]:focus {
  color: #008375;
}
.wp-block-button__link.has-sixth-background-color:hover, input.has-sixth-background-color[type=submit]:hover, .wp-block-button__link.has-sixth-background-color:focus, input.has-sixth-background-color[type=submit]:focus {
  background-color: #005047;
}
.wp-block-button__link.has-seventh-color:hover, input.has-seventh-color[type=submit]:hover, .wp-block-button__link.has-seventh-color:focus, input.has-seventh-color[type=submit]:focus {
  color: #008375;
}
.wp-block-button__link.has-seventh-background-color:hover, input.has-seventh-background-color[type=submit]:hover, .wp-block-button__link.has-seventh-background-color:focus, input.has-seventh-background-color[type=submit]:focus {
  background-color: #005047;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  padding-top: 47px;
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #424242;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  display: block;
  margin-top: 12px;
  opacity: 0.5;
  color: #424242;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  position: relative;
  width: 100%;
  height: 32px;
  border: none;
  background: transparent;
}
.wp-block-separator::before,
hr::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
  background: #e0e0e0;
  content: "";
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
img.alignright {
  float: right;
  margin: 0 0 32px 32px;
}
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.wp-block-image figcaption {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-primary-color {
  color: #000;
}

.has-primary-background-color {
  background-color: #000;
}

.has-secondary-color {
  color: #008375;
}

.has-secondary-background-color {
  background-color: #008375;
}

.has-third-color {
  color: #e6007e;
}

.has-third-background-color {
  background-color: #e6007e;
}

.has-fourth-color {
  color: rgba(0, 131, 117, 0.2);
}

.has-fourth-background-color {
  background-color: rgba(0, 131, 117, 0.2);
}

.has-fifth-color {
  color: #f3f3f3;
}

.has-fifth-background-color {
  background-color: #f3f3f3;
}

.has-sixth-color {
  color: #008375;
}

.has-sixth-background-color {
  background-color: #008375;
}

.has-seventh-color {
  color: #008375;
}

.has-seventh-background-color {
  background-color: #008375;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 990px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container::after {
  display: table;
  clear: both;
  content: "";
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line::after {
  display: table;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #bdbdbd;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #008375;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #9e9e9e;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #616161;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3b5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #cb2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00b6f1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

.full-width-first {
  margin-top: 0;
  margin-bottom: 0;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: relative;
  min-height: 49px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}
@media (min-width: 1272px) {
  .site-header .wrap {
    max-width: 1440px;
    margin-bottom: 0;
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1272px) and (min-width: 1440px) {
  .site-header .wrap {
    padding-right: 64px;
    padding-left: 64px;
  }
}

.title-area {
  float: left;
  width: 100%;
  max-width: 162px;
  text-align: left;
}
@media (min-width: 1272px) {
  .title-area {
    position: absolute;
    left: 50%;
    max-width: 180px;
    margin: 6px auto 0;
    transform: translate(-50%, 0);
  }
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
  padding: 8px;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 1272px) {
  .title-area h1.site-title,
.title-area p.site-title {
    padding: 0;
  }
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #424242;
  text-decoration: none;
}
.title-area .site-title a {
  display: block;
  width: 100%;
  padding-bottom: 22.3113964687%;
  background: url(../icons/sanytol-logo.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999em;
}
@media (max-width: 1272px) {
  .title-area {
    float: none;
    text-align: left;
  }
  .title-area .site-title a {
    height: 48px;
    padding-bottom: 0;
    background-size: 100%;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
.header-top-container {
  color: #fff;
  background-color: #008375;
}
@media (min-width: 1272px) {
  .header-top-container .wrap {
    max-width: 1440px;
    margin-bottom: 0;
    padding-right: 64px;
    padding-left: 64px;
  }
}
.header-top-container .header-top-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.header-top-container .header-top-bar .top-bar-right,
.header-top-container .header-top-bar .top-bar-left {
  flex-basis: 50%;
}
.header-top-container .header-top-bar .top-bar-right {
  flex-basis: 10%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.header-top-container .header-top-bar .top-bar-right .top-bar-icons {
  float: right;
  padding-top: 4px;
  list-style-type: none;
}
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li {
  display: inline-block;
  padding: 0 4px;
}
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li .search-toggle:hover,
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li .search-toggle.active,
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li .menu-login-btn:hover,
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li .menu-login-btn.active,
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li .menu-cart-btn:hover,
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li .menu-cart-btn.active,
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li .menu-toggle:hover,
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li .menu-toggle.active {
  opacity: 80%;
  background: transparent;
}
.header-top-container .header-top-bar .top-bar-right .top-bar-icons li svg {
  fill: #fff;
}
.header-top-container .header-top-bar .top-bar-right .menu {
  list-style-type: none;
  padding: 0 12px 0 4px;
}
.header-top-container .header-top-bar .top-bar-right .menu li {
  display: inline-block;
  padding: 0 4px;
  font-weight: 300;
}
.header-top-container .header-top-bar .top-bar-right .menu li a {
  color: #fff;
  text-decoration: none;
}
.header-top-container .header-top-bar .top-bar-right .menu li.active {
  font-weight: 600;
}
@media (max-width: 980px) {
  .header-top-container .header-top-bar .top-bar-right .menu {
    display: none;
  }
}
.header-top-container .header-top-bar p {
  margin: 0;
  padding: 4px 0;
  font-size: 0.85em;
  font-weight: 300;
}

a.anchor {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* Language Selector in Mobile */
.site-header .top-bar-right {
  position: absolute;
  top: 20px;
  right: 20px;
}
.site-header .top-bar-right .menu {
  list-style-type: none;
  padding: 0 4px;
}
.site-header .top-bar-right .menu li {
  display: inline-block;
  padding: 0 4px;
  font-weight: 300;
}
.site-header .top-bar-right .menu li a {
  color: #000;
  text-decoration: none;
}
.site-header .top-bar-right .menu li.active {
  font-weight: 600;
}
@media (min-width: 980px) {
  .site-header .top-bar-right {
    display: none;
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  width: 100%;
  margin: 0;
  line-height: 1;
}
.nav-menu .menu-item {
  position: relative;
  list-style: none;
}
.nav-menu .menu-item a {
  display: block;
  position: relative;
  padding: 29px 18px;
  border: none;
  color: #008375;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu .menu-item a.menu-cart,
.nav-menu .menu-item a.menu-user {
  padding: 0;
}
.nav-menu .menu-item:hover > a {
  color: #e6007e;
  background: none;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #e6007e;
}
.nav-menu .menu-item .sub-menu {
  padding-bottom: 16px;
}
.nav-menu .menu-item .sub-menu .menu-item a {
  padding: 10px 24px;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}
@media (min-width: 1272px) {
  .nav-menu .menu-item .sub-menu {
    position: absolute;
    z-index: 99;
    left: -9999px;
    width: 215px;
    padding: 10px 20px;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(153, 153, 153, 0.5);
  }
  .nav-menu .menu-item .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .menu-item .sub-menu .menu-item a {
    float: left;
    padding: 10px 0;
    font-size: 0.875em;
    font-weight: 600;
    text-align: left;
    text-transform: none;
  }
  .nav-menu .menu-item .sub-menu .menu-item:hover > a {
    color: #000;
  }
  .nav-menu .menu-item .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
.nav-menu .submenu-expand {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 0;
  transform: translateY(-50%);
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
@media (max-width: 1272px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 1273px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    width: 268px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.nav-menu .nav-primary .menu-item.search,
.nav-menu .nav-primary .menu-item.user,
.nav-menu .nav-primary .menu-item.cart {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button,
.nav-menu .nav-primary .menu-item.user button,
.nav-menu .nav-primary .menu-item.cart button {
  padding: 29px 14px;
}
@media (max-width: 1272px) {
  .nav-menu .nav-primary .menu-item.search,
.nav-menu .nav-primary .menu-item.user,
.nav-menu .nav-primary .menu-item.cart {
    display: none;
  }
}
@media (min-width: 1273px) {
  .nav-menu {
    display: flex;
    float: right;
    width: 100%;
    height: 80px;
    flex-flow: column-reverse nowrap;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
    width: calc((100vw - (32px * 4) - 180px) / 6);
    max-width: calc( 				(1440px - (32px * 4) - 180px) / 					6 			);
    text-align: center;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item a {
    display: flex;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .nav-menu .menu-item:nth-of-type(2) {
    max-width: 178px;
  }
  .nav-menu .menu-item:nth-of-type(4) {
    margin-left: 180px;
  }
}
@media (max-width: 1272px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    max-width: calc(100% + 56px);
    margin: 0 -28px;
    border-top: 1px solid #e0e0e0;
    background: #f3f3f3;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 18px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Toggles
--------------------------------------------- */
a.menu-login,
a.menu-cart {
  padding: 0;
}

.search-toggle,
.menu-login-btn,
.menu-cart-btn,
.menu-toggle {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-login-btn .close,
.menu-cart-btn .close,
.menu-toggle .close {
  display: none;
}
.search-toggle:hover, .search-toggle.active,
.menu-login-btn:hover,
.menu-login-btn.active,
.menu-cart-btn:hover,
.menu-cart-btn.active,
.menu-toggle:hover,
.menu-toggle.active {
  background: #008375;
}
.search-toggle.active .close,
.menu-login-btn.active .close,
.menu-cart-btn.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-login-btn.active .open,
.menu-cart-btn.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 1272px) {
  .site-header .wrap {
    padding: 0 28px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle, .site-header .wrap > .menu-user, .site-header .wrap > .menu-cart {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
}
@media (min-width: 1273px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle, .site-header .wrap > .menu-user, .site-header .wrap > .menu-cart {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  left: 0;
}
.site-header .wrap > .search-toggle {
  top: 20px;
  right: 16px;
}
.site-header .wrap > .menu-user {
  top: 20px;
  right: 76px;
}
.site-header .wrap > .menu-cart {
  top: 20px;
  right: 46px;
}

/* Header Search
--------------------------------------------- */
.header-search {
  overflow: hidden;
  z-index: 999;
  width: 100%;
  padding: 16px;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 1272px) {
  .header-search {
    width: calc(100% + 96px);
    margin: 0 -48px;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #008375;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.entry-category {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-category a:hover {
  color: #008375;
}

.archive:not(.woocommerce) .site-main .block-area,
.archive:not(.woocommerce) .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .archive:not(.woocommerce) .site-main > article {
    float: left;
    width: 48.7421383648%;
    margin-left: 2.5157232704%;
  }
  .archive:not(.woocommerce) .site-main > article:nth-of-type(2n + 1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive:not(.woocommerce) .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive:not(.woocommerce) .site-main > article {
      width: 100%;
      margin-left: 0;
    }
    .archive:not(.woocommerce) .site-main header,
.archive:not(.woocommerce) .site-main nav,
.archive:not(.woocommerce) .site-main aside,
.archive:not(.woocommerce) .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive:not(.woocommerce) .site-main > article {
    float: left;
    width: 48.7421383648%;
    margin-left: 2.5157232704%;
  }
  .archive:not(.woocommerce) .site-main > article:nth-of-type(2n + 1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive:not(.woocommerce) .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive:not(.woocommerce) .site-main > article {
      width: 100%;
      margin-left: 0;
    }
    .archive:not(.woocommerce) .site-main header,
.archive:not(.woocommerce) .site-main nav,
.archive:not(.woocommerce) .site-main aside,
.archive:not(.woocommerce) .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 32px;
  text-align: center;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  display: block;
  margin: 0 auto 16px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin-bottom: 32px;
  padding-top: 22px;
  font-size: 16px;
  text-align: left;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  display: inline-block;
  list-style-type: none;
}
.pagination ul li a {
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #424242;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #008375;
}
.pagination ul li.active > a {
  color: #fff;
  background: #008375;
  font-weight: 700;
}

/* Search Results */
.search .archive-title, .search .blog-intro .wrap .title-container .archive-title-singular, .blog-intro .wrap .title-container .search .archive-title-singular {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 32px;
  padding: 22px 0;
  background-color: rgba(0, 131, 117, 0.2);
  font-size: 1.5em;
  line-height: 1.1;
}
.search .post-summary__image {
  background-color: #f3f3f3;
}
.search .post-summary__image img {
  width: auto;
  max-height: 150px;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  max-width: 100%;
  margin: 32px 0;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  width: auto;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 1440px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    width: auto;
    max-width: 1440px;
    margin: 0 calc(50% - (1440px / 2));
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 32px 32px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 32px 32px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 32px);
  margin-bottom: calc(2 * 32px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-right: auto;
  margin-left: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}

.full-width, .full-width-first,
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
  vertical-align: middle;
}
.entry-author a {
  color: #424242;
  text-decoration: none;
}
.entry-author a:hover {
  color: #008375;
}

.breadcrumb {
  margin-bottom: 24px;
  font-size: 16px;
}
.breadcrumb a {
  color: #424242;
}
.breadcrumb a:hover {
  color: #008375;
}
.single .breadcrumb {
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.author-box {
  position: relative;
  min-height: 120px;
  padding-left: 120px;
}
.archive .author-box {
  max-width: 990px;
  margin: 0 auto 32px;
  grid-column: 1/-1;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    overflow: hidden;
    width: 100%;
    margin-bottom: 48px;
    margin-left: -32px;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header .entry-title {
  margin: 0 0 16px;
  color: #424242;
}
.singular strong {
  color: #008375;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  border: 1px solid #f3f3f3;
  list-style-type: none;
}
.entry-comments .comment-list li article {
  position: relative;
  padding: 16px;
}
.entry-comments .comment-list li.staff > article {
  border-left: 2px solid #008375;
  background: rgba(0, 131, 117, 0.05);
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 3px;
}
.entry-comments .comment-list .comment-author {
  display: inline-block;
  margin: 0;
  color: #424242;
  font-family: "Source Sans Pro", sans-serif;
  vertical-align: middle;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #424242;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #008375;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  color: #9e9e9e;
  font-size: 14px;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9e9e9e;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #008375;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #e0e0e0;
}

.nav-links::after {
  display: table;
  clear: both;
  content: "";
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

.content-sidebar .sidebar-primary {
  margin-left: -16px;
  padding-left: 32px;
  border-left: 1px solid #f3f3f3;
}

.sidebar-content .sidebar-primary {
  padding-right: 16px;
}

.sidebar-primary .widget:not(.widget_search) {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.sidebar-primary .widget:not(.widget_search) ul {
  list-style-type: none;
}
.sidebar-primary .widget_search {
  margin-bottom: 32px;
}
.sidebar-primary .widget-title {
  padding-bottom: 16px;
  border-bottom: 2px solid #d8d8d8;
  color: #e6007e;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-select-title {
  font-size: 1.25em;
  font-weight: 300;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  position: relative;
  padding: 40px 0 10px;
  color: #008375;
  background: #f3f3f3;
  font-size: 0.875em;
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  margin-bottom: 8px;
  list-style-type: none;
}
.footer-widgets .widget-title {
  margin-bottom: 32px;
  color: #008375;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: none;
}
.footer-widgets a {
  color: #008375;
  font-size: 1em;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  margin-right: 12px;
  fill: #fff;
  width: 20px;
  height: 20px;
}
.footer-widgets .menu-item::before,
.footer-widgets .footer-icon::before {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-right: 6px;
  background: url(../icons/utility/chevron-categories.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.footer-widgets .address {
  margin-left: 22px;
}
.footer-widgets .address::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/address.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .time {
  margin-left: 22px;
}
.footer-widgets .time::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/time.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .mail {
  margin-left: 22px;
}
.footer-widgets .mail::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/mail.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .phone {
  margin-left: 22px;
}
.footer-widgets .phone::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/phone.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .instagram {
  margin-left: 22px;
}
.footer-widgets .instagram::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/instagram.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .facebook {
  margin-left: 22px;
}
.footer-widgets .facebook::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/facebook.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .pinterest {
  margin-left: 22px;
}
.footer-widgets .pinterest::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/pinterest.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .sub-menu {
  display: none;
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets .footer-widgets-1 {
    float: left;
    width: calc(50% - 8px);
  }
  .footer-widgets .footer-widgets-2 {
    float: right;
    width: calc(50% - 8px);
  }
  .footer-widgets .footer-widgets-3 {
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-widgets .wrap > div {
    float: left;
    width: 23.1132075472%;
    margin-left: 2.5157232704%;
  }
  .footer-widgets .wrap > div:nth-of-type(4n + 1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .footer-widgets .wrap {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr);
    }
    .footer-widgets .wrap > div {
      width: 100%;
      margin-left: 0;
    }
    .footer-widgets .wrap header,
.footer-widgets .wrap nav,
.footer-widgets .wrap aside,
.footer-widgets .wrap footer {
      grid-column: 1/-1;
    }
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  padding: 8px 0;
  color: #fff;
  background: #000;
  font-size: 0.8755em;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
.site-footer .backtotop {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  text-decoration: none;
}
.site-footer .backtotop svg {
  margin-left: 4px;
  vertical-align: middle;
  fill: #fff;
}
.site-footer .backtotop:hover {
  background: black;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer .copyright {
    margin-bottom: 0;
  }
  .site-footer .backtotop {
    float: right;
    font-size: 0.875em;
  }
}

/* Prefooter
----------------------------------------------------*/
.prefooter-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 64px 32px;
}
@media (min-width: 768px) {
  .prefooter-container {
    flex-direction: row;
  }
}
.prefooter-container .prefooter-image {
  flex-basis: 18%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .prefooter-container .prefooter-image {
    margin-bottom: 0;
  }
}
.prefooter-container .prefooter-text {
  flex-basis: 80%;
}
.prefooter-container .prefooter-text strong {
  color: #fff;
}

/* Footer Menu
----------------------------------------------------*/
@media (min-width: 768px) {
  .footer-right {
    float: right;
  }
}
.footer-right #footer-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.footer-right #footer-menu .menu-item {
  padding: 0 8px;
}
.footer-right #footer-menu .menu-item:last-child {
  padding-right: 0;
}
.footer-right #footer-menu .menu-item a {
  color: #fff;
}
.footer-right #footer-menu .menu-item a:hover {
  color: #bfbfbf;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Buttons
   */
  /**
   * Product Page
   */
  /* Loop */
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0.5em 0 1em;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-block;
  overflow: visible;
  position: relative;
  left: auto;
  margin: 0;
  margin-top: 1em;
  padding: 0.85em 1em;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background-color: #008375;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
  background-color: #006a5e;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  color: #fff;
  background-color: #006a5e;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  color: #fff;
  background-color: #000;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  opacity: 0.5;
  color: inherit;
  cursor: not-allowed;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #008375;
}
.woocommerce div.product {
  /* Varaiation Form */
  /* Quantity */
  /* Image Gallery */
}
.woocommerce div.product .product_title {
  text-transform: capitalize;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #424242;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  text-align: right;
}
.woocommerce div.product span.price .amount,
.woocommerce div.product p.price .amount {
  font-size: 2.125em;
  line-height: 1.2;
}
.woocommerce div.product .stock {
  color: #000;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product form.cart {
  margin-top: 2em;
  margin-bottom: 2em;
}
.woocommerce div.product form.cart::after {
  display: table;
  clear: both;
  content: "";
}
.woocommerce div.product form.cart .variations td {
  display: block;
}
.woocommerce div.product form.cart .button {
  margin: 0;
}
.woocommerce div.product .quantity .qty {
  padding: 0.5em 1em;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 1em 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 23%;
  margin-left: 2.667%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  margin-left: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  padding: 0.5em 0;
  font-size: 0.9375em;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: capitalize;
}
.woocommerce ul.products li.product .price {
  display: block;
  display: inline-block;
  float: right;
  width: auto;
  margin-bottom: 0.5em;
  color: #424242;
  font-size: 0.875em;
  font-weight: 300;
  text-align: right;
  text-transform: none;
}
.woocommerce ul.products li.product .price::after {
  display: table;
  clear: both;
  content: "";
}
.woocommerce ul.products li.product .price .amount {
  font-size: 1.625em;
  line-height: unset;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 16px;
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  float: none;
  margin-right: 8px;
  border: 0;
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li a {
  width: 29px;
  height: 29px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  padding: 0.42em;
  color: #fff;
  background-color: #008375;
  font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  display: block;
  width: 29px;
  height: 29px;
  padding: 0;
  border-radius: 50%;
  color: #424242;
  color: #424242;
  background: transparent;
  font-size: 1em;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  padding: 0;
  color: #fff;
  background-color: #008375;
  font-weight: 600;
}

.morecontent {
  display: none;
}

/* WooCommerce Page Titles */
.woocommerce-products-header__title, .section-title {
  margin-bottom: 32px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
}
@media (min-width: 768px) {
  .woocommerce-products-header__title, .section-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .woocommerce-products-header__title, .section-title {
    font-size: 32px;
  }
}

/* Info */
.woocommerce-info {
  border-top-color: #000;
}
.woocommerce-info::before {
  color: #000;
}

/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 16px;
  border-radius: 5px;
  background-color: #f3f3f3;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #424242;
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: #000;
}

/**
 * WooCommerce Customization
 */
/* Single Pproduct Description */
.product-description-subtitle, .product-description-subtitle-first {
  margin-bottom: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 131, 117, 0.2);
  color: #e6007e;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.product-description-subtitle-first {
  margin-top: 16px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 32px;
  padding-left: 48px;
  font-size: 1.25em;
  font-weight: 300;
}

.woocommerce-product-details__features {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
  padding-left: calc((32px * 1.5));
  color: #008375;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .woocommerce-product-details__features {
    padding-left: 0;
  }
}
.woocommerce-product-details__features .feature-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .woocommerce-product-details__features .feature-item {
    flex-basis: 48%;
  }
}
.woocommerce-product-details__features .feature-item .feature-icon {
  width: 50px;
  margin-right: 8px;
}
.woocommerce-product-details__features .feature-item .feature {
  width: calc(100% - 50px - 8px);
  line-height: 1.2;
}

.woocommerce-product-details__suitable {
  margin-bottom: 32px;
  padding-left: calc((32px * 1.5) + 0.75em);
}
.woocommerce-product-details__suitable ul {
  list-style: none;
}
.woocommerce-product-details__suitable ul li::before {
  display: inline-block;
  width: 0.75em;
  margin-left: -0.75em;
  color: #e6007e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  content: "•";
}

.woocommerce-product-details__usage {
  margin-bottom: 32px;
  padding-left: 48px;
}

.woocommerce-product__formula {
  float: left;
  clear: both;
  margin-top: 32px;
  padding: 48px 0;
  background-color: rgba(0, 131, 117, 0.2);
  text-align: center;
}
.woocommerce-product__formula .formula-intro {
  max-width: 720px;
  margin: 0 auto 48px;
}
.woocommerce-product__formula .formula-container {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-product__formula .formula-container .formula {
  padding: 16px;
  font-size: 0.875em;
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .woocommerce-product__formula .formula-container .formula {
    flex-basis: 25%;
  }
}
.woocommerce-product__formula .formula-container .formula img {
  width: auto;
  height: 87px;
  margin-bottom: 16px;
}
.woocommerce-product__formula .formula-container .formula h3 {
  letter-spacing: 1.2pt;
  text-transform: uppercase;
}

/* Video - Share Container */
.video-share-container {
  display: flex;
  float: left;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .video-share-container {
    width: 42%;
  }
}
.video-share-container .share-button-container {
  display: flex;
  padding: 6px 12px 1px;
  border-radius: 20px;
  background-color: rgba(0, 131, 117, 0.2);
  align-items: center;
}
.video-share-container .share-button-container svg path {
  fill: #008375 !important;
}
.video-share-container .video-button-container {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-right: 16px;
}
@media (min-width: 386px) {
  .video-share-container .video-button-container {
    margin-right: unset;
  }
}
.video-share-container .video-button-container .video-button {
  display: flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 20px;
  color: #fff;
  background-color: #e6007e;
  text-decoration: none;
  align-items: center;
}
@media (min-width: 386px) {
  .video-share-container .video-button-container .video-button {
    margin-bottom: unset;
  }
}
.video-share-container .video-button-container .video-button svg {
  margin-right: 4px;
}
.video-share-container .video-button-container .video-button:hover {
  background-color: #ff1a97;
}

.formats-container, .fragances-container {
  display: flex;
  clear: left;
  border-top: 1px solid rgba(0, 131, 117, 0.2);
  justify-content: flex-start;
  flex-wrap: wrap;
}
.formats-container .product-description-subtitle, .fragances-container .product-description-subtitle, .formats-container .product-description-subtitle-first, .fragances-container .product-description-subtitle-first {
  border-top: none;
}
@media (min-width: 769px) {
  .formats-container, .fragances-container {
    float: left;
    width: 42%;
  }
}

.fragances-container {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .fragances-container {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .woocommerce-product-gallery.description, .video-share-container .video-button-container {
    float: left;
    width: 42%;
  }
}
@media (min-width: 769px) {
  .woocommerce-product-gallery.format, .video-share-container .format.video-button-container, .woocommerce-product-gallery.fragances, .video-share-container .fragances.video-button-container {
    flex-basis: 33.33%;
  }
}
@media (min-width: 769px) {
  .woocommerce-product-gallery.other-format, .video-share-container .other-format.video-button-container, .woocommerce-product-gallery.other-fragances, .video-share-container .other-fragances.video-button-container {
    flex-basis: calc(100% - 33.33%);
  }
}

.woocommerce-product-details__format, .woocommerce-product-details__fragances,
.woocommerce-product-details__other-fragances,
.woocommerce-product-details__other-formats {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: left;
}
.woocommerce-product-details__format li, .woocommerce-product-details__fragances li,
.woocommerce-product-details__other-fragances li,
.woocommerce-product-details__other-formats li {
  margin: 0 16px 16px;
  text-align: left;
}
.woocommerce-product-details__format li .firstWord, .woocommerce-product-details__fragances li .firstWord,
.woocommerce-product-details__other-fragances li .firstWord,
.woocommerce-product-details__other-formats li .firstWord {
  color: #000;
  text-decoration: none;
}
.woocommerce-product-details__format li .firstWord:hover, .woocommerce-product-details__fragances li .firstWord:hover,
.woocommerce-product-details__other-fragances li .firstWord:hover, .woocommerce-product-details__format li .firstWord:focus, .woocommerce-product-details__fragances li .firstWord:focus,
.woocommerce-product-details__other-fragances li .firstWord:focus,
.woocommerce-product-details__other-formats li .firstWord:hover,
.woocommerce-product-details__other-formats li .firstWord:focus {
  color: #008375;
}

.woocommerce-product-details__fragances,
.woocommerce-product-details__other-fragances {
  justify-content: left;
}
.woocommerce-product-details__fragances li,
.woocommerce-product-details__other-fragances li {
  margin: 1%;
  font-size: 0.75em;
  text-align: center;
}
.woocommerce-product-details__fragances li .fragance-image-container,
.woocommerce-product-details__other-fragances li .fragance-image-container {
  display: flex;
  height: 66px;
  align-items: center;
}
.woocommerce-product-details__fragances li a,
.woocommerce-product-details__other-fragances li a {
  color: #424242;
  text-decoration: none;
}
.woocommerce-product-details__fragances li a:hover, .woocommerce-product-details__fragances li a:focus,
.woocommerce-product-details__other-fragances li a:hover,
.woocommerce-product-details__other-fragances li a:focus {
  color: #008375;
}

.woocommerce-product-details__other-fragances li {
  flex-basis: 31.33%;
}

#product-video {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 32px auto;
  text-align: center;
}
#product-video .product-video-subtitle, #product-video .product-slider-container .related-title, .product-slider-container #product-video .related-title {
  margin-bottom: 32px;
}
#product-video .woocommerce-product-details__video {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
#product-video .woocommerce-product-details__video iframe,
#product-video .woocommerce-product-details__video object,
#product-video .woocommerce-product-details__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-helpers, .archive-product-helpers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
  list-style-type: none;
}
.product-helpers .helper-item, .archive-product-helpers .helper-item {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
}
@media (min-width: 769px) {
  .product-helpers .helper-item, .archive-product-helpers .helper-item {
    justify-content: flex-start;
  }
}
.product-helpers .helper-item .icon, .archive-product-helpers .helper-item .icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.product-helpers .helper-item .text, .archive-product-helpers .helper-item .text {
  font-size: 1em;
  line-height: 1.2;
}
@media (min-width: 420px) {
  .product-helpers .helper-item .text, .archive-product-helpers .helper-item .text {
    font-size: 1.125em;
    font-weight: 400;
  }
}
.product-helpers .delivery .icon, .archive-product-helpers .delivery .icon {
  content: url(../icons/utility/delivery.svg);
}
.product-helpers .sizes .icon, .archive-product-helpers .sizes .icon {
  content: url(../icons/utility/sizes.svg);
}
.product-helpers .payment .icon, .archive-product-helpers .payment .icon {
  content: url(../icons/utility/payment.svg);
}
.product-helpers .help .icon, .archive-product-helpers .help .icon {
  content: url(../icons/utility/help.svg);
}

.archive-product-helpers {
  padding: 32px 0;
  color: #000;
  justify-content: space-around;
}
.archive-product-helpers .helper-item {
  flex-basis: 25%;
  justify-content: center;
}
@media (min-width: 768px) {
  .archive-product-helpers .helper-item {
    border-right: 1px solid;
  }
}
.archive-product-helpers .helper-item:last-child {
  border-right: none;
}

.category-container-loop {
  text-align: center;
}
.category-container-loop .product-category {
  margin: 0;
  padding: 0.5em 0;
  font-size: 0.9375em;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
}

/* Section Title */
/* Cart */
.woocommerce-cart input#coupon_code {
  width: 150px;
  margin-top: calc(1em - 2px);
}

/* Shop Block */
.block-shop-cta {
  margin-bottom: 32px;
  padding: 16px 0;
  text-align: center;
}
.block-shop-cta a.shop-link-btn {
  padding: 16px 64px;
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.block-shop-cta a.shop-link-btn:hover {
  color: #fff;
  background-color: #000;
}

/* Featured Products Block */
.wp-block-woo-featured-products-slider {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
  padding-bottom: 96px;
  background: url(../icons/bg/bg-home-featured.svg) no-repeat center bottom;
  background-size: cover;
}
.wp-block-woo-featured-products-slider .block-title {
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}

/* Image Gallery Slider (Pending Review) */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  display: none;
}

ul.flex-direction-nav {
  position: absolute;
  z-index: 99999;
  top: 30%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}

li.flex-nav-next {
  float: right;
}

a.flex-next {
  visibility: hidden;
}

a.flex-prev {
  visibility: hidden;
}

a.flex-next::after {
  visibility: visible;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  content: "";
}

a.flex-prev::before {
  visibility: visible;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  content: "";
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

/* Facets */
.facetwp-counter {
  display: none;
}

/* Top Banner */
.woo-archive-banner.top-banner {
  display: flex;
  overflow: hidden;
  align-content: center;
  height: auto;
}
@media (min-width: 769px) {
  .woo-archive-banner.top-banner {
    max-height: 430px;
  }
}
.woo-archive-banner.top-banner img {
  align-self: center;
}

/* Retailers */
.retailers-container {
  display: flex;
  clear: left;
  flex-direction: row;
  margin-top: 16px;
  border-top: 1px solid rgba(0, 131, 117, 0.2);
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 769px) {
  .retailers-container {
    float: left;
    width: 42%;
  }
}
.retailers-container .product-description-subtitle, .retailers-container .product-description-subtitle-first {
  display: block;
  width: 100%;
  border-top: none;
}
.retailers-container .retailer-item {
  margin-bottom: 16px;
  padding: 8px;
  flex-basis: 20%;
}
@media (min-width: 769px) {
  .retailers-container .retailer-item {
    flex-basis: 33.33%;
  }
}
@media (min-width: 993px) {
  .retailers-container .retailer-item {
    flex-basis: 20%;
  }
}

/* Product Slider */
.product-slider-container {
  clear: both;
}
.product-slider-container .related-title {
  text-align: center;
}
.product-slider-container .product-slider {
  width: calc(100% - 100px);
  margin: 1rem auto;
}
.product-slider-container .product-slider .owl-item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.product-slider-container .product-slider .owl-item .item .product {
  margin: 8px;
  padding: 16px 8px;
  border-radius: 10px;
  list-style-type: none;
}
.product-slider-container .product-slider .owl-item .item .product img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 1em;
  box-shadow: none;
}
.product-slider-container .product-slider .owl-item .item .product .woocommerce-loop-product__title {
  margin: 0;
  padding: 0.5em 0;
  font-size: 0.9375em;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: capitalize;
}
.product-slider-container .product-slider .owl-item .item .product .price {
  display: block;
  display: inline-block;
  float: right;
  width: auto;
  margin-bottom: 0.5em;
  color: #424242;
  font-size: 0.875em;
  font-weight: 300;
  text-align: right;
  text-transform: none;
}
.product-slider-container .product-slider .owl-item .item .product .price::after {
  display: table;
  clear: both;
  content: "";
}
.product-slider-container .product-slider .owl-item .item .product .price .amount {
  font-size: 1.625em;
  line-height: unset;
}
.product-slider-container .product-slider .owl-item .item .product .button {
  display: inline-block;
  overflow: visible;
  position: relative;
  left: auto;
  margin: 0;
  margin-top: 1em;
  padding: 0.85em 1em;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background-color: #008375;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.product-slider-container .product-slider .owl-item .item .product .button:hover {
  color: #fff;
  background-color: #006a5e;
}
.product-slider-container .product-slider .owl-item .item .product .button.alt {
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
}
.product-slider-container .product-slider .owl-item .item .product .button.alt:hover {
  color: #fff;
  background-color: #006a5e;
}
.product-slider-container .product-slider .owl-item .item .product .button.alt.disabled, .product-slider-container .product-slider .owl-item .item .product .button.alt:disabled, .product-slider-container .product-slider .owl-item .item .product .button.alt:disabled[disabled], .product-slider-container .product-slider .owl-item .item .product .button.alt.disabled:hover, .product-slider-container .product-slider .owl-item .item .product .button.alt:disabled:hover, .product-slider-container .product-slider .owl-item .item .product .button.alt:disabled[disabled]:hover {
  color: #fff;
  background-color: #000;
}
.product-slider-container .product-slider .owl-item .item .product .button:disabled, .product-slider-container .product-slider .owl-item .item .product .button.disabled, .product-slider-container .product-slider .owl-item .item .product .button:disabled[disabled] {
  opacity: 0.5;
  color: inherit;
  cursor: not-allowed;
}
.product-slider-container .product-slider .owl-item .item .product .button:disabled:hover, .product-slider-container .product-slider .owl-item .item .product .button.disabled:hover, .product-slider-container .product-slider .owl-item .item .product .button:disabled[disabled]:hover {
  color: inherit;
  background-color: #008375;
}
.product-slider-container .product-slider .owl-item .item .product:hover {
  box-shadow: 0 0 10px 5px rgba(0, 131, 117, 0.2);
}
.product-slider-container .product-slider .owl-item .item a {
  text-decoration: none;
}
.product-slider-container .product-slider .owl-item .item a:hover {
  text-decoration: none;
}
.product-slider-container .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-slider-container .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.product-slider-container .owl-carousel button.owl-dot {
  border: 1px solid #008375 !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.product-slider-container .owl-carousel button.owl-dot:hover {
  background-color: #008375 !important;
}
.product-slider-container .owl-carousel button.owl-dot.active {
  background-color: #008375 !important;
}
.product-slider-container .owl-nav {
  position: absolute;
  top: calc(50% - 4rem);
  width: 100%;
}
.product-slider-container .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-left.svg) no-repeat center !important;
  background-size: contain !important;
}
.product-slider-container .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-right.svg) no-repeat center !important;
  background-size: contain !important;
}

.related-products {
  padding: 64px 0;
}

/* Product Slider */
.posts-slider-container {
  clear: both;
  margin: 32px auto 64px;
}
.posts-slider-container .block-title {
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}
.posts-slider-container .block-subtitle {
  margin-top: -16px;
}
.posts-slider-container .posts-slider {
  width: calc(100% - 100px);
  margin: 1rem auto;
}
.posts-slider-container .posts-slider .owl-item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.posts-slider-container .posts-slider .owl-item .item .post-summary {
  margin: 8px;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(240, 240, 240, 0.75);
  list-style-type: none;
}
.posts-slider-container .posts-slider .owl-item .item .post-summary:hover {
  box-shadow: 0 0 10px 5px rgba(0, 131, 117, 0.2);
}
.posts-slider-container .posts-slider .owl-item .item .post-summary__image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.posts-slider-container .posts-slider .owl-item .item .post-summary__content {
  position: relative;
  min-height: 150px;
  padding: 8px;
}
.posts-slider-container .posts-slider .owl-item .item .post-summary__content .post-summary__title {
  font-size: 1em;
}
.posts-slider-container .posts-slider .owl-item .item .post-summary__content .post-summary__read-more {
  position: absolute;
  bottom: 16px;
  left: 8px;
}
.posts-slider-container .posts-slider .owl-item .item a {
  text-decoration: none;
}
.posts-slider-container .posts-slider .owl-item .item a:hover {
  text-decoration: none;
}
.posts-slider-container .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.posts-slider-container .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.posts-slider-container .owl-carousel button.owl-dot {
  border: 1px solid #008375 !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.posts-slider-container .owl-carousel button.owl-dot:hover {
  background-color: #008375 !important;
}
.posts-slider-container .owl-carousel button.owl-dot.active {
  background-color: #008375 !important;
}
.posts-slider-container .owl-nav {
  position: absolute;
  top: calc(50% - 2rem);
  width: 100%;
}
.posts-slider-container .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-left.svg) no-repeat center !important;
  background-size: contain !important;
}
.posts-slider-container .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-right.svg) no-repeat center !important;
  background-size: contain !important;
}

/* Product Slider */
.header-cat-slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-cat-slider .shop-link {
  color: #424242;
  text-decoration: none;
  text-transform: capitalize;
}
.header-cat-slider .shop-link:hover {
  color: #000;
}
.header-cat-slider .shop-link::before {
  display: inline-block;
  width: 25px;
  height: 13px;
  margin-right: 8px;
  background: url(../icons/utility/arrow-right.svg) no-repeat center !important;
  background-size: contain !important;
  content: "";
}

.wp-block-woo-cat-slider .block-title {
  font-weight: 300;
}
.wp-block-woo-cat-slider .categories-slider-container .categories-slider {
  width: calc(100% - 100px);
  margin: 1rem auto;
}
.wp-block-woo-cat-slider .categories-slider-container .categories-slider .owl-item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-woo-cat-slider .categories-slider-container .categories-slider .owl-item .item a {
  text-decoration: none;
}
.wp-block-woo-cat-slider .categories-slider-container .categories-slider .owl-item .item a:hover {
  text-decoration: none;
}
.wp-block-woo-cat-slider .categories-slider-container .categories-slider .owl-item .item a img {
  max-width: 350px;
}
.wp-block-woo-cat-slider .categories-slider-container .categories-slider .owl-item .item a .categories-name {
  position: absolute;
  top: 75%;
  left: 0;
  min-width: 50%;
  margin: 0;
  padding: 8px;
  border-radius: 12px;
  color: #fff;
  background-color: #008375;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .wp-block-woo-cat-slider .categories-slider-container .categories-slider .owl-item .item a .categories-name {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.25;
  }
}
.wp-block-woo-cat-slider .categories-slider-container .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wp-block-woo-cat-slider .categories-slider-container .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.wp-block-woo-cat-slider .categories-slider-container .owl-carousel button.owl-dot {
  border: 1px solid #008375 !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.wp-block-woo-cat-slider .categories-slider-container .owl-carousel button.owl-dot:hover {
  background-color: #008375 !important;
}
.wp-block-woo-cat-slider .categories-slider-container .owl-carousel button.owl-dot.active {
  background-color: #008375 !important;
}
.wp-block-woo-cat-slider .categories-slider-container .owl-nav {
  position: absolute;
  top: calc(50% - 3.5rem);
  width: 100%;
}
.wp-block-woo-cat-slider .categories-slider-container .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-left.svg) no-repeat center !important;
  background-size: contain !important;
}
.wp-block-woo-cat-slider .categories-slider-container .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-right.svg) no-repeat center !important;
  background-size: contain !important;
}

.elemento-shortcode .wp-block-woo-cat-slider .categories-slider-container .categories-slider .owl-item .item a img {
  max-width: 300px;
}

.product-navigation {
  display: flex;
  clear: both;
  width: 100%;
  justify-content: space-between;
  align-content: center;
}
.product-navigation .previous {
  color: #424242;
  text-decoration: none;
}
.product-navigation .previous:hover {
  color: #000;
}
.product-navigation .previous span {
  color: #000;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.125em;
}
.product-navigation .previous span::before {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-right: 8px;
  background: url(../icons/utility/previous.svg) no-repeat center !important;
  background-size: contain !important;
  content: "";
}
.product-navigation .next {
  color: #424242;
  text-decoration: none;
}
.product-navigation .next:hover {
  color: #000;
}
.product-navigation .next span {
  color: #000;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.125em;
}
.product-navigation .next span::after {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 8px;
  background: url(../icons/utility/next.svg) no-repeat center !important;
  background-size: contain !important;
  content: "";
}

.wp-block-hero {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.wp-block-hero .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  background-color: #424242;
}
.wp-block-hero .hero--image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
}
.wp-block-hero .hero--content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97%;
  padding: 32px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.wp-block-hero .hero--content:not(.has-background) {
  padding: 0;
}
@media (min-width: 769px) {
  .wp-block-hero .hero--content {
    width: 55%;
  }
}
.wp-block-hero .hero--subheading {
  margin-bottom: 32px;
  color: inherit;
  line-height: 1.33;
  text-transform: uppercase;
}
.wp-block-hero .hero--title {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3.625em;
  font-weight: 400;
  line-height: 1;
}
.wp-block-hero .hero--text h1,
.wp-block-hero .hero--text h2,
.wp-block-hero .hero--text h3,
.wp-block-hero .hero--text h4,
.wp-block-hero .hero--text h5,
.wp-block-hero .hero--text h6,
.wp-block-hero .hero--text p {
  margin-bottom: 40px;
  color: inherit;
}
.wp-block-hero .block-hero-cta {
  margin: 32px auto;
  padding: 16px 0;
  text-align: center;
}
.wp-block-hero .block-hero-cta a.link-btn {
  padding: 16px 32px;
  color: #424242;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-hero .block-hero-cta a.link-btn:hover {
  color: #fff;
  background-color: #424242;
}

.hero-responsive .hero--content {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  padding: 2.5% !important;
  color: #008375 !important;
  background-color: #fff;
  text-align: center;
  transform: unset;
}
@media (min-width: 769px) {
  .hero-responsive .hero--content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55%;
    padding: 32px;
    color: #fff !important;
    background-color: unset;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .hero-responsive .hero--content:not(.has-background) {
    padding: 0;
  }
}

.wp-block-guarantee {
  margin-top: 32px !important;
  margin-bottom: 0 !important;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.wp-block-guarantee .wrap {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1200px) {
  .wp-block-guarantee .wrap {
    background-color: transparent;
  }
}
.wp-block-guarantee .block-title {
  font-weight: 300;
  text-align: center;
}
.wp-block-guarantee .block-abstract {
  text-align: center;
}
@media (min-width: 768px) {
  .wp-block-guarantee .block-abstract {
    width: 50%;
    margin: 0 auto 32px;
  }
}
.wp-block-guarantee .block-content-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-guarantee .block-content-container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .wp-block-guarantee .block-content-container {
    flex-direction: row;
    width: 68%;
  }
}
.wp-block-guarantee .block-content-container .content-item {
  display: flex;
  flex-direction: row;
  padding: 16px;
  flex-basis: 50%;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (min-width: 1200px) {
  .wp-block-guarantee .block-content-container .content-item {
    padding-left: 0;
  }
}
.wp-block-guarantee .block-content-container .content-item .content-item__icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.wp-block-guarantee .block-content-container .content-item .content-item__icon img {
  max-width: 60px;
  max-height: 60px;
}
.wp-block-guarantee .block-content-container .content-item .content-item__container {
  flex-basis: calc(100% - 80px - 16px);
}
.wp-block-guarantee .block-content-container .content-item .content-item__container .content-item__title {
  color: #e6007e;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}
.wp-block-guarantee .block-button {
  margin-bottom: 32px;
}

.wp-block-logos .logos-slider {
  width: calc(100% - 100px);
  margin: 32px auto;
}
.wp-block-logos .logo--image {
  max-width: 150px;
  margin: 0 auto;
}
.wp-block-logos .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wp-block-logos .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.wp-block-logos .owl-carousel button.owl-dot {
  border: 1px solid #008375 !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.wp-block-logos .owl-carousel button.owl-dot:hover {
  background-color: #008375 !important;
}
.wp-block-logos .owl-carousel button.owl-dot.active {
  background-color: #008375 !important;
}
.wp-block-logos .owl-nav {
  position: absolute;
  top: calc(50% - 3.5rem);
  width: 100%;
}
.wp-block-logos .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-left.svg) no-repeat center !important;
  background-size: contain !important;
}
.wp-block-logos .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-right.svg) no-repeat center !important;
  background-size: contain !important;
}

/* Blog Customization */
.blog-intro {
  margin-top: 0;
  margin-bottom: 64px;
  padding: 8px 0 24px;
  background-image: url("../icons/bg/Bg_gradient.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.blog-intro .wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 769px) {
  .blog-intro .wrap {
    flex-direction: row;
    padding: 32px 0 64px;
  }
}
.blog-intro .wrap .title-container {
  z-index: 1;
  padding: 16px;
  opacity: 1;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .blog-intro .wrap .title-container {
    padding-left: 32px;
    flex-basis: 48%;
  }
}
.blog-intro .wrap .title-container .archive-title, .blog-intro .wrap .title-container .archive-title-singular {
  color: #008375;
  font-size: 42px;
  font-weight: 400;
}
.blog-intro .wrap .title-container .archive-title-singular {
  margin-bottom: 16px;
}
.blog-intro .wrap .title-container .text {
  color: #555;
  font-size: 1.25em;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 1200px) {
  .blog-intro .wrap .blog-bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.67;
    background-repeat: no-repeat;
    background-position: 110% 0;
    background-size: contain;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }
}

.blog-intro-singular {
  min-height: 70px;
  margin-bottom: 32px;
  padding: 16px 0;
  color: #008375;
  background-color: rgba(0, 131, 117, 0.2);
  font-size: 1.5em;
  line-height: 1.25;
  text-align: center;
}

.archive:not(.woocommerce) .post-summary {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
  border-radius: 5px;
  box-shadow: 0 2px 14px 0 rgba(0, 131, 117, 0.2);
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive:not(.woocommerce) .post-summary__image {
  flex-basis: 45%;
  margin-bottom: 0;
}
.archive:not(.woocommerce) .post-summary__image img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.archive:not(.woocommerce) .post-summary__content {
  position: relative;
  padding: 12px 12px 8px 0;
  flex-basis: 53%;
}
.archive:not(.woocommerce) .post-summary__content .entry-category {
  font-size: 0.6875em;
}
.archive:not(.woocommerce) .post-summary__content .post-summary__title {
  font-size: 1em;
}
.archive:not(.woocommerce) .post-summary__content .post-summary__read-more {
  position: absolute;
  bottom: 16px;
  left: 0;
  font-size: 0.925em;
}
.archive:not(.woocommerce) .post-summary__content .post-summary__read-more a {
  text-decoration: none;
}
.archive:not(.woocommerce) .post-summary__content .post-summary__read-more a:hover {
  color: #006a5e;
}

.post-related-section-title {
  margin: 32px 0 16px;
  padding-top: 24px;
  border-top: 2px solid #f3f3f3;
  color: #000;
}
.post-related-section-title.post-categories {
  margin-bottom: 32px;
}

.owl-blog-categories {
  padding: 32px 0 64px;
}
.owl-blog-categories a {
  text-decoration: none;
  /* Make the container relative */
  /* Select the image and make it absolute to the container */
  /*
  	We set z-index to be higher than the back image, so it's alwyas on the front.

  We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect.
  */
  /* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
}
.owl-blog-categories a:hover {
  color: #e6007e;
}
.owl-blog-categories a .swap-on-hover {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.owl-blog-categories a .swap-on-hover img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  /* Sets the width and height for the images*/
}
.owl-blog-categories a .swap-on-hover .swap-on-hover__front-image {
  cursor: pointer;
  transition: opacity 0.5s linear;
}
.owl-blog-categories a .swap-on-hover .swap-on-hover__back-image {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.owl-blog-categories a .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}
.owl-blog-categories a .swap-on-hover:hover > .swap-on-hover__back-image {
  opacity: 1;
}
.owl-blog-categories a .categories-name {
  margin-top: 0;
  padding: 6px 0;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.125;
  text-align: center;
}
.owl-blog-categories .current .categories-name {
  color: #e6007e;
}
.owl-blog-categories .current .swap-on-hover > .swap-on-hover__front-image {
  opacity: 0;
}
.owl-blog-categories .current .swap-on-hover > .swap-on-hover__back-image {
  opacity: 1;
}

.all-categories {
  width: auto;
}
.all-categories a {
  padding: 4px 16px;
  border: 1px solid #008375;
  border-radius: 10px;
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.all-categories a:hover {
  border-color: #e6007e;
  color: #e6007e;
}

/* Applications Slider Shortcode */
.application-slider {
  position: relative;
  padding: 0 16px 16px;
  background-color: #fff;
}
.application-slider .application {
  padding-top: 8px;
  border-top: 1px solid #f3f3f3;
}
.application-slider .application .application-title {
  color: #e6007e;
  font-size: 1.25em;
  text-transform: uppercase;
}
.application-slider .application .application-related {
  display: block;
  position: relative;
  width: 230px;
  height: 100px;
  background: url(../icons/utility/applications-related.svg) no-repeat center;
  background-size: contain;
}
.application-slider .application .application-related .related-icon-text {
  position: absolute;
  bottom: 31px;
  left: 70px;
  width: 150px;
  text-align: center;
}
.application-slider .application .application-related:hover {
  background: url(../icons/utility/applications-related-hover.svg) no-repeat center;
  background-size: contain;
}
.application-slider .application .application-related:hover .related-icon-text {
  color: #e6007e;
}
.application-slider .owl-nav {
  position: absolute;
  top: -24px;
  left: 0;
}
.application-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 21px;
  height: 12px;
  background: url(../icons/utility/previous.svg) no-repeat center !important;
  background-size: auto;
  background-size: contain !important;
}
.application-slider .owl-nav .owl-next {
  position: absolute;
  left: 24px;
  width: 21px;
  height: 12px;
  background: url(../icons/utility/next.svg) no-repeat center !important;
  background-size: auto;
  background-size: contain !important;
}

/* FacetWP */
.facetwp-checkbox {
  margin-bottom: 4px;
  padding-left: 20px;
  color: #008375;
  background-image: url("../icons/utility/facet_off.svg") !important;
  background-size: 14px 14px !important;
  cursor: pointer;
}
.facetwp-checkbox.checked {
  color: #e6007e;
  background-image: url("../icons/utility/facet_on.svg") !important;
  background-size: 14px 14px !important;
}

.facetwp-reset-button {
  display: block;
  padding: 8px;
  border: 2px solid #e6007e;
  border-radius: 10px;
  color: #e6007e;
  background-color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.facetwp-reset-button:hover {
  color: #fff;
  background-color: #e6007e;
}

.facetwp-flyout-open {
  margin: 16px;
}
.facetwp-flyout-open.scrolled {
  position: fixed;
  z-index: 999;
  top: 64px;
  left: 0;
}
@media (min-width: 992px) {
  .facetwp-flyout-open {
    display: none;
  }
}

.facetwp-flyout .flyout-row h3 {
  display: none;
}

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